public class RepetitionRuleImpl extends CmmnElementImpl implements RepetitionRule
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaRepeatOnStandardEventAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> |
conditionChild |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> |
contextRefAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
nameAttribute |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
RepetitionRuleImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaRepeatOnStandardEvent()
Camunda extensions
|
ConditionExpression |
getCondition() |
CaseFileItem |
getContext() |
String |
getName() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setCamundaRepeatOnStandardEvent(String standardEvent) |
void |
setCondition(ConditionExpression condition) |
void |
setContext(CaseFileItem caseFileItem) |
void |
setName(String name) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> contextRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> conditionChild
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaRepeatOnStandardEventAttribute
public RepetitionRuleImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getName()
getName in interface RepetitionRulepublic void setName(String name)
setName in interface RepetitionRulepublic CaseFileItem getContext()
getContext in interface RepetitionRulepublic void setContext(CaseFileItem caseFileItem)
setContext in interface RepetitionRulepublic ConditionExpression getCondition()
getCondition in interface RepetitionRulepublic void setCondition(ConditionExpression condition)
setCondition in interface RepetitionRulepublic String getCamundaRepeatOnStandardEvent()
RepetitionRulegetCamundaRepeatOnStandardEvent in interface RepetitionRulepublic void setCamundaRepeatOnStandardEvent(String standardEvent)
setCamundaRepeatOnStandardEvent in interface RepetitionRulepublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.