Package com.saperion.operations.document
Class GetLatestRevisionId
- java.lang.Object
- 
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- 
- com.saperion.operations.LegacyOperation<com.lexmark.saperion.document.DocumentRevisionReferenceType>
- 
- com.saperion.operations.document.GetLatestRevisionId
 
 
 
- 
- All Implemented Interfaces:
- com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.document.DocumentRevisionReferenceType,SaBasicException,LegacyConnection>,- java.io.Serializable
 
 public class GetLatestRevisionId extends LegacyOperation<com.lexmark.saperion.document.DocumentRevisionReferenceType> ThisOperationreturns the id of the latest revision of the document given by its id.- Author:
- jschwarz
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GetLatestRevisionId(com.lexmark.saperion.document.DocumentReferenceType documentId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.document.DocumentRevisionReferenceTypeinvoke()java.lang.StringtoString()- 
Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
 - 
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
 
- 
 
- 
- 
- 
Method Detail- 
invokepublic com.lexmark.saperion.document.DocumentRevisionReferenceType invoke() throws SaBasicException- Throws:
- SaBasicException
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.document.DocumentRevisionReferenceType,SaBasicException,LegacyConnection>
 
 
- 
 
-