Uses of Class
com.ibm.fhir.model.resource.OperationOutcome.Builder
-
Packages that use OperationOutcome.Builder Package Description com.ibm.fhir.model.resource com.ibm.fhir.persistence com.ibm.fhir.persistence.jdbc.impl com.ibm.fhir.server.spi.operation com.ibm.fhir.server.util -
-
Uses of OperationOutcome.Builder in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return OperationOutcome.Builder Modifier and Type Method Description static OperationOutcome.BuilderOperationOutcome. builder()OperationOutcome.BuilderOperationOutcome.Builder. contained(Resource... contained)These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.OperationOutcome.BuilderOperationOutcome.Builder. contained(java.util.Collection<Resource> contained)These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.OperationOutcome.BuilderOperationOutcome.Builder. extension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the resource.OperationOutcome.BuilderOperationOutcome.Builder. extension(java.util.Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the resource.protected OperationOutcome.BuilderOperationOutcome.Builder. from(OperationOutcome operationOutcome)OperationOutcome.BuilderOperationOutcome.Builder. id(java.lang.String id)The logical id of the resource, as used in the URL for the resource.OperationOutcome.BuilderOperationOutcome.Builder. implicitRules(Uri implicitRules)A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.OperationOutcome.BuilderOperationOutcome.Builder. issue(OperationOutcome.Issue... issue)An error, warning, or information message that results from a system action.OperationOutcome.BuilderOperationOutcome.Builder. issue(java.util.Collection<OperationOutcome.Issue> issue)An error, warning, or information message that results from a system action.OperationOutcome.BuilderOperationOutcome.Builder. language(Code language)The base language in which the resource is written.OperationOutcome.BuilderOperationOutcome.Builder. meta(Meta meta)The metadata about the resource.OperationOutcome.BuilderOperationOutcome.Builder. modifierExtension(Extension... modifierExtension)May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants.OperationOutcome.BuilderOperationOutcome.Builder. modifierExtension(java.util.Collection<Extension> modifierExtension)May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants.OperationOutcome.BuilderOperationOutcome.Builder. text(Narrative text)A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human.OperationOutcome.BuilderOperationOutcome. toBuilder() -
Uses of OperationOutcome.Builder in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence with parameters of type OperationOutcome.Builder Modifier and Type Method Description intFHIRPersistence. reindex(FHIRPersistenceContext context, OperationOutcome.Builder operationOutcomeResult, java.time.Instant tstamp, java.util.List<java.lang.Long> indexIds, java.lang.String resourceLogicalId)Initiates reindexing for either a specified list of index IDs, or a randomly chosen resource. -
Uses of OperationOutcome.Builder in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl with parameters of type OperationOutcome.Builder Modifier and Type Method Description intFHIRPersistenceJDBCImpl. reindex(FHIRPersistenceContext context, OperationOutcome.Builder operationOutcomeResult, java.time.Instant tstamp, java.util.List<java.lang.Long> indexIds, java.lang.String resourceLogicalId)<T extends Resource>
voidFHIRPersistenceJDBCImpl. updateParameters(ResourceIndexRecord rir, java.lang.Class<T> resourceTypeClass, Resource existingResourceDTO, ReindexResourceDAO reindexDAO, OperationOutcome.Builder operationOutcomeResult)Update the parameters for the resource described by the given DTO -
Uses of OperationOutcome.Builder in com.ibm.fhir.server.spi.operation
Methods in com.ibm.fhir.server.spi.operation with parameters of type OperationOutcome.Builder Modifier and Type Method Description intFHIRResourceHelpers. doReindex(FHIROperationContext operationContext, OperationOutcome.Builder operationOutcomeResult, java.time.Instant tstamp, java.util.List<java.lang.Long> indexIds, java.lang.String resourceLogicalId)Invoke the FHIR persistence reindex operation for either a specified list of indexIds, or a randomly chosen resource, last reindexed before the given timestamp. -
Uses of OperationOutcome.Builder in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util with parameters of type OperationOutcome.Builder Modifier and Type Method Description intFHIRRestHelper. doReindex(FHIROperationContext operationContext, OperationOutcome.Builder operationOutcomeResult, java.time.Instant tstamp, java.util.List<java.lang.Long> indexIds, java.lang.String resourceLogicalId)intFHIRRestHelper. doReindexList(OperationOutcome.Builder operationOutcomeResult, java.time.Instant tstamp, java.util.List<java.lang.Long> indexIds)encapsulates the logic to process a list with graduated backoff through the full list of indexIdsintFHIRRestHelper. doReindexSingle(OperationOutcome.Builder operationOutcomeResult, java.time.Instant tstamp, java.lang.String resourceLogicalId)do a single reindex on a specific resourceLogicalId
-