Package io.apicurio.registry.rest.v1
Class IdsResourceImpl
- java.lang.Object
-
- io.apicurio.registry.rest.v1.IdsResourceImpl
-
- All Implemented Interfaces:
Headers,IdsResource
@ApplicationScoped @Deprecated public class IdsResourceImpl extends Object implements IdsResource, Headers
Deprecated.- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
-
Fields inherited from interface io.apicurio.registry.rest.Headers
ARTIFACT_ID, ARTIFACT_TYPE, CONTENT_TYPE, DEPRECATED, DESCRIPTION, DESCRIPTION_ENCODED, GROUP_ID, NAME, NAME_ENCODED, TENANT_ID, VERSION
-
-
Constructor Summary
Constructors Constructor Description IdsResourceImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcheckIfDeprecated(Supplier<ArtifactState> stateSupplier, String artifactId, String version, javax.ws.rs.core.Response.ResponseBuilder builder)Deprecated.javax.ws.rs.core.ResponsegetArtifactByGlobalId(long globalId)Deprecated.ArtifactMetaDatagetArtifactMetaDataByGlobalId(long globalId)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.registry.rest.Headers
checkIfDeprecated
-
-
-
-
Method Detail
-
checkIfDeprecated
public void checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String artifactId, String version, javax.ws.rs.core.Response.ResponseBuilder builder)
Deprecated.
-
getArtifactByGlobalId
public javax.ws.rs.core.Response getArtifactByGlobalId(long globalId)
Deprecated.- Specified by:
getArtifactByGlobalIdin interfaceIdsResource- See Also:
IdsResource.getArtifactByGlobalId(long)
-
getArtifactMetaDataByGlobalId
public ArtifactMetaData getArtifactMetaDataByGlobalId(long globalId)
Deprecated.- Specified by:
getArtifactMetaDataByGlobalIdin interfaceIdsResource- See Also:
IdsResource.getArtifactMetaDataByGlobalId(long)
-
-