|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a Note associated with an instance.
To get the Notes associated with an instance, useProcessServiceNESession.getInstanceNotes(String).
To get an individual Note by its Id, use ProcessServiceNESession.getNote(String).
To add a Note to an instance, use ProcessServiceSession.instancesAddNote(InstanceStamp[], String).
| Method Summary | |
Object |
getContent()
Gets the content of this note (usually as a String object). |
Time |
getCreationTime()
Gets the creation time of this Note. |
String |
getId()
Gets the Id of this note. |
int |
getIn()
Get the note identification number. |
String |
getInstanceId()
Gets the Id of the instance where this note was attached to. |
int |
getInstanceIn()
Gets the Id of the instance number where this note was attached to. |
String |
getName()
Gets the name of the activity where this note was created. |
String |
getParticipant()
Gets the uid of the Participant who created this note. |
int |
getProcessIn()
Gets the idenfication number of the associated process. |
| Method Detail |
public Object getContent()
getContent in interface NoteInterfacepublic Time getCreationTime()
getCreationTime in interface NoteInterfacepublic String getId()
public int getIn()
public String getInstanceId()
public int getInstanceIn()
public String getName()
getName in interface NoteInterfacepublic String getParticipant()
getParticipant in interface NoteInterfacepublic int getProcessIn()
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||