com.sap.caf.eu.gp.forms.api

Interface IGPAppSupportRegistry


public interface IGPAppSupportRegistry

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

create

public IGPAppSupportRegistryItem create(String id,
                                        String wdCompName,
                                        String wdDevCompName,
                                        String className,
                                        int devCompType,
                                        String devCompName,
                                        com.sap.localization.ResourceAccessor accessor,
                                        String descriptionKey)
                                 throws GPInvocationException
Create new post processing application registry item.

Parameters:
id - application id
wdCompName - name of webdynpro component name for configuration user interfac
wdDevCompName - name of development component containing web dynpro configuration user interface
className - class name of Java implementation
devCompType - type of development component containing Java implementation
devCompName - development component name containing Java implementation
accessor - resource accessor used to retrieved the localized description
descriptionKey - description key to retrieve the localized description
Returns:
application support registry item
Throws:
InvocationException - in case of invalid arguments
GPInvocationException
See Also:
com.sap.caf.eu.gp.model.fnd.IClassLoadContext

register

public void register(IGPAppSupportRegistryItem item)
              throws GPInvocationException,
                     GPEngineException
Register new post processing application.

Parameters:
item - post processing application registry item
Throws:
InvocationException - in case of invalid arguments
EngineException - in case of an internal error
GPInvocationException
GPEngineException

unregister

public void unregister(String id)
                throws GPInvocationException,
                       GPEngineException
Unregister post processing application.

Parameters:
id - application id
Throws:
InvocationException - in case of invalid arguments
EngineException - in case of an internal error
GPInvocationException
GPEngineException


Copyright 2006 SAP AG Complete Copyright Notice