public class ValidationAction extends Object implements Action
Action that when executed appends its type and message to the results| Constructor and Description |
|---|
ValidationAction(ValidationActionType type,
String message)
create a Validation action of the given type with the given message
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) |
void |
executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) |
public ValidationAction(ValidationActionType type, String message)
type - ValidationActionTypemessage - for when action executespublic void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
executeSimulation in interface ActionCopyright © 2005–2017 The Kuali Foundation. All rights reserved.