jbpm-form-modeler-api 1.0-SNAPSHOT
A B C D E F G H I L M N O P R S T W

A

acceptsPropertyName(String) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Determine if given property name is accepted by this handler.
add(Object) - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
 
addFieldToForm(Form, FieldType) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
addFieldToForm(Form, String, FieldType, I18nSet) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
addFieldToForm(Form, String, FieldType, I18nSet, String) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
asMap() - Method in class org.jbpm.formModeler.api.model.Field
 
asMap() - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
Deprecated.  
ATTR_INTERPRETER - Static variable in interface org.jbpm.formModeler.api.processing.FormProcessor
 

B

beanManager - Static variable in class org.jbpm.formModeler.api.util.helpers.CDIHelper
The bean manager.
BindingManager - Interface in org.jbpm.formModeler.api.processing
 
buildList() - Method in class org.jbpm.formModeler.api.config.builders.DecoratorFieldTypeBuilder
 
buildList() - Method in interface org.jbpm.formModeler.api.config.builders.FieldTypeBuilder
 
buildList() - Method in class org.jbpm.formModeler.api.config.builders.SimpleFieldTypeBuilder
 

C

CALCULATED_RANGE_FORMULAS - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 
CALCULATED_RANGE_FORMULAS_LANG - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 
CDIHelper - Class in org.jbpm.formModeler.api.util.helpers
 
CDIHelper() - Constructor for class org.jbpm.formModeler.api.util.helpers.CDIHelper
 
