public class ScheduledWorkflowLauncher extends Object
| Constructor and Description |
|---|
ScheduledWorkflowLauncher() |
| Modifier and Type | Method and Description |
|---|---|
GraphProcessRegistry |
getGraphProcessRegistry() |
int |
getWindowSize() |
WorkflowExecutor |
getWorkflowExecutor() |
protected boolean |
isReady(String id,
String cron,
int minInterval,
Date lastExecutionDate,
Date now) |
void |
setGraphProcessRegistry(GraphProcessRegistry graphProcessRegistry) |
void |
setWindowSize(int windowSize) |
void |
setWorkflowExecutor(WorkflowExecutor workflowExecutor) |
void |
verifySheduledWorkflows() |
public void verifySheduledWorkflows()
protected boolean isReady(String id, String cron, int minInterval, Date lastExecutionDate, Date now)
public WorkflowExecutor getWorkflowExecutor()
public void setWorkflowExecutor(WorkflowExecutor workflowExecutor)
public GraphProcessRegistry getGraphProcessRegistry()
public void setGraphProcessRegistry(GraphProcessRegistry graphProcessRegistry)
public int getWindowSize()
public void setWindowSize(int windowSize)
Copyright © 2018. All rights reserved.