Uses of Class
com.sas.services.information.metadata.ContentDestination
Packages that use ContentDestination
Package
Description
Information Service metadata.
Publish services.
Publish service archive.
Publish Service metadata.
Publishing capabilities for a WebDAV client.
-
Uses of ContentDestination in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return ContentDestinationModifier and TypeMethodDescriptionChannelInterface.getArchivePath()Returns a the archive path content information to use as the archive path for this channel.OMRChannel.getArchivePath()Returns a the archive path content information to use as the archive path for this channel.ChannelInterface.getContentDestination()Get the content destination for this channel.OMRChannel.getContentDestination()OMRSubscriber.getContentDestination()SubscriberInterface.getContentDestination()Get the content destination for this subscriber -
Uses of ContentDestination in com.sas.services.publish
Methods in com.sas.services.publish with parameters of type ContentDestinationModifier and TypeMethodDescriptionTransportFactory.getDAVTransport(ContentDestination content, SessionContextInterface sessionContext) Creates an instance of the WebDAV transport that can be used to publish a result package to a WebDAV server, and to retrieve a result package from a WebDAV server.TransportFactory.getDAVTransport(ContentDestination content, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) Deprecated. -
Uses of ContentDestination in com.sas.services.publish.archive
Constructors in com.sas.services.publish.archive with parameters of type ContentDestinationModifierConstructorDescriptionArchiveTransport(ContentDestination content, SessionContextInterface sessionContext, String filename) Creates the archive transport.ArchiveTransport(ContentDestination content, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) Deprecated.The Logging Service has been deprecated.ArchiveTransport(ContentDestination content, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext, String filename) Deprecated.The Logging Service has been deprecated. -
Uses of ContentDestination in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata that return ContentDestinationModifier and TypeMethodDescriptionDavBinaryPackage.getContentDestination()Get the ContentDestination that represents the archive path information.DavPackage.getContentDestination()Get the ContentDestination that represents the archive path information.OMRPackage.getContentDestination()Get the ContentDestination that represents the archive path information.PackageInterface.getContentDestination()Get the ContentDestination that represents the content data.Methods in com.sas.services.publish.metadata with parameters of type ContentDestinationModifier and TypeMethodDescriptionstatic URLPackageUtil.getServerURL(ContentDestination content) Builds the HTTP or FTP URL based on the content destination information. -
Uses of ContentDestination in com.sas.services.publish.webdav
Constructors in com.sas.services.publish.webdav with parameters of type ContentDestinationModifierConstructorDescriptionDAVTransport(ContentDestination content, SessionContextInterface sessionContext) Creates the DAV transport.DAVTransport(ContentDestination content, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) Deprecated.
TransportFactory.getDAVTransport(ContentDestination, SessionContextInterface)