Uses of Class
org.alfresco.governance.classification.model.TopicBody
Packages that use TopicBody
Package
Description
-
Uses of TopicBody in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler with parameters of type TopicBodyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TopicEntry>ClassificationGuidesApi.createSubtopic(String topicId, @Valid TopicBody topic, @Valid List<String> include) org.springframework.http.ResponseEntity<TopicEntry>ClassificationGuidesApi.createTopic(String classificationGuideId, @Valid TopicBody topic, @Valid List<String> include) org.springframework.http.ResponseEntity<TopicEntry>ClassificationGuidesApi.updateTopic(String topicId, @Valid TopicBody topic, @Valid List<String> include) -
Uses of TopicBody in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return TopicBodyModifier and TypeMethodDescriptionTopicBody.description(String description) TopicBody.instruction(InstructionBody instruction)