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 Tree
    Modifier and Type
    Method
    Description
    Gets the Tree for AssociatedContentCollection
    Gets the Tree for AssociatedHomeFolder
    Gets the Tree for ParentTree
    MdOMIUtil.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 Tree
    Modifier and Type
    Method
    Description
    void
    Sets the AssociatedContentCollections list 0th element to be inObject.
    void
    Identity.setAssociatedHomeFolder(Tree inObject)
    Sets the AssociatedHomeFolders list 0th element to be inObject.
    void
    Tree.setParentTree(Tree inObject)
    Sets the ParentTrees list 0th element to be inObject.
  • Uses of Tree in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return Tree
    Modifier and Type
    Method
    Description
    PSPortletImpl.getAssociatedContentCollection()
    Gets the Tree for AssociatedContentCollection NOTE: 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 the Tree for AssociatedHomeFolder NOTE: 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 the Tree for ParentTree NOTE: 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 Tree
    Modifier and Type
    Method
    Description
    void
    PSPortletImpl.setAssociatedContentCollection(Tree inObject)
    Sets the AssociatedContentCollections list 0th element to be inObject.
    void
    IdentityImpl.setAssociatedHomeFolder(Tree inObject)
    Sets the AssociatedHomeFolders list 0th element to be inObject.
    void
    TreeImpl.setParentTree(Tree inObject)
    Sets the ParentTrees list 0th element to be inObject.