-
Notifications
You must be signed in to change notification settings - Fork 5
Condition ObjectClassMatch
Søren Granfeldt edited this page Feb 19, 2017
·
1 revision
This condition type can be used to limit the scope of a flow rule to a specific object class. The matching uses regular expressions to check the objectclass.
A condition of this type could look like this -
<Condition xsi:type="ObjectClassMatch" Source="CSEntry" Pattern="^person$" />The attribute 'Source' can have the value of either 'CSEntry' or 'MVEntry' and determines whether the check is done against the Connector Space object (CSEntry) or the Metaverse object (MVEntry).
The attribute 'Pattern' holds the regular expression pattern that must be matched for the condition to return true.
Get the latest release here (https://github.com/sorengranfeldt/mare/releases)