Package | Description |
---|---|
org.alfresco.repo.forms.processor | |
org.alfresco.repo.forms.processor.node | |
org.alfresco.repo.forms.processor.workflow |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldProcessor<Data>
Abstract base class for all field processors.
|
Modifier and Type | Method and Description |
---|---|
FieldProcessor |
FieldProcessorRegistry.get(String key)
Returns the
FieldProcessor that was registered witht he specified key. |
protected FieldProcessor |
FieldProcessorRegistry.getFieldProcessor(String fieldName)
Returns a FieldProcessor for the given field name.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldProcessorRegistry.register(String key,
FieldProcessor processor)
Registers a
FieldProcessor with this registry using the specified key. |
void |
FieldProcessorRegistry.setDefaultProcessor(FieldProcessor defaultProcessor)
Sets the default field processor instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationFieldProcessor
FieldProcessor implementation that handles associations. |
class |
DefaultFieldProcessor
Default
FieldProcessor implementation, used when an explicit FieldProcessor can not be located. |
class |
EncodingFieldProcessor
FieldProcessor implementation representing the encoding transient field. |
class |
MimetypeFieldProcessor
FieldProcessor implementation representing the mimetype transient field. |
class |
PropertyFieldProcessor
FieldProcessor implementation that handles properties. |
class |
QNameFieldProcessor<Type extends org.alfresco.service.cmr.dictionary.ClassAttributeDefinition>
FieldProcessor implementation that handles QName fields. |
class |
SizeFieldProcessor
FieldProcessor implementation representing the size transient field. |
class |
TransientFieldProcessor
Abstract base class for all transient
FieldProcessor s. |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedPropertyFieldProcessor
PropertyFieldProcessor that allows certain properties to have their values escaped,
prior to joining them using comma's to use as form-field data. |
class |
MessageFieldProcessor
Transient field processor for the "message" property.
|
class |
PackageItemsFieldProcessor
FieldProcessor for handling package contents when displaying Workflow and Task Forms. |
class |
TaskOwnerFieldProcessor
Transient field processor for the "taskOwner" property.
|
class |
TransitionFieldProcessor
FieldProcessor for handling the transitions of a workflow task. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.