Uses of Class
org.alfresco.repo.dictionary.M2NamedValue
-
Packages that use M2NamedValue Package Description org.alfresco.repo.dictionary -
-
Uses of M2NamedValue in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return M2NamedValue Modifier and Type Method Description M2NamedValue
M2Constraint. createParameter(java.lang.String name, java.lang.String simpleValue)
M2NamedValue
M2Constraint. createParameter(java.lang.String name, java.util.List<java.lang.String> listValue)
Methods in org.alfresco.repo.dictionary that return types with arguments of type M2NamedValue Modifier and Type Method Description java.util.List<M2NamedValue>
M2Constraint. getParameters()
-