public class JBpmProfile extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STEREOTYPE_AFTER_SIGNAL
profile.get("AFTER_SIGNAL")
|
static String |
STEREOTYPE_BEFORE_SIGNAL
profile.get("BEFORE_SIGNAL")
|
static String |
STEREOTYPE_BUSINESS_PROCESS
profile.get("BUSINESS_PROCESS")
|
static String |
STEREOTYPE_NODE_ENTER
profile.get("NODE_ENTER")
|
static String |
STEREOTYPE_NODE_LEAVE
profile.get("NODE_LEAVE")
|
static String |
STEREOTYPE_TASK
profile.get("TASK")
|
static String |
STEREOTYPE_TIMER
profile.get("TIMER")
|
static String |
TAGGEDVALUE_ASSIGNMENT_EXPRESSION
profile.get("ASSIGNMENT_EXPRESSION")
|
static String |
TAGGEDVALUE_TASK_BLOCKING
profile.get("TASK_BLOCKING")
|
static String |
TAGGEDVALUE_TIMER_DUEDATE
profile.get("TIMER_DUEDATE")
|
static String |
TAGGEDVALUE_TIMER_REPEAT
profile.get("TIMER_REPEAT")
|
static String |
TAGGEDVALUE_TIMER_TRANSITION
profile.get("TIMER_TRANSITION")
|
Constructor and Description |
---|
JBpmProfile() |
public static final String STEREOTYPE_BUSINESS_PROCESS
public static final String STEREOTYPE_BEFORE_SIGNAL
public static final String STEREOTYPE_AFTER_SIGNAL
public static final String STEREOTYPE_NODE_ENTER
public static final String STEREOTYPE_NODE_LEAVE
public static final String STEREOTYPE_TASK
public static final String STEREOTYPE_TIMER
public static final String TAGGEDVALUE_ASSIGNMENT_EXPRESSION
public static final String TAGGEDVALUE_TIMER_REPEAT
public static final String TAGGEDVALUE_TIMER_DUEDATE
public static final String TAGGEDVALUE_TIMER_TRANSITION
public static final String TAGGEDVALUE_TASK_BLOCKING
public JBpmProfile()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.