
Package ca.uhn.fhir.interceptor.model
Class ReadPartitionIdRequestDetails
java.lang.Object
ca.uhn.fhir.interceptor.model.PartitionIdRequestDetails
ca.uhn.fhir.interceptor.model.ReadPartitionIdRequestDetails
public class ReadPartitionIdRequestDetails
extends ca.uhn.fhir.interceptor.model.PartitionIdRequestDetails
This is a model class used as a parameter for the interceptor pointcut
Pointcut.STORAGE_PARTITION_IDENTIFY_READ
.-
Method Summary
Modifier and TypeMethodDescriptionforHistory
(String theResourceType, org.hl7.fhir.instance.model.api.IIdType theIdType) forOperation
(String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId, String theExtendedOperationName) forRead
(org.hl7.fhir.instance.model.api.IIdType theId) forSearchType
(String theResourceType, SearchParameterMap theParams, org.hl7.fhir.instance.model.api.IBaseResource theConditionalOperationTargetOrNull) forSearchUuid
(String theUuid) org.hl7.fhir.instance.model.api.IBaseResource
org.hl7.fhir.instance.model.api.IIdType
ca.uhn.fhir.rest.api.RestOperationTypeEnum
Methods inherited from class ca.uhn.fhir.interceptor.model.PartitionIdRequestDetails
getRequestPartitionId, setRequestPartitionId
-
Method Details
-
getExtendedOperationName
-
getSearchUuid
-
getResourceType
-
getRestOperationType
-
getReadResourceId
-
getSearchParams
-
getConditionalTargetOrNull
-
forRead
- Parameters:
theId
- The resource ID (must include a resource type and ID)
-
forOperation
public static ReadPartitionIdRequestDetails forOperation(@Nullable String theResourceType, @Nullable org.hl7.fhir.instance.model.api.IIdType theId, @Nonnull String theExtendedOperationName) -
forRead
public static ReadPartitionIdRequestDetails forRead(String theResourceType, @Nonnull org.hl7.fhir.instance.model.api.IIdType theId, boolean theIsVread) -
forSearchType
public static ReadPartitionIdRequestDetails forSearchType(String theResourceType, SearchParameterMap theParams, org.hl7.fhir.instance.model.api.IBaseResource theConditionalOperationTargetOrNull) -
forHistory
public static ReadPartitionIdRequestDetails forHistory(String theResourceType, org.hl7.fhir.instance.model.api.IIdType theIdType) -
forSearchUuid
-