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 SchemaResponseSchemaResponse. setApiField(java.lang.String apiField)SchemaResponseSchemaResponse. setApiPath(java.lang.String apiPath)SchemaResponseSchemaResponse. setCategory(SchemaCategory category)SchemaResponseSchemaResponse. setCollection(java.lang.String collection)SchemaResponseSchemaResponse. setDescription(java.lang.String description)SchemaResponseSchemaResponse. setFieldName(java.lang.String fieldName)SchemaResponseSchemaResponse. setOrigin(SchemaOrigin origin)SchemaResponseSchemaResponse. setSedaField(java.lang.String sedaField)SchemaResponseSchemaResponse. setShortName(java.lang.String shortName)SchemaResponseSchemaResponse. setTenant(java.lang.Integer tenant)SchemaResponseSchemaResponse. 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
-