X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fr1consumer%2FConsumerConsts.java;h=6ddd5834dd730696906fe86fe8cc245a615d0d23;hb=c99358bd71569ac9ff6736ddcd3107f04f870dda;hp=656808f9c7316b7704a421d9878b54498954b089;hpb=edea18a8fda2e2201cb3ede7f7af13f610bf4acc;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerConsts.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerConsts.java index 656808f9..6ddd5834 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerConsts.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerConsts.java @@ -32,10 +32,16 @@ public class ConsumerConsts { public static final String INDIVIDUAL_JOB = "Individual data subscription job"; + public static final String PUT_INDIVIDUAL_JOB_DESCRIPTION = "The job will be enabled when a producer is available"; + public static final String INFO_TYPE_ID_PARAM = "infoTypeId"; public static final String INFO_TYPE_ID_PARAM_DESCRIPTION = "selects subscription jobs of matching information type"; + public static final String PERFORM_TYPE_CHECK_PARAM = "typeCheck"; + public static final String PERFORM_TYPE_CHECK_PARAM_DESCRIPTION = + "when true, a validation of that the type exists and that the job matches the type schema."; + private ConsumerConsts() { } }