Uses of Class
org.alfresco.repo.forms.processor.AbstractFieldProcessor
-
Packages that use AbstractFieldProcessor Package Description org.alfresco.repo.forms.processor.node org.alfresco.repo.forms.processor.workflow -
-
Uses of AbstractFieldProcessor in org.alfresco.repo.forms.processor.node
Subclasses of AbstractFieldProcessor in org.alfresco.repo.forms.processor.node Modifier and Type Class Description classAssociationFieldProcessorFieldProcessorimplementation that handles associations.classDefaultFieldProcessorDefaultFieldProcessorimplementation, used when an explicit FieldProcessor can not be located.classEncodingFieldProcessorFieldProcessorimplementation representing theencodingtransient field.classMimetypeFieldProcessorFieldProcessorimplementation representing themimetypetransient field.classPropertyFieldProcessorFieldProcessorimplementation that handles properties.classQNameFieldProcessor<Type extends org.alfresco.service.cmr.dictionary.ClassAttributeDefinition>FieldProcessorimplementation that handles QName fields.classSizeFieldProcessorFieldProcessorimplementation representing thesizetransient field.classTransientFieldProcessorAbstract base class for all transientFieldProcessors. -
Uses of AbstractFieldProcessor in org.alfresco.repo.forms.processor.workflow
Subclasses of AbstractFieldProcessor in org.alfresco.repo.forms.processor.workflow Modifier and Type Class Description classExtendedPropertyFieldProcessorPropertyFieldProcessorthat allows certain properties to have their values escaped, prior to joining them using comma's to use as form-field data.classMessageFieldProcessorTransient field processor for the "message" property.classPackageItemsFieldProcessorFieldProcessorfor handling package contents when displaying Workflow and Task Forms.classTaskOwnerFieldProcessorTransient field processor for the "taskOwner" property.classTransitionFieldProcessorFieldProcessorfor handling the transitions of a workflow task.
-