public class TimerEvent extends EventListener
The combination of a TimerEvent
and its associated
TEvent
definition.
<p>Do not rename this class. The name is part of public API. Moving the class to a different package, however, is possible.</p>
Modifier and Type | Field and Description |
---|---|
static String |
TIMER_DATE_TIME |
static String |
TIMER_DATE_TIME_LOCAL_TIME |
Constructor and Description |
---|
TimerEvent(PlannableItem plannableItem,
Stage parent,
Integer instanceId)
Construct an timer event listener.
|
Modifier and Type | Method and Description |
---|---|
String |
getPlanItemTypeShort() |
boolean |
isRepetition(TransitionData transitionData,
EvaluationListeners evaluationListeners) |
createPlanItemAction, evaluateEntryCriteria, evaluateExitCriteria, isArmed
applyVisitor, getActionDescription, getActionName, getActionName, getActivationTime, getActiveChildrenCount, getActiveCount, getActiveCountInStage, getArmedEntrySentries, getArmedExitSentries, getAvailableChildrenCount, getAvailableCount, getAvailableCountInStage, getCasePlanModel, getChildInstanceCount, getClientId, getClientRef, getCompletedChildrenCount, getCompletedCount, getCompletedCountInStage, getCustomAttribute, getCustomState, getCustomState, getDeferredEntrySentries, getDeferredExitSentries, getDescription, getDisabledChildrenCount, getDisabledCount, getDisabledCountInStage, getEnabledChildrenCount, getEnabledCount, getEnabledCountInStage, getExtensionType, getId, getIndexInStage, getInstanceCount, getInstanceCountInStage, getInstanceId, getInstanceIntId, getLastPlanItemTransition, getName, getName, getName, getNewPlanItemData, getParent, getParentInstanceId, getPlannableItem, getState, getTerminatedChildrenCount, getTerminatedCount, getTerminatedCountInStage, getTPlanItemDefinition, getTriggeredChildrenCount, getTriggeredCount, getTriggeredCountInStage, getTriggeredExitSentries, handlePlanItemTransition, isActionHidden, isBlocking, isCompletionNeutral, isManualActivation, isNonBlockingComplete, isOfSameHierarchy, isPending, isPreActivation, isRequired, isSemiTerminal, isTerminal, isTriggeredExitSentry, isWaitingOnChildren, isWaitingOnChildren, setClientId, setCustomState, setCustomState, setState, toString
public static final String TIMER_DATE_TIME
public static final String TIMER_DATE_TIME_LOCAL_TIME
public TimerEvent(PlannableItem plannableItem, Stage parent, Integer instanceId)
Construct an timer event listener. The event is represented by plannableItem
. The event listener
is created with the given parent stage as parent.
plannableItem
- the plannable itemparent
- the parent stageinstanceId
- the instance idpublic boolean isRepetition(TransitionData transitionData, EvaluationListeners evaluationListeners)
isRepetition
in class EventListener
transitionData
- optional evaluation contextevaluationListeners
- the evaluation listenerstrue
if there is a repdtition rule for the plan item and if so it
evaluates to true
. Return false
otherwise.public String getPlanItemTypeShort()
getPlanItemTypeShort
in class PlanItem
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.