Uses of Interface
com.sas.metadata.remote.Directory
Packages that use Directory
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 Directory in com.sas.metadata.remote
Subinterfaces of Directory in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceReferences a location that has SAS analytic content.Methods in com.sas.metadata.remote that return DirectoryModifier and TypeMethodDescriptionSharedDimension.getAssociatedDirectory()Gets theDirectoryforAssociatedDirectoryITChannel.getContentDestination()Gets theDirectoryforContentDestinationITSubscriber.getContentDestination()Gets theDirectoryforContentDestinationDirectory.getParent()Gets theDirectoryforParentMethods in com.sas.metadata.remote with parameters of type DirectoryModifier and TypeMethodDescriptionvoidSharedDimension.setAssociatedDirectory(Directory inObject) Sets theAssociatedDirectoryslist 0th element to beinObject.voidITChannel.setContentDestination(Directory inObject) Sets theContentDestinationslist 0th element to beinObject.voidITSubscriber.setContentDestination(Directory inObject) Sets theContentDestinationslist 0th element to beinObject.voidSets theParentslist 0th element to beinObject. -
Uses of Directory in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return DirectoryModifier and TypeMethodDescriptionSharedDimensionImpl.getAssociatedDirectory()Gets theDirectoryforAssociatedDirectoryNOTE: 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.ITChannelImpl.getContentDestination()Gets theDirectoryforContentDestinationNOTE: 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.ITSubscriberImpl.getContentDestination()Gets theDirectoryforContentDestinationNOTE: 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.DirectoryImpl.getParent()Gets theDirectoryforParentNOTE: 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 DirectoryModifier and TypeMethodDescriptionvoidSharedDimensionImpl.setAssociatedDirectory(Directory inObject) Sets theAssociatedDirectoryslist 0th element to beinObject.voidITChannelImpl.setContentDestination(Directory inObject) Sets theContentDestinationslist 0th element to beinObject.voidITSubscriberImpl.setContentDestination(Directory inObject) Sets theContentDestinationslist 0th element to beinObject.voidDirectoryImpl.setParent(Directory inObject) Sets theParentslist 0th element to beinObject.