Package com.ibm.fhir.persistence.util
Interface Processor<T>
-
- All Known Implementing Classes:
AbstractProcessor
public interface Processor<T>
-
-
Method Summary
-
-
-
Method Detail
-
process
T process(SearchParameter parameter, Object value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, String value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, String value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Address value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Annotation value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Attachment value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, BackboneElement value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Base64Binary value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Boolean value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Boolean value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Canonical value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Code value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, CodeableConcept value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Coding value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, ContactDetail value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, ContactPoint value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Contributor value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Date value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, DateTime value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, DataRequirement value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Decimal value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Expression value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, HumanName value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Id value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Identifier value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Instant value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Integer value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Integer value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Markdown value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Meta value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Money value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Narrative value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Oid value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, ParameterDefinition value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Period value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, PositiveInt value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Quantity value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Range value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Ratio value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Reference value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, RelatedArtifact value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, SampledData value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Signature value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Time value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Timing value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, TriggerDefinition value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, UnsignedInt value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Uri value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Url value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, UsageContext value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Uuid value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Location.Position value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathAbstractNode value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathElementNode value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathDateTimeValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathStringValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathTimeValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathResourceNode value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathIntegerValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathDecimalValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathBooleanValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, FHIRPathQuantityValue value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, ZonedDateTime value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, LocalDate value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, YearMonth value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, Year value) throws FHIRPersistenceProcessorException
-
process
T process(SearchParameter parameter, BigDecimal value) throws FHIRPersistenceProcessorException
-
-