public class CustomOperationWithParametersVO extends CustomOperationVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldVO,CustomOperationWithParametersVO> |
FORM_PARAMETERS |
ICON, LABEL, RESULT_TYPE, SCOPEINTERNAL_NAMENAMEIDNULL_PART| Constructor and Description |
|---|
CustomOperationWithParametersVO() |
CustomOperationWithParametersVO(java.lang.Long id) |
CustomOperationWithParametersVO(Property<T,? super CustomOperationWithParametersVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomFieldVO> |
getFormParameters() |
void |
setFormParameters(java.util.List<CustomFieldVO> formParameters) |
getIcon, getLabel, getResultType, getScope, setIcon, setLabel, setResultType, setScopegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CustomFieldVO,CustomOperationWithParametersVO> FORM_PARAMETERS
public CustomOperationWithParametersVO()
public CustomOperationWithParametersVO(java.lang.Long id)
public CustomOperationWithParametersVO(Property<T,? super CustomOperationWithParametersVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomOperationVOpublic java.util.List<CustomFieldVO> getFormParameters()
public void setFormParameters(java.util.List<CustomFieldVO> formParameters)
public java.lang.String className()
className in class CustomOperationVO