Uses of Interface
org.alfresco.repo.forms.processor.node.TransientValueGetter
-
Packages that use TransientValueGetter Package Description org.alfresco.repo.forms.processor.node -
-
Uses of TransientValueGetter in org.alfresco.repo.forms.processor.node
Classes in org.alfresco.repo.forms.processor.node that implement TransientValueGetter Modifier and Type Class Description classContentModelItemData<ItemType>Simple data transfer object used by the ContentModelFormProcessor and its descendants.Methods in org.alfresco.repo.forms.processor.node that return types with arguments of type TransientValueGetter Modifier and Type Method Description protected java.lang.Class<TransientValueGetter>TransientFieldProcessor. getExpectedDataType()Methods in org.alfresco.repo.forms.processor.node with parameters of type TransientValueGetter Modifier and Type Method Description protected FieldTransientFieldProcessor. generateTypedField(java.lang.String fieldName, FormCreationData formData, TransientValueGetter typedData)protected java.lang.ObjectTransientFieldProcessor. getValue(java.lang.String fieldName, TransientValueGetter data)
-