| 程序包 | 说明 |
|---|---|
| com.ds.bpm.bpd | |
| com.ds.bpm.bpd.graph |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Activity |
WorkflowManager.createActivity(Point p,
Activity ap,
Map viewMap)
Creates new activity graph object, and associates the new XML logic activity object of Tool type to it.
|
Activity |
WorkflowManager.getActivity(String ID)
Returns graph Activity object which represents the logical activity with given Id attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Point |
WorkflowManager.getOffset(Activity a)
Returns the point within the graph where the upper-left corner of given graph activity is placed.
|
String |
WorkflowManager.getParticipantID(Activity a)
Returns the Id attribute of (XML logic) Participant object, which graph object visually holds given activity
graph object.
|
static boolean |
Utils.hasConnectedEndBubble(Activity act) |
static boolean |
Utils.isEndingActivity(Activity act) |
static boolean |
Utils.isStartingActivity(Activity act) |
protected Set |
WorkflowManager.updateActivityParent(Activity ac,
Map propertyMap,
org.jgraph.graph.ParentMap parentMap)
Determines old and new participant for activity, adjusts activities position if needed and properly changes
parent of activity (adds entry into the parentMap).
|
void |
WorkflowManager.updateJoin(Activity t) |
void |
WorkflowManager.updateSplit(Activity s) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AutoActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
BlockActivity
Used to define BlockActivity object in process and to modify it's properties.
|
class |
DeviceActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
End
Used to define End object.
|
class |
EventActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
JoinActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
Outflow
Used to define Subflow object in the graph and to modify it's properties.
|
class |
Process
Used to define process object in graph and to modify it's properties.
|
class |
ServiceActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
SplitActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
SplitAndJoinActivity
Used to define AutoActivity object in the graph and to modify it's
properties.
|
class |
Start
Used to define Start object in graph.
|
class |
Subflow
Used to define Subflow object in the graph and to modify it's properties.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Activity |
Transition.getSourceActivity()
Returns source activity.
|
Activity |
Transition.getTargetActivity()
Returns target activity.
|
Copyright © 2023 onecode. All rights reserved.