| 程序包 | 说明 |
|---|---|
| com.ds.bpm.bpd |
| 限定符和类型 | 方法和说明 |
|---|---|
Transition |
WorkflowManager.getTransition(String ID)
Returns graph Transition object which represents the logical transition with given Id attribute.
|
Transition |
WorkflowManager.insertTransition(Point start,
Point end,
org.jgraph.graph.PortView source,
org.jgraph.graph.PortView target,
boolean isRouting,
boolean updateCollection)
Inserts new Transition cell, between points start and end, connected to the ports source and
target into model.
|
Copyright © 2023 onecode. All rights reserved.