|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in com.lombardisoftware.webapi |
---|
Methods in com.lombardisoftware.webapi that return Document | |
---|---|
Document |
UpdateDocument.getDocument()
Gets the document value for this UpdateDocument. |
Document |
WebAPI.getDocument(long documentId)
Returns document for specific document ID. |
Document[] |
WebAPI.getDocumentsForProcessInstance(long processInstanceId)
Returns the documents for a specific process instance id. |
Document[] |
WebAPI.getDocumentsForProperties(long processInstanceId,
DocumentProperty[] properties,
boolean matchAllProperties,
java.lang.Boolean matchAllDocuments)
Returns a collection of documents attached to the process instance with the given processInstanceId, and matched by given properties with given matching mode (AND/OR). |
Methods in com.lombardisoftware.webapi with parameters of type Document | |
---|---|
void |
WebAPI.createDocument(Document document)
Creates document. |
void |
UpdateDocument.setDocument(Document document)
Sets the document value for this UpdateDocument. |
void |
WebAPI.updateDocument(Document document)
Creates new version of a document. |
Constructors in com.lombardisoftware.webapi with parameters of type Document | |
---|---|
UpdateDocument(Document document)
|
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |