java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionXrefsData |
This action class holds information for to the QUERY_XREFS
action.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionXrefsData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List<String> |
getAddresses()
Get the list of addresses.
| ||||||||||
List<String> |
getDetails()
Get a list of optional details, associated to the list of returned addresses.
| ||||||||||
int |
getHintMaxResults()
Retrieve the optional cap for the number of references that the plugin should return.
| ||||||||||
String | getTarget() | ||||||||||
List<String> |
getUserAddresses()
Get a list of optional details, associated to the list of returned addresses.
| ||||||||||
void |
setAddresses(List<String> addresses)
Set the list of addresses.
| ||||||||||
void |
setDetails(List<String> details)
Set the list of detail strings.
| ||||||||||
void |
setHintMaxResults(int hintMaxResults)
Set an optional cap for the number of references that the plugin should return.
| ||||||||||
void |
setTarget(String target)
Can be used by the client or plugin.
| ||||||||||
void |
setUserAddresses(List<String> userAddresses)
Set the list of user-friendly addresses.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.actions.IActionData
|
Get the list of addresses. This method is used by clients.
Get a list of optional details, associated to the list of returned addresses. This method is
used by clients. If non-null, must contain the same number of entries as
getAddresses()
.
Retrieve the optional cap for the number of references that the plugin should return. This method is used by plugins.
Get a list of optional details, associated to the list of returned addresses. This method is
used by clients. If non-null, must contain the same number of entries as
getAddresses()
.
Set the list of addresses. This method is used by plugins.
addresses | list of addresses |
---|
Set the list of detail strings. This method is used by plugins.
Set an optional cap for the number of references that the plugin should return. This method is used by clients.
hintMaxResults | hint, may be set to 0 or negative to mean that no-cap |
---|
Can be used by the client or plugin. If the client leaves it to null, it is up to the plugin to determine the wanted target address, and fill up this field. If the client provides it, the plugin must use it.
Set the list of user-friendly addresses. This method is used by plugins.