ALBPM Process API

fuego.papi
Interface Note

All Superinterfaces:
NoteInterface

public interface Note
extends NoteInterface


Method Summary
 String getActivityName()
          Returns the name of the Activity in which the note was created.
 Object getContent()
          Returns the content of the note (usually as a String object)
 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()
          Deprecated. 
 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

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

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

getCreationTime

Time getCreationTime()
Returns the creation time of this note

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

getId

String getId()
Returns the id of the note

Returns:
String

getIn

int getIn()
Returns the in of the note

Returns:
int

getInstanceId

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

Returns:
String

getInstanceIn

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

Returns:
int

getName

@Deprecated
String getName()
Deprecated. 

Returns the name of the Activity in which the note was created.

Returns:
java.lang.String

getActivityName

String getActivityName()
Returns the name of the Activity in which the note was created.

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

getParticipant

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

Specified by:
getParticipant in interface NoteInterface
Returns:
int

getProcessIn

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

Returns:
int

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved