Uses of Interface
com.sas.services.publish.ResultPackageInterface
Packages that use ResultPackageInterface
Package
Description
Publish services.
Publish service archive.
Publish Service metadata.
Publish Service requester.
Publishing capabilities for a WebDAV client.
Execute stored processes.
-
Uses of ResultPackageInterface in com.sas.services.publish
Classes in com.sas.services.publish that implement ResultPackageInterfaceModifier and TypeClassDescriptionclassRepresents a result package that can then be published using one of the supported delivery transports.Methods in com.sas.services.publish that return ResultPackageInterfaceModifier and TypeMethodDescriptionabstract ResultPackageInterfaceAbstractTransport.getResultPackage()Retrieves an existing result package for browsing.ChannelTransport.getResultPackage()This method is not supported by the channel transport and unconditionally throws the UnsupportedOperationException listed below.ChannelTransportInterface.getResultPackage()This method is not supported by the channel transport and unconditionally throws the UnsupportedOperationException listed below.TransportInterface.getResultPackage()Retrieves an existing result package for browsing.Methods in com.sas.services.publish with parameters of type ResultPackageInterfaceModifier and TypeMethodDescriptionResultPackageEventBuilder.buildEvent(ResultPackageInterface rPkg, String persistedPackage, String channelName, String transportName, Map namespaces) Creates and returns the SASPackage event body that describes the result package.abstract EventDataInterfaceAbstractTransport.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent) Publish the result package.ChannelTransport.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent) Publish the result package.TransportInterface.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent) Publish the result package. -
Uses of ResultPackageInterface in com.sas.services.publish.archive
Methods in com.sas.services.publish.archive that return ResultPackageInterfaceModifier and TypeMethodDescriptionArchiveTransport.getResultPackage()Retrieves an existing result package for browsing.Methods in com.sas.services.publish.archive with parameters of type ResultPackageInterfaceModifier and TypeMethodDescriptionprotected voidArchiveTransport.initializeResultPackage(ResultPackageInterface rPkg, boolean nested) ArchiveTransport.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 ResultPackageInterfaceModifier and TypeMethodDescriptionDavBinaryPackage.publish(ResultPackageInterface rPkg, InputStream inputStream) Publishes the result package to the DAV binarypackage entity.DavBinaryPackageInterface.publish(ResultPackageInterface rPkg, InputStream inputStream) Publish the contents of the binary package -
Uses of ResultPackageInterface in com.sas.services.publish.requester
Methods in com.sas.services.publish.requester that return ResultPackageInterfaceModifier and TypeMethodDescriptionRequesterTransport.getResultPackage()Retrieves an existing result package for browsing.Methods in com.sas.services.publish.requester with parameters of type ResultPackageInterfaceModifier and TypeMethodDescriptionRequesterTransport.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent) Publish the result package. -
Uses of ResultPackageInterface in com.sas.services.publish.webdav
Methods in com.sas.services.publish.webdav that return ResultPackageInterfaceModifier and TypeMethodDescriptionDAVTransport.getResultPackage()Retrieves an existing result package for browsing.Methods in com.sas.services.publish.webdav with parameters of type ResultPackageInterfaceModifier and TypeMethodDescriptionDAVTransport.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent) Publish the result package. -
Uses of ResultPackageInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that return ResultPackageInterfaceModifier and TypeMethodDescriptionExecution2Interface.getResultPackage()Get the package produced by the execution of the stored process.ExecutionBaseInterface.getResultPackage()Get the package produced by the execution of the stored process.ExecutionInterface.getResultPackage()Deprecated.Get the package produced by the execution of the stored process.