Class AbstractCommand

java.lang.Object
dev.dsf.fhir.dao.command.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractCommandWithResource, DeleteCommand, ReadCommand

public abstract class AbstractCommand extends Object implements Command
  • Field Details

    • audit

      protected static final org.slf4j.Logger audit
    • index

      protected final int index
    • identity

      protected final Identity identity
    • returnType

      protected final PreferReturnType returnType
    • bundle

      protected final org.hl7.fhir.r4.model.Bundle bundle
    • entry

      protected final org.hl7.fhir.r4.model.Bundle.BundleEntryComponent entry
    • serverBase

      protected final String serverBase
    • authorizationHelper

      protected final AuthorizationHelper authorizationHelper
  • Constructor Details

    • AbstractCommand

      public AbstractCommand(int transactionPriority, 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)
  • Method Details