| Package | Description |
|---|---|
| org.nuxeo.ecm.core.work | |
| org.nuxeo.ecm.core.work.api | |
| org.nuxeo.ecm.platform.importer.mqueues.workmanager |
| Modifier and Type | Field and Description |
|---|---|
WorkManager.Scheduling |
WorkManagerImpl.WorkScheduling.scheduling |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManagerImpl.schedule(Work work,
WorkManager.Scheduling scheduling) |
void |
WorkManagerImpl.schedule(Work work,
WorkManager.Scheduling scheduling,
boolean afterCommit) |
protected boolean |
WorkManagerImpl.scheduleAfterCommit(Work work,
WorkManager.Scheduling scheduling)
Schedule after commit.
|
| Constructor and Description |
|---|
WorkScheduling(Work work,
WorkManager.Scheduling scheduling) |
| Modifier and Type | Method and Description |
|---|---|
static WorkManager.Scheduling |
WorkManager.Scheduling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkManager.Scheduling[] |
WorkManager.Scheduling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManager.schedule(Work work,
WorkManager.Scheduling scheduling)
Schedules work for execution at a later time, with a specific scheduling policy.
|
void |
WorkManager.schedule(Work work,
WorkManager.Scheduling scheduling,
boolean afterCommit)
Schedules work for execution at a later time, with a specific scheduling policy.
|
| Modifier and Type | Field and Description |
|---|---|
WorkManager.Scheduling |
WorkManagerComputation.WorkScheduling.scheduling |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManagerComputation.schedule(Work work,
WorkManager.Scheduling scheduling,
boolean afterCommit) |
protected boolean |
WorkManagerComputation.scheduleAfterCommit(Work work,
WorkManager.Scheduling scheduling) |
| Constructor and Description |
|---|
WorkScheduling(Work work,
WorkManager.Scheduling scheduling) |
Copyright © 2017 Nuxeo. All rights reserved.