Uses of Class
org.alfresco.governance.classification.model.TopicEntry
-
Packages that use TopicEntry Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of TopicEntry in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type TopicEntry 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. showTopicById(String topicId, @Valid List<String> include)org.springframework.http.ResponseEntity<TopicEntry>ClassificationGuidesApi. updateTopic(String topicId, @Valid TopicBody topic, @Valid List<String> include) -
Uses of TopicEntry in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return TopicEntry Modifier and Type Method Description TopicEntryTopicEntry. entry(Topic entry)Methods in org.alfresco.governance.classification.model that return types with arguments of type TopicEntry Modifier and Type Method Description @Valid List<TopicEntry>TopicPagingList. getEntries()Get entriesMethods in org.alfresco.governance.classification.model with parameters of type TopicEntry Modifier and Type Method Description TopicPagingListTopicPagingList. addEntriesItem(TopicEntry entriesItem)Method parameters in org.alfresco.governance.classification.model with type arguments of type TopicEntry Modifier and Type Method Description TopicPagingListTopicPagingList. entries(List<TopicEntry> entries)voidTopicPagingList. setEntries(List<TopicEntry> entries)
-