Uses of Class
org.alfresco.governance.classification.model.DeclassificationExemptionBody
-
Packages that use DeclassificationExemptionBody Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of DeclassificationExemptionBody in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler with parameters of type DeclassificationExemptionBody Modifier and Type Method Description org.springframework.http.ResponseEntity<DeclassificationExemptionEntry>DeclassificationExemptionsApi. createDeclassificationExemption(@Valid DeclassificationExemptionBody declassificationExemption)org.springframework.http.ResponseEntity<DeclassificationExemptionEntry>DeclassificationExemptionsApi. updateDeclassificationExemption(String declassificationExemptionId, @Valid DeclassificationExemptionBody declassificationExemption) -
Uses of DeclassificationExemptionBody in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return DeclassificationExemptionBody Modifier and Type Method Description DeclassificationExemptionBodyDeclassificationExemptionBody. code(String code)DeclassificationExemptionBodyDeclassificationExemptionBody. description(String description)
-