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)
void
AccessControlPlugin. 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 Topic
AccountManagementPlugin. 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 DirectivesResponse
ConfigPlugin. 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 void
FacetsPlugin. addFacetTypeToTopic(long topicId, String facetTypeUri)
void
FacetsPlugin. 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 RelatedTopic
FilesPlugin. getChildFileTopic(long folderTopicId, String repoPath)
RelatedTopic
FilesPlugin. getChildFolderTopic(long folderTopicId, String repoPath)
Topic
FilesPlugin. getFileTopic(String repoPath)
Topic
FilesPlugin. 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 void
TopicmapsPlugin. addAssocToTopicmap(long topicmapId, long assocId, ViewProps viewProps)
void
TopicmapsPlugin. addRelatedTopicToTopicmap(long topicmapId, long topicId, long assocId, ViewProps viewProps)
void
TopicmapsPlugin. addTopicToTopicmap(long topicmapId, long topicId, ViewProps viewProps)
Topic
TopicmapsPlugin. createTopicmap(String name, String topicmapTypeUri, ViewProps viewProps)
void
TopicmapsPlugin. hideAssocs(long topicmapId, IdList assocIds)
void
TopicmapsPlugin. hideMulti(long topicmapId, IdList topicIds, IdList assocIds)
void
TopicmapsPlugin. hideTopics(long topicmapId, IdList topicIds)
void
TopicmapsPlugin. setAssocViewProps(long topicmapId, long assocId, ViewProps viewProps)
void
TopicmapsPlugin. setAssocVisibility(long topicmapId, long assocId, boolean visibility)
void
TopicmapsPlugin. setTopicmapViewport(long topicmapId, int panX, int panY, double zoom)
void
TopicmapsPlugin. setTopicPosition(long topicmapId, long topicId, int x, int y)
void
TopicmapsPlugin. setTopicPositions(long topicmapId, TopicCoords coords)
void
TopicmapsPlugin. setTopicViewProps(long topicmapId, long topicId, ViewProps viewProps)
void
TopicmapsPlugin. 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 DirectivesResponse
WorkspacesPlugin. assignToWorkspace(long objectId, long workspaceId)
Topic
WorkspacesPlugin. createWorkspace(String name, String uri, SharingMode sharingMode)
void
WorkspacesPlugin. deleteWorkspace(long workspaceId)
-