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 TypeMethodDescriptionvoidbeforeInvoke(int token, LegacyConnection connection) com.lexmark.saperion.document.DocumentStoreInformationTypeinvoke()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
-
CreateDocumentOperation
-
-
Method Details
-
beforeInvoke
- Overrides:
beforeInvokein classLegacyOperation<com.lexmark.saperion.document.DocumentStoreInformationType>- Throws:
SaBasicException
-
invoke
- Throws:
SaBasicException
-