All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DirectivesResponse |
createAssociation(AssociationModel model) |
AssociationType |
createAssociationType(AssociationTypeModel model) |
Topic |
createRoleType(TopicModel model) |
DirectivesResponse |
createTopic(TopicModel model) |
TopicType |
createTopicType(TopicTypeModel model) |
private void |
deleteAnyTopic(long id) |
DirectivesResponse |
deleteAssociation(long assocId) |
DirectivesResponse |
deleteAssociationType(String uri) |
DirectivesResponse |
deleteAssocs(IdList assocIds) |
DirectivesResponse |
deleteMulti(IdList topicIds,
IdList assocIds) |
DirectivesResponse |
deleteTopic(long topicId) |
DirectivesResponse |
deleteTopics(IdList topicIds) |
DirectivesResponse |
deleteTopicType(String uri) |
List<TopicType> |
getAllTopicTypes() |
Association |
getAssociation(long assocId) |
Association |
getAssociation(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2) |
List<AssociationType> |
getAssociationAllTypes() |
Association |
getAssociationByValue(String key,
SimpleValue value) |
List<RelatedAssociation> |
getAssociationRelatedAssociations(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
List<RelatedTopic> |
getAssociationRelatedTopics(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<Association> |
getAssociations(long topic1Id,
long topic2Id) |
List<Association> |
getAssociations(long topic1Id,
long topic2Id,
String assocTypeUri) |
List<Association> |
getAssociationsByValue(String key,
SimpleValue value) |
AssociationType |
getAssociationType(String uri) |
AssociationType |
getAssociationTypeImplicitly(long assocId) |
List<PluginInfo> |
getPluginInfo() |
private List<RelatedAssociation> |
getRelatedAssociations(DMXObject object,
String objectInfo,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
private List<RelatedTopic> |
getRelatedTopics(DMXObject object,
String objectInfo,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
Topic |
getTopic(long topicId) |
Topic |
getTopicByUri(String uri) |
Topic |
getTopicByValue(String key,
SimpleValue value) |
List<RelatedAssociation> |
getTopicRelatedAssociations(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
List<RelatedTopic> |
getTopicRelatedTopics(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<Topic> |
getTopicsByType(String topicTypeUri) |
List<Topic> |
getTopicsByValue(String key,
SimpleValue value) |
TopicType |
getTopicType(String uri) |
TopicType |
getTopicTypeImplicitly(long topicId) |
JSONEnabled |
getWebSocketsConfig() |
List<Topic> |
searchTopics(String searchTerm,
String fieldUri) |
DirectivesResponse |
updateAssociation(long assocId,
AssociationModel model) |
DirectivesResponse |
updateAssociationType(AssociationTypeModel model) |
DirectivesResponse |
updateTopic(long topicId,
TopicModel model) |
DirectivesResponse |
updateTopicType(TopicTypeModel model) |