public interface Batch
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Map<String,Object> parameters)
The main execution method.
|
String |
getJobScheduling()
Define the cron used to run the batch periodically
|
boolean |
isRunningOnMasterOnly()
Set true if this job should not run on all nodes of the cluster
|
String getJobScheduling()
void execute(Map<String,Object> parameters) throws PortalException
PortalExceptionboolean isRunningOnMasterOnly()
Copyright © 2021. All rights reserved.