| Package | Description |
|---|---|
| com.evolveum.midpoint.model.api |
| Modifier and Type | Method and Description |
|---|---|
ProgressInformation.StateType |
ProgressInformation.getStateType() |
static ProgressInformation.StateType |
ProgressInformation.StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressInformation.StateType[] |
ProgressInformation.StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressInformation.setStateType(ProgressInformation.StateType stateType) |
| Constructor and Description |
|---|
ProgressInformation(ProgressInformation.ActivityType activityType,
ProgressInformation.StateType stateType) |
ProgressInformation(ProgressInformation.ActivityType activityType,
ResourceShadowDiscriminator resourceShadowDiscriminator,
ProgressInformation.StateType stateType) |
Copyright © 2016 Evolveum. All rights reserved.