Uses of Interface
de.deepamehta.core.DeepaMehtaObject

Packages that use DeepaMehtaObject
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.core.service.accesscontrol   
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.accesscontrol.migrations   
de.deepamehta.plugins.caching   
de.deepamehta.plugins.facets   
de.deepamehta.plugins.facets.service   
de.deepamehta.plugins.time   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
de.deepamehta.plugins.workspaces.migrations   
de.deepamehta.plugins.workspaces.service   
 

Uses of DeepaMehtaObject in de.deepamehta.core
 

Subinterfaces of DeepaMehtaObject in de.deepamehta.core
 interface Association
          ### FIXDOC: Specification of an association -- A n-ary connection between topics and other associations.
 interface AssociationDefinition
          Definition of an association between 2 topic types -- part of DeepaMehta's type system, like an association in a class diagram.
 interface AssociationType
           
 interface RelatedAssociation
          An Association-Association pair.
 interface RelatedTopic
          A Topic-Association pair.
 interface Topic
          Specification of a topic -- DeepaMehta's central data object.
 interface TopicType
          Specification of a topic type -- part of DeepaMehta's type system, like a class.
 interface Type
           
 

Methods in de.deepamehta.core that return DeepaMehtaObject
 DeepaMehtaObject Role.getPlayer()
           
 DeepaMehtaObject Association.getPlayer1()
           
 DeepaMehtaObject Association.getPlayer2()
           
 DeepaMehtaObject DeepaMehtaObject.loadChildTopics()
           
 DeepaMehtaObject DeepaMehtaObject.loadChildTopics(String childTypeUri)
           
 

Uses of DeepaMehtaObject in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl with type parameters of type DeepaMehtaObject
(package private)  class ObjectIterator<O extends DeepaMehtaObject,M extends DeepaMehtaObjectModel>
           
 

Classes in de.deepamehta.core.impl that implement DeepaMehtaObject
(package private)  class AttachedAssociation
          An association model that is attached to the DB.
(package private)  class AttachedAssociationDefinition
          An association definition that is attached to the DeepaMehtaService.
(package private)  class AttachedAssociationType
          An association type that is attached to the DeepaMehtaService.
(package private)  class AttachedDeepaMehtaObject
          A DeepaMehta object model that is attached to the DB.
(package private)  class AttachedRelatedAssociation
          An Association-Association pair that is attached to the DeepaMehtaService.
(package private)  class AttachedRelatedTopic
          A Topic-Association pair that is attached to the DeepaMehtaService.
(package private)  class AttachedTopic
          A topic that is attached to the DeepaMehtaService.
(package private)  class AttachedTopicType
          A topic type that is attached to the DeepaMehtaService.
(package private)  class AttachedType
           
 

Methods in de.deepamehta.core.impl that return DeepaMehtaObject
 DeepaMehtaObject EmbeddedService.getObject(long id)
           
 DeepaMehtaObject AttachedAssociationRole.getPlayer()
           
 DeepaMehtaObject AttachedTopicRole.getPlayer()
           
 DeepaMehtaObject AttachedAssociation.getPlayer1()
           
 DeepaMehtaObject AttachedAssociation.getPlayer2()
           
 DeepaMehtaObject AttachedDeepaMehtaObject.loadChildTopics()
           
 DeepaMehtaObject AttachedDeepaMehtaObject.loadChildTopics(String childTypeUri)
           
 

Methods in de.deepamehta.core.impl that return types with arguments of type DeepaMehtaObject
(package private)  List<? extends DeepaMehtaObject> AttachedTopicType.getAllInstances()
           
(package private) abstract  List<? extends DeepaMehtaObject> AttachedType.getAllInstances()
           
(package private)  List<? extends DeepaMehtaObject> AttachedAssociationType.getAllInstances()
           
 

Methods in de.deepamehta.core.impl with parameters of type DeepaMehtaObject
 void AccessControlImpl.assignToWorkspace(DeepaMehtaObject object, long workspaceId)
           
private  Topic AttachedAssociation.filterTopic(DeepaMehtaObject object, String topicTypeUri)
           
private  void JerseyResponseFilter.loadChildTopics(DeepaMehtaObject object, boolean includeChilds)
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type DeepaMehtaObject
private  void JerseyResponseFilter.loadChildTopics(Iterable<DeepaMehtaObject> objects, boolean includeChilds)
           
 

Uses of DeepaMehtaObject in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return DeepaMehtaObject
 DeepaMehtaObject DeepaMehtaService.getObject(long id)
           
 

Uses of DeepaMehtaObject in de.deepamehta.core.service.accesscontrol
 

Methods in de.deepamehta.core.service.accesscontrol with parameters of type DeepaMehtaObject
 void AccessControl.assignToWorkspace(DeepaMehtaObject object, long workspaceId)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type DeepaMehtaObject
private  String AccessControlPlugin.info(DeepaMehtaObject object)
           
private  void AccessControlPlugin.setCreator(DeepaMehtaObject object, String username)
          Sets the creator of a topic or an association.
