|
Interface Summary |
| Archive |
An archive is an enterprise entity for a package that has been
persisted to the file system. |
| ArchiveFilter |
An archive filter is a session object that defines archive filtering
criteria. |
| Channel |
A channel is an enterprise entity that contains a collection of related
information. |
| ChannelFilter |
A channel filter is a session object that defines channel filtering criteria. |
| DeliveryUser |
The DeliveryUser encapuslates all the subscriber identities that a
user has defined in the Enterprise Directory. |
| StoredProcess |
A stored process is a SAS process that can be run on demand to produce
output. |
| StoredProcessFilter |
Stored process filter. |
| StoredProcessPath |
This class encapsulates the data required to access a file on a remote
system. |
| StoredProcessPathFilter |
Stored process path filter. |
| StoredProcessRequest |
A StoredProcessRequest is a data-holder for the Portal
to request that the ResultManager run a stored process
on an object server and save the results to the local
machine. |
| StoredProcessResult |
A StoredProcessResult is a data-holder for the Request Manager
to return results of a stored process execution to the Content
Manager. |
| StoredProcessRunnerResult |
This class contains the data produced as a result of the StoredProcessRunner
executing a stored process. |
| Subscriber |
A Subscriber provides information required by the SAS
Publish function to deliver content to a user. |
| SubscriberFilter |
Subscriber filter |
|
Class Summary |
| Parameter |
A parameter is an attribute on stored processes that
defines the an input variable that can be used to
tailor the output. |
| SasStoredProcessRequest |
A StoredProcessRequest is a data-holder for the Portal
to request that the ResultManager run a stored process
on an object server and save the results to the local
machine. |
| SasStoredProcessRunnerResult |
A SasStoredProcessResult is a class that implements the
StoredProcessResult interface. |
| StoredProcessEngine |
The StoredProcessEngine runs a stored process and copies the result
package to the local host and gives it to the result manager for
storage. |
| StoredProcessResultKey |
This class extends the DateExpirationKey class to include information
required to access the EnterpriseDirectory and update or delete the
sasStoredProcessResult entry. |
| StoredProcessRunner |
The StoredProcessEngine runs a stored process, and copies the
result package back to the local host. |