Class SecurityGroupModel
java.lang.Object
org.alfresco.governance.classification.model.SecurityGroupModel
SecurityGroupModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet groupNameCan be one of the following: HIERARCHICAL, USER_REQUIRES_ALL, USER_REQUIRES_ANYgetId()Get idinthashCode()isInUse()Returns whether the group is in use or not.True if the security group is a system-managed group.voidsetGroupName(String groupName) voidsetGroupType(String groupType) voidvoidvoidsetSystemGroup(Boolean systemGroup) systemGroup(Boolean systemGroup) toString()
-
Constructor Details
-
SecurityGroupModel
public SecurityGroupModel()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
groupName
-
getGroupName
Get groupName- Returns:
- groupName
-
setGroupName
-
groupType
-
getGroupType
Can be one of the following: HIERARCHICAL, USER_REQUIRES_ALL, USER_REQUIRES_ANY- Returns:
- groupType
-
setGroupType
-
inUse
-
isInUse
Returns whether the group is in use or not.- Returns:
- inUse
-
setInUse
-
systemGroup
-
isSystemGroup
True if the security group is a system-managed group. Additional restrictions may apply to system groups and so e.g. it may not be possible to use the marks without supplying additional metadata.- Returns:
- systemGroup
-
setSystemGroup
-
equals
-
hashCode
public int hashCode() -
toString
-