public class ActionNode extends Node
| Modifier | Constructor and Description |
|---|---|
protected |
ActionNode(Node parent,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateConditions(Node parent,
Map attributes)
This method will automatically be called during creation of this Node.
|
Node |
clone(Node newParent)
This method returns a clone of the current node whichs parent node is specified by the parameter newParent.
|
protected HMCAction |
createFromClass() |
protected HMCAction |
createFromScript() |
Class |
getActionClass() |
HMCAction |
getActionClassInstance() |
String |
getClassName() |
static ActionNode |
getInstance(Node parent,
Map attributes) |
Map |
getParams() |
String |
getScriptURI() |
protected String |
getTooltip() |
String |
getType() |
addAttribute, addChild, addChildren, cloneAll, getAttributes, getBooleanAttribute, getBooleanAttribute, getCachedObject, getChild, getChildren, getChildren, getChildrenInternal, getEditorNode, getElementName, getIntegerAttribute, getIntegerAttribute, getLogger, getParent, getPosition, getPositionInfo, getStringAttribute, getStringAttribute, getSuperNode, removeAttribute, removeChild, replace, replaceChild, setAttributes, setElementName, setParent, setPosition, setPositionInfopublic static final String CLASSNAME
protected ActionNode(Node parent, Map<String,String> attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic Class getActionClass()
public String getType()
public HMCAction getActionClassInstance()
protected HMCAction createFromScript()
protected HMCAction createFromClass()
public String getClassName()
public String getScriptURI()
protected String getTooltip()
public Map getParams()
public static ActionNode getInstance(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionprotected void checkCreateConditions(Node parent, Map attributes) throws NodeCreationFailedException
NodecheckCreateConditions in class Nodeparent - the parent node as given to the constructorattributes - the attribute map as given to the constructorNodeCreationFailedException - if the creation of the node failsCopyright © 2017 SAP SE. All Rights Reserved.