|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPNotificationInstance
| Field Summary | |
|---|---|
static int |
NOTIFICATION_STATUS_CANCELLED
The notification is cancelled because the activity was completed before the time of processing of the notification |
static int |
NOTIFICATION_STATUS_DEPRECATED
the notification instance is deprecated. |
static int |
NOTIFICATION_STATUS_ERROR
An error occured during the processing of the notification. |
static int |
NOTIFICATION_STATUS_EXECUTED
The notification is executed. |
static int |
NOTIFICATION_STATUS_WAITING
Status of the notification when it is not yet processed The notification is waiting in the queue to be processed |
| Method Summary | |
|---|---|
String |
getActivityInstanceID()
Returns the activity instance ID of the notification instance. |
long |
getCreationDate()
Returns the timestamp of the creation of this version of the notification. |
IGPDeadline |
getDeadline()
Returns the deadline of the Notification |
long |
getLastChangedDate()
Returns the timestamp of the last status changed of this version of the notification. |
String |
getNotificationID()
Returns the notification ID (corresponds to the Design Time ID) |
String |
getProcessInstanceID()
Returns the process instance ID of the notification instance |
String |
getProcessRoleName()
Returns the process role name of the notification. |
int |
getStatus()
Returns the status of the notification instance. |
int |
getVersion()
Returns the version of the notification |
boolean |
isDueDateNotification()
Returns true whether the Notification is the one defined for the due date. |
| Field Detail |
|---|
static final int NOTIFICATION_STATUS_WAITING
static final int NOTIFICATION_STATUS_DEPRECATED
static final int NOTIFICATION_STATUS_EXECUTED
static final int NOTIFICATION_STATUS_CANCELLED
static final int NOTIFICATION_STATUS_ERROR
| Method Detail |
|---|
IGPDeadline getDeadline()
String getProcessRoleName()
int getVersion()
String getProcessInstanceID()
String getActivityInstanceID()
String getNotificationID()
int getStatus()
boolean isDueDateNotification()
true whether the Notification is the one defined for the due date.
long getLastChangedDate()
long getCreationDate()
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||