public class AcquiredJobs extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<List<String>> |
acquiredJobBatches |
protected Set<String> |
acquiredJobs |
| Constructor and Description |
|---|
AcquiredJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJobIdBatch(List<String> jobIds) |
boolean |
contains(String jobId) |
List<List<String>> |
getJobIdBatches() |
int |
size() |
Copyright © 2016 Alfresco. All rights reserved.