|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleItem | |
---|---|
org.drools.repository | |
org.drools.repository.events |
Uses of ModuleItem in org.drools.repository |
---|
Methods in org.drools.repository that return ModuleItem | |
---|---|
ModuleItem |
RulesRepository.createModule(String name,
String description)
Adds a module to the repository. |
ModuleItem |
RulesRepository.createModule(String name,
String description,
String format)
Adds a module to the repository. |
ModuleItem |
RulesRepository.createModule(String name,
String description,
String format,
String[] workspace,
String checkInComment)
Adds a module to the repository. |
ModuleItem |
ModuleItem.createSubModule(String subModuleName)
Creates a nested package. |
ModuleItem |
RulesRepository.createSubModule(String name,
String description,
String parentModule)
Adds a Sub module to the repository. |
ModuleItem |
AssetItem.getModule()
This will get the module an asset item belongs to. |
ModuleItem |
ModuleItem.getPrecedingVersion()
|
ModuleItem |
ModuleItem.getSucceedingVersion()
|
ModuleItem |
RulesRepository.loadDefaultModule()
This will return or create the default module for assets that have no home yet. |
ModuleItem |
RulesRepository.loadGlobalArea()
This will return the global area for assets that can be shared. |
ModuleItem |
RulesRepository.loadModule(String name)
Loads a Module for the specified module name. |
ModuleItem |
RulesRepository.loadModule(String name,
long versionNumber)
Loads a Module for the specified module name and version. |
ModuleItem |
RulesRepository.loadModuleByUUID(String uuid)
Similar to above. |
ModuleItem |
RulesRepository.loadModuleSnapshot(String moduleName,
String snapshotName)
|
ModuleItem |
ModuleHistoryIterator.next()
|
ModuleItem |
ModuleIterator.next()
|
ModuleItem |
ModuleItem.updateCompiledBinary(InputStream data)
|
Uses of ModuleItem in org.drools.repository.events |
---|
Methods in org.drools.repository.events with parameters of type ModuleItem | |
---|---|
void |
SaveEvent.onModuleCreate(ModuleItem item)
Called once, when a module is created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |