Package dev.dsf.fhir.dao.command
Class HeadCommand
java.lang.Object
dev.dsf.fhir.dao.command.AbstractCommand
dev.dsf.fhir.dao.command.ReadCommand
dev.dsf.fhir.dao.command.HeadCommand
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class dev.dsf.fhir.dao.command.AbstractCommand
audit, authorizationHelper, bundle, entry, identity, index, returnType, serverBaseFields inherited from interface dev.dsf.fhir.dao.command.Command
URL_UUID_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionHeadCommand(int index, Identity identity, PreferReturnType returnType, org.hl7.fhir.r4.model.Bundle bundle, org.hl7.fhir.r4.model.Bundle.BundleEntryComponent entry, String serverBase, AuthorizationHelper authorizationHelper, int defaultPageCount, DaoProvider daoProvider, ParameterConverter parameterConverter, ResponseGenerator responseGenerator, ExceptionHandler exceptionHandler, ReferenceCleaner referenceCleaner, PreferHandlingType handlingType) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetMultipleResult(org.hl7.fhir.r4.model.Bundle.BundleEntryComponent resultEntry, org.hl7.fhir.r4.model.Bundle multipleResult) protected voidsetSingleResult(org.hl7.fhir.r4.model.Bundle.BundleEntryComponent resultEntry, org.hl7.fhir.r4.model.Resource singleResult) Methods inherited from class dev.dsf.fhir.dao.command.ReadCommand
execute, getResourceTypeName, isSearch, postExecute, preExecuteMethods inherited from class dev.dsf.fhir.dao.command.AbstractCommand
getIdentity, getIndex, getTransactionPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.dao.command.Command
getIdentity, getIndex, getTransactionPriority
-
Constructor Details
-
HeadCommand
public HeadCommand(int index, Identity identity, PreferReturnType returnType, org.hl7.fhir.r4.model.Bundle bundle, org.hl7.fhir.r4.model.Bundle.BundleEntryComponent entry, String serverBase, AuthorizationHelper authorizationHelper, int defaultPageCount, DaoProvider daoProvider, ParameterConverter parameterConverter, ResponseGenerator responseGenerator, ExceptionHandler exceptionHandler, ReferenceCleaner referenceCleaner, PreferHandlingType handlingType)
-
-
Method Details
-
setSingleResult
protected void setSingleResult(org.hl7.fhir.r4.model.Bundle.BundleEntryComponent resultEntry, org.hl7.fhir.r4.model.Resource singleResult) - Overrides:
setSingleResultin classReadCommand
-
setMultipleResult
protected void setMultipleResult(org.hl7.fhir.r4.model.Bundle.BundleEntryComponent resultEntry, org.hl7.fhir.r4.model.Bundle multipleResult) - Overrides:
setMultipleResultin classReadCommand
-