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 RelatedTopicConfigPlugin. getConfigTopic(String configTypeUri, long topicId)RelatedTopicConfigService. 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 RelatedTopicDMXObject. getRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)Fetches and returns a related topic ornullif no such topic extists.RelatedTopicChildTopics. getTopic(String compDefUri)Accesses a single-valued child.RelatedTopicChildTopics. 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 RelatedTopicChangeReport.Change. oldValueConstructors 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 RelatedTopicPrivilegedAccess. 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 RelatedTopicFacetsPlugin. getFacet(long topicId, String facetTypeUri)RelatedTopicFacetsPlugin. getFacet(DMXObject object, String facetTypeUri)RelatedTopicFacetsService. getFacet(long topicId, String facetTypeUri)RelatedTopicFacetsService. 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 RelatedTopicFilesPlugin. createFolder(String folderName, String repoPath)RelatedTopicFilesService. createFolder(String folderName, String repoPath)Creates a folder in the file repository.RelatedTopicFilesPlugin. getChildFileTopic(long folderTopicId, String repoPath)RelatedTopicFilesService. getChildFileTopic(long folderTopicId, String repoPath)Returns the File topic representing the file at a given repository path.RelatedTopicFilesPlugin. getChildFolderTopic(long folderTopicId, String repoPath)RelatedTopicFilesService. getChildFolderTopic(long folderTopicId, String repoPath)Returns the Folder topic representing the folder at a given repository path.RelatedTopicStoredFile. 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 voidTopicmapCustomizer. customizeTopic(RelatedTopic topic, ViewProps viewProps)voidTopicmapsPlugin. 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)
-