public class GetDocumentInfo extends AbstractOperation<SaDocInfo>
SaDocInfo
for details.Constructor and Description |
---|
GetDocumentInfo(String hDoc,
boolean currentRevision,
boolean resolveLinks,
boolean forceSize)
Creates a new GetDocumentInfo operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHDoc() |
int |
hashCode() |
SaDocInfo |
invoke()
The method that will be called on the server side.
|
boolean |
isCurrentRevision() |
boolean |
isForceSize() |
boolean |
isResolveLinks() |
String |
toString() |
getResult, setResult
beforeInvoke, getClientToken
public GetDocumentInfo(String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSize)
hDoc
- hDoc of document to get information forcurrentRevision
- whether to resolve the current revision or notresolveLinks
- whether to resolve links or notforceSize
- if true, the sizes of all elements will be determined. This is
not a fast operation.public SaDocInfo invoke() throws Exception
Operation
Exception
- exception when invoking this operationpublic String getHDoc()
public boolean isCurrentRevision()
public boolean isResolveLinks()
public boolean isForceSize()
public String toString()
toString
in class AbstractOperation<SaDocInfo>
Copyright © 2016 SAPERION AG. All rights reserved.