Uses of Class
org.alfresco.governance.classification.model.DeclassificationExemptionEntry
-
Packages that use DeclassificationExemptionEntry Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of DeclassificationExemptionEntry in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type DeclassificationExemptionEntry Modifier and Type Method Description org.springframework.http.ResponseEntity<DeclassificationExemptionEntry>DeclassificationExemptionsApi. createDeclassificationExemption(@Valid DeclassificationExemptionBody declassificationExemption)org.springframework.http.ResponseEntity<DeclassificationExemptionEntry>DeclassificationExemptionsApi. showDeclassificationExemptionById(String declassificationExemptionId)org.springframework.http.ResponseEntity<DeclassificationExemptionEntry>DeclassificationExemptionsApi. updateDeclassificationExemption(String declassificationExemptionId, @Valid DeclassificationExemptionBody declassificationExemption) -
Uses of DeclassificationExemptionEntry in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return DeclassificationExemptionEntry Modifier and Type Method Description DeclassificationExemptionEntryDeclassificationExemptionEntry. entry(DeclassificationExemption entry)Methods in org.alfresco.governance.classification.model that return types with arguments of type DeclassificationExemptionEntry Modifier and Type Method Description @Valid List<DeclassificationExemptionEntry>DeclassificationExemptionsPagingList. getEntries()Get entriesMethods in org.alfresco.governance.classification.model with parameters of type DeclassificationExemptionEntry Modifier and Type Method Description DeclassificationExemptionsPagingListDeclassificationExemptionsPagingList. addEntriesItem(DeclassificationExemptionEntry entriesItem)Method parameters in org.alfresco.governance.classification.model with type arguments of type DeclassificationExemptionEntry Modifier and Type Method Description DeclassificationExemptionsPagingListDeclassificationExemptionsPagingList. entries(List<DeclassificationExemptionEntry> entries)voidDeclassificationExemptionsPagingList. setEntries(List<DeclassificationExemptionEntry> entries)
-