|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Returns meta information about technical callable object implementation. The description includes:
| Method Summary | |
IGPConfigAttributeInfo |
addConfigurationAttribute(String name)
Adds a new configuration attribute with specified name with type string |
IGPConfigAttributeInfo |
addConfigurationAttribute(String name,
int type)
Adds a new configuration attribute with specified name and type |
IGPExceptionInfo |
addProcessException(String exceptionName)
Adds a process exception for the callable object |
IGPCOResultStateInfo |
addResultState(String resultStateName)
Add a results state for the callable object |
Collection |
getConfigurationAttributes()
Returns all configuration attribute definitions |
Collection |
getExceptions()
Rturns all the process exception definitions |
IGPStructureInfo |
getInputStructureInfo()
Returns mutable input parameters definition. |
IGPStructureInfo |
getOutputStructureInfo()
Returns mutable output paramters definition. |
Collection |
getResultStates()
Returns all result state definitions |
boolean |
isAdditionalInputParamAllowed()
Determines whether or not the implementation accepts additional input parameters. |
boolean |
isAdditionalOutputParamAllowed()
Determines whether or not the implementation accepts additional output parameters. |
void |
setAdditionalInputParamAllowed(boolean isAllowed)
Speciefies whether or not the implementation accepts additional input parameters. |
void |
setAdditionalOutputParamAllowed(boolean isAllowed)
Speciefies whether or not the implementation accepts additional output parameters. |
void |
setDescriptionKey(String descriptionKey)
Sets the key for the localized description of the callable object |
void |
setNameKey(String nameKey)
Set the key for the localized name of the callable object |
void |
setResourceAccessor(IGPResourceAccessor resourceAccessor)
Sets the resource accessor for the callable object |
| Method Detail |
public IGPStructureInfo getInputStructureInfo()
public IGPStructureInfo getOutputStructureInfo()
public IGPConfigAttributeInfo addConfigurationAttribute(String name)
name - the name of the attribute
public IGPConfigAttributeInfo addConfigurationAttribute(String name, int type)
name - the name of the configuration attributetype - the type of the configuration attribute
public Collection getConfigurationAttributes()
IGPConfigAttributeInfopublic IGPCOResultStateInfo addResultState(String resultStateName)
resultStateName - the name of the result state
public Collection getResultStates()
IResultStateInfopublic IGPExceptionInfo addProcessException(String exceptionName)
exceptionName - the name of the process exception
public Collection getExceptions()
IGPExceptionInfopublic void setResourceAccessor(IGPResourceAccessor resourceAccessor)
resourceAccessor - public void setNameKey(String nameKey)
nameKey - public void setDescriptionKey(String descriptionKey)
descriptionKey - public boolean isAdditionalInputParamAllowed()
public void setAdditionalInputParamAllowed(boolean isAllowed)
isAllowed - whether or not additional input parameters
are allowedpublic boolean isAdditionalOutputParamAllowed()
public void setAdditionalOutputParamAllowed(boolean isAllowed)
isAllowed - whether or not additional output parameters
are allowed
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||