public class RunnerLauncherServiceImpl extends org.nuxeo.runtime.model.DefaultComponent implements RunnerLauncherService
ATOMIC_SIZE_TRANSACTION, INPUTS_SIZE| Constructor and Description |
|---|
RunnerLauncherServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.nuxeo.ecm.core.api.CoreSession session,
RunnerDescriptor runnerDescriptor,
int batchSize,
String mode,
String params) |
int |
getApplicationStartedOrder() |
RunnerDescriptor |
getRunner(String id) |
void |
registerContribution(Object contribution,
String extensionPoint,
org.nuxeo.runtime.model.ComponentInstance contributor) |
public int getApplicationStartedOrder()
getApplicationStartedOrder in interface org.nuxeo.runtime.model.ComponentgetApplicationStartedOrder in class org.nuxeo.runtime.model.DefaultComponentpublic void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor) throws Exception
registerContribution in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void execute(org.nuxeo.ecm.core.api.CoreSession session,
RunnerDescriptor runnerDescriptor,
int batchSize,
String mode,
String params)
execute in interface RunnerLauncherServicerunnerDescriptor - public RunnerDescriptor getRunner(String id)
getRunner in interface RunnerLauncherServiceCopyright © 2020. All rights reserved.