Uses of Class
org.alfresco.governance.classification.model.TopicEntry
Packages that use TopicEntry
Package
Description
-
Uses of TopicEntry in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type TopicEntryModifier 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.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 TopicEntryMethods in org.alfresco.governance.classification.model that return types with arguments of type TopicEntryModifier and TypeMethodDescription@Valid List<TopicEntry>TopicPagingList.getEntries()Get entriesMethods in org.alfresco.governance.classification.model with parameters of type TopicEntryMethod parameters in org.alfresco.governance.classification.model with type arguments of type TopicEntryModifier and TypeMethodDescriptionTopicPagingList.entries(List<TopicEntry> entries) voidTopicPagingList.setEntries(List<TopicEntry> entries)