Package | Description |
---|---|
fr.gouv.vitam.common.database.builder.query.action |
Provides classes for DSL operations
|
fr.gouv.vitam.common.database.builder.request |
Provides an abstract request class
|
fr.gouv.vitam.common.database.builder.request.multiple |
Provides database builders for multiple query requests
|
fr.gouv.vitam.common.database.builder.request.single |
Provides database builders for single query requests
|
fr.gouv.vitam.common.database.parser.request.multiple |
Provides database parsers for multiple query requests
|
fr.gouv.vitam.common.database.parser.request.single |
Provides database parsers for single query requests
|
fr.gouv.vitam.common.database.translators.mongodb |
Provides translators for MongoDB
|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
Modifier and Type | Class and Description |
---|---|
class |
AddAction
Add Action: $add : { name : { $each : [ value, value, ...
|
class |
IncAction
Inc Action: $inc : { name : value }
|
class |
MaxAction
Max Action: $max : { name : value }
|
class |
MinAction
Min Action: $min : { name : value }
|
class |
PopAction
Pop Action: $pop : { name : -1/1 }
|
class |
PullAction
Pull Action: $pull : { name : { $each : [ value, value, ...
|
class |
PushAction
Push Action: $push : { name : { $each : [ value, value, ...
|
class |
RenameAction
Rename Action: $rename : { name : newname }
|
class |
SetAction
Set Action: $set : { name : value, name : value, ...
|
class |
UnsetAction
UnSet Action: $unset : [ name, name, ...
|
Modifier and Type | Method and Description |
---|---|
abstract List<Action> |
AbstractRequest.getActions() |
Modifier and Type | Field and Description |
---|---|
protected List<Action> |
UpdateMultiQuery.actions |
Modifier and Type | Method and Description |
---|---|
List<Action> |
RequestMultiple.getActions()
default implements of getActions
|
List<Action> |
UpdateMultiQuery.getActions() |
Modifier and Type | Method and Description |
---|---|
UpdateMultiQuery |
UpdateMultiQuery.addActions(Action... action) |
Modifier and Type | Field and Description |
---|---|
protected List<Action> |
Update.actions |
Modifier and Type | Method and Description |
---|---|
List<Action> |
Update.getActions() |
List<Action> |
RequestSingle.getActions()
default implements of getActions
|
Modifier and Type | Method and Description |
---|---|
Update |
Update.addActions(Action... action) |
Modifier and Type | Method and Description |
---|---|
protected Action |
UpdateParserMultiple.analyseOneAction(String refCommand,
com.fasterxml.jackson.databind.JsonNode command) |
Modifier and Type | Method and Description |
---|---|
protected Action |
UpdateParserSingle.analyseOneAction(String refCommand,
com.fasterxml.jackson.databind.JsonNode command) |
Modifier and Type | Method and Description |
---|---|
static org.bson.conversions.Bson |
UpdateActionToMongodb.getCommand(Action action) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
ReferentialAccessionRegisterSummaryUtil.createActions(AccessionRegisterDetail registerDetail)
Add action for summary from register detail
|
Copyright © 2018 Vitam. All rights reserved.