- readInputFile(String) - Static method in class com.github.cafdataprocessing.initialization.jsonobjects.WorkflowJson
-
Reads the contents of the file at the specified location and converts them to a WorkflowJson representation
- readInputStream(InputStream) - Static method in class com.github.cafdataprocessing.initialization.jsonobjects.WorkflowJson
-
Reads the the input stream and converts to a WorkflowJson representation
- RegexConditionAdditionalJson - Class in com.github.cafdataprocessing.initialization.jsonobjects.conditions
-
JSON representation of a data processing regex condition 'additional' property for use with task submitter application
- RegexConditionAdditionalJson() - Constructor for class com.github.cafdataprocessing.initialization.jsonobjects.conditions.RegexConditionAdditionalJson
-
- removeMatchingWorkflows(ProcessingApisProvider, String, String) - Static method in class com.github.cafdataprocessing.initialization.WorkflowRemover
-
Removes any existing processing workflows (including processing rules etc under the workflow) under the specified projectId
that match the name provided.
- resolveExpressionIds(ArrayList) - Method in class com.github.cafdataprocessing.initialization.boilerplate.BoilerplateNameResolver
-
Takes in an array of expression IDs, with each ID being either the expression ID or the name of the expression, and returns
an array of resovled expression IDs.
- resolveFromExpressionName(String) - Method in class com.github.cafdataprocessing.initialization.boilerplate.BoilerplateNameResolver
-
Returns the boilerplate expression ID matching the provided name.
- resolveFromTagName(String) - Method in class com.github.cafdataprocessing.initialization.boilerplate.BoilerplateNameResolver
-
Returns the tag ID matching the provided name.
- resolveTagId(Object) - Method in class com.github.cafdataprocessing.initialization.boilerplate.BoilerplateNameResolver
-
Takes an object which may be either a String (containing name of a tag) or an Integer/Long (containing ID of tag) and returns the appropriate tag ID.
- ruleConditions - Variable in class com.github.cafdataprocessing.initialization.jsonobjects.ProcessingRuleJson
-
- run() - Method in class com.github.cafdataprocessing.initialization.boilerplate.BoilerplateInvoker
-
Run the configured boilerplate creation.
- run(boolean) - Method in class com.github.cafdataprocessing.initialization.boilerplate.BoilerplateInvoker
-
Run the configured boilerplate creation.