Class EventHandler.Action
java.lang.Object
com.netflix.conductor.common.metadata.events.EventHandler.Action
- Enclosing class:
- EventHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAction(EventHandler.Action.Type action) voidsetComplete_task(EventHandler.TaskDetails complete_task) voidsetExpandInlineJSON(boolean expandInlineJSON) voidsetFail_task(EventHandler.TaskDetails fail_task) voidsetStart_workflow(EventHandler.StartWorkflow start_workflow) voidsetTerminate_workflow(EventHandler.TerminateWorkflow terminate_workflow) voidsetUpdate_workflow_variables(EventHandler.UpdateWorkflowVariables update_workflow_variables)
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
getAction
- Returns:
- the action
-
setAction
- Parameters:
action- the action to set
-
getStart_workflow
- Returns:
- the start_workflow
-
setStart_workflow
- Parameters:
start_workflow- the start_workflow to set
-
getComplete_task
- Returns:
- the complete_task
-
setComplete_task
- Parameters:
complete_task- the complete_task to set
-
getFail_task
- Returns:
- the fail_task
-
setFail_task
- Parameters:
fail_task- the fail_task to set
-
setExpandInlineJSON
public void setExpandInlineJSON(boolean expandInlineJSON) - Parameters:
expandInlineJSON- when set to true, the in-lined JSON strings are expanded to a full json document
-
isExpandInlineJSON
public boolean isExpandInlineJSON()- Returns:
- true if the json strings within the payload should be expanded.
-
getTerminate_workflow
- Returns:
- the terminate_workflow
-
setTerminate_workflow
- Parameters:
terminate_workflow- the terminate_workflow to set
-
getUpdate_workflow_variables
- Returns:
- the update_workflow_variables
-
setUpdate_workflow_variables
public void setUpdate_workflow_variables(EventHandler.UpdateWorkflowVariables update_workflow_variables) - Parameters:
update_workflow_variables- the update_workflow_variables to set
-