| 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(java.lang.String code,
Catalog catalog,
java.lang.String sourceVersion,
java.lang.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(java.util.Map attributeValues) |
SyncItemJob |
GeneratedCatalogManager.createSyncItemJob(SessionContext ctx,
java.util.Map attributeValues) |
SyncItemJob |
GeneratedItemSyncTimestamp.getSyncJob()
Generated method - Getter of the
ItemSyncTimestamp.syncJob attribute. |
SyncItemJob |
GeneratedSyncAttributeDescriptorConfig.getSyncJob()
Generated method - Getter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
SyncItemJob |
CatalogManager.getSyncJob(CatalogVersion source,
CatalogVersion target) |
SyncItemJob |
CatalogManager.getSyncJob(CatalogVersion source,
CatalogVersion target,
java.lang.String qualifier) |
SyncItemJob |
GeneratedItemSyncTimestamp.getSyncJob(SessionContext ctx)
Generated method - Getter of the
ItemSyncTimestamp.syncJob attribute. |
SyncItemJob |
GeneratedSyncAttributeDescriptorConfig.getSyncJob(SessionContext ctx)
Generated method - Getter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
SyncItemJob |
ItemSyncTimestamp.getSyncJob(SessionContext ctx) |
SyncItemJob |
CatalogManager.getSyncJobFromSource(CatalogVersion source) |
protected SyncItemJob |
CatalogManager.newDefaultSyncJobInstance(java.util.Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJob> |
GeneratedCatalogVersion.getIncomingSynchronizations()
Generated method - Getter of the
CatalogVersion.incomingSynchronizations attribute. |
java.util.List<SyncItemJob> |
GeneratedCatalogVersion.getIncomingSynchronizations(SessionContext ctx)
Generated method - Getter of the
CatalogVersion.incomingSynchronizations attribute. |
java.util.List<SyncItemJob> |
GeneratedCatalogVersion.getSynchronizations()
Generated method - Getter of the
CatalogVersion.synchronizations attribute. |
java.util.List<SyncItemJob> |
GeneratedCatalogVersion.getSynchronizations(SessionContext ctx)
Generated method - Getter of the
CatalogVersion.synchronizations attribute. |
java.util.Collection<SyncItemJob> |
GeneratedCatalogManager.getSyncJobs(Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
java.util.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) |
java.util.Date |
CatalogManager.getLastSyncModifiedTime(SyncItemJob job,
Item src,
Item copy) |
Item |
CatalogManager.getSynchronizedCopy(Item source,
SyncItemJob sij) |
java.util.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 |
GeneratedItemSyncTimestamp.setSyncJob(SessionContext ctx,
SyncItemJob value)
Generated method - Setter of the
ItemSyncTimestamp.syncJob attribute. |
protected void |
GeneratedSyncAttributeDescriptorConfig.setSyncJob(SessionContext ctx,
SyncItemJob value)
Generated method - Setter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
protected void |
GeneratedItemSyncTimestamp.setSyncJob(SyncItemJob value)
Generated method - Setter of the
ItemSyncTimestamp.syncJob attribute. |
protected void |
GeneratedSyncAttributeDescriptorConfig.setSyncJob(SyncItemJob value)
Generated method - Setter of the
SyncAttributeDescriptorConfig.syncJob attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCatalogVersion.setSynchronizations(java.util.List<SyncItemJob> value)
Generated method - Setter of the
CatalogVersion.synchronizations attribute. |
void |
GeneratedCatalogVersion.setSynchronizations(SessionContext ctx,
java.util.List<SyncItemJob> value)
Generated method - Setter of the
CatalogVersion.synchronizations attribute. |
void |
GeneratedCatalogManager.setSyncJobs(Principal item,
java.util.Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
GeneratedCatalogManager.setSyncJobs(SessionContext ctx,
Principal item,
java.util.Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
| Constructor and Description |
|---|
SyncItemCopyContext(SyncItemCronJob cronjob,
SyncItemJob job,
CatalogVersion srcV,
CatalogVersion tgtV,
java.util.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 | Field and Description |
|---|---|
protected SyncItemJob |
SynchronizationServiceImpl.CockpitDummySyncConfigurator.job |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SynchronizationServiceImpl.checkRootOrSubType(TypedObject item,
SyncItemJob syncJob) |
| Modifier and Type | Field and Description |
|---|---|
protected SyncItemJob |
DefaultSetupSyncJobService.FullSyncConfigurator.job |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJob |
DefaultSetupSyncJobService.getCatalogSyncJob(java.lang.String catalogId) |
protected SyncItemJob |
DefaultSetupSyncJobService.getSyncJobForCatalog(java.lang.String catalogId) |
protected SyncItemJob |
DefaultSetupSyncJobService.getSyncJobForCatalogAndQualifier(java.lang.String catalogId,
java.lang.String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemCronJob |
DefaultSetupSyncJobService.getLastFailedSyncCronJob(SyncItemJob syncItemJob)
Returns the last cronjob if exists and failed or the new one otherwise
|
protected void |
DefaultSetupSyncJobService.processEditSyncAttributeDescriptor(SyncItemJob syncJob,
java.lang.Class<?> clazz,
EditSyncAttributeDescriptorData descriptor)
Configures sync attributes of a
ComposedType. |
protected void |
DefaultSetupSyncJobService.processEditSyncAttributeDescriptors(SyncItemJob job,
java.lang.String catalogId,
java.util.Map<java.lang.Class<?>,java.util.List<EditSyncAttributeDescriptorData>> editSyncDescriptors) |
protected void |
DefaultSetupSyncJobService.processRootTypes(SyncItemJob job,
java.lang.String catalogId,
java.util.List<java.lang.String> rootTypes) |
| Constructor and Description |
|---|
FullSyncConfigurator(SyncItemJob paramSyncItemJob) |
Copyright © 2018 SAP SE. All Rights Reserved.