public class DistributedImportProcessModel extends DistributedProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
IMPEXIMPORTCRONJOB
Generated constant - Attribute key of
DistributedImportProcess.impExImportCronJob attribute defined at extension impex. |
static java.lang.String |
METADATA
Generated constant - Attribute key of
DistributedImportProcess.metadata attribute defined at extension impex. |
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 |
|---|
DistributedImportProcessModel()
Generated constructor - Default constructor for generic creation.
|
DistributedImportProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DistributedImportProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
ImpExImportCronJobModel _impExImportCronJob,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DistributedImportProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
ImpExImportCronJobModel _impExImportCronJob,
java.lang.String _metadata,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ImpExImportCronJobModel |
getImpExImportCronJob()
Generated method - Getter of the
DistributedImportProcess.impExImportCronJob attribute defined at extension impex. |
java.lang.String |
getMetadata()
Generated method - Getter of the
DistributedImportProcess.metadata attribute defined at extension impex. |
void |
setImpExImportCronJob(ImpExImportCronJobModel value)
Generated method - Setter of
DistributedImportProcess.impExImportCronJob attribute defined at extension impex. |
void |
setMetadata(java.lang.String value)
Generated method - Initial setter of
DistributedImportProcess.metadata attribute defined at extension impex. |
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 IMPEXIMPORTCRONJOB
DistributedImportProcess.impExImportCronJob attribute defined at extension impex.public static final java.lang.String METADATA
DistributedImportProcess.metadata attribute defined at extension impex.public DistributedImportProcessModel()
public DistributedImportProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public DistributedImportProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
ImpExImportCronJobModel _impExImportCronJob,
DistributedProcessState _state)
_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_impExImportCronJob - initial attribute declared by type DistributedImportProcess at extension impex_state - initial attribute declared by type DistributedProcess at extension processing@Deprecated
public DistributedImportProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
ImpExImportCronJobModel _impExImportCronJob,
java.lang.String _metadata,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
_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_impExImportCronJob - initial attribute declared by type DistributedImportProcess at extension impex_metadata - initial attribute declared by type DistributedImportProcess at extension impex_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@Accessor(qualifier="impExImportCronJob", type=GETTER) public ImpExImportCronJobModel getImpExImportCronJob()
DistributedImportProcess.impExImportCronJob attribute defined at extension impex.@Accessor(qualifier="metadata", type=GETTER) public java.lang.String getMetadata()
DistributedImportProcess.metadata attribute defined at extension impex.@Accessor(qualifier="impExImportCronJob", type=SETTER) public void setImpExImportCronJob(ImpExImportCronJobModel value)
DistributedImportProcess.impExImportCronJob attribute defined at extension impex.value - the impExImportCronJob@Accessor(qualifier="metadata", type=SETTER) public void setMetadata(java.lang.String value)
DistributedImportProcess.metadata attribute defined at extension impex. Can only be used at creation of model - before first save.value - the metadataCopyright © 2018 SAP SE. All Rights Reserved.