Package com.pnfsoftware.jeb.core.actions
Class ActionOverridesData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionOverridesData
- All Implemented Interfaces:
IActionData
This action class holds information for the
Actions.QUERY_OVERRIDES
action. This action
is specific to code
units.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of addresses.Retrieve the children nodes.Retrieve the parent nodes.void
Set the list of addresses.Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionOverridesData
public ActionOverridesData()
-
-
Method Details
-
getAddresses
Get the list of addresses. This method is used by clients.Legacy method left for backward-compatibility.
- Returns:
- a list of addresses
-
getChildren
Retrieve the children nodes. Children are code nodes related to (overriding) the source node. This method is used by clients.- Returns:
-
getParents
Retrieve the parent nodes. Parents are code nodes related to (overridden by) the source node. This method is used by clients.- Returns:
-
setItems
Set the list of addresses. This method is used by plugins.- Parameters:
children
- list of downward overrides of the current addressparents
- optional list of upward overrides
-