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

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

Uses of ContentLocation in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return ContentLocation
abstract  ContentLocation UnitofTime.getAssociatedContentLocation()
          Gets the ContentLocation for AssociatedContentLocation
abstract  ContentLocation Report.getReportLocation()
          Gets the ContentLocation for ReportLocation
 

Methods in com.sas.metadata.remote with parameters of type ContentLocation
abstract  void UnitofTime.setAssociatedContentLocation(ContentLocation inObject)
          Sets the AssociatedContentLocations list 0th element to be inObject.
abstract  void Report.setReportLocation(ContentLocation inObject)
          Sets the ReportLocations list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.