public class Y2YDistributedProcessModel extends DistributedProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BATCHSIZE
Generated constant - Attribute key of
Y2YDistributedProcess.batchSize attribute defined at extension y2ysync. |
static java.lang.String |
Y2YSYNCCRONJOB
Generated constant - Attribute key of
Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync. |
BATCHES, CODE, CURRENTEXECUTIONID, EXTENDEDSTATUS, HANDLERBEANID, NODEGROUP, PROGRESS, STATE, STATUS, STOPREQUESTED_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
Y2YDistributedProcessModel()
Generated constructor - Default constructor for generic creation.
|
Y2YDistributedProcessModel(int _batchSize,
java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state,
Y2YSyncCronJobModel _y2ySyncCronJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Y2YDistributedProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
Y2YDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state,
Y2YSyncCronJobModel _y2ySyncCronJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Generated method - Getter of the
Y2YDistributedProcess.batchSize attribute defined at extension y2ysync. |
Y2YSyncCronJobModel |
getY2ySyncCronJob()
Generated method - Getter of the
Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync. |
void |
setBatchSize(int value)
Generated method - Initial setter of
Y2YDistributedProcess.batchSize attribute defined at extension y2ysync. |
void |
setY2ySyncCronJob(Y2YSyncCronJobModel value)
Generated method - Setter of
Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync. |
getBatches, getCode, getCurrentExecutionId, getExtendedStatus, getHandlerBeanId, getNodeGroup, getProgress, getState, getStatus, isStopRequested, setBatches, setCode, setCurrentExecutionId, setExtendedStatus, setHandlerBeanId, setNodeGroup, setProgress, setState, setStatus, setStopRequestedgetComments, 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 BATCHSIZE
Y2YDistributedProcess.batchSize attribute defined at extension y2ysync.public static final java.lang.String Y2YSYNCCRONJOB
Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync.public Y2YDistributedProcessModel()
public Y2YDistributedProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public Y2YDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state,
Y2YSyncCronJobModel _y2ySyncCronJob)
_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_state - initial attribute declared by type DistributedProcess at extension processing_y2ySyncCronJob - initial attribute declared by type Y2YDistributedProcess at extension y2ysync@Deprecated
public Y2YDistributedProcessModel(int _batchSize,
java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state,
Y2YSyncCronJobModel _y2ySyncCronJob)
_batchSize - initial attribute declared by type Y2YDistributedProcess at extension y2ysync_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_handlerBeanId - initial attribute declared by type DistributedProcess at extension processing_nodeGroup - initial attribute declared by type DistributedProcess at extension processing_owner - initial attribute declared by type Item at extension core_state - initial attribute declared by type DistributedProcess at extension processing_y2ySyncCronJob - initial attribute declared by type Y2YDistributedProcess at extension y2ysync@Accessor(qualifier="batchSize", type=GETTER) public int getBatchSize()
Y2YDistributedProcess.batchSize attribute defined at extension y2ysync.@Accessor(qualifier="y2ySyncCronJob", type=GETTER) public Y2YSyncCronJobModel getY2ySyncCronJob()
Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync.@Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(int value)
Y2YDistributedProcess.batchSize attribute defined at extension y2ysync. Can only be used at creation of model - before first save.value - the batchSize@Accessor(qualifier="y2ySyncCronJob", type=SETTER) public void setY2ySyncCronJob(Y2YSyncCronJobModel value)
Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync.value - the y2ySyncCronJobCopyright © 2018 SAP SE. All Rights Reserved.