Package de.hybris.platform.catalog.model
Class SyncItemJobModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cronjob.model.JobModel
-
- de.hybris.platform.catalog.model.SyncItemJobModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CatalogVersionSyncJobModel
public class SyncItemJobModel extends JobModel
Generated model class for type SyncItemJob first defined at extension catalog.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_CATALOGVERSION2INCOMINGSYNCHRONIZATIONSGenerated relation code constant for relationCatalogVersion2IncomingSynchronizationsdefining source attributetargetVersionin extensioncatalog.static java.lang.String_CATALOGVERSION2SYNCHRONIZATIONSGenerated relation code constant for relationCatalogVersion2Synchronizationsdefining source attributesourceVersionin extensioncatalog.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCREATENEWITEMSGenerated constant - Attribute key ofSyncItemJob.createNewItemsattribute defined at extensioncatalog.static java.lang.StringEFFECTIVESYNCLANGUAGESGenerated constant - Attribute key ofSyncItemJob.effectiveSyncLanguagesattribute defined at extensioncatalog.static java.lang.StringEXCLUSIVEMODEGenerated constant - Attribute key ofSyncItemJob.exclusiveModeattribute defined at extensioncatalog.static java.lang.StringEXECUTIONSGenerated constant - Attribute key ofSyncItemJob.executionsattribute defined at extensioncatalog.static java.lang.StringEXPORTATTRIBUTEDESCRIPTORSGenerated constant - Attribute key ofSyncItemJob.exportAttributeDescriptorsattribute defined at extensioncatalog.static java.lang.StringREMOVEMISSINGITEMSGenerated constant - Attribute key ofSyncItemJob.removeMissingItemsattribute defined at extensioncatalog.static java.lang.StringROOTTYPESGenerated constant - Attribute key ofSyncItemJob.rootTypesattribute defined at extensioncatalog.static java.lang.StringSOURCEVERSIONGenerated constant - Attribute key ofSyncItemJob.sourceVersionattribute defined at extensioncatalog.static java.lang.StringSYNCATTRIBUTECONFIGURATIONSGenerated constant - Attribute key ofSyncItemJob.syncAttributeConfigurationsattribute defined at extensioncatalog.static java.lang.StringSYNCLANGUAGESGenerated constant - Attribute key ofSyncItemJob.syncLanguagesattribute defined at extensioncatalog.static java.lang.StringSYNCORDERGenerated constant - Attribute key ofSyncItemJob.syncOrderattribute defined at extensioncatalog.static java.lang.StringSYNCPRINCIPALSGenerated constant - Attribute key ofSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.static java.lang.StringSYNCPRINCIPALSONLYGenerated constant - Attribute key ofSyncItemJob.syncPrincipalsOnlyattribute defined at extensioncatalog.static java.lang.StringTARGETVERSIONGenerated constant - Attribute key ofSyncItemJob.targetVersionattribute defined at extensioncatalog.-
Fields inherited from class de.hybris.platform.cronjob.model.JobModel
ACTIVE, 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
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SyncItemJobModel()Generated constructor - Default constructor for generic creation.SyncItemJobModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSyncItemJobModel(java.lang.String _code, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncItemJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetCreateNewItems()Generated method - Getter of theSyncItemJob.createNewItemsattribute defined at extensioncatalog.java.util.Collection<LanguageModel>getEffectiveSyncLanguages()Generated method - Getter of theSyncItemJob.effectiveSyncLanguagesattribute defined at extensioncatalog.java.lang.BooleangetExclusiveMode()Generated method - Getter of theSyncItemJob.exclusiveModeattribute defined at extensioncatalog.java.util.Collection<SyncItemCronJobModel>getExecutions()Generated method - Getter of theSyncItemJob.executionsattribute defined at extensioncatalog.java.util.Map<AttributeDescriptorModel,java.lang.Boolean>getExportAttributeDescriptors()Generated method - Getter of theSyncItemJob.exportAttributeDescriptorsattribute defined at extensioncatalog.java.lang.BooleangetRemoveMissingItems()Generated method - Getter of theSyncItemJob.removeMissingItemsattribute defined at extensioncatalog.java.util.List<ComposedTypeModel>getRootTypes()Generated method - Getter of theSyncItemJob.rootTypesattribute defined at extensioncatalog.CatalogVersionModelgetSourceVersion()Generated method - Getter of theSyncItemJob.sourceVersionattribute defined at extensioncatalog.java.util.Collection<SyncAttributeDescriptorConfigModel>getSyncAttributeConfigurations()Generated method - Getter of theSyncItemJob.syncAttributeConfigurationsattribute defined at extensioncatalog.java.util.Set<LanguageModel>getSyncLanguages()Generated method - Getter of theSyncItemJob.syncLanguagesattribute defined at extensioncatalog.java.lang.IntegergetSyncOrder()Generated method - Getter of theSyncItemJob.syncOrderattribute defined at extensioncatalog.java.util.List<PrincipalModel>getSyncPrincipals()Generated method - Getter of theSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.java.lang.BooleangetSyncPrincipalsOnly()Generated method - Getter of theSyncItemJob.syncPrincipalsOnlyattribute defined at extensioncatalog.CatalogVersionModelgetTargetVersion()Generated method - Getter of theSyncItemJob.targetVersionattribute defined at extensioncatalog.voidsetCreateNewItems(java.lang.Boolean value)Generated method - Setter ofSyncItemJob.createNewItemsattribute defined at extensioncatalog.voidsetExclusiveMode(java.lang.Boolean value)Generated method - Initial setter ofSyncItemJob.exclusiveModeattribute defined at extensioncatalog.voidsetExportAttributeDescriptors(java.util.Map<AttributeDescriptorModel,java.lang.Boolean> value)Generated method - Setter ofSyncItemJob.exportAttributeDescriptorsattribute defined at extensioncatalog.voidsetRemoveMissingItems(java.lang.Boolean value)Generated method - Setter ofSyncItemJob.removeMissingItemsattribute defined at extensioncatalog.voidsetRootTypes(java.util.List<ComposedTypeModel> value)Generated method - Setter ofSyncItemJob.rootTypesattribute defined at extensioncatalog.voidsetSourceVersion(CatalogVersionModel value)Generated method - Initial setter ofSyncItemJob.sourceVersionattribute defined at extensioncatalog.voidsetSyncAttributeConfigurations(java.util.Collection<SyncAttributeDescriptorConfigModel> value)Generated method - Setter ofSyncItemJob.syncAttributeConfigurationsattribute defined at extensioncatalog.voidsetSyncLanguages(java.util.Set<LanguageModel> value)Generated method - Setter ofSyncItemJob.syncLanguagesattribute defined at extensioncatalog.voidsetSyncOrder(java.lang.Integer value)Generated method - Setter ofSyncItemJob.syncOrderattribute defined at extensioncatalog.voidsetSyncPrincipals(java.util.List<PrincipalModel> value)Generated method - Setter ofSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.voidsetSyncPrincipalsOnly(java.lang.Boolean value)Generated method - Setter ofSyncItemJob.syncPrincipalsOnlyattribute defined at extensioncatalog.voidsetTargetVersion(CatalogVersionModel value)Generated method - Initial setter ofSyncItemJob.targetVersionattribute defined at extensioncatalog.-
Methods inherited from class de.hybris.platform.cronjob.model.JobModel
getActive, 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, setTriggers
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_CATALOGVERSION2SYNCHRONIZATIONS
public static final java.lang.String _CATALOGVERSION2SYNCHRONIZATIONS
Generated relation code constant for relationCatalogVersion2Synchronizationsdefining source attributesourceVersionin extensioncatalog.- See Also:
- Constant Field Values
-
_CATALOGVERSION2INCOMINGSYNCHRONIZATIONS
public static final java.lang.String _CATALOGVERSION2INCOMINGSYNCHRONIZATIONS
Generated relation code constant for relationCatalogVersion2IncomingSynchronizationsdefining source attributetargetVersionin extensioncatalog.- See Also:
- Constant Field Values
-
EXCLUSIVEMODE
public static final java.lang.String EXCLUSIVEMODE
Generated constant - Attribute key ofSyncItemJob.exclusiveModeattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
SYNCPRINCIPALSONLY
public static final java.lang.String SYNCPRINCIPALSONLY
Generated constant - Attribute key ofSyncItemJob.syncPrincipalsOnlyattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
CREATENEWITEMS
public static final java.lang.String CREATENEWITEMS
Generated constant - Attribute key ofSyncItemJob.createNewItemsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
REMOVEMISSINGITEMS
public static final java.lang.String REMOVEMISSINGITEMS
Generated constant - Attribute key ofSyncItemJob.removeMissingItemsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
EXECUTIONS
public static final java.lang.String EXECUTIONS
Generated constant - Attribute key ofSyncItemJob.executionsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
SYNCORDER
public static final java.lang.String SYNCORDER
Generated constant - Attribute key ofSyncItemJob.syncOrderattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
EXPORTATTRIBUTEDESCRIPTORS
public static final java.lang.String EXPORTATTRIBUTEDESCRIPTORS
Generated constant - Attribute key ofSyncItemJob.exportAttributeDescriptorsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
SYNCATTRIBUTECONFIGURATIONS
public static final java.lang.String SYNCATTRIBUTECONFIGURATIONS
Generated constant - Attribute key ofSyncItemJob.syncAttributeConfigurationsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
EFFECTIVESYNCLANGUAGES
public static final java.lang.String EFFECTIVESYNCLANGUAGES
Generated constant - Attribute key ofSyncItemJob.effectiveSyncLanguagesattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
SOURCEVERSION
public static final java.lang.String SOURCEVERSION
Generated constant - Attribute key ofSyncItemJob.sourceVersionattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
TARGETVERSION
public static final java.lang.String TARGETVERSION
Generated constant - Attribute key ofSyncItemJob.targetVersionattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
ROOTTYPES
public static final java.lang.String ROOTTYPES
Generated constant - Attribute key ofSyncItemJob.rootTypesattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
SYNCLANGUAGES
public static final java.lang.String SYNCLANGUAGES
Generated constant - Attribute key ofSyncItemJob.syncLanguagesattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
SYNCPRINCIPALS
public static final java.lang.String SYNCPRINCIPALS
Generated constant - Attribute key ofSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SyncItemJobModel
public SyncItemJobModel()
Generated constructor - Default constructor for generic creation.
-
SyncItemJobModel
public SyncItemJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SyncItemJobModel
@Deprecated(since="4.1.1", forRemoval=true) public SyncItemJobModel(java.lang.String _code, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeSyncItemJobat extensioncatalog_sourceVersion- initial attribute declared by typeSyncItemJobat extensioncatalog_targetVersion- initial attribute declared by typeSyncItemJobat extensioncatalog
-
SyncItemJobModel
@Deprecated(since="4.1.1", forRemoval=true) public SyncItemJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeSyncItemJobat extensioncatalog_nodeID- initial attribute declared by typeJobat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_sourceVersion- initial attribute declared by typeSyncItemJobat extensioncatalog_targetVersion- initial attribute declared by typeSyncItemJobat extensioncatalog
-
-
Method Detail
-
getCreateNewItems
@Accessor(qualifier="createNewItems", type=GETTER) public java.lang.Boolean getCreateNewItems()
Generated method - Getter of theSyncItemJob.createNewItemsattribute defined at extensioncatalog.- Returns:
- the createNewItems
-
getEffectiveSyncLanguages
@Accessor(qualifier="effectiveSyncLanguages", type=GETTER) public java.util.Collection<LanguageModel> getEffectiveSyncLanguages()
Generated method - Getter of theSyncItemJob.effectiveSyncLanguagesattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the effectiveSyncLanguages
-
getExclusiveMode
@Accessor(qualifier="exclusiveMode", type=GETTER) public java.lang.Boolean getExclusiveMode()
Generated method - Getter of theSyncItemJob.exclusiveModeattribute defined at extensioncatalog.- Returns:
- the exclusiveMode
-
getExecutions
@Accessor(qualifier="executions", type=GETTER) public java.util.Collection<SyncItemCronJobModel> getExecutions()
Generated method - Getter of theSyncItemJob.executionsattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the executions
-
getExportAttributeDescriptors
@Accessor(qualifier="exportAttributeDescriptors", type=GETTER) public java.util.Map<AttributeDescriptorModel,java.lang.Boolean> getExportAttributeDescriptors()
Generated method - Getter of theSyncItemJob.exportAttributeDescriptorsattribute defined at extensioncatalog.- Returns:
- the exportAttributeDescriptors
-
getRemoveMissingItems
@Accessor(qualifier="removeMissingItems", type=GETTER) public java.lang.Boolean getRemoveMissingItems()
Generated method - Getter of theSyncItemJob.removeMissingItemsattribute defined at extensioncatalog.- Returns:
- the removeMissingItems
-
getRootTypes
@Accessor(qualifier="rootTypes", type=GETTER) public java.util.List<ComposedTypeModel> getRootTypes()
Generated method - Getter of theSyncItemJob.rootTypesattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the rootTypes
-
getSourceVersion
@Accessor(qualifier="sourceVersion", type=GETTER) public CatalogVersionModel getSourceVersion()
Generated method - Getter of theSyncItemJob.sourceVersionattribute defined at extensioncatalog.- Returns:
- the sourceVersion
-
getSyncAttributeConfigurations
@Accessor(qualifier="syncAttributeConfigurations", type=GETTER) public java.util.Collection<SyncAttributeDescriptorConfigModel> getSyncAttributeConfigurations()
Generated method - Getter of theSyncItemJob.syncAttributeConfigurationsattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the syncAttributeConfigurations
-
getSyncLanguages
@Accessor(qualifier="syncLanguages", type=GETTER) public java.util.Set<LanguageModel> getSyncLanguages()
Generated method - Getter of theSyncItemJob.syncLanguagesattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the syncLanguages
-
getSyncOrder
@Accessor(qualifier="syncOrder", type=GETTER) public java.lang.Integer getSyncOrder()
Generated method - Getter of theSyncItemJob.syncOrderattribute defined at extensioncatalog.- Returns:
- the syncOrder
-
getSyncPrincipals
@Accessor(qualifier="syncPrincipals", type=GETTER) public java.util.List<PrincipalModel> getSyncPrincipals()
Generated method - Getter of theSyncItemJob.syncPrincipalsattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the syncPrincipals
-
getSyncPrincipalsOnly
@Accessor(qualifier="syncPrincipalsOnly", type=GETTER) public java.lang.Boolean getSyncPrincipalsOnly()
Generated method - Getter of theSyncItemJob.syncPrincipalsOnlyattribute defined at extensioncatalog.- Returns:
- the syncPrincipalsOnly
-
getTargetVersion
@Accessor(qualifier="targetVersion", type=GETTER) public CatalogVersionModel getTargetVersion()
Generated method - Getter of theSyncItemJob.targetVersionattribute defined at extensioncatalog.- Returns:
- the targetVersion
-
setCreateNewItems
@Accessor(qualifier="createNewItems", type=SETTER) public void setCreateNewItems(java.lang.Boolean value)
Generated method - Setter ofSyncItemJob.createNewItemsattribute defined at extensioncatalog.- Parameters:
value- the createNewItems
-
setExclusiveMode
@Accessor(qualifier="exclusiveMode", type=SETTER) public void setExclusiveMode(java.lang.Boolean value)
Generated method - Initial setter ofSyncItemJob.exclusiveModeattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the exclusiveMode
-
setExportAttributeDescriptors
@Accessor(qualifier="exportAttributeDescriptors", type=SETTER) public void setExportAttributeDescriptors(java.util.Map<AttributeDescriptorModel,java.lang.Boolean> value)
Generated method - Setter ofSyncItemJob.exportAttributeDescriptorsattribute defined at extensioncatalog.- Parameters:
value- the exportAttributeDescriptors
-
setRemoveMissingItems
@Accessor(qualifier="removeMissingItems", type=SETTER) public void setRemoveMissingItems(java.lang.Boolean value)
Generated method - Setter ofSyncItemJob.removeMissingItemsattribute defined at extensioncatalog.- Parameters:
value- the removeMissingItems
-
setRootTypes
@Accessor(qualifier="rootTypes", type=SETTER) public void setRootTypes(java.util.List<ComposedTypeModel> value)
Generated method - Setter ofSyncItemJob.rootTypesattribute defined at extensioncatalog.- Parameters:
value- the rootTypes
-
setSourceVersion
@Accessor(qualifier="sourceVersion", type=SETTER) public void setSourceVersion(CatalogVersionModel value)
Generated method - Initial setter ofSyncItemJob.sourceVersionattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the sourceVersion
-
setSyncAttributeConfigurations
@Accessor(qualifier="syncAttributeConfigurations", type=SETTER) public void setSyncAttributeConfigurations(java.util.Collection<SyncAttributeDescriptorConfigModel> value)
Generated method - Setter ofSyncItemJob.syncAttributeConfigurationsattribute defined at extensioncatalog.- Parameters:
value- the syncAttributeConfigurations
-
setSyncLanguages
@Accessor(qualifier="syncLanguages", type=SETTER) public void setSyncLanguages(java.util.Set<LanguageModel> value)
Generated method - Setter ofSyncItemJob.syncLanguagesattribute defined at extensioncatalog.- Parameters:
value- the syncLanguages
-
setSyncOrder
@Accessor(qualifier="syncOrder", type=SETTER) public void setSyncOrder(java.lang.Integer value)
Generated method - Setter ofSyncItemJob.syncOrderattribute defined at extensioncatalog.- Parameters:
value- the syncOrder
-
setSyncPrincipals
@Accessor(qualifier="syncPrincipals", type=SETTER) public void setSyncPrincipals(java.util.List<PrincipalModel> value)
Generated method - Setter ofSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.- Parameters:
value- the syncPrincipals
-
setSyncPrincipalsOnly
@Accessor(qualifier="syncPrincipalsOnly", type=SETTER) public void setSyncPrincipalsOnly(java.lang.Boolean value)
Generated method - Setter ofSyncItemJob.syncPrincipalsOnlyattribute defined at extensioncatalog.- Parameters:
value- the syncPrincipalsOnly
-
setTargetVersion
@Accessor(qualifier="targetVersion", type=SETTER) public void setTargetVersion(CatalogVersionModel value)
Generated method - Initial setter ofSyncItemJob.targetVersionattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the targetVersion
-
-