Package com.saperion.operations.document
Class CreateDocumentOperation
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.document.DocumentStoreInformationType>
com.saperion.operations.document.CreateDocumentOperation
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.document.DocumentStoreInformationType,
,SaBasicException, LegacyConnection> Serializable
public class CreateDocumentOperation
extends LegacyOperation<com.lexmark.saperion.document.DocumentStoreInformationType>
This
Operation
stores a new document in the system.- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateDocumentOperation
(com.lexmark.saperion.archive.ArchiveReferenceType definition, Map<String, Object> indexData, com.lexmark.saperion.document.DocumentElementType rootElement) -
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeInvoke
(int token, LegacyConnection connection) com.lexmark.saperion.document.DocumentStoreInformationType
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
-
CreateDocumentOperation
-
-
Method Details
-
beforeInvoke
- Overrides:
beforeInvoke
in classLegacyOperation<com.lexmark.saperion.document.DocumentStoreInformationType>
- Throws:
SaBasicException
-
invoke
- Throws:
SaBasicException
-