Uses of Class
org.gcube.informationsystem.resourceregistry.environments.Environment
-
-
Uses of Environment in org.gcube.informationsystem.resourceregistry.base
Fields in org.gcube.informationsystem.resourceregistry.base declared as Environment Modifier and Type Field Description protected EnvironmentElementManagement. workingEnvironmentMethods in org.gcube.informationsystem.resourceregistry.base that return Environment Modifier and Type Method Description protected abstract EnvironmentElementManagement. getWorkingEnvironment()Methods in org.gcube.informationsystem.resourceregistry.base with parameters of type Environment Modifier and Type Method Description static EntityManagement<?,?>ElementManagementUtility. getEntityManagement(Environment workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument, com.orientechnologies.orient.core.record.OVertex vertex)static RelationManagement<?,?>ElementManagementUtility. getRelationManagement(Environment workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument, com.orientechnologies.orient.core.record.OEdge edge)voidElementManagement. setWorkingEnvironment(Environment workingContext) -
Uses of Environment in org.gcube.informationsystem.resourceregistry.base.entities
Constructors in org.gcube.informationsystem.resourceregistry.base.entities with parameters of type Environment Constructor Description EntityElementManagement(org.gcube.informationsystem.base.reference.AccessType accessType, Environment workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument) -
Uses of Environment in org.gcube.informationsystem.resourceregistry.base.relations
Constructors in org.gcube.informationsystem.resourceregistry.base.relations with parameters of type Environment Constructor Description RelationElementManagement(org.gcube.informationsystem.base.reference.AccessType accessType, Class<? extends org.gcube.informationsystem.base.reference.entities.EntityElement> sourceEntityClass, Class<? extends org.gcube.informationsystem.base.reference.entities.EntityElement> targetEntityClass, Environment workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph) -
Uses of Environment in org.gcube.informationsystem.resourceregistry.contexts.entities
Methods in org.gcube.informationsystem.resourceregistry.contexts.entities that return Environment Modifier and Type Method Description protected EnvironmentContextManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.contexts.relations
Methods in org.gcube.informationsystem.resourceregistry.contexts.relations that return Environment Modifier and Type Method Description protected EnvironmentIsParentOfManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.environments
Subclasses of Environment in org.gcube.informationsystem.resourceregistry.environments Modifier and Type Class Description classHierarchicalEnvironmentclassSystemEnvironment -
Uses of Environment in org.gcube.informationsystem.resourceregistry.environments.administration
Subclasses of Environment in org.gcube.informationsystem.resourceregistry.environments.administration Modifier and Type Class Description classAdminEnvironment -
Uses of Environment in org.gcube.informationsystem.resourceregistry.environments.contexts
Subclasses of Environment in org.gcube.informationsystem.resourceregistry.environments.contexts Modifier and Type Class Description classContextEnvironmentclassShadowContextEnvironment -
Uses of Environment in org.gcube.informationsystem.resourceregistry.environments.instances
Subclasses of Environment in org.gcube.informationsystem.resourceregistry.environments.instances Modifier and Type Class Description classInstanceEnvironment -
Uses of Environment in org.gcube.informationsystem.resourceregistry.environments.queries.templates
Subclasses of Environment in org.gcube.informationsystem.resourceregistry.environments.queries.templates Modifier and Type Class Description classQueryTemplateEnvironment -
Uses of Environment in org.gcube.informationsystem.resourceregistry.environments.types
Subclasses of Environment in org.gcube.informationsystem.resourceregistry.environments.types Modifier and Type Class Description classTypeEnvironment -
Uses of Environment in org.gcube.informationsystem.resourceregistry.instances.model
Methods in org.gcube.informationsystem.resourceregistry.instances.model with parameters of type Environment Modifier and Type Method Description static ElementManagement<?,?>ERManagementUtility. getERManagement(Environment workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph, com.orientechnologies.orient.core.record.OElement element)static ElementManagement<?,?>ERManagementUtility. getERManagementFromUUID(Environment workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph, UUID uuid) -
Uses of Environment in org.gcube.informationsystem.resourceregistry.instances.model.entities
Methods in org.gcube.informationsystem.resourceregistry.instances.model.entities that return Environment Modifier and Type Method Description protected EnvironmentEntityManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.instances.model.relations
Methods in org.gcube.informationsystem.resourceregistry.instances.model.relations that return Environment Modifier and Type Method Description protected EnvironmentRelationManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.queries.templates
Methods in org.gcube.informationsystem.resourceregistry.queries.templates that return Environment Modifier and Type Method Description protected EnvironmentQueryTemplateManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.types.entities
Methods in org.gcube.informationsystem.resourceregistry.types.entities that return Environment Modifier and Type Method Description protected EnvironmentEntityTypeDefinitionManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.types.properties
Methods in org.gcube.informationsystem.resourceregistry.types.properties that return Environment Modifier and Type Method Description protected EnvironmentPropertyTypeDefinitionManagement. getWorkingEnvironment() -
Uses of Environment in org.gcube.informationsystem.resourceregistry.types.relations
Methods in org.gcube.informationsystem.resourceregistry.types.relations that return Environment Modifier and Type Method Description protected EnvironmentRelationTypeDefinitionManagement. getWorkingEnvironment()
-