Uses of Interface
org.camunda.bpm.engine.impl.cmmn.execution.PlanItemState

Packages that use PlanItemState
org.camunda.bpm.engine.impl.cmmn.execution   
 

Uses of PlanItemState in org.camunda.bpm.engine.impl.cmmn.execution
 

Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement PlanItemState
static class PlanItemState.PlanItemStateImpl
           
 

Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as PlanItemState
static PlanItemState PlanItemState.ACTIVE
           
static PlanItemState PlanItemState.AVAILABLE
           
static PlanItemState PlanItemState.CLOSED
           
static PlanItemState PlanItemState.COMPLETED
           
static PlanItemState PlanItemState.DISABLED
           
static PlanItemState PlanItemState.ENABLED
           
static PlanItemState PlanItemState.FAILED
           
static PlanItemState PlanItemState.SUSPENDED
           
static PlanItemState PlanItemState.TERMINATED
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type PlanItemState
 void CmmnExecution.setState(PlanItemState state)
           
protected  void CmmnExecution.transition(PlanItemState from, PlanItemState to, CmmnAtomicOperation nextOperation)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.