Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.alfresco.repo.forms Classes and Interfaces - 72 results found.
NameDescriptionTypePackageFramework
AbstractFieldProcessorAbstract base class for all field processors.Classorg.alfresco.repo.forms.processorAlFresco
AbstractFilterAbstract base class for all Filter implementations.Classorg.alfresco.repo.forms.processorAlFresco
AbstractFormProcessorAbstract base class for all FormProcessor implementations provides a regex pattern match to test for processor applicabilityClassorg.alfresco.repo.forms.processorAlFresco
AbstractWorkflowFormProcessorAbstract base class for workflow based form processors.Classorg.alfresco.repo.forms.processor.workflowAlFresco
ActionFormProcessorThis class is a FormProcessor for actions.Classorg.alfresco.repo.forms.processor.actionAlFresco
ActionFormResultClass used purely to represent the result of an action being executed via the ActionFormProcessor.Classorg.alfresco.repo.forms.processor.actionAlFresco
ActionNonParameterFieldThis class represents a Field for an action form, which is not a parameter.Classorg.alfresco.repo.forms.processor.actionAlFresco
ActionParameterFieldThis Field implementation is a form field which represents a definedSince:4.Classorg.alfresco.repo.forms.processor.actionAlFresco
AssociationFieldDefinitionAn association field definition that can represent a source->target association or a target->source association.Classorg.alfresco.repo.formsAlFresco
AssociationFieldDefinition .DirectionClassorg.alfresco.repo.formsAlFresco
AssociationFieldProcessorFieldProcessor implementation that handles associations.Classorg.alfresco.repo.forms.processor.nodeAlFresco
ContentModelFieldDTO for a content model based Field.Classorg.alfresco.repo.forms.processor.nodeAlFresco
ContentModelFieldProcessorRegistryFieldProcessorRegistry that exclusively handles content model based field processors.Classorg.alfresco.repo.forms.processor.nodeAlFresco
ContentModelFormPersisterUtility class that assists in persisting content model related form data.Classorg.alfresco.repo.forms.processor.workflowAlFresco
ContentModelFormProcessorAbstract FormProcessor implementation that provides common functionality for form processors that deal with Alfresco content models i.Classorg.alfresco.repo.forms.processor.nodeAlFresco
ContentModelItemDataSimple data transfer object used by the ContentModelFormProcessor and itsSince:3.Classorg.alfresco.repo.forms.processor.nodeAlFresco
DataKeyInfoData transfer object that represents a data key.Classorg.alfresco.repo.forms.processor.workflowAlFresco
DataKeyMatcherUtility class used for matching data keys.Classorg.alfresco.repo.forms.processor.workflowAlFresco
DataTypeParametersInterface definition for an object used to represent any restrictions a data type may enforce.Interfaceorg.alfresco.repo.formsAlFresco
DefaultFieldBuilderHelper class for building the default fields for a form where an explicit set of fields was not provided.Classorg.alfresco.repo.forms.processor.nodeAlFresco
DefaultFieldProcessorDefault FieldProcessor implementation, used when an explicit FieldProcessor can not be located.Classorg.alfresco.repo.forms.processor.nodeAlFresco
EncodingFieldProcessorFieldProcessor implementation representing the encoding transient field.Classorg.alfresco.repo.forms.processor.nodeAlFresco
ExtendedFieldBuilderA custom field-builder, which escapes multi-valued String-properties.Classorg.alfresco.repo.forms.processor.workflowAlFresco
ExtendedPropertyFieldProcessorPropertyFieldProcessor that allows certain properties to have their values escaped, prior to joining them using comma's to use as form-field data.Classorg.alfresco.repo.forms.processor.workflowAlFresco
FieldInterface defining a field in a Form.Classorg.alfresco.repo.formsAlFresco
FieldDefinitionAbstract representation of a field defintion.Classorg.alfresco.repo.formsAlFresco
FieldGroupRepresents a field groupAuthor:Gavin CornwellClassorg.alfresco.repo.formsAlFresco
FieldProcessorInterface definition for a field processor.Interfaceorg.alfresco.repo.forms.processorAlFresco
FieldProcessorRegistryHolds a FieldProcessor implementation for the fields that can be processed bySince:3.Classorg.alfresco.repo.forms.processorAlFresco
FieldTypeEnum representing the various types of fields.Classorg.alfresco.repo.forms.processor.workflowAlFresco
FieldUtilsUtility class to assist in creating Fields which represent PropertyDefinitions andClassorg.alfresco.repo.forms.processor.nodeAlFresco
FilterInterface definition for a filter which is called before and after a form is generated and persisted.Interfaceorg.alfresco.repo.forms.processorAlFresco
FilteredFormProcessorAbstract base class for all FormProcessor implementations that wish to use the filter mechanism.Classorg.alfresco.repo.forms.processorAlFresco
FilterRegistryHolds a list of filters for a type of form processor.Classorg.alfresco.repo.forms.processorAlFresco
FormData representation of a form to be displayed in the UI.Classorg.alfresco.repo.formsAlFresco
FormCreationDataInterface definition for a simple DTO containing various objects needed to generate Forms.Interfaceorg.alfresco.repo.forms.processorAlFresco
FormCreationDataImplSimple DTO containing various objects needed to generate Forms.Classorg.alfresco.repo.forms.processorAlFresco
FormDataRepresents the data going to or coming from a Form.Classorg.alfresco.repo.formsAlFresco
FormExceptionException used by the Form servicesAuthor:Gavin CornwellSee Also:Serialized FormClassorg.alfresco.repo.formsAlFresco
FormFieldConstantsInterfaceorg.alfresco.repo.forms.processor.nodeAlFresco
FormNotFoundExceptionException used by the Form service when a form can not be found for the given itemAuthor:Gavin CornwellSee Also:Serialized FormClassorg.alfresco.repo.formsAlFresco
FormPersisterInterface definition for a helper class that handles persisting form data.Interfaceorg.alfresco.repo.forms.processorAlFresco
FormPersisterInterface definition for a helper class that handles persisting form data.Interfaceorg.alfresco.repo.forms.processor.workflowAlFresco
FormProcessorInterface definition of a form processor which is responsible for generating a Form representation of a data source, for example aInterfaceorg.alfresco.repo.forms.processorAlFresco
FormProcessorRegistryHolds a FormProcessor implementation for each of the types of form that can be processed.Classorg.alfresco.repo.forms.processorAlFresco
FormService This service API is designed to support the public facing Form APIsAuthor:Gavin CornwellInterfaceorg.alfresco.repo.formsAlFresco
FormServiceImplForm Service Implementation.Classorg.alfresco.repo.formsAlFresco
ItemRepresents an item a form is generated for.Classorg.alfresco.repo.formsAlFresco
JSPropertyExtractorClassorg.alfresco.repo.forms.scriptAlFresco
MessageFieldProcessorTransient field processor for the "message" property.Classorg.alfresco.repo.forms.processor.workflowAlFresco
MimetypeFieldProcessorFieldProcessor implementation representing the mimetype transient field.Classorg.alfresco.repo.forms.processor.nodeAlFresco
MockFieldProcessorRegistryMock implementation of a FieldProcessorRegistry.Classorg.alfresco.repo.forms.processor.nodeAlFresco
NodeFormProcessorFormProcessor implementation that can generate and persist Form objects forAuthor:Gavin Cornwell, Nick SmithClassorg.alfresco.repo.forms.processor.nodeAlFresco
PackageItemsFieldProcessorFieldProcessor for handling package contents when displaying Workflow and Task Forms.Classorg.alfresco.repo.forms.processor.workflowAlFresco
PeriodDataTypeParametersRepresents the parameters for the period data type.Classorg.alfresco.repo.forms.processor.nodeAlFresco
PropertyFieldDefinitionA property field definition.Classorg.alfresco.repo.formsAlFresco
PropertyFieldDefinition .FieldConstraintClassorg.alfresco.repo.formsAlFresco
PropertyFieldProcessorFieldProcessor implementation that handles properties.Classorg.alfresco.repo.forms.processor.nodeAlFresco
QNameFieldProcessorFieldProcessor implementation that handles QName fields.Classorg.alfresco.repo.forms.processor.nodeAlFresco
ScriptFieldDefinitionFieldDefinition JavaScript Object.Classorg.alfresco.repo.forms.scriptAlFresco
ScriptFormForm JavaScript Object.Classorg.alfresco.repo.forms.scriptAlFresco
ScriptFormDataFormData JavaScript Object.Classorg.alfresco.repo.forms.scriptAlFresco
ScriptFormServiceScript object representing the form service.Classorg.alfresco.repo.forms.scriptAlFresco
SizeFieldProcessorFieldProcessor implementation representing the size transient field.Classorg.alfresco.repo.forms.processor.nodeAlFresco
TaskFormPersisterHelper class that persists a form, transitioning the task if requested.Classorg.alfresco.repo.forms.processor.workflowAlFresco
TaskFormProcessorFormProcessor implementation for workflow tasks.Classorg.alfresco.repo.forms.processor.workflowAlFresco
TaskOwnerFieldProcessorTransient field processor for the "taskOwner" property.Classorg.alfresco.repo.forms.processor.workflowAlFresco
TransientFieldProcessorAbstract base class for all transient FieldProcessors.Classorg.alfresco.repo.forms.processor.nodeAlFresco
TransientValueGetterInterface definition for an object that retrieves a transient filed value.Interfaceorg.alfresco.repo.forms.processor.nodeAlFresco
TransitionFieldProcessorFieldProcessor for handling the transitions of a workflow task.Classorg.alfresco.repo.forms.processor.workflowAlFresco
TypedPropertyValueGetterUtility class that retrieves the appropriately typed value for a property.Classorg.alfresco.repo.forms.processor.workflowAlFresco
TypeFormProcessorFormProcessor implementation that can generate and persist Form objects for types in the Alfresco content model.Classorg.alfresco.repo.forms.processor.nodeAlFresco