Uses of Class
org.alfresco.governance.classification.model.CombinedInstructionBody
-
Packages that use CombinedInstructionBody Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of CombinedInstructionBody in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler with parameters of type CombinedInstructionBody Modifier and Type Method Description org.springframework.http.ResponseEntity<InstructionEntry>ClassificationGuidesApi. combinedInstructions(@Valid CombinedInstructionBody instructions) -
Uses of CombinedInstructionBody in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return CombinedInstructionBody Modifier and Type Method Description CombinedInstructionBodyCombinedInstructionBody. addTopicIdsItem(String topicIdsItem)CombinedInstructionBodyCombinedInstructionBody. classificationInformation(ClassificationInformation classificationInformation)CombinedInstructionBodyCombinedInstructionBody. securityMarkInformation(SecurityMarkInformationBody securityMarkInformation)CombinedInstructionBodyCombinedInstructionBody. topicIds(List<String> topicIds)
-