A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

a - Variable in class org.incava.util.diff.Diff
The source array, AKA the "from" values.
ab - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
absolute - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
ABSOLUTE_URL - Static variable in class org.mmbase.richtext.processors.xml.Util
 
ABSOLUTE_URLS - Static variable in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
absoluteParent - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
If a restriction has an 'absolute' parent restriction, then also that restriction must be valid (because it was 'absolute').
AbstractBridgeList<E extends Comparable<? super E>> - Class in org.mmbase.bridge.util
As AbstractList, but implements some extra methods required by BridgeList
AbstractBridgeList() - Constructor for class org.mmbase.bridge.util.AbstractBridgeList
 
AbstractBridgeList.BasicIterator - Class in org.mmbase.bridge.util
 
AbstractBridgeList.BasicIterator() - Constructor for class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
AbstractBuilderReader<F extends Field> - Class in org.mmbase.util.xml
Abstraction of BuilderReader with no dependencies on core classes.
AbstractBuilderReader(InputSource) - Constructor for class org.mmbase.util.xml.AbstractBuilderReader
 
AbstractBuilderReader(Document) - Constructor for class org.mmbase.util.xml.AbstractBuilderReader
 
AbstractClassGenerator - Class in org.mmbase.mojo.remote
 
AbstractClassGenerator(Class<?>) - Constructor for class org.mmbase.mojo.remote.AbstractClassGenerator
 
AbstractCloud - Class in org.mmbase.bridge.util
This abstract implementation of Cloud implements all methods which are based on implementations of other methods, and implements things which many cloud implementataion likely have to do themselves, like properties.
AbstractCloud(String, UserContext) - Constructor for class org.mmbase.bridge.util.AbstractCloud
 
AbstractCloudContext - Class in org.mmbase.bridge.util
Abstract implementation of CloudContext which implements a number of methods with reasonable defaults, or based on other methods.
AbstractCloudContext() - Constructor for class org.mmbase.bridge.util.AbstractCloudContext
 
AbstractCollectionNodeList<E extends Node> - Class in org.mmbase.bridge.util
An AbstractCollectionNodeList implements a BridgeList of Nodes, based on a collection of objects of perhaps other type, which are implicitely AbstractCollectionNodeList.convert(java.lang.Object, int)ed when necessary.
AbstractCollectionNodeList(Collection<? extends Node>, NodeManager) - Constructor for class org.mmbase.bridge.util.AbstractCollectionNodeList
 
AbstractCollectionNodeList(Collection<? extends Node>, Cloud) - Constructor for class org.mmbase.bridge.util.AbstractCollectionNodeList
 
AbstractCollectionNodeList(Collection) - Constructor for class org.mmbase.bridge.util.AbstractCollectionNodeList
 
AbstractCommandStringTransformer - Class in org.mmbase.util.transformers
If you want to transform a Reader stream by the use of an external command, than you can extend this class.
AbstractCommandStringTransformer() - Constructor for class org.mmbase.util.transformers.AbstractCommandStringTransformer
 
abstractCreation(String) - Static method in class org.mmbase.storage.search.legacy.DBValue
Determines whether a value is a string, a string with wildcards, or a number, and returns the appropriate class.
AbstractCronJob - Class in org.mmbase.applications.crontab
A straight-forward abstract implementation of CronJob.
AbstractCronJob() - Constructor for class org.mmbase.applications.crontab.AbstractCronJob
 
AbstractDescriptor - Class in org.mmbase.core
 
AbstractDescriptor() - Constructor for class org.mmbase.core.AbstractDescriptor
 
AbstractDescriptor(String) - Constructor for class org.mmbase.core.AbstractDescriptor
Create a data type object
AbstractDescriptor(String, Descriptor, boolean) - Constructor for class org.mmbase.core.AbstractDescriptor
Create a data type object
AbstractDescriptor(String, Descriptor) - Constructor for class org.mmbase.core.AbstractDescriptor
 
AbstractDove - Class in org.mmbase.applications.dove
This class handles Remote Procedure Calls described using a DOM model.
AbstractDove(Document) - Constructor for class org.mmbase.applications.dove.AbstractDove
Constructor
AbstractEventBroker - Class in org.mmbase.core.event
An EventBroker which administrates the listeners in a CopyOnWriteArraySet.
AbstractEventBroker() - Constructor for class org.mmbase.core.event.AbstractEventBroker
 
AbstractField<D> - Class in org.mmbase.core
 
AbstractField(String, Field) - Constructor for class org.mmbase.core.AbstractField
Create a field object based on another field.
AbstractField(String, Field, boolean) - Constructor for class org.mmbase.core.AbstractField
Create a field object based on another field.
AbstractField(String, int, int, int, DataType<D>) - Constructor for class org.mmbase.core.AbstractField
Create a field object
AbstractFieldValue - Class in org.mmbase.bridge.util
This abstract version of FieldValue only leaves AbstractFieldValue.get() to implement.
AbstractFieldValue(Node, Cloud) - Constructor for class org.mmbase.bridge.util.AbstractFieldValue
 
AbstractFunction<R> - Class in org.mmbase.util.functions
An abstract representation of a piece of functionality (a 'function').
AbstractFunction(String, Parameter<?>[], ReturnType<R>) - Constructor for class org.mmbase.util.functions.AbstractFunction
Constructor for Function objects.
AbstractFunction(String, Parameter<?>...) - Constructor for class org.mmbase.util.functions.AbstractFunction
Determines the ReturnType automaticly using the return type of AbstractFunction.getFunctionValue(Parameters).
AbstractFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
The function tags can be used as a child of a 'NodeProvider' tag (though posisbly not on clusternodes).
AbstractFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
AbstractGenerator - Class in org.mmbase.mojo.remote
 
AbstractGenerator() - Constructor for class org.mmbase.mojo.remote.AbstractGenerator
 
AbstractHandler<C> - Class in org.mmbase.datatypes.handlers
Handlers can be associated to DataTypes, but different Handler can be associated with different content types.
AbstractHandler() - Constructor for class org.mmbase.datatypes.handlers.AbstractHandler
 
AbstractImageConverter - Class in org.mmbase.util.images
Abstract implementation of a ImageConverter.
AbstractImageConverter() - Constructor for class org.mmbase.util.images.AbstractImageConverter
 
AbstractImages - Class in org.mmbase.module.builders
AbstractImages holds the images and provides ways to insert, retrieve and search them.
AbstractImages() - Constructor for class org.mmbase.module.builders.AbstractImages
 
AbstractImages.CKeyCache - Class in org.mmbase.module.builders
Cache with 'ckey' keys.
AbstractImages.CKeyCache(int) - Constructor for class org.mmbase.module.builders.AbstractImages.CKeyCache
 
AbstractLengthDataType<E> - Class in org.mmbase.datatypes
A LengthDataType is a datatype that defines a length for its values (AbstractLengthDataType.getLength(Object)) , and restrictions on that (minimal an maximal length).
AbstractLengthDataType(String, Class<E>) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType
Constructor for big data field.
AbstractLengthDataType.MaxRestriction - Class in org.mmbase.datatypes
 
AbstractLengthDataType.MaxRestriction(BasicDataType<?>, AbstractLengthDataType.MaxRestriction) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
AbstractLengthDataType.MaxRestriction(BasicDataType<?>, long) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
AbstractLengthDataType.MinRestriction - Class in org.mmbase.datatypes
 
AbstractLengthDataType.MinRestriction(BasicDataType<?>, AbstractLengthDataType.MinRestriction) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
AbstractLengthDataType.MinRestriction(BasicDataType<?>, long) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
abstractListMethod(Method) - Method in class org.mmbase.mojo.remote.ProxyGenerator
 
AbstractMonitor - Class in org.mmbase.util.externalprocess
Basic implementation of IProgressMonitor that implements every method in the most straight forward or empty way.
AbstractMonitor() - Constructor for class org.mmbase.util.externalprocess.AbstractMonitor
 
AbstractNode - Class in org.mmbase.bridge.util
Abstract implementation of Node.
AbstractNode() - Constructor for class org.mmbase.bridge.util.AbstractNode
 
AbstractNodeAction - Class in org.mmbase.applications.vprowizards.spring.action
this is a template class for the 'real' node actions Is it more or less a redo of org.mmbase.datatypes.handler.html
AbstractNodeAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
AbstractNodeList<E extends Node> - Class in org.mmbase.bridge.implementation
An abstract BasicList implementation which overrided AbstractNodeList.convert(java.lang.Object) to make sure the list contains Nodes.
AbstractNodeList() - Constructor for class org.mmbase.bridge.implementation.AbstractNodeList
 
AbstractNodeList(Collection) - Constructor for class org.mmbase.bridge.implementation.AbstractNodeList
 
AbstractNodeList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.AbstractNodeList
 
AbstractNodeList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.implementation.AbstractNodeList
 
AbstractNodeListTag - Class in org.mmbase.bridge.jsp.taglib
AbstractNodeListTag, provides basic functionality for listing objects stored in MMBase
AbstractNodeListTag() - Constructor for class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
AbstractNodeListTag.NodesAndTrim - Class in org.mmbase.bridge.jsp.taglib
 
AbstractNodeListTag.NodesAndTrim() - Constructor for class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag.NodesAndTrim
 
AbstractNodeManager - Class in org.mmbase.bridge.util
Abstract implementation of NodeManager, to minimalize the implementation of a virtual one.
AbstractNodeManager(Cloud) - Constructor for class org.mmbase.bridge.util.AbstractNodeManager
 
AbstractNodeProviderTag - Class in org.mmbase.bridge.jsp.taglib
A base class for tags which provide a node.
AbstractNodeProviderTag() - Constructor for class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
AbstractParamTag - Class in org.mmbase.bridge.jsp.taglib
Adds an extra parameter to the parent URL tag.
AbstractParamTag() - Constructor for class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
AbstractProcessor - Class in org.mmbase.framework
Abstract view implementation which implements getType and the specific parameters.
AbstractProcessor(Block) - Constructor for class org.mmbase.framework.AbstractProcessor
 
AbstractQueryHandler - Class in org.mmbase.bridge.mock
 
AbstractQueryHandler(MockCloud) - Constructor for class org.mmbase.bridge.mock.AbstractQueryHandler
 
AbstractQueryWrapper<Q extends Query> - Class in org.mmbase.bridge.util
Abstract base class for both QueryWrapper and NodeQueryWrapper.
AbstractQueryWrapper(Q) - Constructor for class org.mmbase.bridge.util.AbstractQueryWrapper
 
AbstractRelationAction - Class in org.mmbase.applications.vprowizards.spring.action
 
AbstractRelationAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
AbstractRenderer - Class in org.mmbase.framework
Abstract renderer implementation which implements getType and getBlock.
AbstractRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.AbstractRenderer
 
AbstractRequest - Class in org.mmbase.datatypes.handlers
 
AbstractRequest() - Constructor for class org.mmbase.datatypes.handlers.AbstractRequest
 
AbstractSendMail - Class in org.mmbase.applications.email
This module provides mail functionality
AbstractSendMail(String) - Constructor for class org.mmbase.applications.email.AbstractSendMail
 
AbstractSequentialBridgeList<E extends Comparable<? super E>> - Class in org.mmbase.bridge.util
As AbstractSequentialList, but implements some extra methods required by BridgeList
AbstractSequentialBridgeList() - Constructor for class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
AbstractServletBuilder - Class in org.mmbase.module.builders
Some builders are associated with a servlet.
AbstractServletBuilder() - Constructor for class org.mmbase.module.builders.AbstractServletBuilder
 
AbstractSimpleImpl - Class in org.mmbase.util.logging
Base class for simple Logger implementations (no patterns and so on).
AbstractSimpleImpl() - Constructor for class org.mmbase.util.logging.AbstractSimpleImpl
 
AbstractTemplateParser - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
AbstractTemplateParser(String, String, String) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
AbstractTranscoder - Class in org.mmbase.streams.transcoders
Base transcoder for others.
AbstractTranscoder() - Constructor for class org.mmbase.streams.transcoders.AbstractTranscoder
 
AbstractTreeReferrerListTag - Class in org.mmbase.bridge.jsp.taglib.tree
 
AbstractTreeReferrerListTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
AbstractTypeHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
AbstractTypeHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Constructor for AbstractTypeHandler.
ac - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
accept(File, String) - Method in class org.mmbase.util.SPartFileFilter
Checks whether a file has the node number in its file path.
accessObject(String, int) - Method in class org.mmbase.applications.xmlimporter.Transaction
Create access object for an object in the persistent cloud, in the context of this transaction.
account - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
acodec - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
acquire() - Method in class org.mmbase.util.DijkstraSemaphore
If the count is non-zero, acquires a semaphore and decrements the count by 1, otherwise blocks until a release() is executed by some other thread.
acquireAll() - Method in class org.mmbase.util.DijkstraSemaphore
Tries to acquire all the semaphores thus bringing the count to zero.
Action - Class in org.mmbase.applications.vprowizards.spring.action
This should be extended by all actions that can be registered to an Command instance.
Action() - Constructor for class org.mmbase.applications.vprowizards.spring.action.Action
 
action - Variable in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
ACTION - Static variable in class org.mmbase.framework.basic.BasicFramework
 
Action - Class in org.mmbase.security
An action is something which an authenticated user may want to do, but which is not directly associated with MMBase nodes.
Action(String, String, ActionChecker) - Constructor for class org.mmbase.security.Action
 
ActionChecker - Interface in org.mmbase.security
A piece of 'action check' functionality.
ActionChecker.Rank - Class in org.mmbase.security
This basic implementation of ActionChecker checks the action only based on rank.
ActionChecker.Rank(Rank) - Constructor for class org.mmbase.security.ActionChecker.Rank
 
ActionMappingResolver - Interface in org.mmbase.applications.vprowizards.spring
The purpose of this interface is to assist the Command instance with mapping
ActionRepository - Class in org.mmbase.security
The defined 'actions' are maintained by the Action repository.
ActionRepository() - Constructor for class org.mmbase.security.ActionRepository
 
Actions - Class in org.mmbase.security.implementation.cloudcontext.builders
 
Actions() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.Actions
 
ACTIVE - Static variable in interface org.mmbase.datatypes.resources.StateConstants
 
