| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.jsp.taglib.functions | |
| org.mmbase.bridge.mock |
This package provides a completely 'virtual' implementation of the bridge.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.calendar | |
| org.mmbase.functions | |
| 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.lucene | |
| org.mmbase.security.implementation.cloudcontext.builders | |
| org.mmbase.servlet |
MMBase is based on servlets.
|
| org.mmbase.streams | |
| org.mmbase.streams.createcaches | |
| org.mmbase.streams.download | |
| org.mmbase.streams.thumbnails | |
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| org.mmbase.util.xml |
| Modifier and Type | Method and Description |
|---|---|
Function |
Module.getFunction(String functionName)
Returns a Function object.
|
<R> Function<R> |
Node.getFunction(String functionName)
Returns a Fuction object.
|
Function<?> |
Cloud.getFunction(String setName,
String functionName)
Returns a Function object from a function set.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Function<?>> |
Node.getFunctions()
Returns all the Function objects of this Node
|
Collection<Function<?>> |
Module.getFunctions()
Returns all the Function objects of this Module.
|
Collection<Function<?>> |
Cloud.getFunctions(String setName)
Returns all Function objects from a function set.
|
| Modifier and Type | Method and Description |
|---|---|
Function<?> |
ModuleHandler.getFunction(String functionName) |
Function<?> |
BasicCloud.getFunction(String setName,
String functionName) |
protected Function |
BasicNodeManager.getNodeFunction(String functionName) |
protected Function<?> |
BasicNode.getNodeFunction(String functionName) |
protected Function<?> |
VirtualNode.getNodeFunction(String functionName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Function<?>> |
BasicNodeManager.getFunctions() |
Collection<Function<?>> |
BasicNode.getFunctions() |
Collection<Function<?>> |
VirtualNode.getFunctions() |
Collection<Function<?>> |
ModuleHandler.getFunctions() |
Collection<Function<?>> |
BasicCloud.getFunctions(String setName) |
| Modifier and Type | Method and Description |
|---|---|
Function |
ImageTag.getServletFunction(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
ImageTag.getServletArguments(String servletArgument,
Function servletPathFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected Function |
AbstractFunctionTag.getFunction() |
protected Function |
AbstractFunctionTag.getFunction(String functionName) |
protected Function |
AbstractFunctionTag.getFunction(String functionName,
boolean exception)
Gets function object, and checks consistency of attributes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Function<?>> |
MockNodeManager.functions |
| Modifier and Type | Method and Description |
|---|---|
Collection<Function<?>> |
MockNodeManager.getFunctions() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteFunction_Proxy<R>
RemoteFunction_Proxy in a generated smart proxy of Function
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
Function |
RemoteModule_Proxy.getFunction(String arg0) |
<R> Function<R> |
RemoteRelation_Proxy.getFunction(String arg0) |
<R> Function<R> |
RemoteNodeManager_Proxy.getFunction(String arg0) |
<R> Function<R> |
RemoteNode_Proxy.getFunction(String arg0) |
<R> Function<R> |
RemoteRelationManager_Proxy.getFunction(String arg0) |
Function<?> |
RemoteTransaction_Proxy.getFunction(String arg0,
String arg1) |
Function<?> |
RemoteCloud_Proxy.getFunction(String arg0,
String arg1) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Function<?>> |
RemoteRelation_Proxy.getFunctions() |
Collection<Function<?>> |
RemoteNodeManager_Proxy.getFunctions() |
Collection<Function<?>> |
RemoteNode_Proxy.getFunctions() |
Collection<Function<?>> |
RemoteModule_Proxy.getFunctions() |
Collection<Function<?>> |
RemoteRelationManager_Proxy.getFunctions() |
Collection<Function<?>> |
RemoteTransaction_Proxy.getFunctions(String arg0) |
Collection<Function<?>> |
RemoteCloud_Proxy.getFunctions(String arg0) |
| Constructor and Description |
|---|
RemoteFunction_Rmi(Function originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
Function |
NodeWrapper.getFunction(String functionName) |
<R> Function<R> |
AbstractNode.getFunction(String functionName) |
Function<?> |
AbstractCloud.getFunction(String setName,
String functionName) |
protected Function<?> |
AbstractNode.getNodeFunction(String functionName)
Based on
AbstractNode.getFunctions(). |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Function<?>> |
AbstractNode.getFunctionMap()
Wraps
AbstractNode.getFunctions() in a Map |
Collection<Function<?>> |
NodeWrapper.getFunctions() |
Collection<Function<?>> |
AbstractNodeManager.getFunctions() |
Collection<Function<?>> |
AbstractNode.getFunctions()
This default implementation is based on
Node.getNodeManager().Node.getFunctions(). |
Collection<Function<?>> |
AbstractCloud.getFunctions(String setName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContrastFunction
Calculates a contrasting color for a given color.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlashGuiFunction
A gui function for object of builders representing 'flash objects'.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ProcessorModule.GetNodeListFunction
Function implementation around
ProcessorModule.getNodeList(Object, String, Map). |
protected class |
ProcessorModule.ProcessFunction
Function implementation around
ProcessorModule.process(PageInfo, Hashtable, Hashtable). |
protected class |
ProcessorModule.ReplaceFunction
Function implementation around
ProcessorModule.replace(PageInfo, String). |
| Modifier and Type | Field and Description |
|---|---|
protected Function<String> |
Module.getMaintainerFunction
This function returns the Module's maintainer as a String.
|
protected Function<Integer> |
Module.getVersionFunction
This function returns the Module's version number as an Integer.
|
| Modifier and Type | Field and Description |
|---|---|
protected Function<Long> |
MMServers.getUpTime
Function uptime
|
| Modifier and Type | Class and Description |
|---|---|
class |
MMObjectNodeFunction<R>
Sometimes you may want to implement a function on a node based on an
MMObjectNode instance. |
| Modifier and Type | Field and Description |
|---|---|
protected Function<Collection<? extends Function>> |
MMObjectBuilder.getFunctions
Every Function Provider provides least the 'getFunctions' function, which returns a Set of all functions which it provides.
|
protected Function<String> |
MMObjectBuilder.guiFunction
The famous GUI function as a function object.
|
protected Function<Object> |
MMObjectBuilder.infoFunction
The info-function is a node-function and a builder-function.
|
protected Function<String> |
MMObjectBuilder.wrapFunction
This function wraps the text of a node's field and returns the result as a String.
|
| Modifier and Type | Field and Description |
|---|---|
protected Function<Collection<? extends Function>> |
MMObjectBuilder.getFunctions
Every Function Provider provides least the 'getFunctions' function, which returns a Set of all functions which it provides.
|
| Modifier and Type | Method and Description |
|---|---|
protected Function<?> |
MMObjectBuilder.getFunction(MMObjectNode node,
String functionName)
Instantiates a Function object for a certain function on a certain node of this type.
|
Function<?> |
MMObjectNode.getFunction(String functionName) |
protected Function |
MMObjectBuilder.newFunctionInstance(String name,
Parameter[] parameters,
ReturnType returnType) |
Function<R> |
MMObjectNodeFunction.newInstance(MMObjectNode node)
Returns a new instance of NodeInstanceFunction, which represents an actual Function.
|
static <Q> Function<Q> |
MMObjectNodeFunction.newInstance(NodeFunction<Q> function,
MMObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Function<?>> |
MMObjectNode.getFunctions() |
protected Collection<Function<?>> |
MMObjectBuilder.getFunctions(MMObjectNode node)
Returns all Functions which are available (or at least known to be available) on a Node.
|
| Modifier and Type | Field and Description |
|---|---|
protected Function<Lucene.Scheduler.Assignment> |
Lucene.assignmentFunction |
protected Function<Void> |
Lucene.clearDirectory |
protected Function<Void> |
Lucene.deleteIndexFunction
This function deletes an indexed entry from an index
if the Parameter 'index' has value null, all indexes are iterated over, otherwise
the right index is addressed.
|
protected Function<String> |
Lucene.descriptionFunction
This function returns the description as configured for a specific index and a specific locale.
|
protected Function<Void> |
Lucene.fullIndexFunction
This function starts a full Index of Lucene.
|
protected Function<Integer> |
Lucene.fullIndexing |
protected Function<Set<Indexer>> |
Lucene.indexerListFunction
This function returns Set with the names of all configured indexes (ordered alphabeticly)
|
protected Function<String> |
Lucene.interruptFunction |
protected Function<Long> |
Lucene.lastFullIndexDurationFunction |
protected Function<Date> |
Lucene.lastFullIndexFunction |
protected Function<Set<String>> |
Lucene.listFunction
This function returns Set with the names of all configured indexes (ordered alphabeticly)
|
protected Function<Collection<Lucene.Scheduler.Assignment>> |
Lucene.queueFunction |
protected Function<Boolean> |
Lucene.readOnlyFunction |
protected Function<NodeList> |
Lucene.searchFunction
This function starts a search fro a given string.
|
protected Function<Integer> |
Lucene.searchSizeFunction
This function returns the size of a query on an index.
|
protected Function<String> |
Lucene.statusDescriptionFunction |
protected Function<Integer> |
Lucene.statusFunction
This function returns the status of the scheduler.
|
protected Function<Integer> |
Lucene.unAssignFunction |
protected Function<Void> |
Lucene.updateIndexFunction
This function can be called through the function framework.
|
protected Function<Void> |
Lucene.waitFunction |
| Modifier and Type | Field and Description |
|---|---|
protected Function<String> |
Users.encodeFunction |
protected Function<Rank> |
Users.rankFunction |
| Modifier and Type | Class and Description |
|---|---|
static class |
FileServlet.DirectoryFunction
The directory as a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeWithoutProcessFunction
Function on streamsources nodes to enable editing of the url field without processing (transcoding) the stream.
|
class |
CreateCachesFunction
Triggers (re)creation of caches (streamsourcescaches) of a source node
(streamsources).
|
class |
CreateSourcesWithoutProcessFunction
Function on mediafragments to create a streamsources nodes without processing
the stream and creating (transcoding into) streamsourcescaches.
|
class |
FileFunction
This function on streamsources and caches returns the associated file as an actual
#File object. |
class |
UpdateSourcesFunction
'Pings' the physical file of a streamssources (video- or audiostream) with
FFMpegRecognizer to update current information
in its node. |
| Modifier and Type | Class and Description |
|---|---|
class |
WaitUntilRecognizedFunction
To be used in a template, indicates when an uploaded file has been recognized and the user
can start editing associated data.
|
class |
WaitUntilTranscodingFunction
To be used in a template, indicates when transcoding of the uploaded file has started.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadFunction
Downloads a media stream from an url for a media item (mediafragments node) puts it in the files
directory and returns it's filename when finished.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThumbNailFunction
Function on mediafragments (videofragments really) to make thumbnails of video streams.
|
class |
WaitFunction
Function that submits
FFMpegThumbNailCreator to create an image. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction<R>
An abstract representation of a piece of functionality (a 'function').
|
class |
BeanFunction
One or more functions based on a Java-bean.
|
class |
CloneNodeFunction
A function on nodes to clone them.
|
class |
CombinedFunction<R>
A combined function combines other function objects.
|
class |
GuiFunction
The gui function of MMObjectBuilder
|
class |
MethodFunction
A function based on an abritrary method.
|
class |
NodeFunction<R>
A NodeFunction represents a function on a node instances of this builder.
|
protected static class |
PatternNodeFunctionProvider.PatternNodeFunction |
class |
SetFunction
A SetFunction is a
Function which wraps precisely one method of a class. |
class |
WrappedFunction<R>
A wrapped function is a base class for function objects based on an other function object.
|
| Modifier and Type | Field and Description |
|---|---|
protected Function<Collection<Function<?>>> |
FunctionProvider.getFunctions
Every Function Provider provides least the 'getFunctions' function, which returns a Set of all functions which it provides.
|
protected Function<NodeList> |
ExampleBuilder.listLatestFunction
Implementation of 'builder function', which can be compared with a static method in java.
|
protected Function<Integer> |
ExampleBuilder.sumFieldsFunction
Implementation of 'node function', which can be compared with a instance method in java.
|
protected Function<R> |
WrappedFunction.wrappedFunction |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Function<?>> |
FunctionProvider.functions |
protected Function<Collection<Function<?>>> |
FunctionProvider.getFunctions
Every Function Provider provides least the 'getFunctions' function, which returns a Set of all functions which it provides.
|
| Modifier and Type | Method and Description |
|---|---|
Function<?> |
FunctionProvider.addFunction(Function<?> function)
Adds a function to the FunctionProvider.
|
static Function<Object> |
MethodFunction.getFunction(Class<?> clazz,
String name)
Returns the MethodFunction representing the method 'name' in class 'clazz'.
|
static Function<Object> |
FunctionFactory.getFunction(Class<?> claz,
String functionName)
Gets a function object for a Bean
|
static Function |
FunctionFactory.getFunction(Cloud cloud,
String setName,
String functionName)
Gets a function from a function set on a certain cloud
|
static Function<Object> |
MethodFunction.getFunction(Method method,
String name) |
static Function<Object> |
FunctionFactory.getFunction(Method method,
String functionName)
Gets a function object for a certain Method
|
static Function<Object> |
MethodFunction.getFunction(Method method,
String name,
Object instance) |
static Function |
FunctionFactory.getFunction(Module module,
String functionName)
Gets a function object for a Module
|
static Function |
FunctionFactory.getFunction(NodeManager nodeManager,
String functionName)
Gets a function object for a NodeManager
|
static Function |
FunctionFactory.getFunction(Node node,
String functionName)
Gets a function object for a Node.
|
Function<String> |
PatternNodeFunctionProvider.getFunction(String name) |
Function<?> |
FunctionProvider.getFunction(String functionName)
Returns the Function object with given name.
|
static Function<?> |
FunctionSets.getFunction(String setName,
String functionName)
Returns the
Function with the given function name, and which exists in the set with the given set name. |
static Function<?> |
FunctionFactory.getFunction(String setName,
String functionName)
Gets a function from a function set
|
protected Function<?> |
FunctionProvider.newFunctionInstance(String name,
Parameter<?>[] parameters,
ReturnType returnType) |
Function<R> |
NodeFunction.newInstance(Node node)
Returns a new instance of NodeInstanceFunction, which represents an actual Function.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Function<?>> |
FunctionProvider.getFunctions()
Returns a Collection of all functions currently provided by the FunctionProvider.
|
| Modifier and Type | Method and Description |
|---|---|
Function<?> |
FunctionProvider.addFunction(Function<?> function)
Adds a function to the FunctionProvider.
|
void |
CombinedFunction.addFunction(Function<R> func) |
int |
AbstractFunction.compareTo(Function<R> fun) |
static <S> NodeFunction<S> |
NodeFunction.wrap(Function<S> function)
Tries to convert a certain Function object into a NodeFunction object.
|
| Constructor and Description |
|---|
WrappedFunction(Function<R> function)
Constructor for Basic Function
|
| Modifier and Type | Method and Description |
|---|---|
Set<Function> |
BuilderReader.getFunctions(MMObjectBuilder builder) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}