Uses of Interface
com.sas.metadata.remote.Hierarchy
Packages that use Hierarchy
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 Hierarchy in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return HierarchyModifier and TypeMethodDescriptionHierarchyLevel.getAssociatedHierarchy()Gets theHierarchyforAssociatedHierarchyCalculatedMember.getOwningHierarchy()Gets theHierarchyforOwningHierarchyMethods in com.sas.metadata.remote with parameters of type HierarchyModifier and TypeMethodDescriptionvoidHierarchyLevel.setAssociatedHierarchy(Hierarchy inObject) Sets theAssociatedHierarchyslist 0th element to beinObject.voidCalculatedMember.setOwningHierarchy(Hierarchy inObject) Sets theOwningHierarchyslist 0th element to beinObject. -
Uses of Hierarchy in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return HierarchyModifier and TypeMethodDescriptionHierarchyLevelImpl.getAssociatedHierarchy()Gets theHierarchyforAssociatedHierarchyNOTE: 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.CalculatedMemberImpl.getOwningHierarchy()Gets theHierarchyforOwningHierarchyNOTE: 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 Hierarchy