Package com.saperion.operations.document
Class CreateDocument
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<SaSaveInfo,,SaBasicException, LegacyConnection> Serializable
Creates a Document. The
invoke() method will return an instance of
SaSaveInfo.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeInvoke(int token, LegacyConnection connection) invoke()Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
CreateDocument
- Parameters:
document- information about the document to create
-
-
Method Details
-
beforeInvoke
- Overrides:
beforeInvokein classLegacyOperation<SaSaveInfo>- Throws:
SaBasicException
-
invoke
- Throws:
SaBasicException
-