org.camunda.bpm.engine.delegate
Interface PlanItemListener

All Superinterfaces:
DelegateListener<DelegatePlanItem>

public interface PlanItemListener
extends DelegateListener<DelegatePlanItem>

Author:
Roman Smirnov

Field Summary
static String CLOSE
           
static String COMPLETE
           
static String CREATE
           
static String DISABLE
           
static String ENABLE
           
static String EXIT
           
static String FAULT
           
static String MANUAL_START
           
static String PARENT_RESUME
           
static String PARENT_SUSPEND
           
static String RE_ACTIVATE
           
static String RE_ENABLE
           
static String RESUME
           
static String START
           
static String SUSPEND
           
static String TERMINATE
           
 
Method Summary
 void notify(DelegatePlanItem planItem)
           
 

Field Detail

CREATE

static final String CREATE
See Also:
Constant Field Values

ENABLE

static final String ENABLE
See Also:
Constant Field Values

DISABLE

static final String DISABLE
See Also:
Constant Field Values

RE_ENABLE

static final String RE_ENABLE
See Also:
Constant Field Values

START

static final String START
See Also:
Constant Field Values

MANUAL_START

static final String MANUAL_START
See Also:
Constant Field Values

COMPLETE

static final String COMPLETE
See Also:
Constant Field Values

FAULT

static final String FAULT
See Also:
Constant Field Values

RE_ACTIVATE

static final String RE_ACTIVATE
See Also:
Constant Field Values

TERMINATE

static final String TERMINATE
See Also:
Constant Field Values

EXIT

static final String EXIT
See Also:
Constant Field Values

SUSPEND

static final String SUSPEND
See Also:
Constant Field Values

RESUME

static final String RESUME
See Also:
Constant Field Values

PARENT_SUSPEND

static final String PARENT_SUSPEND
See Also:
Constant Field Values

PARENT_RESUME

static final String PARENT_RESUME
See Also:
Constant Field Values

CLOSE

static final String CLOSE
See Also:
Constant Field Values
Method Detail

notify

void notify(DelegatePlanItem planItem)
            throws Exception
Specified by:
notify in interface DelegateListener<DelegatePlanItem>
Throws:
Exception


Copyright © 2014 camunda services GmbH. All Rights Reserved.