Package com.ptc.core.rule.server.impl
Class GetServerAssignedConstraint
java.lang.Object
com.ptc.core.rule.server.impl.GetServerAssignedConstraint
- All Implemented Interfaces:
RuleAlgorithm
Input Parameter of the algorithm: null
Return value of the algorithm: The RuleConstraintWrapper object that
the string value contains SERVER_ASSIGNED_CONSTRAINT and Serializable set to null.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(Object[] args, WTContainerRef container) Execute the algorithm using the specified arguments.
-
Method Details
-
calculate
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:
WTException
-