|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.forms.processor.workflow.DataKeyMatcher
public class DataKeyMatcher
Utility class used for matching data keys.
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 |
---|
public DataKeyMatcher(org.alfresco.service.namespace.NamespaceService namespaceService)
Method Detail |
---|
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |