Uses of Class
org.alfresco.governance.classification.model.TopicBody
-
Packages that use TopicBody Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of TopicBody in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler with parameters of type TopicBody Modifier and Type Method Description org.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 TopicBody Modifier and Type Method Description TopicBodyTopicBody. description(String description)TopicBodyTopicBody. instruction(InstructionBody instruction)TopicBodyTopicBody. name(String name)
-