Uses of Class
fr.gouv.vitam.common.model.administration.ContextModel
Packages that use ContextModel
Package
Description
Provides
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides common public Model classes for the administration module.
Provides Functional administration client interface, factory and implementations.
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
-
Uses of ContextModel in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client that return types with arguments of type ContextModelModifier and TypeMethodDescriptionAdminExternalClient.findContextById
(VitamContext vitamContext, String contextId) Find a context by its idAdminExternalClientMock.findContextById
(VitamContext vitamContext, String contextId) AdminExternalClientRest.findContextById
(VitamContext vitamContext, String contextId) AdminExternalClient.findContexts
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) Find contexts.AdminExternalClientMock.findContexts
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) AdminExternalClientRest.findContexts
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) -
Uses of ContextModel in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that return types with arguments of type ContextModelModifier and TypeMethodDescriptionstatic RequestResponse<ContextModel>
ClientMockResultHelper.getContexts
(int statusCode) -
Uses of ContextModel in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return ContextModelModifier and TypeMethodDescriptionContextModel.setActivationdate
(String activationdate) ContextModel.setCreationdate
(String creationdate) ContextModel.setDeactivationdate
(String deactivationdate) ContextModel.setIdentifier
(String identifier) ContextModel.setLastupdate
(String lastupdate) ContextModel.setSecurityProfileIdentifier
(String securityProfileIdentifier) -
Uses of ContextModel in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that return types with arguments of type ContextModelModifier and TypeMethodDescriptionAdminManagementClient.findContextById
(String id) Find context by idAdminManagementClientMock.findContextById
(String id) AdminManagementClient.findContexts
(com.fasterxml.jackson.databind.JsonNode queryDsl) Find contextsAdminManagementClientMock.findContexts
(com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.updateContext
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update context to mongoAdminManagementClientMock.updateContext
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Method parameters in fr.gouv.vitam.functional.administration.client with type arguments of type ContextModelModifier and TypeMethodDescriptionjavax.ws.rs.core.Response.Status
AdminManagementClient.importContexts
(List<ContextModel> contextModelList) Import a set of contextjavax.ws.rs.core.Response.Status
AdminManagementClientMock.importContexts
(List<ContextModel> contextModelList) -
Uses of ContextModel in fr.gouv.vitam.functional.administration.core.context
Methods in fr.gouv.vitam.functional.administration.core.context that return ContextModelModifier and TypeMethodDescriptionContextService.findOneContextById
(String id) Find a context by its idContextServiceImpl.findOneContextById
(String id) Methods in fr.gouv.vitam.functional.administration.core.context that return types with arguments of type ContextModelModifier and TypeMethodDescriptionContextService.createContexts
(List<ContextModel> contextModelList) Create a list of contextsContextServiceImpl.createContexts
(List<ContextModel> contextModelList) ContextService.deleteContext
(String contextId, boolean forceDelete) Delete a contextContextServiceImpl.deleteContext
(String contextId, boolean forceDelete) ContextService.updateContext
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update a contextContextServiceImpl.updateContext
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Methods in fr.gouv.vitam.functional.administration.core.context with parameters of type ContextModelModifier and TypeMethodDescriptionContextValidator.validate
(ContextModel context) Validate a context objectMethod parameters in fr.gouv.vitam.functional.administration.core.context with type arguments of type ContextModelModifier and TypeMethodDescriptionContextService.createContexts
(List<ContextModel> contextModelList) Create a list of contextsContextServiceImpl.createContexts
(List<ContextModel> contextModelList) -
Uses of ContextModel in fr.gouv.vitam.functional.administration.rest
Method parameters in fr.gouv.vitam.functional.administration.rest with type arguments of type ContextModelModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminContextResource.importContexts
(List<ContextModel> contextModelList, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.Response
ContextResource.importContexts
(List<ContextModel> ContextModelList, javax.ws.rs.core.UriInfo uri)