Class ArchiveUnitProfileSchemaResource
java.lang.Object
fr.gouv.vitam.functional.administration.rest.ArchiveUnitProfileSchemaResource
@Path("/adminmanagement/v1")
@ApplicationPath("webresources")
public class ArchiveUnitProfileSchemaResource
extends Object
-
Field Summary
-
Constructor Summary
ConstructorDescriptionArchiveUnitProfileSchemaResource
(ArchiveUnitProfileSchemaServiceImpl archiveUnitProfileSchemaServiceImpl) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
getArchiveUnitProfileSchema
(String archiveUnitId) Api to return archive unit schema
-
Field Details
-
SCHEMA_ARCHIVE_UNIT_PROFILE_URI
- See Also:
-
-
Constructor Details
-
ArchiveUnitProfileSchemaResource
public ArchiveUnitProfileSchemaResource(ArchiveUnitProfileSchemaServiceImpl archiveUnitProfileSchemaServiceImpl)
-
-
Method Details
-
getArchiveUnitProfileSchema
@Path("/archiveunitprofiles/{id}/schema") @GET @Produces("application/json") public javax.ws.rs.core.Response getArchiveUnitProfileSchema(@PathParam("id") String archiveUnitId) Api to return archive unit schema- Returns:
-