public class DataKeyMatcher
extends java.lang.Object
| Constructor and Description |
|---|
DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService) |
| Modifier and Type | Method and Description |
|---|---|
DataKeyInfo |
match(java.lang.String dataKey)
Attempts to match the
dataKey to either a property or association pattern. |
public DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService)
public DataKeyInfo match(java.lang.String dataKey)
dataKey to either a property or association pattern.
If no match can be found then returns null.dataKey - the dataKey to be matched.DataKeyInfo representation or null.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.