Uses of Interface
org.alfresco.repo.forms.processor.FieldProcessor
Packages that use FieldProcessor
Package
Description
-
Uses of FieldProcessor in org.alfresco.repo.forms.processor
Classes in org.alfresco.repo.forms.processor that implement FieldProcessorModifier and TypeClassDescriptionclassAbstractFieldProcessor<Data>Abstract base class for all field processors.Methods in org.alfresco.repo.forms.processor that return FieldProcessorModifier and TypeMethodDescriptionReturns theFieldProcessorthat was registered witht he specified key.protected FieldProcessorFieldProcessorRegistry.getFieldProcessor(String fieldName) Returns a FieldProcessor for the given field name.Methods in org.alfresco.repo.forms.processor with parameters of type FieldProcessorModifier and TypeMethodDescriptionvoidFieldProcessorRegistry.register(String key, FieldProcessor processor) Registers aFieldProcessorwith this registry using the specified key.voidFieldProcessorRegistry.setDefaultProcessor(FieldProcessor defaultProcessor) Sets the default field processor instance. -
Uses of FieldProcessor in org.alfresco.repo.forms.processor.node
Classes in org.alfresco.repo.forms.processor.node that implement FieldProcessorModifier and TypeClassDescriptionclassFieldProcessorimplementation that handles associations.classDefaultFieldProcessorimplementation, used when an explicit FieldProcessor can not be located.classFieldProcessorimplementation representing theencodingtransient field.classFieldProcessorimplementation representing themimetypetransient field.classFieldProcessorimplementation that handles properties.classQNameFieldProcessor<Type extends ClassAttributeDefinition>FieldProcessorimplementation that handles QName fields.classFieldProcessorimplementation representing thesizetransient field.classAbstract base class for all transientFieldProcessors. -
Uses of FieldProcessor in org.alfresco.repo.forms.processor.workflow
Classes in org.alfresco.repo.forms.processor.workflow that implement FieldProcessorModifier and TypeClassDescriptionclassPropertyFieldProcessorthat allows certain properties to have their values escaped, prior to joining them using comma's to use as form-field data.classTransient field processor for the "message" property.classFieldProcessorfor handling package contents when displaying Workflow and Task Forms.classTransient field processor for the "taskOwner" property.classFieldProcessorfor handling the transitions of a workflow task.