|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBpmProcessStepDefinition
Represents step definiion for the process
Field Summary | |
---|---|
static short |
STEP_TYPE_SUBPROCESS
Step type for subprocess |
static short |
STEP_TYPE_TASK
Step type for task |
Method Summary | |
---|---|
List |
getFromTransitions()
Returns list of outcoming transitions from this step |
String |
getIcon()
Returns icon for this step |
String |
getID()
ID of the step. |
String |
getName()
Returns name of the step |
String |
getSubprocessID()
Returns subprocess identifier for this step |
List |
getToTransitions()
Returns list of incoming transitions to this step |
short |
getType()
Returns type for this step |
void |
setIcon(String icon)
Sets icon for this step |
void |
setName(String name)
Sets name for this step definition |
void |
setSubprocessID(String subprocessID)
Sets subprocess identifier for this step |
void |
setType(short type)
Sets type for this step |
Field Detail |
---|
static final short STEP_TYPE_SUBPROCESS
static final short STEP_TYPE_TASK
Method Detail |
---|
String getID()
String getName()
void setName(String name)
name
- short getType()
void setType(short type)
type
- String getSubprocessID()
void setSubprocessID(String subprocessID)
subprocessID
- String getIcon()
void setIcon(String icon)
icon
- List getFromTransitions()
List getToTransitions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |