Uses of Class
org.alfresco.governance.classification.model.SecurityMarkModel
Packages that use SecurityMarkModel
Package
Description
-
Uses of SecurityMarkModel in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type SecurityMarkModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi.createSecurityMark(String securityGroupId, @Valid SecurityMarkBodyModel securityMark) org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi.getSecurityGroupMark(String securityGroupId, String securityMarkId) org.springframework.http.ResponseEntity<SecurityMarkModel>SecurityMarksApi.updateSecurityMark(String securityGroupId, String securityMarkId, @Valid SecurityMarkBodyModel securityMark) -
Uses of SecurityMarkModel in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return SecurityMarkModelModifier and TypeMethodDescription@NotNull @Valid SecurityMarkModelSecurityMarkModelEntry.getEntry()Get entryMethods in org.alfresco.governance.classification.model with parameters of type SecurityMarkModelModifier and TypeMethodDescriptionSecurityMarkModelEntry.entry(SecurityMarkModel entry) voidSecurityMarkModelEntry.setEntry(SecurityMarkModel entry)