Uses of Class
fr.gouv.vitam.common.model.administration.schema.SchemaResponse
-
Packages that use SchemaResponse Package Description fr.gouv.vitam.access.external.client Providesfr.gouv.vitam.common.model.administration.schema fr.gouv.vitam.functional.administration.client Provides Functional administration client interface, factory and implementations.fr.gouv.vitam.functional.administration.core.schema fr.gouv.vitam.functional.administration.utils -
-
Uses of SchemaResponse in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client that return types with arguments of type SchemaResponse Modifier and Type Method Description RequestResponse<SchemaResponse>
AdminExternalClient. getObjectGroupSchema(VitamContext vitamContext)
get Object group schemaRequestResponse<SchemaResponse>
AdminExternalClientMock. getObjectGroupSchema(VitamContext vitamContext)
RequestResponse<SchemaResponse>
AdminExternalClientRest. getObjectGroupSchema(VitamContext vitamContext)
RequestResponse<SchemaResponse>
AdminExternalClient. getUnitSchema(VitamContext vitamContext)
get unit schemaRequestResponse<SchemaResponse>
AdminExternalClientMock. getUnitSchema(VitamContext vitamContext)
RequestResponse<SchemaResponse>
AdminExternalClientRest. getUnitSchema(VitamContext vitamContext)
-
Uses of SchemaResponse in fr.gouv.vitam.common.model.administration.schema
Methods in fr.gouv.vitam.common.model.administration.schema that return SchemaResponse Modifier and Type Method Description SchemaResponse
SchemaResponse. setApiField(java.lang.String apiField)
SchemaResponse
SchemaResponse. setApiPath(java.lang.String apiPath)
SchemaResponse
SchemaResponse. setCategory(SchemaCategory category)
SchemaResponse
SchemaResponse. setCollection(java.lang.String collection)
SchemaResponse
SchemaResponse. setDescription(java.lang.String description)
SchemaResponse
SchemaResponse. setFieldName(java.lang.String fieldName)
SchemaResponse
SchemaResponse. setOrigin(SchemaOrigin origin)
SchemaResponse
SchemaResponse. setSedaField(java.lang.String sedaField)
SchemaResponse
SchemaResponse. setShortName(java.lang.String shortName)
SchemaResponse
SchemaResponse. setTenant(java.lang.Integer tenant)
SchemaResponse
SchemaResponse. setType(SchemaType type)
-
Uses of SchemaResponse in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that return types with arguments of type SchemaResponse Modifier and Type Method Description RequestResponse<SchemaResponse>
AdminManagementClient. getObjectGroupSchema()
RequestResponse<SchemaResponse>
AdminManagementClientMock. getObjectGroupSchema()
RequestResponse<SchemaResponse>
AdminManagementClient. getUnitSchema()
RequestResponse<SchemaResponse>
AdminManagementClientMock. getUnitSchema()
-
Uses of SchemaResponse in fr.gouv.vitam.functional.administration.core.schema
Methods in fr.gouv.vitam.functional.administration.core.schema that return types with arguments of type SchemaResponse Modifier and Type Method Description java.util.List<SchemaResponse>
SchemaService. findObjectGroupInternalSchema()
Retrieve Object group schema listjava.util.List<SchemaResponse>
SchemaService. findUnitInternalSchema()
Retrieve the schema list for unit collectionjava.util.List<SchemaResponse>
SchemaService. findUnitSchema()
Retrieve internal and external schema list -
Uses of SchemaResponse in fr.gouv.vitam.functional.administration.utils
Methods in fr.gouv.vitam.functional.administration.utils that return types with arguments of type SchemaResponse Modifier and Type Method Description static VitamError<SchemaResponse>
ResponseErrorUtils. getErrorEntity(javax.ws.rs.core.Response.Status status, java.lang.String message, java.lang.String context)
Construct the error following input
-