Modifier and Type | Method and Description |
---|---|
InQuery |
InQuery.add(boolean... inValue)
Add an In Value to an existing In Query
|
InQuery |
InQuery.add(Date... inValue)
Add an In Value to an existing In Query
|
InQuery |
InQuery.add(double... inValue)
Add an In Value to an existing In Query
|
InQuery |
InQuery.add(long... inValue)
Add an In Value to an existing In Query
|
BooleanQuery |
BooleanQuery.add(Query... queries)
Add sub queries to Boolean Query
|
InQuery |
InQuery.add(String... inValue)
Add an In Value to an existing In Query
|
MltQuery |
MltQuery.add(String... variableName)
Add a variable into the Mlt Query
|
PathQuery |
PathQuery.add(String... pathes)
Add other paths (at end) to a PATH Query
|
TermQuery |
TermQuery.add(String variableName,
boolean value)
Add other Term sub queries to Term Query
|
TermQuery |
TermQuery.add(String variableName,
Date value)
Add other Term sub queries to Term Query
|
TermQuery |
TermQuery.add(String variableName,
double value)
Add other Term sub queries to Term Query
|
TermQuery |
TermQuery.add(String variableName,
long value)
Add other Term sub queries to Term Query
|
TermQuery |
TermQuery.add(String variableName,
String value)
Add other Term sub queries to Term Query
|
static BooleanQuery |
QueryHelper.and() |
protected void |
Query.createQueryVariable(BuilderToken.QUERY query,
String variableName) |
protected void |
Query.createQueryVariableValue(BuilderToken.QUERY query,
String variableName,
boolean value) |
protected void |
Query.createQueryVariableValue(BuilderToken.QUERY query,
String variableName,
Date value) |
protected void |
Query.createQueryVariableValue(BuilderToken.QUERY query,
String variableName,
double value) |
protected void |
Query.createQueryVariableValue(BuilderToken.QUERY query,
String variableName,
long value) |
protected void |
Query.createQueryVariableValue(BuilderToken.QUERY query,
String variableName,
String value) |
static CompareQuery |
QueryHelper.eq(String variableName,
boolean value) |
static CompareQuery |
QueryHelper.eq(String variableName,
Date value) |
static CompareQuery |
QueryHelper.eq(String variableName,
double value) |
static CompareQuery |
QueryHelper.eq(String variableName,
long value) |
static CompareQuery |
QueryHelper.eq(String variableName,
String value) |
static ExistsQuery |
QueryHelper.exists(String variableName) |
static MltQuery |
QueryHelper.flt(String value,
String... variableName) |
static CompareQuery |
QueryHelper.gt(String variableName,
boolean value) |
static CompareQuery |
QueryHelper.gt(String variableName,
Date value) |
static CompareQuery |
QueryHelper.gt(String variableName,
double value) |
static CompareQuery |
QueryHelper.gt(String variableName,
long value) |
static CompareQuery |
QueryHelper.gt(String variableName,
String value) |
static CompareQuery |
QueryHelper.gte(String variableName,
boolean value) |
static CompareQuery |
QueryHelper.gte(String variableName,
Date value) |
static CompareQuery |
QueryHelper.gte(String variableName,
double value) |
static CompareQuery |
QueryHelper.gte(String variableName,
long value) |
static CompareQuery |
QueryHelper.gte(String variableName,
String value) |
static InQuery |
QueryHelper.in(String variableName,
boolean... value) |
static InQuery |
QueryHelper.in(String variableName,
Date... value) |
static InQuery |
QueryHelper.in(String variableName,
double... value) |
static InQuery |
QueryHelper.in(String variableName,
long... value) |
static InQuery |
QueryHelper.in(String variableName,
String... value) |
static ExistsQuery |
QueryHelper.isNull(String variableName) |
static CompareQuery |
QueryHelper.lt(String variableName,
boolean value) |
static CompareQuery |
QueryHelper.lt(String variableName,
Date value) |
static CompareQuery |
QueryHelper.lt(String variableName,
double value) |
static CompareQuery |
QueryHelper.lt(String variableName,
long value) |
static CompareQuery |
QueryHelper.lt(String variableName,
String value) |
static CompareQuery |
QueryHelper.lte(String variableName,
boolean value) |
static CompareQuery |
QueryHelper.lte(String variableName,
Date value) |
static CompareQuery |
QueryHelper.lte(String variableName,
double value) |
static CompareQuery |
QueryHelper.lte(String variableName,
long value) |
static CompareQuery |
QueryHelper.lte(String variableName,
String value) |
static MatchQuery |
QueryHelper.match(String variableName,
String value) |
static MatchQuery |
QueryHelper.matchAll(String variableName,
String value) |
static MatchQuery |
QueryHelper.matchPhrase(String variableName,
String value) |
static MatchQuery |
QueryHelper.matchPhrasePrefix(String variableName,
String value) |
static ExistsQuery |
QueryHelper.missing(String variableName) |
static MltQuery |
QueryHelper.mlt(String value,
String... variableName) |
static CompareQuery |
QueryHelper.ne(String variableName,
boolean value) |
static CompareQuery |
QueryHelper.ne(String variableName,
Date value) |
static CompareQuery |
QueryHelper.ne(String variableName,
double value) |
static CompareQuery |
QueryHelper.ne(String variableName,
long value) |
static CompareQuery |
QueryHelper.ne(String variableName,
String value) |
static InQuery |
QueryHelper.nin(String variableName,
boolean... value) |
static InQuery |
QueryHelper.nin(String variableName,
Date... value) |
static InQuery |
QueryHelper.nin(String variableName,
double... value) |
static InQuery |
QueryHelper.nin(String variableName,
long... value) |
static InQuery |
QueryHelper.nin(String variableName,
String... value) |
static BooleanQuery |
QueryHelper.not() |
static BooleanQuery |
QueryHelper.or() |
static PathQuery |
QueryHelper.path(String... pathes) |
static RangeQuery |
QueryHelper.range(String variableName,
Date min,
boolean includeMin,
Date max,
boolean includeMax) |
static RangeQuery |
QueryHelper.range(String variableName,
double min,
boolean includeMin,
double max,
boolean includeMax) |
static RangeQuery |
QueryHelper.range(String variableName,
long min,
boolean includeMin,
long max,
boolean includeMax) |
static RangeQuery |
QueryHelper.range(String variableName,
String min,
boolean includeMin,
String max,
boolean includeMax) |
static SearchQuery |
QueryHelper.regex(String variableName,
String value) |
static SearchQuery |
QueryHelper.search(String variableName,
String value) |
MatchQuery |
MatchQuery.setMatchMaxExpansions(int max) |
static CompareQuery |
QueryHelper.size(String variableName,
long value) |
static TermQuery |
QueryHelper.term(Map<String,Object> variableNameValue) |
static TermQuery |
QueryHelper.term(String variableName,
boolean value) |
static TermQuery |
QueryHelper.term(String variableName,
Date value) |
static TermQuery |
QueryHelper.term(String variableName,
double value) |
static TermQuery |
QueryHelper.term(String variableName,
long value) |
static TermQuery |
QueryHelper.term(String variableName,
String value) |
static WildcardQuery |
QueryHelper.wildcard(String variableName,
String value) |
Constructor and Description |
---|
BooleanQuery(BuilderToken.QUERY booleanQuery)
BooleanQuery constructor
|
CompareQuery(BuilderToken.QUERY compareQuery,
String variableName,
boolean value)
Compare Query constructor
|
CompareQuery(BuilderToken.QUERY compareQuery,
String variableName,
Date value)
Compare Query constructor
|
CompareQuery(BuilderToken.QUERY compareQuery,
String variableName,
double value)
Compare Query constructor
|
CompareQuery(BuilderToken.QUERY compareQuery,
String variableName,
long value)
Compare Query constructor
|
CompareQuery(BuilderToken.QUERY compareQuery,
String variableName,
String value)
Compare Query constructor
|
ExistsQuery(BuilderToken.QUERY existsQuery,
String variableName)
Exists, Missing, IsNull Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
boolean... values)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
boolean value)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
Date... values)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
Date value)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
double... values)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
double value)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
long... values)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
long value)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
String... values)
In Query constructor
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
String value)
In Query constructor
|
MatchQuery(BuilderToken.QUERY matchQuery,
String variableName,
String value)
Match Query constructor
|
MltQuery(BuilderToken.QUERY mltQuery,
String value,
String... variableNames)
MoreLikeThis Query constructor
|
NopQuery()
Constructs a NopQuery and declare it ready
|
PathQuery(String... pathes)
Path Query constructor
|
RangeQuery(String variableName,
BuilderToken.QUERY from,
Date valueFrom,
BuilderToken.QUERY to,
Date valueTo)
Range Query constructor
|
RangeQuery(String variableName,
BuilderToken.QUERY from,
double valueFrom,
BuilderToken.QUERY to,
double valueTo)
Range Query constructor
|
RangeQuery(String variableName,
BuilderToken.QUERY from,
long valueFrom,
BuilderToken.QUERY to,
long valueTo)
Range Query constructor
|
RangeQuery(String variableName,
BuilderToken.QUERY from,
String valueFrom,
BuilderToken.QUERY to,
String valueTo)
Range Query constructor
|
SearchQuery(BuilderToken.QUERY searchQuery,
String variableName,
String value)
Search Query constructor
|
TermQuery(Map<String,Object> variableNameValue)
Term Query constructor from Map
|
TermQuery(String variableName,
boolean value)
Term Query constructor
|
TermQuery(String variableName,
Date value)
Term Query constructor
|
TermQuery(String variableName,
double value)
Term Query constructor
|
TermQuery(String variableName,
long value)
Term Query constructor
|
TermQuery(String variableName,
String value)
Term Query constructor
|
WildcardQuery(String variableName,
String value)
Wildcard Query constructor
|
Modifier and Type | Method and Description |
---|---|
AddAction |
AddAction.add(boolean... value)
Add other Add sub actions to Add Query
|
PullAction |
PullAction.add(boolean... value)
Add other Pull sub actions to Pull Query
|
PushAction |
PushAction.add(boolean... value)
Add other Push sub actions to Push Query
|
AddAction |
AddAction.add(Date... value)
Add other Add sub actions to Add Query
|
PullAction |
PullAction.add(Date... value)
Add other Pull sub actions to Pull Query
|
PushAction |
PushAction.add(Date... value)
Add other Push sub actions to Push Query
|
AddAction |
AddAction.add(double... value)
Add other Add sub actions to Add Query
|
PullAction |
PullAction.add(double... value)
Add other Pull sub actions to Pull Query
|
PushAction |
PushAction.add(double... value)
Add other Push sub actions to Push Query
|
AddAction |
AddAction.add(long... value)
Add other Add sub actions to Add Query
|
PullAction |
PullAction.add(long... value)
Add other Pull sub actions to Pull Query
|
PushAction |
PushAction.add(long... value)
Add other Push sub actions to Push Query
|
UnsetAction |
UnsetAction.add(String... variableNames)
Add other UnSet sub actions to UnSet Query
|
AddAction |
AddAction.add(String... value)
Add other Add sub actions to Add Query
|
PullAction |
PullAction.add(String... value)
Add other Pull sub actions to Pull Query
|
PushAction |
PushAction.add(String... value)
Add other Push sub actions to Push Query
|
static AddAction |
UpdateActionHelper.add(String variableName,
boolean... value) |
SetAction |
SetAction.add(String variableName,
boolean value)
Add other Set sub actions to Set Query
|
static AddAction |
UpdateActionHelper.add(String variableName,
Date... value) |
SetAction |
SetAction.add(String variableName,
Date value)
Add other Set sub actions to Set Query
|
static AddAction |
UpdateActionHelper.add(String variableName,
double... value) |
SetAction |
SetAction.add(String variableName,
double value)
Add other Set sub actions to Set Query
|
SetAction |
SetAction.add(String variableName,
List<?> values)
Add other Set sub actions to Set Query
|
static AddAction |
UpdateActionHelper.add(String variableName,
long... value) |
SetAction |
SetAction.add(String variableName,
long value)
Add other Set sub actions to Set Query
|
static AddAction |
UpdateActionHelper.add(String variableName,
String... value) |
SetAction |
SetAction.add(String variableName,
String value)
Add other Set sub actions to Set Query
|
protected void |
Action.createActionVariable(BuilderToken.UPDATEACTION action,
String variableName) |
protected void |
Action.createActionVariableEach(BuilderToken.UPDATEACTION action,
String variableName) |
protected void |
Action.createActionVariables(BuilderToken.UPDATEACTION action,
String... variableNames) |
protected void |
Action.createActionVariableValue(BuilderToken.UPDATEACTION action,
String variableName,
boolean value) |
protected void |
Action.createActionVariableValue(BuilderToken.UPDATEACTION action,
String variableName,
Date value) |
protected void |
Action.createActionVariableValue(BuilderToken.UPDATEACTION action,
String variableName,
double value) |
protected void |
Action.createActionVariableValue(BuilderToken.UPDATEACTION action,
String variableName,
List<?> value) |
protected void |
Action.createActionVariableValue(BuilderToken.UPDATEACTION action,
String variableName,
long value) |
protected void |
Action.createActionVariableValue(BuilderToken.UPDATEACTION action,
String variableName,
String value) |
static IncAction |
UpdateActionHelper.inc(String variableName) |
static IncAction |
UpdateActionHelper.inc(String variableName,
long value) |
static MaxAction |
UpdateActionHelper.max(String variableName,
boolean value) |
static MaxAction |
UpdateActionHelper.max(String variableName,
Date value) |
static MaxAction |
UpdateActionHelper.max(String variableName,
double value) |
static MaxAction |
UpdateActionHelper.max(String variableName,
long value) |
static MaxAction |
UpdateActionHelper.max(String variableName,
String value) |
static MinAction |
UpdateActionHelper.min(String variableName,
boolean value) |
static MinAction |
UpdateActionHelper.min(String variableName,
Date value) |
static MinAction |
UpdateActionHelper.min(String variableName,
double value) |
static MinAction |
UpdateActionHelper.min(String variableName,
long value) |
static MinAction |
UpdateActionHelper.min(String variableName,
String value) |
static PopAction |
UpdateActionHelper.pop(String variableName) |
static PopAction |
UpdateActionHelper.pop(String variableName,
int way) |
static PullAction |
UpdateActionHelper.pull(String variableName,
boolean... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
Date... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
double... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
long... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
String... value) |
static PushAction |
UpdateActionHelper.push(String variableName,
boolean... value) |
static PushAction |
UpdateActionHelper.push(String variableName,
Date... value) |
static PushAction |
UpdateActionHelper.push(String variableName,
double... value) |
static PushAction |
UpdateActionHelper.push(String variableName,
long... value) |
static PushAction |
UpdateActionHelper.push(String variableName,
String... value) |
static RenameAction |
UpdateActionHelper.rename(String variableName,
String newName) |
static SetAction |
UpdateActionHelper.set(Map<String,?> map) |
static SetAction |
UpdateActionHelper.set(com.fasterxml.jackson.databind.node.ObjectNode node) |
static SetAction |
UpdateActionHelper.set(String variableName,
boolean value) |
static SetAction |
UpdateActionHelper.set(String variableName,
Date value) |
static SetAction |
UpdateActionHelper.set(String variableName,
double value) |
static SetAction |
UpdateActionHelper.set(String variableName,
List<?> value) |
static SetAction |
UpdateActionHelper.set(String variableName,
long value) |
static SetAction |
UpdateActionHelper.set(String variableName,
String value) |
static UnsetAction |
UpdateActionHelper.unset(String... variableName) |
Constructor and Description |
---|
AddAction(String variableName,
boolean... value)
Add Action constructor
|
AddAction(String variableName,
Date... value)
Add Action constructor
|
AddAction(String variableName,
double... value)
Add Action constructor
|
AddAction(String variableName,
long... value)
Add Action constructor
|
AddAction(String variableName,
String... value)
Add Action constructor
|
IncAction(String variableName)
Inc Action constructor from variable name only (value to 1)
|
IncAction(String variableName,
long value)
Inc Action constructor
|
MaxAction(String variableName,
boolean value)
Max Action constructor
|
MaxAction(String variableName,
Date value)
Max Action constructor
|
MaxAction(String variableName,
double value)
Max Action constructor
|
MaxAction(String variableName,
long value)
Max Action constructor
|
MaxAction(String variableName,
String value)
Max Action constructor
|
MinAction(String variableName,
boolean value)
Min Action constructor
|
MinAction(String variableName,
Date value)
Min Action constructor
|
MinAction(String variableName,
double value)
Min Action constructor
|
MinAction(String variableName,
long value)
Min Action constructor
|
MinAction(String variableName,
String value)
Min Action constructor
|
PopAction(String variableName)
Pop Action constructor with default last position removal
|
PopAction(String variableName,
int way)
Pop Action constructor
|
PullAction(String variableName,
boolean... value)
Pull Action constructor
|
PullAction(String variableName,
Date... value)
Pull Action constructor
|
PullAction(String variableName,
double... value)
Pull Action constructor
|
PullAction(String variableName,
long... value)
Pull Action constructor
|
PullAction(String variableName,
String... value)
Pull Action constructor
|
PushAction(String variableName,
boolean... value)
Push Action constructor
|
PushAction(String variableName,
Date... value)
Push Action constructor
|
PushAction(String variableName,
double... value)
Push Action constructor
|
PushAction(String variableName,
long... value)
Push Action constructor
|
PushAction(String variableName,
String... value)
Push Action constructor
|
RenameAction(String variableName,
String newName)
Rename Action constructor
|
SetAction(Map<String,?> variableNameValue)
Set Action constructor from Map
|
SetAction(com.fasterxml.jackson.databind.node.ObjectNode updateData)
Set Action constructor from ObjectNode
|
SetAction(String variableName,
boolean value)
Set Action constructor
|
SetAction(String variableName,
Date value)
Set Action constructor
|
SetAction(String variableName,
double value)
Set Action constructor
|
SetAction(String variableName,
List<?> value)
Set Action constructor
|
SetAction(String variableName,
long value)
Set Action constructor
|
SetAction(String variableName,
String value)
Set Action constructor
|
UnsetAction(String... variableNames)
UnSet Action constructor from list of variable names
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractRequest |
AbstractRequest.setQuery(Query query)
Set the query of request: in case of multi-query request: re-initialize list of query
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.JsonNode |
GlobalDatas.getValueJsonNode(Object value) |
Modifier and Type | Method and Description |
---|---|
UpdateMultiQuery |
UpdateMultiQuery.addActions(Action... action) |
RequestMultiple |
RequestMultiple.addQueries(Query... queries) |
RequestMultiple |
RequestMultiple.setQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
Update |
Update.addActions(Action... action) |
RequestSingle |
RequestSingle.setQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
static ExistsQuery |
QueryParserHelper.exists(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static ExistsQuery |
QueryParserHelper.isNull(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static ExistsQuery |
QueryParserHelper.missing(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static NopQuery |
QueryParserHelper.nop()
Constructs a null operation (nop) query, meaning there is no 'where' demand.
|
Constructor and Description |
---|
NopQuery()
Constructs a NopQuery and declare it ready
|
Modifier and Type | Method and Description |
---|---|
protected Query[] |
AbstractParser.analyzeArrayCommand(BuilderToken.QUERY query,
com.fasterxml.jackson.databind.JsonNode commands) |
protected Query |
AbstractParser.analyzeOneCommand(String refCommand,
com.fasterxml.jackson.databind.JsonNode command) |
Modifier and Type | Method and Description |
---|---|
void |
RequestParserMultiple.addCondition(Query condition)
Allow to add one condition to the current parsed Request on top Query
Example:
|
protected void |
RequestParserMultiple.analyzeRootQuery(com.fasterxml.jackson.databind.JsonNode command)
{ expression, $exactdepth : exactdepth, $depth : /- depth }, $exactdepth and $depth being optional (mutual
exclusive)
|
Modifier and Type | Method and Description |
---|---|
void |
RequestParserSingle.addCondition(Query condition)
Allow to add one condition to the current parsed Request
Example:
|
protected void |
RequestParserSingle.analyzeRootQuery(com.fasterxml.jackson.databind.JsonNode command)
{ expression }
|
Modifier and Type | Method and Description |
---|---|
DbRequestResult |
DbRequestSingle.execute(RequestSingle request)
execute all request
|
DbRequestResult |
DbRequestSingle.execute(RequestSingle request,
Integer version)
execute all request
|
static com.mongodb.client.MongoCursor<VitamDocument<?>> |
DbRequestHelper.selectMongoDbExecuteThroughFakeMongoCursor(VitamCollection collection,
RequestParserSingle parser,
List<String> list,
List<Float> scores)
Private method for select using MongoDb from Elasticsearch result
|
Modifier and Type | Method and Description |
---|---|
RequestResponseOK<AccessContractModel> |
ContractsFinder.findAccessContrats(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Modifier and Type | Method and Description |
---|---|
void |
AgenciesService.findAllAgenciesUsedByAccessContracts()
Find all agencies used by access contracts
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
ReferentialAccessionRegisterSummaryUtil.createActions(AccessionRegisterDetail registerDetail)
Add action for summary from register detail
|
Update |
ReferentialAccessionRegisterSummaryUtil.generateUpdateQuery(AccessionRegisterDetail registerDetail)
Generate update query on summary from register detail
|
void |
ReferentialFile.importFile(InputStream file,
String filename)
importFile : import reference file to database
|
Modifier and Type | Method and Description |
---|---|
void |
AdminManagementRepositoryService.save(FunctionalAdminCollections collection,
com.fasterxml.jackson.databind.JsonNode functionalAdminItem,
Integer tenant)
Save functional admin item
|
Modifier and Type | Method and Description |
---|---|
String |
AccessService.findUnitGUIDByTitleAndOperationId(AccessExternalClient accessClient,
int tenantId,
String contractId,
String applicationSessionId,
String operationId,
String auTitle)
Search an AU by its tile (unique in sip) and operationId (of the sip operation)
|
Modifier and Type | Method and Description |
---|---|
void |
ContextStep.find_a_context_id(String name) |
void |
SecurityProfileStep.has_full_access() |
void |
SecurityProfileStep.has_not_permission(String permission) |
void |
SecurityProfileStep.has_permission(String permission) |
void |
AgenciesStep.search_contracts(String name) |
void |
ContractsStep.search_contracts(String type,
String name) |
void |
ProfileStep.search_profiles(String name) |
void |
ContextStep.update_context_by_name_query(String name,
Integer status) |
void |
SecurityProfileStep.update_security_profile_by_query(String queryFilename,
Integer statusCode) |
static void |
ContractsStep.updateContext(AdminExternalClient adminExternalClient,
String applicationSessionId,
String contextIdentifier,
List<PermissionModel> permissions) |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.JsonNode |
DslQueryHelper.createGetByIdDSLSelectMultipleQuery(Map<String,String> projectionCriteriaMap)
Create GetById Select Multiple Query Dsl request that contains only projection.
|
static com.fasterxml.jackson.databind.JsonNode |
DslQueryHelper.createSelectDSLQuery(Map<String,String> searchCriteriaMap) |
static com.fasterxml.jackson.databind.JsonNode |
DslQueryHelper.createSelectElasticsearchDSLQuery(Map<String,Object> searchCriteriaMap) |
static com.fasterxml.jackson.databind.JsonNode |
DslQueryHelper.createSingleQueryDSL(Map<String,Object> searchCriteriaMap)
generate the DSL query after receiving the search criteria
|
static com.fasterxml.jackson.databind.JsonNode |
DslQueryHelper.createUpdateByIdDSLQuery(Map<String,com.fasterxml.jackson.databind.JsonNode> searchCriteriaMap,
Map<String,com.fasterxml.jackson.databind.JsonNode> updateRules) |
static RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
UserInterfaceTransactionManager.findAccessionRegisterDetail(String id,
String options,
VitamContext context) |
static RequestResponse<AccessionRegisterSummaryModel> |
UserInterfaceTransactionManager.findAccessionRegisterSummary(String options,
VitamContext context) |
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookOperations.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date)
Find One logbook TraceabilityOperation after a given date
|
LogbookOperation |
LogbookOperations.findLastTraceabilityOperationOK()
Find last successful traceability operation
|
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperations.selectOperationsPersistedAfterDate(LocalDateTime date)
Select all logbook operations entries after a given date
|
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookOperationsDecorator.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsImpl.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsDecorator.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsImpl.findLastTraceabilityOperationOK() |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsDecorator.selectOperationsPersistedAfterDate(LocalDateTime date) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsImpl.selectOperationsPersistedAfterDate(LocalDateTime date) |
Copyright © 2018 Vitam. All rights reserved.