C E G L M O P R S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkWorkFlowStatus(WorkContext) - Method in class com.redhat.parodos.examples.continued.complex.MockApprovalWorkFlowCheckerTask
- checkWorkFlowStatus(WorkContext) - Method in class com.redhat.parodos.examples.escalation.SimpleTaskOneChecker
- com.redhat.parodos.examples.continued.complex - package com.redhat.parodos.examples.continued.complex
- com.redhat.parodos.examples.escalation - package com.redhat.parodos.examples.escalation
- com.redhat.parodos.examples.simple - package com.redhat.parodos.examples.simple
- com.redhat.parodos.examples.utils - package com.redhat.parodos.examples.utils
- ComplexWorkFlowConfiguration - Class in com.redhat.parodos.examples.continued.complex
-
A more complex WorkFlow
- ComplexWorkFlowConfiguration() - Constructor for class com.redhat.parodos.examples.continued.complex.ComplexWorkFlowConfiguration
E
- EsclationConfiguration - Class in com.redhat.parodos.examples.escalation
-
A sample of how to configure a Workflow that has Tasks, Checkers and Escalation(s).
- EsclationConfiguration() - Constructor for class com.redhat.parodos.examples.escalation.EsclationConfiguration
- execute(WorkContext) - Method in class com.redhat.parodos.examples.continued.complex.OnboardingAssessmentTask
- execute(WorkContext) - Method in class com.redhat.parodos.examples.escalation.SimpleTaskOne
- execute(WorkContext) - Method in class com.redhat.parodos.examples.escalation.SimpleTaskOneEscalator
- execute(WorkContext) - Method in class com.redhat.parodos.examples.escalation.SimpleTaskTwo
- execute(WorkContext) - Method in class com.redhat.parodos.examples.simple.LoggingWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.examples.simple.RestAPIWorkFlowTask
-
Executed by the InfrastructureTask engine as part of the Workflow
- execute(WorkContext) - Method in class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
-
Executed by the InfrastructureTask engine as part of the Workflow
- executePost(String, String) - Static method in class com.redhat.parodos.examples.utils.RestUtils
-
Create a new resource by POSTing the given payload to the URL, and returns the response as ResponseEntity.
G
- getBase64Creds(String, String) - Static method in class com.redhat.parodos.examples.utils.RestUtils
-
Generates a Base64 encoding of username:password string
- getRequestWithHeaders(String, String) - Static method in class com.redhat.parodos.examples.utils.RestUtils
-
Creates a new HttpHeader and set the Authorization object according to @see getBase64Creds
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.examples.continued.complex.MockApprovalWorkFlowCheckerTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.examples.continued.complex.OnboardingAssessmentTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.examples.simple.LoggingWorkFlowTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.examples.simple.RestAPIWorkFlowTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.examples.continued.complex.MockApprovalWorkFlowCheckerTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.examples.continued.complex.OnboardingAssessmentTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.examples.simple.LoggingWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.examples.simple.RestAPIWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
L
- LoggingWorkFlowTask - Class in com.redhat.parodos.examples.simple
-
logging task execution
- LoggingWorkFlowTask() - Constructor for class com.redhat.parodos.examples.simple.LoggingWorkFlowTask
M
- MockApprovalWorkFlowCheckerTask - Class in com.redhat.parodos.examples.continued.complex
-
A simple example of a WorkFlowChecker that always returns true
- MockApprovalWorkFlowCheckerTask() - Constructor for class com.redhat.parodos.examples.continued.complex.MockApprovalWorkFlowCheckerTask
O
- OnboardingAssessmentTask - Class in com.redhat.parodos.examples.continued.complex
-
Simple Assessment to determine if an Onboarding Workflow is appropriate.
- OnboardingAssessmentTask(WorkFlowOption) - Constructor for class com.redhat.parodos.examples.continued.complex.OnboardingAssessmentTask
P
- PASSWORD - Static variable in class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
R
- RestAPIWorkFlowTask - Class in com.redhat.parodos.examples.simple
-
rest api task execution
- RestAPIWorkFlowTask(String) - Constructor for class com.redhat.parodos.examples.simple.RestAPIWorkFlowTask
- restExchange(String, String, String) - Static method in class com.redhat.parodos.examples.utils.RestUtils
-
Execute the GET HTTP method to the given URL, writing the given request entity to the request, and returns the response as ResponseEntity.
- RestUtils - Class in com.redhat.parodos.examples.utils
-
RestUtils is an utility class.
S
- SecureAPIGetTestTask - Class in com.redhat.parodos.examples.simple
-
An example of a task that calls a Rest Endpoint with a BasicAuth Header
- SecureAPIGetTestTask() - Constructor for class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
- SECURED_URL - Static variable in class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
- simpleTaskOne(WorkFlow) - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- SimpleTaskOne - Class in com.redhat.parodos.examples.escalation
-
Basic task that can be used to test out a Checker
- SimpleTaskOne() - Constructor for class com.redhat.parodos.examples.escalation.SimpleTaskOne
- SimpleTaskOneChecker - Class in com.redhat.parodos.examples.escalation
-
A simple WorkflowChecker that will fail 3 times and then succeed every time after
- SimpleTaskOneChecker(WorkFlow, long) - Constructor for class com.redhat.parodos.examples.escalation.SimpleTaskOneChecker
- simpleTaskOneCheckerTask(WorkFlow) - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- simpleTaskOneCheckerWorkflow(SimpleTaskOneChecker) - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- simpleTaskOneEscalator() - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- SimpleTaskOneEscalator - Class in com.redhat.parodos.examples.escalation
-
A simple Escalator that does not fail and just logs that its doing something to Escalate when required
- SimpleTaskOneEscalator() - Constructor for class com.redhat.parodos.examples.escalation.SimpleTaskOneEscalator
- simpleTaskOneEscalatorWorkflow(SimpleTaskOneEscalator) - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- simpleTaskTwo() - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- SimpleTaskTwo - Class in com.redhat.parodos.examples.escalation
-
Basic Tasks to show how something executes in a Workflow after the checker has succeeded
- SimpleTaskTwo() - Constructor for class com.redhat.parodos.examples.escalation.SimpleTaskTwo
- SimpleWorkFlowConfiguration - Class in com.redhat.parodos.examples.simple
-
Very simple workflow configurations
- SimpleWorkFlowConfiguration() - Constructor for class com.redhat.parodos.examples.simple.SimpleWorkFlowConfiguration
U
- USERNAME - Static variable in class com.redhat.parodos.examples.simple.SecureAPIGetTestTask
W
- workflowContinuesAfterCheckingEscalation(SimpleTaskTwo) - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
- workflowStartingCheckingAndEscalation(SimpleTaskOne) - Method in class com.redhat.parodos.examples.escalation.EsclationConfiguration
All Classes All Packages