public class AcquiredJobEntities extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JobEntity> |
acquiredJobs |
| Constructor and Description |
|---|
AcquiredJobEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJob(JobEntity job) |
boolean |
contains(String jobId) |
Collection<JobEntity> |
getJobs() |
int |
size() |
public void addJob(JobEntity job)
public Collection<JobEntity> getJobs()
public boolean contains(String jobId)
public int size()
Copyright © 2016 Alfresco. All rights reserved.