Uses of Class
de.deepamehta.core.service.Transactional

Packages that use Transactional
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.facets   
de.deepamehta.plugins.files   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.topicmaps   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
 

Uses of Transactional in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with annotations of type Transactional
 void AccessControlPlugin.createMembership(String username, long workspaceId)
           
 Topic AccessControlPlugin.createUserAccount(Credentials cred)
           
 

Uses of Transactional in de.deepamehta.plugins.facets
 

Methods in de.deepamehta.plugins.facets with annotations of type Transactional
 void FacetsPlugin.addFacetTypeToTopic(long topicId, String facetTypeUri)
           
 void FacetsPlugin.updateFacet(long topicId, String facetTypeUri, FacetValue value)
           
 

Uses of Transactional in de.deepamehta.plugins.files
 

Methods in de.deepamehta.plugins.files with annotations of type Transactional
 Topic FilesPlugin.createChildFileTopic(long folderTopicId, String path)
           
 Topic FilesPlugin.createChildFolderTopic(long folderTopicId, String path)
           
 Topic FilesPlugin.createFileTopic(String path)
           
 Topic FilesPlugin.createFolderTopic(String path)
           
 StoredFile FilesPlugin.storeFile(UploadedFile file, String path)
           
 

Uses of Transactional in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps with annotations of type Transactional
 void GeomapsPlugin.addCoordinateToGeomap(long geomapId, long geoCoordId)
           
 void GeomapsPlugin.setGeomapState(long geomapId, double lon, double lat, int zoom)
           
 

Uses of Transactional in de.deepamehta.plugins.topicmaps
 

Methods in de.deepamehta.plugins.topicmaps with annotations of type Transactional
 void TopicmapsPlugin.addAssociationToTopicmap(long topicmapId, long assocId)
           
 void TopicmapsPlugin.addTopicToTopicmap(long topicmapId, long topicId, ViewProperties viewProps)
           
 Topic TopicmapsPlugin.createTopicmap(String name, String topicmapRendererUri)
           
 void TopicmapsPlugin.removeAssociationFromTopicmap(long topicmapId, long assocId)
           
 void TopicmapsPlugin.setClusterPosition(long topicmapId, ClusterCoords coords)
           
 void TopicmapsPlugin.setTopicmapTranslation(long topicmapId, int transX, int transY)
           
 void TopicmapsPlugin.setTopicPosition(long topicmapId, long topicId, int x, int y)
           
 void TopicmapsPlugin.setTopicVisibility(long topicmapId, long topicId, boolean visibility)
           
 void TopicmapsPlugin.setViewProperties(long topicmapId, long topicId, ViewProperties viewProps)
           
 

Uses of Transactional in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient with annotations of type Transactional
 Topic WebclientPlugin.getTopics(String typeUri)
          Performs a by-type search and creates a search result topic.
 Topic WebclientPlugin.searchTopics(String searchTerm, String fieldUri)
          Performs a fulltext search and creates a search result topic.
 

Uses of Transactional in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice with annotations of type Transactional
 Association WebservicePlugin.createAssociation(AssociationModel model)
           
 AssociationType WebservicePlugin.createAssociationType(AssociationTypeModel model)
           
 Topic WebservicePlugin.createRoleType(TopicModel model)
           
 Topic WebservicePlugin.createTopic(TopicModel model)
           
 TopicType WebservicePlugin.createTopicType(TopicTypeModel model)
           
 Directives WebservicePlugin.deleteAssociation(long assocId)
           
 Directives WebservicePlugin.deleteAssociationType(String uri)
           
 Directives WebservicePlugin.deleteTopic(long topicId)
           
 Directives WebservicePlugin.deleteTopicType(String uri)
           
 Directives WebservicePlugin.updateAssociation(long assocId, AssociationModel model)
           
 Directives WebservicePlugin.updateAssociationType(AssociationTypeModel model)
           
 Directives WebservicePlugin.updateTopic(long topicId, TopicModel model)
           
 Directives WebservicePlugin.updateTopicType(TopicTypeModel model)
           
 

Uses of Transactional in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with annotations of type Transactional
 Directives WorkspacesPlugin.assignToWorkspace(long objectId, long workspaceId)
           
 Topic WorkspacesPlugin.createWorkspace(String name, String uri, SharingMode sharingMode)
           
 



Copyright © 2015. All Rights Reserved.