Uses of Interface
com.sas.metadata.remote.TSNamespace

Packages that use TSNamespace
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 TSNamespace in com.sas.metadata.remote

    Methods in com.sas.metadata.remote that return TSNamespace
    Modifier and Type
    Method
    Description
    ContentLocation.getTSAssociatedNamespace()
    Gets the TSNamespace for TSAssociatedNamespace
    Gets the TSNamespace for TSAssociatedNamespace
    Gets the TSNamespace for TSContainingNamespace
    Gets the TSNamespace for TSObjectNamespace
    TSNamespace.getTSParentNamespace()
    Gets the TSNamespace for TSParentNamespace
    Methods in com.sas.metadata.remote with parameters of type TSNamespace
    Modifier and Type
    Method
    Description
    void
    ContentLocation.setTSAssociatedNamespace(TSNamespace inObject)
    Sets the TSAssociatedNamespaces list 0th element to be inObject.
    void
    SASPassword.setTSAssociatedNamespace(TSNamespace inObject)
    Sets the TSAssociatedNamespaces list 0th element to be inObject.
    void
    TSNameObject.setTSContainingNamespace(TSNamespace inObject)
    Sets the TSContainingNamespaces list 0th element to be inObject.
    void
    Sets the TSObjectNamespaces list 0th element to be inObject.
    void
    TSNamespace.setTSParentNamespace(TSNamespace inObject)
    Sets the TSParentNamespaces list 0th element to be inObject.
  • Uses of TSNamespace in com.sas.metadata.remote.impl

    Modifier and Type
    Method
    Description
    ContentLocationImpl.getTSAssociatedNamespace()
    Gets the TSNamespace for TSAssociatedNamespace 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.
    SASPasswordImpl.getTSAssociatedNamespace()
    Gets the TSNamespace for TSAssociatedNamespace 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.
    TSNameObjectImpl.getTSContainingNamespace()
    Gets the TSNamespace for TSContainingNamespace 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.
    RootImpl.getTSObjectNamespace()
    Gets the TSNamespace for TSObjectNamespace 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.
    TSNamespaceImpl.getTSParentNamespace()
    Gets the TSNamespace for TSParentNamespace 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 TSNamespace
    Modifier and Type
    Method
    Description
    void
    ContentLocationImpl.setTSAssociatedNamespace(TSNamespace inObject)
    Sets the TSAssociatedNamespaces list 0th element to be inObject.
    void
    SASPasswordImpl.setTSAssociatedNamespace(TSNamespace inObject)
    Sets the TSAssociatedNamespaces list 0th element to be inObject.
    void
    TSNameObjectImpl.setTSContainingNamespace(TSNamespace inObject)
    Sets the TSContainingNamespaces list 0th element to be inObject.
    void
    RootImpl.setTSObjectNamespace(TSNamespace inObject)
    Sets the TSObjectNamespaces list 0th element to be inObject.
    void
    TSNamespaceImpl.setTSParentNamespace(TSNamespace inObject)
    Sets the TSParentNamespaces list 0th element to be inObject.