org.camunda.bpm.model.cmmn.instance
Interface CmmnElement

All Superinterfaces:
CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
ApplicabilityRule, Case, CaseFile, CaseFileItem, CaseFileItemDefinition, CaseFileItemOnPart, CaseFileItemStartTrigger, CaseParameter, CaseTask, Children, DiscretionaryItem, EventListener, Expression, HumanTask, IfPart, ManualActivationRule, Milestone, OnPart, Parameter, ParameterMapping, PlanFragment, PlanItem, PlanItemControl, PlanItemDefinition, PlanItemOnPart, PlanItemStartTrigger, PlanningTable, Process, ProcessParameter, ProcessTask, Property, Relationship, RepetitionRule, RequiredRule, Role, Sentry, Stage, StartTrigger, TableItem, Task, TimerEventListener, UserEventListener
All Known Implementing Classes:
ApplicabilityRuleImpl, BindingRefinementExpression, CaseFileImpl, CaseFileItemDefinitionImpl, CaseFileItemImpl, CaseFileItemOnPartImpl, CaseFileItemStartTriggerImpl, CaseFileModel, CaseImpl, CaseParameterImpl, CasePlanModel, CaseRoles, CaseTaskImpl, ChildrenImpl, CmmnElementImpl, ConditionExpression, DefaultControl, DiscretionaryItemImpl, EventListenerImpl, ExpressionImpl, HumanTaskImpl, IfPartImpl, InputCaseParameter, InputProcessParameter, InputsCaseParameter, ItemControl, ManualActivationRuleImpl, MilestoneImpl, OnPartImpl, OutputCaseParameter, OutputProcessParameter, OutputsCaseParameter, ParameterImpl, ParameterMappingImpl, PlanFragmentImpl, PlanItemControlImpl, PlanItemDefinitionImpl, PlanItemImpl, PlanItemOnPartImpl, PlanItemStartTriggerImpl, PlanningTableImpl, ProcessImpl, ProcessParameterImpl, ProcessTaskImpl, PropertyImpl, RelationshipImpl, RepetitionRuleImpl, RequiredRuleImpl, RoleImpl, SentryImpl, StageImpl, StartTriggerImpl, TableItemImpl, TaskImpl, TimerEventListenerImpl, TimerExpression, TransformationExpression, UserEventListenerImpl

public interface CmmnElement
extends CmmnModelElementInstance

Author:
Roman Smirnov

Method Summary
 String getDescription()
           
 ExtensionElements getExtensionElements()
           
 String getId()
           
 void setDescription(String description)
           
 void setExtensionElements(ExtensionElements extensionElements)
           
 void setId(String id)
           
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getId

String getId()

setId

void setId(String id)

getDescription

String getDescription()

setDescription

void setDescription(String description)

getExtensionElements

ExtensionElements getExtensionElements()

setExtensionElements

void setExtensionElements(ExtensionElements extensionElements)


Copyright © 2015 camunda services GmbH. All rights reserved.