IBM BPM API for Web Service Clients v8.0.0

Uses of Class
com.lombardisoftware.webapi.DocumentProperty

Uses of DocumentProperty in com.lombardisoftware.webapi
 

Methods in com.lombardisoftware.webapi that return DocumentProperty
 DocumentProperty[] Document.getProperties()
          Gets the properties value for this Document.
 

Methods in com.lombardisoftware.webapi with parameters of type DocumentProperty
 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).
 void Document.setProperties(DocumentProperty[] properties)
          Sets the properties value for this Document.
 

Constructors in com.lombardisoftware.webapi with parameters of type DocumentProperty
Document(long id, java.lang.Long processInstanceId, java.lang.Long parentId, java.lang.String name, DocumentType type, java.lang.String uri, java.lang.Integer version, User modifiedBy, java.util.Calendar modificationDate, java.lang.String contentType, byte[] data, DocumentProperty[] properties, java.lang.String hideInPortal)
           
 


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.