org.eclipse.ohf.bridge.type
Class GetDocumentQueryType
java.lang.Object
org.eclipse.ohf.bridge.type.GetDocumentQueryType
- All Implemented Interfaces:
- java.io.Serializable
public class GetDocumentQueryType
- extends java.lang.Object
- implements java.io.Serializable
Specifies the list of document identifiers you wish to use
when conducting a QueryDocumentsGet operation. An array of
strings are used to specify the document IDs. The field isUUID
determines whether the IDs specified are of type UUID (true) or
unique ID (false).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mDocumentIds
protected java.lang.String[] mDocumentIds
isUUID
protected boolean isUUID
GetDocumentQueryType
public GetDocumentQueryType()
isUUID
public boolean isUUID()
setUUID
public void setUUID(boolean pIsUUID)
getDocumentIds
public java.lang.String[] getDocumentIds()
setDocumentIds
public void setDocumentIds(java.lang.String[] pDocumentIds)