| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketType |
Workbasket.getType()
Returns the type of the workbasket.
|
WorkbasketType |
WorkbasketSummary.getType()
Gets the type of the workbasket.
|
static WorkbasketType |
WorkbasketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbasketType[] |
WorkbasketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbasket.setType(WorkbasketType type)
Sets the type of the workbasket.
|
WorkbasketQuery |
WorkbasketQuery.typeIn(WorkbasketType... type)
Add your types to your query.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketType |
WorkbasketImpl.getType() |
WorkbasketType[] |
WorkbasketQueryImpl.getType() |
WorkbasketType |
WorkbasketSummaryImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbasketImpl.setType(WorkbasketType type) |
void |
WorkbasketSummaryImpl.setType(WorkbasketType type) |
WorkbasketQuery |
WorkbasketQueryImpl.typeIn(WorkbasketType... type) |
Copyright © 2018. All rights reserved.