public class AssignToGroup extends java.lang.Object implements ActionPerformable<OutputActionContext>
ActionPerformable from platform's
action framework for OutputActionContext type. The class is a spring bean, registered as 'assignToGroup'. All
BTGAssignToGroupDefinitionModel instances have this bean as a default action logic executor (
AbstractActionModel.getTarget()).| Constructor and Description |
|---|
AssignToGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(AbstractActionModel action,
OutputActionContext argument)
Assigns user to a user group defined in the output action definition.
|
void |
setModelService(ModelService modelService) |
void |
setUserService(UserService userService) |
public void setModelService(ModelService modelService)
modelService - the modelService to setpublic void setUserService(UserService userService)
userService - the userService to setpublic void performAction(AbstractActionModel action, OutputActionContext argument)
performAction in interface ActionPerformable<OutputActionContext>argument - - OutputActionContext consists of UserModel and BTGOutputActionDefinitionModelCopyright © 2018 SAP SE. All Rights Reserved.