Uses of Interface
dev.dsf.fhir.dao.command.Command
Packages that use Command
-
Uses of Command in dev.dsf.fhir.dao.command
Subinterfaces of Command in dev.dsf.fhir.dao.commandClasses in dev.dsf.fhir.dao.command that implement CommandModifier and TypeClassDescriptionclassclassAbstractCommandWithResource<R extends org.hl7.fhir.r4.model.Resource,D extends ResourceDao<R>> classCheckReferencesCommand<R extends org.hl7.fhir.r4.model.Resource,D extends ResourceDao<R>> classCreateCommand<R extends org.hl7.fhir.r4.model.Resource,D extends ResourceDao<R>> classclassclassclassclassclassUpdateCommand<R extends org.hl7.fhir.r4.model.Resource,D extends ResourceDao<R>> classFields in dev.dsf.fhir.dao.command with type parameters of type CommandModifier and TypeFieldDescriptionAbstractCommandList.commandsAbstractCommandList.commandsMethods in dev.dsf.fhir.dao.command that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFactoryImpl.createCommand(int index, Identity identity, PreferReturnType returnType, PreferHandlingType handlingType, org.hl7.fhir.r4.model.Bundle bundle, org.hl7.fhir.r4.model.Bundle.BundleEntryComponent entry) Constructor parameters in dev.dsf.fhir.dao.command with type arguments of type CommandModifierConstructorDescriptionBatchCommandList(DataSource dataSource, ExceptionHandler exceptionHandler, List<? extends Command> commands, ValidationHelper validationHelper, SnapshotGenerator snapshotGenerator, EventHandler eventHandler) TransactionCommandList(DataSource dataSource, ExceptionHandler exceptionHandler, List<? extends Command> commands, Function<Connection, TransactionResources> transactionResourceFactory)