org.alfresco.repo.forms.processor.workflow
Class DataKeyMatcher

java.lang.Object
  extended by org.alfresco.repo.forms.processor.workflow.DataKeyMatcher

public class DataKeyMatcher
extends java.lang.Object

Utility class used for matching data keys.

Since:
3.4

Constructor Summary
DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService)
           
 
Method Summary
 DataKeyInfo match(java.lang.String dataKey)
          Attempts to match the dataKey to either a property or association pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataKeyMatcher

public DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService)
Method Detail

match

public DataKeyInfo match(java.lang.String dataKey)
Attempts to match the dataKey to either a property or association pattern. If no match can be found then returns null.

Parameters:
dataKey - the dataKey to be matched.
Returns:
a DataKeyInfo representation or null.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.