|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Post Processing Application Support Registry.
| Method Summary | |
IGPAppSupportRegistryItem |
create(String id,
String wdCompName,
String wdDevCompName,
String className,
int devCompType,
String devCompName,
com.sap.localization.ResourceAccessor accessor,
String descriptionKey)
Create new post processing application registry item. |
void |
register(IGPAppSupportRegistryItem item)
Register new post processing application. |
void |
unregister(String id)
Unregister post processing application. |
| Method Detail |
public IGPAppSupportRegistryItem create(String id,
String wdCompName,
String wdDevCompName,
String className,
int devCompType,
String devCompName,
com.sap.localization.ResourceAccessor accessor,
String descriptionKey)
throws GPInvocationException
id - application idwdCompName - name of webdynpro component name for configuration user interfacwdDevCompName - name of development component containing web dynpro configuration user interfaceclassName - class name of Java implementationdevCompType - type of development component containing Java implementationdevCompName - development component name containing Java implementationaccessor - resource accessor used to retrieved the localized descriptiondescriptionKey - description key to retrieve the localized description
InvocationException - in case of invalid arguments
GPInvocationExceptioncom.sap.caf.eu.gp.model.fnd.IClassLoadContext
public void register(IGPAppSupportRegistryItem item)
throws GPInvocationException,
GPEngineException
item - post processing application registry item
InvocationException - in case of invalid arguments
EngineException - in case of an internal error
GPInvocationException
GPEngineException
public void unregister(String id)
throws GPInvocationException,
GPEngineException
id - application id
InvocationException - in case of invalid arguments
EngineException - in case of an internal error
GPInvocationException
GPEngineException
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||