activeConnection - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
The currently active Connection.
add(CronEntry) - Method in class org.mmbase.applications.crontab.CronDaemon
Adds the given CronEntry to this daemon.
add(Sorter) - Method in class org.mmbase.applications.media.filters.ChainSorter
Add one filter to the chain
add(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
Ignored by basic cloud.
add(BasicNode) - Method in class org.mmbase.bridge.implementation.BasicCloud
Marks the given node as 'being edited'.
add(int, E) - Method in class org.mmbase.bridge.implementation.BasicList
 
add(E) - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
add(BasicNode) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
add(String) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
add - Variable in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
add - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
add - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
add - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
add(L) - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
add(int, L) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
add(L) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
add(E) - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
add(int, E) - Method in interface org.mmbase.bridge.remote.RemoteList
 
add(E) - Method in interface org.mmbase.bridge.remote.RemoteList
 
add(R) - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
add(int, R) - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
add(R) - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
add(Object) - Static method in class org.mmbase.bridge.remote.util.StubToLocalMapper
Add an object to the mapper.
add(E) - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
add(int, E) - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
add(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
add(int, Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
add(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
add(Node) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
 
add(Node) - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
add(Node, Field) - Method in class org.mmbase.bridge.util.xml.Generator
Adds a field to the DOM Document.
add(Node) - Method in class org.mmbase.bridge.util.xml.Generator
Adds one Node to a DOM Document.
add(Relation) - Method in class org.mmbase.bridge.util.xml.Generator
Adds one Relation to a DOM Document.
add(List<? extends Node>) - Method in class org.mmbase.bridge.util.xml.Generator
Adds a whole MMBase bridge NodeList to the DOM Document.
add(CommitProcessor) - Method in class org.mmbase.datatypes.processors.ChainedCommitProcessor
 
add(Processor) - Method in class org.mmbase.datatypes.processors.ChainedProcessor
 
add(UrlConverter) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
Adds the UrlConverters to the list.
add(Renderer) - Method in class org.mmbase.framework.ChainedRenderer
 
add(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
add(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
add(Action) - Method in class org.mmbase.security.ActionRepository
Adds the action to the repository using Action.getNameSpace() and Action.getName().
add(Action) - Method in class org.mmbase.security.MemoryActionRepository
 
add(SMS, XmlWriter) - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
add(Field) - Method in class org.mmbase.storage.util.Index
 
add(Analyzer) - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
add(int, Object) - Method in class org.mmbase.util.Casting.ListWrapper
 
add(File) - Method in class org.mmbase.util.FileWatcher
Add's a file to be checked...
add(FileWatcher) - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
 
add(JumperStrategy) - Method in class org.mmbase.util.jumpers.ChainedJumperStrategy
 
add(Locale, Serializable, Serializable) - Method in class org.mmbase.util.LocalizedEntryListFactory
Adds a value for a certain key and Locale
add(Locale, Object) - Method in class org.mmbase.util.LocalizedEntryListFactory
Add entry to 'localized'
add(String) - Method in class org.mmbase.util.ResourceWatcher
 
add(URL) - Method in class org.mmbase.util.ResourceWatcher
If you resolved a resource already to an URL, you can still add it for watching.
add(CharTransformer) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
Adds a CharTranformer to the chain of CharTransformers.
add(CharTransformer...) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
 
add(String, File) - Method in class org.mmbase.util.xml.URIResolver.EntryList
Deprecated.  
add(String, URL) - Method in class org.mmbase.util.xml.URIResolver.EntryList
 
add(String, ClassLoader) - Method in class org.mmbase.util.xml.URIResolver.EntryList
 
ADD_BRS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
ADD_ITEM - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
ADD_NEWLINES - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
ADD_ORDERED - Static variable in class org.mmbase.storage.search.implementation.database.InformixSqlHandler
 
addAction(String, Class<? extends Action>) - Method in class org.mmbase.applications.vprowizards.spring.BasicCommand
 
addAdministrator(Poster) - Method in class org.mmbase.applications.mmbob.Forum
add administrator to forum
addAggregatedField(Step, Field, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addAggregatedField(Step, Field, int) - Method in interface org.mmbase.bridge.Query
Add an aggregated field to a step
addAggregatedField(Step, Field, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addAggregatedField(Step, Field, int) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Adds new aggregated field to this SearchQuery.
addAggregatedField(Step, Field, int) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
addAll(Collection<? extends E>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
addAll(int, Collection<? extends E>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
addAll(Collection<CharTransformer>) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
Adds a Collection of CharTranformers to the chain of CharTransformers.
addAllowedRelation(String, String, String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addAllowedRelationList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addAnalyzer(Analyzer) - Method in class org.mmbase.streams.createcaches.JobDefinition
 
addAssign(String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
addAudioSource(MMObjectNode, int, int, int, int, String, int, String) - Method in class org.mmbase.applications.media.builders.AudioSources
Creates a new audiosource and relates it to an audiofragment.
addBatch(String) - Method in class org.mmbase.module.database.MultiStatement
 
addBinaryData(Node) - Method in class org.mmbase.applications.editwizard.Wizard
This method stores binary data in the data, so that the information can be used by the html.
addBinSorted(Object) - Method in class org.mmbase.util.SortedVector
Deprecated. Store an object in its right location, search for the location the binary (smart) way.
addBlock(Block) - Method in class org.mmbase.framework.basic.BlockUrlConverter
Explicitly add a block to make sure this BlockUrlConverter is only about that block.
addBookmarkedThread(int) - Method in class org.mmbase.applications.mmbob.Poster
 
addBranch(NodeManager, String, String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
addBrs - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
addBuilder(String, MMObjectBuilder) - Method in class org.mmbase.module.core.MMBase
 
addBuilderField(Map<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
addBundle(String, ClassLoader, Class, Class, Comparator) - Method in class org.mmbase.util.LocalizedEntryListFactory
Adds a bundle, to the (current) end of all maintained collections.
addCacheEntry(MMObjectNode, boolean) - Method in class org.mmbase.module.corebuilders.TypeRel
Addes one typerel cache entries, plus inherited relations (if builder are initialized)
addCacheEntry(MultilevelCacheEntry) - Method in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
addCacheFlushHint(CacheFlushHint) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
addCachFlushHint(CacheFlushHint) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
addCallbackForEnd(Runnable) - Method in class org.mmbase.searchrelate.Submitter
 
addChild(Constraint) - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
Adds new child constraint.
addChild(Detector, int) - Method in class org.mmbase.util.magicfile.Detector
Add an embedded detector object that searches for more details after an initial match.
addChildConstraint(Constraint) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
addClient(VwmCallBackInterface) - Method in class org.mmbase.module.builders.vwms.Vwm
Add a client to the listen queue of the wvm.
addClient(VwmCallBackInterface) - Method in interface org.mmbase.module.builders.vwms.VwmInterface
Deprecated. Add a client to the listen queue of the wvm.
addCloudToThread(HttpServletRequest) - Static method in class org.mmbase.bridge.util.CloudUtil
Add cloud from the http session to the current thread
addCloudToThread(Cloud) - Static method in class org.mmbase.bridge.util.CloudUtil
Add cloud to the current thread
addCollector(DataTypeCollector) - Method in class org.mmbase.datatypes.DataTypeCollector
Adds a datatype collector on which this collector depends.
addCommandAttr(String, String) - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
addCommandNode(Node) - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
addComment(String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
Creates a Comment (provided comments should be included), and adds it to the specified node as a child.
addComment(String, String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
Creates a Comment (provided comments should be included), and adds it to the specified node as a child.
addComment(String, String, String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
Creates a Comment (provided comments should be included), and adds it to the specified node as a child.
addCommitProcessor(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addComparableCondition(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Considers the condition elements associated with 'Comparables' (minInclusive, maxInclusive, minExclusive, maxExclusive).
addComparator(Comparator<E>) - Method in class org.mmbase.util.ChainedComparator
 
addComponent(Component) - Method in class org.mmbase.framework.basic.BlockUrlConverter
Explicitly add a block to make sure this BlockUrlConverter is only about that block.
addCondition(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Uses one subelement of a datatype xml configuration element and interpret it.
addConstraint(Query, Constraint) - Static method in class org.mmbase.bridge.util.Queries
Adds a Constraint to the already present constraint (with AND).
addConstraint(Query, Constraint) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to the query.
addConstraint(Query, Constraint, int) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to the query.
addConstraint(Element, QueryDefinition, CompositeConstraint) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
addConstraints(Query, String) - Static method in class org.mmbase.bridge.util.Queries
Adds a 'legacy' constraint to the query, i.e.
addContentElement(String, String, Element) - Method in class org.mmbase.applications.dove.AbstractDove
Creates a DOM element which contains a Text Node, and adds it to the specified node as a child.
addContentElement(String, String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
Creates a DOM element which contains a Text Node, and adds it to the specified node as a child.
addContextSourceList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addCookie(Cookie) - Method in class org.mmbase.util.GenericResponseWrapper
 
addCookie(Cookie) - Method in class org.mmbase.util.LocalHttpServletResponse
 
addCore() - Method in class org.mmbase.bridge.mock.MockCloudContext
Adds the 'core' builders to the object model.
addCoreModel() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addDataSourceList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addDataType(BasicDataType<?>) - Method in class org.mmbase.datatypes.DataTypeCollector
Adds a datatype to this collector.
addDateHeader(String, long) - Method in class org.mmbase.util.GenericResponseWrapper
 
addDateHeader(String, long) - Method in class org.mmbase.util.LocalHttpServletResponse
 
addDatetimeConstraint(NodeQuery, Field, long, long) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a date and time constraint to a query
addDayConstraint(NodeQuery, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a date and time constraint to a query where the value is between now and the days passed in.
addDecimalCondition(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addDefaultProcessor(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addDeleteProcessor(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addDistinct(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
addEntry(CronEntry) - Method in class org.mmbase.applications.crontab.CronDaemon
Actually adds, no checks for 'removedEntries' and so on.
addEnumeration(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Used the enumeration element.
addEqualConstraint(NodeQuery, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, NodeManager, String, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, NodeManager, String, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, NodeManager, String, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, NodeManager, String, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, NodeManager, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, NodeManager, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, Field, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, Field, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, Field, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, Field, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(NodeQuery, Field, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addEqualConstraint(Query, Field, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on equality (exact match).
addError(Collection<LocalizedString>, Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
Utility method to add a new error message to the errors collection, based on this Restriction.
addError(String) - Method in class org.mmbase.module.lucene.Indexer
 
addErrorDescription(Element, DataType.Restriction<?>) - Method in class org.mmbase.datatypes.BasicDataType
 
addEventBroker(EventBroker) - Method in class org.mmbase.core.event.EventManager
add an event broker for a specific type of event
addEventListener(EventListener) - Method in class org.mmbase.core.event.EventManager
 
addEventListener(EventListener) - Method in class org.mmbase.module.core.MMObjectBuilder
simple way to register a NodeEvent listener and a RelationEventListener at the same time.
addExtraAttributes(StringBuilder) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
addExtractor(Extractor, String) - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
addExtractor(Class, String) - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
addExtractor(String, String) - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
addExtractor(String) - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
addFeatures(NodeQuery, Node, String, String, String, Object, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add constraints and sort orders to a query.
addFeatures(NodeQuery, Node, String, String, String, Object, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add constraints and sort orders to a query.
addField(Element, NodeManager, Field, Node) - Method in class org.mmbase.applications.dove.Dove
 
addField(Step, Field) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addField(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addField(Step, Field) - Method in interface org.mmbase.bridge.Query
Adds a field to a step.
addField(String) - Method in interface org.mmbase.bridge.Query
Adds a field by string
addField(Step, Field) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addField(String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addField(Element, QueryDefinition, QueryConfigurer) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
addField(String) - Method in class org.mmbase.module.core.MMContainerCompare
 
addField(String, boolean) - Method in class org.mmbase.module.core.MMContainerCompare
 
addField(CoreField) - Method in class org.mmbase.module.core.MMObjectBuilder
Add a field to this builder.
addField(Document, Field, Indexer.Multiple) - Static method in class org.mmbase.module.lucene.Indexer
Adds a Field to a Document considering also a 'multiple' setting.
addField(Step, Field) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Adds new field to this SearchQuery.
addField(Step, Field) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
addFieldError(String, String, String[]) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
Creates a field error for this action
addFieldError(String, String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
Create a field error for this action, using a key without place holder values
addFieldError(FieldError) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
Add a field error to this request.
addFieldErrorTypeMessage(String, String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
Creates a field error for this action, where there is some sort of error when setting the field.
addFieldErrorTypeMessage(String, Throwable) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
addFieldErrorTypeValue(String, String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
Creates a field error for this action, where the value set on some field is invalid.
addFieldImplicit(Step, Field) - Method in class org.mmbase.bridge.implementation.BasicQuery
Fields which are added 'implicity' should be added by this function.
addFields(Collection<BasicStepField>) - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
Adds all fields of the gives collection, unless it is a field of the 'step' itself
addFields(Query, String) - Static method in class org.mmbase.bridge.util.Queries
Adds a number of fields.
addFields(BasicSearchQuery, String, Map<String, BasicStep>, Map<String, BasicStepField>) - Method in class org.mmbase.module.core.ClusterBuilder
Retrieves fieldnames from an expression, and adds these to a search query.
addFields(BasicSearchQuery, String, Map<String, BasicStep>, Map<String, BasicStepField>) - Method in class org.mmbase.storage.search.ClusterQueries
Retrieves fieldnames from an expression, and adds these to a search query.
addFields(Step) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addFields(Step, MMObjectBuilder) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Add all fields of given step
addFieldUnlessPresent(Step, Field) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addFileName(MMObjectNode, String) - Method in class org.mmbase.module.builders.AbstractServletBuilder
Adds a filename to the path to a servlet, unless this does not make sense (not filename can be determined) or it was explicitely set not to, using the servlet context init parameter 'mmbase.servlet.<association>addfilename.
addFileName(MMObjectNode, String) - Method in class org.mmbase.module.builders.ImageCaches
 
addFinalDataType(BasicDataType) - Static method in class org.mmbase.datatypes.DataTypes
Add an instance of a DataType to the set of data types that are available thoughout the application.
addFrameworkParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
addFrameworkParameter(String, Object) - Method in interface org.mmbase.bridge.jsp.taglib.FrameworkParamHandler
 
addFrameworkParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.FrameworkParamTag
 
addFrameworkParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
addFunction(Function<R>) - Method in class org.mmbase.util.functions.CombinedFunction
 
addFunction(Function<?>) - Method in class org.mmbase.util.functions.FunctionProvider
Adds a function to the FunctionProvider.
addGlobalError(String, String[]) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
Creates a global error for this action.
addGlobalError(String, String[], Throwable) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
addGlobalError(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
Creates a global error for this action.
addGlobalError(GlobalError) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
Add a global error to this request.
addHandling(Handling) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
Add a handling to this cache handler
addHeader(String, String) - Method in class org.mmbase.util.GenericResponseWrapper
 
addHeader(String, String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
addImageSet(String, ImageSet) - Method in class org.mmbase.applications.thememanager.Theme
 
addImplied - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
addInConstraint(Query, Field, SortedSet<? extends Object>) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to the query which limits the values in the result based on the set
addIndex(Index) - Method in class org.mmbase.core.util.StorageConnector
 
addIndices(List<Index>) - Method in class org.mmbase.core.util.StorageConnector
 
addInitParameters(String, Map<String, String>) - Static method in class org.mmbase.module.Module
 
addIntHeader(String, int) - Method in class org.mmbase.util.GenericResponseWrapper
 
addIntHeader(String, int) - Method in class org.mmbase.util.LocalHttpServletResponse
 
addIterator(Iterator<E>) - Method in class org.mmbase.util.ChainedIterator
Adds another iterator
addJob(Map.Entry<String, String>) - Method in class org.mmbase.applications.crontab.modules.CrontabModule
 
addKey(String) - Method in class org.mmbase.searchrelate.SessionCleaner
 
addKeyword(String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
addKeywords(String, String) - Static method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
addLanguage(String, String, String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
addLengthDataCondition(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Considers length related condition elements ('minLength', 'maxLength' , 'length')
addLikeConstraint(NodeQuery, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on likelihood (wildcard % match).
addLikeConstraint(Query, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to a query The value is matched on likelihood (wildcard % match).
addLimitConstraint(NodeQuery, int, int) - Static method in class org.mmbase.bridge.util.SearchUtil
Limit the result set of the query.
addLinSorted(Object) - Method in class org.mmbase.util.SortedVector
Deprecated. Store an object in its right location, search for the location the linear (stupid) way.
addList(List<? extends E>) - Method in class org.mmbase.util.ChainedList
 
addListener(EventListener) - Method in class org.mmbase.core.event.AbstractEventBroker
 
addListener(EventListener) - Method in class org.mmbase.core.event.EventBroker
 
addListener(EventListener) - Method in class org.mmbase.core.event.WeakEventBroker
 
addListener(MultilevelSubscribeNode) - Method in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
addLocalObserver(MMBaseObserver) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated. use the new event system as well. check out addEventListener(Object listener) or MMBase.addEventListener(EventListener listener)
addLogger(Logger) - Method in interface org.mmbase.streams.transcoders.Analyzer
 
addLogger(Logger) - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
addLogger(Logger) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
addLogger(Logger) - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
addLogger(Logger) - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
addLogger(Logger) - Method in class org.mmbase.util.logging.ChainedLogger
 
addLogger(Logger) - Method in interface org.mmbase.util.logging.LoggerAccepter
 
addMailbox(String, String, int, int, int, int, int) - Method in class org.mmbase.applications.mmbob.Poster
Add a new mailbox for the poster
addMailbox(String, String) - Method in class org.mmbase.module.smtp.ChainedMailHandler
 
addMailbox(String, String) - Method in class org.mmbase.module.smtp.CloudMailHandler
This method returns a Node to which the email should be related.
addMailbox(String, String) - Method in class org.mmbase.module.smtp.Forwarder
 
addMailbox(String, String) - Method in interface org.mmbase.module.smtp.MailHandler
 
addMailbox(String, String) - Method in class org.mmbase.module.smtp.VerifyEmailMailHandler
 
addModerator(Poster) - Method in class org.mmbase.applications.mmbob.PostArea
add moderator status to given poster for this postarea
addModifier(Modifier) - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
addNeededBuilderList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addNeededRelDefList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addNewlines - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
addNoCacheHeaders(HttpServletRequest, HttpServletResponse, long) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
The code first sets the Expires header to a date in the past.
addNode(Step, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addNode(Step, Node) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addNode(String, Map<String, Object>) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addNode(Step, Node) - Method in interface org.mmbase.bridge.Query
Adds a node to a step.
addNode(Step, int) - Method in interface org.mmbase.bridge.Query
 
addNode(Step, Node) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addNode(Step, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addNode(String) - Method in class org.mmbase.module.builders.VersionCacheWhenNode
Deprecated.  
addNode(String, String, String) - Method in class org.mmbase.module.core.TransactionManager
 
addNode(String, String, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
addNode(int) - Method in class org.mmbase.storage.search.implementation.BasicStep
Adds node to nodes.
addNode(int) - Method in interface org.mmbase.storage.search.Step
Adds node to nodes.
addNodeManager(String, Map<String, DataType>) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addNodeManager(InputSource) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addNodeManager(MockBuilderReader) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addNodeManagers(ResourceLoader) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addNodeParam(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
addNodeRelatedEventsListener(String, EventListener) - Method in class org.mmbase.module.core.MMBase
This is a conveniance method to help you register listeners to node and relation events.
addNodesConstraints(Query, Field, NodeList) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to the query which limits the nodes in the result based on the number
addNotifyables(Queue, Node, Date, Date) - Static method in class org.mmbase.notifications.Notifyable
 
addObject(String, NodeList) - Method in class org.mmbase.applications.editwizard.ConnectorCommandGetRelations
 
addORConstraint(Query, Constraint) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to the query.
addORConstraint(Query, Constraint, Constraint) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a OR composite constraint for the query
addParam(String, String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
addParam(String, String, boolean) - Method in class org.mmbase.applications.vprowizards.spring.util.URLParamMap
Adds a param to the existing params
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
addParameter(Object) - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
Parameters of this tag.
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
addParameter(Object) - Method in class org.mmbase.bridge.jsp.taglib.FrameworkParamTag
 
addParameter(Map<String, Object>, String, Object) - Static method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
Add a key/value pair to a map, but does not replace the already exsiting mapping.
addParameter(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
addParameter(String, Object) - Method in interface org.mmbase.bridge.jsp.taglib.ParamHandler
 
addParameter(Object) - Method in class org.mmbase.bridge.jsp.taglib.ParamTag
 
addParameters(Parameter...) - Method in class org.mmbase.framework.Block
 
addParamToReturnURL(String, ParamValueResolver) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
Add a parameter to the url the request is forwarded to.
addParamToReturnURL(String, Node) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
Add a parameter to the url the request is forwarded to.
addParamToReturnURL(String, String) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
Add a parameter to the url the request is forwarded to.
addParentFragment(Stack<MMObjectNode>) - Method in class org.mmbase.applications.media.builders.MediaFragments
Adds a parent fragment to the Stack and returns true, or returns false.
addPasswordProperty(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addPath(Query, String, String) - Static method in class org.mmbase.bridge.util.Queries
Adds path of steps to an existing query.
addPathElement() - Method in class org.mmbase.bridge.util.GrowingTreeList
Grows the branches of the tree, with the leave.
addPatternCondition(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Considers the 'pattern' condition element.
addPatterns(Collection<Map.Entry<String, String>>, Collection<Entry<Pattern, String>>) - Static method in class org.mmbase.util.transformers.RegexpReplacer
Utility function to create a bunch of patterns.
addPostAreaConfig(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
addPostCount() - Method in class org.mmbase.applications.mmbob.Poster
increases postcount for this poster
addProcessor(int, Element, Collection<Integer>) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addProfileDef(ProfileEntryDef) - Method in class org.mmbase.applications.mmbob.Forum
 
addProfileDef(ProfileEntryDef) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
addProfileInfo(ProfileInfo) - Method in class org.mmbase.applications.mmbob.Poster
 
addProvider(MMObjectNode, String, String) - Method in class org.mmbase.applications.media.builders.MediaSources
Relates a source with given provider.
addQuery(Node) - Method in class org.mmbase.applications.editwizard.ConnectorCommandGetList
 
addQuery(Locale, Document) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
addRelation(String) - Method in class org.mmbase.module.gui.html.EditState
Add a relation (insrel) to the cloud.
addRelationDirections(BasicSearchQuery, List<Integer>, Map<String, Integer>) - Method in class org.mmbase.module.core.ClusterBuilder
Adds relation directions.
addRelationDirections(BasicSearchQuery, List<Integer>, Map<String, Integer>) - Method in class org.mmbase.storage.search.ClusterQueries
Adds relation directions.
addRelationFields(NodeQuery, String, String, String) - Static method in class org.mmbase.bridge.util.Queries
 
addRelationNodes(Element, Element, Node) - Method in class org.mmbase.applications.dove.Dove
Retrieves the relations of a node and adds its content to a DOM element.
addRelationSortOrder(NodeQuery, RelationManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a sort order to a query for a field of the relation manager.
addRelationSourceList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addRelationStep(InsRel, NodeManager, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager, String, String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager, String, String, boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager, String, String) - Method in interface org.mmbase.bridge.Query
Adds new Relation step to the query.
addRelationStep(NodeManager) - Method in interface org.mmbase.bridge.Query
If you need to add a 'related' NodeManager without specifying a role/searchDir simply use these addRelationStep.
addRelationStep(NodeManager, String, String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addRelationStep(NodeManager) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addRelationStep(InsRel, MMObjectBuilder) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Adds new relationstep to this SearchQuery.
addRelationStep(String, String) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addRelationStep(InsRel, MMObjectBuilder) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
addReleaseStrategies(List<ReleaseStrategy>) - Method in class org.mmbase.cache.QueryResultCache
 
addReleaseStrategy(ReleaseStrategy) - Method in class org.mmbase.cache.ChainedReleaseStrategy
Adds the strategy if it is not already there.
addReleaseStrategy(ReleaseStrategy) - Method in class org.mmbase.cache.QueryResultCache
This method lets you add a release strategy to the cache.
addRemoteObserver(MMBaseObserver) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated. use the new event system as well. check out addEventListener(Object listener) or MMBase.addEventListener(EventListener listener)
addRequirements(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addRestriction(Element, String, String, DataType.Restriction<?>) - Method in class org.mmbase.datatypes.BasicDataType
 
addRestriction(Element, String, String, String, DataType.Restriction<?>) - Method in class org.mmbase.datatypes.BasicDataType
 
addRole(String, String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addSearchTerm(String) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Adds searchterm to list of searchterms.
addSet(String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
addSetValue(String, String) - Method in class org.mmbase.module.sessionInfo
adds a value to a set, no duplicates are allowed.
addSetValue(sessionInfo, String, String) - Method in class org.mmbase.module.sessions
Adds a String to a set.
addSetValue(sessionInfo, String, String) - Method in interface org.mmbase.module.sessionsInterface
 
addSetValues(sessionInfo, String, Vector<Object>) - Method in class org.mmbase.module.sessions
Adds a number of Strings to a set.
addSetValues(sessionInfo, String, Vector<Object>) - Method in interface org.mmbase.module.sessionsInterface
 
addSignature(String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
addSignature(String, String, String) - Method in class org.mmbase.applications.mmbob.Poster
 
addSignature(Signature) - Method in class org.mmbase.applications.mmbob.Poster
 
addSorted(Object) - Method in class org.mmbase.util.SortedVector
Deprecated. Store an object in its right location.
addSorted(Sortable) - Method in class org.mmbase.util.SortedVector
Deprecated. Store an object in its right location.
addSortedFields(Query) - Static method in class org.mmbase.bridge.util.Queries
Make sure all sorted fields are queried
addSortOrder(StepField, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addSortOrder(StepField, int, boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addSortOrder(StepField, int, boolean, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addSortOrder(StepField, int, boolean, int) - Method in interface org.mmbase.bridge.Query
Adds an order on a certain field.
addSortOrder(StepField, int, boolean) - Method in interface org.mmbase.bridge.Query
Defaulting version of Query.addSortOrder(StepField, int, boolean, int) (no date parts)
addSortOrder(StepField, int) - Method in interface org.mmbase.bridge.Query
Defaulting version of Query.addSortOrder(StepField, int, boolean, int) (sorting case insensitively, and no date parts).
addSortOrder(StepField, int, boolean, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addSortOrder(StepField, int, boolean) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addSortOrder(StepField, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addSortOrder(NodeQuery, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a sort order to a query for a field of the manager.
addSortOrder(NodeQuery, StepField, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a sort order to a query for a field of the manager.
addSortOrder(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
addSortOrder(StepField) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Creates sortorder for this SearchQuery.
addSortOrders(Query, String, String) - Static method in class org.mmbase.bridge.util.Queries
Adds sort orders to the query, using two strings.
addSortOrders(BasicSearchQuery, List<String>, List<String>, Map<String, BasicStepField>) - Method in class org.mmbase.module.core.ClusterBuilder
Adds sorting orders to a search query.
addSortOrders(BasicSearchQuery, List<String>, List<String>, Map<String, BasicStepField>) - Method in class org.mmbase.storage.search.ClusterQueries
Adds sorting orders to a search query.
addStandardKeys(Document) - Method in class org.mmbase.module.lucene.MMBaseEntry
Adds the standard keys 'number', 'owner', 'builder' and returns a set of the steps which still needs adding to the document.
addStartNodes(Query, String) - Static method in class org.mmbase.bridge.util.Queries
Add startNodes to the first step with the correct type to the given query.
addStep(NodeManager) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addStep(NodeManager) - Method in interface org.mmbase.bridge.Query
Adds a NodeManager to this Query.
addStep(NodeManager) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addStep(MMObjectBuilder) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Adds new step to this SearchQuery.
addStep(String) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addStep(MMObjectBuilder) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
addSteps(BasicSearchQuery, List<String>, Map<String, Integer>, boolean, Map<String, BasicStepField>) - Method in class org.mmbase.module.core.ClusterBuilder
Creates a full chain of steps, adds these to the specified query.
addSteps(BasicSearchQuery, List<String>, Map<String, Integer>, boolean, Map<String, BasicStepField>) - Method in class org.mmbase.storage.search.ClusterQueries
Creates a full chain of steps, adds these to the specified query.
addStyleClass(String) - Method in class org.mmbase.datatypes.BasicDataType
 
addStyleSheet(String, String) - Method in class org.mmbase.applications.thememanager.Theme
 
addStyleSheetClass(String) - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
addStyleSheetClass(String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
addStyleSheetProperty(String, String, String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
addSubResult(NodeSearchQuery, List<Integer>, List<MMObjectNode>) - Method in class org.mmbase.core.util.StorageConnector
 
addSubType(String, ReturnType) - Method in class org.mmbase.util.functions.ReturnType
If the return type is like a map or struct (key-values pairs), then you might want to describe the types of the values seperately too.
addTheme(String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
addThrowable(Throwable) - Method in interface org.mmbase.streams.transcoders.Analyzer
 
addThrowable(Throwable) - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
addThrowable(Throwable) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
addThrowable(Throwable) - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
addThrowable(Throwable) - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
addToCheckQueue(ProfileInfo) - Static method in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
addToIndex(String, Field) - Method in class org.mmbase.core.util.StorageConnector
 
addToIndexed(int, String, String) - Method in class org.mmbase.module.lucene.MMBaseEntry
Add a name of a node with the specified number as having been indexed (so it won't be attempted to index it again)
addToResult(Query, Node) - Static method in class org.mmbase.bridge.util.Queries
Explores a query object, and creates a certain new relation object, which would make the given node appear in the query's result.
addToSyncQueue(ProfileInfo) - Static method in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
addToTableNameCache(String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
addTrace(String, int, boolean) - Method in class org.mmbase.module.TransactionHandler.ParseTrace
 
addType(String) - Method in class org.mmbase.module.builders.VersionCacheWhenNode
Deprecated.  
addTypeConstraints(NodeQuery, List<String>) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a constraint to the query which limits the node types of the nodes in the result
addUniqueSorted(Object) - Method in class org.mmbase.util.SortedVector
Deprecated. Store an object in its right location, search for the location the binary (smart) way and only insert it if it's not in the Vector yet.
addURL(StringBuilder, String) - Static method in class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
Add the url to the buffer, but first remove the sb.
addURLComposer(URLComposer, List<URLComposer>) - Method in class org.mmbase.applications.media.urlcomposers.URLComposerFactory
Add urlcomposer to list of urlcomposers if that is possible.
addValidationError(Node, int, String) - Static method in class org.mmbase.applications.editwizard.Validator
This method adds a validation error to the form.
addValue(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
Adds value.
addVary(String) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
addWhen(VersionCacheWhenNode) - Method in class org.mmbase.module.builders.VersionCacheNode
Deprecated.  
addWordFilter(String, String) - Method in class org.mmbase.applications.mmbob.Forum
 
addWordFilter(String, String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
addWordFilter(String, String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
addWordFilter(String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
addWriter(Posting) - Method in class org.mmbase.applications.mmbob.PostThread
add the accountname/nick of the Poster of the given Posting in the Posthread to the writers vector
addWriter(Writer) - Method in class org.mmbase.util.ChainedWriter
 
ADMIN - Static variable in class org.mmbase.security.Rank
Identifier for admin rank
ADMIN_INT - Static variable in class org.mmbase.security.Rank
int value for the anonymous Rank
ADMIN_USERNAME - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
The user with rank administrator
ADMINS_PROPS - Static variable in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
aFile2Copy - Class in org.mmbase.module.builders.vwms
An object that holds information needed for the transfer of a file.
aFile2Copy(String, String, String, String, String, String) - Constructor for class org.mmbase.module.builders.vwms.aFile2Copy
Constructor for the File2Copy object
after(Date) - Method in class org.mmbase.util.DynamicDate
 
afterCommit(BasicNode) - Method in class org.mmbase.bridge.implementation.BasicCloud
This method is called after a of a certain node.
afterCommit(BasicNode) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
 
age - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
Age - Class in org.mmbase.datatypes.processors
The set- and get- processors implemented in this file can be used to make a virtual 'age' field.
Age.Getter - Class in org.mmbase.datatypes.processors
 
Age.Getter() - Constructor for class org.mmbase.datatypes.processors.Age.Getter
 
Age.Setter - Class in org.mmbase.datatypes.processors
 
Age.Setter() - Constructor for class org.mmbase.datatypes.processors.Age.Setter
 
AGE_PARAMETERS - Static variable in class org.mmbase.module.core.MMObjectBuilder
Parameters for the age function
aggregate(Query, StepField, int) - Static method in class org.mmbase.bridge.util.Queries
 
AggregatedField - Interface in org.mmbase.storage.search
A field in an aggregated query.
AggregatedQueryHandler - Class in org.mmbase.bridge.mock
Query-handler that deals with aggregated queries.
AggregatedQueryHandler(MockCloud) - Constructor for class org.mmbase.bridge.mock.AggregatedQueryHandler
 
AggregatedResultCache - Class in org.mmbase.cache
Cache for queries like SELECT COUNT(number) AS number FROM mm_news news.
aggregating - Variable in class org.mmbase.bridge.implementation.BasicQuery
Whether this Query is aggregating.
aggregatingClone() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
aggregatingClone() - Method in interface org.mmbase.bridge.Query
Creates an unused aggregate clone of this query.
aggregatingClone() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
AGGREGATION_TYPE_COUNT - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in count of non-null values in this field.
AGGREGATION_TYPE_COUNT_DISTINCT - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in count of distinct non-null values in this field.
AGGREGATION_TYPE_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.AggregatedField
Search type descriptions corresponding to the search type values: AggregatedField.AGGREGATION_TYPE_GROUP_BY, AggregatedField.AGGREGATION_TYPE_COUNT, AggregatedField.AGGREGATION_TYPE_COUNT_DISTINCT, AggregatedField.AGGREGATION_TYPE_MIN, and AggregatedField.AGGREGATION_TYPE_MAX
AGGREGATION_TYPE_GROUP_BY - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in grouping the results on non-null values of this field.
AGGREGATION_TYPE_MAX - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in maximum value in this field.
AGGREGATION_TYPE_MIN - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in minimum value in this field.
alias - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
If not null, this is the fieldname under which the value is indexed.
alias - Variable in class org.mmbase.storage.search.implementation.BasicStep
 
aliases - Variable in class org.mmbase.module.core.MMObjectNode
New aliases of the node
AliasListTag - Class in org.mmbase.bridge.jsp.taglib
This class makes a tag which can list the aliases of a Node.
AliasListTag() - Constructor for class org.mmbase.bridge.jsp.taglib.AliasListTag
 
aliveFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
ALL - Static variable in class org.mmbase.applications.crontab.CronEntry
 
AllEventBroker - Class in org.mmbase.core.event
A simple broker for AllEventListener.
AllEventBroker() - Constructor for class org.mmbase.core.event.AllEventBroker
 
AllEventListener - Interface in org.mmbase.core.event
This is a listener interface for every type of event.
allIndexedFields - Variable in class org.mmbase.module.lucene.Searcher
 
allIndexedFieldsSet - Variable in class org.mmbase.module.lucene.IndexConfigurer
 
allowed - Variable in class org.mmbase.bridge.mock.MockCloudContext
 
allowed - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagCheck
 
allowed(String) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
allowedIps - Variable in class org.mmbase.security.RequestActionChecker
 
allowedSchemes - Variable in class org.mmbase.security.RequestActionChecker
 
allowingContextsCache - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
allowingContextsCache - Variable in class org.mmbase.security.implementation.context.ContextAuthorization
 
ALLOWS - Static variable in interface org.mmbase.security.ActionChecker
The ActionChecker that always allows every action to to everybody.
allows(MMObjectNode, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
allows(Node, Node, Operation) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
allowSpecialNumbers - Variable in class org.mmbase.datatypes.NumberDataType
 
AlreadyExistsException - Exception in org.mmbase.bridge
This exception gets thrown when an attempt is made to create a transaction with a name that already exists
AlreadyExistsException() - Constructor for exception org.mmbase.bridge.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.mmbase.bridge.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception org.mmbase.bridge.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception org.mmbase.bridge.AlreadyExistsException
 
altaVista2SQL(String, StorageManagerFactory<?>) - Static method in class org.mmbase.storage.search.legacy.QueryConvertor
Deprecated. Use setConstraint() to parse these expressions.
altaVista2SQL(String) - Static method in class org.mmbase.storage.search.legacy.QueryConvertor
Deprecated. Use setConstraint() to parse these expressions.
ALWAYS - Static variable in class org.mmbase.cache.CachePolicy
Standard cache policy that advises to always cache a passed object.
analyze(String, Node, Node) - Method in interface org.mmbase.streams.transcoders.Analyzer
Analyzes a line of logging of
analyze(String, Node, Node) - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
analyze(String, Node, Node) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
analyze(String, Node, Node) - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
analyze(URI, Logger) - Method in class org.mmbase.streams.transcoders.FFMpegRecognizer
 
analyze(String, Node, Node) - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
analyze(URI, Logger) - Method in interface org.mmbase.streams.transcoders.Recognizer
 
ANALYZER - Static variable in class org.mmbase.module.lucene.Lucene
 
analyzer - Variable in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
Analyzer - Interface in org.mmbase.streams.transcoders
The goal of implementations of this interface is to be wrapped by a AnalyzerLogger (which itself probably is an entry in a ChainedLogger).
analyzer - Variable in class org.mmbase.streams.transcoders.AnalyzerLogger
 
AnalyzerLogger - Class in org.mmbase.streams.transcoders
A Logger which only wraps a Analyzer to analyze the logs.
AnalyzerLogger(Analyzer, Node, Node) - Constructor for class org.mmbase.streams.transcoders.AnalyzerLogger
 
analyzers - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
AnalyzerUtils - Class in org.mmbase.streams.transcoders
Utility methods common for the analyzers that look for several media audio, video and images, that try to extract information, convert nodetypes to the matching kind etc.
AnalyzerUtils(Logger...) - Constructor for class org.mmbase.streams.transcoders.AnalyzerUtils
 
AND - Static variable in class org.apache.lucene.misc.ChainedFilter
BitSet.and(java.util.BitSet).
AND - Static variable in class org.mmbase.storage.search.legacy.DBLogicalOperator
 
ANDNOT - Static variable in class org.apache.lucene.misc.ChainedFilter
BitSet.andNot(java.util.BitSet).
AnnotatedNode<A> - Class in org.mmbase.bridge.util
An annotated node is an object that wraps another Node but wich can be annotated with some extra information.
AnnotatedNode(Node) - Constructor for class org.mmbase.bridge.util.AnnotatedNode
 
AnnotRel - Class in org.mmbase.module.builders
 
AnnotRel() - Constructor for class org.mmbase.module.builders.AnnotRel
 
anode - Variable in class org.mmbase.module.builders.vwms.VwmProbe
 
ANONYMOUS - Static variable in class org.mmbase.security.Rank
Identifier for anonymous rank
ANONYMOUS_INT - Static variable in class org.mmbase.security.Rank
int value for the anonymous Rank
ANONYMOUS_USERNAME - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
The user with rank anonymous
AnonymousLogin - Class in org.mmbase.security.implementation.context
The anonymous login module of the context security implementation only creates the 'anonymous' user with the rank Rank.ANONYMOUS.
AnonymousLogin() - Constructor for class org.mmbase.security.implementation.context.AnonymousLogin
 
AnonymousLoginModule - Class in org.mmbase.security.implementation.basic
Class AnonymousLoginModule
AnonymousLoginModule() - Constructor for class org.mmbase.security.implementation.basic.AnonymousLoginModule
 
ANY - Static variable in class org.mmbase.util.MimeType
 
append(Integer) - Method in class org.incava.util.diff.Diff
Adds the given value to the "end" of the threshold map, that is, with the greatest index/key.
append(XmlWriter) - Method in interface org.mmbase.sms.cmtelecom.CMTelecomSender.Appender
 
append(char) - Method in class org.mmbase.util.ChainedWriter
 
append(CharSequence) - Method in class org.mmbase.util.ChainedWriter
 
append(CharSequence, int, int) - Method in class org.mmbase.util.ChainedWriter
 
append(Object) - Method in class org.mmbase.util.Queue
Deprecated. Appends the given item to the queue.
append(Object) - Method in class org.mmbase.util.StringObject
Appends an object to the end of this buffer.
append(String) - Method in class org.mmbase.util.StringObject
Appends a String to the end of this buffer.
append(char[]) - Method in class org.mmbase.util.StringObject
Appends an array of characters to the end of this buffer.
append(char[], int, int) - Method in class org.mmbase.util.StringObject
Appends a part of an array of characters to the end of this buffer.
append(boolean) - Method in class org.mmbase.util.StringObject
Appends a boolean to the end of this buffer.
append(char) - Method in class org.mmbase.util.StringObject
Appends a character to the end of this buffer.
append(int) - Method in class org.mmbase.util.StringObject
Appends an integer to the end of this buffer.
append(long) - Method in class org.mmbase.util.StringObject
Appends a long to the end of this buffer.
append(float) - Method in class org.mmbase.util.StringObject
Appends a float to the end of this buffer.
append(double) - Method in class org.mmbase.util.StringObject
Appends a double to the end of this buffer.
append(StringBuilder, int, int) - Static method in class org.mmbase.versioning.Diff
 
appendChild(Element, Element, String) - Static method in class org.mmbase.util.xml.DocumentReader
Appends a child to a parent at the right position.
appendClasses(StringBuilder, Node, Field) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
appendCompositeConstraintToSql(StringBuilder, CompositeConstraint, SearchQuery, boolean, boolean, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Represents a CompositeConstraint object as a constraint in SQL format, appending the result to a stringbuffer.
appendConstraintToSql(StringBuilder, Constraint, SearchQuery, boolean, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendConstraintToSql(StringBuilder, Constraint, SearchQuery, boolean, boolean) - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
 
appendConstraintToSql(StringBuilder, Constraint, SearchQuery, boolean, boolean) - Method in class org.mmbase.storage.search.implementation.database.functions.FunctionSqlHandler
 
appendConstraintToSql(StringBuilder, Constraint, SearchQuery, boolean, boolean) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
 
appendConstraintToSql(StringBuilder, Constraint, SearchQuery, boolean, boolean) - Method in interface org.mmbase.storage.search.implementation.database.SqlHandler
Represents Constraint object, that is not a CompositeConstraint, as a constraint in SQL format, appending the result to a stringbuffer.
appendDateField(StringBuilder, Step, String, boolean, int) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendDateField(StringBuilder, Step, String, boolean, int) - Method in class org.mmbase.storage.search.implementation.database.HSqlSqlHandler
 
appendDateField(StringBuilder, Step, String, boolean, int) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
appendDateField(StringBuilder, Step, String, boolean, int) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
date time functions
appendDateValue(StringBuilder, Date) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendDirectory(StringBuilder, int, String) - Static method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Appends subdirectories to the beginning of the given StringBuilder.
appendEntities(StringBuilder, Object, String, int, Set<Object>) - Static method in class org.mmbase.util.xml.EntityResolver
 
appendField(StringBuilder, StringBuilder, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
appendField(StringBuilder, SortOrder, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Creates an identifier for a field absed on adate from a sortorder, and appends it to a stringbuffer.
appendField(StringBuilder, StepField, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendField(StringBuilder, Step, String, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Creates an identifier for a field, and appends it to a stringbuffer.
appendFieldValue(StringBuilder, Object, boolean, int) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Represents field value as a string, appending the result to a stringbuilder
appendFlash(StringBuilder, String) - Method in class org.mmbase.functions.FlashGuiFunction
 
appendInterfaces(Type[]) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendInterfaces(Type[], boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendLikeOperator(StringBuilder, FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Appends the 'LIKE' operator for the given case sensitiviy.
appendLikeOperator(StringBuilder, FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
appendLikeOperator(StringBuilder, FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
 
appendLines(Difference, StringBuilder, int, int, String, Object[]) - Static method in class org.mmbase.versioning.Diff
 
appendListTypeArray(Type[], boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendListTypeInfo(Type, boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendListTypeParameters(Type[], boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendLowerField(StringBuilder, Step, String, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendMethod(Method) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendMethod(Method) - Method in class org.mmbase.mojo.remote.InterfaceGenerator
 
appendMethod(Method) - Method in class org.mmbase.mojo.remote.ProxyGenerator
 
appendMethod(Method) - Method in class org.mmbase.mojo.remote.RmiGenerator
 
appendMethodHeader(Method, boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendMethods() - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendMoreParameters(String, String, StringBuffer) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Deprecated.  
appendNameId(StringBuilder, Request, Field) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
appendNodeList(NodeList, Node) - Static method in class org.mmbase.applications.editwizard.Utils
This method clones, imports and places all nodes in the list.
appendPreField(StringBuilder, FieldConstraint, StepField, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendPreField(StringBuilder, FieldConstraint, StepField, boolean) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
appendQueryBodyToSql(StringBuilder, SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendQueryBodyToSql(StringBuilder, SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
 
appendQueryBodyToSql(StringBuilder, SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.InformixSqlHandler
 
appendQueryBodyToSql(StringBuilder, SearchQuery, SqlHandler) - Method in interface org.mmbase.storage.search.implementation.database.SqlHandler
Represents body of a SearchQuery object as a string in SQL format, using the database configuration.
appendRegularExpressionOperator(StringBuilder, FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendRegularExpressionOperator(StringBuilder, FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
appendRegularExpressionOperator(StringBuilder, FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
 
appendRelationConstraints(StringBuilder, RelationStep, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendReportBuffer(String) - Method in class org.mmbase.applications.xmlimporter.Transaction
Add text to reportBufferFile of this transaction.
appendSortOrderDirection(StringBuilder, SortOrder) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendSortOrderField(StringBuilder, SortOrder, boolean) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendSortOrderField(StringBuilder, SortOrder, boolean, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendSortOrderField(StringBuilder, SortOrder, boolean) - Method in class org.mmbase.storage.search.implementation.database.MSSqlSqlHandler
Don't add UPPER'ed field also unuppered, because MSSql seems to choke in that.
appendSortOrderField(StringBuilder, SortOrder, boolean) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
appendSortOrderField(StringBuilder, SortOrder, boolean, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
Normally, Postgresql does not sort case senstively, so we should not sort on UPPER(fieldname).
appendSortOrders(StringBuilder, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendTableAlias(StringBuilder, Step) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendTableName(StringBuilder, Step) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
appendTableName(StringBuilder, Step) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
Optimizes postgresql queries by adding the ONLY keyword to a relation-table, provided that the role was given (and therefor the selection only applies to the given table).
appendTime(long, StringBuilder) - Static method in class org.mmbase.applications.media.urlcomposers.RealURLComposer
Script accept times that look like dd:hh:mm:ss.th, where t is tenths of seconds.
appendTimeout() - Method in class org.mmbase.util.Queue
Deprecated. This is called every time we timeout while waiting to append something to the queue.
appendTimeoutTime - Variable in class org.mmbase.util.Queue
Deprecated. The time to wait until an attempt to append an item times out.
appendToHtml(StringBuilder, Object[], int, String) - Method in class org.mmbase.versioning.Diff
 
appendToHtml(StringBuilder, int, int, int, int, Difference) - Method in class org.mmbase.versioning.Diff
 
appendTypeArray(Type[]) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeArray(Type[], boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeArray(Type[], boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeInfo(Type) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeInfo(Type, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeInfo(Type, boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeParameters(Type[]) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeParameters(Type[], boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendTypeParameters(Type[], boolean, boolean) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
appendValue(ContextReferrerTag, StringBuilder) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Appends the evaluated Attribute to StringBuilder
appendValue(ContextReferrerTag, StringBuilder) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
 
appendValue(ContextReferrerTag, StringBuilder) - Method in class org.mmbase.bridge.jsp.taglib.util.NullAttribute
 
application - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
applicationContext(String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
ApplicationContextReader - Class in org.mmbase.util
 
ApplicationContextReader() - Constructor for class org.mmbase.util.ApplicationContextReader
 
ApplicationInstaller - Class in org.mmbase.module.tools
Application installations functionality of MMAdmin.
ApplicationInstaller(MMBase, MMAdmin) - Constructor for class org.mmbase.module.tools.ApplicationInstaller
 
ApplicationReader - Class in org.mmbase.util.xml.applicationdata
 
ApplicationReader(InputSource) - Constructor for class org.mmbase.util.xml.applicationdata.ApplicationReader
 
ApplicationReader(Document) - Constructor for class org.mmbase.util.xml.applicationdata.ApplicationReader
 
ApplicationResult - Class in org.mmbase.module.tools
Contains the status after installing an MMBase 'application'.
ApplicationResult() - Constructor for class org.mmbase.module.tools.ApplicationResult
 
applicationStacktrace() - Static method in class org.mmbase.util.logging.Logging
 
applicationStacktrace(Throwable) - Static method in class org.mmbase.util.logging.Logging
 
ApplicationWriter - Class in org.mmbase.util.xml.applicationdata
 
ApplicationWriter(ApplicationReader, MMBase) - Constructor for class org.mmbase.util.xml.applicationdata.ApplicationWriter
Constructs the document writer.
applyMessageFormat(String, Object...) - Static method in class org.mmbase.applications.email.EmailHandler
 
aq - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
ArchiveScanner - Class in org.mmbase.mojo
 
ArchiveScanner() - Constructor for class org.mmbase.mojo.ArchiveScanner
 
AreaHandler - Class in org.mmbase.datatypes.handlers.html
This is a texthandler that produces multiline input form entries (textarea's).
AreaHandler() - Constructor for class org.mmbase.datatypes.handlers.html.AreaHandler
 
AreasHandler - Class in org.mmbase.applications.mmbob.generate
 
AreasHandler(int, int, String) - Constructor for class org.mmbase.applications.mmbob.generate.AreasHandler
 
areDuplicates(TmpObject, TmpObject) - Method in class org.mmbase.applications.xmlimporter.BasicMerger
Tests if two relations should be considered duplicates, indicating that one of them can be disposed of.
areDuplicates(TmpObject, TmpObject) - Method in interface org.mmbase.applications.xmlimporter.ObjectMerger
Tests if two relations should be considered duplicates, indicating that one of them must be disposed of.
arguments - Variable in class org.mmbase.util.functions.Parameter.Wrapper
 
ASC - Static variable in class org.mmbase.module.core.MMContainerCompare
 
ascending - Variable in class org.mmbase.bridge.util.NodeFieldComparator
 
ASCII - Static variable in class org.mmbase.util.transformers.XmlField
 
ASELECT_COULD_NOT_AUTHENTICATE_USER - Static variable in class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASELECT_COULD_NOT_AUTHENTICATE_USER_1 - Static variable in class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASELECT_NO_ERROR - Static variable in class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASELECT_SERVER_ID_MISMATCH - Static variable in class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASELECT_UNKNOWN_APPLICATION - Static variable in class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASELECT_UNKNOWN_USER - Static variable in class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASelectAuthentication - Class in org.mmbase.security.implementation.aselect
ASelect Authentication implementation for MMBase based on the ASelect agent.
ASelectAuthentication() - Constructor for class org.mmbase.security.implementation.aselect.ASelectAuthentication
 
ASelectCloudContextUser - Class in org.mmbase.security.implementation.aselect
CloudContext compatible User object.
ASelectCloudContextUser(MMObjectNode, long, String) - Constructor for class org.mmbase.security.implementation.aselect.ASelectCloudContextUser
 
ASelectCloudContextUser(String, long, String, String) - Constructor for class org.mmbase.security.implementation.aselect.ASelectCloudContextUser
 
ASelectErrors - Class in org.mmbase.security.implementation.aselect
ASelect Errors.
ASelectErrors() - Constructor for class org.mmbase.security.implementation.aselect.ASelectErrors
 
ASelectException - Exception in org.mmbase.security.implementation.aselect
This Exception class is wrapped around the standard Exception class to make it more obvious that it was an ASelect Exception.
ASelectException() - Constructor for exception org.mmbase.security.implementation.aselect.ASelectException
 
ASelectException(String) - Constructor for exception org.mmbase.security.implementation.aselect.ASelectException
 
ASelectException(Throwable) - Constructor for exception org.mmbase.security.implementation.aselect.ASelectException
 
ASelectException(String, Throwable) - Constructor for exception org.mmbase.security.implementation.aselect.ASelectException
 
ASelectUser - Class in org.mmbase.security.implementation.aselect
UserContext implementation for the ASelectAuthentiction implementation.
ASelectUser(String, Rank, long, String) - Constructor for class org.mmbase.security.implementation.aselect.ASelectUser
 
asMap() - Method in class org.mmbase.util.LocalizedString
Returns a Map representation of the localisation setting represented by this LocalizedString.
asMap() - Method in class org.mmbase.util.ReplacingLocalizedString
Returns a Map representation of the localisation setting represented by this LocalizedString.
asMap() - Method in class org.mmbase.util.WrappedLocalizedString
 
assertSizes(Collection<MMObjectNode>, Collection<MMObjectNode>) - Method in class org.mmbase.core.util.StorageConnector
 
assertUp() - Method in interface org.mmbase.bridge.CloudContext
Assert whether MMbase is up and running.
assertUp() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
assertUp() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
assertUp() - Method in class org.mmbase.module.core.MMBase
Locks until init of mmbase is finished.
assign(Lucene.Scheduler.Assignment) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
assigned(Lucene.Scheduler.Assignment) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
Checks whether the given assignment is scheduled already
AssignedFileWriter - Class in org.mmbase.applications.thememanager
 
AssignedFileWriter() - Constructor for class org.mmbase.applications.thememanager.AssignedFileWriter
 
AssignmentEvents - Class in org.mmbase.module.lucene
 
AssignmentEvents() - Constructor for class org.mmbase.module.lucene.AssignmentEvents
 
AssignmentEvents.Broker - Class in org.mmbase.module.lucene
The associated broker
AssignmentEvents.Broker() - Constructor for class org.mmbase.module.lucene.AssignmentEvents.Broker
 
AssignmentEvents.Event - Class in org.mmbase.module.lucene
 
AssignmentEvents.Event(String, List<String>, int, String, Class<? extends IndexDefinition>) - Constructor for class org.mmbase.module.lucene.AssignmentEvents.Event
The event itself
AssignmentEvents.Listener - Interface in org.mmbase.module.lucene
The associated listener
assignmentFunction - Variable in class org.mmbase.module.lucene.Lucene
 
assignmentsListener - Variable in class org.mmbase.module.lucene.Lucene
 
associateMapping(String, String, Integer) - Static method in class org.mmbase.servlet.MMBaseServlet
Associate a given servletmapping with the given function.
async - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
Attachments - Class in org.mmbase.module.builders
This builder can be used for 'attachments' builders.
Attachments() - Constructor for class org.mmbase.module.builders.Attachments
 
ATTACHMENTS_HANDLE_FIELDS - Variable in class org.mmbase.module.builders.Attachments
 
AttachmentServlet - Class in org.mmbase.servlet
Serves attachments.
AttachmentServlet() - Constructor for class org.mmbase.servlet.AttachmentServlet
 
AttachmentTag - Class in org.mmbase.bridge.jsp.taglib
 
AttachmentTag() - Constructor for class org.mmbase.bridge.jsp.taglib.AttachmentTag
 
Attribute - Class in org.mmbase.bridge.jsp.taglib.util
MMBase Taglib attributes can contain $-variables.
Attribute(String) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute
The constructor is protected, construction is done by the cache.
Attribute() - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute
 
Attribute.ExpressionPart - Class in org.mmbase.bridge.jsp.taglib.util
A ${+ } part containing an 'expression'.
Attribute.ExpressionPart(Attribute) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
 
Attribute.Part - Class in org.mmbase.bridge.jsp.taglib.util
A Part represents one part of an Attribute.
Attribute.Part() - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
 
Attribute.StringPart - Class in org.mmbase.bridge.jsp.taglib.util
A simple 'string' part, wich does not need any evaluating or parsing any more.
Attribute.StringPart(String) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.StringPart
 
Attribute.VariablePart - Class in org.mmbase.bridge.jsp.taglib.util
A part containing a $-variable.
Attribute.VariablePart(Attribute) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.VariablePart
 
AttributeCache - Class in org.mmbase.bridge.jsp.taglib.util
Cache which relates unparsed Attribute Strings with parsed `Attribute' objects.
AttributeCache() - Constructor for class org.mmbase.bridge.jsp.taglib.util.AttributeCache
 
AttributeException - Exception in org.mmbase.bridge.jsp.taglib.util
Exception related to errors in tag-attributes
AttributeException(String) - Constructor for exception org.mmbase.bridge.jsp.taglib.util.AttributeException
 
attributes - Variable in class org.mmbase.applications.editwizard.Config
Contains all auxiliary attributes to the first page.
attributes - Variable in class org.mmbase.applications.editwizard.Config.SubConfig
 
attributes - Variable in class org.mmbase.security.Authentication
 
Attributes - Class in org.mmbase.storage
This class defines the attributes names used by the standard storage manager classes.
Attributes() - Constructor for class org.mmbase.storage.Attributes
 
Attributes - Class in org.mmbase.storage.implementation.database
This class defines the attributes names used by the default database storage manager classes.
Attributes() - Constructor for class org.mmbase.storage.implementation.database.Attributes
 
attributes - Variable in class org.mmbase.storage.StorageManagerFactory
The map with configuration data
ATTRIBUTES - Static variable in class org.mmbase.util.transformers.Xml
 
AUDIO - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
audio(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
Looks for audio channel(s).
AUDIOC - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
AudioSources - Class in org.mmbase.applications.media.builders
The AudioSource builder describes a specific type of audio that can be retrieved (real/mp3/etc).
AudioSources() - Constructor for class org.mmbase.applications.media.builders.AudioSources
 
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.mmbase.security.implementation.aselect.ASelectAuthentication
 
Authenticate - Class in org.mmbase.security.implementation.cloud
Very simply security from within MMBase.
Authenticate() - Constructor for class org.mmbase.security.implementation.cloud.Authenticate
 
Authenticate - Class in org.mmbase.security.implementation.cloudcontext
Cloud-based Authentication.
Authenticate() - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate
 
Authenticate.AdminVirtualNode - Class in org.mmbase.security.implementation.cloudcontext
 
Authenticate.AdminVirtualNode() - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.AdminVirtualNode
 
Authenticate.LocalAdmin - Class in org.mmbase.security.implementation.cloudcontext
 
Authenticate.LocalAdmin(String, String) - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
Authenticate.LocalAdmin(String, String, Rank) - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
Authentication - Class in org.mmbase.security
This class is an abstract implementation of user authentication in MMBase.
Authentication() - Constructor for class org.mmbase.security.Authentication
 
authentication - Variable in class org.mmbase.security.BasicUser
 
authentication(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.mmbase.security.implementation.aselect.ASelectAuthentication
Performs the work of authentication and session management.
AuthenticationData - Interface in org.mmbase.security
This interface represents information about the authentication implementation.
AuthenticationException - Exception in org.mmbase.applications.vprowizards.spring
 
AuthenticationException() - Constructor for exception org.mmbase.applications.vprowizards.spring.AuthenticationException
 
AuthenticationHandler - Class in org.mmbase.security.implementation.basic
Authentication based on a config files.
AuthenticationHandler() - Constructor for class org.mmbase.security.implementation.basic.AuthenticationHandler
 
AuthenticationInterceptor - Class in org.mmbase.applications.vprowizards.spring
Deze interceptor contoleert of het redactielid is ingelogd.
AuthenticationInterceptor() - Constructor for class org.mmbase.applications.vprowizards.spring.AuthenticationInterceptor
 
authenticationType - Variable in class org.mmbase.security.BasicUser
 
Authorization - Class in org.mmbase.security
The abstract implementation of user authorization in MMBase.
Authorization() - Constructor for class org.mmbase.security.Authorization
 
Authorization.QueryCheck - Class in org.mmbase.security
Defines the result of a security check on a query.
Authorization.QueryCheck(boolean, Constraint) - Constructor for class org.mmbase.security.Authorization.QueryCheck
 
AuthorizationException - Exception in org.mmbase.util
Deprecated. only used by HttpAuth.
AuthorizationException() - Constructor for exception org.mmbase.util.AuthorizationException
Deprecated.  
AuthorizationException(String) - Constructor for exception org.mmbase.util.AuthorizationException
Deprecated.  
AuthorizationException(Throwable) - Constructor for exception org.mmbase.util.AuthorizationException
Deprecated.  
AuthorizationException(String, Throwable) - Constructor for exception org.mmbase.util.AuthorizationException
Deprecated.  
AuthRel - Class in org.mmbase.module.builders
 
AuthRel() - Constructor for class org.mmbase.module.builders.AuthRel
 
autoCast(Object) - Method in class org.mmbase.util.functions.Parameter
Tries to 'cast' an object for use with this parameter.
autoCasting - Variable in class org.mmbase.util.functions.Parameters
If true, values are automatically cast to the right type (if possible) when set.
AutodefiningParameters - Class in org.mmbase.util.functions
If there is no Parameter definition array available you could try it with this specialization, which does not need one.
AutodefiningParameters(Parameter<?>[]) - Constructor for class org.mmbase.util.functions.AutodefiningParameters
 
AutodefiningParameters() - Constructor for class org.mmbase.util.functions.AutodefiningParameters
 
autoReturnType - Variable in class org.mmbase.util.functions.AbstractFunction
 
available(long) - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
available(long) - Method in class org.mmbase.servlet.FileServlet.FirstLastRange
 
available(long) - Method in interface org.mmbase.servlet.FileServlet.Range
If we are at byte number i, how many are available from here until we encounter one which isn't?
available() - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
available() - Method in class org.mmbase.util.MockInputStream
 
available() - Method in class org.mmbase.util.ReaderInputStream
 
AVAILABLE_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
AVAILABLE_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
AvailableFilter - Class in org.mmbase.applications.media.filters
This removes all URLComposers which are not available.
AvailableFilter() - Constructor for class org.mmbase.applications.media.filters.AvailableFilter
 
AvailableSorter - Class in org.mmbase.applications.media.filters
This can sort a list of URLComposers with the available ones on top.
AvailableSorter() - Constructor for class org.mmbase.applications.media.filters.AvailableSorter
 

B

b - Variable in class org.incava.util.diff.Diff
The target array, AKA the "to" values.
b - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
background - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
Backing - Interface in org.mmbase.bridge.jsp.taglib.util
Implementation of the 'backing' of a ContextContainer.
backing - Variable in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
A simple map, which besides to itself also registers to page-context.
backing() - Method in class org.mmbase.core.event.AbstractEventBroker
 
backing() - Method in class org.mmbase.core.event.EventBroker
 
backing() - Method in class org.mmbase.core.event.WeakEventBroker
 
backing - Variable in class org.mmbase.util.functions.Parameters
The contents of this List are stored in this HashMap.
backPage - Variable in class org.mmbase.applications.editwizard.Config
 
backwardsCompatible - Variable in class org.mmbase.module.core.SmartPathFunction
 
BASE - Static variable in class org.mmbase.datatypes.CaptchaDataType
 
base() - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
base() - Method in class org.mmbase.util.transformers.RegexpReplacer
 
base() - Method in class org.mmbase.util.transformers.ResourceBundleReplacer
 
Base64 - Class in org.mmbase.util.transformers
Code taken from "http://www.source-code.biz/snippets/java/2.htm"
Base64() - Constructor for class org.mmbase.util.transformers.Base64
 
baseConstraints - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
baseName - Variable in class org.mmbase.module.core.MMBase
Base name for the storage to be accessed using this instance of MMBase.
BasicAggregatedField - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicAggregatedField(Step, Field, int) - Constructor for class org.mmbase.storage.search.implementation.BasicAggregatedField
 
BasicBacking - Class in org.mmbase.bridge.jsp.taglib.util
A basic implementation for the backing of a ContextContainter.
BasicBacking(PageContext, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
BasicBacking(Map<String, Object>, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
BasicCacheHandlerInterceptor - Class in org.mmbase.applications.vprowizards.spring.cache
This is a cache handler intercepter that implements support for all types of cache flush hints.
BasicCacheHandlerInterceptor() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
BasicCaster - Class in org.mmbase.util
 
BasicCaster() - Constructor for class org.mmbase.util.BasicCaster
 
BasicCloud - Class in org.mmbase.bridge.implementation
Basic implementation of Cloud.
BasicCloud(String, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicCloud
basic constructor for descendant clouds (i.e.
BasicCloud(String, UserContext, BasicCloudContext) - Constructor for class org.mmbase.bridge.implementation.BasicCloud
 
BasicCloud.BasicCloudStarter - Class in org.mmbase.bridge.implementation
 
BasicCloud.BasicCloudStarter() - Constructor for class org.mmbase.bridge.implementation.BasicCloud.BasicCloudStarter
 
BasicCloudContext - Class in org.mmbase.bridge.implementation
This is the base class for LocalContext (which is probably its only descendant).
BasicCloudContext() - Constructor for class org.mmbase.bridge.implementation.BasicCloudContext
constructor to call from the MMBase class (protected, so cannot be reached from a script)
BasicCommand - Class in org.mmbase.applications.vprowizards.spring
This class accepts a number of Action objects and maps them to their names, so the data binder can access them.
BasicCommand() - Constructor for class org.mmbase.applications.vprowizards.spring.BasicCommand
 
BasicCommand.MyFactory - Class in org.mmbase.applications.vprowizards.spring
We have to wrap the Instationation Factory, becouse the LazyMap expects a factory of generic type Action, but the instantiation factory has no differentiation between the type it instantiates and the type it returns.
BasicCommand.MyFactory(Class<? extends Action>) - Constructor for class org.mmbase.applications.vprowizards.spring.BasicCommand.MyFactory
 
BasicCommandFactory - Class in org.mmbase.applications.vprowizards.spring
This class will create an instance of BasicCommand and set the action classes on it.
BasicCommandFactory() - Constructor for class org.mmbase.applications.vprowizards.spring.BasicCommandFactory
 
BasicCompareFieldsConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicCompareFieldsConstraint(StepField, StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicCompareFieldsConstraint
Constructor.
BasicComponent - Class in org.mmbase.framework
A component is a piece of pluggable functionality that typically has dependencies on other components, and may be requested several blocks.
BasicComponent(String) - Constructor for class org.mmbase.framework.BasicComponent
 
BasicCompositeConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicCompositeConstraint(int, Constraint...) - Constructor for class org.mmbase.storage.search.implementation.BasicCompositeConstraint
Constructor.
BasicConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicConstraint() - Constructor for class org.mmbase.storage.search.implementation.BasicConstraint
 
BasicContextProvider - Class in org.mmbase.security.implementation.cloudcontext
This is a basic implemention of ContextProvider that implements all the methods in a default way.
BasicContextProvider(NodeSearchQuery...) - Constructor for class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
BasicContextProvider(MMObjectBuilder...) - Constructor for class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
BasicContextProvider(String...) - Constructor for class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
BasicDataType<C> - Class in org.mmbase.datatypes
Every DataType extends this one.
BasicDataType(String) - Constructor for class org.mmbase.datatypes.BasicDataType
Create a data type object of unspecified class type
BasicDataType(String, Class<C>) - Constructor for class org.mmbase.datatypes.BasicDataType
Create a data type object
BasicDataType.AbstractRestriction<D extends Serializable> - Class in org.mmbase.datatypes
Abstract inner class Restriction.
BasicDataType.AbstractRestriction(BasicDataType<C>.AbstractRestriction<?>) - Constructor for class org.mmbase.datatypes.BasicDataType.AbstractRestriction
 
BasicDataType.AbstractRestriction(String, D) - Constructor for class org.mmbase.datatypes.BasicDataType.AbstractRestriction
 
BasicDataType.DataTypeComparator<D> - Class in org.mmbase.datatypes
 
BasicDataType.DataTypeComparator(BasicDataType<D>) - Constructor for class org.mmbase.datatypes.BasicDataType.DataTypeComparator
 
BasicDataType.EnumerationRestriction - Class in org.mmbase.datatypes
 
BasicDataType.EnumerationRestriction(BasicDataType<C>.EnumerationRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
BasicDataType.EnumerationRestriction(LocalizedEntryListFactory<C>) - Constructor for class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
BasicDataType.RequiredRestriction - Class in org.mmbase.datatypes
 
BasicDataType.RequiredRestriction(BasicDataType<C>.RequiredRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
BasicDataType.RequiredRestriction(boolean) - Constructor for class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
BasicDataType.RestrictedEnumerationIterator - Class in org.mmbase.datatypes
Iterates over the collection provided by the EnumerationRestriction, but skips the values which are invalid because of the other restrictions on this DataType.
BasicDataType.RestrictedEnumerationIterator(Locale, Cloud, Node, Field) - Constructor for class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
BasicDataType.StaticAbstractRestriction<D extends Serializable> - Class in org.mmbase.datatypes
A Restriction is represented by these kind of objects.
BasicDataType.StaticAbstractRestriction(BasicDataType<?>, BasicDataType.StaticAbstractRestriction<?>) - Constructor for class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
Instantaties new restriction for a clone of the parent DataType.
BasicDataType.StaticAbstractRestriction(BasicDataType<?>, String, D) - Constructor for class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
BasicDataType.TypeRestriction - Class in org.mmbase.datatypes
 
BasicDataType.TypeRestriction(BasicDataType<C>.TypeRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
BasicDataType.TypeRestriction() - Constructor for class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
BasicDataType.UniqueRestriction - Class in org.mmbase.datatypes
 
BasicDataType.UniqueRestriction(BasicDataType<C>.UniqueRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
BasicDataType.UniqueRestriction(boolean) - Constructor for class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
BasicDateSortOrder - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicDateSortOrder(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicDateSortOrder
Constructor.
BasicDepthProvider - Class in org.mmbase.bridge.jsp.taglib.tree
 
BasicDepthProvider(int) - Constructor for class org.mmbase.bridge.jsp.taglib.tree.BasicDepthProvider
 
BasicEditor - Class in org.mmbase.bridge.jsp.taglib.editor
This is an example implementation of the EditTag.
BasicEditor() - Constructor for class org.mmbase.bridge.jsp.taglib.editor.BasicEditor
 
BasicField - Class in org.mmbase.bridge.implementation
 
BasicField(Field, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicField
 
BasicFieldCompareConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldCompareConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
Constructor.
BasicFieldConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldConstraint
Constructor.
BasicFieldList - Class in org.mmbase.bridge.implementation
A list of fields
BasicFieldList() - Constructor for class org.mmbase.bridge.implementation.BasicFieldList
 
BasicFieldList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicFieldList
 
BasicFieldList.BasicFieldIterator - Class in org.mmbase.bridge.implementation
 
BasicFieldList.BasicFieldIterator() - Constructor for class org.mmbase.bridge.implementation.BasicFieldList.BasicFieldIterator
 
BasicFieldNullConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldNullConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldNullConstraint
Constructor.
BasicFieldValue - Class in org.mmbase.bridge.implementation
This is the basic implementation of the Field Value interface.
BasicFieldValue(Node, Field) - Constructor for class org.mmbase.bridge.implementation.BasicFieldValue
 
BasicFieldValueBetweenConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueBetweenConstraint(StepField, Object, Object) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
Constructor.
BasicFieldValueConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueConstraint(StepField, Object) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
Constructor.
BasicFieldValueDateConstraint - Class in org.mmbase.storage.search.implementation
A constraint on a 'part' of a DateTime field.
BasicFieldValueDateConstraint(StepField, Object, int) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
Constructor.
BasicFieldValueInConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueInConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
Constructor.
BasicFieldValueInQueryConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueInQueryConstraint(StepField, SearchQuery) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
Constructor.
BasicFinder - Class in org.mmbase.applications.xmlimporter
A basic implementation of SimilarObjectFinder.
BasicFinder() - Constructor for class org.mmbase.applications.xmlimporter.BasicFinder
Creates new BasicFinder
BasicFramework - Class in org.mmbase.framework.basic
The Basic Framework is based on a list of UrlConverters.
BasicFramework(Element) - Constructor for class org.mmbase.framework.basic.BasicFramework
 
BasicFramework() - Constructor for class org.mmbase.framework.basic.BasicFramework
 
BasicFunctionValue - Class in org.mmbase.bridge.implementation
This implementation of the Field Value interface is used by Node.getFunctionValue(java.lang.String, java.util.List) of Node.
BasicFunctionValue(Node, Object) - Constructor for class org.mmbase.bridge.implementation.BasicFunctionValue
Constructor for a function value returned by a Node.
BasicFunctionValue(Cloud, Object) - Constructor for class org.mmbase.bridge.implementation.BasicFunctionValue
Constructor for a function value returned by a Module or NodeManager.
BasicFunctionValueConstraint - Class in org.mmbase.storage.search.implementation
 
BasicFunctionValueConstraint(StepField, Object, String) - Constructor for class org.mmbase.storage.search.implementation.BasicFunctionValueConstraint
 
BasicLegacyConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicLegacyConstraint(String) - Constructor for class org.mmbase.storage.search.implementation.BasicLegacyConstraint
Constructor.
BasicList<E extends Comparable<? super E>> - Class in org.mmbase.bridge.implementation
A list of objects.
BasicList() - Constructor for class org.mmbase.bridge.implementation.BasicList
 
BasicList(Collection) - Constructor for class org.mmbase.bridge.implementation.BasicList
 
BasicList.BasicIterator - Class in org.mmbase.bridge.implementation
 
BasicList.BasicIterator() - Constructor for class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
BasicMerger - Class in org.mmbase.applications.xmlimporter
This is a basic implementation of ObjectMerger.
BasicMerger() - Constructor for class org.mmbase.applications.xmlimporter.BasicMerger
 
BasicModuleList - Class in org.mmbase.bridge.implementation
A list of Modules
BasicModuleList() - Constructor for class org.mmbase.bridge.implementation.BasicModuleList
 
BasicModuleList(Collection<? extends Module>) - Constructor for class org.mmbase.bridge.implementation.BasicModuleList
 
BasicModuleList.BasicModuleIterator - Class in org.mmbase.bridge.implementation
 
BasicModuleList.BasicModuleIterator() - Constructor for class org.mmbase.bridge.implementation.BasicModuleList.BasicModuleIterator
 
BasicNode - Class in org.mmbase.bridge.implementation
Basic implementation of Node.
BasicNode(BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicNode
 
BasicNode(MMObjectNode, BasicNodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicNode
Instantiates a node, linking it to a specified node manager.
BasicNode(MMObjectNode, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicNode
Instantiates a node, linking it to a specified cloud The NodeManager for the node is requested from the Cloud.
BasicNode(MMObjectNode, BasicCloud, int) - Constructor for class org.mmbase.bridge.implementation.BasicNode
Instantiates a new node (for insert), using a specified nodeManager.
BasicNodeList - Class in org.mmbase.bridge.implementation
A list of nodes
BasicNodeList() - Constructor for class org.mmbase.bridge.implementation.BasicNodeList
 
BasicNodeList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeList
 
BasicNodeList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicNodeList
 
BasicNodeList.BasicNodeIterator - Class in org.mmbase.bridge.implementation
 
BasicNodeList.BasicNodeIterator() - Constructor for class org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator
 
BasicNodeManager - Class in org.mmbase.bridge.implementation
This class represents a node's type information object - what used to be the 'builder'.
BasicNodeManager(MMObjectNode, BasicCloud, int) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManager
Instantiates a new NodeManager (for insert) based on a newly created node which either represents or references a builder.
BasicNodeManager(MMObjectNode, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManager
Instantiates a NodeManager based on a node which either represents or references a builder.
BasicNodeManager(MMObjectBuilder, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManager
Instantiates a NodeManager based on a builder.
BasicNodeManager.NodeAndId - Class in org.mmbase.bridge.implementation
Structure to temporary contain an MMObjectNode and a BasicCloud.uniqueId()
BasicNodeManager.NodeAndId(MMObjectNode, int) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManager.NodeAndId
 
BasicNodeManagerList - Class in org.mmbase.bridge.implementation
A list of node managers
BasicNodeManagerList() - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList
 
BasicNodeManagerList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList
 
BasicNodeManagerList.BasicNodeManagerIterator - Class in org.mmbase.bridge.implementation
 
BasicNodeManagerList.BasicNodeManagerIterator() - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
 
BasicNodeQuery - Class in org.mmbase.bridge.implementation
'Basic' implementation of bridge NodeQuery.
BasicNodeQuery(Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeQuery
 
BasicNodeQuery(NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicNodeQuery
node query.
BasicNodeQuery(BasicNodeManager, NodeSearchQuery) - Constructor for class org.mmbase.bridge.implementation.BasicNodeQuery
 
BasicNodeQuery(Cloud, SearchQuery) - Constructor for class org.mmbase.bridge.implementation.BasicNodeQuery
Makes a multi-step node-query, based on a normal query.
BasicOSCacheNameResolver - Class in org.mmbase.applications.vprowizards.spring.cache
This basic flushname resolver uses the FlushNameTemplateBean to clear the templates out of the flushnames.
BasicOSCacheNameResolver() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.BasicOSCacheNameResolver
 
BasicQuery - Class in org.mmbase.bridge.implementation
'Basic' implementation of bridge Query.
BasicQuery(Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicQuery
 
BasicQuery(Cloud, boolean) - Constructor for class org.mmbase.bridge.implementation.BasicQuery
 
BasicQuery(Cloud, BasicSearchQuery) - Constructor for class org.mmbase.bridge.implementation.BasicQuery
 
BasicQueryHandler - Class in org.mmbase.storage.search.implementation.database
Basic implementation using a database.
BasicQueryHandler(SqlHandler) - Constructor for class org.mmbase.storage.search.implementation.database.BasicQueryHandler
Default constructor.
BasicRelation - Class in org.mmbase.bridge.implementation
 
BasicRelation(MMObjectNode, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicRelation
 
BasicRelation(MMObjectNode, BasicRelationManager) - Constructor for class org.mmbase.bridge.implementation.BasicRelation
 
BasicRelation(MMObjectNode, BasicCloud, int) - Constructor for class org.mmbase.bridge.implementation.BasicRelation
 
BasicRelationList - Class in org.mmbase.bridge.implementation
A list of relations
BasicRelationList() - Constructor for class org.mmbase.bridge.implementation.BasicRelationList
 
BasicRelationList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicRelationList
 
BasicRelationList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicRelationList
 
BasicRelationList.BasicRelationIterator - Class in org.mmbase.bridge.implementation
 
BasicRelationList.BasicRelationIterator() - Constructor for class org.mmbase.bridge.implementation.BasicRelationList.BasicRelationIterator
 
BasicRelationManager - Class in org.mmbase.bridge.implementation
 
BasicRelationManager(MMObjectNode, BasicCloud, int) - Constructor for class org.mmbase.bridge.implementation.BasicRelationManager
Creates a new Relation manager (for insert).
BasicRelationManager(MMObjectNode, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicRelationManager
Creates a new instance of Relation manager.
BasicRelationManagerList - Class in org.mmbase.bridge.implementation
A list of relation managers
BasicRelationManagerList() - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList
 
BasicRelationManagerList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList
 
BasicRelationManagerList.BasicRelationManagerIterator - Class in org.mmbase.bridge.implementation
 
BasicRelationManagerList.BasicRelationManagerIterator() - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList.BasicRelationManagerIterator
 
BasicRelationStep - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicRelationStep(InsRel, Step, Step) - Constructor for class org.mmbase.storage.search.implementation.BasicRelationStep
Creator.
BasicRelationStep(String, Step, Step) - Constructor for class org.mmbase.storage.search.implementation.BasicRelationStep
 
BasicReleaseStrategy - Class in org.mmbase.cache
This class provides a very basic release strategy.
BasicReleaseStrategy() - Constructor for class org.mmbase.cache.BasicReleaseStrategy
 
BasicSearchQuery - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicSearchQuery(boolean) - Constructor for class org.mmbase.storage.search.implementation.BasicSearchQuery
Constructor.
BasicSearchQuery() - Constructor for class org.mmbase.storage.search.implementation.BasicSearchQuery
Constructor, constructs non-aggragating query.
BasicSearchQuery(SearchQuery, int) - Constructor for class org.mmbase.storage.search.implementation.BasicSearchQuery
A deep copy, but sets also aggregating, and clear fields if aggregating is true then.
BasicSearchQuery(SearchQuery) - Constructor for class org.mmbase.storage.search.implementation.BasicSearchQuery
A deep copy.
BasicSMS - Class in org.mmbase.sms
This basic SMS implementation simply explicitely stores the information in member variables.
BasicSMS(String, int, String) - Constructor for class org.mmbase.sms.BasicSMS
 
BasicSMS(String, String) - Constructor for class org.mmbase.sms.BasicSMS
 
BasicSortOrder - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicSortOrder(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicSortOrder
Constructor.
BasicSqlHandler - Class in org.mmbase.storage.search.implementation.database
Basic implementation.
BasicSqlHandler() - Constructor for class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Constructor.
BasicStep - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicStep(String) - Constructor for class org.mmbase.storage.search.implementation.BasicStep
Constructor.
BasicStep(MMObjectBuilder) - Constructor for class org.mmbase.storage.search.implementation.BasicStep
 
BasicStepField - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicStepField(Step, Field) - Constructor for class org.mmbase.storage.search.implementation.BasicStepField
Constructor.
BasicStringList - Class in org.mmbase.bridge.implementation
A list of Strings
BasicStringList() - Constructor for class org.mmbase.bridge.implementation.BasicStringList
 
BasicStringList(Collection<String>) - Constructor for class org.mmbase.bridge.implementation.BasicStringList
 
BasicStringList.BasicStringIterator - Class in org.mmbase.bridge.implementation
 
BasicStringList.BasicStringIterator() - Constructor for class org.mmbase.bridge.implementation.BasicStringList.BasicStringIterator
 
BasicStringSearchConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicStringSearchConstraint(StepField, int, int, List<String>) - Constructor for class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Creates a new instance of BasicStringSearchConstraint.
BasicStringSearchConstraint(StepField, int, int, String) - Constructor for class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Creates a new instance of BasicStringSearchConstraint.
BasicTransaction - Class in org.mmbase.bridge.implementation
The basic implementation for a Transaction cLoud.
BasicTransaction(String, BasicCloud) - Constructor for class org.mmbase.bridge.implementation.BasicTransaction
 
BasicUrl - Class in org.mmbase.framework.basic
 
BasicUrl(UrlConverter, String) - Constructor for class org.mmbase.framework.basic.BasicUrl
 
BasicUrl(UrlConverter, String, int) - Constructor for class org.mmbase.framework.basic.BasicUrl
 
BasicUrl(Url, int) - Constructor for class org.mmbase.framework.basic.BasicUrl
 
BasicUrlConverter - Class in org.mmbase.framework.basic
Basic implementation of UrlConverter.
BasicUrlConverter(BasicFramework) - Constructor for class org.mmbase.framework.basic.BasicUrlConverter
 
BasicUser - Class in org.mmbase.security
A UserContext object is the result of an authentication, on which authorization can be based.
BasicUser(String) - Constructor for class org.mmbase.security.BasicUser
 
BasicUser(String, String) - Constructor for class org.mmbase.security.BasicUser
 
BasicUser(Authentication, String, String) - Constructor for class org.mmbase.security.BasicUser
 
BASICUSER - Static variable in class org.mmbase.security.Rank
Identifier for basic user rank
BASICUSER_INT - Static variable in class org.mmbase.security.Rank
int value for the basic user Rank
BasicUserProvider - Class in org.mmbase.security.implementation.cloudcontext
This is a basic implemention of UserProvider that implements all the methods in a default way.
BasicUserProvider(MMObjectBuilder) - Constructor for class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
BasicUserProvider(String) - Constructor for class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
batchSize - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
BBCode - Class in org.mmbase.applications.mmbob.util.transformers
 
BBCode() - Constructor for class org.mmbase.applications.mmbob.util.transformers.BBCode
 
BeanFunction - Class in org.mmbase.util.functions
One or more functions based on a Java-bean.
BeanFunction(Object, String) - Constructor for class org.mmbase.util.functions.BeanFunction
 
BeanFunction.Producer - Class in org.mmbase.util.functions
A producer can instantiate beans
BeanFunction.Producer() - Constructor for class org.mmbase.util.functions.BeanFunction.Producer
 
BeanFunctionProvider - Class in org.mmbase.util.functions
 
BeanFunctionProvider(Class<?>) - Constructor for class org.mmbase.util.functions.BeanFunctionProvider
 
BeanPair - Class in org.mmbase.bridge.jsp.taglib.util
 
BeanPair(Object, String, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.BeanPair
 
BeanTransformerFactory<T extends Transformer> - Class in org.mmbase.util.transformers
BeanTransformerFactory takes simple Transformers class-es and wraps them into parameterixed transformer factories.
BeanTransformerFactory(Class<T>) - Constructor for class org.mmbase.util.transformers.BeanTransformerFactory
 
before(Date) - Method in class org.mmbase.util.DynamicDate
 
begin() - Method in class org.mmbase.util.externalprocess.AbstractMonitor
 
begin() - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
Notifies that the processing is beginning.
beginTransaction() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
beginTransaction() - Method in interface org.mmbase.storage.StorageManager
Starts a transaction on this StorageManager instance.
beginTransaction() - Method in class org.mmbase.storage.StorageManagerFactory
Puts the current thread in a database transaction
BetterStrategy - Class in org.mmbase.cache
This release strategy is a bit better than 'BasicReleaseStrategy, and also a bit more sophisticated.
BetterStrategy() - Constructor for class org.mmbase.cache.BetterStrategy
 
BIDIRECTIONAL - Static variable in interface org.mmbase.bridge.RelationManager
Directionality constant : bi-directional
BijectiveMap<K,V> - Class in org.mmbase.util
A map representing a 1-1 bijective relation between 2 sets of values.
BijectiveMap() - Constructor for class org.mmbase.util.BijectiveMap
 
BINARY_FILE_PATH - Static variable in class org.mmbase.storage.implementation.database.Attributes
Attribute: database-binary-file-path.
BinaryCommitProcessor - Class in org.mmbase.datatypes.processors
Used as 'commitprocessor' on the 'binaries'.
BinaryCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
BinaryDataType - Class in org.mmbase.datatypes
The datatype associated with byte arrays ('blobs').
BinaryDataType(String) - Constructor for class org.mmbase.datatypes.BinaryDataType
Constructor for binary field.
BinaryDataType.MimeTypeRestriction - Class in org.mmbase.datatypes
 
BinaryDataType.MimeTypeRestriction(BinaryDataType.MimeTypeRestriction) - Constructor for class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
BinaryDataType.MimeTypeRestriction(Pattern) - Constructor for class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
BinaryFile - Class in org.mmbase.datatypes.processors
This class constains Setter and Getter method for 'binary' file fields.
BinaryFile() - Constructor for class org.mmbase.datatypes.processors.BinaryFile
 
BinaryFile.Delete - Class in org.mmbase.datatypes.processors
 
BinaryFile.Delete() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Delete
 
BinaryFile.Getter - Class in org.mmbase.datatypes.processors
 
BinaryFile.Getter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Getter
 
BinaryFile.Setter - Class in org.mmbase.datatypes.processors
 
BinaryFile.Setter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Setter
 
BinaryFile.StringGetter - Class in org.mmbase.datatypes.processors
A bit of a hack, used if the file was originally saved in a transaction, and hence has a negative number prefix.
BinaryFile.StringGetter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.StringGetter
 
BinaryHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
BinaryHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
Constructor
BinaryHandler - Class in org.mmbase.datatypes.handlers.html
The most straight forward implementation in HTML for an input widget for a binary field is a 'input' tag with type 'file'.
BinaryHandler() - Constructor for class org.mmbase.datatypes.handlers.html.BinaryHandler
 
BinaryStringDataType - Class in org.mmbase.datatypes
 
BinaryStringDataType(String) - Constructor for class org.mmbase.datatypes.BinaryStringDataType
 
bind(Cloud) - Static method in class org.mmbase.bridge.util.CloudThreadLocal
Associates the given cloud with the current thread of execution.
binpath - Variable in class org.mmbase.module.builders.vwms.UnixCopy
 
BitrateInfo - Class in org.mmbase.applications.media.filters
container for information beloning to a bitrate filter keyword.
BitrateInfo(String, int, int) - Constructor for class org.mmbase.applications.media.filters.BitrateInfo
 
BitrateInfo(Element) - Constructor for class org.mmbase.applications.media.filters.BitrateInfo
 
BitrateLabeler - Class in org.mmbase.applications.media.filters
 
BitrateLabeler() - Constructor for class org.mmbase.applications.media.filters.BitrateLabeler
 
bits(IndexReader) - Method in class org.apache.lucene.misc.ChainedFilter
Filter.bits(org.apache.lucene.index.IndexReader).
BlobCache - Class in org.mmbase.cache
The 'blob cache' is used in MMObjectNode to cache small byte-array field values.
BlobCache(int) - Constructor for class org.mmbase.cache.BlobCache
 
block - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
Block - Class in org.mmbase.framework
A Block is a representation of a page within a component.
Block(String, String, Component, String) - Constructor for class org.mmbase.framework.Block
 
block - Variable in class org.mmbase.framework.Block.BlockContainer
 
BLOCK - Static variable in class org.mmbase.framework.Framework
The proposed parameter if the framework can be explicitely requested a block to render.
Block.BlockContainer - Class in org.mmbase.framework
A wrapper class for a certain block in a type, which defined its weighted place in between it's child block of the same type.
Block.BlockContainer(Block, Block.Type, int) - Constructor for class org.mmbase.framework.Block.BlockContainer
 
Block.Type - Class in org.mmbase.framework
Every block can be assigned a hierarchal 'Type', which can classify it.
Block.Type(String, Block.Type) - Constructor for class org.mmbase.framework.Block.Type
 
blocks - Variable in class org.mmbase.framework.basic.BlockUrlConverter
 
blocks - Variable in class org.mmbase.framework.Block.Type
 
BlockUrlConverter - Class in org.mmbase.framework.basic
A block url converter is an url converter which encodes in the URL precisely one block.
BlockUrlConverter(BasicFramework) - Constructor for class org.mmbase.framework.basic.BlockUrlConverter
 
BODY - Static variable in class org.mmbase.richtext.transformers.XmlField
 
body - Variable in class org.mmbase.util.scanpage
 
BOOLEAN - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Boolean.
BOOLEAN_PATTERN - Static variable in class org.mmbase.datatypes.StringDataType
 
BOOLEAN_PATTERN - Static variable in class org.mmbase.util.Casting
 
BooleanDataType - Class in org.mmbase.datatypes
The DataType associated with a boolean value.
BooleanDataType(String, boolean) - Constructor for class org.mmbase.datatypes.BooleanDataType
Constructor for a boolean datatype (either a primitive boolean type or the Boolean class).
BooleanFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
A Function tag for a function with a 'boolean' result.
BooleanFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
 
BooleanHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
BooleanHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
boost - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
 
bootstrap - Static variable in class org.mmbase.security.ActionRepository
 
border(PlanarImage, int, int) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'border' operation: Adds a border to an image using the specified horizontal and vertical padding.
BOTH - Static variable in class org.mmbase.util.Strip
Strip both, characters at begin and end of string are checked
branches - Variable in class org.mmbase.bridge.util.TreeList
 
BranchTag - Class in org.mmbase.bridge.jsp.taglib.tree
Sub-tag of tree container.
BranchTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.BranchTag
 
BRIDGE - Static variable in class org.mmbase.storage.search.legacy.ConstraintParser
 
BridgeCaster - Class in org.mmbase.util
 
BridgeCaster() - Constructor for class org.mmbase.util.BridgeCaster
 
BridgeCaster.NodeListWrapper - Class in org.mmbase.util
 
BridgeCaster.NodeListWrapper(NodeList, CharTransformer) - Constructor for class org.mmbase.util.BridgeCaster.NodeListWrapper
 
BridgeClusterQueries - Class in org.mmbase.storage.search
 
BridgeClusterQueries(Cloud) - Constructor for class org.mmbase.storage.search.BridgeClusterQueries
 
BridgeCollections - Class in org.mmbase.bridge.util
Analogon of Collections.
BridgeCollections() - Constructor for class org.mmbase.bridge.util.BridgeCollections
 
BridgeCollections.EmptyBridgeList<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyBridgeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
BridgeCollections.EmptyModuleList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyModuleList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
 
BridgeCollections.EmptyNodeList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyNodeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
BridgeCollections.EmptyNodeManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyNodeManagerList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
 
BridgeCollections.EmptyRelationList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyRelationList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
BridgeCollections.EmptyRelationManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyRelationManagerList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
 
BridgeCollections.EmptyStringList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyStringList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyStringList
 
BridgeCollections.UnmodifiableBridgeList<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableBridgeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
BridgeCollections.UnmodifiableBridgeList(BridgeList<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
BridgeCollections.UnmodifiableBridgeList(List<E>, BridgeList<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
BridgeCollections.UnmodifiableListIterator<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableListIterator(ListIterator<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
BridgeCollections.UnmodifiableModuleIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableModuleIterator(ModuleIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableModuleIterator
 
BridgeCollections.UnmodifiableNodeIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeIterator(NodeIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeIterator
 
BridgeCollections.UnmodifiableNodeList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeList(NodeList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeList
 
BridgeCollections.UnmodifiableNodeManagerIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeManagerIterator(NodeManagerIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerIterator
 
BridgeCollections.UnmodifiableNodeManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeManagerList(NodeManagerList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerList
 
BridgeCollections.UnmodifiableRelationIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationIterator(RelationIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationIterator
 
BridgeCollections.UnmodifiableRelationList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationList(RelationList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationList
 
BridgeCollections.UnmodifiableRelationManagerIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationManagerIterator(RelationManagerIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerIterator
 
BridgeCollections.UnmodifiableRelationManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationManagerList(RelationManagerList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerList
 
BridgeCollections.UnmodifiableStringIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableStringIterator(StringIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringIterator
 
BridgeCollections.UnmodifiableStringList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableStringList(StringList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringList
 
BridgeException - Exception in org.mmbase.bridge
This exception gets thrown when something goes wrong on the MMCI.
BridgeException() - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeException(String) - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeException(Throwable) - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeException(String, Throwable) - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeList<E> - Interface in org.mmbase.bridge
 
BridgeServlet - Class in org.mmbase.servlet
BridgeServlet is an MMBaseServlet with a bridge Cloud in it.
BridgeServlet() - Constructor for class org.mmbase.servlet.BridgeServlet
 
BridgeServlet.QueryParts - Class in org.mmbase.servlet
Keeps track of determined information, to avoid redetermining it.
BridgeServlet.QueryParts(String, String) - Constructor for class org.mmbase.servlet.BridgeServlet.QueryParts
 
broadCastChanges - Variable in class org.mmbase.module.core.MMObjectBuilder
Determines whether changes to this builder need be broadcast to other known mmbase servers.
broadcastChanges() - Method in class org.mmbase.module.core.MMObjectBuilder
Determines whether changes to this builder need be broadcast to other known mmbase servers.
buffer - Variable in class org.mmbase.module.cacheline
 
buffer - Variable in class org.mmbase.mojo.remote.AbstractGenerator
 
buffer - Variable in class org.mmbase.util.StringBufferWriter
 
buffer - Variable in class org.mmbase.util.StringBuilderWriter
 
BUFFER_SIZE - Static variable in class org.mmbase.util.externalprocess.StreamCopyThread
Default buffer size.
BufferedLogger - Class in org.mmbase.util.logging
A Logger that buffers in memory, and on request logs again to a certain other logger.
BufferedLogger() - Constructor for class org.mmbase.util.logging.BufferedLogger
 
BufferedLogger.LogEntry - Class in org.mmbase.util.logging
 
BufferedLogger.LogEntry(String, Level) - Constructor for class org.mmbase.util.logging.BufferedLogger.LogEntry
 
BufferedReaderTransformer - Class in org.mmbase.util.transformers
 
BufferedReaderTransformer() - Constructor for class org.mmbase.util.transformers.BufferedReaderTransformer
 
BufferedReaderTransformer.Status - Class in org.mmbase.util.transformers
 
BufferedReaderTransformer.Status() - Constructor for class org.mmbase.util.transformers.BufferedReaderTransformer.Status
 
BUFSIZE - Static variable in class org.mmbase.util.magicfile.MagicFile
 
builder - Variable in class org.mmbase.bridge.implementation.BasicNodeManager
 
builder - Variable in class org.mmbase.bridge.implementation.VirtualNodeManager
 
builder - Variable in class org.mmbase.core.util.StorageConnector
 
builder - Variable in class org.mmbase.storage.search.implementation.BasicStep
 
BuilderConfigurationException - Exception in org.mmbase.module.core
Builder configuration exception.
BuilderConfigurationException() - Constructor for exception org.mmbase.module.core.BuilderConfigurationException
 
BuilderConfigurationException(String) - Constructor for exception org.mmbase.module.core.BuilderConfigurationException
 
BuilderConfigurationException(Throwable) - Constructor for exception org.mmbase.module.core.BuilderConfigurationException
 
BuilderConfigurationException(String, Throwable) - Constructor for exception org.mmbase.module.core.BuilderConfigurationException
 
BuilderList - Class in org.mmbase.util
Gives an xml-representation of a dir structure with builders Used by the build script to create documentation for builders.
BuilderList() - Constructor for class org.mmbase.util.BuilderList
 
BuilderNames - Class in org.mmbase.security.implementation.cloudcontext
Wraps a collection of NodeSearchQuery's to be a collection of builder names.
BuilderNames(Collection<NodeSearchQuery>) - Constructor for class org.mmbase.security.implementation.cloudcontext.BuilderNames
 
BuilderReader - Class in org.mmbase.util.xml
Used to parse and retrieve data from a builder configuration file.
BuilderReader(InputSource, MMBase) - Constructor for class org.mmbase.util.xml.BuilderReader
 
BuilderReader(Document, MMBase) - Constructor for class org.mmbase.util.xml.BuilderReader
 
BuilderWriter - Class in org.mmbase.util.xml
Class for creating builder configuration documents.
BuilderWriter(MMObjectBuilder) - Constructor for class org.mmbase.util.xml.BuilderWriter
Constructs the document writer.
buildParameters(Parameter<?>[], List<?>) - Static method in class org.mmbase.util.functions.Functions
Converts a certain List to an Parameters if it is not already one.
burstLen - Static variable in class org.mmbase.util.logging.Performance
 
BUSY_FULL_INDEX - Static variable in class org.mmbase.module.lucene.Lucene.Scheduler
 
BUSY_INDEX - Static variable in class org.mmbase.module.lucene.Lucene.Scheduler
 
ByteArrayToCharTransformer - Class in org.mmbase.util.transformers
You need only to implement transform(byte[]) you have the simplest kind of transformer (which is not 'streamable').
ByteArrayToCharTransformer() - Constructor for class org.mmbase.util.transformers.ByteArrayToCharTransformer
 
ByteCharTransformer - Class in org.mmbase.util.transformers
A CharTransformer which wraps a ByteToCharTransformer.
ByteCharTransformer(ByteToCharTransformer) - Constructor for class org.mmbase.util.transformers.ByteCharTransformer
 
ByteCharTransformer(ByteToCharTransformer, String) - Constructor for class org.mmbase.util.transformers.ByteCharTransformer
 
ByteFieldContainer - Class in org.mmbase.module.core
Deprecated.  
ByteFieldContainer(int, byte[]) - Constructor for class org.mmbase.module.core.ByteFieldContainer
Deprecated. Constructor of this container class.
ByteHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
Deprecated. Use BinaryHandler
ByteHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.ByteHandler
Deprecated.  
bytes - Variable in class org.mmbase.clustering.Statistics
 
bytes - Variable in class org.mmbase.module.Upload.FileInfo
 
BytesInputStream - Class in org.mmbase.util.images
Abstract implemntatinof a Image
BytesInputStream(byte[]) - Constructor for class org.mmbase.util.images.BytesInputStream
 
bytesRead(int) - Method in interface org.mmbase.datatypes.handlers.html.upload.OutputStreamListener
 
bytesRead - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
bytesRead(int) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
ByteToCharTransformer - Interface in org.mmbase.util.transformers
Interface for transformations.
ByteTransformer - Interface in org.mmbase.util.transformers
Interface for transformations.
ByteTransformerLink - Class in org.mmbase.util.transformers
A Runnable implementation to perform a ByteTransformation between an InputStream and an OutputStream.
ByteTransformerLink(ByteTransformer, InputStream, OutputStream, boolean) - Constructor for class org.mmbase.util.transformers.ByteTransformerLink
 

C

c - Variable in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
C - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
Cache<K,V> - Class in org.mmbase.cache
A base class for all Caches.
Cache(int) - Constructor for class org.mmbase.cache.Cache
 
cache - Variable in class org.mmbase.module.builders.Cookies
 
cache - Variable in class org.mmbase.module.builders.Users
 
cache - Class in org.mmbase.module
Simple file cache system that can be used by any servlet
cache() - Constructor for class org.mmbase.module.cache
Simple file cache system that can be used by any servlet
cache - Static variable in class org.mmbase.notifications.Notifyable
 
cache2 - Variable in class org.mmbase.module.builders.Cookies
 
CACHE_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
Cacheable - Interface in org.mmbase.cache
A Cacheable object contains information on cache policies, which determines whether the object should be cached or not.
CacheConfigurationException - Exception in org.mmbase.cache
 
CacheConfigurationException(String) - Constructor for exception org.mmbase.cache.CacheConfigurationException
 
CacheConfigurationException(String, Exception) - Constructor for exception org.mmbase.cache.CacheConfigurationException
 
CACHEDNODE_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
cachedobject - Variable in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
CachedRenderer - Class in org.mmbase.framework
This renderer caches other renderers.
CachedRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.CachedRenderer
 
CacheFlushHint - Class in org.mmbase.applications.vprowizards.spring.cache
FIXME: why is there no indicator for the type of mutation (add:update:delete)? TODO: create an enum for the types
CacheFlushHint(int) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
CacheHandlerInterceptor - Class in org.mmbase.applications.vprowizards.spring.cache
 
CacheHandlerInterceptor() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
 
CacheImplementationInterface<K,V> - Interface in org.mmbase.cache
Classes which can be used as a cache implementation need to implement this interface.
cacheInterface - Interface in org.mmbase.module
The interface class for the cache module.
cacheline - Class in org.mmbase.module
Class cacheline
cacheline(int) - Constructor for class org.mmbase.module.cacheline
 
cacheline() - Constructor for class org.mmbase.module.cacheline
 
CacheManager - Class in org.mmbase.cache
Cache manager manages the static methods of Cache.
CacheManager.Bean<K,V> - Class in org.mmbase.cache
 
CacheManager.Bean(Cache<K, V>) - Constructor for class org.mmbase.cache.CacheManager.Bean
 
CacheManagerMBean - Interface in org.mmbase.cache
See http://java.sun.com/docs/books/tutorial/jmx/mbeans/standard.html
cacheManagers - Variable in class org.mmbase.streams.createcaches.Processor
 
CacheMBean - Interface in org.mmbase.cache
See http://java.sun.com/docs/books/tutorial/jmx/mbeans/standard.html
CacheNameResolver - Interface in org.mmbase.applications.vprowizards.spring.cache
This interface expresses the concept that the name(s) of cache keys that need to be flushed can be coded and need to be processed before the cache(s) can be flushed.
cachePolicy - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
cachePolicy - Variable in class org.mmbase.bridge.jsp.taglib.containers.RelatedNodesContainerTag
 
CachePolicy - Class in org.mmbase.cache
A CachePolicy object determines for a given object whether it should be cached or not, and how.
CachePolicy(Object) - Constructor for class org.mmbase.cache.CachePolicy
Instantiates a new cache policy, and registers it with the given policy key.
CachePolicy() - Constructor for class org.mmbase.cache.CachePolicy
Instantiates a new cache policy without registering it
caches - Variable in class org.mmbase.applications.crontab.MMBaseCacheClearerJob
 
Caches - Class in org.mmbase.security.implementation.cloudcontext
This class is responsible for the Cloud Context Security caches.
Caches() - Constructor for class org.mmbase.security.implementation.cloudcontext.Caches
 
Caches.OperationsCache - Class in org.mmbase.security.implementation.cloudcontext
 
Caches.OperationsCache() - Constructor for class org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
 
CacheWrapper - Interface in org.mmbase.applications.vprowizards.spring.cache
 
caculateMerge(TmpObject, TmpObject, ObjectMerger) - Method in class org.mmbase.applications.xmlimporter.Transaction
Calculates the fields that would result from merging two temporary objects in this transaction.
CALC - Class in org.mmbase.module
 
CALC() - Constructor for class org.mmbase.module.CALC
 
calccrc32(String) - Static method in class org.mmbase.module.gui.html.scanparser
 
calcMD5(String) - Method in class org.mmbase.util.transformers.MD5.MD5Implementation
 
calcPage(String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Recalculate a page.
calcPage(String, scanpage, int) - Method in class org.mmbase.module.gui.html.scanparser
 
calculate(MMObjectNode) - Method in class org.mmbase.util.jumpers.ChainedJumperStrategy
 
calculate(MMObjectNode) - Method in class org.mmbase.util.jumpers.DefaultUrlStrategy
calculates an url for this node.
calculate(MMObjectNode) - Method in class org.mmbase.util.jumpers.JumperStrategy
calculates an url for this node.
calculate(MMObjectNode) - Method in class org.mmbase.util.jumpers.UrlStrategy
calculates an url for this node.
calculateHashCode() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
calculateLength(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Calculate the length of a mediafragment
call() - Method in class org.mmbase.streams.createcaches.JobCallable
 
callbackRemove(Object) - Method in class org.mmbase.module.gui.html.MultilevelCacheHandler
Deprecated.  
callFinishedA() - Method in class org.incava.util.diff.Diff
Override and return true in order to have finishedA invoked at the last element in the a array.
callFinishedB() - Method in class org.incava.util.diff.Diff
Override and return true in order to have finishedB invoked at the last element in the b array.
camelAppend(StringBuilder, String) - Static method in class org.mmbase.util.xml.EntityResolver
 
canBrokerForEvent(Event) - Method in class org.mmbase.applications.crontab.Events.Broker
 
canBrokerForEvent(Event) - Method in class org.mmbase.applications.crontab.ProposedJobs.Broker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.AllEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.EventBroker
this method should return true if this event broker can broker for events of this type.
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.IdEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.NodeEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.RelationEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.TransactionEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.WeakNodeEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.module.lucene.AssignmentEvents.Broker
 
canBrokerForEvent(Event) - Method in class org.mmbase.module.lucene.FullIndexEvents.Broker
 
canBrokerForEvent(Event) - Method in class org.mmbase.module.lucene.NewSearcher.Broker
 
canBrokerForEvent(Event) - Method in class org.mmbase.sms.SMSEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.applications.crontab.Events.Broker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.applications.crontab.ProposedJobs.Broker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.AllEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.EventBroker
this method should return true if this broker can accept and propagate events to the listener of this type.
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.IdEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.NodeEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.RelationEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.TransactionEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.WeakNodeEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.module.lucene.AssignmentEvents.Broker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.module.lucene.FullIndexEvents.Broker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.module.lucene.NewSearcher.Broker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.sms.SMSEventBroker
 
canCast(Class<? extends Object>, Class<? extends Object>) - Static method in class org.mmbase.util.Casting
This method should report whether Casting.toType(java.lang.Class, java.lang.Object) is implemented for given 2 classes.
CANCEL - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
cancel() - Method in class org.mmbase.bridge.implementation.BasicNode
 
cancel() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
cancel() - Method in class org.mmbase.bridge.mock.MockTransaction
 
cancel() - Method in interface org.mmbase.bridge.Node
Cancel changes to a node This fails if the current node is not in edit mode.
cancel() - Method in interface org.mmbase.bridge.Transaction
Cancels this transaction.
cancel() - Method in class org.mmbase.bridge.util.AbstractNode
 
cancel() - Method in class org.mmbase.bridge.util.MapNode
 
cancel() - Method in class org.mmbase.bridge.util.NodeWrapper
 
cancel() - Method in class org.mmbase.module.core.MMObjectNode
Undo changes made to the node.
cancel(Object, String) - Method in class org.mmbase.module.core.TransactionManager
 
cancel(Object, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
cancel() - Method in class org.mmbase.module.database.MultiStatement
 
cancel() - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
 
cancelJob(Node) - Static method in class org.mmbase.streams.createcaches.Processor