ALBPM Process API (PAPI)

fuego.papi
Interface Consult


public interface Consult

Consult is a consultation- a Note sent to another Participant to ask a question about a process instance.

To add a Consult to an instance, use ProcessServiceSession.instancesAddConsult(InstanceStamp[], String, String).
To get the Note from a Consult, use getRemarkId() and then ProcessServiceNESession.getNote(String).


Method Summary
 String getParticipant()
          Gets the Participant who sent this Consult.
 String getRemarkId()
          Gets the RemarkId (Note Id).
 int getRemarkIn()
          Gets the Remark identification number.
 int getType()
          Gets the type of this consult.
 

Method Detail

getParticipant

public String getParticipant()
Gets the Participant who sent this Consult.

Returns:
Participant who sent this Consult

getRemarkId

public String getRemarkId()
Gets the RemarkId (Note Id).

Returns:
Note Id

getRemarkIn

public int getRemarkIn()
Gets the Remark identification number.

The Remark identification number is the number associated to the Note when its was created.

Returns:
Remark identification number.

getType

public int getType()
Gets the type of this consult.

Returns:
type of this consult.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved