public interface RepetitionRule extends CmmnElement
Modifier and Type | Method and Description |
---|---|
String |
getCamundaRepeatOnStandardEvent()
Camunda extensions
|
ConditionExpression |
getCondition() |
CaseFileItem |
getContext() |
String |
getName() |
void |
setCamundaRepeatOnStandardEvent(String standardEvent) |
void |
setCondition(ConditionExpression condition) |
void |
setContext(CaseFileItem caseFileItem) |
void |
setName(String name) |
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
String getName()
void setName(String name)
CaseFileItem getContext()
void setContext(CaseFileItem caseFileItem)
ConditionExpression getCondition()
void setCondition(ConditionExpression condition)
String getCamundaRepeatOnStandardEvent()
void setCamundaRepeatOnStandardEvent(String standardEvent)
Copyright © 2022. All rights reserved.