|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTask | |
|---|---|
| org.opencrx.kernel.workflow1.jmi1 | |
| Uses of AbstractTask in org.opencrx.kernel.workflow1.jmi1 |
|---|
| Subinterfaces of AbstractTask in org.opencrx.kernel.workflow1.jmi1 | |
|---|---|
interface |
ExternalTask
Class ExternalTask |
interface |
WfProcess
Class WfProcess |
| Methods in org.opencrx.kernel.workflow1.jmi1 with type parameters of type AbstractTask | ||
|---|---|---|
|
Segment.getWfProcess(AbstractTaskQuery query)
Retrieves the value for the reference wfProcess for the specified query. |
|
| Methods in org.opencrx.kernel.workflow1.jmi1 that return AbstractTask | |
|---|---|
AbstractTask |
Segment.getWfProcess(boolean idIsPersistent,
String id)
Retrieves the value for the reference wfProcess for the specified qualifier attribute value. |
AbstractTask |
Segment.getWfProcess(String id)
Retrieves the value for the reference wfProcess for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.workflow1.jmi1 with parameters of type AbstractTask | |
|---|---|
void |
Segment.addWfProcess(boolean idIsPersistent,
String id,
AbstractTask wfProcess)
Adds the specified element to the set of the values for the reference wfProcess. |
void |
Segment.addWfProcess(String id,
AbstractTask wfProcess)
Adds the specified element to the set of the values for the reference wfProcess using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||