Class GeneratedCatalogVersionSyncJob

All Implemented Interfaces:
TriggerableJob, Serializable, Comparable
Direct Known Subclasses:
CatalogVersionSyncJob

public abstract class GeneratedCatalogVersionSyncJob extends SyncItemJob
Generated class for type CatalogVersionSyncJob.
See Also:
  • Field Details

    • COPYCACHESIZE

      public static final String COPYCACHESIZE
      Qualifier of the CatalogVersionSyncJob.copyCacheSize attribute
      See Also:
    • ENABLETRANSACTIONS

      public static final String ENABLETRANSACTIONS
      Qualifier of the CatalogVersionSyncJob.enableTransactions attribute
      See Also:
    • MAXTHREADS

      public static final String MAXTHREADS
      Qualifier of the CatalogVersionSyncJob.maxThreads attribute
      See Also:
    • MAXSCHEDULERTHREADS

      public static final String MAXSCHEDULERTHREADS
      Qualifier of the CatalogVersionSyncJob.maxSchedulerThreads attribute
      See Also:
    • DEPENDENTSYNCJOBS

      public static final String DEPENDENTSYNCJOBS
      Qualifier of the CatalogVersionSyncJob.dependentSyncJobs attribute
      See Also:
    • DEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDERED

      protected static String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDERED
      Relation ordering override parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))
    • DEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDERED

      protected static String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDERED
    • DEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIED

      protected static String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))
    • DEPENDSONSYNCJOBS

      public static final String DEPENDSONSYNCJOBS
      Qualifier of the CatalogVersionSyncJob.dependsOnSyncJobs attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCatalogVersionSyncJob

      public GeneratedCatalogVersionSyncJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSyncItemJob
    • getCopyCacheSize

      public Integer getCopyCacheSize(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Returns:
      the copyCacheSize
    • getCopyCacheSize

      public Integer getCopyCacheSize()
      Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Returns:
      the copyCacheSize
    • getCopyCacheSizeAsPrimitive

      public int getCopyCacheSizeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Returns:
      the copyCacheSize
    • getCopyCacheSizeAsPrimitive

      public int getCopyCacheSizeAsPrimitive()
      Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Returns:
      the copyCacheSize
    • setCopyCacheSize

      public void setCopyCacheSize(SessionContext ctx, Integer value)
      Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Parameters:
      value - the copyCacheSize
    • setCopyCacheSize

      public void setCopyCacheSize(Integer value)
      Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Parameters:
      value - the copyCacheSize
    • setCopyCacheSize

      public void setCopyCacheSize(SessionContext ctx, int value)
      Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Parameters:
      value - the copyCacheSize
    • setCopyCacheSize

      public void setCopyCacheSize(int value)
      Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
      Parameters:
      value - the copyCacheSize
    • getDependentSyncJobs

      public Set<CatalogVersionSyncJob> getDependentSyncJobs(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
      Returns:
      the dependentSyncJobs
    • getDependentSyncJobs

      public Set<CatalogVersionSyncJob> getDependentSyncJobs()
      Generated method - Getter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
      Returns:
      the dependentSyncJobs
    • getDependentSyncJobsCount

      public long getDependentSyncJobsCount(SessionContext ctx)
    • getDependentSyncJobsCount

      public long getDependentSyncJobsCount()
    • setDependentSyncJobs

      public void setDependentSyncJobs(SessionContext ctx, Set<CatalogVersionSyncJob> value)
      Generated method - Setter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
      Parameters:
      value - the dependentSyncJobs
    • setDependentSyncJobs

      public void setDependentSyncJobs(Set<CatalogVersionSyncJob> value)
      Generated method - Setter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
      Parameters:
      value - the dependentSyncJobs
    • addToDependentSyncJobs

      public void addToDependentSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
      Generated method - Adds value to dependentSyncJobs.
      Parameters:
      value - the item to add to dependentSyncJobs
    • addToDependentSyncJobs

      public void addToDependentSyncJobs(CatalogVersionSyncJob value)
      Generated method - Adds value to dependentSyncJobs.
      Parameters:
      value - the item to add to dependentSyncJobs
    • removeFromDependentSyncJobs

      public void removeFromDependentSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
      Generated method - Removes value from dependentSyncJobs.
      Parameters:
      value - the item to remove from dependentSyncJobs
    • removeFromDependentSyncJobs

      public void removeFromDependentSyncJobs(CatalogVersionSyncJob value)
      Generated method - Removes value from dependentSyncJobs.
      Parameters:
      value - the item to remove from dependentSyncJobs
    • getDependsOnSyncJobs

      public Set<CatalogVersionSyncJob> getDependsOnSyncJobs(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
      Returns:
      the dependsOnSyncJobs
    • getDependsOnSyncJobs

      public Set<CatalogVersionSyncJob> getDependsOnSyncJobs()
      Generated method - Getter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
      Returns:
      the dependsOnSyncJobs
    • getDependsOnSyncJobsCount

      public long getDependsOnSyncJobsCount(SessionContext ctx)
    • getDependsOnSyncJobsCount

      public long getDependsOnSyncJobsCount()
    • setDependsOnSyncJobs

      public void setDependsOnSyncJobs(SessionContext ctx, Set<CatalogVersionSyncJob> value)
      Generated method - Setter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
      Parameters:
      value - the dependsOnSyncJobs
    • setDependsOnSyncJobs

      public void setDependsOnSyncJobs(Set<CatalogVersionSyncJob> value)
      Generated method - Setter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
      Parameters:
      value - the dependsOnSyncJobs
    • addToDependsOnSyncJobs

      public void addToDependsOnSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
      Generated method - Adds value to dependsOnSyncJobs.
      Parameters:
      value - the item to add to dependsOnSyncJobs
    • addToDependsOnSyncJobs

      public void addToDependsOnSyncJobs(CatalogVersionSyncJob value)
      Generated method - Adds value to dependsOnSyncJobs.
      Parameters:
      value - the item to add to dependsOnSyncJobs
    • removeFromDependsOnSyncJobs

      public void removeFromDependsOnSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
      Generated method - Removes value from dependsOnSyncJobs.
      Parameters:
      value - the item to remove from dependsOnSyncJobs
    • removeFromDependsOnSyncJobs

      public void removeFromDependsOnSyncJobs(CatalogVersionSyncJob value)
      Generated method - Removes value from dependsOnSyncJobs.
      Parameters:
      value - the item to remove from dependsOnSyncJobs
    • isEnableTransactions

      public Boolean isEnableTransactions(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
      Returns:
      the enableTransactions
    • isEnableTransactions

      public Boolean isEnableTransactions()
      Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
      Returns:
      the enableTransactions
    • isEnableTransactionsAsPrimitive

      public boolean isEnableTransactionsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
      Returns:
      the enableTransactions
    • isEnableTransactionsAsPrimitive

      public boolean isEnableTransactionsAsPrimitive()
      Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
      Returns:
      the enableTransactions
    • setEnableTransactions

      public void setEnableTransactions(SessionContext ctx, Boolean value)
      Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
      Parameters:
      value - the enableTransactions
    • setEnableTransactions

      public void setEnableTransactions(Boolean value)
      Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
      Parameters:
      value - the enableTransactions
    • setEnableTransactions

      public void setEnableTransactions(SessionContext ctx, boolean value)
      Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
      Parameters:
      value - the enableTransactions
    • setEnableTransactions

      public void setEnableTransactions(boolean value)
      Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
      Parameters:
      value - the enableTransactions
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class GeneratedSyncItemJob
    • getMaxSchedulerThreads

      public Integer getMaxSchedulerThreads(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Returns:
      the maxSchedulerThreads
    • getMaxSchedulerThreads

      public Integer getMaxSchedulerThreads()
      Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Returns:
      the maxSchedulerThreads
    • getMaxSchedulerThreadsAsPrimitive

      public int getMaxSchedulerThreadsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Returns:
      the maxSchedulerThreads
    • getMaxSchedulerThreadsAsPrimitive

      public int getMaxSchedulerThreadsAsPrimitive()
      Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Returns:
      the maxSchedulerThreads
    • setMaxSchedulerThreads

      public void setMaxSchedulerThreads(SessionContext ctx, Integer value)
      Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Parameters:
      value - the maxSchedulerThreads
    • setMaxSchedulerThreads

      public void setMaxSchedulerThreads(Integer value)
      Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Parameters:
      value - the maxSchedulerThreads
    • setMaxSchedulerThreads

      public void setMaxSchedulerThreads(SessionContext ctx, int value)
      Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Parameters:
      value - the maxSchedulerThreads
    • setMaxSchedulerThreads

      public void setMaxSchedulerThreads(int value)
      Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
      Parameters:
      value - the maxSchedulerThreads
    • getMaxThreads

      public Integer getMaxThreads(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
      Returns:
      the maxThreads
    • getMaxThreads

      public Integer getMaxThreads()
      Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
      Returns:
      the maxThreads
    • getMaxThreadsAsPrimitive

      public int getMaxThreadsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
      Returns:
      the maxThreads
    • getMaxThreadsAsPrimitive

      public int getMaxThreadsAsPrimitive()
      Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
      Returns:
      the maxThreads
    • setMaxThreads

      public void setMaxThreads(SessionContext ctx, Integer value)
      Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • setMaxThreads

      public void setMaxThreads(Integer value)
      Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • setMaxThreads

      public void setMaxThreads(SessionContext ctx, int value)
      Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • setMaxThreads

      public void setMaxThreads(int value)
      Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
      Parameters:
      value - the maxThreads