
Package ca.uhn.fhir.rest.api.server.bulk
Class BulkExportJobParameters
java.lang.Object
ca.uhn.fhir.model.api.BaseBatchJobParameters
ca.uhn.fhir.rest.api.server.bulk.BulkExportJobParameters
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets a value to place in the generated Binary resource's Binary.securityContext.identifierSets a value to place in the generated Binary resource's Binary.securityContext.identifierca.uhn.fhir.interceptor.model.RequestPartitionId
getSince()
getUntil()
boolean
boolean
void
setBinarySecurityContextIdentifierSystem
(String theBinarySecurityContextIdentifierSystem) Sets a value to place in the generated Binary resource's Binary.securityContext.identifiervoid
setBinarySecurityContextIdentifierValue
(String theBinarySecurityContextIdentifierValue) Sets a value to place in the generated Binary resource's Binary.securityContext.identifiervoid
setExpandMdm
(boolean theExpandMdm) void
setExportIdentifier
(String theExportId) void
setExportStyle
(BulkExportJobParameters.ExportStyle theExportStyle) void
setFilters
(Collection<String> theFilters) void
setGroupId
(String theGroupId) void
setIncludeHistory
(boolean theIncludeHistory) Indicates if all history must be exported for exported resourcesvoid
setOriginalRequestUrl
(String theOriginalRequestUrl) void
setOutputFormat
(String theOutputFormat) void
setPartitionId
(ca.uhn.fhir.interceptor.model.RequestPartitionId thePartitionId) void
setPatientIds
(Collection<String> thePatientIds) void
setPostFetchFilterUrls
(Collection<String> thePostFetchFilterUrls) void
setResourceTypes
(Collection<String> theResourceTypes) void
void
Methods inherited from class ca.uhn.fhir.model.api.BaseBatchJobParameters
getUserData, setUserData
-
Constructor Details
-
BulkExportJobParameters
public BulkExportJobParameters()
-
-
Method Details
-
getExportIdentifier
-
setExportIdentifier
-
getResourceTypes
-
setResourceTypes
-
getSince
-
setSince
-
getUntil
-
setUntil
-
getFilters
-
setFilters
-
getPostFetchFilterUrls
-
setPostFetchFilterUrls
-
getOutputFormat
-
setOutputFormat
-
getExportStyle
-
setExportStyle
-
getPatientIds
-
setPatientIds
-
getGroupId
-
setGroupId
-
isExpandMdm
-
setExpandMdm
-
getOriginalRequestUrl
-
setOriginalRequestUrl
-
getPartitionId
-
isIncludeHistory
-
setPartitionId
-
setBinarySecurityContextIdentifierSystem
public void setBinarySecurityContextIdentifierSystem(String theBinarySecurityContextIdentifierSystem) Sets a value to place in the generated Binary resource's Binary.securityContext.identifier -
getBinarySecurityContextIdentifierSystem
Sets a value to place in the generated Binary resource's Binary.securityContext.identifier -
setBinarySecurityContextIdentifierValue
Sets a value to place in the generated Binary resource's Binary.securityContext.identifier -
getBinarySecurityContextIdentifierValue
Sets a value to place in the generated Binary resource's Binary.securityContext.identifier -
setIncludeHistory
Indicates if all history must be exported for exported resources
-