Class ScriptConstraintAuthority
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.caveat.ScriptConstraintAuthority
-
- All Implemented Interfaces:
Serializable
public class ScriptConstraintAuthority extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptConstraintAuthority()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorityName()
List<String>
getValues()
void
setAuthorityName(String authorityName)
void
setValues(List<String> values)
-