public class RecordExtensionPointData extends ExtensionPointWithGroupData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<RecordTypeVO,RecordExtensionPointData> |
RECORD_TYPES |
GROUPSNATURE, SCRIPTSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
RecordExtensionPointData() |
RecordExtensionPointData(Property<T,? super RecordExtensionPointData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<RecordTypeVO> |
getRecordTypes() |
void |
setRecordTypes(java.util.List<RecordTypeVO> recordTypes) |
getGroups, setGroupsgetNature, getScripts, setNature, setScriptsgetConfirmationPasswordInput, 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<RecordTypeVO,RecordExtensionPointData> RECORD_TYPES
public RecordExtensionPointData()
public RecordExtensionPointData(Property<T,? super RecordExtensionPointData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ExtensionPointWithGroupDatapublic java.util.List<RecordTypeVO> getRecordTypes()
public void setRecordTypes(java.util.List<RecordTypeVO> recordTypes)
public java.lang.String className()
className in class ExtensionPointWithGroupData