| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected JobStatusEnum |
JobSummary.status |
protected JobStatusEnum |
Job.status |
| Modifier and Type | Method and Description |
|---|---|
static JobStatusEnum |
JobStatusEnum.fromValue(String v) |
JobStatusEnum |
JobSummary.getStatus()
Gets the value of the status property.
|
JobStatusEnum |
Job.getStatus()
Gets the value of the status property.
|
static JobStatusEnum |
JobStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatusEnum[] |
JobStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSummary.setStatus(JobStatusEnum value)
Sets the value of the status property.
|
void |
Job.setStatus(JobStatusEnum value)
Sets the value of the status property.
|
| Constructor and Description |
|---|
Job(String id,
JobStatusEnum status,
String namespace,
String jobName,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
WorkflowStep currentWorkflowStep,
List<WorkflowStep> completedWorkflowSteps,
List<Parameter> parameters,
String activitiJobXml,
List<WorkflowError> workflowErrors,
String deleteReason)
Fully-initialising value constructor
|
JobSummary(String id,
String namespace,
String jobName,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
JobStatusEnum status,
long totalExceptions)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
JobSummaries |
JobRestController.getJobs(String namespace,
String jobName,
JobStatusEnum status,
String startTime,
String endTime)
Gets a list of job executions based on the specified filter parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.activiti.engine.history.HistoricProcessInstance> |
ActivitiService.getHistoricProcessInstancesByStatusAndProcessDefinitionKeys(JobStatusEnum jobStatus,
Collection<String> processDefinitionKeys,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime)
Gets all historic process instances by their status and process definition keys.
|
long |
ActivitiService.getHistoricProcessInstancesCountByStatusAndProcessDefinitionKeys(JobStatusEnum jobStatus,
Collection<String> processDefinitionKeys,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime)
Gets the count of historic process instances by their status and process definition keys.
|
JobSummaries |
JobService.getJobs(String namespace,
String jobName,
JobStatusEnum jobStatus,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime)
Gets a list of job executions based on the specified filter parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.activiti.engine.history.HistoricProcessInstance> |
ActivitiServiceImpl.getHistoricProcessInstancesByStatusAndProcessDefinitionKeys(JobStatusEnum jobStatus,
Collection<String> processDefinitionKeys,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime) |
long |
ActivitiServiceImpl.getHistoricProcessInstancesCountByStatusAndProcessDefinitionKeys(JobStatusEnum jobStatus,
Collection<String> processDefinitionKeys,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime) |
JobSummaries |
JobServiceImpl.getJobs(String namespace,
String jobName,
JobStatusEnum jobStatus,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime) |
Copyright © 2021. All rights reserved.