isAttributeSupported(String attributeName) Indicates whether the task supports a given attribute name
Parameters: attributeName - the name of the attribute.
Execute the script.
This is called by the script instance to execute the script for this
definition.
Parameters: attributes - collection of attributes Parameters: elements - a list of nested element values. Parameters: instance - the script instance; can be null
isAttributeSupported
public boolean isAttributeSupported(String attributeName)(Code)
Indicates whether the task supports a given attribute name
Parameters: attributeName - the name of the attribute. true if the attribute is supported by the script.