com.ptc.core.foundation.lifecycle.server.impl
Class LifeCycleTemplateAttributeAlgorithm
java.lang.Object
com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm
- All Implemented Interfaces:
- RuleAlgorithm
public class LifeCycleTemplateAttributeAlgorithm
- extends Object
- implements RuleAlgorithm
Returns a LifeCycleTemplate with the name supplied
in the data.
Supported API: true
Extendable: false
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
calculate
public Object calculate(Object[] args,
WTContainerRef container)
throws WTException
- Execute the algorithm using the specified arguments. Return the result.
Supported API: true
- Specified by:
calculate in interface RuleAlgorithm
- Parameters:
args - the arguments for the algorithmcontainer - the container to use for object lookups
- Returns:
- Object
- Throws:
WTException