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