Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.model.administration |
Provides common public Model classes for the administration module.
|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.functional.administration.context.api | |
fr.gouv.vitam.functional.administration.context.core | |
fr.gouv.vitam.functional.administration.rest |
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ContextModel> |
AdminExternalClientRest.findContextById(VitamContext vitamContext,
String contextId) |
RequestResponse<ContextModel> |
AdminExternalClientMock.findContextById(VitamContext vitamContext,
String contextId) |
RequestResponse<ContextModel> |
AdminExternalClient.findContextById(VitamContext vitamContext,
String contextId)
Find a context by its id
|
RequestResponse<ContextModel> |
AdminExternalClientRest.findContexts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<ContextModel> |
AdminExternalClientMock.findContexts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<ContextModel> |
AdminExternalClient.findContexts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select)
Find contexts.
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<ContextModel> |
ClientMockResultHelper.getContexts(int statusCode) |
Modifier and Type | Method and Description |
---|---|
ContextModel |
ContextModel.setActivationdate(String activationdate) |
ContextModel |
ContextModel.setCreationdate(String creationdate) |
ContextModel |
ContextModel.setDeactivationdate(String deactivationdate) |
ContextModel |
ContextModel.setIdentifier(String identifier) |
ContextModel |
ContextModel.setLastupdate(String lastupdate) |
ContextModel |
ContextModel.setSecurityProfileIdentifier(String securityProfileIdentifier) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ContextModel> |
AdminManagementClient.findContextById(String id)
Find context by id
|
RequestResponse<ContextModel> |
AdminManagementClient.findContexts(com.fasterxml.jackson.databind.JsonNode queryDsl)
Find contexts
|
RequestResponse<ContextModel> |
AdminManagementClient.updateContext(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update context to mongo
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response.Status |
AdminManagementClient.importContexts(List<ContextModel> ContextModelList)
Import a set of context
|
Modifier and Type | Method and Description |
---|---|
ContextModel |
ContextService.findOneContextById(String id)
Find a context by its id
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ContextModel> |
ContextService.createContexts(List<ContextModel> contextModelList)
Create a list of contexts
|
RequestResponse<ContextModel> |
ContextService.updateContext(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update a context
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ContextModel> |
ContextService.createContexts(List<ContextModel> contextModelList)
Create a list of contexts
|
Modifier and Type | Method and Description |
---|---|
ContextModel |
ContextServiceImpl.findOneContextById(String id) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ContextModel> |
ContextServiceImpl.createContexts(List<ContextModel> contextModelList) |
RequestResponse<ContextModel> |
ContextServiceImpl.updateContext(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Modifier and Type | Method and Description |
---|---|
Optional<ContextValidator.ContextRejectionCause> |
ContextValidator.validate(ContextModel context)
Validate a context object
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ContextModel> |
ContextServiceImpl.createContexts(List<ContextModel> contextModelList) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ContextResource.importContexts(List<ContextModel> ContextModelList,
javax.ws.rs.core.UriInfo uri) |
javax.ws.rs.core.Response |
AdminContextResource.importContexts(List<ContextModel> contextModelList,
javax.ws.rs.core.UriInfo uri) |
Copyright © 2018 Vitam. All rights reserved.