Uses of Interface
com.sas.metadata.remote.HierarchyLevel
Packages that use HierarchyLevel
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of HierarchyLevel in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return HierarchyLevelModifier and TypeMethodDescriptionHierarchyLevel.getParentLevel()Gets theHierarchyLevelforParentLevelHierarchy.getRootHierarchyLevel()Gets theHierarchyLevelforRootHierarchyLevelHierarchyLevel.getSubLevel()Gets theHierarchyLevelforSubLevelMethods in com.sas.metadata.remote with parameters of type HierarchyLevelModifier and TypeMethodDescriptionvoidHierarchyLevel.setParentLevel(HierarchyLevel inObject) Sets theParentLevelslist 0th element to beinObject.voidHierarchy.setRootHierarchyLevel(HierarchyLevel inObject) Sets theRootHierarchyLevelslist 0th element to beinObject.voidHierarchyLevel.setSubLevel(HierarchyLevel inObject) Sets theSubLevelslist 0th element to beinObject. -
Uses of HierarchyLevel in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return HierarchyLevelModifier and TypeMethodDescriptionHierarchyLevelImpl.getParentLevel()Gets theHierarchyLevelforParentLevelNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.HierarchyImpl.getRootHierarchyLevel()Gets theHierarchyLevelforRootHierarchyLevelNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.HierarchyLevelImpl.getSubLevel()Gets theHierarchyLevelforSubLevelNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type HierarchyLevelModifier and TypeMethodDescriptionvoidHierarchyLevelImpl.setParentLevel(HierarchyLevel inObject) Sets theParentLevelslist 0th element to beinObject.voidHierarchyImpl.setRootHierarchyLevel(HierarchyLevel inObject) Sets theRootHierarchyLevelslist 0th element to beinObject.voidHierarchyLevelImpl.setSubLevel(HierarchyLevel inObject) Sets theSubLevelslist 0th element to beinObject.