|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPtnTEService
Interface of the Task Execution Service known to the Pattern Framework. This interface must be implemented by a Service in order to be consumed by the Pattern Task Execution Action.
| Method Summary | |
|---|---|
IRefBOInfo |
showRefBo(String connectionName,
String taskId,
Locale locale)
The passed connection should be used to search for the task with the passed taskId. |
ITaskStartResult |
startTask(String connectionName,
String taskId,
Locale locale)
The passed connection should be used to search for the task with the passed taskId. |
| Method Detail |
|---|
ITaskStartResult startTask(String connectionName,
String taskId,
Locale locale)
#showRefBo(String, String) should be used.
connectionName - the name of the connection (e.g. RFC-connection) that should be
used to connect to the backendtaskId - the Id of the task instance that should be picked and started for
the user.locale - the locale that should be used by the service implementation to
return localized messages.ITaskStartResult containing information on the obn that
should be called (if navigation should occur) as well as messages
that should be displayed in the UI.
IRefBOInfo showRefBo(String connectionName,
String taskId,
Locale locale)
#startTask(String, String)
must be called.
connectionName - the name of the connection (e.g. RFC-connection) that should be
used to connect to the backendtaskId - the Id of the task instance the caller is interested inlocale - the locale that should be used by the service implementation to
return localized messages.ITaskStartResult containing information on the obn that
should be called (if navigation should occur).
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||