public class Y2YBatchModel extends BatchModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONTEXT
Generated constant - Attribute key of
Y2YBatch.context attribute defined at extension y2ysync. |
static java.lang.String |
ERROR
Generated constant - Attribute key of
Y2YBatch.error attribute defined at extension y2ysync. |
static java.lang.String |
FINALIZE
Generated constant - Attribute key of
Y2YBatch.finalize attribute defined at extension y2ysync. |
static java.lang.String |
RETRIES
Generated constant - Attribute key of
Y2YBatch.retries attribute defined at extension y2ysync. |
_DISTRIBUTEDPROCESS2BATCHRELATION, EXECUTIONID, ID, PROCESS, REMAININGWORKLOAD, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
Y2YBatchModel()
Generated constructor - Default constructor for generic creation.
|
Y2YBatchModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
Y2YBatchModel(java.lang.String _executionId,
boolean _finalize,
java.lang.String _id,
ItemModel _owner,
DistributedProcessModel _process,
BatchType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Y2YBatchModel(java.lang.String _executionId,
java.lang.String _id,
DistributedProcessModel _process,
BatchType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContext()
Generated method - Getter of the
Y2YBatch.context attribute defined at extension y2ysync. |
java.lang.Integer |
getRetries()
Generated method - Getter of the
Y2YBatch.retries attribute defined at extension y2ysync. |
boolean |
isError()
Generated method - Getter of the
Y2YBatch.error attribute defined at extension y2ysync. |
boolean |
isFinalize()
Generated method - Getter of the
Y2YBatch.finalize attribute defined at extension y2ysync. |
void |
setContext(java.lang.Object value)
Generated method - Setter of
Y2YBatch.context attribute defined at extension y2ysync. |
void |
setError(boolean value)
Generated method - Setter of
Y2YBatch.error attribute defined at extension y2ysync. |
void |
setFinalize(boolean value)
Generated method - Initial setter of
Y2YBatch.finalize attribute defined at extension y2ysync. |
void |
setRetries(java.lang.Integer value)
Generated method - Setter of
Y2YBatch.retries attribute defined at extension y2ysync. |
getExecutionId, getId, getProcess, getRemainingWorkLoad, getType, setExecutionId, setId, setProcess, setRemainingWorkLoad, setTypegetComments, 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 FINALIZE
Y2YBatch.finalize attribute defined at extension y2ysync.public static final java.lang.String RETRIES
Y2YBatch.retries attribute defined at extension y2ysync.public static final java.lang.String ERROR
Y2YBatch.error attribute defined at extension y2ysync.public static final java.lang.String CONTEXT
Y2YBatch.context attribute defined at extension y2ysync.public Y2YBatchModel()
public Y2YBatchModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public Y2YBatchModel(java.lang.String _executionId,
java.lang.String _id,
DistributedProcessModel _process,
BatchType _type)
_executionId - initial attribute declared by type Batch at extension processing_id - initial attribute declared by type Batch at extension processing_process - initial attribute declared by type Batch at extension processing_type - initial attribute declared by type Batch at extension processing@Deprecated
public Y2YBatchModel(java.lang.String _executionId,
boolean _finalize,
java.lang.String _id,
ItemModel _owner,
DistributedProcessModel _process,
BatchType _type)
_executionId - initial attribute declared by type Batch at extension processing_finalize - initial attribute declared by type Y2YBatch at extension y2ysync_id - initial attribute declared by type Batch at extension processing_owner - initial attribute declared by type Item at extension core_process - initial attribute declared by type Batch at extension processing_type - initial attribute declared by type Batch at extension processing@Accessor(qualifier="context", type=GETTER) public java.lang.Object getContext()
Y2YBatch.context attribute defined at extension y2ysync.@Accessor(qualifier="retries", type=GETTER) public java.lang.Integer getRetries()
Y2YBatch.retries attribute defined at extension y2ysync.@Accessor(qualifier="error", type=GETTER) public boolean isError()
Y2YBatch.error attribute defined at extension y2ysync.@Accessor(qualifier="finalize", type=GETTER) public boolean isFinalize()
Y2YBatch.finalize attribute defined at extension y2ysync.@Accessor(qualifier="context", type=SETTER) public void setContext(java.lang.Object value)
Y2YBatch.context attribute defined at extension y2ysync.value - the context@Accessor(qualifier="error", type=SETTER) public void setError(boolean value)
Y2YBatch.error attribute defined at extension y2ysync.value - the error@Accessor(qualifier="finalize", type=SETTER) public void setFinalize(boolean value)
Y2YBatch.finalize attribute defined at extension y2ysync. Can only be used at creation of model - before first save.value - the finalizeCopyright © 2018 SAP SE. All Rights Reserved.