public class TriggerGroupHelper extends GroupHelper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JOB_ID |
collection, queryHelper| Constructor and Description |
|---|
TriggerGroupHelper(com.mongodb.client.MongoCollection<org.bson.Document> collection,
QueryHelper queryHelper) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
groupsForJobId(org.bson.types.ObjectId jobId) |
java.util.List<java.lang.String> |
groupsForJobIds(java.util.Collection<org.bson.types.ObjectId> ids) |
allGroups, groupsThatMatch, inGroupsThatMatchpublic static final java.lang.String JOB_ID
public TriggerGroupHelper(com.mongodb.client.MongoCollection<org.bson.Document> collection,
QueryHelper queryHelper)