Uses of Class
pro.taskana.classification.api.ClassificationCustomField
-
-
Uses of ClassificationCustomField in pro.taskana.classification.api
Methods in pro.taskana.classification.api that return ClassificationCustomField Modifier and Type Method Description static ClassificationCustomFieldClassificationCustomField. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassificationCustomField[]ClassificationCustomField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.classification.api with parameters of type ClassificationCustomField Modifier and Type Method Description ClassificationQueryClassificationQuery. customAttributeIn(ClassificationCustomField customField, String... searchArguments)Selects only Classifications which have the specified customField with the value equal to any of the passed values.ClassificationQueryClassificationQuery. customAttributeLike(ClassificationCustomField customField, String... searchArguments)Selects only Classifications which have the specified customField with the value matching any of the passed patterns.ClassificationQueryClassificationQuery. orderByCustomAttribute(ClassificationCustomField customField, BaseQuery.SortDirection sortDirection)Sorts the query result according to the value of the specified customField. -
Uses of ClassificationCustomField in pro.taskana.classification.api.models
Methods in pro.taskana.classification.api.models with parameters of type ClassificationCustomField Modifier and Type Method Description StringClassificationSummary. getCustomAttribute(ClassificationCustomField customField)Deprecated.StringClassificationSummary. getCustomField(ClassificationCustomField customField)Returns the value of the specified ClassificationCustomField of the classification.voidClassification. setCustomAttribute(ClassificationCustomField customField, String value)Deprecated.voidClassification. setCustomField(ClassificationCustomField customField, String value)Sets the value for ClassificationCustomField. -
Uses of ClassificationCustomField in pro.taskana.classification.internal
Methods in pro.taskana.classification.internal with parameters of type ClassificationCustomField Modifier and Type Method Description ClassificationQueryClassificationQueryImpl. customAttributeIn(ClassificationCustomField customField, String... values)ClassificationQueryClassificationQueryImpl. customAttributeLike(ClassificationCustomField customField, String... values)ClassificationQueryClassificationQueryImpl. orderByCustomAttribute(ClassificationCustomField customField, BaseQuery.SortDirection sortDirection) -
Uses of ClassificationCustomField in pro.taskana.classification.internal.models
Methods in pro.taskana.classification.internal.models with parameters of type ClassificationCustomField Modifier and Type Method Description StringClassificationSummaryImpl. getCustomAttribute(ClassificationCustomField customField)Deprecated.StringClassificationSummaryImpl. getCustomField(ClassificationCustomField customField)voidClassificationImpl. setCustomAttribute(ClassificationCustomField customField, String value)Deprecated.voidClassificationImpl. setCustomField(ClassificationCustomField customField, String value) -
Uses of ClassificationCustomField in pro.taskana.spi.history.api.events.classification
Methods in pro.taskana.spi.history.api.events.classification with parameters of type ClassificationCustomField Modifier and Type Method Description StringClassificationHistoryEvent. getCustomAttribute(ClassificationCustomField customField)voidClassificationHistoryEvent. setCustomAttribute(ClassificationCustomField customField, String value)
-