Uses of Class
com.ibm.fhir.persistence.jdbc.dto.ExtractedParameterValue
-
-
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dao
Method parameters in com.ibm.fhir.persistence.jdbc.dao with type arguments of type ExtractedParameterValue Modifier and Type Method Description voidReindexResourceDAO. updateParameters(String tablePrefix, List<ExtractedParameterValue> parameters, String parameterHashB64, String logicalId, long logicalResourceId)Reindex the resource by deleting existing parameters and replacing them with those passed in. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dao.api
Method parameters in com.ibm.fhir.persistence.jdbc.dao.api with type arguments of type ExtractedParameterValue Modifier and Type Method Description ResourceResourceDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, String parameterHashB64, ParameterDAO parameterDao, Integer ifNoneMatch)Inserts the passed Resource DTO and its associated search parameters to the appropriate FHIR resource tables. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dao.impl
Method parameters in com.ibm.fhir.persistence.jdbc.dao.impl with type arguments of type ExtractedParameterValue Modifier and Type Method Description ResourceResourceDAOImpl. insert(Resource resource, List<ExtractedParameterValue> parameters, String parameterHashB64, ParameterDAO parameterDao, Integer ifNoneMatch) -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.derby
Method parameters in com.ibm.fhir.persistence.jdbc.derby with type arguments of type ExtractedParameterValue Modifier and Type Method Description ResourceDerbyResourceDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, String parameterHashB64, ParameterDAO parameterDao, Integer ifNoneMatch)longDerbyResourceDAO. storeResource(String tablePrefix, List<ExtractedParameterValue> parameters, String p_logical_id, InputStream p_payload, Timestamp p_last_updated, boolean p_is_deleted, String p_source_key, Integer p_version, String p_parameterHashB64, Connection conn, ParameterDAO parameterDao, Integer ifNoneMatch, AtomicInteger outInteractionStatus, AtomicInteger outIfNoneMatchVersion)Store the resource in the database, creating a new logical_resource entry if this is the first version of this resource, or creating a new resource entry if this a new version of an existing logical resource. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dto
Subclasses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dto Modifier and Type Class Description classCompositeParmValThis class defines the Data Transfer Object representing a composite parameter.classDateParmValThis class defines the Data Transfer Object representing a row in the X_DATE_VALUES tables.classLocationParmValThis class defines the Data Transfer Object representing a row in the X_LATLNG_VALUES tables.classNumberParmValThis class defines the Data Transfer Object representing a row in the X_NUMBER_VALUES tables.classQuantityParmValThis class defines the Data Transfer Object representing a row in the X_QUANTITY_VALUES tables.classReferenceParmValDTO representing external and local reference parametersclassStringParmValThis class defines the Data Transfer Object representing a row in the X_STR_VALUES tables.classTokenParmValThis class defines the Data Transfer Object representing a row in the X_TOKEN_VALUES tables.Methods in com.ibm.fhir.persistence.jdbc.dto that return types with arguments of type ExtractedParameterValue Modifier and Type Method Description List<ExtractedParameterValue>CompositeParmVal. getComponent()Methods in com.ibm.fhir.persistence.jdbc.dto with parameters of type ExtractedParameterValue Modifier and Type Method Description voidCompositeParmVal. addComponent(ExtractedParameterValue... component)intExtractedParameterValue. compareTo(ExtractedParameterValue o)protected intCompositeParmVal. compareToInner(ExtractedParameterValue o)protected intDateParmVal. compareToInner(ExtractedParameterValue o)protected abstract intExtractedParameterValue. compareToInner(ExtractedParameterValue o)Additional extracted parameter value comparisions when the same class.protected intLocationParmVal. compareToInner(ExtractedParameterValue o)protected intNumberParmVal. compareToInner(ExtractedParameterValue o)protected intQuantityParmVal. compareToInner(ExtractedParameterValue o)protected intReferenceParmVal. compareToInner(ExtractedParameterValue o)protected intStringParmVal. compareToInner(ExtractedParameterValue o)protected intTokenParmVal. compareToInner(ExtractedParameterValue o)Method parameters in com.ibm.fhir.persistence.jdbc.dto with type arguments of type ExtractedParameterValue Modifier and Type Method Description voidCompositeParmVal. setComponent(List<ExtractedParameterValue> components) -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.impl
Method parameters in com.ibm.fhir.persistence.jdbc.impl with type arguments of type ExtractedParameterValue Modifier and Type Method Description protected voidFHIRPersistenceJDBCImpl. addCanonicalCompositeParam(List<ExtractedParameterValue> allParameters)Augment the given allParameters list with ibm-internal parameters that represent the relationship between the url and version parameters.protected voidFHIRPersistenceJDBCImpl. addCompartmentParams(List<ExtractedParameterValue> allParameters, Resource fhirResource)Augment the given allParameters list with ibm-internal parameters that represent relationships between the fhirResource to its compartments. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.postgres
Method parameters in com.ibm.fhir.persistence.jdbc.postgres with type arguments of type ExtractedParameterValue Modifier and Type Method Description ResourcePostgresResourceDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, String parameterHashB64, ParameterDAO parameterDao, Integer ifNoneMatch)ResourcePostgresResourceNoProcDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, String parameterHashB64, ParameterDAO parameterDao, Integer ifNoneMatch)longPostgresResourceNoProcDAO. storeResource(String tablePrefix, List<ExtractedParameterValue> parameters, String p_logical_id, InputStream p_payload, Timestamp p_last_updated, boolean p_is_deleted, String p_source_key, Integer p_version, String parameterHashB64, Connection conn, ParameterDAO parameterDao, Integer ifNoneMatch, AtomicInteger outInteractionStatus, AtomicInteger outIfNoneMatchVersion)Store the resource in the database, creating a new logical_resource entry if this is the first version of this resource, or creating a new resource entry if this a new version of an existing logical resource. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.util
Methods in com.ibm.fhir.persistence.jdbc.util that return types with arguments of type ExtractedParameterValue Modifier and Type Method Description List<ExtractedParameterValue>ExtractedSearchParameters. getParameters()Gets the parameters.List<ExtractedParameterValue>JDBCParameterBuildingVisitor. getResult()Constructor parameters in com.ibm.fhir.persistence.jdbc.util with type arguments of type ExtractedParameterValue Constructor Description ExtractedSearchParameters(List<ExtractedParameterValue> parameters, String parameterHashB64)
-