ActionsEditorViewModel.@Deprecated public class ActionsEditorController extends AbstractEditorController<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
RULE_ACTION_DEFINITION_DRAGGABLE
Deprecated.
|
static String |
RULE_ACTION_DRAGGABLE
Deprecated.
|
UUID_PREFIX| Constructor and Description |
|---|
ActionsEditorController()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected <any> |
convertActionsToTree(List<RuleActionData> actions,
Map<String,RuleActionDefinitionData> actionDefinitions)
Deprecated.
|
protected List<RuleActionData> |
convertTreeToActions(<any> treeModel)
Deprecated.
|
protected RuleActionData |
createActionFromTreeNode(<any> treeNode)
Deprecated.
|
protected <any> |
createTreeNodeFromAction(RuleActionData action,
RuleActionDefinitionData actionDefinition)
Deprecated.
|
protected <any> |
createTreeNodeFromActionDefinition(RuleActionDefinitionData actionDefinition)
Deprecated.
|
void |
doAfterCompose(Component comp)
Deprecated.
|
protected <any> |
fillGroupsModel(Map<ActionDefinitionGroupModel,List<ActionDefinitionModel>> models)
Deprecated.
|
Label |
getActionBreadcrumbs()
Deprecated.
|
Listbox |
getActionDefinitions()
Deprecated.
|
Tree |
getActions()
Deprecated.
|
RuleActionsRegistry |
getRuleActionsRegistry()
Deprecated.
|
RuleActionsService |
getRuleActionsService()
Deprecated.
|
protected <any> |
loadActionDefinitions()
Deprecated.
|
protected <any> |
loadActions()
Deprecated.
|
void |
onChangeActionParameter(Event event)
Deprecated.
|
void |
onDropAction(DropEvent event)
Deprecated.
|
void |
onRemoveAction(Event event)
Deprecated.
|
protected void |
saveActions(<any> treeModel)
Deprecated.
|
void |
setActionBreadcrumbs(Label actionBreadcrumb)
Deprecated.
|
void |
setActionDefinitions(Listbox actionDefinitions)
Deprecated.
|
void |
setActions(Tree actions)
Deprecated.
|
void |
setRuleActionsRegistry(RuleActionsRegistry ruleActionsRegistry)
Deprecated.
|
void |
setRuleActionsService(RuleActionsService ruleActionsService)
Deprecated.
|
convertToBuilderParameters, convertToRuleParameters, doBeforeCompose, findComponent, getBackofficeRuleParameterTypeFormatter, getLabel, getRuleParametersService, getRuleParameterValueMapperStrategy, getValue, setBackofficeRuleParameterTypeFormatter, setRuleParametersService, setRuleParameterValueMapperStrategy, setValuepublic static final String RULE_ACTION_DRAGGABLE
public static final String RULE_ACTION_DEFINITION_DRAGGABLE
public RuleActionsRegistry getRuleActionsRegistry()
public void setRuleActionsRegistry(RuleActionsRegistry ruleActionsRegistry)
public RuleActionsService getRuleActionsService()
public void setRuleActionsService(RuleActionsService ruleActionsService)
public Tree getActions()
public void setActions(Tree actions)
public Listbox getActionDefinitions()
public void setActionDefinitions(Listbox actionDefinitions)
public Label getActionBreadcrumbs()
public void setActionBreadcrumbs(Label actionBreadcrumb)
public void doAfterCompose(Component comp)
throws Exception
Exceptionpublic void onDropAction(DropEvent event)
throws EditorException
EditorExceptionpublic void onChangeActionParameter(Event event)
throws EditorException
EditorExceptionpublic void onRemoveAction(Event event)
throws EditorException
EditorExceptionprotected <any> loadActionDefinitions()
protected <any> fillGroupsModel(Map<ActionDefinitionGroupModel,List<ActionDefinitionModel>> models)
protected <any> loadActions()
throws EditorException
EditorExceptionprotected final <any> convertActionsToTree(List<RuleActionData> actions, Map<String,RuleActionDefinitionData> actionDefinitions) throws EditorException
EditorExceptionprotected final <any> createTreeNodeFromAction(RuleActionData action, RuleActionDefinitionData actionDefinition) throws EditorException
EditorExceptionprotected <any> createTreeNodeFromActionDefinition(RuleActionDefinitionData actionDefinition) throws EditorException
EditorExceptionprotected void saveActions(<any> treeModel)
throws EditorException
EditorExceptionprotected List<RuleActionData> convertTreeToActions(<any> treeModel) throws EditorException
EditorExceptionprotected RuleActionData createActionFromTreeNode(<any> treeNode) throws EditorException
EditorExceptionCopyright © 2017 SAP SE. All Rights Reserved.