Fuego Process API

fuego.papi
Interface Note

All Superinterfaces:
NoteInterface

public interface Note
extends NoteInterface


Method Summary
 Object getContent()
          Returns the content of the note (usually as a String object)
 fuego.lang.Time getCreationTime()
          Returns the creation time of this note
 String getId()
          Returns the id of the note
 int getIn()
          Returns the in of the note
 String getInstanceId()
          Returns the id of the instance where this note is.
 int getInstanceIn()
          Returns the instance in of the instance to which this note is attached
 String getName()
          Returns the name or description given to this note
 String getParticipant()
          Returns the name of the participant who added this note
 int getProcessIn()
          Returns the process in of the instance to which this note is attached
 

Method Detail

getContent

public Object getContent()
Returns the content of the note (usually as a String object)

Specified by:
getContent in interface NoteInterface
Returns:
java.lang.Object

getCreationTime

public fuego.lang.Time getCreationTime()
Returns the creation time of this note

Specified by:
getCreationTime in interface NoteInterface
Returns:
fuego.lang.Time

getId

public String getId()
Returns the id of the note

Returns:
String

getIn

public int getIn()
Returns the in of the note

Returns:
int

getInstanceId

public String getInstanceId()
Returns the id of the instance where this note is.

Returns:
String

getInstanceIn

public int getInstanceIn()
Returns the instance in of the instance to which this note is attached

Returns:
int

getName

public String getName()
Returns the name or description given to this note

Specified by:
getName in interface NoteInterface
Returns:
java.lang.String

getParticipant

public String getParticipant()
Returns the name of the participant who added this note

Specified by:
getParticipant in interface NoteInterface
Returns:
int

getProcessIn

public int getProcessIn()
Returns the process in of the instance to which this note is attached

Returns:
int

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved