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
abstract  Directory SharedDimension.getAssociatedDirectory()
          Gets the Directory for AssociatedDirectory
abstract  Directory ITSubscriber.getContentDestination()
          Gets the Directory for ContentDestination
abstract  Directory ITChannel.getContentDestination()
          Gets the Directory for ContentDestination
abstract  Directory Directory.getParent()
          Gets the Directory for Parent
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.