Interface ICustomFieldNames.NameQuery<T extends Query<?>>

Type Parameters:
T -
Enclosing interface:
ICustomFieldNames

public static interface ICustomFieldNames.NameQuery<T extends Query<?>>
Custom field name query
API:
This is a public API.
  • Method Details

    • filter

      Returns only names of custom fields of tasks or cases matching the given query.
      Parameters:
      query -
      Returns:
      custom field name query to further filter the results
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • type

      Returns only names of custom fields of the given {link @CustomFieldType custom field type}.

      If this method is not called on a query all types are return. If this method is called multiple times the result will contain all given type.
      Parameters:
      type -
      Returns:
      custom field name query to further filter the result
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • executor

      Returns an executor to execute the query
      Returns:
      executor
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.