Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
Modifier and Type | Method and Description |
---|---|
boolean |
TopicHierarchyManagement.addChildTopic(Long parentTopicId,
Long childTopicId)
Add a topic as child to another topic.
|
void |
TopicHierarchyManagement.updateTopicStructure(Long topicId,
TopicStructureTO structureChange)
Update the topic structure for a given topic
|
Modifier and Type | Method and Description |
---|---|
Class<ToplevelTopicCannotBeChildException> |
ToplevelTopicCannotBeChildExceptionMapper.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
Status |
ToplevelTopicCannotBeChildExceptionMapper.mapException(ToplevelTopicCannotBeChildException exception)
Maps the given exception to a status.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicHierarchyService.addTopic(Long parentTopicId,
Long childTopicId)
Method to add a topic as child to another topic.
|
void |
TopicHierarchyService.updateTopicStructure(Long topicId,
TopicStructureTO structureChangeTO)
Update the topic structure for a given topic
|
Copyright © 2019 Communote team. All rights reserved.