Class AuthorityClearanceGroup
java.lang.Object
org.alfresco.governance.classification.model.AuthorityClearanceGroup
AuthorityClearanceGroup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the security mark. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMarksItem(AuthorityClearanceMark marksItem) displayLabel(String displayLabel) booleanThe name of the security group.getId()The identifier of the security group.@Valid List<AuthorityClearanceMark>getMarks()List of security marks from this group that the authority is cleared with.getType()The type of the security mark.inthashCode()True if the security group is managed by the system, false if it is user-created.marks(List<AuthorityClearanceMark> marks) voidsetDisplayLabel(String displayLabel) voidvoidsetMarks(List<AuthorityClearanceMark> marks) voidsetSystemGroup(Boolean systemGroup) voidsystemGroup(Boolean systemGroup) toString()
-
Constructor Details
-
AuthorityClearanceGroup
public AuthorityClearanceGroup()
-
-
Method Details
-
id
-
getId
The identifier of the security group.- Returns:
- id
-
setId
-
displayLabel
-
getDisplayLabel
The name of the security group.- Returns:
- displayLabel
-
setDisplayLabel
-
systemGroup
-
isSystemGroup
True if the security group is managed by the system, false if it is user-created.- Returns:
- systemGroup
-
setSystemGroup
-
type
-
getType
The type of the security mark.- Returns:
- type
-
setType
-
marks
-
addMarksItem
-
getMarks
List of security marks from this group that the authority is cleared with.- Returns:
- marks
-
setMarks
-
equals
-
hashCode
public int hashCode() -
toString
-