org.jbpm.jsf.identity.action
Class CreateGroupActionListener
java.lang.Object
org.jbpm.jsf.identity.action.CreateGroupActionListener
- All Implemented Interfaces:
- JbpmActionListener
public final class CreateGroupActionListener
- extends Object
- implements JbpmActionListener
Constructor Summary |
CreateGroupActionListener(javax.el.ValueExpression groupNameExpression,
javax.el.ValueExpression parentGroupExpression,
javax.el.ValueExpression typeExpression,
javax.el.ValueExpression targetExpression)
|
CreateGroupActionListener
public CreateGroupActionListener(javax.el.ValueExpression groupNameExpression,
javax.el.ValueExpression parentGroupExpression,
javax.el.ValueExpression typeExpression,
javax.el.ValueExpression targetExpression)
getName
public String getName()
- Description copied from interface:
JbpmActionListener
- Get the name of this action. This name may be used
by the navigation handler to choose an appropriate navigation
outcome.
- Specified by:
getName
in interface JbpmActionListener
- Returns:
- the name
handleAction
public void handleAction(JbpmJsfContext context,
javax.faces.event.ActionEvent event)
- Specified by:
handleAction
in interface JbpmActionListener