changeFieldPosition(Form, int, int, boolean, boolean) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
clear(Long, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Clears status data for given form id.
clear() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
clearField(Long, String, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Clear a field value.
clearFieldErrors(Form, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Remove field errors that might be in this formStatus.
cloneForm(Long) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
cloneForm(Form) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
compare(Object, Object) - Method in class org.jbpm.formModeler.api.model.Field.Comparator
 
compareTo(Object) - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
compareTo(Field) - Method in class org.jbpm.formModeler.api.model.Field
 
compareTo(Object) - Method in class org.jbpm.formModeler.api.model.Form
 
compareTo(Object) - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
 
compareTo(Object) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
containsFormField(String) - Method in class org.jbpm.formModeler.api.model.Form
 
createForm(String) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
createForm(String, String, String, Long) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
CUSTOM_NAMESPACE_SEPARATOR - Static variable in interface org.jbpm.formModeler.api.processing.FormProcessor
 

D

DataFieldHolder - Class in org.jbpm.formModeler.api.model
 
DataFieldHolder(DataHolder, String, String) - Constructor for class org.jbpm.formModeler.api.model.DataFieldHolder
 
DataHolder - Interface in org.jbpm.formModeler.api.model
 
DecoratorFieldTypeBuilder - Class in org.jbpm.formModeler.api.config.builders
 
DecoratorFieldTypeBuilder() - Constructor for class org.jbpm.formModeler.api.config.builders.DecoratorFieldTypeBuilder
 
DEFAULT_NAMESPACE - Static variable in interface org.jbpm.formModeler.api.processing.FormProcessor
 
degradeField(Form, int, int, boolean, boolean) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
deleteField(Form, int) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
deleteForm(Form) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
DISPLAY_MODE_ALIGNED - Static variable in class org.jbpm.formModeler.api.model.Form
 
DISPLAY_MODE_DEFAULT - Static variable in class org.jbpm.formModeler.api.model.Form
 
DISPLAY_MODE_NONE - Static variable in class org.jbpm.formModeler.api.model.Form
 
DISPLAY_MODE_TEMPLATE - Static variable in class org.jbpm.formModeler.api.model.Form
 
DO_THE_ITEM_ADD - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 
duplicateForm(Long, String, String, Long) - Method in interface org.jbpm.formModeler.api.config.FormManager
 

E

EDIT_FIELD_POSITIONS - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 
EDIT_FIELD_PREVIOUS_VALUES - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 
EditorHelper - Class in org.jbpm.formModeler.api.util.helpers
 
EditorHelper() - Constructor for class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
entrySet() - Method in class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
entrySet() - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
 
equals(Object) - Method in class org.jbpm.formModeler.api.model.Field
 
equals(Object) - Method in class org.jbpm.formModeler.api.model.FieldType
 
equals(Object) - Method in class org.jbpm.formModeler.api.model.Form
 
equals(Object) - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
existBinding(DataHolder, String) - Method in class org.jbpm.formModeler.api.model.Form
 
EXPANDED_FIELDS - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 

F

Field - Class in org.jbpm.formModeler.api.model
Definition of a Form Field.
Field() - Constructor for class org.jbpm.formModeler.api.model.Field
 
Field.Comparator - Class in org.jbpm.formModeler.api.model
 
Field.Comparator() - Constructor for class org.jbpm.formModeler.api.model.Field.Comparator
 
FIELD_FORMAT - Static variable in interface org.jbpm.formModeler.api.processing.formRendering.FormTemplateHelper
 
FieldHandler - Interface in org.jbpm.formModeler.api.processing
 
FieldType - Class in org.jbpm.formModeler.api.model
 
FieldType() - Constructor for class org.jbpm.formModeler.api.model.FieldType
 
FieldTypeBuilder<T> - Interface in org.jbpm.formModeler.api.config.builders
 
FieldTypeManager - Interface in org.jbpm.formModeler.api.config
 
flushPendingCalculations(Form, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Calculates all formulas for given form.
forceWrongField(Form, String, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Mark a field as wrong
Form - Class in org.jbpm.formModeler.api.model
 
Form() - Constructor for class org.jbpm.formModeler.api.model.Form
 
FORM_MODE - Static variable in interface org.jbpm.formModeler.api.processing.FormProcessor
 
FormDisplayInfo - Class in org.jbpm.formModeler.api.model
 
FormDisplayInfo(String, String, String) - Constructor for class org.jbpm.formModeler.api.model.FormDisplayInfo
 
FormDisplayInfo() - Constructor for class org.jbpm.formModeler.api.model.FormDisplayInfo
 
FormManager - Interface in org.jbpm.formModeler.api.config
 
FormProcessor - Interface in org.jbpm.formModeler.api.processing
A FormProcessor is a class that handles a form submission.
FormSerializationManager - Interface in org.jbpm.formModeler.api.config
 
FORMSTATUS_HIDDEN - Static variable in interface org.jbpm.formModeler.api.config.FormManager
 
FORMSTATUS_NORMAL - Static variable in interface org.jbpm.formModeler.api.config.FormManager
 
FormStatusData - Interface in org.jbpm.formModeler.api.processing
A FormStatusData is used to check the status of a form and it's fields values, errors...
FormTemplateHelper - Interface in org.jbpm.formModeler.api.processing.formRendering
 

G

generateBindingStr(String, String) - Method in class org.jbpm.formModeler.api.model.Form
 
generateBindingStr(DataHolder, String) - Method in class org.jbpm.formModeler.api.model.Form
 
generateFormXML(Form) - Method in interface org.jbpm.formModeler.api.config.FormSerializationManager
 
getAccesskey() - Method in class org.jbpm.formModeler.api.model.Field
 
getAccesskey() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getAllForms() - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getAttribute(Form, String, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Gets an attribute for given form status
getAttributes() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getBeanByName(String) - Static method in class org.jbpm.formModeler.api.util.helpers.CDIHelper
 
getBeanByType(Class) - Static method in class org.jbpm.formModeler.api.util.helpers.CDIHelper
 
getBeanManager() - Static method in class org.jbpm.formModeler.api.util.helpers.CDIHelper
 
getBindingColor(Field) - Method in class org.jbpm.formModeler.api.model.Form
 
getBindingStr() - Method in class org.jbpm.formModeler.api.model.Field
 
getBindingStr() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getCode() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getCompatibleClassNames() - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Determine the list of class names this field can generate.
getCssStyle() - Method in class org.jbpm.formModeler.api.model.Field
 
getCssStyle() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getCurrentInputValue(String) - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getCurrentInputValues() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getCurrentValue(String) - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getCurrentValues() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getDataFieldHolderById(String) - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
getDataFieldHolderById(String) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getDataHolderById(String) - Method in class org.jbpm.formModeler.api.model.Form
 
getDefaultIcon() - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getDefaultValueFormula() - Method in class org.jbpm.formModeler.api.model.Field
 
getDisabled() - Method in class org.jbpm.formModeler.api.model.Field
 
getDisabled() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getDisplayData() - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
getDisplayMode() - Method in class org.jbpm.formModeler.api.model.Form
 
getDisplayMode() - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
getDisplayModeText(String) - Method in class org.jbpm.formModeler.api.model.Form
 
getDisplayModifier() - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
getErrorMessage() - Method in class org.jbpm.formModeler.api.model.Field
 
getErrorMessages(String) - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getField(String) - Method in class org.jbpm.formModeler.api.model.Form
Get field by name
getFieldClass() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getFieldFormula() - Method in class org.jbpm.formModeler.api.model.Field
 
getFieldHolders() - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
getFieldHolders() - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getFieldName() - Method in class org.jbpm.formModeler.api.model.Field
 
getFieldNameFromBindingStr(String) - Method in class org.jbpm.formModeler.api.model.Form
 
getFieldNames() - Method in class org.jbpm.formModeler.api.model.Form
Get a Set with all field names (Strings) present in this form
getFieldPattern() - Method in class org.jbpm.formModeler.api.model.Field
 
getFieldRangeFormula() - Method in class org.jbpm.formModeler.api.model.Field
 
getFieldRequired() - Method in class org.jbpm.formModeler.api.model.Field
 
getFieldType() - Method in class org.jbpm.formModeler.api.model.Field
 
getFieldTypes() - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getForm() - Method in class org.jbpm.formModeler.api.model.Field
 
getFormById(Long) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getFormDecoratorTypes() - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getFormDisplayInfos() - Method in class org.jbpm.formModeler.api.model.Form
 
getFormFields() - Method in class org.jbpm.formModeler.api.model.Form
 
getFormForFieldEdition(FieldType) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getFormsBySubject(String) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getFormsBySubjectAndName(String, String) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getFormTemplate() - Method in class org.jbpm.formModeler.api.model.Form
 
getFormToEdit(String) - Method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
getFormula() - Method in class org.jbpm.formModeler.api.model.Field
 
getFormula() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getGroupWithPrevious() - Method in class org.jbpm.formModeler.api.model.Field
 
getHeight() - Method in class org.jbpm.formModeler.api.model.Field
 
getHeight() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getHideContent() - Method in class org.jbpm.formModeler.api.model.Field
 
getHolder() - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
getHolders() - Method in class org.jbpm.formModeler.api.model.Form
 
getHtmlContainer() - Method in class org.jbpm.formModeler.api.model.Field
 
getHtmlContent() - Method in class org.jbpm.formModeler.api.model.Field
 
getHumanName(Locale) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Return a human readable name for displaying in given locale.
getIconPathForCode(String) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getIconsMappings() - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getId() - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
getId() - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
getId() - Method in class org.jbpm.formModeler.api.model.Field
 
getId() - Method in class org.jbpm.formModeler.api.model.Form
 
getId() - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getId() - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
Property definition id, that is a combination of class and attributes
getInfo() - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
getInfo() - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getIsHTML() - Method in class org.jbpm.formModeler.api.model.Field
 
getItemClassName() - Method in class org.jbpm.formModeler.api.model.Field
 
getItemClassName() - Method in class org.jbpm.formModeler.api.model.Form
 
getKey() - Method in class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
getLabel() - Method in class org.jbpm.formModeler.api.model.Field
 
getLabelCSSClass() - Method in class org.jbpm.formModeler.api.model.Field
 
getLabelCSSStyle() - Method in class org.jbpm.formModeler.api.model.Field
 
getLabelMode() - Method in class org.jbpm.formModeler.api.model.Form
 
getLang() - Method in interface org.jbpm.formModeler.api.model.i18n.I18nEntry
 
getLang() - Method in class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
getLoadedItemId() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getLoadedObject(Long, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
If an object was loaded for given form id, return the loaded object
getManagerClass() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getMapRepresentationToPersist(Form, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Returns the Map to persis based on the data stored on the data stored on a FormStatus
getMaxlength() - Method in class org.jbpm.formModeler.api.model.Field
 
getMaxlength() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getName() - Method in class org.jbpm.formModeler.api.model.Form
 
getName() - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
 
getOriginalForm() - Method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
getPageToIncludeForDisplaying() - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
When rendering a formulary, if field is handled by this handler, determine the page that renders the displaying of the value
getPageToIncludeForRendering() - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
When rendering a formulary, if field is handled by this handler, determine the page that renders the input(s)
getPageToIncludeForSearching() - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
When rendering a formulary, if field is handled by this handler, determine the page that renders the displaying of the value
getParamValue(String, Object, String) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Determine the value as a parameter map for a given input value.
getPattern() - Method in class org.jbpm.formModeler.api.model.Field
 
getPattern() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getPosition() - Method in class org.jbpm.formModeler.api.model.Field
 
getPropertyAttributes() - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
 
getPropertyClass() - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
Property class
getPropertyClassName() - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
 
getPropertyDefinition(FieldType) - Method in interface org.jbpm.formModeler.api.processing.BindingManager
 
getPropertyDefinition(String, String) - Method in interface org.jbpm.formModeler.api.processing.BindingManager
 
getPropertyDefinition(String, Class) - Method in interface org.jbpm.formModeler.api.processing.BindingManager
 
getPropertyName(String, Class, Class[]) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getPropertyNames() - Method in class org.jbpm.formModeler.api.model.Field
 
getPropertyNames() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getPropertyValue(Object, String) - Method in interface org.jbpm.formModeler.api.processing.BindingManager
 
getRangeFormula() - Method in class org.jbpm.formModeler.api.model.Field
 
getRangeFormula() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getReadonly() - Method in class org.jbpm.formModeler.api.model.Field
 
getReadonly() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getRenderColor() - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
getRenderColor() - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getRenderingInstructions(String) - Method in interface org.jbpm.formModeler.api.processing.formRendering.FormTemplateHelper
 
getShowMode() - Method in class org.jbpm.formModeler.api.model.Form
 
getSize() - Method in class org.jbpm.formModeler.api.model.Field
 
getSize() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getStatus() - Method in class org.jbpm.formModeler.api.model.Form
 
getStyleclass() - Method in class org.jbpm.formModeler.api.model.Field
 
getStyleclass() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getSubject() - Method in class org.jbpm.formModeler.api.model.Form
 
getSuitableFieldTypes(String, PropertyDefinition) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getSuitableFieldTypes(String) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getSynchronizationObject() - Method in class org.jbpm.formModeler.api.model.Form
 
getTabindex() - Method in class org.jbpm.formModeler.api.model.Field
 
getTabindex() - Method in class org.jbpm.formModeler.api.model.FieldType
 
getTitle() - Method in class org.jbpm.formModeler.api.model.Field
 
getType() - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
getTypeByClass(String) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getTypeByCode(String) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getTypeByCode(String, boolean) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
getTypeCode() - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
getTypeCode() - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
getUniqueIdentifier(Form, String, Field, String) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getUniqueIdentifier(String, String, Form, Field, String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
getUniqueIdentifiersPreffix() - Method in interface org.jbpm.formModeler.api.config.FormManager
 
getValue() - Method in interface org.jbpm.formModeler.api.model.i18n.I18nEntry
 
getValue() - Method in class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
getValue(String) - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
 
getValue(Field, String, Map, Map, String, Object) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Read a parameter value (normally from a request), and translate it to an object with desired class (that must be one of the returned by this handler)
getWrongFields() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
getWrongFieldsMessages() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
groupWithPrevious(Form, int, boolean) - Method in interface org.jbpm.formModeler.api.config.FormManager
 

H

hasErrorMessage(String) - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
hashCode() - Method in class org.jbpm.formModeler.api.model.Field
 
hashCode() - Method in class org.jbpm.formModeler.api.model.FieldType
 
hashCode() - Method in class org.jbpm.formModeler.api.model.Form
 
hashCode() - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
hasProperty(Object, String) - Method in interface org.jbpm.formModeler.api.processing.BindingManager
 
HOLDER_TYPE_CODE_BPM_PROCESS - Static variable in class org.jbpm.formModeler.api.model.Form
 
HOLDER_TYPE_CODE_POJO_CLASSNAME - Static variable in class org.jbpm.formModeler.api.model.Form
 
HOLDER_TYPE_CODE_POJO_DATA_MODEL - Static variable in class org.jbpm.formModeler.api.model.Form
 

I

I18nEntry - Interface in org.jbpm.formModeler.api.model.i18n
Definition for I18nEntries used on I18nProperties.
I18nEntryImpl - Class in org.jbpm.formModeler.api.model.i18n
Implementation of I18nEntry
I18nEntryImpl(String, Object) - Constructor for class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
I18nSet - Class in org.jbpm.formModeler.api.model.i18n
Wrapper class for Multilanguage Strings
I18nSet() - Constructor for class org.jbpm.formModeler.api.model.i18n.I18nSet
 
I18nSet(Set) - Constructor for class org.jbpm.formModeler.api.model.i18n.I18nSet
 
I18nSet(Map) - Constructor for class org.jbpm.formModeler.api.model.i18n.I18nSet
 
init() - Method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
initialize(Field, String) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Initialize any status stored in the field.
is(String) - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
Given a flag name, determine if this property definition has it on.
isDisabled() - Method in class org.jbpm.formModeler.api.model.FieldType
 
isEmpty(Object) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
Determine if supplied value is empty
isEmpty() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
isEvaluable(String, Map, Map) - Method in interface org.jbpm.formModeler.api.processing.FieldHandler
 
isIdentifier() - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
 
isNew() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
isRequired() - Method in interface org.jbpm.formModeler.api.processing.PropertyDefinition
Determines if current property can be not null
isValid() - Method in interface org.jbpm.formModeler.api.processing.FormStatusData
 
isValidReturnType(String) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
isVisibleStatus() - Method in class org.jbpm.formModeler.api.model.Form
 
iterator() - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
 

L

LABEL_FORMAT - Static variable in interface org.jbpm.formModeler.api.processing.formRendering.FormTemplateHelper
 
LABEL_MODE_AFTER - Static variable in class org.jbpm.formModeler.api.model.Form
 
LABEL_MODE_BEFORE - Static variable in class org.jbpm.formModeler.api.model.Form
 
LABEL_MODE_HIDDEN - Static variable in class org.jbpm.formModeler.api.model.Form
 
LABEL_MODE_LEFT - Static variable in class org.jbpm.formModeler.api.model.Form
 
LABEL_MODE_RIGHT - Static variable in class org.jbpm.formModeler.api.model.Form
 
LABEL_MODE_UNDEFINED - Static variable in class org.jbpm.formModeler.api.model.Form
 
load(Map<String, Object>) - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
load(Map<String, Object>) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
load(Long, String, Long, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Loads into form status values read from a persistent object.
load(Long, String, Long, String, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Loads into form status values read from a persistent object.
load(Long, String, Object) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Loads into form status values read from given object.
load(Long, String, Object, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Loads into form status values read from given object.
loadFormFromXML(String) - Method in interface org.jbpm.formModeler.api.config.FormSerializationManager
 
lookup() - Static method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 

M

MODIFIED_FIELD_NAMES - Static variable in interface org.jbpm.formModeler.api.processing.FormProcessor
 
modify(Form, String, String, Object) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Directly modify the status value for a form field.
moveBottom(Form, int) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
moveDown(Form, int) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
moveTop(Form, int) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
moveUp(Form, int) - Method in interface org.jbpm.formModeler.api.config.FormManager
 

N

NAMESPACE_SEPARATOR - Static variable in interface org.jbpm.formModeler.api.processing.FormProcessor
 

O

org.jbpm.formModeler.api.config - package org.jbpm.formModeler.api.config
 
org.jbpm.formModeler.api.config.builders - package org.jbpm.formModeler.api.config.builders
 
org.jbpm.formModeler.api.model - package org.jbpm.formModeler.api.model
 
org.jbpm.formModeler.api.model.i18n - package org.jbpm.formModeler.api.model.i18n
 
org.jbpm.formModeler.api.processing - package org.jbpm.formModeler.api.processing
 
org.jbpm.formModeler.api.processing.formRendering - package org.jbpm.formModeler.api.processing.formRendering
 
org.jbpm.formModeler.api.util.helpers - package org.jbpm.formModeler.api.util.helpers
 

P

PojoDataHolder - Class in org.jbpm.formModeler.api.model
 
PojoDataHolder(String, String, String) - Constructor for class org.jbpm.formModeler.api.model.PojoDataHolder
 
PREVIEW_FIELD_POSITIONS - Static variable in interface org.jbpm.formModeler.api.processing.FormStatusData
 
promoteField(Form, int, int, boolean, boolean) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
PROP_IDENTIFIER - Static variable in interface org.jbpm.formModeler.api.processing.PropertyDefinition
 
PROP_RELATION - Static variable in interface org.jbpm.formModeler.api.processing.PropertyDefinition
 
PROPERTY_FLAGS - Static variable in interface org.jbpm.formModeler.api.processing.PropertyDefinition
 
PropertyDefinition - Interface in org.jbpm.formModeler.api.processing
Helper class to get information about a java POJO
putAll(Field) - Method in class org.jbpm.formModeler.api.model.Field
 

R

read(Long, String) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Read status for given form id.
read(Long, String, Map) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Read status for given form id.
readValue(String) - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
readValue(String) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 
removeDataHolder(String) - Method in class org.jbpm.formModeler.api.model.Form
 
removeEditingForm(String) - Method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
RENDER_MODE_DISPLAY - Static variable in class org.jbpm.formModeler.api.model.Form
 
RENDER_MODE_FORM - Static variable in class org.jbpm.formModeler.api.model.Form
 
RENDER_MODE_SEARCH - Static variable in class org.jbpm.formModeler.api.model.Form
 
RENDER_MODE_TEMPLATE_EDIT - Static variable in class org.jbpm.formModeler.api.model.Form
 
RENDER_MODE_WYSIWYG_DISPLAY - Static variable in class org.jbpm.formModeler.api.model.Form
 
RENDER_MODE_WYSIWYG_FORM - Static variable in class org.jbpm.formModeler.api.model.Form
 
replaceForm(Long, Form) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
replaceForm(Form, Form) - Method in interface org.jbpm.formModeler.api.config.FormManager
 

S

saveTemplateForForm(Long, String) - Method in interface org.jbpm.formModeler.api.config.FormManager
 
setAccesskey(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setAccesskey(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setAttribute(Form, String, String, Object) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Sets an attribute for given form status
setBindingStr(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setBindingStr(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setCode(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setCssStyle(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setCssStyle(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setDataHolder(String, String, String, String) - Method in class org.jbpm.formModeler.api.model.Form
 
setDefaultIcon(String) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
setDefaultValueFormula(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setDisabled(Boolean) - Method in class org.jbpm.formModeler.api.model.Field
 
setDisabled(Boolean) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setDisplayData(String) - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
setDisplayMode(String) - Method in class org.jbpm.formModeler.api.model.Form
 
setDisplayMode(String) - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
setDisplayModeText(String, String) - Method in class org.jbpm.formModeler.api.model.Form
 
setDisplayModifier(String) - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 
setErrorMessage(I18nSet) - Method in class org.jbpm.formModeler.api.model.Field
 
setFieldClass(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setFieldName(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setFieldRequired(Boolean) - Method in class org.jbpm.formModeler.api.model.Field
 
setFieldType(FieldType) - Method in class org.jbpm.formModeler.api.model.Field
 
setFieldTypes(List<FieldType>) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
setForm(Form) - Method in class org.jbpm.formModeler.api.model.Field
 
setFormDisplayInfos(Set<FormDisplayInfo>) - Method in class org.jbpm.formModeler.api.model.Form
 
setFormFields(Set<Field>) - Method in class org.jbpm.formModeler.api.model.Form
 
setFormTemplate(String) - Method in class org.jbpm.formModeler.api.model.Form
 
setFormToEdit(String, Form) - Method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
setFormula(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setFormula(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setGroupWithPrevious(Boolean) - Method in class org.jbpm.formModeler.api.model.Field
 
setHeight(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setHeight(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setHideContent(Boolean) - Method in class org.jbpm.formModeler.api.model.Field
 
setHolder(DataHolder) - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
setHolders(Set<DataHolder>) - Method in class org.jbpm.formModeler.api.model.Form
 
setHtmlContainer(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setHtmlContent(I18nSet) - Method in class org.jbpm.formModeler.api.model.Field
 
setIconsMappings(Map<String, String>) - Method in interface org.jbpm.formModeler.api.config.FieldTypeManager
 
setId(String) - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
setId(Long) - Method in class org.jbpm.formModeler.api.model.Field
 
setId(Long) - Method in class org.jbpm.formModeler.api.model.Form
 
setIsHTML(Boolean) - Method in class org.jbpm.formModeler.api.model.Field
 
setLabel(I18nSet) - Method in class org.jbpm.formModeler.api.model.Field
 
setLabelCSSClass(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setLabelCSSStyle(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setLabelMode(String) - Method in class org.jbpm.formModeler.api.model.Form
 
setLang(String) - Method in interface org.jbpm.formModeler.api.model.i18n.I18nEntry
 
setLang(String) - Method in class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
setManagerClass(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setMaxlength(Long) - Method in class org.jbpm.formModeler.api.model.Field
 
setMaxlength(Long) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setName(String) - Method in class org.jbpm.formModeler.api.model.Form
 
setOriginalForm(Long) - Method in class org.jbpm.formModeler.api.util.helpers.EditorHelper
 
setPattern(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setPattern(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setPosition(int) - Method in class org.jbpm.formModeler.api.model.Field
 
setPropertyValue(Object, String, Object) - Method in interface org.jbpm.formModeler.api.processing.BindingManager
 
setRangeFormula(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setRangeFormula(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setReadonly(Boolean) - Method in class org.jbpm.formModeler.api.model.Field
 
setReadonly(Boolean) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setShowMode(String) - Method in class org.jbpm.formModeler.api.model.Form
 
setSize(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setSize(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setStatus(Long) - Method in class org.jbpm.formModeler.api.model.Form
 
setStyleclass(String) - Method in class org.jbpm.formModeler.api.model.Field
 
setStyleclass(String) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setSubject(String) - Method in class org.jbpm.formModeler.api.model.Form
 
setTabindex(Long) - Method in class org.jbpm.formModeler.api.model.Field
 
setTabindex(Long) - Method in class org.jbpm.formModeler.api.model.FieldType
 
setTitle(I18nSet) - Method in class org.jbpm.formModeler.api.model.Field
 
setType(String) - Method in class org.jbpm.formModeler.api.model.DataFieldHolder
 
setValue(Object) - Method in interface org.jbpm.formModeler.api.model.i18n.I18nEntry
 
setValue(Object) - Method in class org.jbpm.formModeler.api.model.i18n.I18nEntryImpl
 
setValue(String, String) - Method in class org.jbpm.formModeler.api.model.i18n.I18nSet
 
setValues(Form, String, Map, Map) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Get submit values from a request parameter map and a files map, and store it in a form status.
setValues(Form, String, Map, Map, boolean) - Method in interface org.jbpm.formModeler.api.processing.FormProcessor
Get submit values from a request parameter map and a files map, and store it in a form status.
SimpleFieldTypeBuilder - Class in org.jbpm.formModeler.api.config.builders
 
SimpleFieldTypeBuilder() - Constructor for class org.jbpm.formModeler.api.config.builders.SimpleFieldTypeBuilder
 

T

TEMPLATE_FIELD - Static variable in class org.jbpm.formModeler.api.model.Form
 
TEMPLATE_LABEL - Static variable in class org.jbpm.formModeler.api.model.Form
 
toString() - Method in class org.jbpm.formModeler.api.model.Field
 
toString() - Method in class org.jbpm.formModeler.api.model.FieldType
 
toString() - Method in class org.jbpm.formModeler.api.model.Form
 
toString() - Method in class org.jbpm.formModeler.api.model.FormDisplayInfo
 

W

writeValue(String, Object) - Method in interface org.jbpm.formModeler.api.model.DataHolder
 
writeValue(String, Object) - Method in class org.jbpm.formModeler.api.model.PojoDataHolder
 

A B C D E F G H I L M N O P R S T W
jbpm-form-modeler-api 1.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.