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

Packages that use ClientState
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.core.service.event   
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.facets   
de.deepamehta.plugins.facets.service   
de.deepamehta.plugins.files   
de.deepamehta.plugins.files.service   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.time   
de.deepamehta.plugins.topicmaps   
de.deepamehta.plugins.topicmaps.service   
de.deepamehta.plugins.typeeditor   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
 

Uses of ClientState in de.deepamehta.core
 

Methods in de.deepamehta.core with parameters of type ClientState
 CompositeValue CompositeValue.remove(String childTypeUri, long topicId, ClientState clientState, Directives directives)
           
 CompositeValue CompositeValue.set(String childTypeUri, CompositeValueModel value, ClientState clientState, Directives directives)
          Convenience method to set the composite value of a child.
 CompositeValue CompositeValue.set(String childTypeUri, Object value, ClientState clientState, Directives directives)
          Convenience method to set the simple value of a child.
 CompositeValue CompositeValue.set(String childTypeUri, TopicModel value, ClientState clientState, Directives directives)
          Sets a child.
 void AssociationDefinition.setChildCardinalityUri(String childCardinalityUri, ClientState clientState, Directives directives)
           
 void DeepaMehtaObject.setCompositeValue(CompositeValueModel comp, ClientState clientState, Directives directives)
           
 void AssociationDefinition.setParentCardinalityUri(String parentCardinalityUri, ClientState clientState, Directives directives)
           
 CompositeValue CompositeValue.setRef(String childTypeUri, long refTopicId, ClientState clientState, Directives directives)
           
 CompositeValue CompositeValue.setRef(String childTypeUri, String refTopicUri, ClientState clientState, Directives directives)
           
 void AssociationDefinition.update(AssociationDefinitionModel model, ClientState clientState, Directives directives)
           
 void Association.update(AssociationModel model, ClientState clientState, Directives directives)
           
 void AssociationType.update(AssociationTypeModel model, ClientState clientState, Directives directives)
           
 void DeepaMehtaObject.update(DeepaMehtaObjectModel model, ClientState clientState, Directives directives)
           
 void Topic.update(TopicModel model, ClientState clientState, Directives directives)
           
 void TopicType.update(TopicTypeModel model, ClientState clientState, Directives directives)
           
 void Type.update(TypeModel model, ClientState clientState, Directives directives)
           
 void DeepaMehtaObject.updateChildTopic(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
 void DeepaMehtaObject.updateChildTopics(List<? extends TopicModel> newChildTopics, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
 

Uses of ClientState in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return ClientState
private  ClientState JerseyResponseFilter.clientState(com.sun.jersey.spi.container.ContainerRequest request)
           
 

Methods in de.deepamehta.core.impl with parameters of type ClientState
private  CompositeValue AttachedCompositeValue._update(String childTypeUri, TopicModel newChildTopic, ClientState clientState, Directives directives)
           
(package private)  void AttachedTopic._update(TopicModel model, ClientState clientState, Directives directives)
          Low-level update method which does not fire the POST_UPDATE_TOPIC_REQUEST event.
(package private)  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, long childTopicId, AssociationDefinition assocDef, ClientState clientState)
           
(package private)  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, String childTopicUri, AssociationDefinition assocDef, ClientState clientState)
           
private  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, TopicRoleModel child, AssociationDefinition assocDef, ClientState clientState)
           
(package private)  Topic ValueStorage.associateReferencedChildTopic(DeepaMehtaObjectModel parent, TopicReferenceModel childTopicRef, AssociationDefinition assocDef, ClientState clientState)
          Creates an association between the given parent object ("Parent" role) and the referenced topic ("Child" role).
private  Association EmbeddedService.associationFactory(AssociationModel model, ClientState clientState, Directives directives)
          Factory method: creates a new association in the DB according to the given association model and returns an association instance.
 Association EmbeddedService.createAssociation(AssociationModel model, ClientState clientState)
           
(package private)  Association EmbeddedService.createAssociation(String typeUri, RoleModel roleModel1, RoleModel roleModel2, ClientState clientState)
          Convenience method.
 AssociationType EmbeddedService.createAssociationType(AssociationTypeModel model, ClientState clientState)
           
