Skip navigation links
C D G I J N O Q R S T U W 

C

CatchAllExceptionMapper - Class in systems.dmx.webservice.provider
This mapper maps all Throwables to a suitable response.
CatchAllExceptionMapper() - Constructor for class systems.dmx.webservice.provider.CatchAllExceptionMapper
 
createAssoc(AssocModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
createAssocType(AssocTypeModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
createRoleType(RoleTypeModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
createTopic(TopicModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
createTopicType(TopicTypeModel) - Method in class systems.dmx.webservice.WebservicePlugin
 

D

deleteAssoc(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
deleteAssocs(IdList) - Method in class systems.dmx.webservice.WebservicePlugin
 
deleteAssocType(String) - Method in class systems.dmx.webservice.WebservicePlugin
 
deleteMulti(IdList, IdList) - Method in class systems.dmx.webservice.WebservicePlugin
 
deleteTopic(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
deleteTopics(IdList) - Method in class systems.dmx.webservice.WebservicePlugin
 
deleteTopicType(String) - Method in class systems.dmx.webservice.WebservicePlugin
 

G

getAllAssocTypes() - Method in class systems.dmx.webservice.WebservicePlugin
 
getAllRoleTypes() - Method in class systems.dmx.webservice.WebservicePlugin
 
getAllTopicTypes() - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssoc(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocBetweenTopicAndTopic(String, long, long, String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocByValue(String, SimpleValue) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocRelatedAssocs(long, String, String, String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocRelatedTopics(long, String, String, String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocs(long, long) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocs(long, long, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocType(String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getAssocTypeImplicitly(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
getPluginInfo() - Method in class systems.dmx.webservice.WebservicePlugin
 
getRelatedTopicsWithoutChilds(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
getRoleTypeImplicitly(long, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getSize(Collection<JSONEnabled>, Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.JSONEnabledCollectionProvider
 
getSize(JSONEnabled, Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.JSONEnabledProvider
 
getSize(Number, Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.NumberProvider
 
getSize(Collection<String>, Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.StringCollectionProvider
 
getTopic(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicByUri(String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicByValue(String, SimpleValue) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicRelatedAssocs(long, String, String, String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicRelatedTopics(long, String, String, String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicsByType(String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicsByValue(String, SimpleValue) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicType(String) - Method in class systems.dmx.webservice.WebservicePlugin
 
getTopicTypeImplicitly(long) - Method in class systems.dmx.webservice.WebservicePlugin
 
getWebSocketsConfig() - Method in class systems.dmx.webservice.WebservicePlugin
 

I

isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.ObjectProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.StringCollectionProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.JSONEnabledCollectionProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.JSONEnabledProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.NumberProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class systems.dmx.webservice.provider.StringCollectionProvider
 

J

JSONEnabledCollectionProvider - Class in systems.dmx.webservice.provider
 
JSONEnabledCollectionProvider() - Constructor for class systems.dmx.webservice.provider.JSONEnabledCollectionProvider
 
JSONEnabledProvider - Class in systems.dmx.webservice.provider
 
JSONEnabledProvider() - Constructor for class systems.dmx.webservice.provider.JSONEnabledProvider
 

N

NumberProvider - Class in systems.dmx.webservice.provider
 
NumberProvider() - Constructor for class systems.dmx.webservice.provider.NumberProvider
 

O

ObjectProvider - Class in systems.dmx.webservice.provider
 
ObjectProvider() - Constructor for class systems.dmx.webservice.provider.ObjectProvider
 

Q

query(String, String, boolean, String, String, boolean) - Method in class systems.dmx.webservice.WebservicePlugin
 
queryAssocs(String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
queryTopics(String, String) - Method in class systems.dmx.webservice.WebservicePlugin
 
queryTopicsFulltext(String, String, boolean) - Method in class systems.dmx.webservice.WebservicePlugin
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class systems.dmx.webservice.provider.ObjectProvider
 
readFrom(Class<List<String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class systems.dmx.webservice.provider.StringCollectionProvider
 

S

StringCollectionProvider - Class in systems.dmx.webservice.provider
 
StringCollectionProvider() - Constructor for class systems.dmx.webservice.provider.StringCollectionProvider
 
systems.dmx.webservice - package systems.dmx.webservice
 
systems.dmx.webservice.provider - package systems.dmx.webservice.provider
 

T

toResponse(Throwable) - Method in class systems.dmx.webservice.provider.CatchAllExceptionMapper
 

U

updateAssoc(long, AssocModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
updateAssocType(AssocTypeModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
updateTopic(long, TopicModel) - Method in class systems.dmx.webservice.WebservicePlugin
 
updateTopicType(TopicTypeModel) - Method in class systems.dmx.webservice.WebservicePlugin
 

W

WebservicePlugin - Class in systems.dmx.webservice
REST API for CoreService.
WebservicePlugin() - Constructor for class systems.dmx.webservice.WebservicePlugin
 
writeTo(Collection<JSONEnabled>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class systems.dmx.webservice.provider.JSONEnabledCollectionProvider
 
writeTo(JSONEnabled, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class systems.dmx.webservice.provider.JSONEnabledProvider
 
writeTo(Number, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class systems.dmx.webservice.provider.NumberProvider
 
writeTo(Collection<String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class systems.dmx.webservice.provider.StringCollectionProvider
 
C D G I J N O Q R S T U W 
Skip navigation links

Copyright © 2023. All rights reserved.