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 TSNamespaceModifier and TypeMethodDescriptionContentLocation.getTSAssociatedNamespace()Gets theTSNamespaceforTSAssociatedNamespaceSASPassword.getTSAssociatedNamespace()Gets theTSNamespaceforTSAssociatedNamespaceTSNameObject.getTSContainingNamespace()Gets theTSNamespaceforTSContainingNamespaceRoot.getTSObjectNamespace()Gets theTSNamespaceforTSObjectNamespaceTSNamespace.getTSParentNamespace()Gets theTSNamespaceforTSParentNamespaceMethods in com.sas.metadata.remote with parameters of type TSNamespaceModifier and TypeMethodDescriptionvoidContentLocation.setTSAssociatedNamespace(TSNamespace inObject) Sets theTSAssociatedNamespaceslist 0th element to beinObject.voidSASPassword.setTSAssociatedNamespace(TSNamespace inObject) Sets theTSAssociatedNamespaceslist 0th element to beinObject.voidTSNameObject.setTSContainingNamespace(TSNamespace inObject) Sets theTSContainingNamespaceslist 0th element to beinObject.voidRoot.setTSObjectNamespace(TSNamespace inObject) Sets theTSObjectNamespaceslist 0th element to beinObject.voidTSNamespace.setTSParentNamespace(TSNamespace inObject) Sets theTSParentNamespaceslist 0th element to beinObject. -
Uses of TSNamespace in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return TSNamespaceModifier and TypeMethodDescriptionContentLocationImpl.getTSAssociatedNamespace()Gets theTSNamespaceforTSAssociatedNamespaceNOTE: 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 theTSNamespaceforTSAssociatedNamespaceNOTE: 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 theTSNamespaceforTSContainingNamespaceNOTE: 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 theTSNamespaceforTSObjectNamespaceNOTE: 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 theTSNamespaceforTSParentNamespaceNOTE: 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 TSNamespaceModifier and TypeMethodDescriptionvoidContentLocationImpl.setTSAssociatedNamespace(TSNamespace inObject) Sets theTSAssociatedNamespaceslist 0th element to beinObject.voidSASPasswordImpl.setTSAssociatedNamespace(TSNamespace inObject) Sets theTSAssociatedNamespaceslist 0th element to beinObject.voidTSNameObjectImpl.setTSContainingNamespace(TSNamespace inObject) Sets theTSContainingNamespaceslist 0th element to beinObject.voidRootImpl.setTSObjectNamespace(TSNamespace inObject) Sets theTSObjectNamespaceslist 0th element to beinObject.voidTSNamespaceImpl.setTSParentNamespace(TSNamespace inObject) Sets theTSParentNamespaceslist 0th element to beinObject.