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, Event, Expression, HumanTask, IfPart, ManualActivationRule, Milestone, OnPart, Parameter, ParameterMapping, PlanFragment, PlanItem, PlanItemControl, PlanItemDefinition, PlanItemOnPart, PlanItemStartTrigger, PlanningTable, Process, ProcessParameter, ProcessTask, Property, RepetitionRule, RequiredRule, Role, Sentry, Stage, StartTrigger, TableItem, Task, TimerEvent, UserEvent
All Known Implementing Classes:
ApplicabilityRuleImpl, BindingRefinementExpression, CaseFileImpl, CaseFileItemDefinitionImpl, CaseFileItemImpl, CaseFileItemOnPartImpl, CaseFileItemStartTriggerImpl, CaseFileModel, CaseImpl, CaseParameterImpl, CasePlanModel, CaseRoles, CaseTaskImpl, ChildrenImpl, CmmnElementImpl, ConditionExpression, DefaultControl, DiscretionaryItemImpl, EventImpl, ExpressionImpl, HumanTaskImpl, IfPartImpl, InputCaseParameter, InputProcessParameter, InputsCaseParameter, ManualActivationRuleImpl, MilestoneImpl, OnPartImpl, OutputCaseParameter, OutputProcessParameter, OutputsCaseParameter, ParameterImpl, ParameterMappingImpl, PlanFragmentImpl, PlanItemControlImpl, PlanItemDefinitionImpl, PlanItemImpl, PlanItemOnPartImpl, PlanItemStartTriggerImpl, PlanningTableImpl, ProcessImpl, ProcessParameterImpl, ProcessTaskImpl, PropertyImpl, RepetitionRuleImpl, RequiredRuleImpl, RoleImpl, SentryImpl, StageImpl, StartTriggerImpl, TableItemImpl, TaskImpl, TimerEventImpl, TimerExpression, TransformationExpression, UserEventImpl

public interface CmmnElement
extends CmmnModelElementInstance

Author:
Roman Smirnov

Method Summary
 String getDescription()
           
 String getId()
           
 void setDescription(String description)
           
 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)


Copyright © 2014 camunda services GmbH. All Rights Reserved.