|
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 IGPNotificationManager
| Method Summary | |
|---|---|
IGPNotificationInstance |
retrieveNotification(String processInstanceID,
String activityInstanceID,
String notificationID)
Retrieves the last version of the notification instance corresponding to the given parameters. |
IGPNotificationInstanceEnumeration |
retrieveNotificationHistory(String processInstanceID,
String activityInstanceID,
String notificationID)
Retrieves the notification instance history corresponding to the given parameters. |
void |
updateNotification(String processInstanceID,
String activityInstanceID,
String notificationID,
IGPDeadline deadline)
Updates the notification instance with the given deadline. |
void |
updateNotificationStatus(String processInstanceID,
String activityInstanceID,
String notificationID,
int newStatus)
Updates the status of the queue item that corresponds to the given parameters. |
| Method Detail |
|---|
IGPNotificationInstance retrieveNotification(String processInstanceID,
String activityInstanceID,
String notificationID)
throws GPInvocationException,
GPEngineException
processInstanceID - the instance ID of the process. Cannot be nullactivityInstanceID - the instance ID of the activity. Can be null if the notifications are defined at the process levelnotificationID - the ID of the notification
GPInvocationException
GPEngineException
IGPNotificationInstanceEnumeration retrieveNotificationHistory(String processInstanceID,
String activityInstanceID,
String notificationID)
throws GPInvocationException,
GPEngineException
processInstanceID - the instance ID of the process. Cannot be nullactivityInstanceID - the instance ID of the activity. Can be null if the notifications are defined at the process levelnotificationID - the ID of the notification
GPInvocationException
GPEngineException
void updateNotificationStatus(String processInstanceID,
String activityInstanceID,
String notificationID,
int newStatus)
throws GPEngineException,
GPInvocationException
processInstanceID - the instance ID of the process. Cannot be nullactivityInstanceID - the instance ID of the activity. Can be null if the notifications are defined at the process levelnotificationID - the ID of the notificationnewStatus - the new status of the notification. Has to be one of those defined in the INotificationInstance
- Throws:
GPInvocationException
GPEngineException- See Also:
INotificationInstance
void updateNotification(String processInstanceID,
String activityInstanceID,
String notificationID,
IGPDeadline deadline)
throws GPEngineException,
GPInvocationException
processInstanceID - the instance ID of the process. Cannot be nullactivityInstanceID - the instance ID of the activity. Can be null if the notifications are defined at the process levelnotificationID - the ID of the notificationdeadline -
GPEngineException
GPInvocationExceptionINotificationInstance,
IDeadline
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||