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

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

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

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanItemDefinition
 class CasePlanModel
           
 class CaseTaskImpl
           
 class EventListenerImpl
           
 class HumanTaskImpl
           
 class MilestoneImpl
           
 class PlanFragmentImpl
           
 class PlanItemDefinitionImpl
           
 class ProcessTaskImpl
           
 class StageImpl
           
 class TaskImpl
           
 class TimerEventListenerImpl
           
 class UserEventListenerImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanItemDefinition
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition> DiscretionaryItemImpl.definitionRefAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItemDefinition> StageImpl.planItemDefinitionCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition> PlanItemImpl.planItemDefinitionRefAttribute
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return PlanItemDefinition
 PlanItemDefinition DiscretionaryItemImpl.getDefinition()
           
 PlanItemDefinition PlanItemImpl.getDefinition()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanItemDefinition
 Collection<PlanItemDefinition> StageImpl.getPlanItemDefinitions()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanItemDefinition
 void DiscretionaryItemImpl.setDefinition(PlanItemDefinition definition)
           
 void PlanItemImpl.setDefinition(PlanItemDefinition definition)
           
 

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

Subinterfaces of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance
 interface CaseTask
           
 interface EventListener
           
 interface HumanTask
           
 interface Milestone
           
 interface PlanFragment
           
 interface ProcessTask
           
 interface Stage
           
 interface Task
           
 interface TimerEventListener
           
 interface UserEventListener
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return PlanItemDefinition
 PlanItemDefinition PlanItem.getDefinition()
           
 PlanItemDefinition DiscretionaryItem.getDefinition()
           
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanItemDefinition
 Collection<PlanItemDefinition> Stage.getPlanItemDefinitions()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanItemDefinition
 void PlanItem.setDefinition(PlanItemDefinition definition)
           
 void DiscretionaryItem.setDefinition(PlanItemDefinition definition)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.