public class Y2YSyncJobModel extends ServicelayerJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DATAHUBURL
Generated constant - Attribute key of
Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync. |
static String |
RESETSTREAM
Generated constant - Attribute key of
Y2YSyncJob.resetStream attribute defined at extension fractussyncservices. |
static String |
STREAMCONFIGURATIONCONTAINER
Generated constant - Attribute key of
Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync. |
static String |
SYNCTYPE
Generated constant - Attribute key of
Y2YSyncJob.syncType attribute defined at extension y2ysync. |
SPRINGID, SPRINGIDCRONJOBFACTORYACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
Y2YSyncJobModel()
Generated constructor - Default constructor for generic creation.
|
Y2YSyncJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
Y2YSyncJobModel(String _code,
Integer _nodeID,
ItemModel _owner,
String _springId,
Y2YStreamConfigurationContainerModel _streamConfigurationContainer,
Y2YSyncType _syncType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Y2YSyncJobModel(String _code,
String _springId,
Y2YStreamConfigurationContainerModel _streamConfigurationContainer,
Y2YSyncType _syncType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataHubUrl()
Generated method - Getter of the
Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync. |
Boolean |
getResetStream()
Generated method - Getter of the
Y2YSyncJob.resetStream attribute defined at extension fractussyncservices. |
Y2YStreamConfigurationContainerModel |
getStreamConfigurationContainer()
Generated method - Getter of the
Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync. |
Y2YSyncType |
getSyncType()
Generated method - Getter of the
Y2YSyncJob.syncType attribute defined at extension y2ysync. |
void |
setDataHubUrl(String value)
Generated method - Setter of
Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync. |
void |
setResetStream(Boolean value)
Generated method - Setter of
Y2YSyncJob.resetStream attribute defined at extension fractussyncservices. |
void |
setStreamConfigurationContainer(Y2YStreamConfigurationContainerModel value)
Generated method - Initial setter of
Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync. |
void |
setSyncType(Y2YSyncType value)
Generated method - Initial setter of
Y2YSyncJob.syncType attribute defined at extension y2ysync. |
getSpringId, getSpringIdCronJobFactory, setSpringId, setSpringIdCronJobFactorygetActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getCode, getCronJobs, getEmailAddress, getEmailNotificationTemplate, getErrorMode, getLogLevelDatabase, getLogLevelFile, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPriority, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getRestrictions, getRetry, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setErrorMode, setLogLevelDatabase, setLogLevelFile, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPriority, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setRestrictions, setRetry, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setTriggersgetComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String STREAMCONFIGURATIONCONTAINER
Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync.public static final String SYNCTYPE
Y2YSyncJob.syncType attribute defined at extension y2ysync.public static final String DATAHUBURL
Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.public static final String RESETSTREAM
Y2YSyncJob.resetStream attribute defined at extension fractussyncservices.public Y2YSyncJobModel()
public Y2YSyncJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public Y2YSyncJobModel(String _code, String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)
_code - initial attribute declared by type Job at extension processing_springId - initial attribute declared by type Y2YSyncJob at extension y2ysync_streamConfigurationContainer - initial attribute declared by type Y2YSyncJob at extension y2ysync_syncType - initial attribute declared by type Y2YSyncJob at extension y2ysync@Deprecated public Y2YSyncJobModel(String _code, Integer _nodeID, ItemModel _owner, String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)
_code - initial attribute declared by type Job at extension processing_nodeID - initial attribute declared by type Job at extension processing_owner - initial attribute declared by type Item at extension core_springId - initial attribute declared by type Y2YSyncJob at extension y2ysync_streamConfigurationContainer - initial attribute declared by type Y2YSyncJob at extension y2ysync_syncType - initial attribute declared by type Y2YSyncJob at extension y2ysync@Accessor(qualifier="dataHubUrl", type=GETTER) public String getDataHubUrl()
Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.@Accessor(qualifier="resetStream", type=GETTER) public Boolean getResetStream()
Y2YSyncJob.resetStream attribute defined at extension fractussyncservices.@Accessor(qualifier="streamConfigurationContainer", type=GETTER) public Y2YStreamConfigurationContainerModel getStreamConfigurationContainer()
Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync.@Accessor(qualifier="syncType", type=GETTER) public Y2YSyncType getSyncType()
Y2YSyncJob.syncType attribute defined at extension y2ysync.@Accessor(qualifier="dataHubUrl", type=SETTER) public void setDataHubUrl(String value)
Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.value - the dataHubUrl@Accessor(qualifier="resetStream", type=SETTER) public void setResetStream(Boolean value)
Y2YSyncJob.resetStream attribute defined at extension fractussyncservices.value - the resetStream - Reset all the streams before run the sync job.@Accessor(qualifier="streamConfigurationContainer", type=SETTER) public void setStreamConfigurationContainer(Y2YStreamConfigurationContainerModel value)
Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync. Can only be used at creation of model - before first save.value - the streamConfigurationContainer@Accessor(qualifier="syncType", type=SETTER) public void setSyncType(Y2YSyncType value)
Y2YSyncJob.syncType attribute defined at extension y2ysync. Can only be used at creation of model - before first save.value - the syncTypeCopyright © 2017 SAP SE. All Rights Reserved.