Uses of Interface
com.sas.metadata.remote.Tree
Packages that use Tree
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 Tree in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return TreeModifier and TypeMethodDescriptionPSPortlet.getAssociatedContentCollection()Gets theTreeforAssociatedContentCollectionIdentity.getAssociatedHomeFolder()Gets theTreeforAssociatedHomeFolderTree.getParentTree()Gets theTreeforParentTreeMdOMIUtil.getUserHomeFolder(MdObjectStore store, String userName, String folderName, String template, int flags) Returns a home folder for a given user.MdOMIUtil.getUserHomeFolder(MdObjectStore store, String userName, String folderName, String template, int flags, boolean createIfNecessary) Returns a home folder for a given user.MdOMIUtilImpl.getUserHomeFolder(MdObjectStore store, String userName, String folderName, String template, int flags) Returns a home folder for a given user.MdOMIUtilImpl.getUserHomeFolder(MdObjectStore store, String userName, String folderName, String template, int flags, boolean createIfNecessary) Returns a home folder for a given user.Methods in com.sas.metadata.remote with parameters of type TreeModifier and TypeMethodDescriptionvoidPSPortlet.setAssociatedContentCollection(Tree inObject) Sets theAssociatedContentCollectionslist 0th element to beinObject.voidIdentity.setAssociatedHomeFolder(Tree inObject) Sets theAssociatedHomeFolderslist 0th element to beinObject.voidTree.setParentTree(Tree inObject) Sets theParentTreeslist 0th element to beinObject. -
Uses of Tree in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return TreeModifier and TypeMethodDescriptionPSPortletImpl.getAssociatedContentCollection()Gets theTreeforAssociatedContentCollectionNOTE: 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.IdentityImpl.getAssociatedHomeFolder()Gets theTreeforAssociatedHomeFolderNOTE: 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.TreeImpl.getParentTree()Gets theTreeforParentTreeNOTE: 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 TreeModifier and TypeMethodDescriptionvoidPSPortletImpl.setAssociatedContentCollection(Tree inObject) Sets theAssociatedContentCollectionslist 0th element to beinObject.voidIdentityImpl.setAssociatedHomeFolder(Tree inObject) Sets theAssociatedHomeFolderslist 0th element to beinObject.voidTreeImpl.setParentTree(Tree inObject) Sets theParentTreeslist 0th element to beinObject.