| Package | Description |
|---|---|
| org.rogatio.circlead.control | |
| org.rogatio.circlead.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Rolegroup> |
Repository.getRolegroups(WorkitemStatusParameter status) |
Gets the rolegroups with defined WorkitemStatusParameter.
|
java.util.List<Role> |
Repository.getRoles(WorkitemStatusParameter status) |
Gets the roles by a status.
|
java.util.List<Role> |
Repository.getRolesWithPersonRepresentation(WorkitemStatusParameter statusParameter) |
Gets the roles with person representation.
|
| Modifier and Type | Method | Description |
|---|---|---|
static WorkitemStatusParameter |
WorkitemStatusParameter.get(java.lang.String statusValue) |
Gets the.
|
static WorkitemStatusParameter |
WorkitemStatusParameter.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WorkitemStatusParameter[] |
WorkitemStatusParameter.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|