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
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
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()
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
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
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
-
getFilters
-
setFilters
-
getPostFetchFilterUrls
-
setPostFetchFilterUrls
-
getOutputFormat
-
setOutputFormat
-
getExportStyle
-
setExportStyle
-
getPatientIds
-
setPatientIds
-
getGroupId
-
setGroupId
-
isExpandMdm
-
setExpandMdm
-
getOriginalRequestUrl
-
setOriginalRequestUrl
-
getPartitionId
-
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
-