| Interface | Description |
|---|---|
| ChangeListener |
The listener interface for receiving
ChangeEvents. |
| CronJobLogListener.CronJobLogContext | |
| CronJobNotificationTemplateContext |
Simple interface used by Velocity script to render mail as result of finished job and its significant properties.
|
| TestJobPerformable | |
| TriggerableJob | Deprecated
use
CronJobFactory to add custom factory creation. |
| Class | Description |
|---|---|
| BatchJob |
A
BatchJob is a subclass of Job, which divides the task which should be performed into
several Steps. |
| ChangeDescriptor |
A
ChangeDescriptor is used to describe changes on items during the execution of a Job,
BatchJob or Step. |
| ChangeEvent |
The
ChangeEvent is fired each time a new ChangeDescriptor is instanciated. |
| CleanUpCronJob | Deprecated
please use the Maintenance Cleanup Framework, see
https://wiki.hybris.com/display/internal/How+To+Write+And
+Configure+Own+Strategy+For+Generic+Instance+Cleanup
|
| CleanupDynamicProcessDefinitionsCronJob | |
| CompositeCronJob | |
| CompositeEntry | |
| CompositeJob | Deprecated
use
de.hybris.platform.catalog.job.CompositeJobPerformable instead. |
| CronJob |
The
CronJob stores runtime informations, which are used by the Job/BatchJob
during execution (normal & undo). |
| CronJob.CronJobResult | Deprecated
use
CronJobResult |
| CronJob.CronJobThreadSettings | |
| CronJobEventTest | |
| CronJobLoggingTest | |
| CronJobLogListener | |
| CronJobManager |
The CronJobManager offers create-methods for CronJobExtension items and methods for
Trigger handling. |
| CronJobTest |
Test for extension Cronjob
|
| CronJobToJspLogListener |
HybrisLogListener which listens for logs of a single CronJob and prints them to a specified JSP-site. |
| CronJobUtils |
The CronJobUtils offers static convenience utility methods.
|
| CSVExportStep |
Step which implements an CVS based export.
|
| CustomAttributesTriggerableJob |
A job for testing custom attributes list
|
| DatabaseReconnectTest | |
| DatabaseReconnectWithoutRestartTest | |
| DefaultCronJobNotificationTemplateContext |
Default implementation of notification template context using giving CronJob instance.
|
| FlexibleSearchCronJob | Deprecated
since 4.3
|
| GeneratedBatchJob |
Generated class for type
BatchJob. |
| GeneratedChangeDescriptor |
Generated class for type
ChangeDescriptor. |
| GeneratedCleanUpCronJob |
Generated class for type
CleanUpCronJob. |
| GeneratedCleanupDynamicProcessDefinitionsCronJob |
Generated class for type
CleanupDynamicProcessDefinitionsCronJob. |
| GeneratedCompositeCronJob |
Generated class for type
CompositeCronJob. |
| GeneratedCompositeEntry |
Generated class for type
CompositeEntry. |
| GeneratedCompositeJob |
Generated class for type
CompositeJob. |
| GeneratedCronJob |
Generated class for type
CronJob. |
| GeneratedCronJobManager |
Generated class for type
ProcessingManager. |
| GeneratedCSVExportStep |
Generated class for type
CSVExportStep. |
| GeneratedFlexibleSearchCronJob |
Generated class for type
FlexibleSearchCronJob. |
| GeneratedGenericCSVImportStep |
Generated class for type
GenericCSVImportStep. |
| GeneratedGetURLStep |
Generated class for type
GetURLStep. |
| GeneratedJob |
Generated class for type
Job. |
| GeneratedJobLog |
Generated class for type
JobLog. |
| GeneratedJobMedia |
Generated class for type
JobMedia. |
| GeneratedJobSearchRestriction |
Generated class for type
JobSearchRestriction. |
| GeneratedLogFile |
Generated class for type
LogFile. |
| GeneratedMediaFolderStructureMigrationCronJob |
Generated class for type
MediaFolderStructureMigrationCronJob. |
| GeneratedMediaProcessCronJob |
Generated class for type
MediaProcessCronJob. |
| GeneratedMediaProcessorStep |
Generated class for type
MediaProcessorStep. |
| GeneratedMoveMediaCronJob |
Generated class for type
MoveMediaCronJob. |
| GeneratedMoveMediaJob |
Generated class for type
MoveMediaJob. |
| GeneratedMoveMediaWizard |
Generated class for type
MoveMediaWizard. |
| GeneratedRemoveItemsCronJob |
Generated class for type
RemoveItemsCronJob. |
| GeneratedRemoveItemsJob |
Generated class for type
RemoveItemsJob. |
| GeneratedRemoveItemsWizard |
Generated class for type
RemoveItemsWizard. |
| GeneratedStep |
Generated class for type
Step. |
| GeneratedTrigger |
Generated class for type
Trigger. |
| GeneratedTypeSystemExportJob |
Generated class for type
TypeSystemExportJob. |
| GeneratedURLCronJob |
Generated class for type
URLCronJob. |
| GenericCSVImportStep |
The abstract
GenericCSVImportStep offers a framework of methods to support the parsing of CSV files. |
| GenericCSVImportStepTest | |
| GetURLStep | |
| Job |
The
Job implements tasks, whose execution can be scheduled and which can be executed both synchronous
and asynchronous (by running in a separated Thread). |
| Job.JobFileLogContainer | |
| JobLog |
Log
Item of the Cronjob extension, which is used to store log messages in the database. |
| JobMedia |
Media item of the CronJob Extension, which offers a lock status attribute.
|
| JobSearchRestriction |
Value Object for storing code, type and query of a job restriction
|
| LogFile |
Media type for covering log files of cronjob's.
|
| MediaFolderStructureMigrationCronJob | |
| MediaProcessCronJob |
The
MediaProcessCronJob is a subclass of CronJob and should be used for file based
Jobs. |
| MediaProcessorStep |
The
MediaProcessorStep offers convenience methods for the handling of JobMedias. |
| MixedLogToFileCronJobTest | |
| MoveMediaCronJob | |
| MoveMediaJob | Deprecated
use
MoveMediaJobPerformable instead. |
| MoveMediaWizard | |
| PLA_12481_Test | |
| RemoveItemsCronJob |
CronJob Implementation for asynchronous Item removal.
|
| RemoveItemsJob | Deprecated
use
de.hybris.platform.jobs.RemoveItemsJobPerformable instead. |
| RemoveItemsWizard |
Wizard to visualize the process of deleting a large number of items.
|
| Step |
A
Step implements one part of the logic of a complex / modular task and is part of a
BatchJob, a subclass of Job. |
| SyncExcutionTestJob | |
| TestJob | |
| TimerTaskUtils | Deprecated
since 5.5.1 explicit CronJob management should not be done, because CronJobs are handled by TaskEngine
|
| Trigger |
A
Trigger allows the definition of schedules for the automatic execution of Jobs and BatchJobs. |
| TriggerableJobTest |
It is now possible to trigger jobs directly from the trigger, without going via a cronJob.
|
| TriggerableTwoSecondJob |
A job for testing, that takes two seconds to run
|
| TriggerTest |
Test for Trigger
|
| TypeSystemExportJob | Deprecated
since 4.3
|
| UnPerformableJob |
this job isn't performable, at all!!!
|
| URLCronJob | Deprecated
since 4.3
|
| Enum | Description |
|---|---|
| Job.Synchronicity | |
| Trigger.Mode |
| Exception | Description |
|---|---|
| AbortCronJobException |
An AbortCronJobException is thrown when during the execution of a
Job an error occurs which can not be
handle by the Job itself. |
Copyright © 2017 SAP SE. All Rights Reserved.