Class LifeCycleTemplateAttributeAlgorithm
java.lang.Object
com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm
- All Implemented Interfaces:
RuleAlgorithm
Returns a
Supported API: true
Extendable: false
LifeCycleTemplate with the name supplied
in the data.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(Object[] args, WTContainerRef container) Execute the algorithm using the specified arguments.
-
Method Details
-
calculate
public Object calculate(Object[] args, WTContainerRef container) throws LifeCycleException, WTException Execute the algorithm using the specified arguments. Return the result.
Supported API: true- Specified by:
calculatein interfaceRuleAlgorithm- Parameters:
args- the arguments for the algorithmcontainer- the container to use for object lookups- Returns:
- Object
- Throws:
WTExceptionLifeCycleException
-