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 Detail

      • filter

        ICustomFieldNames.NameQuery<T> filter​(T query)
        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

        ICustomFieldNames.NameQuery<T> type​(CustomFieldType 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.