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 TypeMethodDescriptionvoid
beforeInvoke
(int token, LegacyConnection connection) invoke()
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, getClientToken, mapEcmException, mapException
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
beforeInvoke
in classLegacyOperation<SaSaveInfo>
- Throws:
SaBasicException
-
invoke
- Throws:
SaBasicException
-