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

Packages that use Directory
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Directory in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Directory
 Directory SharedDimension.getAssociatedDirectory()
          Gets the Directory for AssociatedDirectory
 Directory ITSubscriber.getContentDestination()
          Gets the Directory for ContentDestination
 Directory ITChannel.getContentDestination()
          Gets the Directory for ContentDestination
 Directory Directory.getParent()
          Gets the Directory for Parent
 

Methods in com.sas.metadata.remote with parameters of type Directory
 void SharedDimension.setAssociatedDirectory(Directory inObject)
          Sets the AssociatedDirectorys list 0th element to be inObject.
 void ITSubscriber.setContentDestination(Directory inObject)
          Sets the ContentDestinations list 0th element to be inObject.
 void ITChannel.setContentDestination(Directory inObject)
          Sets the ContentDestinations list 0th element to be inObject.
 void Directory.setParent(Directory inObject)
          Sets the Parents list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.