|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBpmProcessCustomFields
Interface which represents custom logged fields
Nested Class Summary | |
---|---|
static class |
IBpmProcessCustomFields.FIELD_TYPE
Field type |
static interface |
IBpmProcessCustomFields.IBpmProcessCustomField
Single instance of custom field |
Method Summary | |
---|---|
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 |
Method Detail |
---|
IBpmProcessCustomFields.IBpmProcessCustomField getField(String documentName, String fieldName) throws Exception
Exception
IBpmProcessCustomFields.IBpmProcessCustomField createField(String documentName, String fieldName, IBpmProcessCustomFields.FIELD_TYPE fieldType) throws Exception
Exception
void removeField(String documentName, String fieldName) throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |