Class DataKeyMatcher
java.lang.Object
org.alfresco.repo.forms.processor.workflow.DataKeyMatcher
Utility class used for matching data keys.
- Since:
- 3.4
- Author:
- Nick Smith
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttempts to match thedataKeyto either a property or association pattern.
-
Constructor Details
-
DataKeyMatcher
-
-
Method Details
-
match
Attempts to match thedataKeyto either a property or association pattern. If no match can be found then returnsnull.- Parameters:
dataKey- the dataKey to be matched.- Returns:
- a
DataKeyInforepresentation ornull.
-