private  void AttachedCompositeValue.createChildTopicMany(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.createChildTopicOne(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
 Topic EmbeddedService.createTopic(TopicModel model, ClientState clientState)
           
 TopicType EmbeddedService.createTopicType(TopicTypeModel model, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSend(Association assoc, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSend(AssociationType assocType, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSend(Directives directives, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSend(Topic topic, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSend(TopicType topicType, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSendAssociationTypes(Iterable<AssociationType> assocTypes, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSendTopics(Iterable<Topic> topics, ClientState clientState)
           
private  void JerseyResponseFilter.firePreSendTopicTypes(Iterable<TopicType> topicTypes, ClientState clientState)
           
 CompositeValue AttachedCompositeValue.remove(String childTypeUri, long topicId, ClientState clientState, Directives directives)
           
 CompositeValue AttachedCompositeValue.set(String childTypeUri, CompositeValueModel value, ClientState clientState, Directives directives)
           
 CompositeValue AttachedCompositeValue.set(String childTypeUri, Object value, ClientState clientState, Directives directives)
           
 CompositeValue AttachedCompositeValue.set(String childTypeUri, TopicModel value, ClientState clientState, Directives directives)
           
 void AttachedAssociationDefinition.setChildCardinalityUri(String childCardinalityUri, ClientState clientState, Directives directives)
           
 void AttachedDeepaMehtaObject.setCompositeValue(CompositeValueModel comp, ClientState clientState, Directives directives)
           
 void AttachedAssociationDefinition.setParentCardinalityUri(String parentCardinalityUri, ClientState clientState, Directives directives)
           
 CompositeValue AttachedCompositeValue.setRef(String childTypeUri, long refTopicId, ClientState clientState, Directives directives)
           
 CompositeValue AttachedCompositeValue.setRef(String childTypeUri, String refTopicUri, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeAggregationMany(List<TopicModel> models, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeAggregationOne(TopicModel model, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeChildTopics(TopicModel childTopic, List<TopicModel> childTopics, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeCompositeValue(DeepaMehtaObjectModel parent, ClientState clientState, Directives directives)
          Called to store the initial value of a newly created topic/association.
private  void ValueStorage.storeCompositionMany(List<TopicModel> models, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeCompositionOne(TopicModel model, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
(package private)  void ValueStorage.storeValue(DeepaMehtaObjectModel model, ClientState clientState, Directives directives)
          Stores and indexes the specified model's value, either a simple value or a composite value (child topics).
private  Topic EmbeddedService.topicFactory(TopicModel model, ClientState clientState, Directives directives)
          Factory method: creates a new topic in the DB according to the given topic model and returns a topic instance.
 void AttachedAssociationDefinition.update(AssociationDefinitionModel newModel, ClientState clientState, Directives directives)
           
 void AttachedAssociation.update(AssociationModel model, ClientState clientState, Directives directives)
           
 void AttachedAssociationType.update(AssociationTypeModel model, ClientState clientState, Directives directives)
           
(package private)  void AttachedCompositeValue.update(CompositeValueModel newComp, ClientState clientState, Directives directives)
           
 void AttachedDeepaMehtaObject.update(DeepaMehtaObjectModel newModel, ClientState clientState, Directives directives)
           
 void AttachedTopic.update(TopicModel model, ClientState clientState, Directives directives)
           
 void AttachedTopicType.update(TopicTypeModel model, ClientState clientState, Directives directives)
           
 void AttachedType.update(TypeModel model, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.updateAggregationMany(List<? extends TopicModel> newChildTopics, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.updateAggregationOne(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedType.updateAssocDefs(Collection<AssociationDefinitionModel> newAssocDefs, ClientState clientState, Directives directives)
           
 Directives EmbeddedService.updateAssociation(AssociationModel model, ClientState clientState)
           
 Directives EmbeddedService.updateAssociationType(AssociationTypeModel model, ClientState clientState)
           
private  void AttachedAssociationDefinition.updateAssocTypeUri(AssociationDefinitionModel newModel, ClientState clientState, Directives directives)
           
private  void AttachedAssociationDefinition.updateChildCardinality(String newChildCardinalityUri, ClientState clientState, Directives directives)
           
 void AttachedDeepaMehtaObject.updateChildTopic(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.updateChildTopicMany(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.updateChildTopicOne(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
 void AttachedDeepaMehtaObject.updateChildTopics(List<? extends TopicModel> newChildTopics, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
(package private)  void AttachedCompositeValue.updateChildTopics(TopicModel newChildTopic, List<? extends TopicModel> newChildTopics, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.updateCompositionMany(List<? extends TopicModel> newChildTopics, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedCompositeValue.updateCompositionOne(TopicModel newChildTopic, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void AttachedAssociationDefinition.updateParentCardinality(String newParentCardinalityUri, ClientState clientState, Directives directives)
           
 Directives EmbeddedService.updateTopic(TopicModel model, ClientState clientState)
           
 Directives EmbeddedService.updateTopicType(TopicTypeModel model, ClientState clientState)
           
private  void AttachedDeepaMehtaObject.updateValue(DeepaMehtaObjectModel newModel, ClientState clientState, Directives directives)
           
 

Uses of ClientState in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service with parameters of type ClientState
 Association DeepaMehtaService.createAssociation(AssociationModel model, ClientState clientState)
           
 AssociationType DeepaMehtaService.createAssociationType(AssociationTypeModel model, ClientState clientState)
           
 Topic DeepaMehtaService.createTopic(TopicModel model, ClientState clientState)
           
 TopicType DeepaMehtaService.createTopicType(TopicTypeModel model, ClientState clientState)
           
 Directives DeepaMehtaService.updateAssociation(AssociationModel model, ClientState clientState)
           
 Directives DeepaMehtaService.updateAssociationType(AssociationTypeModel model, ClientState clientState)
           
 Directives DeepaMehtaService.updateTopic(TopicModel model, ClientState clientState)
           
 Directives DeepaMehtaService.updateTopicType(TopicTypeModel model, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.core.service.event
 

Methods in de.deepamehta.core.service.event with parameters of type ClientState
 void IntroduceAssociationTypeListener.introduceAssociationType(AssociationType assocType, ClientState clientState)
           
 void IntroduceTopicTypeListener.introduceTopicType(TopicType topicType, ClientState clientState)
           
 void PostCreateAssociationListener.postCreateAssociation(Association assoc, ClientState clientState, Directives directives)
           
 void PostCreateTopicListener.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void PostUpdateAssociationListener.postUpdateAssociation(Association assoc, AssociationModel oldModel, ClientState clientState, Directives directives)
           
 void PostUpdateTopicListener.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void PreCreateAssociationListener.preCreateAssociation(AssociationModel model, ClientState clientState)
           
 void PreCreateTopicListener.preCreateTopic(TopicModel model, ClientState clientState)
           
 void PreSendAssociationListener.preSendAssociation(Association assoc, ClientState clientState)
           
 void PreSendAssociationTypeListener.preSendAssociationType(AssociationType assocType, ClientState clientState)
           
 void PreSendTopicListener.preSendTopic(Topic topic, ClientState clientState)
           
 void PreSendTopicTypeListener.preSendTopicType(TopicType topicType, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type ClientState
 void AccessControlPlugin.introduceAssociationType(AssociationType assocType, ClientState clientState)
           
 void AccessControlPlugin.introduceTopicType(TopicType topicType, ClientState clientState)
           
 void AccessControlPlugin.postCreateAssociation(Association assoc, ClientState clientState, Directives directives)
           
 void AccessControlPlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void AccessControlPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void AccessControlPlugin.preSendAssociationType(AssociationType assocType, ClientState clientState)
           
 void AccessControlPlugin.preSendTopicType(TopicType topicType, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.facets
 

Methods in de.deepamehta.plugins.facets with parameters of type ClientState
 void FacetsPlugin.updateFacet(DeepaMehtaObject object, String facetTypeUri, TopicModel facetValue, ClientState clientState, Directives directives)
           
 void FacetsPlugin.updateFacets(DeepaMehtaObject object, String facetTypeUri, List<? extends TopicModel> facetValues, ClientState clientState, Directives directives)
           
 

Uses of ClientState in de.deepamehta.plugins.facets.service
 

Methods in de.deepamehta.plugins.facets.service with parameters of type ClientState
 void FacetsService.updateFacet(DeepaMehtaObject object, String facetTypeUri, TopicModel facetValue, ClientState clientState, Directives directives)
          Updates a facet.
 void FacetsService.updateFacets(DeepaMehtaObject object, String facetTypeUri, List<? extends TopicModel> facetValues, ClientState clientState, Directives directives)
          Updates a multi-facet.
 

Uses of ClientState in de.deepamehta.plugins.files
 

Methods in de.deepamehta.plugins.files with parameters of type ClientState
 Topic FilesPlugin.createChildFileTopic(long folderTopicId, String path, ClientState clientState)
           
 Topic FilesPlugin.createChildFolderTopic(long folderTopicId, String path, ClientState clientState)
           
private  Topic FilesPlugin.createFileTopic(File file, ClientState clientState)
           
 Topic FilesPlugin.createFileTopic(String path, ClientState clientState)
           
private  Topic FilesPlugin.createFolderTopic(File file, ClientState clientState)
           
 Topic FilesPlugin.createFolderTopic(String path, ClientState clientState)
           
 StoredFile FilesPlugin.storeFile(UploadedFile file, String path, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.files.service
 

Methods in de.deepamehta.plugins.files.service with parameters of type ClientState
 Topic FilesService.createChildFileTopic(long folderTopicId, String path, ClientState clientState)
           
 Topic FilesService.createChildFolderTopic(long folderTopicId, String path, ClientState clientState)
           
 Topic FilesService.createFileTopic(String path, ClientState clientState)
          Creates a File topic for a given path.
 Topic FilesService.createFolderTopic(String path, ClientState clientState)
          Creates a Folder topic for a given path.
 StoredFile FilesService.storeFile(UploadedFile file, String path, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps with parameters of type ClientState
private  void GeomapsPlugin.geocodeAndStoreFacet(GeomapsPlugin.Address address, Topic topic, ClientState clientState, Directives directives)
           
 void GeomapsPlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void GeomapsPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void GeomapsPlugin.preSendTopic(Topic topic, ClientState clientState)
          Enriches an Address topic with its Geo Coordinate facet.
private  void GeomapsPlugin.storeGeoFacet(Topic address, GeomapsPlugin.LonLat geoCoordinate, ClientState clientState, Directives directives)
          Stores a geo facet for an address topic in the DB.
 

Uses of ClientState in de.deepamehta.plugins.time
 

Methods in de.deepamehta.plugins.time with parameters of type ClientState
 void TimePlugin.postCreateAssociation(Association assoc, ClientState clientState, Directives directives)
           
 void TimePlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void TimePlugin.postUpdateAssociation(Association assoc, AssociationModel oldModel, ClientState clientState, Directives directives)
           
 void TimePlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void TimePlugin.preSendAssociation(Association assoc, ClientState clientState)
           
 void TimePlugin.preSendTopic(Topic topic, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.topicmaps
 

Methods in de.deepamehta.plugins.topicmaps with parameters of type ClientState
 Topic TopicmapsPlugin.createTopicmap(String name, String topicmapRendererUri, ClientState clientState)
           
 Topic TopicmapsPlugin.createTopicmap(String name, String uri, String topicmapRendererUri, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.topicmaps.service
 

Methods in de.deepamehta.plugins.topicmaps.service with parameters of type ClientState
 Topic TopicmapsService.createTopicmap(String name, String topicmapRendererUri, ClientState clientState)
           
 Topic TopicmapsService.createTopicmap(String name, String uri, String topicmapRendererUri, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.typeeditor
 

Methods in de.deepamehta.plugins.typeeditor with parameters of type ClientState
 void TypeEditorPlugin.postUpdateAssociation(Association assoc, AssociationModel oldModel, ClientState clientState, Directives directives)
           
 

Uses of ClientState in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient with parameters of type ClientState
private  Topic WebclientPlugin.createSearchTopic(String searchTerm, Collection<? extends Topic> resultItems, ClientState clientState)
          Creates a "Search" topic.
 Topic WebclientPlugin.getTopics(String typeUri, int maxResultSize, ClientState clientState)
          Performs a by-type search and creates a search result topic.
 void WebclientPlugin.introduceAssociationType(AssociationType assocType, ClientState clientState)
           
 void WebclientPlugin.introduceTopicType(TopicType topicType, ClientState clientState)
           
 void WebclientPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
          Once a view configuration is updated in the DB we must update the cached view configuration model.
 Topic WebclientPlugin.searchTopics(String searchTerm, String fieldUri, ClientState clientState)
          Performs a fulltext search and creates a search result topic.
 

Uses of ClientState in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice with parameters of type ClientState
 Association WebservicePlugin.createAssociation(AssociationModel model, ClientState clientState)
           
 AssociationType WebservicePlugin.createAssociationType(AssociationTypeModel assocTypeModel, ClientState clientState)
           
 Topic WebservicePlugin.createTopic(TopicModel model, ClientState clientState)
           
 TopicType WebservicePlugin.createTopicType(TopicTypeModel topicTypeModel, ClientState clientState)
           
 Directives WebservicePlugin.updateAssociation(long assocId, AssociationModel model, ClientState clientState)
           
 Directives WebservicePlugin.updateAssociationType(AssociationTypeModel model, ClientState clientState)
           
 Directives WebservicePlugin.updateTopic(long topicId, TopicModel model, ClientState clientState)
           
 Directives WebservicePlugin.updateTopicType(TopicTypeModel model, ClientState clientState)
           
 

Uses of ClientState in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with parameters of type ClientState
 void WorkspacesPlugin.introduceAssociationType(AssociationType assocType, ClientState clientState)
           
 void WorkspacesPlugin.introduceTopicType(TopicType topicType, ClientState clientState)
           
 void WorkspacesPlugin.postCreateAssociation(Association assoc, ClientState clientState, Directives directives)
          Every created association is assigned to the current workspace.
 void WorkspacesPlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
          Every created topic is assigned to the current workspace.
private  long WorkspacesPlugin.workspaceId(ClientState clientState)
           
private  long WorkspacesPlugin.workspaceIdForType(Type type, ClientState clientState)
           
 



Copyright © 2014. All Rights Reserved.