| Modifier and Type | Field and Description |
|---|---|
protected SyncItemJob |
SynchronizeCatalogVersionWizard.FullSyncConfigurator.job |
protected SyncItemJob |
SynchronizeCatalogVersionWizard.SelectedItemsSyncConfigurator.job |
| Modifier and Type | Method and Description |
|---|---|
List<SyncItemJob> |
GeneratedSynchronizeCatalogVersionWizard.getExecutableJobs()
Generated method - Getter of the
SynchronizeCatalogVersionWizard.executableJobs attribute. |
List<SyncItemJob> |
SynchronizeCatalogVersionWizard.getExecutableJobs(SessionContext ctx)
Dynamically calculating executable jobs based upon tabs which may provide jobs or not ( see
SynchronizeCatalogVersionWizard.JobProviderTab
). |
List<SyncItemJob> |
GeneratedSynchronizeCatalogVersionWizard.getExecutableJobs(SessionContext ctx)
Generated method - Getter of the
SynchronizeCatalogVersionWizard.executableJobs attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Item> |
SynchronizeCatalogVersionWizard.collectItemsForJob(SyncItemJob job) |
protected List |
SynchronizeCatalogVersionWizard.filterItemsForJob(SyncItemJob job,
Collection<Item> items) |
List |
SynchronizeCatalogVersionWizard.ItemSelectionTab.getSelectedItemsForJob(SyncItemJob job) |
List |
SynchronizeCatalogVersionWizard.ManualItemsSelectionTab.getSelectedItemsForJob(SyncItemJob job) |
| Modifier and Type | Method and Description |
|---|---|
protected Set |
SynchronizeCatalogVersionWizard.getTargetVersionsForJobs(Collection<SyncItemJob> jobs) |
| Constructor and Description |
|---|
DoSyncProcessor(List<SyncItemJob> selectedJobs) |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<SyncItemJob> |
GeneratedCatalogVersion.INCOMINGSYNCHRONIZATIONSHANDLER
OneToManyHandler for handling 1:n INCOMINGSYNCHRONIZATIONS's relation attributes from 'many' side. |
protected static OneToManyHandler<SyncItemJob> |
GeneratedCatalogVersion.SYNCHRONIZATIONSHANDLER
OneToManyHandler for handling 1:n SYNCHRONIZATIONS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
SyncItemJob |
CatalogManager.configureSynchronizationJob(String code,
Catalog catalog,
String sourceVersion,
String targetVersion,
boolean createNewItems,
boolean removeMissingItems)
Configures a publication rule (as
SyncItemJob item) between a specified source catalog version and target
catalog version with a given catalog. |
SyncItemJob |
GeneratedCatalogManager.createSyncItemJob(Map attributeValues) |
SyncItemJob |
GeneratedCatalogManager.createSyncItemJob(SessionContext ctx,
Map attributeValues) |
SyncItemJob |
GeneratedSyncAttributeDescriptorConfig.getSyncJob()
Generated method - Getter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
SyncItemJob |
GeneratedItemSyncTimestamp.getSyncJob()
Generated method - Getter of the
ItemSyncTimestamp.syncJob attribute. |
SyncItemJob |
CatalogManager.getSyncJob(CatalogVersion source,
CatalogVersion target) |
SyncItemJob |
CatalogManager.getSyncJob(CatalogVersion source,
CatalogVersion target,
String qualifier) |
SyncItemJob |
GeneratedSyncAttributeDescriptorConfig.getSyncJob(SessionContext ctx)
Generated method - Getter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
SyncItemJob |
ItemSyncTimestamp.getSyncJob(SessionContext ctx) |
SyncItemJob |
GeneratedItemSyncTimestamp.getSyncJob(SessionContext ctx)
Generated method - Getter of the
ItemSyncTimestamp.syncJob attribute. |
SyncItemJob |
CatalogManager.getSyncJobFromSource(CatalogVersion source) |
protected SyncItemJob |
CatalogManager.newDefaultSyncJobInstance(Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
List<SyncItemJob> |
GeneratedCatalogVersion.getIncomingSynchronizations()
Generated method - Getter of the
CatalogVersion.incomingSynchronizations attribute. |
List<SyncItemJob> |
GeneratedCatalogVersion.getIncomingSynchronizations(SessionContext ctx)
Generated method - Getter of the
CatalogVersion.incomingSynchronizations attribute. |
List<SyncItemJob> |
GeneratedCatalogVersion.getSynchronizations()
Generated method - Getter of the
CatalogVersion.synchronizations attribute. |
List<SyncItemJob> |
GeneratedCatalogVersion.getSynchronizations(SessionContext ctx)
Generated method - Getter of the
CatalogVersion.synchronizations attribute. |
Collection<SyncItemJob> |
GeneratedCatalogManager.getSyncJobs(Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
Collection<SyncItemJob> |
GeneratedCatalogManager.getSyncJobs(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCatalogVersion.addToSynchronizations(SessionContext ctx,
SyncItemJob value)
Generated method - Adds
value to synchronizations. |
void |
GeneratedCatalogVersion.addToSynchronizations(SyncItemJob value)
Generated method - Adds
value to synchronizations. |
void |
GeneratedCatalogManager.addToSyncJobs(Principal item,
SyncItemJob value)
Generated method - Adds
value to syncJobs. |
void |
GeneratedCatalogManager.addToSyncJobs(SessionContext ctx,
Principal item,
SyncItemJob value)
Generated method - Adds
value to syncJobs. |
boolean |
CatalogManager.canSync(SessionContext ctx,
User sessionUser,
SyncItemJob sync)
This method will be called by the SynchronizeCatalogVersionWizard for determining if the current user is allowed
to execute a synchronization task.
|
ItemSyncTimestamp |
CatalogManager.createSyncTimestamp(SyncItemJob job,
Item source,
Item copy) |
ItemSyncTimestamp |
CatalogManager.createSyncTimestamp(SyncItemJob job,
Item source,
PK copy) |
Date |
CatalogManager.getLastSyncModifiedTime(SyncItemJob job,
Item src,
Item copy) |
Item |
CatalogManager.getSynchronizedCopy(Item source,
SyncItemJob sij) |
Map<PK,ItemSyncTimestamp> |
CatalogManager.getSyncTimestampMap(Item source,
SyncItemJob sij) |
void |
GeneratedCatalogVersion.removeFromSynchronizations(SessionContext ctx,
SyncItemJob value)
Generated method - Removes
value from synchronizations. |
void |
GeneratedCatalogVersion.removeFromSynchronizations(SyncItemJob value)
Generated method - Removes
value from synchronizations. |
void |
GeneratedCatalogManager.removeFromSyncJobs(Principal item,
SyncItemJob value)
Generated method - Removes
value from syncJobs. |
void |
GeneratedCatalogManager.removeFromSyncJobs(SessionContext ctx,
Principal item,
SyncItemJob value)
Generated method - Removes
value from syncJobs. |
protected void |
GeneratedSyncAttributeDescriptorConfig.setSyncJob(SessionContext ctx,
SyncItemJob value)
Generated method - Setter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
protected void |
GeneratedItemSyncTimestamp.setSyncJob(SessionContext ctx,
SyncItemJob value)
Generated method - Setter of the
ItemSyncTimestamp.syncJob attribute. |
protected void |
GeneratedSyncAttributeDescriptorConfig.setSyncJob(SyncItemJob value)
Generated method - Setter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
protected void |
GeneratedItemSyncTimestamp.setSyncJob(SyncItemJob value)
Generated method - Setter of the
ItemSyncTimestamp.syncJob attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCatalogVersion.setSynchronizations(List<SyncItemJob> value)
Generated method - Setter of the
CatalogVersion.synchronizations attribute. |
void |
GeneratedCatalogVersion.setSynchronizations(SessionContext ctx,
List<SyncItemJob> value)
Generated method - Setter of the
CatalogVersion.synchronizations attribute. |
void |
GeneratedCatalogManager.setSyncJobs(Principal item,
Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
GeneratedCatalogManager.setSyncJobs(SessionContext ctx,
Principal item,
Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
| Constructor and Description |
|---|
SyncItemCopyContext(SyncItemCronJob cronjob,
SyncItemJob job,
CatalogVersion srcV,
CatalogVersion tgtV,
Map<PK,PK> finishedSynchronizedItems) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJob |
GenericCatalogCopyContext.getJob()
Deprecated.
|
| Constructor and Description |
|---|
GenericCatalogCopyContext(SyncItemJob job,
SessionContext ctx,
Level logLevel,
boolean forceUpdate)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogVersionSyncJob
Superclass for job which synchronizes content of a catalog version to another catalog version.
|
class |
GeneratedCatalogVersionSyncJob
Generated class for type
CatalogVersionSyncJob. |
static class |
NewSyncRestrictionsTest.TestCustomCatalogVersionSyncJob
The sample custom CatalogVersionSyncJob which adds some restriction to the SyncSessionContext(PLA-8677).
|
| Modifier and Type | Method and Description |
|---|---|
protected static SyncItemJob |
CMSSiteUtils.setupStoreTemplateSyncJobs(CatalogVersionSyncJobModel syncJobModel,
ModelService modelService) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
CMSSiteUtils.performSynchronization(SyncItemJob job) |
| Modifier and Type | Field and Description |
|---|---|
protected SyncItemJob |
SynchronizationServiceImpl.CockpitDummySyncConfigurator.job |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SynchronizationServiceImpl.checkRootOrSubType(TypedObject item,
SyncItemJob syncJob) |
Copyright © 2017 SAP SE. All Rights Reserved.