| Package | Description |
|---|---|
| org.mmbase.calendar | |
| org.mmbase.functions | |
| org.mmbase.module.core |
The core classes for MMBase.
|
| 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. |
| 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 |
|---|---|
class |
MMObjectNodeFunction<R>
Sometimes you may want to implement a function on a node based on an
MMObjectNode instance. |
| Modifier and Type | Method and Description |
|---|---|
static <Q> Function<Q> |
MMObjectNodeFunction.newInstance(NodeFunction<Q> function,
MMObjectNode node) |
| 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 |
CloneNodeFunction
A function on nodes to clone them.
|
class |
GuiFunction
The gui function of MMObjectBuilder
|
protected static class |
PatternNodeFunctionProvider.PatternNodeFunction |
| Modifier and Type | Field and Description |
|---|---|
protected static NodeFunction<String> |
IndexFunction.index |
| Modifier and Type | Method and Description |
|---|---|
static <S> NodeFunction<S> |
NodeFunction.wrap(Function<S> function)
Tries to convert a certain Function object into a NodeFunction object.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}