|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.client.WorkitemManager
public class WorkitemManager
| Constructor Summary | |
|---|---|
WorkitemManager(MirthMatchClient client)
|
|
| Method Summary | |
|---|---|
DTOResult |
addNoteToWorkitem(DtoWorkitemNote workitemNote)
|
DTOResult<DtoWorkitem> |
create(DtoWorkitem workitem)
|
DTOStatus |
delete(java.lang.String identifier)
|
DTOResult<DtoWorkitem> |
find(java.lang.String identifier)
|
DTOResult<java.util.List<DtoWorkitem>> |
findByFilter(WorkitemFilter filter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkitemManager(MirthMatchClient client)
| Method Detail |
|---|
public DTOResult<DtoWorkitem> create(DtoWorkitem workitem)
public DTOResult<DtoWorkitem> find(java.lang.String identifier)
public DTOResult<java.util.List<DtoWorkitem>> findByFilter(WorkitemFilter filter)
public DTOStatus delete(java.lang.String identifier)
public DTOResult addNoteToWorkitem(DtoWorkitemNote workitemNote)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||