org.jbpm.api.model
Interface Event


public interface Event

event constants.

Author:
Tom Baeyens

Field Summary
static java.lang.String ASSIGN
          fired when a task is assigned
static java.lang.String END
          fired when a process or an activity ends
static java.lang.String REMIND
          fired when an assignee is reminded of a task
static java.lang.String START
          fired when a process or an activity starts
static java.lang.String TAKE
          fired when a transition is being taken
 

Field Detail

TAKE

static final java.lang.String TAKE
fired when a transition is being taken

See Also:
Constant Field Values

START

static final java.lang.String START
fired when a process or an activity starts

See Also:
Constant Field Values

END

static final java.lang.String END
fired when a process or an activity ends

See Also:
Constant Field Values

ASSIGN

static final java.lang.String ASSIGN
fired when a task is assigned

See Also:
Constant Field Values

REMIND

static final java.lang.String REMIND
fired when an assignee is reminded of a task

See Also:
Constant Field Values


Copyright © 2010 JBoss Community. All Rights Reserved.