Uses of Class
systems.dmx.core.service.Transactional
-
-
Uses of Transactional in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol with annotations of type Transactional 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)voidAccessControlPlugin. createMembership(String username, long workspaceId) -
Uses of Transactional in systems.dmx.accountmanagement
Methods in systems.dmx.accountmanagement with annotations of type Transactional Modifier and Type Method Description TopicAccountManagementPlugin. createUserAccount(Credentials cred) -
Uses of Transactional in systems.dmx.config
Methods in systems.dmx.config with annotations of type Transactional Modifier and Type Method Description DirectivesResponseConfigPlugin. updateConfigTopic(long topicId, TopicModel updateModel) -
Uses of Transactional in systems.dmx.facets
Methods in systems.dmx.facets with annotations of type Transactional Modifier and Type Method Description voidFacetsPlugin. addFacetTypeToTopic(long topicId, String facetTypeUri)voidFacetsPlugin. updateFacet(long topicId, String facetTypeUri, FacetValueModel value) -
Uses of Transactional in systems.dmx.files
Methods in systems.dmx.files with annotations of type Transactional Modifier and Type Method Description RelatedTopicFilesPlugin. getChildFileTopic(long folderTopicId, String repoPath)RelatedTopicFilesPlugin. getChildFolderTopic(long folderTopicId, String repoPath)TopicFilesPlugin. getFileTopic(String repoPath)TopicFilesPlugin. getFolderTopic(String repoPath) -
Uses of Transactional in systems.dmx.topicmaps
Methods in systems.dmx.topicmaps with annotations of type Transactional Modifier and Type Method Description voidTopicmapsPlugin. addAssocToTopicmap(long topicmapId, long assocId, ViewProps viewProps)voidTopicmapsPlugin. addRelatedTopicToTopicmap(long topicmapId, long topicId, long assocId, ViewProps viewProps)voidTopicmapsPlugin. addTopicToTopicmap(long topicmapId, long topicId, ViewProps viewProps)TopicTopicmapsPlugin. createTopicmap(String name, String topicmapTypeUri, ViewProps viewProps)voidTopicmapsPlugin. hideAssocs(long topicmapId, IdList assocIds)voidTopicmapsPlugin. hideMulti(long topicmapId, IdList topicIds, IdList assocIds)voidTopicmapsPlugin. hideTopics(long topicmapId, IdList topicIds)voidTopicmapsPlugin. setAssocViewProps(long topicmapId, long assocId, ViewProps viewProps)voidTopicmapsPlugin. setAssocVisibility(long topicmapId, long assocId, boolean visibility)voidTopicmapsPlugin. setTopicmapViewport(long topicmapId, int panX, int panY, double zoom)voidTopicmapsPlugin. setTopicPosition(long topicmapId, long topicId, int x, int y)voidTopicmapsPlugin. setTopicPositions(long topicmapId, TopicCoords coords)voidTopicmapsPlugin. setTopicViewProps(long topicmapId, long topicId, ViewProps viewProps)voidTopicmapsPlugin. setTopicVisibility(long topicmapId, long topicId, boolean visibility) -
Uses of Transactional in systems.dmx.webservice
-
Uses of Transactional in systems.dmx.workspaces
Methods in systems.dmx.workspaces with annotations of type Transactional Modifier and Type Method Description DirectivesResponseWorkspacesPlugin. assignToWorkspace(long objectId, long workspaceId)TopicWorkspacesPlugin. createWorkspace(String name, String uri, SharingMode sharingMode)voidWorkspacesPlugin. deleteWorkspace(long workspaceId)
-