Modifier and Type | Class and Description |
---|---|
(package private) class |
ConfigDefinitions |
Modifier and Type | Interface and Description |
---|---|
interface |
Association
### FIXDOC: Specification of an association -- A n-ary connection between topics and other associations.
|
interface |
AssociationDefinition
Definition of an association between 2 topic types -- part of DMX's type system,
like an association in a class diagram.
|
interface |
AssociationRole |
interface |
AssociationType |
interface |
DMXObject |
interface |
DMXType |
interface |
RelatedAssociation
An Association-Association pair.
|
interface |
RelatedObject |
interface |
RelatedTopic
A Topic-Association pair.
|
interface |
Role |
interface |
Topic
Specification of a topic -- DMX's central data object.
|
interface |
TopicRole |
interface |
TopicType
Specification of a topic type -- part of DMX's type system, like a class.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AssociationDefinitionImpl
An association definition that is attached to the
CoreService . |
(package private) class |
AssociationDefinitionModelImpl |
(package private) class |
AssociationImpl
An association model that is attached to the DB.
|
(package private) class |
AssociationModelImpl
Collection of the data that makes up an
Association . |
(package private) class |
AssociationRoleImpl
An association role that is attached to the
PersistenceLayer . |
(package private) class |
AssociationRoleModelImpl |
(package private) class |
AssociationTypeImpl
An association type that is attached to the
CoreService . |
class |
AssociationTypeModelImpl
Data that underlies a
AssociationType . |
(package private) class |
AssociationViewModelImpl |
(package private) class |
ChildTopicsModelImpl |
(package private) class |
DMXObjectImpl
A DMX object model that is attached to the DB.
|
(package private) class |
DMXObjectModelImpl |
(package private) class |
DMXTypeImpl |
(package private) class |
FacetValueModelImpl |
(package private) class |
PluginInfoImpl |
(package private) class |
RelatedAssociationImpl
An Association-Association pair that is attached to the
PersistenceLayer . |
(package private) class |
RelatedAssociationModelImpl |
(package private) class |
RelatedTopicImpl
A Topic-Association pair that is attached to the
PersistenceLayer . |
(package private) class |
RelatedTopicModelImpl |
(package private) class |
RoleImpl |
(package private) class |
RoleModelImpl |
(package private) class |
TopicDeletionModelImpl |
(package private) class |
TopicImpl
A topic that is attached to the
CoreService . |
(package private) class |
TopicModelImpl |
(package private) class |
TopicReferenceModelImpl |
(package private) class |
TopicRoleImpl
A topic role that is attached to the
PersistenceLayer . |
(package private) class |
TopicRoleModelImpl |
(package private) class |
TopicTypeImpl
A topic type that is attached to the
CoreService . |
(package private) class |
TopicTypeModelImpl
Data that underlies a
TopicType . |
(package private) class |
TopicViewModelImpl |
(package private) class |
TypeModelImpl |
private static class |
TypeModelImpl.JSONWrapper |
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationDefinitionModel
Definition of an association between a parent type and a child type -- part of DMX's type system;
like a composition or an aggregation in an UML class diagram.
|
interface |
AssociationModel
Collection of the data that makes up an
Association . |
interface |
AssociationRoleModel
The role an association plays in an association.
|
interface |
AssociationTypeModel
Data that underlies a
AssociationType . |
interface |
ChildTopicsModel
A recursive composite of key/value pairs.
|
interface |
DMXObjectModel |
interface |
RelatedAssociationModel |
interface |
RelatedTopicModel |
interface |
RoleModel |
interface |
TopicDeletionModel |
interface |
TopicModel |
interface |
TopicReferenceModel |
interface |
TopicRoleModel
The role a topic plays in an association.
|
interface |
TopicTypeModel
Data that underlies a
TopicType . |
interface |
TypeModel |
Modifier and Type | Interface and Description |
---|---|
interface |
FacetValueModel
A facet value as used in update facet calls.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationViewModel
An association viewmodel as contained in a topicmap viewmodel.
|
interface |
TopicViewModel
A topic viewmodel as contained in a topicmap viewmodel.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewProperties |
Modifier and Type | Interface and Description |
---|---|
interface |
PluginInfo |
Modifier and Type | Class and Description |
---|---|
class |
Directives.Entry |
class |
DirectivesResponse
A
DMXObject /Directives pair to be sent as response. |
Modifier and Type | Field and Description |
---|---|
JSONEnabled |
Directives.Entry.arg |
Modifier and Type | Method and Description |
---|---|
void |
Directives.add(Directive dir,
JSONEnabled arg) |
Constructor and Description |
---|
Entry(Directive dir,
JSONEnabled arg) |
Modifier and Type | Class and Description |
---|---|
class |
Permissions
Calculated permissions for the current user.
|
Modifier and Type | Class and Description |
---|---|
private static class |
UniversalExceptionMapper.ExceptionInfo |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.jettison.json.JSONArray |
DMXUtils.toJSONArray(Iterable<? extends JSONEnabled> items) |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryListing |
class |
DirectoryListing.FileItem |
class |
ResourceInfo |
class |
StoredFile |
Modifier and Type | Class and Description |
---|---|
class |
Geomap
A geomap model: a collection of Geo Coordinate topic models.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicmapViewmodel
A topicmap viewmodel: a collection of topics and associations plus their view properties.
|
Modifier and Type | Method and Description |
---|---|
JSONEnabled |
WebservicePlugin.getWebSocketsConfig() |
Modifier and Type | Method and Description |
---|---|
long |
JSONEnabledProvider.getSize(JSONEnabled jsonEnabled,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
JSONEnabledProvider.writeTo(JSONEnabled jsonEnabled,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
long |
JSONEnabledCollectionProvider.getSize(Collection<JSONEnabled> objects,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
JSONEnabledCollectionProvider.writeTo(Collection<JSONEnabled> objects,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2018. All Rights Reserved.