Interface IBpmProcessCustomFields.IBpmProcessCustomField

Enclosing interface:
IBpmProcessCustomFields

public static interface IBpmProcessCustomFields.IBpmProcessCustomField
Single instance of custom field
  • Method Details

    • getDocumentName

      String getDocumentName()
      Returns document name for this field
    • getFieldName

      String getFieldName()
      Returns field name
    • getFieldType

      Returns field type
    • getValue

      Object getValue()
      Returns value for this field
    • setValue

      void setValue(Object value)
      Sets value for this field
      Parameters:
      value -