Uses of Interface
ch.ivyteam.ivy.workflow.custom.field.ICustomFieldNames.NameQuery
-
Packages that use ICustomFieldNames.NameQuery Package Description ch.ivyteam.ivy.workflow.custom.field -
-
Uses of ICustomFieldNames.NameQuery in ch.ivyteam.ivy.workflow.custom.field
Methods in ch.ivyteam.ivy.workflow.custom.field that return ICustomFieldNames.NameQuery Modifier and Type Method Description static ICustomFieldNames.NameQuery<CaseQuery>ICustomFieldNames. cases()Queries names ofcasescustom fields.ICustomFieldNames.NameQuery<T>ICustomFieldNames.NameQuery. filter(T query)static ICustomFieldNames.NameQuery<TaskQuery>ICustomFieldNames. tasks()Queries names oftaskscustom fields.ICustomFieldNames.NameQuery<T>ICustomFieldNames.NameQuery. type(CustomFieldType type)Returns only names ofcustom fieldsof the given {link @CustomFieldType custom field type}.
-