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

    Constructors
    Constructor
    Description
    CreateDocumentOperation(com.lexmark.saperion.archive.ArchiveReferenceType definition, Map<String,Object> indexData, com.lexmark.saperion.document.DocumentElementType rootElement)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeInvoke(int token, LegacyConnection connection)
     
    com.lexmark.saperion.document.DocumentStoreInformationType
     

    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

      public CreateDocumentOperation(com.lexmark.saperion.archive.ArchiveReferenceType definition, Map<String,Object> indexData, com.lexmark.saperion.document.DocumentElementType rootElement)
  • Method Details