Uses of Class
org.gcube.informationsystem.resourceregistry.environments.types.TypeEnvironment
-
-
Uses of TypeEnvironment in org.gcube.informationsystem.resourceregistry.environments.types
Methods in org.gcube.informationsystem.resourceregistry.environments.types that return TypeEnvironment Modifier and Type Method Description static TypeEnvironmentTypeEnvironment. getInstance() -
Uses of TypeEnvironment in org.gcube.informationsystem.resourceregistry.types.properties
Constructors in org.gcube.informationsystem.resourceregistry.types.properties with parameters of type TypeEnvironment Constructor Description PropertyTypeDefinitionManagement(TypeEnvironment typeEnvironment, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument) -
Uses of TypeEnvironment in org.gcube.informationsystem.resourceregistry.types.relations
Constructors in org.gcube.informationsystem.resourceregistry.types.relations with parameters of type TypeEnvironment Constructor Description ConsistsOfTypeDefinitionManagement(TypeEnvironment typeEnvironment, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument)IsRelatedToTypeDefinitionManagement(TypeEnvironment typeEnvironment, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument)RelationTypeDefinitionManagement(TypeEnvironment typeEnvironment, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument, Class<TT> clz)
-