|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionableItem | |
---|---|
org.drools.repository | |
org.drools.repository.events |
Uses of VersionableItem in org.drools.repository |
---|
Subclasses of VersionableItem in org.drools.repository | |
---|---|
class |
AssetItem
The AssetItem class is used to abstract away the details of the underlying JCR repository. |
class |
CategorisableItem
This contains logic for categorisable items (not all versionably items are categorisable). |
class |
ModuleItem
A ModuleItem object aggregates a set of assets (for example, rules). |
Methods in org.drools.repository that return VersionableItem | |
---|---|
VersionableItem |
VersionableItem.archiveItem(boolean data)
|
VersionableItem |
AssetItem.getPrecedingVersion()
|
abstract VersionableItem |
VersionableItem.getPrecedingVersion()
Clients of this method can cast the resulting object to the type of object they are calling the method on (e.g. |
VersionableItem |
AssetItem.getSucceedingVersion()
|
abstract VersionableItem |
VersionableItem.getSucceedingVersion()
Clients of this method can cast the resulting object to the type of object they are calling the method on (e.g. |
VersionableItem |
RulesRepository.loadItemByUUID(String uuid)
Similar to above. |
Uses of VersionableItem in org.drools.repository.events |
---|
Methods in org.drools.repository.events with parameters of type VersionableItem | |
---|---|
static void |
StorageEventManager.doCheckinEvents(VersionableItem item)
Process any checkin event listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |