Uses of Interface
systems.dmx.core.RelatedTopic
-
-
Uses of RelatedTopic in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
AccessControlPlugin. bulkUpdateMemberships(long workspaceId, IdList addUserIds, IdList removeUserIds)
List<RelatedTopic>
AccessControlPlugin. bulkUpdateMemberships(String username, IdList addWorkspaceIds, IdList removeWorkspaceIds)
List<RelatedTopic>
AccessControlService. bulkUpdateMemberships(long workspaceId, IdList addUserIds, IdList removeUserIds)
List<RelatedTopic>
AccessControlService. bulkUpdateMemberships(String username, IdList addWorkspaceIds, IdList removeWorkspaceIds)
List<RelatedTopic>
AccessControlPlugin. getMemberships(long workspaceId)
List<RelatedTopic>
AccessControlPlugin. getMemberships(String username)
List<RelatedTopic>
AccessControlService. getMemberships(long workspaceId)
Returns the members of the given workspace.List<RelatedTopic>
AccessControlService. getMemberships(String username)
Returns the workspaces of the given user. -
Uses of RelatedTopic in systems.dmx.config
Methods in systems.dmx.config that return RelatedTopic Modifier and Type Method Description RelatedTopic
ConfigPlugin. getConfigTopic(String configTypeUri, long topicId)
RelatedTopic
ConfigService. getConfigTopic(String configTypeUri, long topicId)
-
Uses of RelatedTopic in systems.dmx.contacts
Methods in systems.dmx.contacts that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
ContactsPlugin. getOrganizations(long personId)
List<RelatedTopic>
ContactsService. getOrganizations(long personId)
List<RelatedTopic>
ContactsPlugin. getPersons(long organizationId)
List<RelatedTopic>
ContactsService. getPersons(long organizationId)
-
Uses of RelatedTopic in systems.dmx.core
Methods in systems.dmx.core that return RelatedTopic Modifier and Type Method Description RelatedTopic
DMXObject. getRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
Fetches and returns a related topic ornull
if no such topic extists.RelatedTopic
ChildTopics. getTopic(String compDefUri)
Accesses a single-valued child.RelatedTopic
ChildTopics. getTopicOrNull(String compDefUri)
Methods in systems.dmx.core that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
DMXObject. getRelatedTopics()
List<RelatedTopic>
DMXObject. getRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
List<RelatedTopic>
ChildTopics. getTopics(String compDefUri)
Accesses a multiple-valued child.List<RelatedTopic>
ChildTopics. getTopicsOrNull(String compDefUri)
-
Uses of RelatedTopic in systems.dmx.core.service
Fields in systems.dmx.core.service declared as RelatedTopic Modifier and Type Field Description RelatedTopic
ChangeReport.Change. oldValue
Constructors in systems.dmx.core.service with parameters of type RelatedTopic Constructor Description Change(Topic newValue, RelatedTopic oldValue)
-
Uses of RelatedTopic in systems.dmx.core.service.accesscontrol
Methods in systems.dmx.core.service.accesscontrol that return RelatedTopic Modifier and Type Method Description RelatedTopic
PrivilegedAccess. getConfigTopic(String configTypeUri, long topicId)
Returns the configuration topic of the given type for the given topic. -
Uses of RelatedTopic in systems.dmx.events
Methods in systems.dmx.events that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
EventsPlugin. getEvents(long personId)
List<RelatedTopic>
EventsService. getEvents(long personId)
List<RelatedTopic>
EventsPlugin. getPersons(long eventId)
List<RelatedTopic>
EventsService. getPersons(long eventId)
-
Uses of RelatedTopic in systems.dmx.facets
Methods in systems.dmx.facets that return RelatedTopic Modifier and Type Method Description RelatedTopic
FacetsPlugin. getFacet(long topicId, String facetTypeUri)
RelatedTopic
FacetsPlugin. getFacet(DMXObject object, String facetTypeUri)
RelatedTopic
FacetsService. getFacet(long topicId, String facetTypeUri)
RelatedTopic
FacetsService. getFacet(DMXObject object, String facetTypeUri)
Retrieves a facet value.Methods in systems.dmx.facets that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
FacetsPlugin. getFacets(long topicId, String facetTypeUri)
List<RelatedTopic>
FacetsPlugin. getFacets(DMXObject object, String facetTypeUri)
List<RelatedTopic>
FacetsService. getFacets(long topicId, String facetTypeUri)
List<RelatedTopic>
FacetsService. getFacets(DMXObject object, String facetTypeUri)
Retrieves the values of a multi-facet. -
Uses of RelatedTopic in systems.dmx.files
Methods in systems.dmx.files that return RelatedTopic Modifier and Type Method Description RelatedTopic
FilesPlugin. createFolder(String folderName, String repoPath)
RelatedTopic
FilesService. createFolder(String folderName, String repoPath)
Creates a folder in the file repository.RelatedTopic
FilesPlugin. getChildFileTopic(long folderTopicId, String repoPath)
RelatedTopic
FilesService. getChildFileTopic(long folderTopicId, String repoPath)
Returns the File topic representing the file at a given repository path.RelatedTopic
FilesPlugin. getChildFolderTopic(long folderTopicId, String repoPath)
RelatedTopic
FilesService. getChildFolderTopic(long folderTopicId, String repoPath)
Returns the Folder topic representing the folder at a given repository path.RelatedTopic
StoredFile. getFileTopic()
-
Uses of RelatedTopic in systems.dmx.topicmaps
Methods in systems.dmx.topicmaps that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
TopicmapsPlugin. getTopicmapTopics(long objectId)
List<RelatedTopic>
TopicmapsService. getTopicmapTopics(long objectId)
Returns all topicmaps which contain the given topic/assoc.Methods in systems.dmx.topicmaps with parameters of type RelatedTopic Modifier and Type Method Description void
TopicmapCustomizer. customizeTopic(RelatedTopic topic, ViewProps viewProps)
void
TopicmapsPlugin. customizeTopic(RelatedTopic topic, ViewProps viewProps)
Note: as Topicmap is not a DMXObject no PRE_SEND event is fired, so for customizing the topicmap we use a TopicmapCustomizer. -
Uses of RelatedTopic in systems.dmx.webservice
Methods in systems.dmx.webservice that return types with arguments of type RelatedTopic Modifier and Type Method Description List<RelatedTopic>
WebservicePlugin. getAssocRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
List<RelatedTopic>
WebservicePlugin. getRelatedTopicsWithoutChilds(long objectId)
List<RelatedTopic>
WebservicePlugin. getTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
-