com.pnfsoftware.jeb.core.IUnitContribution |
A unit contribution plugin.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract TypedContent |
getItemInformation(IAddressableUnit targetUnit, long itemId, String itemText, List<Object> documentObjects)
Provide some information for a given interactive item.
| ||||||||||
abstract TypedContent |
getLocationInformation(IAddressableUnit targetUnit, String location)
Provide some information for a given location URI.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.IDynamicTargetPlugin
| |||||||||||
From interface
com.pnfsoftware.jeb.core.IPlugin
|
Provide some information for a given interactive item.
targetUnit | the target unit |
---|---|
itemId | the identifier of an item managed by the target unit |
itemText | the optional item text |
documentObjects | optional list of document objects associated to the provided item |
Provide some information for a given location URI.
targetUnit | the target unit |
---|---|
location | a location/URI |