Uses of Class
org.alfresco.repo.forms.processor.workflow.DataKeyInfo
Packages that use DataKeyInfo
-
Uses of DataKeyInfo in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow that return DataKeyInfoModifier and TypeMethodDescriptionstatic DataKeyInfoDataKeyInfo.makeAssociationDataKeyInfo(String dataKey, QName qName, boolean isAdd) static DataKeyInfoDataKeyInfo.makePropertyDataKeyInfo(String dataKey, QName qName) static DataKeyInfoDataKeyInfo.makeTransientAssociationDataKeyInfo(String dataKey, boolean isAdd) static DataKeyInfoDataKeyInfo.makeTransientPropertyDataKeyInfo(String dataKey) Attempts to match thedataKeyto either a property or association pattern.Methods in org.alfresco.repo.forms.processor.workflow with parameters of type DataKeyInfoModifier and TypeMethodDescriptionprotected booleanContentModelFormPersister.changeAssociation(DataKeyInfo info, FormData.FieldData fieldData)