public class DataKeyMatcher extends Object
Constructor and Description |
---|
DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService) |
Modifier and Type | Method and Description |
---|---|
DataKeyInfo |
match(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(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–2017 Alfresco Software. All rights reserved.