Skip to content

Commit 094d966

Browse files
committed
docs: javadoc
1 parent 69734d5 commit 094d966

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/fr/insee/genesis/domain/ports/api/DataProcessingContextApiPort.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ void saveKraftwerkExecutionSchedule(String partitionId,
3434
DataProcessingContextModel getContextByPartitionId(String partitionId) throws GenesisException;
3535
List<String> getPartitionIds(boolean withReview);
3636

37+
/**
38+
* Gets the review indicator for a partition
39+
* @param partitionId id of the partition
40+
* @return the review indicator stored in genesis
41+
*/
3742
boolean getReviewByPartitionId(String partitionId) throws GenesisException;
3843
}

0 commit comments

Comments
 (0)