Uses of Class
org.alfresco.governance.classification.model.DeclassificationExemptionEntry
Packages that use DeclassificationExemptionEntry
Package
Description
-
Uses of DeclassificationExemptionEntry in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type DeclassificationExemptionEntryModifier and TypeMethodDescriptionorg.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 DeclassificationExemptionEntryModifier and TypeMethodDescriptionDeclassificationExemptionEntry.entry(DeclassificationExemption entry) Methods in org.alfresco.governance.classification.model that return types with arguments of type DeclassificationExemptionEntryModifier and TypeMethodDescription@Valid List<DeclassificationExemptionEntry>DeclassificationExemptionsPagingList.getEntries()Get entriesMethods in org.alfresco.governance.classification.model with parameters of type DeclassificationExemptionEntryModifier and TypeMethodDescriptionDeclassificationExemptionsPagingList.addEntriesItem(DeclassificationExemptionEntry entriesItem) Method parameters in org.alfresco.governance.classification.model with type arguments of type DeclassificationExemptionEntryModifier and TypeMethodDescriptionDeclassificationExemptionsPagingList.entries(List<DeclassificationExemptionEntry> entries) voidDeclassificationExemptionsPagingList.setEntries(List<DeclassificationExemptionEntry> entries)