Uses of Class
org.alfresco.repo.forms.processor.workflow.DataKeyInfo
-
Packages that use DataKeyInfo Package Description org.alfresco.repo.forms.processor.workflow -
-
Uses of DataKeyInfo in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow that return DataKeyInfo Modifier and Type Method Description static DataKeyInfoDataKeyInfo. makeAssociationDataKeyInfo(java.lang.String dataKey, org.alfresco.service.namespace.QName qName, boolean isAdd)static DataKeyInfoDataKeyInfo. makePropertyDataKeyInfo(java.lang.String dataKey, org.alfresco.service.namespace.QName qName)static DataKeyInfoDataKeyInfo. makeTransientAssociationDataKeyInfo(java.lang.String dataKey, boolean isAdd)static DataKeyInfoDataKeyInfo. makeTransientPropertyDataKeyInfo(java.lang.String dataKey)DataKeyInfoDataKeyMatcher. match(java.lang.String dataKey)Attempts to match thedataKeyto either a property or association pattern.Methods in org.alfresco.repo.forms.processor.workflow with parameters of type DataKeyInfo Modifier and Type Method Description protected booleanContentModelFormPersister. changeAssociation(DataKeyInfo info, FormData.FieldData fieldData)
-