public interface IBpmProcessCustomFields
Modifier and Type | Interface and Description |
---|---|
static class |
IBpmProcessCustomFields.FIELD_TYPE
Field type
|
static interface |
IBpmProcessCustomFields.IBpmProcessCustomField
Single instance of custom field
|
Modifier and Type | Method and Description |
---|---|
IBpmProcessCustomFields.IBpmProcessCustomField |
createField(String documentName,
String fieldName,
IBpmProcessCustomFields.FIELD_TYPE fieldType)
Creates a new field
|
IBpmProcessCustomFields.IBpmProcessCustomField |
getField(String documentName,
String fieldName)
Gets custom field for document name and field name
|
void |
removeField(String documentName,
String fieldName)
Removes a field
|
IBpmProcessCustomFields.IBpmProcessCustomField getField(String documentName, String fieldName) throws Exception
Exception
IBpmProcessCustomFields.IBpmProcessCustomField createField(String documentName, String fieldName, IBpmProcessCustomFields.FIELD_TYPE fieldType) throws Exception
Exception