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

Packages that use CmmnElement
org.camunda.bpm.model.cmmn.impl.instance   
org.camunda.bpm.model.cmmn.instance   
 

Uses of CmmnElement in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement CmmnElement
 class ApplicabilityRuleImpl
           
 class ArtifactImpl
           
 class AssociationImpl
           
 class BindingRefinementExpressionImpl
           
 class CaseFileImpl
           
 class CaseFileItemDefinitionImpl
           
 class CaseFileItemImpl
           
 class CaseFileItemOnPartImpl
           
 class CaseFileItemStartTriggerImpl
           
 class CaseFileModelImpl
           
 class CaseImpl
           
 class CaseParameterImpl
           
 class CasePlanModel
           
 class CaseRefExpressionImpl
           
 class CaseRoleImpl
           
 class CaseRolesImpl
           
 class CaseTaskImpl
           
 class ChildrenImpl
           
 class CmmnElementImpl
           
 class ConditionExpressionImpl
           
 class CriterionImpl
           
 class DecisionImpl
           
 class DecisionParameterImpl
           
 class DecisionRefExpressionImpl
           
 class DecisionTaskImpl
           
 class DefaultControlImpl
           
 class DiscretionaryItemImpl
           
 class EntryCriterionImpl
           
 class EventImpl
           
 class EventListenerImpl
           
 class ExitCriterionImpl
           
 class ExpressionImpl
           
 class HumanTaskImpl
           
 class IfPartImpl
           
 class InputCaseParameterImpl
           
 class InputDecisionParameterImpl
           
 class InputProcessParameterImpl
           
 class InputsCaseParameterImpl
           
 class ItemControlImpl
           
 class ManualActivationRuleImpl
           
 class MilestoneImpl
           
 class OnPartImpl
           
 class OutputCaseParameterImpl
           
 class OutputDecisionParameterImpl
           
 class OutputProcessParameterImpl
           
 class OutputsCaseParameterImpl
           
 class ParameterImpl
           
 class ParameterMappingImpl
           
 class PlanFragmentImpl
           
 class PlanItemControlImpl
           
 class PlanItemDefinitionImpl
           
 class PlanItemImpl
           
 class PlanItemOnPartImpl
           
 class PlanItemStartTriggerImpl
           
 class PlanningTableImpl
           
 class ProcessImpl
           
 class ProcessParameterImpl
           
 class ProcessRefExpressionImpl
           
 class ProcessTaskImpl
           
 class PropertyImpl
           
 class RelationshipImpl
           
 class RepetitionRuleImpl
           
 class RequiredRuleImpl
           
 class RoleImpl
           
 class SentryImpl
           
 class StageImpl
           
 class StartTriggerImpl
           
 class TableItemImpl
           
 class TaskImpl
           
 class TextAnnotationImpl
           
 class TimerEventImpl
           
 class TimerEventListenerImpl
           
 class TimerExpressionImpl
           
 class TransformationExpressionImpl
           
 class UserEventImpl
           
 class UserEventListenerImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CmmnElement
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> AssociationImpl.sourceRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> AssociationImpl.targetRefAttribute
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return CmmnElement
 CmmnElement AssociationImpl.getSource()
           
 CmmnElement AssociationImpl.getTarget()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CmmnElement
protected  String CmmnAttributeElementReferenceCollection.getTargetElementIdentifier(CmmnElement referenceTargetElement)
           
 void AssociationImpl.setSource(CmmnElement source)
           
 void AssociationImpl.setTarget(CmmnElement target)
           
 

Uses of CmmnElement in org.camunda.bpm.model.cmmn.instance
 

Subinterfaces of CmmnElement in org.camunda.bpm.model.cmmn.instance
 interface ApplicabilityRule
           
 interface Artifact
           
 interface Association
           
 interface BindingRefinementExpression
           
 interface Case
           
 interface CaseFile
           
 interface CaseFileItem
           
 interface CaseFileItemDefinition
           
 interface CaseFileItemOnPart
           
 interface CaseFileItemStartTrigger
           
 interface CaseFileModel
           
 interface CaseParameter
           
 interface CasePlanModel
           
 interface CaseRefExpression
           
 interface CaseRole
           
 interface CaseRoles
           
 interface CaseTask
           
 interface Children
           
 interface ConditionExpression
           
 interface Criterion
           
 interface Decision
           
 interface DecisionParameter
           
 interface DecisionRefExpression
           
 interface DecisionTask
           
 interface DefaultControl
           
 interface DiscretionaryItem
           
 interface EntryCriterion
           
 interface Event
           
 interface EventListener
           
 interface ExitCriterion
           
 interface Expression
           
 interface HumanTask
           
 interface IfPart
           
 interface InputCaseParameter
           
 interface InputDecisionParameter
           
 interface InputProcessParameter
           
 interface InputsCaseParameter
           
 interface ItemControl
           
 interface ManualActivationRule
           
 interface Milestone
           
 interface OnPart
           
 interface OutputCaseParameter
           
 interface OutputDecisionParameter
           
 interface OutputProcessParameter
           
 interface OutputsCaseParameter
           
 interface Parameter
           
 interface ParameterMapping
           
 interface PlanFragment
           
 interface PlanItem
           
 interface PlanItemControl
           
 interface PlanItemDefinition
           
 interface PlanItemOnPart
           
 interface PlanItemStartTrigger
           
 interface PlanningTable
           
 interface Process
           
 interface ProcessParameter
           
 interface ProcessRefExpression
           
 interface ProcessTask
           
 interface Property
           
 interface Relationship
           
 interface RepetitionRule
           
 interface RequiredRule
           
 interface Role
           
 interface Sentry
           
 interface Stage
           
 interface StartTrigger
           
 interface TableItem
           
 interface Task
           
 interface TextAnnotation
           
 interface TimerEvent
           
 interface TimerEventListener
           
 interface TimerExpression
           
 interface TransformationExpression
           
 interface UserEvent
           
 interface UserEventListener
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return CmmnElement
 CmmnElement Association.getSource()
           
 CmmnElement Association.getTarget()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CmmnElement
 void Association.setSource(CmmnElement cmmnElement)
           
 void Association.setTarget(CmmnElement cmmnElement)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.