| Interface | Description |
|---|---|
| FormPropertyDefinitionContainer |
Interface describing a container that can hold an ordered collection of
form-property definitions.
|
| Class | Description |
|---|---|
| BooleanPropertyDefinition |
A form-property with a value that is represented as a boolean.
|
| DatePropertyDefinition |
A form-property with a value that is represented as a date.
|
| FormDefinition |
A
HumanStepDefinition (or other) can have a form associated with it
that a user must complete to continue the workflow. |
| FormPropertyDefinition |
Defines one property in a
FormDefinition. |
| FormPropertyGroup |
A group of
FormPropertyDefinitions which belong together. |
| ListPropertyDefinition |
A form-property with a value that is represented as single item selected
from a list of possible values.
|
| ListPropertyEntry |
Single entry of possible values available in a
ListPropertyDefinition. |
| NumberPropertyDefinition |
A form-property with a value that is represented as a number.
|
| ReferencePropertyDefinition |
A form-property with a value that represents a reference to another entity.
|
| TextPropertyDefinition |
A form-property with a value that is represented as a simple text.
|
Copyright © 2016 Alfresco. All rights reserved.