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 SummaryConstructorsConstructorDescriptionCreateDocumentOperation(com.lexmark.saperion.archive.ArchiveReferenceType definition, Map<String, Object> indexData, com.lexmark.saperion.document.DocumentElementType rootElement) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbeforeInvoke(int token, LegacyConnection connection) com.lexmark.saperion.document.DocumentStoreInformationTypeinvoke()Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operationaudit, dispatchEvent, isAuditable, isEventDispatcher
- 
Constructor Details- 
CreateDocumentOperation
 
- 
- 
Method Details- 
beforeInvoke- Overrides:
- beforeInvokein class- LegacyOperation<com.lexmark.saperion.document.DocumentStoreInformationType>
- Throws:
- SaBasicException
 
- 
invoke- Throws:
- SaBasicException
 
 
-