Uses of Class
org.alfresco.governance.classification.model.SecurityMarkModel
-
Packages that use SecurityMarkModel Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of SecurityMarkModel in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type SecurityMarkModel Modifier and Type Method Description org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi. createSecurityMark(String securityGroupId, @Valid SecurityMarkModel securityMark)org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi. getSecurityGroupMark(String securityGroupId, String securityMarkId)org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi. updateSecurityMark(String securityGroupId, String securityMarkId, @Valid SecurityMarkModel securityMark)Methods in org.alfresco.governance.classification.handler with parameters of type SecurityMarkModel Modifier and Type Method Description org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi. createSecurityMark(String securityGroupId, @Valid SecurityMarkModel securityMark)org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi. updateSecurityMark(String securityGroupId, String securityMarkId, @Valid SecurityMarkModel securityMark) -
Uses of SecurityMarkModel in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return SecurityMarkModel Modifier and Type Method Description @NotNull @Valid SecurityMarkModelSecurityMarkModelEntry. getEntry()Get entrySecurityMarkModelSecurityMarkModel. groupId(String groupId)SecurityMarkModelSecurityMarkModel. id(String id)SecurityMarkModelSecurityMarkModel. name(String name)Methods in org.alfresco.governance.classification.model with parameters of type SecurityMarkModel Modifier and Type Method Description SecurityMarkModelEntrySecurityMarkModelEntry. entry(SecurityMarkModel entry)voidSecurityMarkModelEntry. setEntry(SecurityMarkModel entry)
-