| Modifier and Type | Method and Description |
|---|---|
SJobLog |
JobService.createJobLog(SJobLog sJobLog)
Create a new job log for a specific tenant
|
SJobLog |
JobService.getJobLog(long id)
Get a specific job log
|
| Modifier and Type | Method and Description |
|---|---|
List<SJobLog> |
JobService.getJobLogs(long jobDescriptorId,
int fromIndex,
int maxResults)
Get all
SJobLog of a specific SJobDescriptor |
List<SJobLog> |
JobService.searchJobLogs(QueryOptions queryOptions)
Search all job logs according to specific criteria
|
| Modifier and Type | Method and Description |
|---|---|
SJobLog |
JobService.createJobLog(SJobLog sJobLog)
Create a new job log for a specific tenant
|
void |
JobService.deleteJobLog(SJobLog sJobLog)
Delete the specified job log
|
void |
JobService.updateJobLog(SJobLog jobLog,
EntityUpdateDescriptor descriptor)
Update a
SJobLog |
| Modifier and Type | Method and Description |
|---|---|
SJobLog |
SJobLogBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SJobLog |
SJobLogBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SJobLog |
JobServiceImpl.createJobLog(SJobLog sJobLog) |
SJobLog |
JobServiceImpl.getJobLog(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<SJobLog> |
JobServiceImpl.getJobLogs(long jobDescriptorId,
int fromIndex,
int maxResults) |
List<SJobLog> |
JobServiceImpl.searchJobLogs(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SJobLog |
JobServiceImpl.createJobLog(SJobLog sJobLog) |
void |
JobServiceImpl.deleteJobLog(SJobLog sJobLog) |
void |
JobServiceImpl.updateJobLog(SJobLog jobLog,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SJobLogImpl |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.