public class CustomOperationData extends EntityData<CustomOperationDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldVO,CustomOperationData> |
FORM_PARAMETERS |
static ListProperty<CustomOperationVO,CustomOperationData> |
INTERNAL_OPERATIONS |
static ListProperty<CustomScriptVO,CustomOperationData> |
SCRIPTS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
CustomOperationData() |
CustomOperationData(Property<T,? super CustomOperationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomFieldVO> |
getFormParameters() |
java.util.List<CustomOperationVO> |
getInternalOperations() |
java.util.List<CustomScriptVO> |
getScripts() |
void |
setFormParameters(java.util.List<CustomFieldVO> formParameters) |
void |
setInternalOperations(java.util.List<CustomOperationVO> internalOperations) |
void |
setScripts(java.util.List<CustomScriptVO> scripts) |
getConfirmationPasswordInput, 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,CustomOperationData> FORM_PARAMETERS
public static final ListProperty<CustomOperationVO,CustomOperationData> INTERNAL_OPERATIONS
public static final ListProperty<CustomScriptVO,CustomOperationData> SCRIPTS
public CustomOperationData()
public CustomOperationData(Property<T,? super CustomOperationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<CustomOperationDTO>public java.util.List<CustomFieldVO> getFormParameters()
public void setFormParameters(java.util.List<CustomFieldVO> formParameters)
public java.util.List<CustomOperationVO> getInternalOperations()
public void setInternalOperations(java.util.List<CustomOperationVO> internalOperations)
public java.util.List<CustomScriptVO> getScripts()
public void setScripts(java.util.List<CustomScriptVO> scripts)