Class TimerEventDefinition
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.EventDefinition
org.flowable.bpmn.model.TimerEventDefinition
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the set ofEventDefinitionLocations where thisEventDefinitionis allowed.voidsetCalendarName(String calendarName) voidsetEndDate(String endDate) voidsetTimeCycle(String timeCycle) voidsetTimeDate(String timeDate) voidsetTimeDuration(String timeDuration) voidsetValues(TimerEventDefinition otherDefinition) Methods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
timeDate
-
timeDuration
-
timeCycle
-
endDate
-
calendarName
-
-
Constructor Details
-
TimerEventDefinition
public TimerEventDefinition()
-
-
Method Details
-
getSupportedLocations
Description copied from class:EventDefinitionReturns the set ofEventDefinitionLocations where thisEventDefinitionis allowed. Consulted by the BPMN process validators (start / event-subprocess / intermediate-catch / boundary) to decide whether this event definition is valid in a given event host.- Specified by:
getSupportedLocationsin classEventDefinition
-
getTimeDate
-
setTimeDate
-
getTimeDuration
-
setTimeDuration
-
getTimeCycle
-
setTimeCycle
-
setEndDate
-
getEndDate
-
getCalendarName
-
setCalendarName
-
clone
- Specified by:
clonein classEventDefinition
-
setValues
-