Package com.ibm.di.config.interfaces
Interface CallParamConfig
-
- All Superinterfaces:
BaseConfiguration
,java.io.Serializable
- All Known Implementing Classes:
CallParamConfigImpl
public interface CallParamConfig extends BaseConfiguration
Deprecated.This interface is no longer used, we use TaskCallBlock instead.Specifies the basic methods for configuring a CallParamConfig object- See Also:
TaskCallBlock
-
-
Field Summary
-
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getSyntax()
Deprecated.Gets the syntax attribute of the CallParamConfig objectjava.lang.String
getTargetAttributeName()
Deprecated.Gets the targetAttributeName attribute of the CallParamConfig objectvoid
setSyntax(java.lang.String value)
Deprecated.Gets the syntax of the call parameter.void
setTargetAttributeName(java.lang.String targetAttributeName)
Deprecated.Sets the targetAttributeName attribute of the CallParamConfig object-
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
-
-
-
-
Method Detail
-
getTargetAttributeName
java.lang.String getTargetAttributeName()
Deprecated.Gets the targetAttributeName attribute of the CallParamConfig object- Returns:
- The targetAttributeName value
-
setTargetAttributeName
void setTargetAttributeName(java.lang.String targetAttributeName)
Deprecated.Sets the targetAttributeName attribute of the CallParamConfig object- Parameters:
targetAttributeName
- The new targetAttributeName value
-
getSyntax
java.lang.String getSyntax()
Deprecated.Gets the syntax attribute of the CallParamConfig object- Returns:
- The defaultValue value
-
setSyntax
void setSyntax(java.lang.String value)
Deprecated.Gets the syntax of the call parameter.- Parameters:
value
- The new syntax, e.g. "java.lang.String".
-
-