Class DataKeyMatcher
- java.lang.Object
-
- org.alfresco.repo.forms.processor.workflow.DataKeyMatcher
-
public class DataKeyMatcher extends java.lang.ObjectUtility class used for matching data keys.- Since:
- 3.4
- Author:
- Nick Smith
-
-
Constructor Summary
Constructors Constructor Description DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataKeyInfomatch(java.lang.String dataKey)Attempts to match thedataKeyto either a property or association pattern.
-
-
-
Method Detail
-
match
public DataKeyInfo match(java.lang.String dataKey)
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.
-
-