private  void AccessControlPlugin.setCreatorAndModifier(DeepaMehtaObject object)
          Sets the logged in user as the creator/modifier of the given object.
private  void AccessControlPlugin.setCreatorAndModifier(DeepaMehtaObject object, String username)
           
private  void AccessControlPlugin.setModifier(DeepaMehtaObject object)
           
private  void AccessControlPlugin.setModifier(DeepaMehtaObject object, String username)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.accesscontrol.migrations
 

Methods in de.deepamehta.plugins.accesscontrol.migrations with parameters of type DeepaMehtaObject
private  void Migration6.migrateObject(DeepaMehtaObject object, String type)
           
private  void Migration2.migrateObject(DeepaMehtaObject object, String type)
           
private  void Migration2.renameProperty(DeepaMehtaObject object, String oldPropUri, String newPropUri, boolean addToIndex)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.caching
 

Methods in de.deepamehta.plugins.caching that return DeepaMehtaObject
private  DeepaMehtaObject CachingPlugin.responseObject(com.sun.jersey.spi.container.ContainerResponse response)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.facets
 

Methods in de.deepamehta.plugins.facets with parameters of type DeepaMehtaObject
private  RelatedTopic FacetsPlugin.fetchChildTopic(DeepaMehtaObject object, AssociationDefinition assocDef)
          Fetches and returns a child topic or null if no such topic extists.
private  ResultList<RelatedTopic> FacetsPlugin.fetchChildTopics(DeepaMehtaObject object, AssociationDefinition assocDef)
          Fetches and returns child topics.
 Topic FacetsPlugin.getFacet(DeepaMehtaObject object, String facetTypeUri)
           
 ResultList<RelatedTopic> FacetsPlugin.getFacets(DeepaMehtaObject object, String facetTypeUri)
           
 void FacetsPlugin.updateFacet(DeepaMehtaObject object, String facetTypeUri, FacetValue value)
           
 

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

Methods in de.deepamehta.plugins.facets.service with parameters of type DeepaMehtaObject
 Topic FacetsService.getFacet(DeepaMehtaObject object, String facetTypeUri)
          Retrieves a facet value.
 ResultList<RelatedTopic> FacetsService.getFacets(DeepaMehtaObject object, String facetTypeUri)
          Retrieves the values of a multi-facet.
 void FacetsService.updateFacet(DeepaMehtaObject object, String facetTypeUri, FacetValue value)
          Updates a facet.
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.time
 

Methods in de.deepamehta.plugins.time that return DeepaMehtaObject
private  DeepaMehtaObject TimePlugin.responseObject(com.sun.jersey.spi.container.ContainerResponse response)
           
 

Methods in de.deepamehta.plugins.time that return types with arguments of type DeepaMehtaObject
private  Set<DeepaMehtaObject> TimePlugin.getParents(Topic topic)
          Returns all parent topics/associations of the given topic (recursively).
 

Methods in de.deepamehta.plugins.time with parameters of type DeepaMehtaObject
private  long TimePlugin.enrichWithTimestamp(DeepaMehtaObject object)
           
private  void TimePlugin.storeCreationTime(DeepaMehtaObject object, long time)
           
private  void TimePlugin.storeModificationTime(DeepaMehtaObject object, long time)
           
private  void TimePlugin.storeTime(DeepaMehtaObject object, String propUri, long time)
           
private  void TimePlugin.storeTimestamp(DeepaMehtaObject object)
           
private  void TimePlugin.storeTimestamps(DeepaMehtaObject object)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice with parameters of type DeepaMehtaObject
private  ResultList<RelatedAssociation> WebservicePlugin.getRelatedAssociations(DeepaMehtaObject object, String objectInfo, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
private  ResultList<RelatedTopic> WebservicePlugin.getRelatedTopics(DeepaMehtaObject object, String objectInfo, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with parameters of type DeepaMehtaObject
private  void WorkspacesPlugin._assignToWorkspace(DeepaMehtaObject object, long workspaceId)
           
private  boolean WorkspacesPlugin.abortAssignment(DeepaMehtaObject object)
           
 void WorkspacesPlugin.assignToWorkspace(DeepaMehtaObject object, long workspaceId)
           
private  String WorkspacesPlugin.info(DeepaMehtaObject object)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.workspaces.migrations
 

Methods in de.deepamehta.plugins.workspaces.migrations with parameters of type DeepaMehtaObject
private  String Migration5.info(DeepaMehtaObject object)
           
private  void Migration5.initWorkspaceProperty(DeepaMehtaObject object)
           
private  boolean Migration5.isUserAccountRelated(DeepaMehtaObject object)
           
 

Uses of DeepaMehtaObject in de.deepamehta.plugins.workspaces.service
 

Methods in de.deepamehta.plugins.workspaces.service with parameters of type DeepaMehtaObject
 void WorkspacesService.assignToWorkspace(DeepaMehtaObject object, long workspaceId)
          Assigns the given object to the given workspace.
 



Copyright © 2015. All Rights Reserved.