public class ChangeOwnerFormPrepareAction extends WorkflowPrepareAction
| Constructor and Description |
|---|
ChangeOwnerFormPrepareAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
workflow(org.apache.struts.tiles.ComponentContext context,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve the full
List of AuthzSubjectValue objects representing all users in the
database excluding the owner of the role identified by the request parameter Constants.ROLE_PARAM
and store that list in in the Constants.ALL_USERS_ATTR request attribute. |
executeaddErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic org.apache.struts.action.ActionForward workflow(org.apache.struts.tiles.ComponentContext context,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
List of AuthzSubjectValue objects representing all users in the
database excluding the owner of the role identified by the request parameter Constants.ROLE_PARAM
and store that list in in the Constants.ALL_USERS_ATTR request attribute. Also store the
RoleValue itself in the Constants.ROLE_ATTR request attribute.workflow in class WorkflowPrepareActionExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.