|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProcessInstanceAttributes
This class contains attributes for a process instance. Changing these attributes does not affect the workflow behavior.
| Method Summary | |
|---|---|
Note |
addNote(String text)
Adds a note to the process instance. |
Note |
addNote(String text,
ContextKind contextKind,
long contextOid)
Adds a note to the process instance with context . |
List<Note> |
getNotes()
|
long |
getProcessInstanceOid()
|
| Method Detail |
|---|
long getProcessInstanceOid()
Note addNote(String text)
text - the note text.
Note addNote(String text,
ContextKind contextKind,
long contextOid)
text - the note text.contextKind - the kind of context object.contextOid - the Oid of the context object.
List<Note> getNotes()
Notes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||