Uses of Interface
com.sas.services.publish.ResultPackageInterface

Packages that use ResultPackageInterface
com.sas.services.publish Publish services. 
com.sas.services.publish.metadata Publish Service metadata. 
com.sas.services.storedprocess Execute stored processes. 
 

Uses of ResultPackageInterface in com.sas.services.publish
 

Methods in com.sas.services.publish that return ResultPackageInterface
 ResultPackageInterface TransportInterface.getResultPackage()
          Retrieves an existing result package for browsing.
 ResultPackageInterface ChannelTransportInterface.getResultPackage()
          This method is not supported by the channel transport and unconditionally throws the UnsupportedOperationException listed below.
 

Methods in com.sas.services.publish with parameters of type ResultPackageInterface
 EventDataInterface TransportInterface.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent)
          Publish the result package.
 

Uses of ResultPackageInterface in com.sas.services.publish.metadata
 

Methods in com.sas.services.publish.metadata with parameters of type ResultPackageInterface
 EventDataInterface DavBinaryPackageInterface.publish(ResultPackageInterface rPkg, java.io.InputStream inputStream)
          Publish the contents of the binary package
 EventDataInterface DavBinaryPackage.publish(ResultPackageInterface rPkg, java.io.InputStream inputStream)
          Publishes the result package to the DAV binarypackage entity.
 

Uses of ResultPackageInterface in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess that return ResultPackageInterface
 ResultPackageInterface ExecutionInterface.getResultPackage()
          Deprecated. Get the package produced by the execution of the stored process.
 ResultPackageInterface ExecutionBaseInterface.getResultPackage()
          Get the package produced by the execution of the stored process.
 ResultPackageInterface Execution2Interface.getResultPackage()
          Get the package produced by the execution of the stored process.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.