public class ControlActionHandler extends BaseHandler
logger, MESSAGE_NO_CHANGES, TRANSITION_ERROR, TRANSITION_SUCCESS| Constructor and Description |
|---|
ControlActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkProperties()
Ensures the property values that were set in
BaseHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext)
are valid. |
String |
getActionName() |
String |
getDescription()
Returns a user readable description of what the step in the workflow entails.
|
void |
run(org.jbpm.graph.exe.ExecutionContext executionContext)
Tells the handle implementation to actually perform the step indicated.
|
void |
setActionName(String actionName) |
complete, error, execute, notRun, setPropertyDefaults, skip, substituteVariable, substituteVariablespublic void run(org.jbpm.graph.exe.ExecutionContext executionContext)
BaseHandlerrun in class BaseHandlerexecutionContext - cannot be nullpublic String getDescription()
BaseHandlergetDescription in class BaseHandlernullprotected void checkProperties()
throws ActionHandlerException
BaseHandlerBaseHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext)
are valid. This may optionally be overridden by action handler implementations if necessary.checkProperties in class BaseHandlerActionHandlerException - if any of the properties are invalidpublic String getActionName()
public void setActionName(String actionName)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.