public class BusinessProcessParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_PROCESS2PROCESSPARAMETERRELATION
Generated relation code constant for relation
Process2ProcessParameterRelation defining source attribute process in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
NAME
Generated constant - Attribute key of
BusinessProcessParameter.name attribute defined at extension processing. |
static java.lang.String |
PROCESS
Generated constant - Attribute key of
BusinessProcessParameter.process attribute defined at extension processing. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
BusinessProcessParameter.value attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BusinessProcessParameterModel()
Generated constructor - Default constructor for generic creation.
|
BusinessProcessParameterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BusinessProcessParameterModel(java.lang.String _name,
BusinessProcessModel _process,
java.lang.Object _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BusinessProcessParameterModel(java.lang.String _name,
ItemModel _owner,
BusinessProcessModel _process,
java.lang.Object _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Generated method - Getter of the
BusinessProcessParameter.name attribute defined at extension processing. |
BusinessProcessModel |
getProcess()
Generated method - Getter of the
BusinessProcessParameter.process attribute defined at extension processing. |
java.lang.Object |
getValue()
Generated method - Getter of the
BusinessProcessParameter.value attribute defined at extension processing. |
void |
setName(java.lang.String value)
Generated method - Setter of
BusinessProcessParameter.name attribute defined at extension processing. |
void |
setProcess(BusinessProcessModel value)
Generated method - Setter of
BusinessProcessParameter.process attribute defined at extension processing. |
void |
setValue(java.lang.Object value)
Generated method - Setter of
BusinessProcessParameter.value attribute defined at extension processing. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _PROCESS2PROCESSPARAMETERRELATION
Process2ProcessParameterRelation defining source attribute process in extension processing.public static final java.lang.String NAME
BusinessProcessParameter.name attribute defined at extension processing.public static final java.lang.String VALUE
BusinessProcessParameter.value attribute defined at extension processing.public static final java.lang.String PROCESS
BusinessProcessParameter.process attribute defined at extension processing.public BusinessProcessParameterModel()
public BusinessProcessParameterModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public BusinessProcessParameterModel(java.lang.String _name,
BusinessProcessModel _process,
java.lang.Object _value)
_name - initial attribute declared by type BusinessProcessParameter at extension processing_process - initial attribute declared by type BusinessProcessParameter at extension processing_value - initial attribute declared by type BusinessProcessParameter at extension processing@Deprecated
public BusinessProcessParameterModel(java.lang.String _name,
ItemModel _owner,
BusinessProcessModel _process,
java.lang.Object _value)
_name - initial attribute declared by type BusinessProcessParameter at extension processing_owner - initial attribute declared by type Item at extension core_process - initial attribute declared by type BusinessProcessParameter at extension processing_value - initial attribute declared by type BusinessProcessParameter at extension processing@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
BusinessProcessParameter.name attribute defined at extension processing.@Accessor(qualifier="process", type=GETTER) public BusinessProcessModel getProcess()
BusinessProcessParameter.process attribute defined at extension processing.@Accessor(qualifier="value", type=GETTER) public java.lang.Object getValue()
BusinessProcessParameter.value attribute defined at extension processing.@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
BusinessProcessParameter.name attribute defined at extension processing.value - the name - Unique identifier of this process context parameter@Accessor(qualifier="process", type=SETTER) public void setProcess(BusinessProcessModel value)
BusinessProcessParameter.process attribute defined at extension processing.value - the processCopyright © 2018 SAP SE. All Rights Reserved.