public class DynamicDocumentData extends DocumentData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldVO,DynamicDocumentData> |
FORM_FIELDS |
static ListProperty<DocumentParameterVO,DynamicDocumentData> |
PARAMETERS |
CATEGORIESCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
DynamicDocumentData() |
DynamicDocumentData(Property<T,? super DynamicDocumentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomFieldVO> |
getFormFields() |
java.util.List<DocumentParameterVO> |
getParameters() |
void |
setFormFields(java.util.List<CustomFieldVO> formFields) |
void |
setParameters(java.util.List<DocumentParameterVO> parameters) |
getCategories, setCategoriesgetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CustomFieldVO,DynamicDocumentData> FORM_FIELDS
public static final ListProperty<DocumentParameterVO,DynamicDocumentData> PARAMETERS
public DynamicDocumentData()
public DynamicDocumentData(Property<T,? super DynamicDocumentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DocumentDatapublic java.util.List<CustomFieldVO> getFormFields()
public void setFormFields(java.util.List<CustomFieldVO> formFields)
public java.util.List<DocumentParameterVO> getParameters()
public void setParameters(java.util.List<DocumentParameterVO> parameters)
public java.lang.String className()
className in class DocumentData