|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.client.WorkflowManager
public class WorkflowManager
Constructor Summary | |
---|---|
WorkflowManager(MirthMatchClient client)
|
Method Summary | |
---|---|
Result<DtoWorkflow> |
create(DtoWorkflow workflow)
Create a Workflow from raw parameters. |
DTOStatus |
delete(java.lang.String identifier,
boolean cascadeWorkitems)
Deletes the workflow with the matching identifier |
Result<DtoWorkflow> |
find(java.lang.String identifier)
Returns the DtoWorkflow with the matching identifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowManager(MirthMatchClient client)
Method Detail |
---|
public Result<DtoWorkflow> create(DtoWorkflow workflow)
workflow
- The raw parameters defining the Workflow to be
public Result<DtoWorkflow> find(java.lang.String identifier)
identifier
- the identifier of the workflow
public DTOStatus delete(java.lang.String identifier, boolean cascadeWorkitems)
identifier
- the identifier of the workflow to deletecascadeWorkitems
- true, if workflow's workitems should also be deleted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |