ALBPM Process API

fuego.papi
Interface Consult


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

getParticipant

String getParticipant()
Return the participant id who create the consult.

Returns:
Participant Identification.

getRemarkId

String getRemarkId()
Return the remark id (note id) where the consult was stored.

Returns:
Remark identification (Note identification).

getRemarkIn

int getRemarkIn()
Return the remark in (note in) where the consult was stored.

Returns:
Remark identification number (Note identification number)

getType

int getType()
Return the type of the consult.

Returns:
a consult type

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved