| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.gui.flash | |
| org.mmbase.module.gui.html | |
| org.mmbase.module.lucene | |
| org.mmbase.module.tools | |
| org.mmbase.servlet |
MMBase is based on servlets.
|
| org.mmbase.storage |
The interfaces that define the classes for persistent storage of objects.
|
| org.mmbase.storage.implementation.database | |
| org.mmbase.storage.search |
Provides interfaces for retrieval of data from
SearchQuery objects. |
| org.mmbase.util.xml | |
| org.mmbase.util.xml.applicationdata |
| Modifier and Type | Field and Description |
|---|---|
(package private) static MMBase |
BasicCloudContext.mmb
Link to the mmbase root
|
| Modifier and Type | Method and Description |
|---|---|
MMBase |
FrameworkFilter.getMMBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameworkFilter.setMMBase(MMBase mm) |
| Modifier and Type | Field and Description |
|---|---|
(package private) MMBase |
scancache.mmbase
reference to MMBase module, used to retrieve netfiles and pagemakers builders
that support caching.
|
| Constructor and Description |
|---|
VersionCacheNode(MMBase mmb)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected MMBase |
MMTable.mmb
The MMBase module that this table belongs to
|
| Modifier and Type | Method and Description |
|---|---|
MMBase |
MMTable.getMMBase()
Return the MMBase object
|
static MMBase |
MMBase.getMMBase()
Retrieves the MMBase module('mmbaseroot').
|
| Modifier and Type | Method and Description |
|---|---|
void |
MMTable.setMMBase(MMBase m)
Set the MMBase object, and retrieve the storage layer.
|
| Constructor and Description |
|---|
ClusterBuilder(MMBase m)
Creates
ClusterBuilder instance. |
TemporaryNodeManager(MMBase mmbase) |
TransactionResolver(MMBase mmbase) |
VirtualBuilder(MMBase m)
Creates an instance of a Virtual builder.
|
VirtualBuilder(MMBase m,
String tableName)
Creates an instance of a Virtual builder and registers it in MMBase.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) MMBase |
MMFlash.mmb |
| Modifier and Type | Field and Description |
|---|---|
(package private) MMBase |
MMLanguage.mmb
Reference to the MMbase module.
|
(package private) MMBase |
HtmlBase.mmb |
(package private) MMBase |
MMEdit.mmBase |
(package private) MMBase |
EditState.mmBase |
MMBase |
StateManager.mmBase
Reference to the MMBase module.
|
(package private) MMBase |
EditStateNode.mmBase |
| Constructor and Description |
|---|
EditState(String user,
MMBase mmBase) |
EditStateNode(MMBase mmBase) |
MultilevelCacheHandler(MMBase mmb,
int size)
Deprecated.
|
MultilevelSubscribeNode(MMBase mmb,
String type) |
StateManager(MMBase mmBase)
Initialises the StateManager, by creating a new (empty) map of editstates.
|
| Modifier and Type | Field and Description |
|---|---|
protected MMBase |
Lucene.mmbase |
| Constructor and Description |
|---|
ApplicationInstaller(MMBase mmb,
MMAdmin admin) |
| Modifier and Type | Field and Description |
|---|---|
protected MMBase |
MMBaseServlet.mmbase
MMBase reference.
|
| Modifier and Type | Method and Description |
|---|---|
MMBase |
JumpersFilter.getMMBase() |
MMBase |
MMBaseStarter.getMMBase()
Returns the currently set MMBase object.
|
MMBase |
MMBaseServlet.getMMBase()
Returns the MMBase instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
servflash.setMMBase(MMBase mmb) |
void |
servscan.setMMBase(MMBase mmb) |
void |
servdb.setMMBase(MMBase mmb)
Deprecated.
|
void |
JumpersFilter.setMMBase(MMBase mmb) |
void |
FileServlet.setMMBase(MMBase mmb) |
void |
MMBaseStarter.setMMBase(MMBase mmb)
Set MMBase object after initializion, in the caller.
|
void |
MMBaseServlet.setMMBase(MMBase mmb)
Sets the mmbase member.
|
| Modifier and Type | Field and Description |
|---|---|
protected MMBase |
StorageManagerFactory.mmbase
A reference to the MMBase module
|
| Modifier and Type | Method and Description |
|---|---|
MMBase |
StorageManagerFactory.getMMBase()
Return the MMBase module for which the factory was instantiated
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StorageManagerFactory.init(MMBase mmbase)
Initialize the StorageManagerFactory.
|
static StorageManagerFactory |
StorageManagerFactory.newInstance(MMBase mmbase)
Obtain the StorageManagerFactory belonging to the indicated MMBase module.
|
| Constructor and Description |
|---|
GenericDataSource(MMBase mmbase) |
GenericDataSource(MMBase mmbase,
File dataDir)
Constructs a datasource for accessing the database belonging to the given MMBase module.
|
| Constructor and Description |
|---|
ResultBuilder(MMBase mmbase,
SearchQuery q)
Creator.
|
| Constructor and Description |
|---|
BuilderReader(Document doc,
MMBase mmb) |
BuilderReader(InputSource source,
MMBase mmb) |
| Modifier and Type | Field and Description |
|---|---|
protected MMBase |
ApplicationWriter.mmbase |
| Modifier and Type | Method and Description |
|---|---|
List<MMObjectNode> |
NodeReader.getNodes(MMBase mmbase) |
List<MMObjectNode> |
RelationNodeReader.getNodes(MMBase mmbase) |
(package private) static int |
ContextDepthDataWriter.getStartNode(ContextDepthDataReader capp,
MMBase mmb)
Retrieves the number of the startnode referenced by the context configuration file..
|
(package private) static void |
ContextDepthDataWriter.getSubNodes(int startnodenr,
int maxdepth,
HashSet<Integer> fb,
HashSet<Integer> nodesdoneSet,
HashSet<Integer> relationnodesSet,
MMBase mmb)
Searches the MMBase cloud, colelcting all nodes (and corresponmding relation nodes) that belong to a specific
type, and which can be traced up to a certain depth of nodes to a starting node.
|
static boolean |
ContextDepthDataWriter.writeContext(ApplicationReader app,
ContextDepthDataReader capp,
String targetpath,
MMBase mmb,
Logger logger)
Writes an application's nodes, according to that application's contexts, to a path.
|
static void |
FullBackupDataWriter.writeContext(ApplicationReader reader,
String targetPath,
MMBase mmbase,
Logger logger)
Writes all nodes to XML.
|
(package private) static void |
ContextDepthDataWriter.writeDataSources(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger)
Writes the required datasources to their corresponding xml files by calling writeNodes()
|
(package private) static void |
ContextDepthDataWriter.writeNodes(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger,
boolean isRelation)
Writes the nodes to their corresponding xml files
|
(package private) static void |
FullBackupDataWriter.writeNodes(String subTargetPath,
MMBase mmbase,
Logger logger)
Searches the MMBase cloud, collecting all nodes and storing them in data files.
|
(package private) static void |
FullBackupDataWriter.writeNodes(String subTargetPath,
MMBase mmbase,
Logger logger,
MMObjectBuilder builder,
List<MMObjectNode> nodes,
boolean isRelation)
Writes the nodes of a particular type to the corresponding XML file.
|
(package private) static void |
ContextDepthDataWriter.writeRelationSources(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger)
Writes the required relation sources to their corresponding xml files by calling writeNodes()
|
| Constructor and Description |
|---|
ApplicationWriter(ApplicationReader reader,
MMBase mmbase)
Constructs the document writer.
|
NodeWriter(MMBase mmb,
Logger logger,
String directory,
String builderName,
boolean isRelationNode)
Constructor, opens the initial xml file and writes a header.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}