|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DocumentType in com.lombardisoftware.webapi |
---|
Fields in com.lombardisoftware.webapi declared as DocumentType | |
---|---|
static DocumentType |
DocumentType.FILE
|
static DocumentType |
DocumentType.URL
|
Methods in com.lombardisoftware.webapi that return DocumentType | |
---|---|
static DocumentType |
DocumentType.fromString(java.lang.String value)
|
static DocumentType |
DocumentType.fromValue(java.lang.String value)
|
DocumentType |
Document.getType()
Gets the type value for this Document. |
Methods in com.lombardisoftware.webapi with parameters of type DocumentType | |
---|---|
void |
Document.setType(DocumentType type)
Sets the type value for this Document. |
Constructors in com.lombardisoftware.webapi with parameters of type DocumentType | |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |