ALBPM Process API (PAPI)

fuego.papi
Interface NoteInterface

All Known Subinterfaces:
Note

public interface NoteInterface

Interface for a subset of methods in the Note class.
This class is for internal use only.


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 getName()
          Gets the name of the activity where this note was created.
 String getParticipant()
          Gets the uid of the Participant who created this note.
 

Method Detail

getContent

public Object getContent()
Gets the content of this note (usually as a String object).

Returns:
Note content.

getCreationTime

public Time getCreationTime()
Gets the creation time of this Note.

Returns:
Note creation time.

getName

public String getName()
Gets the name of the activity where this note was created.

Returns:
name of the activity where this note was created.

getParticipant

public String getParticipant()
Gets the uid of the Participant who created this note.

Returns:
Uid of the Participant who created this note.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved