Uses of Interface
com.sas.services.information.metadata.ChannelInterface
Packages that use ChannelInterface
Package
Description
Publish services.
Publish Service metadata.
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of ChannelInterface in com.sas.services.publish
Methods in com.sas.services.publish that return ChannelInterfaceModifier and TypeMethodDescriptionChannelTransport.getChannel()Returns the channel.ChannelTransportInterface.getChannel()Returns the channel.Methods in com.sas.services.publish with parameters of type ChannelInterfaceModifier and TypeMethodDescriptionTransportFactory.getChannelTransport(ChannelInterface channel, SessionContextInterface sessionContext) Creates an instance of the Channel transport.TransportFactory.getChannelTransport(ChannelInterface channel, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) Deprecated.voidChannelTransport.setChannel(ChannelInterface channel) Set the channel.voidChannelTransportInterface.setChannel(ChannelInterface channel) Set the channel.Constructors in com.sas.services.publish with parameters of type ChannelInterfaceModifierConstructorDescriptionChannelTransport(ChannelInterface channel, SessionContextInterface sessionContext) Creates the Channel transport.ChannelTransport(ChannelInterface channel, org.apache.logging.log4j.Logger saslogger, SessionContextInterface sessionContext) Deprecated. -
Uses of ChannelInterface in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata that return ChannelInterfaceModifier and TypeMethodDescriptionArchiveFilter.getChannel()DavBinaryPackage.getChannel()DavPackage.getChannel()OMRPackage.getChannel()PackageFilter.getChannel()PackageInterface.getChannel()Get the Channel that this archive belongs to, if any.Methods in com.sas.services.publish.metadata with parameters of type ChannelInterfaceModifier and TypeMethodDescriptionvoidArchiveFilter.setChannel(ChannelInterface channel) voidArchiveInterface.setChannel(ChannelInterface channel) Set the Channel that this Archive belongs to.voidOMRArchive.setChannel(ChannelInterface channel) voidPackageFilter.setChannel(ChannelInterface channel) -
Uses of ChannelInterface in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata that return ChannelInterfaceMethods in com.sas.services.storedprocess.metadata with parameters of type ChannelInterface
TransportFactory.getChannelTransport(ChannelInterface, SessionContextInterface)