public class XBRXPlugService extends XBRDefaultService<XBRXPlugin> implements XBCXPlugService<XBRXPlugin>
catalogitemManager| Constructor and Description |
|---|
XBRXPlugService(XBRCatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
XBRXPlugin |
findById(long id) |
XBRXPlugin |
findPlugin(XBCNode node,
java.lang.Long index) |
java.lang.Long |
getAllPluginCount()
Get count of all files in the database
|
java.lang.String |
getExtensionName()
Get some name for give extension.
|
java.io.InputStream |
getPlugin(XBCXPlugin plugin) |
java.lang.Long[] |
getPluginXBPath(XBCXPlugin plugin)
Returns Path of XBIndexes for given node
|
void |
initializeExtension()
Method for initializing given extension.
|
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateItem, getAllItems, getItem, getItemsCount, persistItem, removeItempublic XBRXPlugService(XBRCatalog catalog)
public XBRXPlugin findById(long id)
findById in interface XBCXPlugService<XBRXPlugin>public XBRXPlugin findPlugin(XBCNode node, java.lang.Long index)
findPlugin in interface XBCXPlugService<XBRXPlugin>public java.lang.Long getAllPluginCount()
XBCXPlugServicegetAllPluginCount in interface XBCXPlugService<XBRXPlugin>public java.io.InputStream getPlugin(XBCXPlugin plugin)
getPlugin in interface XBCXPlugService<XBRXPlugin>public java.lang.Long[] getPluginXBPath(XBCXPlugin plugin)
XBCXPlugServicegetPluginXBPath in interface XBCXPlugService<XBRXPlugin>public java.lang.String getExtensionName()
XBCExtensiongetExtensionName in interface XBCExtensionpublic void initializeExtension()
XBCExtensioninitializeExtension in interface XBCExtension