Package com.webmethods.bpm.process
Interface IBpmProcessCustomFields
public interface IBpmProcessCustomFields
Interface which represents custom logged fields
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Field typestatic interface
Single instance of custom field -
Method Summary
Modifier and TypeMethodDescriptioncreateField
(String documentName, String fieldName, IBpmProcessCustomFields.FIELD_TYPE fieldType) Creates a new fieldGets custom field for document name and field namevoid
removeField
(String documentName, String fieldName) Removes a field
-
Method Details
-
getField
IBpmProcessCustomFields.IBpmProcessCustomField getField(String documentName, String fieldName) throws Exception Gets custom field for document name and field name- Throws:
Exception
-
createField
IBpmProcessCustomFields.IBpmProcessCustomField createField(String documentName, String fieldName, IBpmProcessCustomFields.FIELD_TYPE fieldType) throws Exception Creates a new field- Throws:
Exception
-
removeField
Removes a field- Throws:
Exception
-