Uses of Interface
org.alfresco.repo.forms.processor.FieldProcessor
-
Packages that use FieldProcessor Package Description org.alfresco.repo.forms.processor org.alfresco.repo.forms.processor.node org.alfresco.repo.forms.processor.workflow -
-
Uses of FieldProcessor in org.alfresco.repo.forms.processor
Classes in org.alfresco.repo.forms.processor that implement FieldProcessor Modifier and Type Class Description classAbstractFieldProcessor<Data>Abstract base class for all field processors.Methods in org.alfresco.repo.forms.processor that return FieldProcessor Modifier and Type Method Description FieldProcessorFieldProcessorRegistry. get(java.lang.String key)Returns theFieldProcessorthat was registered witht he specified key.protected FieldProcessorFieldProcessorRegistry. getFieldProcessor(java.lang.String fieldName)Returns a FieldProcessor for the given field name.Methods in org.alfresco.repo.forms.processor with parameters of type FieldProcessor Modifier and Type Method Description voidFieldProcessorRegistry. register(java.lang.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 FieldProcessor 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 FieldProcessor in org.alfresco.repo.forms.processor.workflow
Classes in org.alfresco.repo.forms.processor.workflow that implement FieldProcessor 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.
-