|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Consult
This class represent a Consult over an Instance between Participants.
You could obtain a Consult you could call the method
ProcessServiceSession.getConsult(String)
with
the id of the instance that you could obtain the Consult.
To know what instances have consults you could call the method
ProcessServiceSession.getConsults()
.
Method Summary | |
---|---|
String |
getParticipant()
Return the participant id who create the consult. |
String |
getRemarkId()
Return the remark id (note id) where the consult was stored. |
int |
getRemarkIn()
Return the remark in (note in) where the consult was stored. |
int |
getType()
Return the type of the consult. |
Method Detail |
---|
String getParticipant()
String getRemarkId()
int getRemarkIn()
int getType()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |