Class DataKeyMatcher

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

public class DataKeyMatcher extends Object
Utility class used for matching data keys.
Since:
3.4
Author:
Nick Smith
  • Constructor Details

  • Method Details

    • match

      public DataKeyInfo match(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.