Interface IStartCustomFields


public interface IStartCustomFields

Customer specific additional information of a web startable.

Can be configured on request start process elements in the designer.

Since:
9.2
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    meta(String name)
    Gets meta information about the custom field with the given name
    Gets the names of all custom fields available on this
    value(String name)
    Gets the value of the custom field with the given name
  • Method Details

    • value

      String value(String name)
      Gets the value of the custom field with the given name
      Parameters:
      name - name of the custom field
      Returns:
      value of the custom field
      API:
      This public API is available in Java.
    • meta

      Gets meta information about the custom field with the given name
      Parameters:
      name - name of the custom field
      Returns:
      meta information of the custom field
      API:
      This public API is available in Java.
    • names

      Set<String> names()
      Gets the names of all custom fields available on this
      Returns:
      available custom field names
      API:
      This public API is available in Java.