com.sap.caf.eu.gp.co.type.api

Interface IGPCallableObjectTypeManager


public interface IGPCallableObjectTypeManager


Method Summary
 IGPCallableObjectType createCallableObjectType(String typeName, String iconName, boolean flagIsBackground, String defaultPermission, String wdComponentName, String wdDevComponentName, int containerType, String containerCompName, String containerDevCompName, String containerJNIName, ResourceAccessor accessor, String textKey, String descriptionKey, boolean requiresInputScreen, boolean requiresOutputScreen, boolean requiresConfigScreen, boolean isServicePattern)
          Creates a CallableObjectType
 IGPCallableObjectType createCallableObjectType(String typeName, String iconName, boolean flagIsBackground, String defaultPermission, String wdComponentName, String wdDevComponentName, int containerType, String containerCompName, String containerDevCompName, String containerJNIName, ResourceAccessor accessor, String textKey, String descriptionKey, boolean requiresInputScreen, boolean requiresOutputScreen, boolean requiresConfigScreen, boolean isServicePattern, boolean isVisible)
          Deprecated. use method without isVisible parameter
 IGPCallableObjectType getCallableObjectType(String callableObjectTypeName)
           
 IGPCallableObjectType[] listCallableObjectTypes()
           
 void registerCallableObjectType(IGPCallableObjectType callableObjectType)
           
 void unregisterCallableObjectType(String callableObjectTypeName)
           
 

Method Detail

createCallableObjectType

IGPCallableObjectType createCallableObjectType(String typeName,
                                               String iconName,
                                               boolean flagIsBackground,
                                               String defaultPermission,
                                               String wdComponentName,
                                               String wdDevComponentName,
                                               int containerType,
                                               String containerCompName,
                                               String containerDevCompName,
                                               String containerJNIName,
                                               ResourceAccessor accessor,
                                               String textKey,
                                               String descriptionKey,
                                               boolean requiresInputScreen,
                                               boolean requiresOutputScreen,
                                               boolean requiresConfigScreen,
                                               boolean isServicePattern,
                                               boolean isVisible)
Deprecated. use method without isVisible parameter

Creates a CallableObjectType

Parameters:
typeName: - Identifier of Type, must not be null
Returns:
IGPCallableObjectType, null if typeName is invalid.

createCallableObjectType

IGPCallableObjectType createCallableObjectType(String typeName,
                                               String iconName,
                                               boolean flagIsBackground,
                                               String defaultPermission,
                                               String wdComponentName,
                                               String wdDevComponentName,
                                               int containerType,
                                               String containerCompName,
                                               String containerDevCompName,
                                               String containerJNIName,
                                               ResourceAccessor accessor,
                                               String textKey,
                                               String descriptionKey,
                                               boolean requiresInputScreen,
                                               boolean requiresOutputScreen,
                                               boolean requiresConfigScreen,
                                               boolean isServicePattern)
Creates a CallableObjectType

Parameters:
typeName: - Identifier of Type, must not be null
Returns:
IGPCallableObjectType, null if typeName is invalid.

registerCallableObjectType

void registerCallableObjectType(IGPCallableObjectType callableObjectType)
                                throws GPInvocationException
Throws:
GPInvocationException

unregisterCallableObjectType

void unregisterCallableObjectType(String callableObjectTypeName)
                                  throws GPInvocationException
Throws:
GPInvocationException

getCallableObjectType

IGPCallableObjectType getCallableObjectType(String callableObjectTypeName)
                                            throws GPEngineException,
                                                   GPInvocationException
Throws:
GPEngineException
GPInvocationException

listCallableObjectTypes

IGPCallableObjectType[] listCallableObjectTypes()
                                                throws GPEngineException
Throws:
GPEngineException


Copyright 2009 SAP AG Complete Copyright Notice