| java.lang.Object org.obe.util.AbstractEnum org.obe.client.api.model.TemporalStatus
TemporalStatus | final public class TemporalStatus extends AbstractEnum (Code) | | The temporal status of a process instance, activity instance, or work item.
Temporal status reflects whether the entity in question is ahead of schedule,
behind schedule or overdue, according to its target and due dates. These are
computed by the workflow engine from the entities Duration and Limit
properties as defined in the XPDL.
author: Adrian Price See Also: Activity.getLimit See Also: ProcessHeader.getLimit See Also: TimeEstimation.getDuration |
Method Summary | |
public static TemporalStatus | computeStatus(Date completed, Date target, Date due) Computes the temporal status corresponding to the set of input values.
Parameters: completed - The date at which the process or task was completed (canbe null). Parameters: target - The date by which the process or task is/was expected to becomplete. Parameters: due - The date by which the process or task is/was required to becomplete. | public List | family() |
NORMAL_INT | final public static int NORMAL_INT(Code) | | |
OVERDUE_INT | final public static int OVERDUE_INT(Code) | | |
UNDEFINED_INT | final public static int UNDEFINED_INT(Code) | | |
WARNING_INT | final public static int WARNING_INT(Code) | | |
|
|