Interface DeclassificationExemptionsApiClient
-
- All Superinterfaces:
DeclassificationExemptionsApi
@FeignClient(name="alfrescoDeclassificationExemptionsApi", url="${content.service.url}", path="${governance.service.path}", configuration=ClientConfiguration.class, decode404=true) public interface DeclassificationExemptionsApiClient extends DeclassificationExemptionsApi
-
-
Method Summary
-
Methods inherited from interface org.alfresco.governance.classification.handler.DeclassificationExemptionsApi
createDeclassificationExemption, deleteDeclassificationExemption, listDeclassificationExemptions, showDeclassificationExemptionById, updateDeclassificationExemption
-
-