| Package | Description |
|---|---|
| org.mmbase.bridge.util.xml.query |
Functionality to parse XML to
Query objects. |
| org.mmbase.core.util | |
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.corebuilders |
The MMBase core builders.
|
| org.mmbase.module.tools | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.storage.implementation.database | |
| org.mmbase.storage.search |
Provides interfaces for retrieval of data from
SearchQuery objects. |
| org.mmbase.storage.search.implementation.database | |
| org.mmbase.storage.search.implementation.database.functions | |
| org.mmbase.storage.search.implementation.database.informix.excalibur | |
| org.mmbase.util | |
| org.mmbase.util.xml.applicationdata |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
QueryReader.addConstraint(Element constraintElement,
QueryDefinition queryDefinition,
CompositeConstraint parentConstraint) |
protected static Constraint |
QueryReader.getCompositeConstraint(Element constraintElement,
QueryDefinition queryDefinition) |
static QueryDefinition |
QueryReader.parseQuery(Element queryElement,
Cloud cloud,
String relateFrom)
As
QueryReader.parseQuery(Element, QueryConfigurer, Cloud, String), but with default QueryConfigurer |
static QueryDefinition |
QueryReader.parseQuery(Element queryElement,
QueryConfigurer configurer,
Cloud cloud,
String relateFrom)
Creates a Query object from an Element.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StorageConnector.addSubResult(NodeSearchQuery query,
List<Integer> subResult,
List<MMObjectNode> result) |
int |
StorageConnector.count(SearchQuery query)
Counts number of nodes matching a specified constraint.
|
List<MMObjectNode> |
StorageConnector.getNodes()
Returns all the nodes from the associated builder.
|
List<MMObjectNode> |
StorageConnector.getNodes(Collection<MMObjectNode> virtuals)
Convert virtual nodes to real nodes based on their otype
Normally a multirelations-search will return virtual nodes.
|
List<MMObjectNode> |
StorageConnector.getNodes(SearchQuery query)
Returns nodes matching a specified constraint.
|
List<MMObjectNode> |
StorageConnector.getNodes(SearchQuery query,
boolean useCache)
Returns nodes matching a specified constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<MMObjectNode> |
MMServers.getMMServerNodes()
Returns all the nodes from the builder without loading it in the nodes cache of MMBase.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MMTable.count(NodeSearchQuery query)
Counts number of nodes matching a specified constraint.
|
List<MMObjectNode> |
ClusterBuilder.getClusterNodesFromQueryHandler(SearchQuery query)
Executes query, returns results as
clusternodes or MMObjectNodes if the
query is a Node-query. |
List<MMObjectNode> |
MMTable.getNodes(NodeSearchQuery query)
Returns nodes matching a specified constraint.
|
| Modifier and Type | Method and Description |
|---|---|
MMObjectNode |
InsRel.getRelationNode(int source,
int destination,
int role)
Test whether a relation exists and returns the corresponding node.
|
List<MMObjectNode> |
InsRel.getRelationNodes(int source)
Get relation(s) for an MMObjectNode, using a specified role (reldef) as a filter.
|
List<MMObjectNode> |
InsRel.getRelationNodes(int source,
boolean useDirectionality)
Get all relation(s) for an MMObjectNode.
|
List<MMObjectNode> |
InsRel.getRelationNodes(int source,
int role)
Get relation(s) for an MMObjectNode, using a specified role (reldef) as a filter.
|
List<MMObjectNode> |
InsRel.getRelationNodes(int source,
int role,
boolean useDirectionality)
Get all relation(s) for a MMObjectNode
This function returns all relations in which the node is either a source or
the destination.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Vector<String> |
MMAdmin.getApplicationsList() |
boolean |
ApplicationInstaller.installApplication(String applicationName,
int requiredVersion,
String requiredMaintainer,
ApplicationResult result,
Set<String> installationSet,
boolean autoDeploy)
Installs the application
|
void |
ApplicationInstaller.installApplications() |
protected boolean |
ApplicationInstaller.installDataSources(List<Map<String,String>> dataSources,
String appName,
ApplicationResult result) |
(package private) boolean |
ApplicationInstaller.installRelationSources(List<Map<String,String>> ds,
String appname,
ApplicationResult result) |
protected void |
MMAdmin.probeCall()
Called when MMBase is up.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedSet<String> |
BasicContextProvider.getAllContextsUnCached() |
| Modifier and Type | Method and Description |
|---|---|
int |
DatabaseStorageManager.convertLegacyBinaryFiles()
Convert legacy file
|
| Modifier and Type | Method and Description |
|---|---|
String |
SearchQueryHandler.createSqlString(SearchQuery query)
Makes a String of a query, taking into consideration if the database supports offset and
maxnumber features.
|
List<MMObjectNode> |
SearchQueryHandler.getNodes(SearchQuery query,
MMObjectBuilder builder)
Processes a search query, returns the result as a list of nodes.
|
List<MMObjectNode> |
ResultBuilder.getResult() |
int |
SearchQueryHandler.getSupportLevel(Constraint constraint,
SearchQuery query)
Gets the level at which a constraint is supported for a query
by this handler.
|
int |
SearchQueryHandler.getSupportLevel(int feature,
SearchQuery query)
Gets the level at which a feature is supported for a query
by this handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicSqlHandler.appendCompositeConstraintToSql(StringBuilder sb,
CompositeConstraint compositeConstraint,
SearchQuery query,
boolean inverse,
boolean inComposite,
SqlHandler firstInChain)
Represents a CompositeConstraint object as a constraint in SQL format,
appending the result to a stringbuffer.
|
void |
ChainedSqlHandler.appendConstraintToSql(StringBuilder sb,
Constraint constraint,
SearchQuery query,
boolean inverse,
boolean inComposite) |
void |
SqlHandler.appendConstraintToSql(StringBuilder sb,
Constraint constraint,
SearchQuery query,
boolean inverse,
boolean inComposite)
Represents Constraint object, that is not a CompositeConstraint,
as a constraint in SQL format, appending the result to a stringbuffer.
|
void |
BasicSqlHandler.appendConstraintToSql(StringBuilder sb,
Constraint constraint,
SearchQuery query,
boolean inverse,
boolean inComposite) |
void |
ChainedSqlHandler.appendQueryBodyToSql(StringBuilder sb,
SearchQuery query,
SqlHandler firstInChain) |
void |
InformixSqlHandler.appendQueryBodyToSql(StringBuilder sb,
SearchQuery query,
SqlHandler firstInChain) |
void |
SqlHandler.appendQueryBodyToSql(StringBuilder sb,
SearchQuery query,
SqlHandler firstInChain)
Represents body of a SearchQuery object as a string in SQL format,
using the database configuration.
|
void |
BasicSqlHandler.appendQueryBodyToSql(StringBuilder sb,
SearchQuery query,
SqlHandler firstInChain) |
String |
BasicQueryHandler.createSqlString(SearchQuery query)
Makes a String of a query, taking into consideration if the database supports offset and
maxnumber features.
|
List<MMObjectNode> |
BasicQueryHandler.getNodes(SearchQuery query,
MMObjectBuilder builder) |
int |
ChainedSqlHandler.getSupportLevel(Constraint constraint,
SearchQuery query) |
int |
BasicQueryHandler.getSupportLevel(Constraint constraint,
SearchQuery query) |
int |
SqlHandler.getSupportLevel(Constraint constraint,
SearchQuery query)
Gets the level at which a constraint is supported for a query
by this handler.
|
int |
BasicSqlHandler.getSupportLevel(Constraint constraint,
SearchQuery query) |
int |
ChainedSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
int |
InformixSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
int |
HSqlSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
int |
MySqlSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
int |
BasicQueryHandler.getSupportLevel(int feature,
SearchQuery query) |
int |
SqlHandler.getSupportLevel(int feature,
SearchQuery query)
Gets the level at which a feature is supported for a query
by this handler.
|
int |
PostgreSqlSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
int |
BasicSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
String |
ChainedSqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain) |
String |
InformixSqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain) |
String |
HSqlSqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain) |
String |
MySqlSqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain) |
String |
SqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain)
Represents a SearchQuery object as a string in SQL format,
using the database configuration.
|
String |
PostgreSqlSqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain) |
String |
BasicSqlHandler.toSql(SearchQuery query,
SqlHandler firstInChain) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionSqlHandler.appendConstraintToSql(StringBuilder sb,
Constraint constraint,
SearchQuery query,
boolean inverse,
boolean inComposite) |
| Modifier and Type | Method and Description |
|---|---|
void |
EtxSqlHandler.appendConstraintToSql(StringBuilder sb,
Constraint constraint,
SearchQuery query,
boolean inverse,
boolean inComposite) |
int |
EtxSqlHandler.getSupportLevel(Constraint constraint,
SearchQuery query) |
int |
EtxSqlHandler.getSupportLevel(int feature,
SearchQuery query) |
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
LocalizedEntryListFactory.getQueries(Cloud cloud,
Node node,
Field field)
Return the
Query's that define this enumeration factory. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FullBackupDataWriter.writeContext(ApplicationReader reader,
String targetPath,
MMBase mmbase,
Logger logger)
Writes all nodes to XML.
|
(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.
|
void |
ApplicationWriter.writeToPath(String targetPath,
Logger logger)
Generates the documents for this application and store it as a set of files in the given path.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}