Skip to content

Commit

Permalink
DMP-3806 (Dev Only) ARM RPO - Integrate getExtendedSearchesByMatter
Browse files Browse the repository at this point in the history
Merged master
  • Loading branch information
karen-hedges committed Nov 8, 2024
1 parent 4468d6b commit cb8921e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/uk/gov/hmcts/darts/arm/rpo/ArmRpoApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package uk.gov.hmcts.darts.arm.rpo;

import uk.gov.hmcts.darts.arm.client.model.rpo.ExtendedProductionsByMatterResponse;
import uk.gov.hmcts.darts.arm.client.model.rpo.IndexesByMatterIdResponse;
import uk.gov.hmcts.darts.arm.client.model.rpo.MasterIndexFieldByRecordClassSchemaResponse;
import uk.gov.hmcts.darts.arm.model.rpo.MasterIndexFieldByRecordClassSchema;
import uk.gov.hmcts.darts.common.entity.ArmRpoStateEntity;
Expand All @@ -14,7 +13,7 @@ public interface ArmRpoApi {

void getRecordManagementMatter(String bearerToken, Integer executionId, UserAccountEntity userAccount);

IndexesByMatterIdResponse getIndexesByMatterId(String bearerToken, Integer executionId, UserAccountEntity userAccount);
void getIndexesByMatterId(String bearerToken, Integer executionId, String matterId, UserAccountEntity userAccount);

void getStorageAccounts(String bearerToken, Integer executionId, UserAccountEntity userAccount);

Expand Down

0 comments on commit cb8921e

Please sign in to comment.