Package com.saperion.operations.document
Class CloneDocument
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<java.lang.String>
-
- com.saperion.operations.document.CloneDocument
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<java.lang.String,SaBasicException,LegacyConnection>
,java.io.Serializable
public class CloneDocument extends LegacyOperation<java.lang.String>
AnOperation
that clones a document by its hDoc. Will return the hDoc of the clone.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloneDocument(java.lang.String documentHdoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
invoke()
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
-
-
-
-
Method Detail
-
invoke
public java.lang.String invoke() throws SaBasicException
- Throws:
SaBasicException
-
-