Class LegacyOperation<T extends Serializable>

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<T>
Type Parameters:
T -
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection>, Serializable
Direct Known Subclasses:
ApplyBatch, CloneDocument, CountTasks, CreateDocument, CreateDocumentOperation, CreateFolder, CreateLookupEntry, CreateLookupEntryOperation, GetAccessOnLookupEntry, GetAllBoxCounts, GetBoxCount, GetBoxCountCompleted, GetBoxCountCreated, GetBoxCountDue, GetBoxCountReminders, GetCurrentUserInfo, GetDocumentInfo, GetIxosDDCNames, GetLatestRevisionId, GetLookupEntryAccessControlListsOperation, GetLookupEntryOperation, GetProcessDefinitions, GetServerSideClientConfiguration, GetStreamingConfiguration, InTransaction, LegacyOperationAdapter, ListStorageOperation, LoadDocumentById, LoadDocumentRevisionById, LoadWorkflowDefinition, ReadContentStreamPart, ReadSelectableUsersForTransition, UpdateDocument, VoidOperation

public abstract class LegacyOperation<T extends Serializable> extends com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
This is the base class for all legacy operations. i.e. Operations that throw SaBasicException.
See Also: