Class PersonOrPlaceAlternatedIdentifierRuleAlgorithm
java.lang.Object
com.ptc.qualitymanagement.masterdata.entity.util.PersonOrPlaceAlternatedIdentifierRuleAlgorithm
- All Implemented Interfaces:
RuleAlgorithm
Rule algorithm to default a reference to a Person or Place.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(Object[] args, WTContainerRef container) Return the first Person or Place with the Alternate Identifier provided as the first argument.
-
Method Details
-
calculate
Return the first Person or Place with the Alternate Identifier provided as the first argument. Optional second parameter is the path of the Quality.
Example: /wt.inf.container.OrgContainer=Demo Organization/wt.inf.library.WTLibrary=DivA- Specified by:
calculatein interfaceRuleAlgorithm- Parameters:
args- the arguments for the algorithmcontainer- the container to use for object lookups- Returns:
- Object
- Throws:
WTException- See Also:
-