| Modifier and Type | Method and Description |
|---|---|
String |
WorkbasketHistoryEvent.getCustomAttribute(WorkbasketCustomField customField) |
void |
WorkbasketHistoryEvent.setCustomAttribute(WorkbasketCustomField customField,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static WorkbasketCustomField |
WorkbasketCustomField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbasketCustomField[] |
WorkbasketCustomField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.customAttributeIn(WorkbasketCustomField customField,
String... searchArguments)
Add the values of custom attributes for exact matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.customAttributeLike(WorkbasketCustomField customField,
String... searchArguments)
Add the values of custom attributes for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.orderByCustomAttribute(WorkbasketCustomField customField,
BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of a custom field.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WorkbasketSummary.getCustomAttribute(WorkbasketCustomField customField)
Gets the custom attribute of the workbasket.
|
void |
Workbasket.setCustomAttribute(WorkbasketCustomField customField,
String value)
Sets the value for custom Attribute.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQueryImpl.customAttributeIn(WorkbasketCustomField customField,
String... searchArguments) |
WorkbasketQuery |
WorkbasketQueryImpl.customAttributeLike(WorkbasketCustomField customField,
String... searchArguments) |
WorkbasketQuery |
WorkbasketQueryImpl.orderByCustomAttribute(WorkbasketCustomField customField,
BaseQuery.SortDirection sortDirection) |
| Modifier and Type | Method and Description |
|---|---|
String |
WorkbasketSummaryImpl.getCustomAttribute(WorkbasketCustomField customField) |
void |
WorkbasketImpl.setCustomAttribute(WorkbasketCustomField customField,
String value) |
Copyright © 2020. All rights reserved.