public abstract class WorkObjectState extends Object
WorkObject
.Modifier and Type | Field and Description |
---|---|
static State |
ACTIVE
The active state.
|
static com.google.common.collect.ImmutableList<State> |
ALL_WORK_OBJECT_STATES
The list of all work object states.
|
static State |
COMPLETED
The completed state.
|
static State |
INTERRUPTED
The interrupted state.
|
public static final State ACTIVE
public static final State COMPLETED
public static final State INTERRUPTED
public static final com.google.common.collect.ImmutableList<State> ALL_WORK_OBJECT_STATES
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.