Package ca.uhn.fhir.interceptor.model
Class ReadPartitionIdRequestDetails
java.lang.Object
ca.uhn.fhir.interceptor.model.ReadPartitionIdRequestDetails
-
Constructor Summary
ConstructorsConstructorDescriptionReadPartitionIdRequestDetails(String theResourceType, RestOperationTypeEnum theRestOperationType, IIdType theReadResourceId, Object theSearchParams, IBaseResource theConditionalTargetOrNull) -
Method Summary
Modifier and TypeMethodDescriptionforHistory(String theResourceType, IIdType theIdType)forSearchType(String theResourceType, Object theParams, IBaseResource theConditionalOperationTargetOrNull)
-
Constructor Details
-
ReadPartitionIdRequestDetails
public ReadPartitionIdRequestDetails(String theResourceType, RestOperationTypeEnum theRestOperationType, IIdType theReadResourceId, Object theSearchParams, @Nullable IBaseResource theConditionalTargetOrNull)
-
-
Method Details
-
forRead
public static ReadPartitionIdRequestDetails forRead(String theResourceType, IIdType theId, boolean theIsVread) -
getResourceType
-
getRestOperationType
-
getReadResourceId
-
getSearchParams
-
getConditionalTargetOrNull
-
forSearchType
public static ReadPartitionIdRequestDetails forSearchType(String theResourceType, Object theParams, IBaseResource theConditionalOperationTargetOrNull) -
forHistory
-