Uses of Class
org.gcube.informationsystem.resourceregistry.environments.HierarchicalEnvironment
-
Packages that use HierarchicalEnvironment Package Description org.gcube.informationsystem.resourceregistry.environments org.gcube.informationsystem.resourceregistry.environments.instances -
-
Uses of HierarchicalEnvironment in org.gcube.informationsystem.resourceregistry.environments
Fields in org.gcube.informationsystem.resourceregistry.environments declared as HierarchicalEnvironment Modifier and Type Field Description protected HierarchicalEnvironmentHierarchicalEnvironment. parentEnvironmentFields in org.gcube.informationsystem.resourceregistry.environments with type parameters of type HierarchicalEnvironment Modifier and Type Field Description protected Set<HierarchicalEnvironment>HierarchicalEnvironment. childrenMethods in org.gcube.informationsystem.resourceregistry.environments that return HierarchicalEnvironment Modifier and Type Method Description HierarchicalEnvironmentHierarchicalEnvironment. getParentEnvironment()Methods in org.gcube.informationsystem.resourceregistry.environments that return types with arguments of type HierarchicalEnvironment Modifier and Type Method Description Set<HierarchicalEnvironment>HierarchicalEnvironment. getChildren()Methods in org.gcube.informationsystem.resourceregistry.environments with parameters of type HierarchicalEnvironment Modifier and Type Method Description voidHierarchicalEnvironment. changeParentEnvironment(HierarchicalEnvironment newParentEnvironment, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)Use to change the parent not to set the first timevoidHierarchicalEnvironment. setParentEnvironment(HierarchicalEnvironment parentEnvironment)Method parameters in org.gcube.informationsystem.resourceregistry.environments with type arguments of type HierarchicalEnvironment Modifier and Type Method Description protected voidHierarchicalEnvironment. removeChildrenHRolesFromMyHUsers(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity, Set<HierarchicalEnvironment> children)protected voidHierarchicalEnvironment. removeChildrenHRolesFromParents(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity, Set<HierarchicalEnvironment> parents, Set<HierarchicalEnvironment> children) -
Uses of HierarchicalEnvironment in org.gcube.informationsystem.resourceregistry.environments.instances
Subclasses of HierarchicalEnvironment in org.gcube.informationsystem.resourceregistry.environments.instances Modifier and Type Class Description classInstanceEnvironment
-