RMS.Approval.getMatchingImplementation()

Signature

String getMatchingImplementation(Object implList, String implPath)

Domain

action

Description

Returns a string representation of the requested implementation in this decision project

Parameters

NameTypeDescription
implsListObjectThe list of Implementation objects in the project
implPathStringthe full path of the implementation to search.

Returns

None.

See Also

DecisionProject

Example


Object impl = getMatchingImplementation(implsList, "/RuleFunctions/VRF:Test");