Skip navigation links
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
 
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
 
AbstractConstraintMatcher() - Constructor for class org.mmbase.cache.ConstraintsMatchingStrategy.AbstractConstraintMatcher
 
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
 
AbstractDetector - Class in org.mmbase.util.magicfile
 
AbstractDetector() - Constructor for class org.mmbase.util.magicfile.AbstractDetector
 
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 makes sure the the same listener is added only once.
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
 
AbstractFileURLStreamHandler(boolean) - Constructor for class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
 
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 possibly 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.
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.MinRestriction - Class in org.mmbase.datatypes
 
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
 
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() - Constructor for class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
 
AbstractProcessor() - Constructor for class org.mmbase.datatypes.processors.PathRelatedList.AbstractProcessor
 
AbstractProcessor() - Constructor for class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
AbstractProcessor() - Constructor for class org.mmbase.datatypes.processors.RelatedField.AbstractProcessor
 
AbstractProcessor() - Constructor for class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
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
 
AbstractRestriction(BasicDataType<C>.AbstractRestriction<?>) - Constructor for class org.mmbase.datatypes.BasicDataType.AbstractRestriction
 
AbstractRestriction(String, D) - Constructor for class org.mmbase.datatypes.BasicDataType.AbstractRestriction
 
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.streams.transcoders.FilterPrefix
 
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.applications.media.urlcomposers.URLWrapper
 
acodec - Variable in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
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.
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(Runnable) - Method in class org.mmbase.util.ChainedRunnable
 
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_escapes(String) - Method in exception org.mmbase.util.dateparser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.mmbase.util.transformers.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
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.remote.proxy.RemoteNodeQuery_Proxy
 
addAggregatedField(Step, Field, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addAggregatedField(RemoteStep, RemoteField, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addAggregatedField(RemoteStep, RemoteField, int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addAggregatedField(RemoteStep, RemoteField, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addAggregatedField(RemoteStep, RemoteField, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
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.
addAllowedRelationList(Element) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
addAllowingContextsConstraints(List<Constraint>, User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
addAnalyzer(Analyzer) - Method in class org.mmbase.streams.createcaches.JobDefinition
 
addAnalyzers(List<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.AbstractDetector
Add an embedded detector object that searches for more details after an initial match.
addChild(Detector, int) - Method in interface org.mmbase.util.magicfile.Detector
 
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.
addConstraints(List<Constraint>, User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
addConstraints(List<Constraint>, User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
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.bridge.mock.jsp.MockHttpServletResponse
 
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.
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.bridge.mock.jsp.MockHttpServletResponse
 
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
 
addEscapes(String) - Static method in error org.mmbase.util.dateparser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.mmbase.util.transformers.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
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, boolean) - 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.remote.proxy.RemoteNodeQuery_Proxy
 
addField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
addField(Step, Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addField(RemoteStep, RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addField(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addField(RemoteStep, RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addField(String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addField(RemoteStep, RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addField(RemoteStep, RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
addField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
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.
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(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) - 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.bridge.mock.jsp.MockHttpServletResponse
 
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.bridge.mock.jsp.MockHttpServletResponse
 
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.streams.transcoders.SegmenterAnalyzer
 
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
 
addMessage(String) - Method in class org.mmbase.module.tools.ApplicationResult
 
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.remote.proxy.RemoteNodeQuery_Proxy
 
addNode(Step, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
addNode(Step, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addNode(Step, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
addNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
addNode(RemoteStep, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addNode(RemoteStep, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addNode(RemoteStep, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addNode(RemoteStep, int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addNode(int) - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
addNode(int) - Method in interface org.mmbase.bridge.remote.RemoteStep
 
addNode(RemoteStep, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addNode(RemoteStep, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addNode(RemoteStep, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
addNode(RemoteStep, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
addNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
addNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteStep_Rmi
 
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.
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) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
addRelationStep(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
addRelationStep(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addRelationStep(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addRelationStep(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addRelationStep(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addRelationStep(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addRelationStep(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addRelationStep(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addRelationStep(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addRelationStep(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
addRelationStep(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
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
 
Address(String, String) - Constructor for class org.mmbase.module.smtp.MailHandler.Address
 
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
 
addSearchTerm(String) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Adds searchterm to list of searchterms.
addSecurityObjectsConstraints(List<Constraint>, User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
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.remote.proxy.RemoteNodeQuery_Proxy
 
addSortOrder(StepField, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
addSortOrder(StepField, int, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
addSortOrder(StepField, int, boolean, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addSortOrder(StepField, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addSortOrder(StepField, int, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addSortOrder(RemoteStepField, int, boolean, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addSortOrder(RemoteStepField, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addSortOrder(RemoteStepField, int, boolean) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addSortOrder(RemoteStepField, int, boolean, int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addSortOrder(RemoteStepField, int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addSortOrder(RemoteStepField, int, boolean) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addSortOrder(RemoteStepField, int, boolean, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addSortOrder(RemoteStepField, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addSortOrder(RemoteStepField, int, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addSortOrder(RemoteStepField, int, boolean, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
addSortOrder(RemoteStepField, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
addSortOrder(RemoteStepField, int, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
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.
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.remote.proxy.RemoteNodeQuery_Proxy
 
addStep(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
addStep(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
addStep(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
addStep(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
addStep(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
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.
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
 
addThrowable(Throwable) - Method in class org.mmbase.streams.transcoders.SegmenterAnalyzer
 
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
 
addWorkFlowConstraints(List<Constraint>, User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
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
 
adjustBeginLineColumn(int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
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
 
AdminVirtualNode() - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.AdminVirtualNode
 
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.Setter - Class in org.mmbase.datatypes.processors
 
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.remote.proxy.RemoteNodeQuery_Proxy
 
aggregatingClone() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
aggregatingClone() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
aggregatingClone() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
aggregatingClone() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
aggregatingClone() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
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
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.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
 
AllowingContexts(SortedSet<String>, boolean) - Constructor for class org.mmbase.security.implementation.cloudcontext.ContextProvider.AllowingContexts
 
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 class org.mmbase.streams.transcoders.MockRecognizer
 
analyze(URI, Logger) - Method in interface org.mmbase.streams.transcoders.Recognizer
 
analyze(String, Node, Node) - Method in class org.mmbase.streams.transcoders.SegmenterAnalyzer
 
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
AND - Static variable in class org.mmbase.storage.search.legacy.DBLogicalOperator
 
ANDNOT - Static variable in class org.apache.lucene.misc.ChainedFilter
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
appendClasses(Request, StringBuilder, Node, Field) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
appendClasses(Request, StringBuilder, Node, Field) - Method in class org.mmbase.searchrelate.handlers.SRNodeHandler
 
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
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
 
appendExtension(StringBuilder, String) - Method in class org.mmbase.module.builders.ImageCaches
 
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
 
ApplicationContextFileURLStreamHandler() - Constructor for class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
 
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
 
ApplicationsInstalledEvent - Class in org.mmbase.module.tools
Application installations functionality of MMAdmin.
ApplicationsInstalledEvent() - Constructor for class org.mmbase.module.tools.ApplicationsInstalledEvent
 
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.
applyConstraints(Query, Step, Node) - Static method in class org.mmbase.bridge.util.Queries
 
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.
arg - Variable in class org.mmbase.util.dateparser.DateParser.JJCalls
 
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
 
Asciifier - Class in org.mmbase.util.transformers
Transforms strings to ascii strings.
Asciifier() - Constructor for class org.mmbase.util.transformers.Asciifier
 
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.remote.proxy.RemoteCloudContext_Proxy
 
assertUp() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
assertUp() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
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
 
Assignment() - Constructor for class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
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.Event - Class in org.mmbase.module.lucene
 
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
 
ATT - Static variable in class org.mmbase.applications.media.filters.ClientLabelFilter
 
ATT - Static variable in class org.mmbase.applications.media.filters.ClientLabelSorter
 
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.Part - Class in org.mmbase.bridge.jsp.taglib.util
A Part represents one part of an Attribute.
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.VariablePart - Class in org.mmbase.bridge.jsp.taglib.util
A part containing a $-variable.
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 - 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.LocalAdmin - Class in org.mmbase.security.implementation.cloudcontext
 
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
 
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.
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 - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
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 - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
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 - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
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
 
backup(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Backup a number of characters.
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
 
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
 
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)
BasicCloudStarter() - Constructor for class org.mmbase.bridge.implementation.BasicCloud.BasicCloudStarter
 
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.
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.DataTypeComparator<D> - Class in org.mmbase.datatypes
 
BasicDataType.EnumerationRestriction - Class in org.mmbase.datatypes
 
BasicDataType.RequiredRestriction - Class in org.mmbase.datatypes
 
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.StaticAbstractRestriction<D extends Serializable> - Class in org.mmbase.datatypes
A Restriction is represented by these kind of objects.
BasicDataType.TypeRestriction - Class in org.mmbase.datatypes
 
BasicDataType.UniqueRestriction - Class in org.mmbase.datatypes
 
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
 
BasicDetector - Class in org.mmbase.util.magicfile
A Detector stores one entry from the magic.xml file, and contains the functionality to determines if a certain byte[] satisfies it.
BasicDetector() - Constructor for class org.mmbase.util.magicfile.BasicDetector
 
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.
BasicFieldIterator() - Constructor for class org.mmbase.bridge.implementation.BasicFieldList.BasicFieldIterator
 
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
 
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
 
BasicIterator() - Constructor for class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
BasicIterator() - Constructor for class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
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(BridgeList<? extends E>) - Constructor for class org.mmbase.bridge.implementation.BasicList
 
BasicList.BasicIterator - Class in org.mmbase.bridge.implementation
 
BasicList.ObjectComparator - Class in org.mmbase.bridge.implementation
 
BasicList.WrappedComparator - Class in org.mmbase.bridge.implementation
 
BasicMerger - Class in org.mmbase.applications.xmlimporter
This is a basic implementation of ObjectMerger.
BasicMerger() - Constructor for class org.mmbase.applications.xmlimporter.BasicMerger
 
BasicModuleIterator() - Constructor for class org.mmbase.bridge.implementation.BasicModuleList.BasicModuleIterator
 
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
 
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.
BasicNodeIterator() - Constructor for class org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator
 
BasicNodeIterator() - Constructor for class org.mmbase.bridge.util.CollectionNodeList.BasicNodeIterator
 
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
 
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()
BasicNodeManagerIterator() - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
 
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
 
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
 
BasicRelationIterator() - Constructor for class org.mmbase.bridge.implementation.BasicRelationList.BasicRelationIterator
 
BasicRelationIterator() - Constructor for class org.mmbase.bridge.util.CollectionRelationList.BasicRelationIterator
 
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
 
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.
BasicRelationManagerIterator() - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList.BasicRelationManagerIterator
 
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
 
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.
BasicStringIterator() - Constructor for class org.mmbase.bridge.implementation.BasicStringList.BasicStringIterator
 
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
 
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
 
Bean(Cache<K, V>) - Constructor for class org.mmbase.cache.CacheManager.Bean
 
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
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<?>) - 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.
begin - Variable in class org.mmbase.util.transformers.ListParser
 
beginColumn - Variable in class org.mmbase.util.dateparser.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.mmbase.util.transformers.Token
The column number of the first character of this Token.
beginLine - Variable in class org.mmbase.util.dateparser.Token
The line number of the first character of this Token.
beginLine - Variable in class org.mmbase.util.transformers.Token
The line number of the first character of this Token.
beginOfCentury(boolean) - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfDay() - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfEra() - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfHour() - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfMinute() - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfMonth() - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfWeek() - Method in class org.mmbase.util.dateparser.DateParser
 
beginOfYear() - Method in class org.mmbase.util.dateparser.DateParser
 
BeginToken() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Start.
BeginToken() - Method in class org.mmbase.util.transformers.SimpleCharStream
Start.
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
 
BinaryFile - Class in org.mmbase.datatypes.processors
This class contains 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.Getter - Class in org.mmbase.datatypes.processors
 
BinaryFile.Setter - Class in org.mmbase.datatypes.processors
 
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.
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
 
bitrate - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
BitrateInfo - Class in org.mmbase.applications.media.filters
container for information belonging 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.Type - Class in org.mmbase.framework
Every block can be assigned a hierarchal 'Type', which can classify it.
BlockContainer(Block, Block.Type, int) - Constructor for class org.mmbase.framework.Block.BlockContainer
 
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
 
BOL - Static variable in interface org.mmbase.util.transformers.ListParserConstants
RegularExpression Id.
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
 
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
Branch(NodeQuery) - Constructor for class org.mmbase.bridge.util.TreeList.Branch
 
Branch(TreeList.Branch) - Constructor for class org.mmbase.bridge.util.TreeList.Branch
 
branches - Variable in class org.mmbase.bridge.util.TreeList
 
BranchLoopStatus(Node, NodeList) - Constructor for class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
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
 
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.EmptyModuleList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyNodeList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyNodeManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyRelationList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyRelationManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyStringList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableBridgeList<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableListIterator<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableModuleIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeManagerIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationManagerIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableStringIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableStringList - Class in org.mmbase.bridge.util
 
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.
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.
Broker() - Constructor for class org.mmbase.applications.crontab.Events.Broker
 
Broker() - Constructor for class org.mmbase.applications.crontab.ProposedJobs.Broker
 
Broker() - Constructor for class org.mmbase.module.lucene.AssignmentEvents.Broker
 
Broker() - Constructor for class org.mmbase.module.lucene.FullIndexEvents.Broker
 
Broker() - Constructor for class org.mmbase.module.lucene.NewSearcher.Broker
 
bufcolumn - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
bufcolumn - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
buffer - Variable in class org.mmbase.module.cacheline
 
buffer - Variable in class org.mmbase.mojo.remote.AbstractGenerator
 
buffer - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
buffer - Variable in class org.mmbase.util.StringBufferWriter
 
buffer - Variable in class org.mmbase.util.StringBuilderWriter
 
buffer - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
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
 
BufferedReaderTransformer - Class in org.mmbase.util.transformers
 
BufferedReaderTransformer() - Constructor for class org.mmbase.util.transformers.BufferedReaderTransformer
 
BufferedReaderTransformer.Status - Class in org.mmbase.util.transformers
 
bufline - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
bufline - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
bufpos - Variable in class org.mmbase.util.dateparser.SimpleCharStream
Position in buffer.
bufpos - Variable in class org.mmbase.util.transformers.SimpleCharStream
Position in buffer.
bufsize - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
BUFSIZE - Static variable in class org.mmbase.util.magicfile.MagicFile
 
bufsize - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
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
 
BuildersRead - Class in org.mmbase.core.event
An BuilderReader system event is and should be issued after one or more builders are added to the system.
BuildersRead() - Constructor for class org.mmbase.core.event.BuildersRead
 
BuildersRead(CloudContext) - Constructor for class org.mmbase.core.event.BuildersRead
 
BuildersRead(String, String) - Constructor for class org.mmbase.core.event.BuildersRead
 
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.
BUL - Static variable in interface org.mmbase.util.transformers.ListParserConstants
RegularExpression Id.
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
 
CacheExpire() - Constructor for class org.mmbase.applications.media.cache.URLCache.CacheExpire
 
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
 
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
 
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
 
call() - Method in class org.mmbase.streams.thumbnails.FFMpegThumbNailCreator
 
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.applications.email.EmailEventBroker
 
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.SystemEventBroker
 
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.applications.email.EmailEventBroker
 
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.SystemEventBroker
 
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<C>, 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 class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
cancel() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
cancel() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
cancel() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
cancel() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
cancel() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
cancel() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
cancel() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
cancel() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
cancel() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
cancel() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
cancel() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
cancel() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
cancel() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
cancel() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
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(String) - Constructor for class org.mmbase.core.event.TransactionEvent.Cancel
 
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
 
CancelTag - Class in org.mmbase.bridge.jsp.taglib.edit
This tag can be used inside a transaction tag, to cancel it.
CancelTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.CancelTag
 
cancelThis() - Method in class org.mmbase.bridge.util.NodeChanger
 
canCheckParent() - Method in class org.mmbase.bridge.jsp.taglib.util.BeanPair
 
canCheckParent() - Method in class org.mmbase.bridge.jsp.taglib.util.MapPair
 
canCheckParent() - Method in class org.mmbase.bridge.jsp.taglib.util.Pair
 
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
This composer can only do something if it has a template.
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
Host must be cgi.omroep.nl script.
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiURLComposer
Host must be cgi.omroep.nl script.
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.EmbeddedCgiURLComposer
Host must be cgi.omroep.nl script.
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
 
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.SimpleRealURLComposer
 
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.SimpleWmURLComposer
 
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmSbURLComposer
 
canCompose() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
Returns true.
canCompose() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
canModify() - Method in interface org.mmbase.bridge.FieldValue
Returns whether this value can be changed.
canModify() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
canModify() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
canModify() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
canModify() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
canModify() - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed
CANNOTCHANGE - Static variable in class org.mmbase.bridge.util.AbstractFieldValue
 
canRead(HttpServletRequest, File) - Method in class org.mmbase.servlet.FileServlet
Returns whether the given file can be served out for the given request.
canReadAll() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
capacity() - Method in class org.mmbase.util.StringObject
Returns the current capacity of the String buffer.
CaptchaDataType - Class in org.mmbase.datatypes
 
CaptchaDataType(String) - Constructor for class org.mmbase.datatypes.CaptchaDataType
 
CaptchaDataType.CaptchaImage - Class in org.mmbase.datatypes
 
CaptchaDataType.CaptchaRestriction - Class in org.mmbase.datatypes
 
CaptchaDataType.Handler - Class in org.mmbase.datatypes
 
CaptchaImage(String) - Constructor for class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
captchaRestriction - Variable in class org.mmbase.datatypes.CaptchaDataType
 
CaptchaRestriction(CaptchaDataType.CaptchaRestriction) - Constructor for class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
CaptchaRestriction() - Constructor for class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
Case(String) - Static method in class org.mmbase.util.logging.Performance
 
caseSensitive - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
casesensitive - Variable in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DoubleHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.FloatHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.IntegerHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.LongHandler
 
cast(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
Tries to 'cast' an object for use with this parameter.
cast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
Utility to avoid repetitive calling of getCloud
cast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType
 
cast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
cast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BooleanDataType
Cast a bit more conservatively, because Casting aggressively casts everything to boolean, which would make nearly every value valid.
cast(Object, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Tries to 'cast' an object for use with this parameter.
cast(Object, Node, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
cast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.NumberDataType
 
castAndValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
castAndValidate(Object, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Validates a value without knowing its type yet.
CastException - Exception in org.mmbase.datatypes
 
CastException() - Constructor for exception org.mmbase.datatypes.CastException
 
CastException(String) - Constructor for exception org.mmbase.datatypes.CastException
 
CastException(Throwable) - Constructor for exception org.mmbase.datatypes.CastException
 
CastException(String, Throwable) - Constructor for exception org.mmbase.datatypes.CastException
 
CastException(Collection<LocalizedString>) - Constructor for exception org.mmbase.datatypes.CastException
 
CastException(String, Collection<LocalizedString>) - Constructor for exception org.mmbase.datatypes.CastException
 
CastException(Collection<LocalizedString>, Throwable) - Constructor for exception org.mmbase.datatypes.CastException
 
castForPattern(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castForPattern(Object, Node, Field) - Method in class org.mmbase.datatypes.StringDataType
 
castForSearch(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
castForSearch(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castForSearch(Object, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Sometimes the the representation of the value is a bit different in the database, or has a different type.
castForSearch(Object, Node, Field) - Method in class org.mmbase.datatypes.NodeDataType
 
castForSearch(Object, Node, Field) - Method in class org.mmbase.datatypes.XmlDataType
 
Casting - Class in org.mmbase.util
Collects MMBase specific 'cast' information, as static to...
Casting.ListWrapper - Class in org.mmbase.util
 
Casting.NodeListWrapper - Class in org.mmbase.util
 
Casting.StringSerializableInputStream - Class in org.mmbase.util
A SerializableInputStream where the toString represents the (escaped) contents of the stream itself.
Casting.StringWrapper - Class in org.mmbase.util
Wraps a String with an 'Escaper'.
Casting.Unwrappable - Interface in org.mmbase.util
Clases implementing this will not be wrapped by Casting.wrap(java.lang.Object, org.mmbase.util.transformers.CharTransformer), even if the e.g.
castKey(Object) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
castKey(Object, Cloud) - Method in class org.mmbase.util.LocalizedEntryListFactory
Since keys may be somehow wrapped, you can also 'unwrap' by this.
castKey(String, Object, Map<String, Object>, Class<?>) - Static method in class org.mmbase.util.SortedBundle
 
castKey(String, Object, Map<String, Object>, Class<?>, Locale) - Static method in class org.mmbase.util.SortedBundle
Casts a key of the bundle to the specified key-type.
castString(Object, Cloud) - Method in class org.mmbase.datatypes.DecimalDataType
 
castString(Object, Cloud) - Method in class org.mmbase.datatypes.NumberDataType
 
castString(Object, Cloud) - Method in class org.mmbase.datatypes.processors.Duration.DataType
 
castToNodeManager(Cloud, Node) - Static method in class org.mmbase.bridge.implementation.AbstractNodeList
since MMBase 1.8
castToPresent(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
If the value must be shown, e.g.
castToPresent(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType
 
castToPresent(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
Before validating the value, the value will be 'cast', on default this will be to the 'correct' type, but it can be a more generic type sometimes.
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.DateTimeDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.NodeDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.NumberDataType
 
catalog - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
The catalog used by this storage.
CATEGORY - Static variable in class org.mmbase.framework.basic.MMBaseUrlConverter
MMBaseUrlConverter wants a 'category'.
Censor - Class in org.mmbase.util.transformers
Replaces certain 'forbidden' words by something more decent.
Censor() - Constructor for class org.mmbase.util.transformers.Censor
 
CENTURY - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'century'
CgiBbURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
 
CgiBbURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.CgiBbURLComposer
 
CgiSbURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
An example.
CgiSbURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
 
CgiURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
An example.
CgiURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.CgiURLComposer
 
chain(CharTransformer) - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
chain - Variable in class org.mmbase.framework.ChainedRenderer
 
chain - Variable in class org.mmbase.module.smtp.ChainedMailHandler
 
CHAIN_TAG - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
ChainedAnalyzer - Class in org.mmbase.streams.transcoders
Makes it possible to chain analyzers one after another.
ChainedAnalyzer() - Constructor for class org.mmbase.streams.transcoders.ChainedAnalyzer
 
ChainedCharTransformer - Class in org.mmbase.util.transformers
A CharTransformer which wraps N other CharTransformers, and links them with N - 1 new Threads, effectively working as a 'chained' transformer.
ChainedCharTransformer() - Constructor for class org.mmbase.util.transformers.ChainedCharTransformer
 
ChainedCommitProcessor - Class in org.mmbase.datatypes.processors
Chains a bunch of other processors into one new processor.
ChainedCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.ChainedCommitProcessor
 
ChainedComparator<E> - Class in org.mmbase.util
Straight forward utility to chain several comparators into a new one.
ChainedComparator(Comparator<E>...) - Constructor for class org.mmbase.util.ChainedComparator
 
ChainedFilter - Class in org.apache.lucene.misc
Allows multiple Filters to be chained.
ChainedFilter(Filter[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedFilter(Filter[], int[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedFilter(Filter[], int) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedIterator<E> - Class in org.mmbase.util
Like org.apache.commons.collections.iterators.IteratorChain, to avoid the dependency....
ChainedIterator() - Constructor for class org.mmbase.util.ChainedIterator
 
ChainedIterator(Iterator<E>...) - Constructor for class org.mmbase.util.ChainedIterator
 
ChainedJumperStrategy - Class in org.mmbase.util.jumpers
 
ChainedJumperStrategy() - Constructor for class org.mmbase.util.jumpers.ChainedJumperStrategy
 
ChainedList<E> - Class in org.mmbase.util
Simple utility to chain several lists into a new one.
ChainedList() - Constructor for class org.mmbase.util.ChainedList
 
ChainedList(List<? extends E>...) - Constructor for class org.mmbase.util.ChainedList
 
ChainedLogger - Class in org.mmbase.util.logging
Straight forward implemented which simply delegates every log-statement to a list of other other loggers.
ChainedLogger() - Constructor for class org.mmbase.util.logging.ChainedLogger
 
ChainedLogger(Logger...) - Constructor for class org.mmbase.util.logging.ChainedLogger
 
ChainedMailHandler - Class in org.mmbase.module.smtp
 
ChainedMailHandler(MailHandler...) - Constructor for class org.mmbase.module.smtp.ChainedMailHandler
 
ChainedProcessor - Class in org.mmbase.datatypes.processors
Chains a bunch of other processors into one new processor.
ChainedProcessor() - Constructor for class org.mmbase.datatypes.processors.ChainedProcessor
 
ChainedRange(String, long) - Constructor for class org.mmbase.servlet.FileServlet.ChainedRange
 
ChainedReleaseStrategy - Class in org.mmbase.cache
This class will manage a collection of ReleaseStrategy instances, and call them hierarchically.
ChainedReleaseStrategy(ReleaseStrategy...) - Constructor for class org.mmbase.cache.ChainedReleaseStrategy
 
ChainedRenderer - Class in org.mmbase.framework
This renderer simply calls the methods of a number of other Renderers sequentially.
ChainedRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.ChainedRenderer
 
ChainedRunnable - Class in org.mmbase.util
 
ChainedRunnable(Runnable...) - Constructor for class org.mmbase.util.ChainedRunnable
 
ChainedSqlHandler - Class in org.mmbase.storage.search.implementation.database
Baseclass for chained sql handlers, these are SqlHandler implementations that wrap SqlHandler objects to create a chain of handlers, following the Chain Of Responsibility design pattern.
ChainedSqlHandler(SqlHandler) - Constructor for class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
Creates a new instance of ChainedSqlHandler.
ChainedUrlConverter - Class in org.mmbase.framework.basic
Keeps track of several UrlConverters and chains them one after another.
ChainedUrlConverter() - Constructor for class org.mmbase.framework.basic.ChainedUrlConverter
 
ChainedWriter - Class in org.mmbase.util
Like unix' 'tee'.
ChainedWriter(Writer...) - Constructor for class org.mmbase.util.ChainedWriter
 
chainProcessors(Processor, Processor) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
chainProcessors(CommitProcessor, CommitProcessor) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
ChainSorter - Class in org.mmbase.applications.media.filters
Chains some comparators to make one new comparator.
ChainSorter() - Constructor for class org.mmbase.applications.media.filters.ChainSorter
 
change(String) - Method in class org.mmbase.bridge.util.NodeChanger
 
change(String, String) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
change(MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
change(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Change this node in the specified builder.
change(MMObjectNode, MMObjectBuilder, String, Collection<CoreField>) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Commits changes in node to table.
change(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
change(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
change(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
Changes a node in the passed builder and all its parent builders
change(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Changes a node in the passed builder and all its parent builders
change(MMObjectNode) - Method in interface org.mmbase.storage.StorageManager
Commit this node to the specified builder.
change(MMObjectBuilder) - Method in interface org.mmbase.storage.StorageManager
Changes the storage of a builder to match its new configuration.
change(CoreField) - Method in interface org.mmbase.storage.StorageManager
Changes a field to the storage of this builder.
CHANGE_CONTEXT - Static variable in class org.mmbase.security.Operation
Identifier for change context operation, which is used when changing the context of a node
CHANGE_CONTEXT_INT - Static variable in class org.mmbase.security.Operation
int value for change context operation
CHANGE_FIELD - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for changing a field.
CHANGE_FIELD_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for changing a field.
CHANGE_RELATION - Static variable in class org.mmbase.security.Operation
Identifier for changing the source and/or destination field of a relation.
CHANGE_RELATION_INT - Static variable in class org.mmbase.security.Operation
int value for the change relation Operation
changeAssign(String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
CHANGECONTEXT_INT - Static variable in class org.mmbase.security.Operation
Deprecated.
use CHANGE_CONTEXT_INT
changed - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
Determines whether a field in AbstractNodeListTag.orderby changed during iteration.
ChangedNode - Class in org.mmbase.bridge.util
A nodewrapper in which fields are explicitely marked as 'changed' (even though they may actually not be).
ChangedNode(Node, String...) - Constructor for class org.mmbase.bridge.util.ChangedNode
 
changeForum(String, String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Update forum information
changeForumConfig(String, String, String, String, String, String, String, String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeForumPostingsOverflowPostArea(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeForumPostingsOverflowThreadPage(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeForumPostingsPerPage(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeForumReplyOnEachPage(String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeForumsConfig(String, String, String, String, String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeForumSpeedPostTime(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changeLanguage(String, String, String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
ChangeManager - Class in org.mmbase.clustering
This utility class contains the methods for broadcasting/registering changes on nodes.
ChangeManager() - Constructor for class org.mmbase.clustering.ChangeManager
 
changeManager - Variable in class org.mmbase.storage.StorageManagerFactory
The ChangeManager object, used to register/broadcast changes to a node or set of nodes.
changePostArea(String, String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Update settings of the given PostArea
changePostAreaConfig(String, String, String, String, String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
changes - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Pool of changed nodes in a transaction
changeSignature(String, String, int, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
ChangesReceiver - Class in org.mmbase.clustering.jgroups
ChangesReceiver is a thread object that builds a MultiCast Thread to receive changes from other MMBase Servers.
ChangesReceiver(JChannel, BlockingQueue<byte[]>) - Constructor for class org.mmbase.clustering.jgroups.ChangesReceiver
Construct the MultiCast Receiver
ChangesReceiver - Class in org.mmbase.clustering.multicast
ChangesReceiver is a thread object that builds a MultiCast Thread to receive changes from other MMBase Servers.
ChangesReceiver(String, int, int, BlockingQueue<byte[]>) - Constructor for class org.mmbase.clustering.multicast.ChangesReceiver
Construct the MultiCast Receiver
ChangesReceiver - Class in org.mmbase.clustering.unicast
ChangesReceiver is a thread object that builds a Unicast Thread to receive changes from other MMBase Servers.
ChangesReceiver(String, int, BlockingQueue<byte[]>) - Constructor for class org.mmbase.clustering.unicast.ChangesReceiver
Construct UniCast Receiver
ChangesSender - Class in org.mmbase.clustering.jgroups
ChangesSender is a thread object sending the nodes found in the sending queue over the multicast 'channel'.
ChangesSender(JChannel, BlockingQueue<byte[]>, Statistics) - Constructor for class org.mmbase.clustering.jgroups.ChangesSender
Construct MultiCast Sender
ChangesSender - Class in org.mmbase.clustering.multicast
ChangesSender is a thread object sending the nodes found in the sending queue over the multicast 'channel'
ChangesSender(String, int, int, BlockingQueue<byte[]>, Statistics) - Constructor for class org.mmbase.clustering.multicast.ChangesSender
Construct MultiCast Sender
ChangesSender - Class in org.mmbase.clustering.unicast
ChangesSender is a thread object sending the nodes found in the sending queue over unicast connections
ChangesSender(Map<String, String>, int, int, BlockingQueue<byte[]>, Statistics) - Constructor for class org.mmbase.clustering.unicast.ChangesSender
Construct UniCast Sender
ChangeWithoutProcessFunction - Class in org.mmbase.streams
Function on streamsources nodes to enable editing of the url field without processing (transcoding) the stream.
ChangeWithoutProcessFunction() - Constructor for class org.mmbase.streams.ChangeWithoutProcessFunction
 
ChannelsSorter() - Constructor for class org.mmbase.applications.media.filters.RealSorter.ChannelsSorter
 
character(String, char, int) - Static method in class org.mmbase.util.Strip
Strip all of the specified character from beginning, end or both.
CharacterEncodingFilter - Class in org.mmbase.servlet
There's large simularity in the way data travels from and to a web server.
CharacterEncodingFilter() - Constructor for class org.mmbase.servlet.CharacterEncodingFilter
 
characters(char[], int, int) - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Overrides a method of org.xml.sax.helpers.DefaultHandler.
characters(char[], int, int) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write character data.
characters(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write a string of character data, with XML escaping.
charAt(int) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
charAt(int) - Method in class org.mmbase.util.Casting.StringWrapper
 
charAt(int) - Method in class org.mmbase.util.StringObject
Returns the character at the specified index.
charEncoding - Variable in class org.mmbase.util.LocalServletRequest
 
chars(String, String, int) - Static method in class org.mmbase.util.Strip
Strip multiple characters contained in the set given as second parameter until a non-set character.
CHARSEQUENCE - Static variable in class org.mmbase.util.functions.ReturnType
 
charSet - Variable in class org.mmbase.servlet.servscan
 
CharsetRemoverFilter - Class in org.mmbase.servlet
Makes sure that there is no charset on the content type of certain types.
CharsetRemoverFilter() - Constructor for class org.mmbase.servlet.CharsetRemoverFilter
 
CharTransformer - Interface in org.mmbase.util.transformers
Interface for transformations.
CharTransformerLink - Class in org.mmbase.util.transformers
A Runnable implementation to perform a CharTransform between a Reader and a Writer.
CharTransformerLink(CharTransformer, Reader, Writer, boolean) - Constructor for class org.mmbase.util.transformers.CharTransformerLink
 
CharTransformerProcessor - Class in org.mmbase.datatypes.processors
A processor based on a chartransformer (works only for Strings).
CharTransformerProcessor(CharTransformer) - Constructor for class org.mmbase.datatypes.processors.CharTransformerProcessor
 
CharTransformerProcessorFactory - Class in org.mmbase.datatypes.processors
Wraps a ParameterizedTransformerFactory (it must produce a CharTransformer), to be a ParameterizedProcessorFactory.
CharTransformerProcessorFactory(ParameterizedTransformerFactory<CharTransformer>) - Constructor for class org.mmbase.datatypes.processors.CharTransformerProcessorFactory
 
check(Operation, int) - Method in class org.mmbase.bridge.implementation.BasicCloud
Checks access rights.
check(Operation, int, int, int) - Method in class org.mmbase.bridge.implementation.BasicCloud
Checks access rights.
check() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
check() - Method in class org.mmbase.bridge.util.MapNodeManager
 
check(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
check(Request, Node, Field, boolean) - Method in interface org.mmbase.datatypes.handlers.Handler
Checks the user input, and invalidates the request, if this user input was invalid.
check(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
check() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
check(Request, Node, Field, boolean) - Method in class org.mmbase.searchrelate.handlers.SRNodeHandler
 
check(UserContext, Action, Parameters) - Method in interface org.mmbase.security.ActionChecker
 
check(UserContext, Action, Parameters) - Method in class org.mmbase.security.ActionChecker.Rank
 
check(UserContext, int, Operation) - Method in class org.mmbase.security.Authorization
This method should be overrided by an extending class.
check(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.Authorization
This method should be overrided by an extending class.
check(UserContext, Action, Parameters) - Method in class org.mmbase.security.Authorization
Checks whether user may do a certain action.
check(UserContext, Query, Operation) - Method in class org.mmbase.security.Authorization
Checks rights on a query.
check - Variable in class org.mmbase.security.Authorization.QueryCheck
 
check(UserContext, int, Operation) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
check(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
check(UserContext, Query, Operation) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
check(UserContext, int, Operation) - Method in class org.mmbase.security.implementation.cloud.Verify
 
check(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.implementation.cloud.Verify
 
check(UserContext, Query, Operation) - Method in class org.mmbase.security.implementation.cloud.Verify
 
check(User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
check(User, Action, Parameters) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Actions
 
check(User, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
Implements check function with same arguments of Authorisation security implementation
check() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
Deprecated.
This returns true always, and is not used, nor do we know what it is supposed to mean
check(User, Query, Operation) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
check(UserContext, int, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
check(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
check(UserContext, Query, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
check(UserContext, Action, Parameters) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
check(UserContext, int, Operation) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
check(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
check(UserContext, Query, Operation) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
check(UserContext, int, Operation) - Method in class org.mmbase.security.NoAuthorization
No authorization means that everyting is allowed
check(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.NoAuthorization
No authorization means that everyting is allowed
check(UserContext, Query, Operation) - Method in class org.mmbase.security.NoAuthorization
 
check(UserContext, Action, Parameters) - Method in class org.mmbase.security.RequestActionChecker
 
check() - Method in class org.mmbase.util.images.ImageInfo
Call this method after you have provided an input stream or file using ImageInfo.setInput(InputStream) or ImageInfo.setInput(DataInput).
checkAccount() - Method in class org.mmbase.bridge.implementation.BasicNode
 
checkAddTmpField(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Defines a virtual field to use for temporary nodes.
checkAfterException() - Method in interface org.mmbase.module.database.MultiConnection
 
checkAfterException() - Method in class org.mmbase.module.database.MultiConnectionImplementation
Tries to fix the this connection, if it proves to be broken.
checkAfterException() - Method in class org.mmbase.module.database.MultiStatement
Tries to fix the parent connection, if it proves to be broken.
checkAlias(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
Throws exception if node alias already exists
checkAttributes() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
checkBinaryFileBasePath(File) - Static method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Tries to ensure that baseDir exists and is writable.
checkBox - Variable in class org.mmbase.util.HTMLFormGenerator
CHECKBOX Element
checkCachePolicy(Object) - Method in class org.mmbase.cache.Cache
Checks whether the key object should be cached.
checkCommit() - Method in class org.mmbase.bridge.implementation.BasicNode
 
checkCreate() - Method in class org.mmbase.bridge.implementation.BasicNode
 
checkDef() - Method in class org.mmbase.util.functions.Parameters
 
checkDelete() - Method in class org.mmbase.bridge.implementation.BasicNode
 
checkDuplicatePost(String, String) - Method in class org.mmbase.applications.mmbob.Poster
 
checked - Variable in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
CheckEditorReload() - Method in class org.mmbase.util.scanpage
 
CheckEqualityDataType - Class in org.mmbase.datatypes
A confirmed datatype must have the same value as another field of the node (and makes only sense as a field of a node).
CheckEqualityDataType(String) - Constructor for class org.mmbase.datatypes.CheckEqualityDataType
Constructor for string data type.
CheckEqualityDataType.FieldRestriction - Class in org.mmbase.datatypes
 
checkExists(String) - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
checkFieldExistance(String) - Method in class org.mmbase.module.core.MMObjectNode
 
checkFieldExistance(String) - Method in class org.mmbase.module.core.VirtualNode
Overrides to no throw exception on non-existing fields
checkFile(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
checkFile(File, MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Checks whether file is readable and existing.
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
Tries to fill all fields which are dependend on the 'handle' field.
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.Attachments
If mimetype is not filled on storage in the database, then we can try to do smart things.
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.ReferredAttachments
 
checkHtmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
checkHtmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
 
checkHtmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
checkHtmlInput(Node, Field, boolean) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
Produces a div, containing the error message for the current value, or the empty string if everything ok.
checkInited(HttpServletResponse) - Method in class org.mmbase.servlet.MMBaseServlet
This methods can be (and is) called in the beginning of service.
checkKey(String) - Method in class org.mmbase.applications.xmlimporter.TransactionHandler
Performs JB key test.
checkMMBase() - Method in class org.mmbase.module.core.MMBase
Checks whether the storage to be used exists.
checkNode(String, String) - Method in class org.mmbase.applications.editwizard.Wizard
Returns true if the specified operation is valid for the node with the specified objectnumber.
checkNodes(List<MMObjectNode>, Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
checkPolicy(Object) - Method in class org.mmbase.cache.CachePolicy
Checks whether the policy advises to cache the passed object.
checkPostMultiParameter(String) - Method in class org.mmbase.util.HttpPost
This method checks if the parameter is a multivalued one (as returned by a multiple select form) it returns true if so and false if not.
checkPostPlaylist(HttpPost, scanpage, Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
checkRemoteHost(String) - Method in class org.mmbase.applications.mmbob.Poster
 
checkRequiredParameters() - Method in class org.mmbase.util.functions.Parameters
Throws an IllegalArgumentException if one of the required parameters was not entered.
checkSerializable(String, Object) - Method in class org.mmbase.module.core.MMObjectNode
MMObjectNode's are serializable (which is used by e.g.
checkSessionJingle(scanpage, Vector, HttpServletResponse) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
checkShadowedNewerResources(String) - Method in class org.mmbase.util.ResourceLoader
Logs warning if 'newer' resources are shadowed by older ones.
checkSharedSecret(String) - Method in class org.mmbase.security.MMBaseCop
checks if the received shared secret is equals to your own shared secret
checkSharedSecret(String) - Method in class org.mmbase.security.MMBaseCopConfig
checks if the received shared secret is equals to your own shared secret
checkSQLError(Exception) - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
ChecksumFactory - Class in org.mmbase.util.transformers
Creates ByteToCharTransformers, creating a 'checksum' string of a byte-arrays.
ChecksumFactory() - Constructor for class org.mmbase.util.transformers.ChecksumFactory
 
ChecksumFactory.ChecksumTransformer - Class in org.mmbase.util.transformers
 
ChecksumGetProcessorFactory - Class in org.mmbase.datatypes.processors
ChecksumGetProcessorFactory() - Constructor for class org.mmbase.datatypes.processors.ChecksumGetProcessorFactory
 
ChecksumProcessorFactory - Class in org.mmbase.datatypes.processors
ChecksumProcessorFactory() - Constructor for class org.mmbase.datatypes.processors.ChecksumProcessorFactory
 
ChecksumTransformer(Checksum) - Constructor for class org.mmbase.util.transformers.ChecksumFactory.ChecksumTransformer
 
checkTime() - Method in class org.mmbase.module.database.JDBC
 
checkTime() - Method in class org.mmbase.module.database.MultiPool
Check the connections
checkTime() - Method in class org.mmbase.module.database.MultiPoolHandler
 
checkType(Object) - Method in class org.mmbase.datatypes.BasicDataType
Checks if the passed object is of the correct class (compatible with the type of this data type), and throws an IllegalArgumentException if it doesn't.
checkType(Object) - Method in interface org.mmbase.datatypes.DataType
Checks if the passed object is of the correct class (compatible with the type of this data type), and throws an IllegalArgumentException if it doesn't.
checkType(Object) - Method in class org.mmbase.util.functions.Parameter
Checks if the passed object is of the correct class (compatible with the type of this Parameter), and throws an IllegalArgumentException if it doesn't.
checkUrl(String) - Method in class org.mmbase.module.LinkChecker
Checks if an url exists.
checkUrls(String, String, StringBuilder) - Method in class org.mmbase.module.LinkChecker
Checks if the urls in a specified builder exist.
checkUser(String) - Static method in class org.mmbase.util.HttpAuth
Deprecated.
With a given mimeline, the username and password will be retrieved, and with it there will be looked if it is an valid login.
checkValid() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
checkWrite() - Method in class org.mmbase.bridge.implementation.BasicNode
 
checkWrite() - Method in class org.mmbase.bridge.util.AbstractNode
Throws exception if may not write current node
checkYear(int, String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
Just to override.
childList - Variable in class org.mmbase.util.magicfile.AbstractDetector
 
childRemoved(Poster) - Method in class org.mmbase.applications.mmbob.Forum
remove a poster from the forum
childRemoved(PostThread) - Method in class org.mmbase.applications.mmbob.PostArea
remove a postthread from the postthreads and signal the parent forum that Thread was removed
childRemoved(Posting) - Method in class org.mmbase.applications.mmbob.PostThread
signal that a child (posting) has been removed inside this postthread.
ChunkedTransformer<P> - Class in org.mmbase.util.transformers
A chunked transformer is a transformer that transforms on a 'chunk by chunk' base.
ChunkedTransformer(int) - Constructor for class org.mmbase.util.transformers.ChunkedTransformer
 
ChunkedTransformer() - Constructor for class org.mmbase.util.transformers.ChunkedTransformer
 
ChunkedTransformer.Status - Class in org.mmbase.util.transformers
 
CircularParseException - Exception in org.mmbase.module.gui.html
This exception gets thrown when a circular PART is detected.
CircularParseException() - Constructor for exception org.mmbase.module.gui.html.CircularParseException
 
CircularParseException(String) - Constructor for exception org.mmbase.module.gui.html.CircularParseException
 
CircularParseException(Throwable) - Constructor for exception org.mmbase.module.gui.html.CircularParseException
 
CircularParseException(String, Throwable) - Constructor for exception org.mmbase.module.gui.html.CircularParseException
 
CircularReferenceException - Exception in org.mmbase.module.core
Circular reference exception.
CircularReferenceException() - Constructor for exception org.mmbase.module.core.CircularReferenceException
 
CircularReferenceException(String) - Constructor for exception org.mmbase.module.core.CircularReferenceException
 
CircularReferenceException(Throwable) - Constructor for exception org.mmbase.module.core.CircularReferenceException
 
CircularReferenceException(String, Throwable) - Constructor for exception org.mmbase.module.core.CircularReferenceException
 
CKey(int, String) - Constructor for class org.mmbase.util.images.Imaging.CKey
 
CKeyCache(int) - Constructor for class org.mmbase.module.builders.AbstractImages.CKeyCache
 
claim(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.Vwm
Signals that the task node is claimed.
claim() - Method in interface org.mmbase.module.database.MultiConnection
 
claim() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
CLASS - Static variable in class org.mmbase.module.lucene.Lucene
 
ClassAuthentication - Class in org.mmbase.security.classsecurity
Provides the static utility methods to authenticate by class.
ClassAuthentication.Login - Class in org.mmbase.security.classsecurity
A structure to hold the login information.
ClassAuthentication.LoginResult - Class in org.mmbase.security.classsecurity
 
ClassAuthenticationWrapper - Class in org.mmbase.security.classsecurity
ClassAuthenticationWrapper wraps another Authentication implemention, and adds an extra configuration file.
ClassAuthenticationWrapper() - Constructor for class org.mmbase.security.classsecurity.ClassAuthenticationWrapper
 
ClassBasedNameResolver - Class in org.mmbase.applications.vprowizards.spring
This action mapping name resolver takes the class name, turns the first character into lower case, and removes 'Action' if it is part of the class name
ClassBasedNameResolver() - Constructor for class org.mmbase.applications.vprowizards.spring.ClassBasedNameResolver
 
classCheck(String, Map<String, ?>) - Static method in class org.mmbase.security.classsecurity.ClassAuthentication
Checks wether the (indirectly) calling class is authenticated by the ClassAuthenticationWrapper (using a stack trace).
classCheck(String) - Static method in class org.mmbase.security.classsecurity.ClassAuthentication
 
ClassFunctionProvider - Class in org.mmbase.util.functions
Maintains all methods of a certain class as function objects (as long as they have unique names).
ClassFunctionProvider(Class<?>, Object) - Constructor for class org.mmbase.util.functions.ClassFunctionProvider
 
ClassInstanceFactory<T> - Class in org.mmbase.applications.vprowizards.spring.util
 
ClassInstanceFactory() - Constructor for class org.mmbase.applications.vprowizards.spring.util.ClassInstanceFactory
 
CLASSLOADER_ROOT - Static variable in class org.mmbase.util.ResourceLoader
Used when getting resources with normal class-loader.
ClassLoaderURLStreamHandler(String) - Constructor for class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
ClassLoaderURLStreamHandler(ResourceLoader.ClassLoaderURLStreamHandler) - Constructor for class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
ClassLogin - Class in org.mmbase.security.implementation.context
ClassLogin, authentication based on 'class', using <security>/classauthentication.xml or ClassAuthenticationWrapper.
ClassLogin() - Constructor for class org.mmbase.security.implementation.context.ClassLogin
 
ClassLoginModule - Class in org.mmbase.security.implementation.basic
Support for authentication method 'class' for 'basic' authentication.
ClassLoginModule() - Constructor for class org.mmbase.security.implementation.basic.ClassLoginModule
 
classPattern - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
classToType(Class) - Static method in class org.mmbase.core.util.Fields
Determines the MMBase type of a specified class.
clazz - Variable in class org.mmbase.util.transformers.Config
 
cleanConstraint - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
cleanDanglingIdRels(NodeList, List<Map.Entry<String, Node>>, String) - Method in class org.mmbase.richtext.processors.xml.Kupu
At the end of stage 2 of parse all relations are removed which are not used any more, using this function.
cleanLeafConstraint - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
cleanThreadPageContexts(ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.PageContextThreadLocal
 
cleanup() - Method in class org.mmbase.util.logging.BufferedLogger
 
cleanupText(StringObject) - Static method in class org.mmbase.util.transformers.XmlField
Removes all new lines and space which are too much.
clear() - Method in class org.mmbase.applications.crontab.CronDaemon
Clears all queues
clear() - Method in class org.mmbase.applications.media.cache.URLCache.CacheExpire
 
clear() - Method in class org.mmbase.applications.media.cache.URLCache
 
clear() - Method in class org.mmbase.applications.media.filters.ChainSorter
Empties the chain
clear() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
clear() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
clear() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
clear() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
clear() - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
clear() - Method in interface org.mmbase.bridge.remote.RemoteList
 
clear() - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
clear() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
clear() - Method in class org.mmbase.bridge.util.NodeMap
 
clear() - Method in class org.mmbase.cache.Cache
 
clear(String) - Method in class org.mmbase.cache.CacheManager
 
clear(String) - Method in interface org.mmbase.cache.CacheManagerMBean
 
clear() - Method in interface org.mmbase.cache.CacheMBean
 
clear() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
clear() - Method in class org.mmbase.cache.implementation.LRUCache
 
clear() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the clear() method of the cache implementation.
clear() - Method in class org.mmbase.cache.QueryResultCache
 
clear() - Method in class org.mmbase.cache.ReleaseStrategy
 
clear() - Method in class org.mmbase.cache.xslt.TemplateCache
 
CLEAR - Static variable in class org.mmbase.datatypes.CaptchaDataType
 
clear() - Method in class org.mmbase.datatypes.DataTypeCollector
 
clear() - Method in class org.mmbase.framework.ComponentRepository
 
clear() - Method in class org.mmbase.module.cache
Clear the whole cache in one go
clear() - Method in interface org.mmbase.module.cacheInterface
 
clear() - Method in class org.mmbase.module.gui.html.EditState
 
clear() - Method in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
CLEAR - Static variable in class org.mmbase.module.lucene.AssignmentEvents
 
clear() - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
clear(boolean) - Method in class org.mmbase.module.lucene.Indexer
 
clear() - Method in class org.mmbase.util.FileWatcher
Removes all files, this watcher will end up watching nothing.
clear() - Method in class org.mmbase.util.jumpers.ChainedJumperStrategy
 
clear() - Method in class org.mmbase.util.LocalizedEntryListFactory
Clears all added keys, bundles and queries.
clear() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Clears the table.
clear() - Method in class org.mmbase.util.ResourceWatcher
Removes all resources.
clear() - Method in class org.mmbase.util.SizeOf
Makes this SizeOf object ready for reuse.
clear() - Method in class org.mmbase.util.StringTagger
Clears all data
clearBatch() - Method in class org.mmbase.module.database.MultiStatement
 
clearBlobCache(int) - Method in class org.mmbase.module.core.MMObjectBuilder
 
clearBuffer() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
clearChanged() - Method in class org.mmbase.module.core.MMObjectNode
Clear the 'signal' Vector with the changed keys since last commit/insert.
clearDirectory - Variable in class org.mmbase.module.lucene.Lucene
 
clearEntrys() - Method in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
clearHtmlValues() - Method in class org.mmbase.module.gui.html.EditState
 
clearHtmlValues() - Method in class org.mmbase.module.gui.html.EditStateNode
 
clearMailboxes() - Method in class org.mmbase.module.smtp.ChainedMailHandler
 
clearMailboxes() - Method in class org.mmbase.module.smtp.CloudMailHandler
 
clearMailboxes() - Method in class org.mmbase.module.smtp.Forwarder
 
clearMailboxes() - Method in interface org.mmbase.module.smtp.MailHandler
 
clearMailboxes() - Method in class org.mmbase.module.smtp.VerifyEmailMailHandler
 
clearMMEntities(boolean) - Static method in class org.mmbase.util.xml.EntityResolver
 
clearSearchFields(String) - Method in class org.mmbase.module.gui.html.ObjectSelector
Clears the search fields for the searchfields
clearSearchValues() - Method in class org.mmbase.module.gui.html.EditState
 
clearSearchValues() - Method in class org.mmbase.module.gui.html.EditStateNode
 
clearSet(String) - Method in class org.mmbase.module.sessionInfo
delete the values belonging to the key
clearWarnings() - Method in class org.mmbase.module.database.ConnectionWrapper
clear Warnings
clearWarnings() - Method in interface org.mmbase.module.database.MultiConnection
 
clearWarnings() - Method in class org.mmbase.module.database.MultiStatement
 
ClientBitrateFilter - Class in org.mmbase.applications.media.filters
Filters media sources according to a specified bitrate.
ClientBitrateFilter() - Constructor for class org.mmbase.applications.media.filters.ClientBitrateFilter
 
clientEncode(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
ClientFormatFilter - Class in org.mmbase.applications.media.filters
filters the media sources with the format specified by the client.
ClientFormatFilter() - Constructor for class org.mmbase.applications.media.filters.ClientFormatFilter
 
ClientFormatSorter - Class in org.mmbase.applications.media.filters
Client's preferred format can be different for every request.
ClientFormatSorter() - Constructor for class org.mmbase.applications.media.filters.ClientFormatSorter
 
ClientLabelFilter - Class in org.mmbase.applications.media.filters
 
ClientLabelFilter() - Constructor for class org.mmbase.applications.media.filters.ClientLabelFilter
 
ClientLabelSorter - Class in org.mmbase.applications.media.filters
 
ClientLabelSorter() - Constructor for class org.mmbase.applications.media.filters.ClientLabelSorter
 
clients - Variable in class org.mmbase.module.builders.vwms.Vwm
What clients are using this VWM.
clone() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
clone - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
clone() - Method in interface org.mmbase.bridge.Query
Create an (unused) clone
clone() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
clone() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
clone() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
clone() - Method in class org.mmbase.core.AbstractDescriptor
 
clone(String) - Method in class org.mmbase.core.AbstractDescriptor
 
clone() - Method in class org.mmbase.core.AbstractField
 
clone(String, boolean) - Method in class org.mmbase.core.AbstractField
 
clone() - Method in class org.mmbase.core.CoreField
 
clone(String) - Method in class org.mmbase.core.CoreField
 
clone() - Method in class org.mmbase.core.event.Event
 
clone() - Method in class org.mmbase.datatypes.BasicDataType
Returns a cloned instance of this datatype, inheriting all validation rules.
clone(String) - Method in class org.mmbase.datatypes.BasicDataType
Returns a cloned instance of this datatype, inheriting all validation rules.
clone(String) - Method in class org.mmbase.datatypes.ComparableDataType
 
clone() - Method in interface org.mmbase.datatypes.DataType
Returns a cloned instance of this datatype, inheriting all validation rules.
clone(String) - Method in interface org.mmbase.datatypes.DataType
Returns a cloned instance of this datatype, inheriting all validation rules.
clone(String) - Method in class org.mmbase.datatypes.DateTimeDataType
 
clone() - Method in class org.mmbase.datatypes.DateTimePattern
 
clone() - Method in class org.mmbase.datatypes.processors.ChainedCommitProcessor
 
clone(String) - Method in class org.mmbase.datatypes.StringDataType
 
clone() - Method in class org.mmbase.module.core.MMObjectNode
 
clone() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
clone() - Method in class org.mmbase.streams.createcaches.Processor
 
clone - Variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
clone() - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
clone() - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
clone() - Method in class org.mmbase.streams.transcoders.FFMpegRecognizer
 
clone() - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
clone() - Method in class org.mmbase.streams.transcoders.MockRecognizer
 
clone() - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
clone - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
clone() - Method in class org.mmbase.streams.transcoders.SegmenterAnalyzer
 
clone() - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
clone() - Method in class org.mmbase.util.DynamicDate
 
clone() - Method in class org.mmbase.util.Entry
 
clone() - Method in class org.mmbase.util.LocalizedEntryListFactory
 
clone() - Method in class org.mmbase.util.LocalizedString
 
clone() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
NOT IMPLEMENTED
clone() - Method in interface org.mmbase.util.PublicCloneable
 
clone() - Method in class org.mmbase.util.ReadonlyLocalizedString
 
clone() - Method in class org.mmbase.util.ReplacingLocalizedString
 
clone() - Method in class org.mmbase.util.xml.DocumentSerializable
 
cloneAliasses(Node, Node) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone aliases to the destination node.
cloneNode(Node) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone a node to a cloud, including any fields without keeping administrative information
cloneNodeField(Node, Node, Field) - Static method in class org.mmbase.bridge.util.CloneUtil
cloneNodeField copies node fields from one node to the other
CloneNodeFunction - Class in org.mmbase.util.functions
A function on nodes to clone them.
CloneNodeFunction() - Constructor for class org.mmbase.util.functions.CloneNodeFunction
 
cloneNodeWithRelations(Node) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone a node with all relations
cloneQuery() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
cloneRelation(Node) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone relation of the source node to the destination node.
cloneRelation(Node, Node, Node) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone relation of the source node to the destination node.
cloneRelations(Node, Node) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone relations of the source node to the destination node.
cloneRelations(Node, Node, String, String) - Static method in class org.mmbase.bridge.util.CloneUtil
Clone relations of the source node to the destination node.
cloneRestrictions(BasicDataType<E>) - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
cloneRestrictions(BasicDataType<C>) - Method in class org.mmbase.datatypes.BasicDataType
If a datatype is cloned, the restrictions of it (normally implemented as inner classes), must be reinstantiated.
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.BinaryDataType
 
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.CheckEqualityDataType
 
cloneRestrictions(BasicDataType<E>) - Method in class org.mmbase.datatypes.ComparableDataType
 
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.DecimalDataType
 
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.InternetAddressDataType
 
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.ListDataType
 
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.NodeDataType
 
cloneRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.StringDataType
 
CloneUtil - Class in org.mmbase.bridge.util
Utility to clone mmbase bridge nodes.
cloneWithoutFields() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
cloneWithoutFields() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
cloneWithoutFields() - Method in interface org.mmbase.bridge.Query
Clones this object, only without the fields
cloneWithoutFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
cloneWithoutFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
cloneWithoutFields() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
cloneWithoutFields() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
cloneWithoutFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
cloneWithoutFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
cloneWithoutFields() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
close() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
close() - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
close() - Method in class org.mmbase.module.database.ConnectionWrapper
 
close() - Method in interface org.mmbase.module.database.MultiConnection
 
close() - Method in class org.mmbase.module.database.MultiConnectionImplementation
Close connections
close() - Method in class org.mmbase.module.database.MultiStatement
 
close() - Method in class org.mmbase.util.ChainedWriter
 
close() - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
close() - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
close() - Method in class org.mmbase.util.logging.LoggerWriter
 
close() - Method in class org.mmbase.util.MockInputStream
 
close() - Method in class org.mmbase.util.MultiPartFormOutputStream
Closes the stream.
close() - Method in class org.mmbase.util.ReaderInputStream
Closes the Stringreader.
close() - Method in class org.mmbase.util.SerializableInputStream
 
close() - Method in class org.mmbase.util.StringBufferWriter
Closing a StringBufferWriter has no effect.
close() - Method in class org.mmbase.util.StringBuilderWriter
Closing a StringBuilderWriter has no effect.
close(StringBuilder) - Method in class org.mmbase.util.transformers.ListParser
 
close() - Method in class org.mmbase.util.transformers.TransformingOutputStream
Also closes the wrapped Writer.
close() - Method in class org.mmbase.util.transformers.TransformingReader
Also closes the wrapped Reader.
close() - Method in class org.mmbase.util.transformers.TransformingWriter
Also closes the wrapped Writer.
close() - Method in class org.mmbase.util.WriterOutputStream
 
CloseableIterator<E> - Interface in org.mmbase.util
An iterator which may need closing (e.g.
closeConnection(Connection, Statement) - Method in class org.mmbase.storage.search.implementation.database.InformixSqlHandler
Safely close a database connection and/or a database statement.
closed - Variable in class org.mmbase.util.MockInputStream
 
closeOnCompletion() - Method in class org.mmbase.module.database.MultiStatement
 
cloud - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
Cloud - Interface in org.mmbase.bridge
Basicly a Cloud represents a collection of Nodes (and Relations that are also nodes), and is also associated with a certain authentication UserContext.
cloud - Variable in class org.mmbase.bridge.implementation.AbstractNodeList
 
cloud - Variable in class org.mmbase.bridge.implementation.BasicNode
Reference to the Cloud.
cloud - Variable in class org.mmbase.bridge.implementation.BasicQuery
reference to the cloud.
cloud - Variable in class org.mmbase.bridge.implementation.VirtualNode
 
cloud - Variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
cloud - Variable in class org.mmbase.bridge.mock.AbstractQueryHandler
 
cloud - Variable in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
cloud - Variable in class org.mmbase.bridge.util.AbstractFieldValue
 
cloud - Variable in class org.mmbase.bridge.util.AbstractNodeManager
 
cloud - Variable in class org.mmbase.bridge.util.TreeList
 
CLOUD - Static variable in class org.mmbase.util.functions.Parameter
 
CLOUD_COMMITNODE_KEY - Static variable in interface org.mmbase.bridge.Node
During commit of the node, this property of the cloud, should contain the node number of the node
CloudContext - Interface in org.mmbase.bridge
A CloudContext is the general 'factory' for a MMBase bridge implementation.
cloudContext - Variable in class org.mmbase.bridge.mock.MockBuilderReader
 
cloudContext - Variable in class org.mmbase.bridge.mock.MockCloud
 
CloudContextAuthentication - Class in org.mmbase.security.implementation.cloudcontext
 
CloudContextAuthentication() - Constructor for class org.mmbase.security.implementation.cloudcontext.CloudContextAuthentication
 
CloudFactory - Interface in org.mmbase.applications.vprowizards.spring
 
cloudId - Variable in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
 
CloudInfoTag - Class in org.mmbase.bridge.jsp.taglib
Lives under a cloudprovider.
CloudInfoTag() - Constructor for class org.mmbase.bridge.jsp.taglib.CloudInfoTag
 
CloudMailHandler - Class in org.mmbase.module.smtp
This MailHandler dispatched the received Mail Message to MMBase objects.
CloudMailHandler() - Constructor for class org.mmbase.module.smtp.CloudMailHandler
 
CLOUDPROP_INDEXROOT - Static variable in class org.mmbase.richtext.processors.GetIndex
 
CloudProvider - Interface in org.mmbase.bridge.jsp.taglib
Interface designed to make it possible for child tags to access a cloud (or transaction) defined in a tag
CloudReferrerTag - Class in org.mmbase.bridge.jsp.taglib
Tags which are meant to live as a child of the CloudTag, could extend this class.
CloudReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
 
clouds - Variable in class org.mmbase.bridge.util.AbstractCloudContext
 
CloudTag - Class in org.mmbase.bridge.jsp.taglib
Creates a cloud object (pulling it from if session necessary).
CloudTag() - Constructor for class org.mmbase.bridge.jsp.taglib.CloudTag
 
CloudTEI - Class in org.mmbase.bridge.jsp.taglib
The TEI class belonging to the CloudTag and descendents
CloudTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.CloudTEI
 
CloudThreadFilter - Class in org.mmbase.servlet
Servlet Filter which associates a cloud of a http session to the current thread.
CloudThreadFilter() - Constructor for class org.mmbase.servlet.CloudThreadFilter
 
CloudThreadLocal - Class in org.mmbase.bridge.util
ThreadLocal to store an MMBase Bridge Cloud
CloudThreadLocal() - Constructor for class org.mmbase.bridge.util.CloudThreadLocal
 
cloudType() - Method in class org.mmbase.bridge.jsp.taglib.CloudTEI
 
cloudType() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTEI
 
CloudUtil - Class in org.mmbase.bridge.util
An utility to work with clouds on the session or as a ThreadLocal
ClusterBuilder - Class in org.mmbase.module.core
The builder for clusternodes.
ClusterBuilder(MMBase) - Constructor for class org.mmbase.module.core.ClusterBuilder
Creates ClusterBuilder instance.
ClusteringModule - Class in org.mmbase.clustering
This module bootstraps and configures MMBase clustering.
ClusteringModule(String) - Constructor for class org.mmbase.clustering.ClusteringModule
 
ClusterManager - Class in org.mmbase.clustering
ClusterManager is a thread object that reads the receive queue and calls the objects (listeners) who need to know.
ClusterManager() - Constructor for class org.mmbase.clustering.ClusterManager
 
clusterNode(Relation, String, Node) - Static method in class org.mmbase.bridge.util.Queries
Given a 'relation' node
ClusterNode - Class in org.mmbase.module.core
ClusterNode combines fields of different nodes in a single "virtual" node.
ClusterNode(ClusterBuilder) - Constructor for class org.mmbase.module.core.ClusterNode
Main contructor.
ClusterNode(ClusterBuilder, int) - Constructor for class org.mmbase.module.core.ClusterNode
Main contructor.
ClusterNodeProvider - Interface in org.mmbase.bridge.jsp.taglib
 
cmp - Variable in class org.mmbase.util.SortedVector
Deprecated.
 
CMTelecomSender - Class in org.mmbase.sms.cmtelecom
A realization of Sender, which communicates to a server implemented by 'cmtelecom'.
CMTelecomSender() - Constructor for class org.mmbase.sms.cmtelecom.CMTelecomSender
 
CMTelecomSender.Appender - Interface in org.mmbase.sms.cmtelecom
 
cnumber - Static variable in class org.mmbase.util.MagickClient
 
code - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
code - Variable in exception org.mmbase.module.TransactionHandlerException
 
Codec - Enum in org.mmbase.applications.media
 
codec - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
codec - Variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
codec - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
CODEC_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
CodeSample(String, String, String, String) - Constructor for class org.mmbase.util.transformers.CodeSampleFactory.CodeSample
Constructor
CodeSampleFactory - Class in org.mmbase.util.transformers
This TransformerFactory enables the use of two different escapers in one piece of text.
CodeSampleFactory() - Constructor for class org.mmbase.util.transformers.CodeSampleFactory
 
CodeSampleFactory.CodeSample - Class in org.mmbase.util.transformers
 
col - Variable in class org.mmbase.util.ErrorStruct
 
col - Variable in class org.mmbase.util.LRUHashtable.LRUValues
Deprecated.
 
collationMappings - Variable in class org.mmbase.storage.StorageManagerFactory
 
Collectable() - Constructor for class org.mmbase.core.event.SystemEvent.Collectable
 
COLLECTION - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Set.
CollectionNodeList - Class in org.mmbase.bridge.util
A (fixed-size) list of nodes, based on a Collection of Nodes.
CollectionNodeList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.util.CollectionNodeList
 
CollectionNodeList(Collection, Cloud) - Constructor for class org.mmbase.bridge.util.CollectionNodeList
 
CollectionNodeList(Collection) - Constructor for class org.mmbase.bridge.util.CollectionNodeList
 
CollectionNodeList.BasicNodeIterator - Class in org.mmbase.bridge.util
 
CollectionRelationList - Class in org.mmbase.bridge.util
A list of Relations, based on a Collection of Nodes
CollectionRelationList(Collection<? extends Node>, NodeManager) - Constructor for class org.mmbase.bridge.util.CollectionRelationList
 
CollectionRelationList(Collection<? extends Node>, Cloud) - Constructor for class org.mmbase.bridge.util.CollectionRelationList
 
CollectionRelationList.BasicRelationIterator - Class in org.mmbase.bridge.util
 
collector - Variable in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
collector - Variable in class org.mmbase.datatypes.util.xml.DataTypeDefinition
The data type collector that contains the data datatype with this definition.
CollectorBacking - Class in org.mmbase.bridge.jsp.taglib.util
A basic implementation for the backing of a ContextContainter.
CollectorBacking(PageContext, ContextContainer) - Constructor for class org.mmbase.bridge.jsp.taglib.util.CollectorBacking
 
colontime(String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Puts a colon between a time of RFC-1223 format
color(String) - Method in class org.mmbase.util.images.ImageMagickImageConverter
Translates MMBase color format (without #) to an convert color format (with or without);
COLOR_TYPE_BLACK_AND_WHITE - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_GRAYSCALE - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_PALETTED - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_TRUECOLOR_RGB - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_UNKNOWN - Static variable in class org.mmbase.util.images.ImageInfo
 
cols - Variable in class org.mmbase.util.HTMLElement
added to COLS=
column - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
column - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
CombinedFunction<R> - Class in org.mmbase.util.functions
A combined function combines other function objects.
CombinedFunction(String) - Constructor for class org.mmbase.util.functions.CombinedFunction
 
Command - Interface in org.mmbase.applications.vprowizards.spring
This interface should be implemented by all classes that should be able to be used for binding action html forms from the vpro-wizards.
Command(InputStream, OutputStream, OutputStream, String, Runnable) - Constructor for class org.mmbase.util.CommandServer.Command
 
command - Variable in class org.mmbase.util.MagickClient.Job
 
commandArgs - Variable in class org.mmbase.util.externalprocess.CommandLauncher
Command and arguments
CommandExecutor - Class in org.mmbase.util.externalprocess
The command executor provides a way to perform external commands.
CommandExecutor() - Constructor for class org.mmbase.util.externalprocess.CommandExecutor
 
CommandExecutor.Copier - Class in org.mmbase.util.externalprocess
 
CommandExecutor.Method - Class in org.mmbase.util.externalprocess
 
CommandExecutor.Type - Enum in org.mmbase.util.externalprocess
 
CommandFactory - Interface in org.mmbase.applications.vprowizards.spring
implement this interface to create a factory for creating commands of a specific type.
CommandHandlerInterface - Interface in org.mmbase.module.gui.html
Used in the editors, the CommandHandlerInterface allows multiple command handlers to be defined (hitlisted).
commandHandlers - Variable in class org.mmbase.module.gui.html.MMEdit
 
CommandLauncher - Class in org.mmbase.util.externalprocess
The command launcher provides a way to comunicate with a external process
CommandLauncher(String) - Constructor for class org.mmbase.util.externalprocess.CommandLauncher
Creates a new launcher Fills in stderr and stdout output to the given streams.
CommandServer - Class in org.mmbase.util
Java command server.
CommandServer() - Constructor for class org.mmbase.util.CommandServer
 
CommandServer.Command - Class in org.mmbase.util
 
CommandServer.Copier - Class in org.mmbase.util
 
CommandTranscoder - Class in org.mmbase.streams.transcoders
A transcoder based on an external command, like ffmpeg or ffmpeg2theora.
CommandTranscoder() - Constructor for class org.mmbase.streams.transcoders.CommandTranscoder
 
commentPrefix - Variable in class org.mmbase.util.ExtendedProperties
The prefix of the comment in the Properties file.
COMMENTS_FIELD - Static variable in class org.mmbase.versioning.VersioningCommitProcessor
 
COMMENTS_PROPERTY - Static variable in class org.mmbase.versioning.VersioningCommitProcessor
 
COMMIT - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
commit(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
The commit can be used to automatically fill unfilled fields.
commit(Node, Field) - Method in class org.mmbase.applications.media.DeleteSourcesProcessor
 
commit(Node, Field) - Method in class org.mmbase.applications.media.FragmentTypeFixer
 
commit() - Method in class org.mmbase.applications.xmlimporter.Transaction
Commit this transaction.
commit() - Method in class org.mmbase.bridge.implementation.BasicNode
Commit the node to the database.
commit() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
commit() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
commit() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
commit - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
commit() - Method in class org.mmbase.bridge.mock.MockNode
 
commit() - Method in class org.mmbase.bridge.mock.MockTransaction
 
commit() - Method in interface org.mmbase.bridge.Node
Commit the node to the database.
commit() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
commit() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
commit() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
commit() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
commit() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
commit() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
commit() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
commit() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
commit() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
commit() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
commit() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
commit() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
commit() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
commit() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
commit() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
commit() - Method in interface org.mmbase.bridge.Transaction
Commits this transaction.
commit() - Method in class org.mmbase.bridge.util.AbstractNode
 
commit() - Method in class org.mmbase.bridge.util.MapNode
 
commit() - Method in class org.mmbase.bridge.util.NodeWrapper
 
commit(Map<MMObjectNode, String>) - Method in class org.mmbase.clustering.ChangeManager
Commit all changes stored in a Changes map.
commit(MMObjectNode, String) - Method in class org.mmbase.clustering.ChangeManager
 
Commit(String) - Constructor for class org.mmbase.core.event.TransactionEvent.Commit
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.BinaryFile.Delete
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.ChainedCommitProcessor
 
commit(Node, Field) - Method in interface org.mmbase.datatypes.processors.CommitProcessor
Will be called on commit of the node.
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.Creator
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.EmptyCommitProcessor
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.FunctionValueIfEmptyCommitProcessor
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.Ip
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.LastModified
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.LastModifier
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.ObjectTypeChangerCommitProcessor
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.OriginTrace
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.PosrelCommitProcessor
 
commit(Node, Field) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
commit(Node, Field) - Method in class org.mmbase.jumpers.StripJsessionidCommitProcessor
 
commit(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
commit(MMObjectNode) - Method in class org.mmbase.module.builders.Images
 
commit(MMObjectNode) - Method in class org.mmbase.module.builders.MMEvents
 
commit() - Method in class org.mmbase.module.core.ClusterNode
commit : commits the node to the database or other storage system.
commit(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Commit changes to this node to the storage layer.
commit() - Method in class org.mmbase.module.core.MMObjectNode
Commit the node to the database or other storage system.
commit(UserContext) - Method in class org.mmbase.module.core.MMObjectNode
Commit this node to the storage
commit(Object, String) - Method in class org.mmbase.module.core.TransactionManager
 
commit(Object, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
commit() - Method in class org.mmbase.module.core.VirtualNode
commit : commits the node to the database or other storage system.
commit(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Commit changes to this node and updated the cache.
commit(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
Commit changes to this node to the database.
commit() - Method in class org.mmbase.module.database.ConnectionWrapper
 
commit() - Method in interface org.mmbase.module.database.MultiConnection
 
commit(Node, Field) - Method in class org.mmbase.notifications.CommitProcessor
 
commit() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
commit() - Method in interface org.mmbase.storage.StorageManager
Closes any transaction that was started and commits all changes.
commit() - Method in class org.mmbase.storage.StorageManagerFactory
Commits the current thread's database transaction
commit(Node, Field) - Method in class org.mmbase.streams.createcaches.Processor
Commits the mediastreamsources node, calls createCaches to create resulting streamscaches nodes and start transcoding.
commit(Node, Field) - Method in class org.mmbase.streams.DeleteCachesProcessor
 
commit(Node, Field) - Method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
commit(Node, Field) - Method in class org.mmbase.versioning.VersioningCommitProcessor
 
commitChange(MMObjectNode, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Commits the change to a node.
CommitProcessor - Interface in org.mmbase.datatypes.processors
If the processor defined for the field is of this type, then the CommitProcessor.commit(org.mmbase.bridge.Node, org.mmbase.bridge.Field) method will be called on commit of the Node.
CommitProcessor - Class in org.mmbase.notifications
We could configure that the default status for a certain notification is such that it should be confirmed.
CommitProcessor() - Constructor for class org.mmbase.notifications.CommitProcessor
 
CommitTag - Class in org.mmbase.bridge.jsp.taglib.edit
This tag can be used inside a transaction tag, to commit it.
CommitTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.CommitTag
 
committed() - Method in class org.mmbase.applications.editwizard.Wizard
Returns whether the wizard has committed the transaction
CommonsLog - Class in org.mmbase.util.logging.commons
Commons logging for MMBase, contains a single Log instance
CommonsLog(Log) - Constructor for class org.mmbase.util.logging.commons.CommonsLog
 
CommonsLogFactory - Class in org.mmbase.util.logging.commons
Commons logging for MMBase
ComparableDataType<E extends Serializable & Comparable<E>> - Class in org.mmbase.datatypes
Comparable datatypes have values which are Comparable, so can be ordered, and therefore can have a minimum and a maximum value.
ComparableDataType(String, Class<E>) - Constructor for class org.mmbase.datatypes.ComparableDataType
 
ComparableDataType.MaxRestriction - Class in org.mmbase.datatypes
 
ComparableDataType.MinRestriction - Class in org.mmbase.datatypes
 
comparator - Variable in class org.mmbase.bridge.implementation.BasicList.WrappedComparator
 
comparator - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
comparator - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
comparator - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
compare(Element, Element) - Method in class org.mmbase.applications.editwizard.Wizard.OrderByComparator
 
compare(URLComposer, URLComposer) - Method in class org.mmbase.applications.media.filters.Sorter
 
compare(Object, Object) - Method in class org.mmbase.bridge.implementation.BasicList.ObjectComparator
 
compare(Object, Object) - Method in class org.mmbase.bridge.implementation.BasicList.WrappedComparator
 
compare(String, String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler.IgnoreCaseComparator
 
compare(Node, Node) - Method in class org.mmbase.bridge.util.NodeFieldComparator
Two external source objects are said to be equal only when the two type fields match.
compare(Node, Node, SortOrder) - Static method in class org.mmbase.bridge.util.Queries
Compare tho nodes, with a SortOrder.
compare(Object, Object, SortOrder) - Static method in class org.mmbase.bridge.util.Queries
 
compare(Node, Node, List<SortOrder>) - Static method in class org.mmbase.bridge.util.Queries
Does a field-by-field compare of two Node objects, on the fields used to order the nodes.
compare(D, D) - Method in class org.mmbase.datatypes.BasicDataType.DataTypeComparator
 
compare(E, E) - Method in class org.mmbase.datatypes.ComparableDataType
 
compare(Map.Entry<String, Integer>, Map.Entry<String, Integer>) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor.EntryComparator
 
compare(String, String) - Method in class org.mmbase.datatypes.StringDataType
 
compare(Sortable) - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
compare(Object, Object) - Method in class org.mmbase.module.core.MMContainerCompare
The compare function called by SortedVector to sort things.
compare(Object, Object) - Method in class org.mmbase.module.core.MMObjectCompare
 
compare(Object, Object) - Method in class org.mmbase.module.core.MMObjectDCompare
Deprecated.
 
compare(File, File) - Method in class org.mmbase.servlet.FileNameComparator
 
compare(E, E) - Method in class org.mmbase.util.ChainedComparator
 
compare(Object, Object) - Method in interface org.mmbase.util.CompareInterface
Deprecated.
The compare function called by SortedVector to sort things
compare(Object, Object) - Method in class org.mmbase.util.FileCompare
Make the comparison.
compare(Object, Object) - Method in class org.mmbase.util.IntegerCompare
Deprecated.
Make the comparison.
compare(Object, Object) - Method in class org.mmbase.util.LocaleCollator
 
compare(String, String) - Method in class org.mmbase.util.LocaleCollator
 
compare(Object, Object) - Method in class org.mmbase.util.MultiColCompare
Make the comparison between to Vectors over all colums specified in the postiton array.
compare(MMObjectNode, MMObjectNode) - Method in class org.mmbase.util.NodeComparator
The two message nodes will be compared using the compare function of the values of their fields.
compare(Comparable, Comparable) - Method in class org.mmbase.util.ReverseComparator
 
compare(Sortable) - Method in interface org.mmbase.util.Sortable
Deprecated.
The compare function called by SortedVector to sort things
compare(Object, Object) - Method in class org.mmbase.util.SortableCompare
Deprecated.
Make the comparison.
compare(Object, Object) - Method in class org.mmbase.util.StringCompare
Deprecated.
The compare function called by SortedVector to sort things
compare(Object, Object) - Method in class org.mmbase.util.XFileCompare
Make the comparison.
compareByNumber - Variable in class org.mmbase.applications.editwizard.Wizard.OrderByComparator
 
compareCol(Object, Object, int) - Method in class org.mmbase.util.MultiColCompare
Make the comparison between to Vectors over all columns specified in the postiton array, starting from a specified index in that array.
compareField - Variable in class org.mmbase.module.core.MMObjectCompare
 
compareField - Variable in class org.mmbase.module.core.MMObjectDCompare
Deprecated.
 
compareField - Variable in class org.mmbase.util.XFileCompare
Attribute to compare on ('filepath' or 'modtime')
CompareFieldsConstraint - Interface in org.mmbase.storage.search
A constraint that compares the value of two stepfields.
compareIndex(List<String>, Index) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
CompareInterface - Interface in org.mmbase.util
Deprecated.
This is the same as java.util.Comparator
compareMimeTypes(String, String) - Static method in class org.mmbase.module.smtp.CloudMailHandler
 
comparePosArray - Variable in class org.mmbase.util.MultiColCompare
Array with column numbers to compare
compares(Node, Node) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Used by nextNode and previousNode.
compareSteps(Step, Step) - Static method in class org.mmbase.storage.search.implementation.BasicStepField
Utility method, compares steps by their alias or table name.
CompareTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
A very simple tag to check if the value of a certain context variable equals a certain String value.
CompareTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
compareTo(Delayed) - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
compareTo(Delayed) - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
compareTo(Cloud) - Method in class org.mmbase.bridge.implementation.BasicCloud
Compares this cloud to the passed object.
compareTo(Field) - Method in class org.mmbase.bridge.implementation.BasicField
 
compareTo(Module) - Method in class org.mmbase.bridge.implementation.ModuleHandler
Compares this module to the passed object.
compareTo(Field) - Method in class org.mmbase.bridge.implementation.VirtualNodeManager.VirtualNodeManagerField
 
compareTo(Object) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
compareTo(Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
compareTo(Module) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
compareTo(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
compareTo(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
compareTo(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
compareTo(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
compareTo(RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteField
 
compareTo(RemoteModule) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
compareTo(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
compareTo(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
compareTo(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
compareTo(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
compareTo(RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
compareTo(RemoteModule) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
compareTo(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
compareTo(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
compareTo(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
compareTo(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
compareTo(Node) - Method in class org.mmbase.bridge.util.AbstractNode
Compares this node to the passed object.
compareTo(Field) - Method in class org.mmbase.bridge.util.FieldWrapper
 
compareTo(Node) - Method in class org.mmbase.bridge.util.NodeWrapper
 
compareTo(CacheManager.Bean<?, ?>) - Method in class org.mmbase.cache.CacheManager.Bean
 
compareTo(Field) - Method in class org.mmbase.core.AbstractField
 
compareTo(Field) - Method in class org.mmbase.core.CoreField
Compare this object to the supplied one (should be a CoreField)
compareTo(DataType<C>) - Method in class org.mmbase.datatypes.BasicDataType
 
compareTo(Delayed) - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
compareTo(Block.BlockContainer) - Method in class org.mmbase.framework.Block.BlockContainer
 
compareTo(Block.Type) - Method in class org.mmbase.framework.Block.Type
 
compareTo(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectNode
 
compareTo(Indexer) - Method in class org.mmbase.module.lucene.Indexer
 
compareTo(Delayed) - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
compareTo(Delayed) - Method in class org.mmbase.notifications.Notifyable
 
compareTo(Object) - Method in class org.mmbase.security.BasicUser
 
compareTo(ClassAuthentication.Login) - Method in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
compareTo(Rank) - Method in class org.mmbase.security.Rank
 
compareTo(TypeMapping) - Method in class org.mmbase.storage.util.TypeMapping
 
compareTo(Date) - Method in class org.mmbase.util.DynamicDate
 
compareTo(Function<R>) - Method in class org.mmbase.util.functions.AbstractFunction
 
compareTo(SortedBundle.ValueWrapper) - Method in class org.mmbase.util.SortedBundle.ValueWrapper
 
compareURLComposer(URLComposer, URLComposer) - Method in class org.mmbase.applications.media.filters.ChainSorter
 
compareURLComposer(URLComposer, URLComposer) - Method in class org.mmbase.applications.media.filters.PreferenceSorter
 
compareURLComposer(URLComposer, URLComposer) - Method in class org.mmbase.applications.media.filters.Sorter
Implement this.
compatible17 - Variable in class org.mmbase.clustering.ClusterManager
 
complete() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
This method is called when the copying of bytes is done and notifies a waiting thread
COMPLETE_CHECK - Static variable in class org.mmbase.security.Authorization
Constant which can be used as a result for the check query function.
component - Variable in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
component - Variable in class org.mmbase.bridge.jsp.taglib.SettingTag
 
Component - Interface in org.mmbase.framework
A component is a piece of pluggable functionality that typically has dependencies on other components.
COMPONENT - Static variable in class org.mmbase.framework.Framework
The proposed parameter if the framework can be explicitely requested a (block of a certain) component to render.
COMPONENT_CLASS_KEY - Static variable in class org.mmbase.framework.Framework
CSS-class to be used on block.
COMPONENT_CURRENTUSER_KEY - Static variable in class org.mmbase.framework.Framework
The components' block rendering may want to know that the node associated with the current user is.
COMPONENT_ID_KEY - Static variable in class org.mmbase.framework.Framework
CSS-id to be used on block.
COMPONENT_INCLUDEPATH_KEY - Static variable in class org.mmbase.framework.Framework
If a component's block implementation decides to support 'tree/leaf including' it can use this framework-provided path for it.
ComponentNamesDataType - Class in org.mmbase.datatypes
A StringDataType with the names of all installed components.
ComponentNamesDataType(String) - Constructor for class org.mmbase.datatypes.ComponentNamesDataType
Constructor for string data type.
ComponentRepository - Class in org.mmbase.framework
This (singleton) class maintains all Components which are registered in the current MMBase.
ComponentRepository.Ready - Class in org.mmbase.framework
 
components - Variable in class org.mmbase.framework.basic.BlockUrlConverter
 
ComponentTag - Class in org.mmbase.bridge.jsp.taglib
Renders a certain block of an mmbase component
ComponentTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ComponentTag
 
CompositeConstraint - Interface in org.mmbase.storage.search
A constraint combining several child constraints, using either logical AND or OR.
con - Variable in class org.mmbase.module.database.ConnectionWrapper
The wrapped connection
CON_BUSY - Static variable in class org.mmbase.module.database.MultiConnectionImplementation
 
CON_FAILED - Static variable in class org.mmbase.module.database.MultiConnectionImplementation
 
CON_FINISHED - Static variable in class org.mmbase.module.database.MultiConnectionImplementation
 
CON_UNUSED - Static variable in class org.mmbase.module.database.MultiConnectionImplementation
 
Condition - Interface in org.mmbase.bridge.jsp.taglib
Interface for 'condition' tags.
CONDITION_CHANGED - Static variable in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
CONDITION_EVEN - Static variable in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
CONDITION_FIRST - Static variable in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
CONDITION_LAST - Static variable in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
CONDITION_ODD - Static variable in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
Config - Class in org.mmbase.applications.editwizard
This struct contains configuration information for the jsps.
Config() - Constructor for class org.mmbase.applications.editwizard.Config
 
config(Config.SubConfig) - Method in class org.mmbase.applications.editwizard.Config.Configurator
Configure a list or wizard.
Config - Class in org.mmbase.applications.media.urlcomposers
Some url-composers need to know where templates are.
Config() - Constructor for class org.mmbase.applications.media.urlcomposers.Config
 
config(Map<String, String>) - Method in interface org.mmbase.cache.CacheImplementationInterface
Configure the implementation with the given configuration values
config(Map<String, String>) - Method in class org.mmbase.cache.implementation.LRUCache
 
config(Map<String, String>) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
This method is called by MMBase to configure the cache using the given map of configuration parameters.
config(Map<String, String>) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
Config - Class in org.mmbase.util.transformers
Describes what encoding is configured.
Config(Class<?>, int) - Constructor for class org.mmbase.util.transformers.Config
 
Config(Class<?>, int, String) - Constructor for class org.mmbase.util.transformers.Config
 
config - Variable in class org.mmbase.util.transformers.Config
 
Config.Configurator - Class in org.mmbase.applications.editwizard
To fill the Config struct, this 'Configurator' exists.
Config.ListConfig - Class in org.mmbase.applications.editwizard
 
Config.SubConfig - Class in org.mmbase.applications.editwizard
 
Config.WizardConfig - Class in org.mmbase.applications.editwizard
 
CONFIG_FILE - Static variable in class org.mmbase.applications.editwizard.Config
 
CONFIG_FILE - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
CONFIG_FILE - Static variable in class org.mmbase.applications.media.urlcomposers.URLComposerFactory
 
CONFIG_FILE - Static variable in class org.mmbase.clustering.jgroups.Multicast
Field containing the configuration file with the various options that can be specified for configuring the JGroups channel
CONFIG_FILE - Static variable in class org.mmbase.clustering.multicast.Multicast
 
CONFIG_FILE - Static variable in class org.mmbase.clustering.unicast.Unicast
 
CONFIG_FILE - Static variable in class org.mmbase.util.HttpPost
 
CONFIG_TAG - Static variable in class org.mmbase.applications.media.filters.RealSorter
 
CONFIG_TAG - Static variable in class org.mmbase.applications.media.filters.ServerDimensionSorter
 
CONFIG_TAG - Static variable in class org.mmbase.applications.media.filters.ServerFormatSorter
 
CONFIG_UTILS - Static variable in class org.mmbase.util.xml.UtilReader
 
configResource - Variable in class org.mmbase.security.Configurable
This specific security configuration file.
Configurable - Class in org.mmbase.security
Both Authorization and Authentication are configurable.
Configurable() - Constructor for class org.mmbase.security.Configurable
 
ConfigurableReaderTransformer - Class in org.mmbase.util.transformers
Some Transformers implement more than one transformation.
ConfigurableReaderTransformer() - Constructor for class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
ConfigurableReaderTransformer(int) - Constructor for class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
ConfigurableStringTransformer - Class in org.mmbase.util.transformers
Some Transformers implement more than one transformation.
ConfigurableStringTransformer() - Constructor for class org.mmbase.util.transformers.ConfigurableStringTransformer
 
ConfigurableStringTransformer(int) - Constructor for class org.mmbase.util.transformers.ConfigurableStringTransformer
 
ConfigurableTransformer - Interface in org.mmbase.util.transformers
Interface for transformations.
configuration - Static variable in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
configurationPath - Variable in class org.mmbase.module.Module
 
ConfigurationRead() - Constructor for class org.mmbase.module.lucene.Lucene.ConfigurationRead
 
Configurator(PageContext, Config) - Constructor for class org.mmbase.applications.editwizard.Config.Configurator
 
configure(Config.Configurator) - Method in class org.mmbase.applications.editwizard.Config.ListConfig
Configure a list page.
configure(Config.Configurator) - Method in class org.mmbase.applications.editwizard.Config.SubConfig
Basic configuration.
configure(Config.Configurator) - Method in class org.mmbase.applications.editwizard.Config.WizardConfig
Configure a wizard.
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.AvailableFilter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.BitrateLabeler
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.ChainSorter
Configure.
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.ClientBitrateFilter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.ClientFormatFilter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.ClientLabelFilter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.FieldValueFilter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.FieldValueLabeler
 
configure(DocumentReader, Element) - Method in interface org.mmbase.applications.media.filters.Filter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.Labeler
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.RealSorter.ChannelsSorter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.RealSorter.SpeedSorter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.ServerDimensionSorter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.ServerFormatSorter
 
configure(DocumentReader, Element) - Method in class org.mmbase.applications.media.filters.Sorter
Configure with setters on default
configure(Element) - Method in class org.mmbase.bridge.util.xml.query.FieldDefinition
Configures the field definition, using data from a DOM element
configure(Element) - Method in class org.mmbase.bridge.util.xml.query.QueryDefinition
Configures the query definition, using data from a DOM element
configure(String) - Method in class org.mmbase.core.event.EventManager
 
configure() - Static method in class org.mmbase.core.event.NodeEvent
Reads nodeevents.xml
configure(Element, BasicDataType<?>) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Configures the data type definition, using data from a DOM element
configure(Element) - Method in class org.mmbase.framework.basic.BasicFramework
Configures the framework by reading its config file 'config/framework.xml' containing a list with UrlConverters.
configure(Element) - Method in class org.mmbase.framework.BasicComponent
 
configure(Element) - Method in interface org.mmbase.framework.Component
Configures the component, by XML.
configure(Element) - Method in class org.mmbase.module.lucene.IndexFieldDefinition
 
configure(String) - Static method in class org.mmbase.util.logging.ExceptionImpl
The configure method of this Logger implemenation.
configure(String) - Static method in class org.mmbase.util.logging.java.Impl
Calls LogManager#readConfiguration, and feeds it with the configured InputStream.
configure(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
Calls the configure method of DOMConfigurator, and redirect standard error to STDERR category.
configure(ResourceLoader, String) - Static method in class org.mmbase.util.logging.Logging
Configure the logging system.
configure(String) - Static method in class org.mmbase.util.logging.SimpleImpl
The configure method of this Logger implemenation.
configure(String) - Static method in class org.mmbase.util.logging.SimpleTimeStampImpl
The configure method of this Logger implemenation.
configure(Element) - Method in class org.mmbase.util.magicfile.AbstractDetector
 
configure(Element) - Method in class org.mmbase.util.magicfile.BasicDetector
 
configure(Element) - Method in interface org.mmbase.util.magicfile.Detector
 
configure(Element) - Method in class org.mmbase.util.magicfile.XmlDetector
 
configure() - Static method in class org.mmbase.util.ThreadPools
 
configure(int) - Method in class org.mmbase.util.transformers.Base64
 
configure(int) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
configure(int) - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
configure(int) - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
 
configure(int) - Method in interface org.mmbase.util.transformers.ConfigurableTransformer
If a transformer can handle more then one destination format, it can be configured with this.
configure(int) - Method in class org.mmbase.util.transformers.Hex
 
configureClass(String) - Static method in class org.mmbase.util.logging.Logging
Calls the 'configure' static method of the used logging class, or does nothing if it doesn't exist.
configureConditions(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
Configures the conditions of a datatype definition, using data from a DOM element
configureHandlers(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
configureOSCache() - Method in class org.mmbase.module.core.MMBase
This method tries to configure the persistence directory of OSCache, if possible (OSCache is available, and necessary (no 'cache.path' property is configured for OSCache).
configureProcessors(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
configureStyleClasses(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
configWatcher - Variable in class org.mmbase.security.Configurable
This filewatcher checks the configuration file for changes.
ConfirmPasswordDataType - Class in org.mmbase.datatypes
A confirmed password datatype must have the same value as another field of the node (and makes only sense as a field of a node).
ConfirmPasswordDataType(String) - Constructor for class org.mmbase.datatypes.ConfirmPasswordDataType
Constructor for string data type.
ConnectionCloser(MultiConnection) - Constructor for class org.mmbase.module.database.MultiPool.ConnectionCloser
 
ConnectionRenderer - Class in org.mmbase.framework
A Renderer implementation based on an external connection.
ConnectionRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.ConnectionRenderer
 
ConnectionWrapper - Class in org.mmbase.module.database
Wraps a java.sql.Connection object.
ConnectionWrapper(Connection) - Constructor for class org.mmbase.module.database.ConnectionWrapper
 
ConnectorCommand - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommand(String) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommand
 
ConnectorCommandGetConstraints - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommandGetConstraints(String) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommandGetConstraints
 
ConnectorCommandGetData - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommandGetData(String, NodeList) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommandGetData
 
ConnectorCommandGetList - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommandGetList(Node) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommandGetList
 
ConnectorCommandGetNew - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommandGetNew(String) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommandGetNew
 
ConnectorCommandGetNewRelation - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommandGetNewRelation(String, String, String, String, String, String) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommandGetNewRelation
Constructs a command to craete a new temporarily relation.
ConnectorCommandGetRelations - Class in org.mmbase.applications.editwizard
EditWizard
ConnectorCommandGetRelations(String, NodeList) - Constructor for class org.mmbase.applications.editwizard.ConnectorCommandGetRelations
 
Constants - Class in org.mmbase.datatypes
 
Constants() - Constructor for class org.mmbase.datatypes.Constants
 
constraint - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag
 
constraint - Variable in class org.mmbase.security.Authorization.QueryCheck
 
Constraint - Interface in org.mmbase.storage.search
A constaint on the search results.
ConstraintParser - Class in org.mmbase.storage.search.legacy
Parser, tries to parse a SQL-search-condition for a query to a Constraint object.
ConstraintParser(SearchQuery) - Constructor for class org.mmbase.storage.search.legacy.ConstraintParser
Creates a new instance of ConstraintParser
constraints - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
constraints - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Holds the clause used to filter the list.
ConstraintsMatchingStrategy - Class in org.mmbase.cache
This strategy will evaluate the constraint on a a query object against a NodeEvent.
ConstraintsMatchingStrategy() - Constructor for class org.mmbase.cache.ConstraintsMatchingStrategy
 
ConstraintsMatchingStrategy.AbstractConstraintMatcher - Class in org.mmbase.cache
 
constructCommandArray(String, String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Constructs a command array that will be passed to the process
constructMessage(String, InternetAddress[], Map<String, String>) - Method in class org.mmbase.applications.email.SendMail
Utility method to do the generic job of creating a MimeMessage object and setting its recipients and 'from'.
consult(TmpObject, List<TmpObject>) - Method in class org.mmbase.applications.xmlimporter.InteractiveTransaction
Handles sitiuations where more then one similar objects are found to merge with.
Consultant - Class in org.mmbase.applications.xmlimporter
A Consultant object serves as the intermediary for communication between the thread that processes a transaction on one hand, and threads that handle interaction with the user on the other hand, to resolve ambiguity when more than one similar object is found to merge an object with.
Consultant() - Constructor for class org.mmbase.applications.xmlimporter.Consultant
Creates new Consultant
consultant - Variable in class org.mmbase.applications.xmlimporter.Transaction
Transaction information for current user.
consultUser(TmpObject, List<TmpObject>) - Method in class org.mmbase.applications.xmlimporter.Consultant
Consult the user for a mergeresult choice.
consumeJobs() - Method in class org.mmbase.applications.crontab.CronDaemon
Consumes received job proposals
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryDistinctTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryMaxNumberTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryOffsetTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.ListTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
container - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
CONTAINER_KEY_PREFIX - Static variable in class org.mmbase.bridge.jsp.taglib.ContextTag
 
ContainerReferrer - Interface in org.mmbase.bridge.jsp.taglib.containers
Every 'ContainerReferrer' tag should have a 'container' attribute.
contains(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicCloud
Checks wether the current transaction contains the given node.
contains(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
contains(Collection, Object) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
MMBase specific 'contains' (for Collections).
contains(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
contains(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
contains(Object) - Method in class org.mmbase.cache.Cache
 
contains(String) - Method in class org.mmbase.datatypes.DataTypeCollector
Returns whether the dataType with the given name is part of the current collection.
contains(DataType<?>) - Method in class org.mmbase.datatypes.DataTypeCollector
Returns whether the dataType is part of the current collection.
contains(UrlConverter) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
 
contains(String) - Method in class org.mmbase.framework.Block.Type
 
contains(int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
Tests if a specific relation type is defined.
contains(int, int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
Tests if a specific relation type is defined.
contains(MMObjectNode, User) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
Checks wether a a certain user is part of a certain group, either directly or indirectly.
contains(MMObjectNode, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
 
contains(MMObjectNode, int) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
Checks wether group or user identified by number is contained by group (also indirectly)
contains(MMObjectNode, int, Set<Integer>) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
Checks wether group or user identified by number is contained by group.
contains(Object) - Method in class org.mmbase.util.Casting.ListWrapper
 
contains(File) - Method in class org.mmbase.util.FileWatcher
Wether the file is being watched or not.
contains(MMObjectNode) - Method in class org.mmbase.util.jumpers.ChainedJumperStrategy
 
contains(MMObjectNode) - Method in class org.mmbase.util.jumpers.DefaultUrlStrategy
signals whether this strategy can calculate an url for this node.
contains(MMObjectNode) - Method in class org.mmbase.util.jumpers.JumperStrategy
signals whether this strategy can calculate an url for this node.
contains(MMObjectNode) - Method in class org.mmbase.util.jumpers.UrlStrategy
signals whether this strategy can calculate an url for this node.
containsAll(Collection<?>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
containsCache - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
containsHeader(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
containsHeader(String) - Method in class org.mmbase.util.GenericResponseWrapper
 
containsHeader(String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
containsKey(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
containsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.BeanPair
 
containsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Like the containsKey of HashMap.
containsKey(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
containsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainerPair
 
containsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.MapPair
 
containsKey(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
containsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.Pair
 
containsKey(Object) - Method in class org.mmbase.bridge.util.NodeMap
 
containsKey(Object) - Method in class org.mmbase.cache.Cache
 
containsKey(Object) - Method in class org.mmbase.cache.implementation.LRUCache
 
containsKey(Object) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the containsKey() method of the cache implementation.
containsKey(Object) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
containsKey(Object) - Method in class org.mmbase.util.LinkMap
 
containsKey(Object) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
containsKey(Object) - Method in class org.mmbase.util.StringTagger
Checks whether a key exits.
containsLogger(Logger) - Method in class org.mmbase.util.logging.ChainedLogger
 
containsLogger(Logger) - Method in interface org.mmbase.util.logging.LoggerAccepter
 
containsOtherStringSearchConstraints(Constraint, StringSearchConstraint) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
Tests if a constaint is/contains another stringsearch constraint than the specified one.
containsOwnKey(String) - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
Whether this map contains the given key, but by its own, so not because of possible reflection of another structure (like the page context).
containsOwnKey(String) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
containsOwnKey(String) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
containsParameter(Parameter<?>) - Method in class org.mmbase.util.functions.AutodefiningParameters
 
containsParameter(Parameter<?>) - Method in class org.mmbase.util.functions.Parameters
Checks wether a certain parameter is available, using the Parameter as a qualifier.
containsParameter(String) - Method in class org.mmbase.util.functions.Parameters
Checks wether a certain parameter is available, using the parameter name as a qualifier.
containsSetValue(String, String) - Method in class org.mmbase.module.sessionInfo
does this set contain the value ?
containsTask(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.VwmProbe
Checks if a task node already exists in the task nodes vector.
containsValue(Object) - Method in class org.mmbase.bridge.util.NodeMap
 
containsValue(Object) - Method in class org.mmbase.cache.Cache
 
containsValue(Object) - Method in class org.mmbase.cache.implementation.LRUCache
 
containsValue(Object) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the containsValue() method of the cache implementation.
containsValue(Object) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
containsValue(Object) - Method in class org.mmbase.util.StringTagger
Checks whether a value exits.
containsVars() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
 
containsVars - Variable in class org.mmbase.bridge.jsp.taglib.util.Attribute.VariablePart
 
ContentExtractor - Class in org.mmbase.module.lucene.extraction
Handles content extraction
ContentExtractor() - Constructor for class org.mmbase.module.lucene.extraction.ContentExtractor
 
contents(String) - Static method in class org.mmbase.bridge.jsp.taglib.util.ReadFile
 
ContentTag - Class in org.mmbase.bridge.jsp.taglib
Provides environmental information to its body's tags.
ContentTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ContentTag
 
contentTypes - Variable in class org.mmbase.servlet.CharsetRemoverFilter
 
context - Variable in class org.mmbase.applications.mmbob.gui.Controller
 
context - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
contextAdd(String, Set<String>) - Method in class org.mmbase.security.implementation.context.ContextCache
 
ContextAuthentication - Class in org.mmbase.security.implementation.context
Authentication based on a XML-configuration file.
ContextAuthentication() - Constructor for class org.mmbase.security.implementation.context.ContextAuthentication
 
ContextAuthorization - Class in org.mmbase.security.implementation.context
Authorization based on a XML-configuration file.
ContextAuthorization() - Constructor for class org.mmbase.security.implementation.context.ContextAuthorization
 
ContextBuilderFunctions - Class in org.mmbase.security.implementation.cloudcontext
 
ContextBuilderFunctions() - Constructor for class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
contextCache - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
ContextCache - Class in org.mmbase.security.implementation.context
ContextCache class
ContextCache() - Constructor for class org.mmbase.security.implementation.context.ContextCache
 
ContextCollector - Class in org.mmbase.bridge.jsp.taglib.util
A helper class for Lists, to implement ContextProvider.
ContextCollector(ContextProvider) - Constructor for class org.mmbase.bridge.jsp.taglib.util.ContextCollector
 
ContextContainer - Class in org.mmbase.bridge.jsp.taglib.util
This is basicly a Map, and it also implements Map.
ContextContainer(String) - Constructor for class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Since a ContextContainer can contain other ContextContainer, it has to know which ContextContainer contains this.
ContextContainerPair - Class in org.mmbase.bridge.jsp.taglib.util
 
ContextContainerPair(ContextContainer, String, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.ContextContainerPair
 
ContextDepthDataReader - Class in org.mmbase.util.xml.applicationdata
Reads a contextdepth type of application export configuration file.
ContextDepthDataReader(Document) - Constructor for class org.mmbase.util.xml.applicationdata.ContextDepthDataReader
Creates the Context Depth Reader
ContextDepthDataWriter - Class in org.mmbase.util.xml.applicationdata
This class is used to write (export) a selection of nodes to xml format.
ContextDepthDataWriter() - Constructor for class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
 
contextDestroyed(ServletContextEvent) - Method in class org.mmbase.bridge.mock.MockSetup
 
contextGet(String) - Method in class org.mmbase.security.implementation.context.ContextCache
 
contextId - Variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
contextInitialized(ServletContextEvent) - Method in class org.mmbase.bridge.mock.MockSetup
 
ContextLoginModule - Class in org.mmbase.security.implementation.context
Class ContextLoginModule
ContextLoginModule() - Constructor for class org.mmbase.security.implementation.context.ContextLoginModule
 
ContextProcessor - Class in org.mmbase.datatypes.processors
 
ContextProcessor() - Constructor for class org.mmbase.datatypes.processors.ContextProcessor
 
ContextProcessor.Get - Class in org.mmbase.datatypes.processors
 
ContextProcessor.Set - Class in org.mmbase.datatypes.processors
 
ContextProvider - Class in org.mmbase.bridge
This is the main factory to acquire certain CloudContexts.
ContextProvider - Interface in org.mmbase.bridge.jsp.taglib
Abstract representation of a 'context' tag.
ContextProvider - Interface in org.mmbase.security.implementation.cloudcontext
The implemention of 'context' is pluggable, and should be returned by Verify.getContextProvider().
ContextProvider.AllowingContexts - Class in org.mmbase.security.implementation.cloudcontext
 
ContextProvider.LocalResolver - Class in org.mmbase.bridge
The resolver recognizing only the string 'local', which then returns LocalContext.getCloudContext().
ContextProvider.Resolver - Class in org.mmbase.bridge
A Resolver resolves an URI-string (the argument of ContextProvider.getCloudContext(String) to a CloudContext object.
ContextReferrerTag - Class in org.mmbase.bridge.jsp.taglib
If you want to have attributes which obtain the value from a parameter or other context variable, or if you want to be able to refer to other tags, then your tag can extend from this one.
ContextReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
Contexts - Class in org.mmbase.security.implementation.cloudcontext.builders
Representation of a 'context', which can be read as a valid value of the 'owner' field of any object in MMBase.
Contexts() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
contexts - Variable in class org.mmbase.security.implementation.cloudcontext.ContextProvider.AllowingContexts
 
ContextTag - Class in org.mmbase.bridge.jsp.taglib
A ContextTag is like parentheses, and as such can act as a 'namespace' (if it has an id) or as 'scope' (if it doesn't).
ContextTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ContextTag
 
CONTEXTTAG_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.ContextTag
 
ContextUserContext - Class in org.mmbase.security.implementation.context
This UserContext class provides a storage for the authentication and authorization, so that information can be shared.
ContextUserContext(String, Rank, long, MMBaseCop, String) - Constructor for class org.mmbase.security.implementation.context.ContextUserContext
 
ContrastFunction - Class in org.mmbase.calendar
Calculates a contrasting color for a given color.
ContrastFunction() - Constructor for class org.mmbase.calendar.ContrastFunction
 
Controller - Class in org.mmbase.applications.mmbob.gui
 
Controller() - Constructor for class org.mmbase.applications.mmbob.gui.Controller
Constructor
controllerUpdate(ControllerEvent) - Method in class Transcode
Controller Listener.
convert(Object) - Method in class org.mmbase.bridge.implementation.AbstractNodeList
 
convert(Object) - Method in class org.mmbase.bridge.implementation.BasicFieldList
 
convert(Object, Cloud) - Static method in class org.mmbase.bridge.implementation.BasicFunctionValue
 
convert(Object) - Method in class org.mmbase.bridge.implementation.BasicList
converts the object in the list to the excpected format
convert(Object, int) - Method in class org.mmbase.bridge.implementation.BasicList
 
convert(Object) - Method in class org.mmbase.bridge.implementation.BasicNodeList
 
convert(Object) - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList
 
convert(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.SetFieldTag
 
convert(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
Does something with the generated output.
convert(Object, int) - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
convert(Document, Cloud) - Method in class org.mmbase.bridge.util.xml.DocumentConverter
 
convertAll() - Method in class org.mmbase.bridge.implementation.BasicList
 
convertBooleanToInt(Node) - Static method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
Booleans in MMBase are represented by a boolean value.
convertClauseToDBS(String) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
Converts a constraint by turning all 'quoted' fields into database supported fields.
convertDateTimeToInt(Node) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
The editwizard uses integer values to represent dates.
convertDateToLong(String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Convert a string (like "12:42:15 1/2/97") to milliseconds from 1970 The timezone used is 'GMT'
convertImage(byte[], String, List<String>) - Method in class org.mmbase.util.images.AbstractImageConverter
 
convertImage(InputStream, String, OutputStream, List<String>) - Method in class org.mmbase.util.images.AbstractImageConverter
 
convertImage(byte[], String, List<String>) - Method in class org.mmbase.util.images.DummyImageConverter
Call for converting a specified image (byte array) using a list of (string) commands This dummy method ignores any passed commands, and simply returns the inputed list.
convertImage(InputStream, String, OutputStream, List<String>) - Method in class org.mmbase.util.images.DummyImageConverter
 
convertImage(byte[], String, List<String>) - Method in interface org.mmbase.util.images.ImageConverter
This functions converts an image by the given parameters
convertImage(InputStream, String, OutputStream, List<String>) - Method in interface org.mmbase.util.images.ImageConverter
This functions converts an image by the given parameters
convertImage(InputStream, String, OutputStream, List<String>) - Method in class org.mmbase.util.images.ImageMagickImageConverter
This functions converts an image by the given parameters
convertImage(byte[], String, List<String>) - Method in class org.mmbase.util.images.JAIImageConverter
 
convertIntToBoolean(Node) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
Booleans in MMBase are represented by a boolean value.
convertIntToDateTime(Node) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
The editwizard uses integer values to represent dates.
convertIntToTime(int) - Static method in class org.mmbase.util.RelativeTime
Converts an integer (representing the time in milliseconds) to a string (like "12:42:15.020")
convertLegacyBinaryFiles() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Convert legacy file
convertMMObjectNodetoBridgeNode(Cloud, NodeManager, Object) - Static method in class org.mmbase.bridge.implementation.AbstractNodeList
 
convertTimeToInt(int, int, int, int) - Static method in class org.mmbase.util.RelativeTime
Converts the time attribute values to one integer representing the time in milliseconds.
convertTimeToInt(String) - Static method in class org.mmbase.util.RelativeTime
Converts a string (like "12:42:15.020") to milliseconds
ConvertTool - Class in org.mmbase.security.implementation.cloudcontext
A tool to convert between 'cloud' context security and 'xml' context security.
ConvertTool(Cloud) - Constructor for class org.mmbase.security.implementation.cloudcontext.ConvertTool
 
convertToValidate(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
convertToValidate(Object, Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
convertWithBridgeToNode(Cloud, NodeManager, Object) - Static method in class org.mmbase.bridge.implementation.AbstractNodeList
Converts an object to a Node, using only bridge.
cookie - Variable in class org.mmbase.datatypes.processors.Cookies.CookieBase
 
CookieBase() - Constructor for class org.mmbase.datatypes.processors.Cookies.CookieBase
 
Cookies - Class in org.mmbase.datatypes.processors
Setter and Getter to make a virtual field which stores the actual value in a user's cookie.
Cookies() - Constructor for class org.mmbase.datatypes.processors.Cookies
 
Cookies - Class in org.mmbase.module.builders
 
Cookies() - Constructor for class org.mmbase.module.builders.Cookies
 
Cookies.CookieBase - Class in org.mmbase.datatypes.processors
 
Cookies.Getter - Class in org.mmbase.datatypes.processors
 
Cookies.Setter - Class in org.mmbase.datatypes.processors
 
Copier(InputStream, OutputStream, String) - Constructor for class org.mmbase.util.CommandServer.Copier
 
Copier(InputStream, OutputStream, String) - Constructor for class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
CopierFactory - Class in org.mmbase.util.transformers
A place holder factory, which only produces copiers and accepts every parameter for that.
CopierFactory() - Constructor for class org.mmbase.util.transformers.CopierFactory
 
copy() - Method in interface org.mmbase.applications.vprowizards.spring.cache.Modifier
 
copy() - Method in class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
copy() - Method in class org.mmbase.applications.vprowizards.spring.cache.modifiers.TemplateCleanerModifier
 
COPY - Static variable in class org.mmbase.bridge.jsp.taglib.ContentTag
 
copy(String, String, String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Transfers a file from this server to a host.
copy(String, String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Transfers a file from this server to the host.
copy(String, String, String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
copy(String, String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
copy - Variable in class org.mmbase.module.lucene.AssignmentEvents.Event
 
COPY - Static variable in class org.mmbase.module.lucene.Lucene
 
copy(InputStream, OutputStream) - Static method in class org.mmbase.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(FileInputStream, FileOutputStream) - Static method in class org.mmbase.util.IOUtil
 
copy(InputStream, OutputStream, int) - Static method in class org.mmbase.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.mmbase.util.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class org.mmbase.util.IOUtil
Copy chars from a Reader to a Writer.
COPY_AGGREGATING - Static variable in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
COPY_NORMAL - Static variable in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
COPY_WITHOUTFIELDS - Static variable in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
copyActions(ActionRepository, ActionRepository) - Method in class org.mmbase.security.MMBaseCop
 
copyAllAttributes(Node, Node) - Static method in class org.mmbase.applications.editwizard.Utils
Copies all attributes from one node to the other.
copyAllAttributes(Node, Node, List<String>) - Static method in class org.mmbase.applications.editwizard.Utils
Same as above, but now you can supply a Vector with names which should NOT be copied.
copyAttributes(Element, Element) - Static method in class org.mmbase.richtext.processors.xml.Util
 
CopyCharTransformer - Class in org.mmbase.util.transformers
This is the character transformer which does not actually transform anything, it just copies the reader to the writer.
copyChilds(Element, Element) - Static method in class org.mmbase.richtext.processors.xml.Util
 
copyConstraint(Constraint, Step, Query, Step) - Static method in class org.mmbase.bridge.util.Queries
Takes a Constraint of a query, and takes al constraints on 'sourceStep' of it, and copies those Constraints to the given step of the receiving query.
copyConstraint(SearchQuery, Constraint) - Static method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Used by copy-constructor.
copyDestinationOf(TmpObject) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Copies destination of relation in temporary cloud to this object.
CopyFieldCommitProcessorFactory - Class in org.mmbase.datatypes.processors
This factory produces commit-processors which simply copies the value of another field of the same node, to the field with which this CommitProcessor was associated.
CopyFieldCommitProcessorFactory() - Constructor for class org.mmbase.datatypes.processors.CopyFieldCommitProcessorFactory
 
copyFields(SearchQuery) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
copyFields(SearchQuery) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
CopyProcessor - Class in org.mmbase.datatypes.processors
The Processor that does nothing.
CopyProcessor() - Constructor for class org.mmbase.datatypes.processors.CopyProcessor
 
copySortOrders(List<SortOrder>, Step, Query, Step) - Static method in class org.mmbase.bridge.util.Queries
Copies SortOrders to a given step of another query.
copySortOrders(SearchQuery) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
copySourceOf(TmpObject) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Copies source of relation in temporary cloud to this object.
copySteps(SearchQuery) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
copySteps(SearchQuery) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
copyTheme(Theme, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
CoreField - Class in org.mmbase.core
 
CoreField(Field) - Constructor for class org.mmbase.core.CoreField
Creates a CoreField object based on a more generic 'Field'.
CoreField(String, int, int, int, DataType) - Constructor for class org.mmbase.core.CoreField
Create a core object
CoreField(String, CoreField) - Constructor for class org.mmbase.core.CoreField
Copy constructor.
CORENODE - Static variable in class org.mmbase.util.functions.Parameter
 
cost - Variable in class org.mmbase.clustering.Statistics
 
count - Variable in class org.mmbase.applications.crontab.CronEntry
 
count - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
count(Query) - Static method in class org.mmbase.bridge.util.Queries
Takes the query, and does a count with the same constraints (so ignoring 'offset' and 'max')
count - Variable in class org.mmbase.clustering.Statistics
 
count(SearchQuery) - Method in class org.mmbase.core.util.StorageConnector
Counts number of nodes matching a specified constraint.
count(String) - Method in class org.mmbase.module.core.MMTable
Deprecated.
count(NodeSearchQuery) - Method in class org.mmbase.module.core.MMTable
Counts number of nodes matching a specified constraint.
count - Variable in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
count - Variable in class org.mmbase.util.externalprocess.ProcessClosure
 
count() - Method in class org.mmbase.util.images.ImageConversionRequest
Returns how many request are waiting for the result of this image transformation.
count() - Method in class org.mmbase.util.Queue
Deprecated.
Returns the number of items currently in the queue.
CounterInterface - Interface in org.mmbase.module.gui.html
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
countRelatedNodes(String) - Method in interface org.mmbase.bridge.Node
Returns the number of related nodes that have a specific node manager.
countRelatedNodes(NodeManager, String, String) - Method in interface org.mmbase.bridge.Node
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
countRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
countRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
countRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
countRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
countRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.util.AbstractNode
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.util.MapNode
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.util.MapNode
 
countRelatedNodes(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
countRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
countRelations() - Method in interface org.mmbase.bridge.Node
Returns the number of relations this node has with other nodes.
countRelations(String) - Method in interface org.mmbase.bridge.Node
Returns the number of relation nodes attached to this node that have a specific relation manager.
countRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
countRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
countRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
countRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
countRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
countRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
countRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
countRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
countRelations() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
countRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
countRelations() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
countRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
countRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
countRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
countRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
countRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
countRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
countRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
countRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
countRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
countRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
countRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
countRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
countRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
countRelations() - Method in class org.mmbase.bridge.util.AbstractNode
 
countRelations(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
countRelations() - Method in class org.mmbase.bridge.util.NodeWrapper
 
countRelations(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
CountRelationsTag - Class in org.mmbase.bridge.jsp.taglib
The CountRelationsTag can be used as a child of a 'NodeProvider' tag to show the number of relations the node has.
CountRelationsTag() - Constructor for class org.mmbase.bridge.jsp.taglib.CountRelationsTag
 
CP1252Surrogator - Class in org.mmbase.util.transformers
Surrogates the Windows CP1252 characters which are not valid ISO-8859-1.
CP1252Surrogator() - Constructor for class org.mmbase.util.transformers.CP1252Surrogator
 
CP1252Surrogator(int) - Constructor for class org.mmbase.util.transformers.CP1252Surrogator
 
create() - Method in class org.mmbase.applications.vprowizards.spring.BasicCommand.MyFactory
 
Create(String) - Constructor for class org.mmbase.core.event.TransactionEvent.Create
 
create() - Method in class org.mmbase.module.core.MMObjectBuilder
Creates a new builder table in the storage layer.
create(Object, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
create() - Method in class org.mmbase.module.core.VirtualBuilder
Creates a new builder table in the current database.
create(UserContext, int) - Method in class org.mmbase.security.Authorization
This method should be overrided by an extending class.
create(UserContext, int) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
create(UserContext, int) - Method in class org.mmbase.security.implementation.cloud.Verify
 
create(UserContext, int) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
create(UserContext, int) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
create(UserContext, int) - Method in class org.mmbase.security.NoAuthorization
This method does nothing
CREATE - Static variable in class org.mmbase.security.Operation
Identifier for create operation, which is used for creating a new node.
create(MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
create(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
This method inserts a new object in a specific builder, and registers the change.
create(MMObjectNode, List<CoreField>, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
create(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
create() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
create(Index) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Create an index or a unique constraint.
create(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
create(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
Adds a node to the passed builder and all its parent builders.
create() - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Create the basic elements for this storage
create(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Create a storage element to store the specified builder's objects.
create(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
create(Index) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Override the default version.
create(MMObjectNode) - Method in interface org.mmbase.storage.StorageManager
This method creates a new object in the storage, and registers the change.
create(MMObjectBuilder) - Method in interface org.mmbase.storage.StorageManager
Create a storage element to store the specified builder's objects.
create() - Method in interface org.mmbase.storage.StorageManager
Create the basic elements for this storage
create(CoreField) - Method in interface org.mmbase.storage.StorageManager
Creates a field and adds it to the storage of this builder.
CREATE_CONSTRAINT - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating (adding) a constraint, such as a key or index.
CREATE_CONSTRAINT_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating (adding) a constraint.
CREATE_DELETE_TRIGGER - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating an 'delete' trigger for a view.
CREATE_DELETE_TRIGGER_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
 
CREATE_FIELD - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating (adding) a field.
CREATE_FIELD_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating (adding) a field.
CREATE_FOREIGN_KEY - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the partial scheme for creating a foreign (referential) key.
CREATE_FOREIGN_KEY_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for selecting a node type.
CREATE_INDEX - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating an index for a field.
CREATE_INDEX_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating an index
CREATE_INSERT_TRIGGER - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating an 'insert' trigger for a view.
CREATE_INSERT_TRIGGER_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
 
CREATE_INT - Static variable in class org.mmbase.security.Operation
int value for the create Operation
CREATE_OBJECT_ROW_TYPE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a row type.
CREATE_OBJECT_TABLE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a table.
CREATE_OBJECT_TABLE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating a table.
CREATE_PRIMARY_KEY - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the partial scheme for creating a primary key.
CREATE_PRIMARY_KEY_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating a prinary key.
CREATE_ROW_TYPE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a row type.
CREATE_SEQUENCE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a sequence or number table The parameters accepted are: {0} the storage manager (StorageManager), or the basename for tables (String) {1} the (suggested) field definition of the primary key field ('number') {2} the database name or catalog
CREATE_SEQUENCE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating a sequence table.
CREATE_TABLE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a table.
CREATE_TABLE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating a table.
CREATE_UNIQUE_INDEX - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a unique (generally composite) index.
CREATE_UNIQUE_INDEX_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for creating a composite key.
CREATE_UNIQUE_KEY - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the partial scheme for creating a unique key.
CREATE_UNIQUE_KEY_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for selecting a node type.
CREATE_UPDATE_TRIGGER - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating an 'update' trigger for a view.
CREATE_UPDATE_TRIGGER_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
 
CREATE_VIEW - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for creating a view.
CREATE_VIEW_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
 
createAgeConstraint(NodeQuery, int, int) - Static method in class org.mmbase.bridge.util.Queries
As Queries.createAgeConstraint(Query, Step, int int, int), but NodeQuery's have an exceptional step, which can be taken as the default.
createAgeConstraint(Query, Step, int, int) - Static method in class org.mmbase.bridge.util.Queries
Create a constraint for the query which limits to results to nodes of a certain age, based on its number and the 'daymarkers' table.
createAggregatedQuery() - Method in interface org.mmbase.bridge.Cloud
 
createAggregatedQuery() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createAggregatedQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createAggregatedQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createAggregatedQuery() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createAggregatedQuery() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createAggregatedQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createAggregatedQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createAggregatedQuery() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createAlias(BasicNode, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createAlias(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
createAlias(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
Creates a unique alias for this Query based on a given base String
createAlias(BasicNode, String) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
createAlias(String) - Method in interface org.mmbase.bridge.Node
Create an alias for this node.
createAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
createAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
createAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
createAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
createAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
createAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
createAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createAlias(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
createAlias(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
createAlias(int, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Creates an alias for a node, provided the OAlias builder is loaded.
createAlias(int, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Creates an alias for a node, provided the OAlias builder is loaded.
createAlias(String, int) - Method in class org.mmbase.module.corebuilders.OAlias
Creates an alias for the node with the given number, and updates the alias cache.
createAlias(String, int, String) - Method in class org.mmbase.module.corebuilders.OAlias
Creates an alias for the node with the given number, and updates the alias cache.
CreateAliasTag - Class in org.mmbase.bridge.jsp.taglib.edit
To call the method createAlias from Node.
CreateAliasTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.CreateAliasTag
 
createAndAppendNode(Node, String, String) - Static method in class org.mmbase.applications.editwizard.Utils
This method creates a new node, places text and attaches it to the parent.
createANDConstraint(Query, Constraint, Constraint) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a AND composite constraint for the query
createArea(String, int) - Method in class org.mmbase.applications.mmbob.generate.AreasHandler
 
createArrayOf(String, Object[]) - Method in class org.mmbase.module.database.ConnectionWrapper
 
createBacking(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextCollector
 
createBacking(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
createBasicNode() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
BasicNodeManager is garantueed to return BasicNode's.
createBasicNode() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
createBasicRelation() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
BasicRelationManager is garantueed to create BasicRelations.
createBoundary() - Static method in class org.mmbase.util.MultiPartFormOutputStream
Creates a multipart boundary string by concatenating 20 hyphens (-) and the hexadecimal (base-16) representation of the current time in milliseconds.
createCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
This template method is called when the node to edit is changed.
createCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
createCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
createCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
createCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
createCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.action.UpdateNodeAction
 
createCaches(Cloud, int) - Method in class org.mmbase.streams.createcaches.Processor
 
createCaches(Cloud, int, Map<String, JobDefinition>) - Method in class org.mmbase.streams.createcaches.Processor
Creates caches nodes when not existing (or recreate) by making a transcoding Job
CreateCachesFunction - Class in org.mmbase.streams
Triggers (re)creation of caches (streamsourcescaches) of a source node (streamsources).
CreateCachesFunction() - Constructor for class org.mmbase.streams.CreateCachesFunction
 
createCaptchaImage(InputStream, CaptchaDataType.CaptchaImage) - Static method in class org.mmbase.datatypes.CaptchaDataType
 
createCloud(HttpServletRequest) - Static method in class org.mmbase.bridge.util.CloudUtil
Create a new cloud in the session based on the info of the request (username/password) The cloud is stored in the session under the DEFAULT_SESSIONNAME
createCloud(HttpServletRequest, String) - Static method in class org.mmbase.bridge.util.CloudUtil
Create a new cloud in the session based on the info of the request (username/password)
createCloud(HttpServletRequest, String, Map<String, ?>) - Static method in class org.mmbase.bridge.util.CloudUtil
Create a new cloud in the session based on the info of the request (username/password)
createCloud(HttpServletRequest, String, String, Map<String, ?>) - Static method in class org.mmbase.bridge.util.CloudUtil
Create a new cloud in the session based on the info of the request (username/password)
createCommitProcessor(Element) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
createConnection(URL) - Static method in class org.mmbase.util.MultiPartFormOutputStream
Creates a new java.net.URLConnection object from the specified java.net.URL.
createConstraint(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, Object) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, int, Object, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, int, Object) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, int, StepField) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, Object, Object) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, SortedSet<? extends Object>) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(StepField, Query) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(Constraint, int, Constraint) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createConstraint(String) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, Object) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, int, Object) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, int, Object, int) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, int, StepField) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, Object, Object) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, SortedSet<? extends Object>) - Method in interface org.mmbase.bridge.Query
Create a constraint (for use with this Query object).
createConstraint(StepField, Query) - Method in interface org.mmbase.bridge.Query
 
createConstraint(Constraint, int, Constraint) - Method in interface org.mmbase.bridge.Query
Combines two Constraints to one new one, using a boolean operator (AND or OR).
createConstraint(StepField, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, Query) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, SortedSet<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, Object, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, int, Object, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, int, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(Constraint, int, Constraint) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, int, StepField) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createConstraint(StepField, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField, Query) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField, SortedSet<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField, Object, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField, int, Object, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField, int, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(Constraint, int, Constraint) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(StepField, int, StepField) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createConstraint(RemoteStepField, Object) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, RemoteQuery) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, SortedSet<?>) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, Object, Object) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, int, Object, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, int, Object) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteConstraint, int, RemoteConstraint) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, int, RemoteStepField) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createConstraint(RemoteStepField, Object) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, RemoteQuery) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, SortedSet<?>) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, Object, Object) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, int, Object, int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, int, Object) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteConstraint, int, RemoteConstraint) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, int, RemoteStepField) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createConstraint(RemoteStepField, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, RemoteQuery) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, SortedSet<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, Object, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, int, Object, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, int, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteConstraint, int, RemoteConstraint) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, int, RemoteStepField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createConstraint(RemoteStepField, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField, RemoteQuery) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField, SortedSet<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField, Object, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField, int, Object, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField, int, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteConstraint, int, RemoteConstraint) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(RemoteStepField, int, RemoteStepField) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createConstraint(String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, Object) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, int, Object) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, int, Object, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, int, StepField) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, Object, Object) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, SortedSet<? extends Object>) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(StepField, Query) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(Constraint, int, Constraint) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createConstraint(Query, String, int, Object) - Static method in class org.mmbase.bridge.util.Queries
createConstraint(Query, String, int, Object, Object, boolean) - Static method in class org.mmbase.bridge.util.Queries
createConstraint(Query, String, int, Object, Object, boolean, int) - Static method in class org.mmbase.bridge.util.Queries
Creates a constraint smartly, depending on the type of the field, the value is cast to the right type, and the right type of constraint is created.
createContainer(ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
created() - Method in class org.mmbase.core.util.StorageConnector
Check whether the table is accessible.
created() - Method in class org.mmbase.module.core.MMTable
Check whether the table is accessible.
createDataSink(Processor, MediaLocator) - Method in class Transcode
Create the DataSink.
createDataSource(File) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
createDataType(String, Class<C>) - Static method in class org.mmbase.datatypes.DataTypes
Create an instance of a DataType based on the class passed.
createDatetimeConstraint(NodeQuery, Field, long, long) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a date and time constraint for a query The value is matched on likelihood (wildcard % match).
createElement(String) - Method in class org.mmbase.bridge.util.xml.Generator
 
createEqualConstraint(NodeQuery, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, NodeManager, String, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, NodeManager, String, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, NodeManager, String, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, NodeManager, String, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, NodeManager, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, NodeManager, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, Field, String, boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, Field, String, boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, Field, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, Field, Integer) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, Field, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, Field, Boolean) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(NodeQuery, Field, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createEqualConstraint(Query, Field, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on equality (exact match).
createField(String, int, int, int, DataType) - Static method in class org.mmbase.core.util.Fields
Returns an instance of a CoreField based on the type and state.
createField(String, int, int, DataType) - Static method in class org.mmbase.core.util.Fields
Defaulting version of Fields.createField(String, int int, int, DataType) (no list item type, because it is nearly always irrelevant).
createFieldList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty field list
createFieldList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createFieldList() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
createFieldList() - Method in interface org.mmbase.bridge.NodeManager
Returns a new, empty field list for this nodemanager
createFieldList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createFieldList() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createFieldList() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createFieldList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createFieldList() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createFieldList() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createFieldList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createFieldList() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createFieldList() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createFieldList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createFieldList() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
createFileWatcher(String) - Method in class org.mmbase.util.ResourceWatcher
When a resource is added to this ResourceWatcher, this method is called to create a FileWatcher, and add all files associated with the resource to it.
createFilter(String) - Static method in class org.mmbase.module.lucene.Searcher
 
createFunctionValue(Object) - Method in class org.mmbase.bridge.implementation.BasicNode
 
createFunctionValue(Object) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
createFunctionValue(Object) - Method in class org.mmbase.bridge.util.AbstractNode
 
createIfNotExists() - Method in class org.mmbase.module.core.MMObjectBuilder
Creates the associated database table, unless it already exists.
createInConstraint(Query, Field, SortedSet<? extends Object>) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for the query which limits the values in the result based on the set
createIndex(String) - Method in class org.mmbase.core.util.StorageConnector
 
createIndex(File) - Method in class org.mmbase.mojo.CreateIndexFiles
 
createIndex(Index, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Create an index or a unique constraint.
createIndexDefinition(Element, Set<String>, boolean, boolean, String, Analyzer) - Method in class org.mmbase.module.lucene.Lucene
MMBase Queries and sub-queries
CreateIndexFiles - Class in org.mmbase.mojo
Create INDEX files inside the org.mmmbase.config package
CreateIndexFiles() - Constructor for class org.mmbase.mojo.CreateIndexFiles
 
createIndices(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
(Re)create all constraints and indices that contain a specific field.
createItem(String, String, boolean, String) - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItemFactory
 
createKey() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
createKey() - Method in interface org.mmbase.storage.StorageManager
Gives an unique number for a new node, to be inserted in the storage.
createLikeConstraint(NodeQuery, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on likelihood (wildcard % match).
createLikeConstraint(Query, Field, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on likelihood (wildcard % match).
createLikeConstraint(Query, StepField, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for a query The value is matched on likelihood (wildcard % match).
createList(Cloud) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
createList() - Method in class org.mmbase.applications.editwizard.Config.Configurator
Deprecated.
use createList(cloud)
createLogicalConstraint(Query, Constraint, Constraint, int) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a composite constraint for the query
createLogin(String, StringTokenizer, scanpage) - Method in class org.mmbase.module.MMUsers
 
createMakeEmptyConstraint(Query) - Static method in class org.mmbase.bridge.util.Queries
Creates a constraint that would make the result of the query q empty.
createMediaLocator(String) - Static method in class Transcode
Create a media locator from the given string.
createMessage(Event) - Method in class org.mmbase.clustering.ClusterManager
 
createMessage(String, int, String, String) - Method in class org.mmbase.clustering.ClusterManager
Creates MMBase 1.7 parseable message.
createMMBase() - Method in class org.mmbase.module.core.MMBase
Create a new MMBase persistent storage instance.
createMMObjectNode() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
Creates new MMObjectNode for the current node manager.
createMmxfDocument() - Static method in class org.mmbase.richtext.Mmxf
Creates an (empty) Mmxf Document
createModuleList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty module list
createModuleList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createModuleList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createModuleList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createModuleList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createModuleList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createNewQuery() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createNewStatus() - Method in class org.mmbase.util.transformers.BufferedReaderTransformer
 
createNewStatus() - Method in class org.mmbase.util.transformers.SpaceReducer
 
createNewStepField(SearchQuery, StepField) - Static method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Creates a new StepField like f for query q.
createNode(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
This template method is called to obtain the node for this action.
createNode(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
This template method implementation handles all the preconditions for relation actions.
createNode(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
createNode(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.UpdateNodeAction
 
createNode() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
createNode() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
createNode() - Method in interface org.mmbase.bridge.NodeManager
Creates a new node.
createNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createNode() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createNode() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createNode() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
CreateNodeAction - Class in org.mmbase.applications.vprowizards.spring.action
This action will create a node of the type that you set in the field 'nodemanager'
CreateNodeAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
createNodeEventInstance(Node, int, String) - Static method in class org.mmbase.core.event.NodeEventHelper
 
createNodeEventInstance(MMObjectNode, int, String) - Static method in class org.mmbase.core.event.NodeEventHelper
create an NodeEvent instance with an MMObjectNode
createNodeList() - Method in interface org.mmbase.bridge.Cloud
Returns a new, empty node list for this cloud
createNodeList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty node list.
createNodeList() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createNodeList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createNodeList() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
createNodeList() - Method in interface org.mmbase.bridge.NodeManager
Returns a new, empty node list for this nodemanager
createNodeList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createNodeList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createNodeList() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createNodeList() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createNodeList() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createNodeList() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createNodeList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createNodeList() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createNodeList() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createNodeList() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createNodeList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createNodeList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createNodeList() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createNodeList() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createNodeList() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createNodeList() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createNodeList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createNodeList() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
createNodeManagerList() - Method in interface org.mmbase.bridge.Cloud
Returns a new, empty node manager list for this cloud
createNodeManagerList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty node manager list Note that it is generally better to use Cloud.createNodeManagerList().
createNodeManagerList() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createNodeManagerList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createNodeManagerList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createNodeManagerList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createNodeManagerList() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createNodeManagerList() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createNodeManagerList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createNodeManagerList() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createNodeManagerList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createNodeManagerList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createNodeManagerList() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createNodeManagerList() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createNodeManagerList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createNodeQuery() - Method in interface org.mmbase.bridge.Cloud
Create an empty NodeQuery, which can be filled, and used in NodeManager.getList(NodeQuery) or Cloud.getList(Query) (but then no 'real' node are returned).
createNodeQuery() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createNodeQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createNodeQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createNodeQuery() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createNodeQuery() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createNodeQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createNodeQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createNodeQuery() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createNodeQuery(Node) - Static method in class org.mmbase.bridge.util.Queries
Returns the NodeQuery returning the given Node.
createNodesConstraints(NodeList) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a set with the node numbers of the list of nodes
CreateNodeTag - Class in org.mmbase.bridge.jsp.taglib.edit
A NodeProvider which creates a new node, which will be commited after the body.
CreateNodeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.CreateNodeTag
 
createObject(Document, Node, Node, Map<String, Object>, Document) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method can create a object (or a tree of objects and relations)
createObject(Document, Node, Node, Map<String, Object>, int, Document) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method can create a object (or a tree of objects and relations) this method should be called from the wizard if it needs to create a new combination of fields, objects and relations.
createObject(String, String, boolean) - Method in class org.mmbase.applications.xmlimporter.Transaction
Create object in the context of this transaction.
createObject(Attributes) - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
createObject(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
This method inserts a new object in a specific builder, and registers the change.
createParameters() - Method in class org.mmbase.applications.mmbob.util.transformers.SmileyFactory
 
createParameters(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
createParameters(String) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
createParameters(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
createParameters(String) - Method in interface org.mmbase.bridge.Module
Creates a parameter list for a function.
createParameters(String) - Method in interface org.mmbase.bridge.Node
Creates a parameter list for a function.
createParameters(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
createParameters() - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
createParameters(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
createParameters(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
createParameters(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createParameters(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
createParameters(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createParameters(String) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
createParameters() - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
createParameters(String) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
createParameters(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
createParameters(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createParameters(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
createParameters(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createParameters(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
createParameters() - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
createParameters(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
createParameters(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
createParameters(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createParameters(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
createParameters(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createParameters(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
createParameters(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
createParameters() - Method in class org.mmbase.datatypes.processors.CharTransformerProcessorFactory
 
createParameters() - Method in class org.mmbase.datatypes.processors.ChecksumGetProcessorFactory
createParameters() - Method in class org.mmbase.datatypes.processors.ChecksumProcessorFactory
createParameters() - Method in class org.mmbase.datatypes.processors.CopyFieldCommitProcessorFactory
createParameters() - Method in class org.mmbase.datatypes.processors.LastModifiedProcessorFactory
createParameters() - Method in interface org.mmbase.datatypes.processors.ParameterizedCommitProcessorFactory
Create empty Parameters object for use with ParameterizedCommitProcessorFactory.createProcessor(Parameters).
createParameters() - Method in interface org.mmbase.datatypes.processors.ParameterizedProcessorFactory
Create empty Parameters object for use with ParameterizedProcessorFactory.createProcessor(Parameters).
createParameters() - Method in class org.mmbase.framework.basic.BasicFramework
 
createParameters() - Method in class org.mmbase.framework.Block
Before rendering, it may have to be fed with certain parameters.
createParameters() - Method in class org.mmbase.framework.Framework
Return a Parameters object that needs to be passed on to the getUrl() call.
createParameters(String) - Method in class org.mmbase.module.core.MMObjectNode
 
createParameters() - Method in class org.mmbase.security.Action
 
createParameters(String) - Method in class org.mmbase.security.Authentication
For a given authentication type returns a parameters object to fill with credentials.
createParameters(String) - Method in interface org.mmbase.security.AuthenticationData
For a given authentication type returns a parameters object to fill with credentials.
createParameters(String) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
createParameters(String) - Method in class org.mmbase.security.NoAuthentication
 
createParameters() - Method in class org.mmbase.util.functions.AbstractFunction
Creates an empty 'Parameters' object for you, which you have to fill and feed back to getFunctionValue
createParameters() - Method in class org.mmbase.util.functions.CombinedFunction
 
createParameters() - Method in interface org.mmbase.util.functions.Function
Creates an empty 'Parameters' object for you, which you have to fill and feed back to getFunctionValue
createParameters(String) - Method in class org.mmbase.util.functions.FunctionProvider
Creates a new empty Parameters object for given function.
createParameters() - Method in class org.mmbase.util.functions.WrappedFunction
 
createParameters() - Method in class org.mmbase.util.transformers.BeanTransformerFactory
 
createParameters() - Method in class org.mmbase.util.transformers.ChecksumFactory
 
createParameters() - Method in class org.mmbase.util.transformers.CodeSampleFactory
 
createParameters() - Method in class org.mmbase.util.transformers.CopierFactory
 
createParameters() - Method in class org.mmbase.util.transformers.EncryptionTransformerFactory
 
createParameters() - Method in class org.mmbase.util.transformers.GoogleHighlighterFactory
 
createParameters() - Method in class org.mmbase.util.transformers.ParagraphTransformerFactory
 
createParameters() - Method in interface org.mmbase.util.transformers.ParameterizedTransformerFactory
Create empty Parameters object for use with ParameterizedTransformerFactory.createTransformer(Parameters).
createParameters() - Method in class org.mmbase.util.transformers.RegexpReplacerFactory
 
createParameters() - Method in class org.mmbase.util.transformers.ResourceBundleReplacerFactory
 
createParameters() - Method in class org.mmbase.util.transformers.SubstringFactory
 
createParameters() - Method in class org.mmbase.util.transformers.TagStripperFactory
 
createParameters() - Method in class org.mmbase.util.transformers.WordWrapperFactory
 
createPatternParser(String) - Method in class org.mmbase.util.logging.log4j.MMPatternLayout
 
createPool() - Method in class org.mmbase.module.database.MultiPool
Fills the connection pool
createPoster(String, String) - Method in class org.mmbase.applications.mmbob.Forum
create a new poster for the forum
createPoster(String, int) - Method in class org.mmbase.applications.mmbob.generate.PostersHandler
 
createPoster(String, String, String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
create a new poster, creates a account and puts in the users admin system of the forum
createPosterNick(String, String, String, String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
createPosterProxy(String, String, String, String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
create a new poster proxy, creates a account and puts in the users admin system of the forum
createPreHtml(String) - Method in class org.mmbase.applications.editwizard.Wizard
This method generates the pre-html.
createPreHtml(Node, String, Node, String) - Method in class org.mmbase.applications.editwizard.Wizard
This method generated the pre-html.
createPreHtmlForm(Node, Node, Node) - Method in class org.mmbase.applications.editwizard.Wizard
This method is used by the #createPreHtml method to generate a pre-html form.
createProcessor(Parameters) - Method in class org.mmbase.datatypes.processors.CharTransformerProcessorFactory
 
createProcessor(Parameters) - Method in class org.mmbase.datatypes.processors.ChecksumGetProcessorFactory
Creates a parameterized processor.
createProcessor(Parameters) - Method in class org.mmbase.datatypes.processors.ChecksumProcessorFactory
Creates a parameterized processor.
createProcessor(Parameters) - Method in class org.mmbase.datatypes.processors.CopyFieldCommitProcessorFactory
Creates a parameterized processor.
createProcessor(Parameters) - Method in class org.mmbase.datatypes.processors.LastModifiedProcessorFactory
Creates a parameterized processor.
createProcessor(Parameters) - Method in interface org.mmbase.datatypes.processors.ParameterizedCommitProcessorFactory
Creates a parameterized processor.
createProcessor(Parameters) - Method in interface org.mmbase.datatypes.processors.ParameterizedProcessorFactory
Creates a parameterized processor.
createProcessor(Element) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
createProvider() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
createQuery() - Method in interface org.mmbase.bridge.Cloud
Create an empty Query, which can be filled, and used in Cloud.getList(Query).
createQuery() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createQuery() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
createQuery() - Method in interface org.mmbase.bridge.NodeManager
Creates a query for this NodeNanager.
createQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createQuery() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createQuery() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createQuery() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createQuery() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createQuery() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createQuery() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
createQuery(Cloud, String, String, String, String, String, String, String, boolean) - Static method in class org.mmbase.bridge.util.Queries
Creates a Query object using arguments for Cloud.getList(String, String, String, String, String, String, String, boolean) (this function is of course implemented using this utility).
createQuery(String) - Static method in class org.mmbase.module.lucene.Searcher
Parses a constraint into a query.
createRank(int, String) - Static method in class org.mmbase.security.Rank
Creates and adds a new Rank for the security system.
createRelatedNodeListQuery(Node, String, String, String, Object, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a query for a list of nodes which are related to the parent node and contain a field value.
createRelatedNodeListQuery(Node, String, String, String, Object, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a query for a list of nodes which are related to the parent node and contain a field value.
createRelatedNodeListQuery(Node, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a query for a list of nodes which are related to the parent node and contain a field value.
createRelatedNodeListQuery(Node, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a query for a list of nodes which are related to the parent node and contain a field value.
createRelatedNodeListQuery(NodeList, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a query for a list of nodes which are related to the parent node and contain a field value.
createRelatedNodeListQuery(NodeList, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a query for a list of nodes which are related to the parent node and contain a field value.
createRelatedNodesQuery(Node, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.Queries
Returns a query to find the nodes related to the given node.
createRelation(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
This template method should be implemented by concrete implementations of this class.
createRelation(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
createRelation(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
Try to find the relation node that is of type given by the role field, and exists between the source and destination node.
createRelation(Transaction, Map<String, Node>, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
createRelation(String, String, String, String) - Method in class org.mmbase.applications.xmlimporter.Transaction
Create relation in the context of this transaction.
createRelation(Node, Node) - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
createRelation(Node, RelationManager) - Method in interface org.mmbase.bridge.Node
Adds a relation between this node and a specified node to the cloud.
createRelation(Node, Node) - Method in interface org.mmbase.bridge.RelationManager
Adds a relation from this type.
createRelation(Node, RelationManager) - Method in interface org.mmbase.bridge.RelationManager
This method from Node is redeclared here to prevent an ambiguous invocation of method.
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
createRelation(Node, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createRelation(RemoteNode, RemoteRelationManager) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
createRelation(RemoteNode, RemoteRelationManager) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createRelation(RemoteNode, RemoteRelationManager) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
createRelation(RemoteNode, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createRelation(RemoteNode, RemoteRelationManager) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createRelation(RemoteNode, RemoteRelationManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
createRelation(RemoteNode, RemoteRelationManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createRelation(RemoteNode, RemoteRelationManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
createRelation(RemoteNode, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createRelation(RemoteNode, RemoteRelationManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.util.AbstractNode
 
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.util.MapNode
 
createRelation(Node, RelationManager) - Method in class org.mmbase.bridge.util.NodeWrapper
 
createRelation(Node, Node, NodeList) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
CreateRelationAction - Class in org.mmbase.applications.vprowizards.spring.action
this action creates a relation.
CreateRelationAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
createRelationEventInstance(Relation, int, String) - Static method in class org.mmbase.core.event.NodeEventHelper
 
createRelationEventInstance(MMObjectNode, int, String) - Static method in class org.mmbase.core.event.NodeEventHelper
create an RelationEvent instnce with an MMObjectNode (builder should be specialization of insrel)
createRelationList() - Method in interface org.mmbase.bridge.Cloud
Returns a new, empty relation list for this cloud
createRelationList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty relation list Note that it is generally better to use Cloud.createRelationList() or NodeManager.createRelationList().
createRelationList() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createRelationList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createRelationList() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
createRelationList() - Method in interface org.mmbase.bridge.NodeManager
Returns a new, empty relation list for this nodemanager
createRelationList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createRelationList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createRelationList() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
createRelationList() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
createRelationList() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createRelationList() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createRelationList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createRelationList() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
createRelationList() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
createRelationList() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createRelationList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createRelationList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createRelationList() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
createRelationList() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
createRelationList() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createRelationList() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createRelationList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createRelationList() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
createRelationManagerList() - Method in interface org.mmbase.bridge.Cloud
Returns a new, empty relation manager list for this cloud
createRelationManagerList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty relation manager list Note that it is generally better to use Cloud.createRelationManagerList().
createRelationManagerList() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createRelationManagerList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createRelationManagerList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createRelationManagerList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createRelationManagerList() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createRelationManagerList() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createRelationManagerList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createRelationManagerList() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createRelationManagerList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createRelationManagerList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createRelationManagerList() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createRelationManagerList() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createRelationManagerList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createRelationNodesQuery(Node, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.Queries
Returns a query to find the relations nodes of the given node.
createRelationNodesQuery(Node, Node, String, String) - Static method in class org.mmbase.bridge.util.Queries
Returns a query to find the relations nodes between two given nodes.
CreateRelationTag - Class in org.mmbase.bridge.jsp.taglib.edit
A tag lib to create relations.
CreateRelationTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.CreateRelationTag
 
createReply(PostThread, Poster, int) - Method in class org.mmbase.applications.mmbob.generate.ReplysHandler
 
createResourceAsStream(String) - Method in class org.mmbase.util.ResourceLoader
If you want to change a resource, or create one, then this method can be used.
createSelectionQuery(Hashtable<String, Object>, MMObjectBuilder) - Method in class org.mmbase.module.gui.html.StateManager
 
createSequence() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Creates a means for the database to pre-create keys with increasing numbers.
createSettingValueParameters() - Method in class org.mmbase.framework.basic.BasicFramework
 
createSettingValueParameters() - Method in class org.mmbase.framework.Framework
 
createSource(MMObjectNode, int, int, int, int, String, String) - Method in class org.mmbase.applications.media.builders.MediaSources
create a new mediasource, and relate it with specified mediafragment.
CreateSourcesWithoutProcessFunction - Class in org.mmbase.streams
Function on mediafragments to create a streamsources nodes without processing the stream and creating (transcoding into) streamsourcescaches.
CreateSourcesWithoutProcessFunction() - Constructor for class org.mmbase.streams.CreateSourcesWithoutProcessFunction
 
createSqlString(SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicQueryHandler
Makes a String of a query, taking into consideration if the database supports offset and maxnumber features.
createSqlString(SearchQuery) - Method in interface org.mmbase.storage.search.SearchQueryHandler
Makes a String of a query, taking into consideration if the database supports offset and maxnumber features.
createStatement() - Method in class org.mmbase.module.database.ConnectionWrapper
 
createStatement(int, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
createStatement(int, int, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
createStatement() - Method in interface org.mmbase.module.database.MultiConnection
 
createStatement(int, int) - Method in interface org.mmbase.module.database.MultiConnection
 
createStatement(int, int, int) - Method in interface org.mmbase.module.database.MultiConnection
 
createStatement() - Method in class org.mmbase.module.database.MultiConnectionImplementation
createStatement returns an SQL Statement object
createStatement(int, int) - Method in class org.mmbase.module.database.MultiConnectionImplementation
createStatement returns an SQL Statement object
createStatement(int, int, int) - Method in class org.mmbase.module.database.MultiConnectionImplementation
createStepField(String) - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
createStepField(Step, Field) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createStepField(Step, String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createStepField(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createStepField(Step, Field) - Method in interface org.mmbase.bridge.Query
Creates a StepField object withouth adding it (needed for aggregated queries).
createStepField(Step, String) - Method in interface org.mmbase.bridge.Query
Creates a StepField object withouth adding it (needed for aggregated queries).
createStepField(String) - Method in interface org.mmbase.bridge.Query
Creates the step field for the given name.
createStepField(Step, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createStepField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createStepField(Step, Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
createStepField(Step, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createStepField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createStepField(Step, Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
createStepField(RemoteStep, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createStepField(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createStepField(RemoteStep, RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
createStepField(RemoteStep, String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createStepField(String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createStepField(RemoteStep, RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
createStepField(RemoteStep, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createStepField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createStepField(RemoteStep, RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
createStepField(RemoteStep, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createStepField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createStepField(RemoteStep, RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
createStepField(Step, Field) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createStepField(Step, String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createStepField(String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
createStepsOverview(Document, Document) - Static method in class org.mmbase.applications.editwizard.Validator
Constructs an overview-node in the pre-html where all steps are described.
createStorageManager() - Method in class org.mmbase.storage.StorageManagerFactory
 
createString(int) - Static method in class org.mmbase.datatypes.CaptchaDataType
 
createStringList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty string list
createStringList() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
createStringList() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
createStringList() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
createStringList() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
createStringList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createStruct(String, Object[]) - Method in class org.mmbase.module.database.ConnectionWrapper
 
createSystemDataTypeCollector() - Static method in class org.mmbase.datatypes.DataTypeCollector
Creates the DataTypeCollector used to store datatypes accessible throughout the application.
createSystemField(String, int) - Static method in class org.mmbase.core.util.Fields
Returns an instance of a CoreField based on the type, with state 'SYSTEM', and a basic datatype assigned.
createTable(MMObjectBuilder, List<CoreField>, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
createTagger(String) - Method in class org.mmbase.util.StringTagger
Parses the given line, and stores all value-pairs found in the tokens and multitokens fields.
createTemporaryFile(SerializableInputStream, String) - Static method in class org.mmbase.module.builders.Images
 
createThread(String, String, Poster, int) - Method in class org.mmbase.applications.mmbob.generate.ThreadsHandler
 
createThreeItems(Vector<String>, StringTagger) - Method in class org.mmbase.util.DirectoryLister
This method creates a vector with 3 items: ITEM1=fileentry, ITEM2=moddate, ITEM3=previewfilename if exists else fileentry.
createTmpAlias(String, String, String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
createTmpAlias(String, String, String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
createTmpNode(String, String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
createTmpNode(String, String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
createTmpRelationNode(String, String, String, String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
createTmpRelationNode(String, String, String, String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
createTransaction(HttpServletRequest) - Method in interface org.mmbase.applications.vprowizards.spring.CloudFactory
create or reuse some transaction.
createTransaction(HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.NamePasswordCloudFactory
 
createTransaction(HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.SessionReadingCloudFactory
 
createTransaction(UserTransactionInfo, String, boolean, long) - Static method in class org.mmbase.applications.xmlimporter.Transaction
Create a Transaction.
createTransaction(UserTransactionInfo, String, boolean, long, File, Consultant) - Static method in class org.mmbase.applications.xmlimporter.Transaction
Create a Transaction.
createTransaction() - Method in interface org.mmbase.bridge.Cloud
Creates a transaction on this cloud.
createTransaction(String) - Method in interface org.mmbase.bridge.Cloud
Creates a transaction on this cloud with a specified name.
createTransaction(String, boolean) - Method in interface org.mmbase.bridge.Cloud
Creates a transaction on this cloud with a specified name.
createTransaction() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createTransaction(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createTransaction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createTransaction() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createTransaction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createTransaction() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
createTransaction(String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createTransaction(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createTransaction() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
createTransaction(String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createTransaction(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createTransaction() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createTransaction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createTransaction() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createTransaction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createTransaction() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
createTransaction() - Method in class org.mmbase.bridge.util.AbstractCloud
 
createTransaction(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.util.AbstractCloud
 
createTransaction(String) - Method in class org.mmbase.module.core.TransactionManager
Creates transaction with given name.
createTransformer(Parameters) - Method in class org.mmbase.applications.mmbob.util.transformers.SmileyFactory
 
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.BeanTransformerFactory
 
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.ChecksumFactory
Creates a parameterized transformer.
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.CodeSampleFactory
 
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.CopierFactory
 
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.EncryptionTransformerFactory
Return a parameterized transformer, based on the given parameters.
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.GoogleHighlighterFactory
 
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.ParagraphTransformerFactory
 
createTransformer(Parameters) - Method in interface org.mmbase.util.transformers.ParameterizedTransformerFactory
Creates a parameterized transformer.
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.RegexpReplacerFactory
Creates a parameterized transformer.
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.ResourceBundleReplacerFactory
Creates a parameterized transformer.
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.SubstringFactory
 
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.TagStripperFactory
Creates a parameterized transformer.
createTransformer(Parameters) - Method in class org.mmbase.util.transformers.WordWrapperFactory
Creates a parameterized transformer.
createTree(Node, RelationManager, int, Writer) - Static method in class org.mmbase.richtext.Mmxf
createTree(Node, Node, RelationManager, int, String, String, Writer) - Static method in class org.mmbase.richtext.Mmxf
Creates a a tree of Nodes from an mmxf DOM-Node.
createTypeConstraints(NodeQuery, List<String>) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a constraint for the query which limits the node types of the nodes in the result
createURLComposers(MMObjectNode, MMObjectNode, MMObjectNode, Map<String, Object>, List<URLComposer>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.urlcomposers.URLComposerFactory
When the provider/source/fragment combo is determined they can be fed into this function of the urlcomposerfactory, which will then produce zero or more urlcomposers.
createVirtualNodeManager(Cloud, Map, boolean) - Static method in class org.mmbase.bridge.util.MapNode
 
createWizard(Cloud) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
CreationTimeGuesser - Class in org.mmbase.datatypes.processors
Get-processor for 'created' field.
CreationTimeGuesser() - Constructor for class org.mmbase.datatypes.processors.CreationTimeGuesser
 
Creator - Class in org.mmbase.datatypes.processors
This processor can be used as a 'set' processor on a field.
Creator() - Constructor for class org.mmbase.datatypes.processors.Creator
 
Creator() - Constructor for class org.mmbase.datatypes.processors.Related.Creator
 
Creator() - Constructor for class org.mmbase.datatypes.processors.RelatedField.Creator
 
CronDaemon - Class in org.mmbase.applications.crontab
CronDaemon is a "crontab" clone written in java.
cronDaemon - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
cronEntry - Variable in class org.mmbase.applications.crontab.AbstractCronJob
 
CronEntry - Class in org.mmbase.applications.crontab
Defines one entry for CronDaemon.
CronEntry(String, String, String, String, String) - Constructor for class org.mmbase.applications.crontab.CronEntry
 
CronEntry(String, String, String, String, String, String) - Constructor for class org.mmbase.applications.crontab.CronEntry
 
CronEntry(String, String, String, String, String, String, Pattern) - Constructor for class org.mmbase.applications.crontab.CronEntry
 
CronEntry(String, String, String, String, String, CronEntry.Type) - Constructor for class org.mmbase.applications.crontab.CronEntry
 
CronEntry(String, String, String, String, String, CronEntry.Type, Pattern) - Constructor for class org.mmbase.applications.crontab.CronEntry
 
CronEntry.Type - Enum in org.mmbase.applications.crontab
 
CronEntryField - Class in org.mmbase.applications.crontab
One the fields of the 'crontab' syntax, which is something like '*' or '* /5' or 5-23.
CronEntryField() - Constructor for class org.mmbase.applications.crontab.CronEntryField
 
CronEntryField(String) - Constructor for class org.mmbase.applications.crontab.CronEntryField
 
CronJob - Interface in org.mmbase.applications.crontab
CronJobs are simply 'Runnable' but also have a init-method, which is called by CronDaemon.
CronJobs - Class in org.mmbase.applications.crontab.builders
Builder that holds cronjobs and listens to changes.
CronJobs() - Constructor for class org.mmbase.applications.crontab.builders.CronJobs
 
cronStart - Variable in class org.mmbase.applications.crontab.ProposedJobs.Event
 
CrontabModule - Class in org.mmbase.applications.crontab.modules
Starts a crontab for MMBase as a Module.
CrontabModule() - Constructor for class org.mmbase.applications.crontab.modules.CrontabModule
 
cronTime - Variable in class org.mmbase.applications.crontab.CronEntry
 
crop(PlanarImage, int, int, int, int) - Static method in class org.mmbase.util.images.JAIImageConverter
 
CROP_BEGIN - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
CROP_END - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
CROP_MIDDLE - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
CSS1_BRIGHT_COLORS - Static variable in class org.mmbase.calendar.ContrastFunction
 
CSS1_DARK_COLORS - Static variable in class org.mmbase.calendar.ContrastFunction
 
CSVReader - Class in org.mmbase.util
Reads Comma Separated Values (CSV).
CSVReader(String, String, String) - Constructor for class org.mmbase.util.CSVReader
Constructor
CSVReader(String, String) - Constructor for class org.mmbase.util.CSVReader
 
CSVReader(String) - Constructor for class org.mmbase.util.CSVReader
 
CSVReader() - Constructor for class org.mmbase.util.CSVReader
 
curChar - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
curChar - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
curDepth - Variable in class org.mmbase.util.transformers.ListParser
 
curLexState - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
curLexState - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
curNode - Variable in class org.mmbase.module.gui.html.EditState
 
currentClass - Variable in class org.mmbase.mojo.remote.AbstractGenerator
 
currentCloud() - Static method in class org.mmbase.bridge.util.CloudThreadLocal
 
currentDepth() - Method in interface org.mmbase.bridge.util.TreeIterator
Depth of the last node fetched with next() or nextNode()
currentDepth() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
Depth of the last node fetched with next() or nextNode()
currentItemIndex - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
currentItemIndex - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
The current item
currentItemIndex - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
currentTimeMillis() - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the current time in milliseconds (for the current-timezone!!)
currentToken - Variable in exception org.mmbase.util.dateparser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.mmbase.util.transformers.ParseException
This is the last token that has been consumed successfully.
currentTypeSet - Variable in class org.mmbase.mojo.remote.AbstractClassGenerator
 

D

D - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
DaemonTask - Interface in org.mmbase.core.util
Deprecated.
This class copies functionality present in e.g. java.util.concurrent.ScheduledThreadPoolExecutor (a thread pool which can be used is e.g. ThreadPools.scheduler).
DaemonThread - Class in org.mmbase.core.util
Deprecated.
This class copies functionality present in e.g. java.util.concurrent.ScheduledThreadPoolExecutor (a thread pool which can be used is e.g. ThreadPools.scheduler). If scheduling is not used, then only the thread group is special, which can just as well be obtained by MMBaseContext.getThreadGroup().
DaemonThread() - Constructor for class org.mmbase.core.util.DaemonThread
Deprecated.
Create a MMBase daemon thread (associated with this MMBase's threadgroup).
DaemonThread(String) - Constructor for class org.mmbase.core.util.DaemonThread
Deprecated.
Create a MMBase daemon thread (associated with this MMBase's threadgroup).
DaemonThread(Runnable, String) - Constructor for class org.mmbase.core.util.DaemonThread
Deprecated.
Create a MMBase daemon thread (associated with this MMBase's threadgroup).
data - Variable in class org.mmbase.util.filebuffer
 
DATA_SOURCE - Static variable in class org.mmbase.storage.implementation.database.Attributes
Attribute: database-data-source.
DatabaseStorageLookup - Class in org.mmbase.storage.implementation.database
Represents a xml document that can be used to determine the database configuration resource, based on a database's metadata.
DatabaseStorageLookup() - Constructor for class org.mmbase.storage.implementation.database.DatabaseStorageLookup
Constructor, accesses the storage lookup xml resource
DatabaseStorageManager - Class in org.mmbase.storage.implementation.database
A JDBC implementation of an object related storage manager.
DatabaseStorageManager() - Constructor for class org.mmbase.storage.implementation.database.DatabaseStorageManager
Constructor
DatabaseStorageManager.InputStreamBlob - Class in org.mmbase.storage.implementation.database
 
DatabaseStorageManagerFactory - Class in org.mmbase.storage.implementation.database
A storage manager factory for database storages.
DatabaseStorageManagerFactory() - Constructor for class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
DatabaseSupport - Interface in org.mmbase.module.database
Interface to support specific database things for the JDBC module
DatabaseSupportInformix - Class in org.mmbase.module.database
Deprecated.
Use ;IFX_LOCK_MODE_WAIT=31 on the connection string in jdbc.xml in stead
DatabaseSupportInformix() - Constructor for class org.mmbase.module.database.DatabaseSupportInformix
Deprecated.
 
DatabaseSupportShim - Class in org.mmbase.module.database
Interface to support specific database things for the JDBC module
DatabaseSupportShim() - Constructor for class org.mmbase.module.database.DatabaseSupportShim
 
dataElement(String, String, String, Attributes, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write an element with character data content.
dataElement(String, String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write an element with character data content but no attributes.
dataElement(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write an element with character data content but no attributes or Namespace URI.
dataSinkUpdate(DataSinkEvent) - Method in class Transcode
Event handler for the file writer.
dataSource - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
The datasource in use by this factory.
dataSource - Variable in class org.mmbase.util.SqlExecutor
 
DataSourceAvailable(DataSource, String) - Constructor for class org.mmbase.core.event.SystemEvent.DataSourceAvailable
 
dataType - Variable in class org.mmbase.core.AbstractField
 
DataType<C> - Interface in org.mmbase.datatypes
A value in MMBase (such as the value of a field, or function parameter) is associated with a 'datatype'.
DataType(String) - Constructor for class org.mmbase.datatypes.processors.Duration.DataType
 
dataType - Variable in class org.mmbase.datatypes.util.xml.DataTypeDefinition
The data type which will be produced
DataType(String) - Constructor for class org.mmbase.framework.Setting.DataType
Constructor for string data type.
dataType - Variable in class org.mmbase.util.functions.Parameter
The parameter's data type
DataType.Restriction<D extends Serializable> - Interface in org.mmbase.datatypes
A restriction controls (one aspect of) the acceptable values of a DataType.
DATATYPE_BINARY - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_BOOLEAN - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_BUNDLE - Static variable in class org.mmbase.datatypes.BasicDataType
The bundle used by datatype to determine default prompts for error messages when a validation fails.
DATATYPE_BUNDLE - Static variable in class org.mmbase.datatypes.InternetAddressDataType
 
DATATYPE_DATETIME - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_DOUBLE - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_FLOAT - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_INTEGER - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_LONG - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_NODE - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_STRING - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_UNKNOWN - Static variable in class org.mmbase.datatypes.Constants
 
DATATYPE_XML - Static variable in class org.mmbase.datatypes.Constants
 
DataTypeChanger - Class in org.mmbase.datatypes.util
This utility class makes it easy to configure a DataType on the fly in java.
DataTypeChanger(DataType<?>) - Constructor for class org.mmbase.datatypes.util.DataTypeChanger
 
DataTypeChanger(String, String) - Constructor for class org.mmbase.datatypes.util.DataTypeChanger
 
DataTypeChanger(Field) - Constructor for class org.mmbase.datatypes.util.DataTypeChanger
 
DataTypeCollector - Class in org.mmbase.datatypes
A DataTypeCollector is a collection of named DataTypes.
DataTypeCollector(Object) - Constructor for class org.mmbase.datatypes.DataTypeCollector
 
dataTypeCollector - Variable in class org.mmbase.framework.Setting
 
DataTypeComparator(BasicDataType<D>) - Constructor for class org.mmbase.datatypes.BasicDataType.DataTypeComparator
 
DataTypeDefinition - Class in org.mmbase.datatypes.util.xml
This utility class contains methods to instantiate the right DataType instance.
DataTypeDefinition(DataTypeCollector) - Constructor for class org.mmbase.datatypes.util.xml.DataTypeDefinition
Constructor.
DataTypeField - Class in org.mmbase.bridge.util
Wraps a DataType object into a (virtual) Field object.
DataTypeField(Cloud, DataType<? extends Object>) - Constructor for class org.mmbase.bridge.util.DataTypeField
 
DataTypeField(NodeManager, Field) - Constructor for class org.mmbase.bridge.util.DataTypeField
 
DataTypeField(String, NodeManager, DataType<? extends Object>) - Constructor for class org.mmbase.bridge.util.DataTypeField
 
DataTypeField(Field, DataType<? extends Object>) - Constructor for class org.mmbase.bridge.util.DataTypeField
This constructor only wraps the given field to have another datatype.
DataTypeHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
The DataType of the field can also itself specify how the input widgets must look like.
DataTypeHandler(Handler<String>, FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
DataTypeReader - Class in org.mmbase.datatypes.util.xml
This class contains static methods used for reading a 'datatypes' XML into a DataTypeCollector.
DataTypeReader() - Constructor for class org.mmbase.datatypes.util.xml.DataTypeReader
 
DataTypes - Class in org.mmbase.datatypes
This class contains various methods for manipulating DataType objects.
DataTypes() - Constructor for class org.mmbase.datatypes.DataTypes
 
DataTypes.FieldNotFoundException - Exception in org.mmbase.datatypes
 
DataTypeSetter - Class in org.mmbase.core.util
Wraps a Field.
DataTypeSetter(AbstractField) - Constructor for class org.mmbase.core.util.DataTypeSetter
 
DataTypeTag - Class in org.mmbase.bridge.jsp.taglib
This tags produces request scoped new datatypes.
DataTypeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
DataTypeXml - Class in org.mmbase.datatypes.util.xml
Static methods used for parsing of datatypes.xml
DataTypeXml() - Constructor for class org.mmbase.datatypes.util.xml.DataTypeXml
 
date - Variable in class org.mmbase.notifications.Notifyable
 
date() - Method in class org.mmbase.util.dateparser.DateParser
 
Date(int, int, int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return a date, based on a year, a week and the day of that week
For instance: 1999, 40, 4 = The 4th day of the 40th week of 1999
date - Variable in class org.mmbase.util.DynamicDate
The original string by which this instance was gotten.
date2date(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return a string for a given date
date2day(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return a string for a given date
date2string(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return a string for a given date
DATE_FORMAT - Static variable in class org.mmbase.module.lucene.MMBaseEntry
 
DateFormat - Class in org.mmbase.bridge.util.xml
Dates are stored as integer in mmbase.
DateFormat() - Constructor for class org.mmbase.bridge.util.xml.DateFormat
 
DateFormats - Class in org.mmbase.util
Utility function to create DateFormat instances.
DateFormats() - Constructor for class org.mmbase.util.DateFormats
 
DateFormats.DayOfWeekDateFormat - Class in org.mmbase.util
There is no DateFormat which can return the day of the week as a number available in java.text package.
DateHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
DateHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
DateParser - Class in org.mmbase.util.dateparser
 
DateParser(InputStream) - Constructor for class org.mmbase.util.dateparser.DateParser
Constructor with InputStream.
DateParser(InputStream, String) - Constructor for class org.mmbase.util.dateparser.DateParser
Constructor with InputStream and supplied encoding
DateParser(Reader) - Constructor for class org.mmbase.util.dateparser.DateParser
Constructor.
DateParser(DateParserTokenManager) - Constructor for class org.mmbase.util.dateparser.DateParser
Constructor with generated Token Manager.
DateParser.JJCalls - Class in org.mmbase.util.dateparser
 
DateParserConstants - Interface in org.mmbase.util.dateparser
Token literal values and constants.
DateParserTokenManager - Class in org.mmbase.util.dateparser
Token Manager.
DateParserTokenManager(SimpleCharStream) - Constructor for class org.mmbase.util.dateparser.DateParserTokenManager
Constructor.
DateParserTokenManager(SimpleCharStream, int) - Constructor for class org.mmbase.util.dateparser.DateParserTokenManager
Constructor.
DateSortOrder - Interface in org.mmbase.storage.search
A datesortorder specifies sorting of a single date field.
DateStrings - Class in org.mmbase.util
Deprecated.
FIX dutch days
DateStrings(String) - Constructor for class org.mmbase.util.DateStrings
Deprecated.
Creates a DateString insatnce, configured for the specified language.
DateSupport - Class in org.mmbase.util
Deprecated.
use Calendar and java.util.DateFormat
DateSupport() - Constructor for class org.mmbase.util.DateSupport
Deprecated.
 
DateTime - Class in org.mmbase.applications.vprowizards.spring.util
 
DateTime() - Constructor for class org.mmbase.applications.vprowizards.spring.util.DateTime
 
DateTimeDataType - Class in org.mmbase.datatypes
The date-time datatype further describes Date objects.
DateTimeDataType(String) - Constructor for class org.mmbase.datatypes.DateTimeDataType
Constructor for DateTime field.
DateTimePattern - Class in org.mmbase.datatypes
This is a bit like SimpleDateFormat, because it accepts the same pattern String.
DateTimePattern(String) - Constructor for class org.mmbase.datatypes.DateTimePattern
 
DateTimePattern.Element - Class in org.mmbase.datatypes
A wrapper arround a field in a Calendar object.
DAY_OF_MONTH - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'day of month'
day_of_month_or_week_number() - Method in class org.mmbase.util.dateparser.DateParser
 
DAY_OF_WEEK - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'day of week'
day_of_week() - Method in class org.mmbase.util.dateparser.DateParser
 
day_of_week_number() - Method in class org.mmbase.util.dateparser.DateParser
 
DAY_OF_YEAR - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'day of year'
day_of_year_number() - Method in class org.mmbase.util.dateparser.DateParser
 
dayInYear(Date) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the number of days that have elapsed from the beginning of the year to the given date
DayMarkers - Class in org.mmbase.module.builders
Daymarkers are used to calculate the age of MMBase objects.
DayMarkers() - Constructor for class org.mmbase.module.builders.DayMarkers
 
DayOfWeekDateFormat() - Constructor for class org.mmbase.util.DateFormats.DayOfWeekDateFormat
 
daysInMonth(int, int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the number of days in the month in a specified year.
DBConditionItem - Class in org.mmbase.storage.search.legacy
Class for conversion of boolean xpressions to their SQL equivalent.
DBConditionItem(String) - Constructor for class org.mmbase.storage.search.legacy.DBConditionItem
Creates the boolean expression
DBLogicalOperator - Class in org.mmbase.storage.search.legacy
Class for conversion of operators to their SQL equivalent.
DBLogicalOperator(String) - Constructor for class org.mmbase.storage.search.legacy.DBLogicalOperator
Creates the operator
DBLogicalOperator(char) - Constructor for class org.mmbase.storage.search.legacy.DBLogicalOperator
 
DBNumberValue - Class in org.mmbase.storage.search.legacy
Class for storing numeric values.
DBNumberValue(String) - Constructor for class org.mmbase.storage.search.legacy.DBNumberValue
Creates the numeric value
DBQuery - Class in org.mmbase.storage.search.legacy
Basic Class for parsing a set of conditional expressions.
DBQuery(String) - Constructor for class org.mmbase.storage.search.legacy.DBQuery
Creates the query
DBSTATE_PERSISTENT - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
DBSTATE_SYSTEM - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
DBSTATE_UNKNOWN - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
DBSTATE_VIRTUAL - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
DBStringValue - Class in org.mmbase.storage.search.legacy
Class for storing and converting string values.
DBStringValue(String) - Constructor for class org.mmbase.storage.search.legacy.DBStringValue
Creates the string value
DBValue - Class in org.mmbase.storage.search.legacy
Basic Class for storing values.
DBValue() - Constructor for class org.mmbase.storage.search.legacy.DBValue
Constructor, only subclasses can be instantiated.
DBWildcardStringValue - Class in org.mmbase.storage.search.legacy
Class for storing and converting string values with wildcards.
DBWildcardStringValue(String) - Constructor for class org.mmbase.storage.search.legacy.DBWildcardStringValue
Creates the wildcarded string value
debug - Variable in class org.mmbase.applications.editwizard.Config.SubConfig
 
Debug - Enum in org.mmbase.bridge.jsp.taglib.util
Representation of the values of 'debug' attributes, as used in tags like mm:include and mm:component.
debug(String) - Method in class org.mmbase.module.builders.vwms.Vwm
 
debug(Writer, String) - Static method in class org.mmbase.richtext.Mmxf
 
debug - Variable in class org.mmbase.util.CommandServer.Copier
 
debug - Variable in class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
debug(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
debug(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
debug(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
debug(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
debug(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
debug(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
debug(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
debug(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
debug(Object) - Method in class org.mmbase.util.logging.java.Impl
 
debug(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
DEBUG - Static variable in class org.mmbase.util.logging.Level
A constant.
debug(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with debug priority.
debug(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
debug(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
debug(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
DEBUG_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
debugStream - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
Debug output.
debugStream - Variable in class org.mmbase.util.transformers.ListParserTokenManager
Debug output.
debugType - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
DecimalDataType - Class in org.mmbase.datatypes
DataType associated with BigDecimal, a NumberDataType.
DecimalDataType(String) - Constructor for class org.mmbase.datatypes.DecimalDataType
 
DecimalDataType.PrecisionRestriction - Class in org.mmbase.datatypes
 
DecimalDataType.ScaleRestriction - Class in org.mmbase.datatypes
 
decimalMinRestriction - Variable in class org.mmbase.datatypes.DecimalDataType
 
decimalToRoman(int) - Static method in class org.mmbase.util.transformers.RomanTransformer
Converts int to roman number (if bigger than 0, smaller then 4000), other wise return the integer as a string.
decimalToRomanDigit(int) - Static method in class org.mmbase.util.transformers.RomanTransformer
Converts an integer to one the letters of the roman number system, or ' ' if no such number.
decode(String) - Static method in class org.mmbase.applications.mmbob.util.transformers.BBCode
 
decode(String, Node) - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
decode and encode can be overriden.
decode(String, String) - Static method in class org.mmbase.util.Encode
This function will decode a given string to it's decoded variant.
decode(String) - Method in class org.mmbase.util.Encode
This function will decode a given string to it's decoded variant
decode(String, String) - Static method in class org.mmbase.util.transformers.EncryptionTransformerFactory
Decode a given string to an array of bytes, using a given format.
decodeBytes(String, String) - Static method in class org.mmbase.util.Encode
 
decodeBytes(String) - Method in class org.mmbase.util.Encode
 
decodeDataType(DataTypeSetter, String, DataTypeCollector, String, Element, boolean) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Determine a data type instance based on the given gui element
decodeDataTypeLater(DataTypeSetter, String, DataTypeCollector, String, Element, boolean) - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
decodeFieldAttributes(Element, CoreField) - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
decodeFieldDef(Element, CoreField, DataTypeCollector) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Alter a specified, named FieldDef object using information obtained from the buidler configuration.
decodeList(ArrayList, String, String) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
decorate - Variable in class org.mmbase.framework.ConnectionRenderer
 
decorate - Variable in class org.mmbase.framework.ResourceRenderer
 
DECORATED - Static variable in class org.mmbase.richtext.processors.xml.Wiki
 
decorateId(String, String) - Method in class org.mmbase.richtext.processors.xml.Wiki
Prefixes a node number, because the a node number is not a convenient id.
decorateIntro(RenderHints, Writer, String) - Method in class org.mmbase.framework.AbstractRenderer
This utility method, which of course must be used in conjuction with AbstractRenderer.decorateOutro(org.mmbase.framework.RenderHints, java.io.Writer) can be used in concretizations of this class, for easy production of the div which is requested by the contract of a (Renderer.Type.BODY) renderer for text/html.
decorateOutro(RenderHints, Writer) - Method in class org.mmbase.framework.AbstractRenderer
 
decPinnedCount() - Method in class org.mmbase.applications.mmbob.PostArea
decrease the numberofpinned threads in the postarea
decPostCount() - Method in class org.mmbase.applications.mmbob.Poster
decreases postcount for this poster
decreasePriority() - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
decRefCount(HttpServletRequest) - Method in class org.mmbase.servlet.MMBaseServlet
Decrease the reference count of the servlet
decrement() - Method in class org.mmbase.util.dateparser.DateParser
 
decrypt(String) - Static method in class org.mmbase.datatypes.VerifyEmailProcessor
 
Decryption(String, String, String) - Constructor for class org.mmbase.util.transformers.EncryptionTransformerFactory.Decryption
 
decryptionPassword - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
Password for unlocking the content of binary fields that may contain encrypted pdf documents.
DEF_PRIORITY - Static variable in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
DEFAULT - Static variable in class org.apache.lucene.misc.ChainedFilter
Logical operation when none is declared.
DEFAULT - Static variable in enum org.mmbase.applications.crontab.CronEntry.Type
 
DEFAULT - Static variable in class org.mmbase.bridge.jsp.taglib.ContentTag
 
DEFAULT - Static variable in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
DEFAULT - Static variable in class org.mmbase.datatypes.DateTimePattern
 
DEFAULT - Static variable in class org.mmbase.module.builders.Properties
 
DEFAULT - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
Lexical state.
DEFAULT - Static variable in interface org.mmbase.util.transformers.ListParserConstants
Lexical state.
DEFAULT_ALINEA - Static variable in class org.mmbase.module.core.MMObjectBuilder
Default replacements for method getHTML()
DEFAULT_APPEND_TIMEOUT - Static variable in class org.mmbase.util.Queue
Deprecated.
Default timeout of 0 for a blocking append call.
DEFAULT_AUTHENTICATION - Static variable in class org.mmbase.bridge.util.CloudUtil
 
DEFAULT_BATCH_SIZE - Static variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
DEFAULT_BIND_NAME - Static variable in class org.mmbase.module.RemoteMMCI
DEFAULT_BIND_NAME = "remotecontext"
DEFAULT_CHARSET - Static variable in class org.mmbase.servlet.servscan
 
DEFAULT_CLOUD_CONTEXT_NAME - Static variable in class org.mmbase.bridge.ContextProvider
When no system property mmbase.defaultcloudcontext is set the default cloud context is the context returned when DEFAULT_CLOUD_CONTEXT_NAME is fed to getCloudContext(String)
DEFAULT_CLOUD_CONTEXT_NAME="local"
DEFAULT_CLOUD_NAME - Static variable in class org.mmbase.bridge.util.CloudUtil
 
DEFAULT_CONFIG_FILE - Static variable in class org.mmbase.sms.Receiver
 
DEFAULT_CONTEXT - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
DEFAULT_CONTEXT - Static variable in class org.mmbase.util.ResourceLoader
 
DEFAULT_DELAY - Static variable in class org.mmbase.util.FileWatcher
The default delay between every file modification check, set to 60 seconds.
DEFAULT_EOL - Static variable in class org.mmbase.module.core.MMObjectBuilder
 
DEFAULT_EXTERNAL_URL_FIELD - Static variable in class org.mmbase.module.builders.ReferredAttachments
 
DEFAULT_GET_TIMEOUT - Static variable in class org.mmbase.util.Queue
Deprecated.
Default timeout of 0 for a blocking get call.
DEFAULT_IMAGECONVERTER - Static variable in class org.mmbase.util.images.Factory
The ImageConvertInterface implementation to be used (defaults to ConvertImageMagic)
DEFAULT_IMAGEINFORMER - Static variable in class org.mmbase.util.images.Factory
 
DEFAULT_MAGIC_FILE - Static variable in class org.mmbase.util.magicfile.MagicParser
the default files used to create the Detectors DEFAULT_MAGIC_FILE = "/etc/mime-magic"
DEFAULT_MAIL_ENCODING - Static variable in class org.mmbase.applications.email.SendMail
 
DEFAULT_MAX_CONTEXTS_IN_QUERY - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
DEFAULT_MAX_COOKIE_AGE - Static variable in class org.mmbase.bridge.jsp.taglib.WriteTag
 
DEFAULT_MAX_IN_MEMORY_PARAMETER_SIZE - Static variable in class org.mmbase.util.HttpPost
 
DEFAULT_MAX_NUMBER - Static variable in interface org.mmbase.storage.search.SearchQuery
Default maxNumber value, corresponds to no maximum.
DEFAULT_MAX_PARAMETER_SIZE - Static variable in class org.mmbase.util.HttpPost
 
DEFAULT_MAX_REQUEST_SIZE - Static variable in class org.mmbase.util.HttpPost
 
DEFAULT_MAX_UPLOAD_SIZE - Static variable in class org.mmbase.applications.editwizard.Config
Default maximum upload size for files (4 MB).
DEFAULT_OFFSET - Static variable in interface org.mmbase.storage.search.SearchQuery
Default offset value, corresponds to no offset.
DEFAULT_QUEUE_SIZE - Static variable in class org.mmbase.util.Queue
Deprecated.
Default size of 32 for the queue if none is specified.
DEFAULT_RMIREGISTRY_PORT - Static variable in class org.mmbase.module.RemoteMMCI
DEFAULT_RMIREGISTRY_PORT = 1111
DEFAULT_SESSIONNAME - Static variable in class org.mmbase.bridge.util.CloudUtil
 
DEFAULT_SLEEP_PERIOD - Static variable in class org.mmbase.core.util.DaemonThread
Deprecated.
Default sleep period for a daemon thread (one minute).
DEFAULT_STORAGE_IDENTIFIER_PREFIX - Static variable in class org.mmbase.storage.Attributes
Attribute: default-storage-identifier-prefix.
defaultChecker - Variable in class org.mmbase.security.Action
 
defaultcontextField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
defaultDeploy - Variable in class org.mmbase.module.corebuilders.TypeDef
 
DEFAULTENCODING_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.ContextTag
 
defaultEquals(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectNode
 
defaultImageFormat - Static variable in class org.mmbase.util.images.Factory
The default image format.
defaultImageType - Variable in class org.mmbase.module.builders.Images
Supposed image type if not could be determined (configurable)
defaultLexState - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
defaultLexState - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
DefaultOwner - Class in org.mmbase.datatypes.processors
Fills field with a owner value per default.
DefaultOwner() - Constructor for class org.mmbase.datatypes.processors.DefaultOwner
 
defaulttemplate - Variable in class org.mmbase.util.PasswordGenerator
Default template to use when generating passwords.
defaultTimeZone - Static variable in class org.mmbase.util.dateparser.DateParser
 
defaultToString() - Method in class org.mmbase.module.core.MMObjectNode
 
defaultType() - Method in class org.mmbase.bridge.jsp.taglib.FieldProviderTEI
 
defaultType() - Method in class org.mmbase.bridge.jsp.taglib.ImportTEI
 
defaultType() - Method in class org.mmbase.bridge.jsp.taglib.IntegerWriterTEI
 
defaultType() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTEI
 
defaultType() - Method in class org.mmbase.bridge.jsp.taglib.StringWriterTEI
 
defaultType() - Method in class org.mmbase.bridge.jsp.taglib.WriterTEI
 
DefaultTypeHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
DefaultTypeHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.DefaultTypeHandler
Constructor for DefaultTypeHandler.
DefaultUrlStrategy - Class in org.mmbase.util.jumpers
This strategory completely depends on MMObjectBuilder.getDefaultUrl(int).
DefaultUrlStrategy() - Constructor for class org.mmbase.util.jumpers.DefaultUrlStrategy
 
defaultValue - Variable in class org.mmbase.datatypes.BasicDataType
 
define(Parameter) - Method in class org.mmbase.util.functions.AutodefiningParameters
 
define(String) - Method in class org.mmbase.util.functions.AutodefiningParameters
 
define(Parameter<?>[], List<Parameter<?>>) - Static method in class org.mmbase.util.functions.Functions
Adds the definitions to a List.
define(Parameter<?>[]) - Static method in class org.mmbase.util.functions.Functions
 
definition - Variable in class org.mmbase.streams.createcaches.Result
 
definition - Variable in class org.mmbase.util.functions.Parameters
This array maps integers (position in array) to map keys, making it possible to implement List.
degrade(Locale, Locale) - Static method in class org.mmbase.util.LocalizedString
Degrades a Locale object to a more general Locale.
degrade(Locale) - Static method in class org.mmbase.util.LocalizedString
 
delay - Variable in class org.mmbase.streams.transcoders.MockTranscoder
 
DELAY - Static variable in class org.mmbase.util.externalprocess.CommandLauncher
The number of milliseconds to pause between polling.
delay - Static variable in class org.mmbase.util.logging.Performance
 
DelayedGetter - Class in org.mmbase.datatypes.processors
To be used in conjuction with DelayedSetter.
DelayedGetter() - Constructor for class org.mmbase.datatypes.processors.DelayedGetter
 
DelayedSetter - Class in org.mmbase.datatypes.processors
If you use a DelaySetter on a field, than the process of the field will make sure that the field is not actually changed (the original value is returned).
DelayedSetter() - Constructor for class org.mmbase.datatypes.processors.DelayedSetter
 
DelayedSetter.NodeField - Class in org.mmbase.datatypes.processors
 
DelayedSetter.Setter - Class in org.mmbase.datatypes.processors
 
DelayedSetter.SetThread - Class in org.mmbase.datatypes.processors
 
delayTime - Variable in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
 
delaytime - Static variable in class org.mmbase.util.logging.Performance
 
delete() - Method in class org.mmbase.applications.mmbob.RemoteHost
 
delete() - Method in class org.mmbase.applications.mmbob.Signature
 
delete() - Method in class org.mmbase.applications.xmlimporter.Transaction
Delete this transaction.
delete(boolean) - Method in class org.mmbase.bridge.implementation.BasicNode
 
delete(boolean) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
delete() - Method in interface org.mmbase.bridge.Node
Removes the Node.
delete(boolean) - Method in interface org.mmbase.bridge.Node
Removes the Node.
delete(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
delete() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
delete(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
delete() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
delete(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
delete() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
delete(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
delete() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
delete(boolean) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
delete() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
delete(boolean) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
delete() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
delete(boolean) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
delete() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
delete(boolean) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
delete() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
delete(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
delete() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
delete(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
delete() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
delete(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
delete() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
delete(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
delete() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
delete() - Method in class org.mmbase.bridge.util.AbstractNode
 
delete(boolean) - Method in class org.mmbase.bridge.util.AbstractNode
 
delete(boolean) - Method in class org.mmbase.bridge.util.MapNode
 
delete() - Method in class org.mmbase.bridge.util.NodeWrapper
 
delete(boolean) - Method in class org.mmbase.bridge.util.NodeWrapper
 
Delete() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Delete
 
delete() - Method in class org.mmbase.module.core.MMObjectBuilder
Removes the builder from the storage.
DELETE - Static variable in class org.mmbase.module.lucene.AssignmentEvents
 
DELETE - Static variable in class org.mmbase.security.Operation
Identifier for remove operation, which is used when removing a node
delete(MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
delete(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Delete a node from a specific builder This method makes it easier to implement relational databases, where you may need to remove the node in more than one builder.
delete(MMObjectNode, MMObjectBuilder, List<CoreField>, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
delete(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
delete(Index) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Drop a constraint or index.
delete(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
delete(MMObjectNode, MMObjectBuilder, List<CoreField>, String) - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
Deletes all references LargeObjects and calls the overridden method in its super class afterwards.
delete(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
Deletes a node in the passed builder and all its parent builders.
delete(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Deletes a node in the passed builder and all its parent builders.
delete(MMObjectNode) - Method in interface org.mmbase.storage.StorageManager
Delete a node
delete(MMObjectBuilder) - Method in interface org.mmbase.storage.StorageManager
Drops the storage of this builder.
delete(CoreField) - Method in interface org.mmbase.storage.StorageManager
Deletes a field from the storage of this builder.
delete(int, int) - Method in class org.mmbase.util.StringObject
delete part of the buffer
DELETE_CONSTRAINT - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for deleting a constraint, such as a key or index.
DELETE_CONSTRAINT_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for deleting a constraint.
DELETE_FIELD - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for deleting a field.
DELETE_FIELD_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for deleting a field.
DELETE_INDEX - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for deleting a index.
DELETE_INDEX_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for deleting a constraint.
DELETE_INT - Static variable in class org.mmbase.security.Operation
int value for the remove Operation
DELETE_ITEM - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
DELETE_NODE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for selecting a node type.
DELETE_NODE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for selecting a node type.
DELETE_UNIQUE_INDEX - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for deleting a unique (generally composite) index.
DELETE_UNIQUE_INDEX_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for deleting a constraint.
deleteAlias(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
deleteAlias(String) - Method in interface org.mmbase.bridge.Node
Delete an alias for this node.
deleteAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
deleteAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
deleteAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
deleteAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
deleteAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
deleteAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
deleteAlias(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
deleteAlias(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
DeleteAliasTag - Class in org.mmbase.bridge.jsp.taglib.edit
To call the method deleteAlias from Node.
DeleteAliasTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.DeleteAliasTag
 
deleteBuilderConfiguration(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
 
DeleteCachesProcessor - Class in org.mmbase.streams
This commit-processor is used on node of the type 'streamsources', and is used to delete associated streamsourcescaches
DeleteCachesProcessor() - Constructor for class org.mmbase.streams.DeleteCachesProcessor
 
DELETED - Static variable in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
deleteFile(String) - Method in class org.mmbase.module.Upload
deletes an uploaded file.
deleteIndex(String, Class<? extends IndexDefinition>) - Method in class org.mmbase.module.lucene.Indexer
Delete the index for the main element node with the given number.
deleteIndex(String, Class<? extends IndexDefinition>) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
deleteIndex(String, String) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
deleteIndexFunction - Variable in class org.mmbase.module.lucene.Lucene
This function deletes an indexed entry from an index if the Parameter 'index' has value null, all indexes are iterated over, otherwise the right index is addressed.
deleteIndices(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Drop all constraints and indices that contain a specific field.
deleteLargeObjects(MMObjectNode, MMObjectBuilder, List<CoreField>) - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
Delete all binary objects stored as large object.
deleteNewNode(int, MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
deleteNewNode(int, MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
deleteNode(int, MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicCloud
Ignored by basic cloud.
deleteNode(int, MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
DeleteNodeAction - Class in org.mmbase.applications.vprowizards.spring.action
This acton can delete a node.
DeleteNodeAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.DeleteNodeAction
 
DeleteNodeTag - Class in org.mmbase.bridge.jsp.taglib.edit
As NodeTag, but the node will be removed after the body.
DeleteNodeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.DeleteNodeTag
 
deleteObject(TmpObject) - Method in class org.mmbase.applications.xmlimporter.Transaction
Deletes object from the context of this transaction, as well as its relations.
deleteObject(String, String, String) - Method in class org.mmbase.module.core.TransactionManager
 
deleteObject(String, String, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
deleter - Static variable in class org.mmbase.module.builders.Images
 
deleteRank(String) - Static method in class org.mmbase.security.Rank
Removes a rank from the security system.
deleteRelationCache() - Method in class org.mmbase.module.corebuilders.InsRel
Deletes the Relation cache.
deleteRelationCache(int) - Method in class org.mmbase.module.corebuilders.InsRel
Delete a specified relation from the relationCache
deleteRelations(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
deleteRelations() - Method in interface org.mmbase.bridge.Node
Removes all relation nodes attached to this node.
deleteRelations(String) - Method in interface org.mmbase.bridge.Node
Removes all relation nodes with a certain relation manager that are attached to this node.
deleteRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
deleteRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
deleteRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
deleteRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
deleteRelations() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
deleteRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
deleteRelations() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
deleteRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
deleteRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
deleteRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
deleteRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
deleteRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
deleteRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
deleteRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
deleteRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
deleteRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
deleteRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
deleteRelations() - Method in class org.mmbase.bridge.util.AbstractNode
 
deleteRelations(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
deleteRelations(String) - Method in class org.mmbase.bridge.util.MapNode
 
deleteRelations() - Method in class org.mmbase.bridge.util.NodeWrapper
 
deleteRelations(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
deleteSignature(Signature) - Method in class org.mmbase.applications.mmbob.Poster
 
DeleteSourcesProcessor - Class in org.mmbase.applications.media
This commit-processor is used on nodes of the type 'mediafragments' and deletes associated 'mediasources' when a 'mediafragments' node is deleted.
DeleteSourcesProcessor() - Constructor for class org.mmbase.applications.media.DeleteSourcesProcessor
 
deleteTmpNode(String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
deleteTmpNode(String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
deleteTransaction(String) - Method in class org.mmbase.module.core.TransactionManager
Removes the transaction with given name
delInsSaveList() - Method in class org.mmbase.module.gui.html.EditState
 
delInsSaveList() - Method in class org.mmbase.module.gui.html.EditStateNode
 
delJumpCache(String) - Method in class org.mmbase.jumpers.Jumpers
Removes a specified key from the cache.
delJumpCache(String, boolean) - Method in class org.mmbase.jumpers.Jumpers
 
delPropertiesCache() - Method in class org.mmbase.module.core.MMObjectNode
Deletes the propertie cache for this node.
delRelationsCache() - Method in class org.mmbase.module.core.MMObjectNode
Delete the relation cache for this node.
delRelationsCache(Integer) - Static method in class org.mmbase.module.core.MMObjectNode
Delete the relation cache for this node.
delRelationTable() - Method in class org.mmbase.module.gui.html.EditStateNode
 
delSetValue(String, String) - Method in class org.mmbase.module.sessionInfo
deletes a value from the SESSION set.
DeniedRenderer - Class in org.mmbase.framework
Renderer to be used in case of access denied (status 401).
DeniedRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.DeniedRenderer
 
dependencies - Variable in class org.mmbase.framework.BasicComponent
 
DependencyException - Exception in org.mmbase.datatypes.util.xml
This exception get thrown if parsing of a datatype element (temporary) fails.
DependencyException(Element, BasicDataType, DataTypeDefinition) - Constructor for exception org.mmbase.datatypes.util.xml.DependencyException
 
depth - Variable in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
depth - Variable in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag.Entry
 
DepthProvider - Interface in org.mmbase.bridge.jsp.taglib.tree
 
DepthTag - Class in org.mmbase.bridge.jsp.taglib.tree
 
DepthTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.DepthTag
 
dereference() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
DESC - Static variable in class org.mmbase.module.core.MMContainerCompare
 
DESCENDANT - Static variable in class org.mmbase.applications.dove.AbstractDove
 
DESCENDANTS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
descendants - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
DescribedFunctionProvider - Class in org.mmbase.util.functions
A described function provider maintains a set of Function objects, and also contains functionality to add gui information to the provider itself.
DescribedFunctionProvider() - Constructor for class org.mmbase.util.functions.DescribedFunctionProvider
 
DescribedFunctionProvider(String) - Constructor for class org.mmbase.util.functions.DescribedFunctionProvider
Create a described function provider
DESCRIPTION - Static variable in class org.mmbase.applications.dove.AbstractDove
 
description - Variable in class org.mmbase.bridge.ContextProvider.Resolver
 
description - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
description - Variable in class org.mmbase.core.AbstractDescriptor
 
description - Variable in class org.mmbase.framework.basic.BasicFramework
 
description - Variable in class org.mmbase.module.core.MMObjectBuilder
Description of the builder in the currently selected language Not that the first time the builder is created, this value is what is stored in the TypeDef table.
description - Variable in class org.mmbase.security.Action
 
description - Variable in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
description - Variable in class org.mmbase.util.functions.DescribedFunctionProvider
Descriptions per locale
description - Static variable in class org.mmbase.util.logging.Performance
 
descriptionFunction - Variable in class org.mmbase.module.lucene.Lucene
This function returns the description as configured for a specific index and a specific locale.
descriptions - Variable in class org.mmbase.module.core.MMObjectBuilder
Descriptions of the builder per language Can be set with the <descriptions> tag in the xml builder file.
Descriptor - Interface in org.mmbase.bridge
XXX A descriptor does not describe.
desperatelyGetNode(Cloud, String) - Method in class org.mmbase.servlet.BridgeServlet
Extensions can override this, to produce a node, even if cloud.hasNode failed.
desperatelyGetNode(Cloud, String) - Method in class org.mmbase.servlet.ImageServlet
Overridden to support 'title aliases'.
dest - Variable in class org.mmbase.streams.createcaches.TranscoderResult
 
DESTINATION - Static variable in class org.mmbase.bridge.util.SearchUtil
A Search direction of relations in queries
destination - Variable in class org.mmbase.streams.transcoders.AnalyzerLogger
 
destinationManager - Variable in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
destinationNode - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
destinationNodeNumber - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
destinationNodeRef - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
destroy() - Method in class org.mmbase.framework.FrameworkFilter
Destroy method
destroy() - Method in class org.mmbase.servlet.CharacterEncodingFilter
 
destroy() - Method in class org.mmbase.servlet.CharsetRemoverFilter
destroys the filter
destroy() - Method in class org.mmbase.servlet.CloudThreadFilter
 
destroy() - Method in class org.mmbase.servlet.JumpersFilter
destroys the filter
destroy() - Method in class org.mmbase.servlet.MMBaseServlet
 
detectFailedJobs() - Method in class org.mmbase.applications.crontab.CronDaemon
 
Detector - Interface in org.mmbase.util.magicfile
A Detector stores one entry from the magic.xml file, and contains the functionality to determines if a certain byte[] satisfies it.
DetectorProvider - Interface in org.mmbase.util.magicfile
DetectorProvider classes are meant to provide a list of Detectors, which can be used by MagicFile.
detectors - Variable in class org.mmbase.util.magicfile.MagicFile
 
determinActive() - Method in class org.mmbase.notifications.Notifier
 
determinActive() - Static method in class org.mmbase.sms.Sender
 
determinDefinition() - Method in class org.mmbase.util.functions.CombinedFunction
Combines the parameter definitions of the wrapped function to one new parameter definition
determineFromCloudProvider() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
determineLocale() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
determineLocale() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
determineLocaleFromAttributes() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
determineNext() - Method in class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
determineNextForm(String) - Method in class org.mmbase.applications.editwizard.Wizard
This method is used to determine what form is the sequential next, previous, first etc.
determinXMLEncoding() - Method in class org.mmbase.util.GenericResponseWrapper
 
DIACRITICS - Static variable in class org.mmbase.util.transformers.DiacriticsRemover
 
DiacriticsRemover - Class in org.mmbase.util.transformers
This transformer removes all diacritics from the characters of a string.
DiacriticsRemover() - Constructor for class org.mmbase.util.transformers.DiacriticsRemover
 
dictionary - Variable in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
 
didcounter - Variable in class org.mmbase.applications.editwizard.WizardDatabaseConnector
 
Diff - Class in org.incava.util.diff
Compares two collections, returning a list of the additions, changes, and deletions between them.
Diff(Object[], Object[], Comparator) - Constructor for class org.incava.util.diff.Diff
Constructs the Diff object for the two arrays, using the given comparator.
Diff(Object[], Object[]) - Constructor for class org.incava.util.diff.Diff
Constructs the Diff object for the two arrays, using the default comparison mechanism between the objects, such as equals and compareTo.
Diff(Collection, Collection, Comparator) - Constructor for class org.incava.util.diff.Diff
Constructs the Diff object for the two collections, using the given comparator.
Diff(Collection, Collection) - Constructor for class org.incava.util.diff.Diff
Constructs the Diff object for the two collections, using the default comparison mechanism between the objects, such as equals and compareTo.
diff() - Method in class org.incava.util.diff.Diff
Runs diff and returns the results.
Diff - Class in org.mmbase.versioning
Utility to present diffs.
Diff(Object[], Object[], Comparator) - Constructor for class org.mmbase.versioning.Diff
 
Diff(Object[], Object[]) - Constructor for class org.mmbase.versioning.Diff
 
Diff(Collection, Collection, Comparator) - Constructor for class org.mmbase.versioning.Diff
 
Diff(Collection, Collection) - Constructor for class org.mmbase.versioning.Diff
 
Difference - Class in org.incava.util.diff
Represents a difference, as used in Diff.
Difference(int, int, int, int) - Constructor for class org.incava.util.diff.Difference
Creates the difference for the given start and end points for the deletion and addition.
diffs - Variable in class org.incava.util.diff.Diff
The list of differences, as Difference instances.
DijkstraSemaphore - Class in org.mmbase.util
Also called counting semaphores, Dijkstra semaphores are used to control access to a set of resources.
DijkstraSemaphore(int) - Constructor for class org.mmbase.util.DijkstraSemaphore
Creates a Dijkstra semaphore with the specified max count and initial count set to the max count (all resources released)
DijkstraSemaphore(int, int) - Constructor for class org.mmbase.util.DijkstraSemaphore
Creates a Dijkstra semaphore with the specified max count and an initial count of acquire() operations that are assumed to have already been performed.
dimension - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
Dimension - Class in org.mmbase.util.images
Represents the `dimension' of an image, i.e.
Dimension() - Constructor for class org.mmbase.util.images.Dimension
 
Dimension(int, int) - Constructor for class org.mmbase.util.images.Dimension
 
Dimension(Dimension) - Constructor for class org.mmbase.util.images.Dimension
 
DIMENSION_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractImages
 
DIMENSION_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
dimensions - Static variable in class org.mmbase.module.builders.Images
 
dimensions(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
Looks for width and height when it finds a match for Video, and looks for bitrate after that.
dir - Variable in class org.mmbase.servlet.FileServlet.DirectoryFunction
 
DIR_BIDIRECTIONAL - Static variable in class org.mmbase.module.corebuilders.RelDef
Value of "dir" field indicating bidirectional relatios.
DIR_UNIDIRECTIONAL - Static variable in class org.mmbase.module.corebuilders.RelDef
Value of "dir" field indicating unidirectional relations.
DirCache - Variable in class org.mmbase.module.INFO
 
direction - Variable in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
DIRECTION_DOWN - Static variable in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
DIRECTION_UP - Static variable in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
DIRECTIONALITY_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality names corresponding to the direction values.
directions - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
directions - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Holds the direction to sort the list on (per field in AbstractNodeListTag.orderby).
directions - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
DIRECTIONS_ALL - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality following relations both ways, including unidirectional relations.
DIRECTIONS_BOTH - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality following relations both ways (source to destination AND destination to source).
DIRECTIONS_DESTINATION - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality following relations from source to destination.
DIRECTIONS_EITHER - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality following relations from destination to source.
DIRECTIONS_SOURCE - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality following relations from destination to source.
directory(String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
directory - Static variable in class org.mmbase.datatypes.processors.BinaryFile
 
directory - Variable in class org.mmbase.streams.createcaches.TranscoderResult
 
DirectoryFunction() - Constructor for class org.mmbase.servlet.FileServlet.DirectoryFunction
 
DirectoryLister - Class in org.mmbase.util
Directories contains methods for retrieving all file entries starting from a given path.
DirectoryLister() - Constructor for class org.mmbase.util.DirectoryLister
 
DirectoryUrlConverter - Class in org.mmbase.framework.basic
A directory URL converter is a URL-converter which arranges to work in just one subdirectory.
DirectoryUrlConverter(BasicFramework) - Constructor for class org.mmbase.framework.basic.DirectoryUrlConverter
 
disable() - Method in class org.mmbase.applications.mmbob.Poster
disable the poster
disable(String) - Method in class org.mmbase.cache.CacheManager
 
disable(String) - Method in interface org.mmbase.cache.CacheManagerMBean
 
DISABLE_DELETE - Static variable in class org.mmbase.datatypes.processors.BinaryFile
 
disable_tracing() - Method in class org.mmbase.util.dateparser.DateParser
Disable tracing.
disable_tracing() - Method in class org.mmbase.util.transformers.ListParser
Disable tracing.
disableContextChecks() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
disablePoster(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Disable a Poster from a forum
DISALLOWED_FIELD_CASE_SENSITIVE - Static variable in class org.mmbase.storage.Attributes
Option: disallowed-fields-case-sensitive.
disallowedFields - Variable in class org.mmbase.storage.StorageManagerFactory
The map with disallowed fieldnames and (if given) alternates
distinct - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
distinct - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryDistinctTag
 
distinct - Variable in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
distinct - Variable in class org.mmbase.bridge.jsp.taglib.ListTag
 
DIV_ID - Variable in class org.mmbase.richtext.processors.xml.Kupu
 
dnum - Variable in class org.mmbase.bridge.implementation.BasicRelation
 
DNUMBER - Static variable in class org.mmbase.applications.xmlimporter.TmpObject
 
do_conditions(String, sessionInfo, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
handle if/then/elseif/\/if
do_conditions_lif(String, sessionInfo, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
handle if/then/elseif/\/if
do_if(String, sessionInfo, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
 
do_proc_input(String, HttpPost, Hashtable, Hashtable, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
This does the handling of the Form inputs.
do_val(String, sessionInfo, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
 
do_vals(String, sessionInfo, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
 
doAction(Transaction) - Method in class org.mmbase.bridge.jsp.taglib.edit.CancelTag
 
doAction(Transaction) - Method in class org.mmbase.bridge.jsp.taglib.edit.CommitTag
 
doAction(Transaction) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
doAddSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
Adds a sessionvariable with specified value
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
Does everything needed on the afterbody tag of every NodeProvider.
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.CloudInfoTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.CountRelationsTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.edit.SetFieldTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.FunctionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.HasFunctionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
this method writes the content of the body back to the jsp page
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasRelationsTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.IndexTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.NodeInfoTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.NodeManagerTag
this method writes the content of the body back to the jsp page
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
Does everything needed on the afterbody tag of every NodeProvider.
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
this method writes the content of the body back to the jsp page
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.PresentTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlWriterTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.PropertyTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodeTag
this method writes the content of the body back to the jsp page
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.SettingTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.SizeTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.DepthTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.OnShrinkTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
doAfterBody(boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextCollector
For a context-collector it also interesting to have a 'doAFterBody', because it can be iterated again.
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
doAfterBody() - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
doAfterBodyHelper() - Method in class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
doAfterBodySetValue() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
doAfterBodySetValue() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
doBrowser(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Returns data about the user's browser.
Valid options are:
OS : returns the operating system.
doBuilder(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
doBuilderPosts(String, Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
doBuilderReplace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
doc - Variable in class org.mmbase.applications.dove.AbstractDove
The document that is being constructed.
doCache(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
doCalc(String) - Method in class org.mmbase.module.CALC
 
doCase(Logger) - Static method in class org.mmbase.util.logging.Performance
 
doCaseDelayed(Logger) - Static method in class org.mmbase.util.logging.Performance
 
doCaseIfDebug(Logger) - Static method in class org.mmbase.util.logging.Performance
 
doCaseLog4j(String) - Static method in class org.mmbase.util.logging.Performance
 
doCaseNoSystem() - Static method in class org.mmbase.util.logging.Performance
 
doCatch(Throwable) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
doCatch(Throwable) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
DOCBOOK - Static variable in class org.mmbase.datatypes.processors.xml.Modes
Makes the field look like Docbook XML.
DocBook - Class in org.mmbase.richtext.processors.xml
This implements 'DocBook' Mode of MmxfSetString.
DocBook() - Constructor for class org.mmbase.richtext.processors.xml.DocBook
 
doClearSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
This methode clears a SESSION variable
doColor(StringTokenizer) - Method in class org.mmbase.module.INFO
Returns a list of color names and their RGB values.
doColor16() - Method in class org.mmbase.module.INFO
Returns a list of the 16 windows color names and their RGB values.
doColorBasic() - Method in class org.mmbase.module.INFO
Returns a list of basic color names and their RGB values.
doColorSpectrum() - Method in class org.mmbase.module.INFO
Returns a list of primary and secondary color names and their RGB values.
doCommit(EditState, String) - Method in class org.mmbase.module.gui.html.FieldEditor
 
doCompare(Comparable<Comparable>, Comparable) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
doCompare(Comparable<Comparable>, Comparable) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsGreaterThanTag
 
doCompare(Comparable<Comparable>, Comparable) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsLessThanTag
 
doCompare(Comparable<Comparable>, Comparable) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsNotEmptyTag
 
doConfigure(InputStream) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
 
doConfigure(File) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
Performs the actual parsing of the log4j configuration file and handles the errors
DOCTYPE_REQUEST - Static variable in class org.mmbase.applications.dove.AbstractDove
 
DOCTYPE_RESPONSE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
document - Variable in class org.mmbase.module.gui.flash.XMLDynamicFlashReader
 
document - Variable in class org.mmbase.util.xml.applicationdata.ContextDepthDataReader
 
document - Variable in class org.mmbase.util.xml.DocumentReader
 
DocumentationRenderer - Class in org.mmbase.framework
Currently renders documentation directly from subversion, using an XSLT to convert docbook to HTML.
DocumentationRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.DocumentationRenderer
 
DOCUMENTBUILDER - Static variable in class org.mmbase.util.Casting
 
DocumentConverter - Class in org.mmbase.bridge.util.xml
Tries to convert a given xml document to another document, using the Cloud if nessecary
DocumentConverter() - Constructor for class org.mmbase.bridge.util.xml.DocumentConverter
 
DocumentReader - Class in org.mmbase.util.xml
The DocumentReader class provides methods for loading a xml document in memory.
DocumentReader() - Constructor for class org.mmbase.util.xml.DocumentReader
Creates an empty document reader.
DocumentReader(InputSource) - Constructor for class org.mmbase.util.xml.DocumentReader
Constructs the document by reading it from a source.
DocumentReader(InputSource, boolean) - Constructor for class org.mmbase.util.xml.DocumentReader
Constructs the document by reading it from a source.
DocumentReader(InputSource, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentReader
Constructs the document by reading it from a source.
DocumentReader(InputSource, boolean, boolean, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentReader
Constructs the document by reading it from a source.
DocumentReader(InputSource, boolean, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentReader
 
DocumentReader(Document) - Constructor for class org.mmbase.util.xml.DocumentReader
 
documentRoot - Variable in class org.mmbase.module.core.SmartPathFunction
 
documentroot - Variable in class org.mmbase.module.INFO
 
DocumentSerializable - Class in org.mmbase.util.xml
Wraps an Document to be certainly serializable (and cloneable).
DocumentSerializable(Document) - Constructor for class org.mmbase.util.xml.DocumentSerializable
 
DOCUMENTTYPE_PUBLIC - Static variable in class org.mmbase.richtext.Mmxf
 
DOCUMENTTYPE_SYSTEM - Static variable in class org.mmbase.richtext.Mmxf
 
DocumentWriter - Class in org.mmbase.util.xml
Abstract class for creating xml documents.
DocumentWriter(String, String, String) - Constructor for class org.mmbase.util.xml.DocumentWriter
Constructs the document writer.
DocumentWriter(String, String, String, boolean) - Constructor for class org.mmbase.util.xml.DocumentWriter
Constructs the document writer.
DocumentWriter(InputSource) - Constructor for class org.mmbase.util.xml.DocumentWriter
Constructs the document by reading it from a source.
DocumentWriter(InputSource, boolean, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentWriter
Constructs the document by reading it from a source.
doDelSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
 
doEndPart(String, int, int, int, int) - Method in class org.mmbase.module.gui.html.scanparser
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.CloudInfoTag
Write the value of the nodeinfo.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.CountRelationsTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.debug.LogTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateAliasTag
Add the alias.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.DeleteNodeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.SetFieldTag
Set the value of the field.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
Pass all gathered information to the implementing editor, get the the result back and write it to the page.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.EscapeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
Write the value of the fieldinfo.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
write the value of the field.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.FrameworkParamTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.FunctionTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.IndexTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeInfoTag
Write the value of the nodeinfo.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeManagerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.RedirectTag
Method called at end of Tag used to send redirect, always skips the remainder of the JSP page.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ParamTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.PropertyTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.RemoveTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.security.SetContextTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.SettingTag
write the value of the field.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.SizeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.DepthTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.OnShrinkTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
A basic doEndTag for Writers.
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
doEndTag() - Method in class org.mmbase.bridge.jsp.taglib.XsltTag
 
doEscape(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Converts a string into a string with 'escaped' quotes.
The argument for this command is the string to 'escape'.
doEvaluate(NodeEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.BasicReleaseStrategy
 
doEvaluate(RelationEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.BasicReleaseStrategy
 
doEvaluate(RelationEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.BetterStrategy
 
doEvaluate(NodeEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.BetterStrategy
 
doEvaluate(NodeEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
doEvaluate(RelationEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
doEvaluate(NodeEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ConstraintsMatchingStrategy
 
doEvaluate(RelationEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ConstraintsMatchingStrategy
 
doEvaluate(NodeEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ReleaseStrategy
implement this method to create your own strategy.
doEvaluate(RelationEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ReleaseStrategy
implement this method to create your own strategy.
doExists(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Tests whether a given filename exists either as a directory, as a file, or as a path (depending on the subcommand given).
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.framework.FrameworkFilter
Filters a request and delegates it to UrlConverter if needed.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.servlet.CharacterEncodingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.servlet.CharsetRemoverFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.servlet.CloudThreadFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.servlet.JumpersFilter
Filters the request: tries to find a jumper and redirects to this url when found, otherwise the request will be handled somewhere else in the filterchain.
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.FrameworkParamTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
Release all allocated resources.
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.ParamTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
doFinally() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.applications.dove.servlet.DoveServlet
Handles a request using the GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.HandleServlet
Serves a node with a byte[] handle field as an attachment.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.MMBaseServlet
Serves MMBase version information.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.Performance
Called by the server when a request is done.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
Provide more intelligible errors for methods that are likely to be called.
doGetAgeMarker(StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
Returns the number of marked days from a specified daycount (?)
doGetRelationCount(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
doGetRelationValue(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
doGetSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
doInitBody() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
doInitBody() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
doInitBody() - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodeTag
 
doInitBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag
 
doInitBody() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
doIt(MediaLocator, MediaLocator, Format[], int, int) - Method in class Transcode
Given a source media locator, destination media locator and an array of formats, this method will transcode the source to the dest into the specified formats.
doJob(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateAliasTag
 
doJob(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.edit.DeleteAliasTag
 
domain - Variable in class org.mmbase.module.smtp.MailHandler.Address
 
DOMAIN - Static variable in class org.mmbase.util.xml.EntityResolver
 
doMainRequest(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Handles a main subservice on an image.
doMainRequest(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.PageMaster
Handles a main subservice on a page.
doMakeRelative() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
doMakeRelative() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
doMakeRelative() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
doMakeRelative() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
doMakeRelative() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
Whether URL must be generatored relatively.
doMAlphaSort(List, String, int) - Method in class org.mmbase.module.gui.html.scanparser
davzev changed method syntax from int sortonnumber to String sortonnumbers.
doMemory(StringTokenizer) - Method in class org.mmbase.module.INFO
This method is used to retrieve the amount of FREE MEMORY in either the JVM or the SYSTEM.
Valid options are:
GETJVM (default) : returns free memory of the Java Virtual Machine GETSYS : return the free memory on the system B(default) :return memory in bytes KB: :return memory in kilo bytes MB: :return memory in mega bytes
doModulePosts(String, Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
doMultiLevel(PageInfo, StringTagger) - Method in class org.mmbase.module.gui.html.HtmlBase
 
DONE - Static variable in class org.mmbase.applications.crontab.Events
 
done() - Method in interface org.mmbase.datatypes.handlers.html.upload.OutputStreamListener
 
done() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
Done() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reset buffer when finished.
done() - Method in class org.mmbase.util.externalprocess.AbstractMonitor
 
done() - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
Notifies that the work is done; that is, either the external process is completed or the user canceled it.
Done() - Method in class org.mmbase.util.transformers.SimpleCharStream
Reset buffer when finished.
done() - Method in class org.mmbase.util.xml.applicationdata.NodeWriter
Writes a footer to the xml file, and closes the file.
doNotify() - Method in class org.mmbase.clustering.WaitNode
 
doNotifyCheck(int) - Method in class org.mmbase.clustering.WaitNode
 
doObjects(PageInfo, StringTagger) - Method in class org.mmbase.module.gui.html.HtmlBase
show Objects
doObjects(StringTagger) - Method in class org.mmbase.module.gui.html.HtmlBase
 
dooffset - Static variable in class org.mmbase.util.DateSupport
Deprecated.
Whether to sue the offset.
doOs(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Retrieve the name of the user's operating system.
doParamDecode(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Converts an URL-encoded string into a ASCII string.
The argument for this command is the string to decode.
doParamEncode(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Converts an ASCII string into a URL-encoded string.
The argument for this command is the string to encode.
doParseTime(StringTokenizer) - Method in class org.mmbase.module.INFO
takes a time in several formats and creates a time from it
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.applications.dove.servlet.DoveServlet
Handles a request using the POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
doPrePart(String, int, int, int, int) - Method in class org.mmbase.module.gui.html.scanparser
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
doPutSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
 
doRandom(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Returns a random number in a specified range.
doRange(StringTokenizer) - Method in class org.mmbase.module.INFO
Returns a continues range of values with two set numerical boundaries and a step-increase, or the range of characters of the alphabet.
doRelations(PageInfo, StringTagger) - Method in class org.mmbase.module.gui.html.HtmlBase
show Relations
doRelations_replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
show Relations
doRelTime(StringTokenizer) - Method in class org.mmbase.module.INFO
This method is used to retrieve time related info from a relative time value.
doRequest(Element, Element, Cloud, Map<String, byte[]>) - Method in class org.mmbase.applications.dove.AbstractDove
Handles a request running one or more RPCs.
doRequest(Element, Element) - Method in class org.mmbase.applications.dove.AbstractDove
Handles a request running one or more RPCs.
doRequest(Element, Element, Cloud, Map<String, byte[]>) - Method in class org.mmbase.applications.dove.Dove
Handles a request running one or more RPCs.
doScanDate(PageInfo, StringTagger) - Method in class org.mmbase.module.INFO
Deprecated.
hereditary code. Should be dropped or adapted.
doSearchUserNumber(String) - Method in class org.mmbase.module.MMUsers
 
doSetRelationValue(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.CloudInfoTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
Sets the cloud variable considering all requirements.
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryDistinctTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryMaxNumberTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryOffsetTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedNodesContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.CountRelationsTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.debug.LogTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
Initialize timer.
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateNodeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateRelationTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.RefreshTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.SetFieldTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
Creates the transaction.
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
Start the EditTag, put the implementations found in its resources in a Map, consult the attribute type which implementation to use and instantiate it.
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.EscapeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.FrameworkParamTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.FunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.HasFunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.functions.VoidFunctionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasRelationsTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.IndexTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
Performs the search
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ListTag
Performs the search
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeInfoTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeManagerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.NotPresentTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.PresentTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlWriterTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.ParamTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.PropertyTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
Performs the search
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.RemoveItemTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayChangeContextTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateRelationTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayDeleteTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.SettingTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.SizeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.BranchTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.DepthTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.OnShrinkTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
Performs the search
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
Performs the search
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
doStartTag() - Method in class org.mmbase.bridge.jsp.taglib.XsltTag
 
doStartTagHelper() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
doStartTagHelper() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
doStartTagHelper() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
doString(StringTokenizer) - Method in class org.mmbase.module.INFO
Performs tests on strings.
doTest(Writer, NodeQuery) - Static method in class org.mmbase.bridge.util.TreeList
 
doTime(StringTokenizer) - Method in class org.mmbase.module.INFO
Formats either the current or a given timevalue according to a specified format.
doTimeFormat(StringTokenizer, boolean) - Method in class org.mmbase.module.INFO
Formats either the current or a given timevalue according to a specified format.
DOUBLE - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Double.
DOUBLE_PATTERN - Static variable in class org.mmbase.datatypes.StringDataType
 
DoubleDataType - Class in org.mmbase.datatypes
DataType associated with Double, as NumberDataType, but provides getMin and getMax as double.
DoubleDataType(String, boolean) - Constructor for class org.mmbase.datatypes.DoubleDataType
 
DoubleHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
DoubleHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.DoubleHandler
Constructor for DoubleHandler.
doubleQuote(String, int) - Static method in class org.mmbase.util.Strip
Strip double quotes from beginning, end or both, only once.
doUser(PageInfo, StringTokenizer) - Method in class org.mmbase.module.INFO
Returns information on the user Valid options are:
NAME, which returns the username in SCAN
HOSTNAME, which returns the name of the remote host (visiting) in SCAN
IPNUMBER, which returns the ipnumber of the remote host(visiting) in SCAN
SECLEVEL, which returns current security level in SCAN
REQUEST_URI, which returns the path of the file requested in SCAN
BACK, which returns the name of the page visted befote the current page, notice not supported by all browsers
COUNTRY, which returns the country name of the remote host ( mmbase.nl -> nl; mmbase.org-> org )
DOMAIN, which returns the domain name of the remote host
INDOMAIN, which returns YES when remote host has the same domain as us otherwise it returns NO in SCAN
Dove - Class in org.mmbase.applications.dove
This class handles Remote Procedure Calls described using a DOM model.
Dove(Document) - Constructor for class org.mmbase.applications.dove.Dove
Constructor
DoveErrorHandler() - Constructor for class org.mmbase.applications.dove.servlet.DoveServlet.DoveErrorHandler
 
DoveServlet - Class in org.mmbase.applications.dove.servlet
This servlet routes RPC requests (represented in xml) to the intended method of the 'Dove' object.
DoveServlet() - Constructor for class org.mmbase.applications.dove.servlet.DoveServlet
 
DoveServlet.DoveErrorHandler - Class in org.mmbase.applications.dove.servlet
Dove Error handler for catching and storing parsing exceptions.
doWait(int) - Method in class org.mmbase.clustering.WaitNode
 
DOWN - Static variable in class org.mmbase.util.NodeComparator
 
download() - Method in class org.mmbase.streams.download.Downloader
 
Downloader - Class in org.mmbase.streams.download
This is called by DownloadFunction and does the actual downloading and saving of the downloaded stream on the filesystem.
Downloader() - Constructor for class org.mmbase.streams.download.Downloader
 
DownloadFunction - Class in org.mmbase.streams.download
Downloads a media stream from an url for a media item (mediafragments node) puts it in the files directory and returns it's filename when finished.
DownloadFunction() - Constructor for class org.mmbase.streams.download.DownloadFunction
 
doWork() - Method in class org.mmbase.applications.mmbob.ExternalProfilesManager
Main work loop
doWork() - Method in class org.mmbase.applications.mmbob.ForumEmailSender
Main work loop
doWork() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
Main work loop Commit the nodes in the syncQueue to the database
doWork() - Method in class org.mmbase.module.builders.vwms.FileCopier
Main work loop.
doWork() - Method in class org.mmbase.module.builders.vwms.ImagePusher
Main work loop.
DROP_ROW_TYPE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for dropping a row type.
DROP_TABLE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for dropping a table.
DROP_TABLE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for reading a text field.
dropIfRequested(TmpObject) - Method in class org.mmbase.applications.xmlimporter.Transaction
Drops an object from the temporary cloud, based on its disposeWhenNotReferenced flag - i.e.
dsthost - Variable in class org.mmbase.module.builders.vwms.aFile2Copy
Name of the destination host
dsthost - Variable in class org.mmbase.module.builders.vwms.SCPcopy
Name of the destination host
dsthost - Variable in class org.mmbase.module.builders.vwms.UnixCopy
 
dstpath - Variable in class org.mmbase.module.builders.vwms.aFile2Copy
Requested path of the file at the destination host
dstpath - Variable in class org.mmbase.module.builders.vwms.SCPcopy
Root-path of the file at the destination host
dstpath - Variable in class org.mmbase.module.builders.vwms.UnixCopy
 
dstuser - Variable in class org.mmbase.module.builders.vwms.aFile2Copy
Name of the destination user.
dstuser - Variable in class org.mmbase.module.builders.vwms.SCPcopy
Name of the destination user.
dstuser - Variable in class org.mmbase.module.builders.vwms.UnixCopy
 
DTD_APPLICATION - Static variable in class org.mmbase.util.xml.applicationdata.ApplicationReader
DTD resource filename of the most Application DTD
DTD_APPLICATION_1_0 - Static variable in class org.mmbase.util.xml.applicationdata.ApplicationReader
DTD resource filename of the Application DTD version 1.0
DTD_APPLICATION_1_1 - Static variable in class org.mmbase.util.xml.applicationdata.ApplicationReader
DTD resource filename of the Application DTD version 1.1
DTD_ASSIGNED_1_0 - Static variable in class org.mmbase.applications.thememanager.Theme
 
DTD_BASICSECURITY_1_0 - Static variable in class org.mmbase.security.implementation.basic.AuthenticationHandler
 
DTD_BUILDER - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
DTD respource filename of the most recent Builder DTD
DTD_BUILDER_1_0 - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
DTD resource filename of the Builder DTD version 1.0
DTD_BUILDER_1_1 - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
DTD resource filename of the Builder DTD version 1.1
DTD_CLASSSECURITY_1_0 - Static variable in class org.mmbase.security.classsecurity.ClassAuthentication
 
DTD_DATABASE_STORAGE_LOOKUP - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageLookup
DTD resource filename of the most Database DTD
DTD_DATABASE_STORAGE_LOOKUP_1_0 - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageLookup
DTD resource filename of the Database DTD version 1.0
DTD_EDITWIZARD_1_0 - Static variable in class org.mmbase.applications.editwizard.Wizard
 
DTD_ERROR - Static variable in class org.mmbase.util.xml.DocumentReader
DTD respource filename of the most recent Error DTD
DTD_ERROR_1_0 - Static variable in class org.mmbase.util.xml.DocumentReader
DTD resource filename of the Error DTD version 1.0
DTD_EVENTMANAGER - Static variable in class org.mmbase.core.event.EventManager
 
DTD_FUNCTIONSET_1_0 - Static variable in class org.mmbase.util.functions.FunctionSets
 
DTD_FUNCTIONSETS_1_0 - Static variable in class org.mmbase.util.functions.FunctionSets
 
DTD_LANGUAGEGUISET_1_0 - Static variable in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
DTD_LANGUAGEGUISETS_1_0 - Static variable in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
DTD_LUCENE - Static variable in class org.mmbase.module.lucene.Lucene
 
DTD_LUCENE_2_0 - Static variable in class org.mmbase.module.lucene.Lucene
 
DTD_MIMEMAPPING_1_0 - Static variable in enum org.mmbase.applications.media.Format
 
DTD_MMBOBCONFIG_1_0 - Static variable in class org.mmbase.applications.mmbob.ForumManager
DTD resource filename of the mmbob config file DTD version 1.0
DTD_MODULE - Static variable in class org.mmbase.util.xml.ModuleReader
DTD resource filename of the most recent Module DTD
DTD_MODULE_1_0 - Static variable in class org.mmbase.util.xml.ModuleReader
DTD resource filename of the most recent Module DTD
DTD_PROFILEINFO_1_0 - Static variable in class org.mmbase.applications.mmbob.ProfileInfo
 
DTD_SECURITY_1_0 - Static variable in class org.mmbase.security.MMBaseCopConfig
DTD resource filename of the Builder DTD version 1.0
DTD_SECURITY_CONTEXT_CONFIG_1_0 - Static variable in class org.mmbase.security.implementation.context.ContextAuthentication
DTD resource filename of the Builder DTD version 1.0
DTD_SECURITY_CONTEXT_CONFIG_1_1 - Static variable in class org.mmbase.security.implementation.context.ContextAuthentication
 
DTD_SECURITY_CONTEXT_CONFIG_1_2 - Static variable in class org.mmbase.security.implementation.context.ContextAuthentication
 
DTD_STORAGE - Static variable in class org.mmbase.storage.util.StorageReader
DTD resource filename of the most Database DTD
DTD_STORAGE_1_0 - Static variable in class org.mmbase.storage.util.StorageReader
DTD resource filename of the Database DTD version 1.0
DTD_SUBPATH - Static variable in class org.mmbase.util.xml.EntityResolver
 
DTD_THEME_1_0 - Static variable in class org.mmbase.applications.thememanager.Theme
 
DTD_THEMES_1_0 - Static variable in class org.mmbase.applications.thememanager.ThemeManager
DTD resource filename of the themes DTD version 1.0
DTD_UTIL - Static variable in class org.mmbase.util.xml.UtilReader
DTD respource filename of the most recent Utilities config DTD
DTD_UTIL_1_0 - Static variable in class org.mmbase.util.xml.UtilReader
DTD resource filename of the Utilities config DTD version 1.0
Dummy - Class in org.mmbase.module.builders
Deprecated.
Simply use MMObjectBuilder. In the builder xml you can simply leave the <class> element away alltogether.
Dummy() - Constructor for class org.mmbase.module.builders.Dummy
Deprecated.
 
DummyImageConverter - Class in org.mmbase.util.images
A 'Dummy' converter for converting images when Imagemagick and JAI are not available.
DummyImageConverter() - Constructor for class org.mmbase.util.images.DummyImageConverter
 
DummyImageInformer - Class in org.mmbase.util.images
The `Dummy' ImageInformer can inform about an image without any external packages.
DummyImageInformer() - Constructor for class org.mmbase.util.images.DummyImageInformer
 
duplicate() - Method in class org.mmbase.util.scanpage
Creates a duplicate of this scanpage
duplicatesFound() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns true if in a transaction duplicates are found.
duplicatesResolved() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns true if the user has chosen a mergeresult.
Duration - Class in org.mmbase.datatypes.processors
Formats a long with hour:minutes:seconds.
Duration() - Constructor for class org.mmbase.datatypes.processors.Duration
 
duration(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
Matches duration, records that and tries to match bitrate and start on that same line.
duration - Variable in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
Duration.DataType - Class in org.mmbase.datatypes.processors
 
Duration.GetString - Class in org.mmbase.datatypes.processors
 
Duration.SetString - Class in org.mmbase.datatypes.processors
 
DURATION_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
DURATION_PATTERN - Static variable in class org.mmbase.datatypes.processors.Duration
 
DurationHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
Handles the field-type LONG/relativetime
DurationHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
Dutch - Static variable in class org.mmbase.module.INFO
 
DUTCH - Static variable in class org.mmbase.sms.NumberRecognizer
 
DUTCH_DATESTRINGS - Static variable in class org.mmbase.util.DateStrings
Deprecated.
 
Dutch_days - Static variable in class org.mmbase.util.DateStrings
Deprecated.
Dutch short week day names
DUTCH_STOP_WORDS - Static variable in class org.mmbase.module.lucene.analysis.nl.StandardCleaningAnalyzer
List of typical Dutch stopwords.
dutchEditor - Variable in class org.mmbase.module.gui.html.EditStateNode
 
dynamic() - Method in class org.mmbase.util.dateparser.DateParser
 
DynamicDate - Class in org.mmbase.util
A DynamicDate is a Date object that has no fixed value, like 'now'.
DynamicDate(String) - Constructor for class org.mmbase.util.DynamicDate
 

E

edit(int) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
edit(int) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
edit(int) - Method in class org.mmbase.bridge.util.MapNode
 
edit() - Method in class org.mmbase.datatypes.BasicDataType
 
editNode - Variable in class org.mmbase.module.gui.html.EditStateNode
 
Editor - Class in org.mmbase.bridge.jsp.taglib.editor
You should extend this class to implement your own EditTag.
Editor() - Constructor for class org.mmbase.bridge.jsp.taglib.editor.Editor
 
editor - Variable in class org.mmbase.module.gui.html.EditStateNode
 
EditorDefinition(Element) - Constructor for class org.mmbase.bridge.jsp.taglib.editor.EditTag.EditorDefinition
 
editPost(String, String, String, int, int, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
update a allready existing posting, it will also update the last edit time
editPoster(String, int, String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Change values of a Poster
editPostThread(String, String, String, int, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
update a allready existing postthread
editProfilePoster(String, int, int, String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Change values of a Poster
EditState - Class in org.mmbase.module.gui.html
EditState, controls the users edit session, keeps EditStateNodes
EditState(String, MMBase) - Constructor for class org.mmbase.module.gui.html.EditState
 
EditStateNode - Class in org.mmbase.module.gui.html
EditStateNode (hitlisted)
EditStateNode(MMBase) - Constructor for class org.mmbase.module.gui.html.EditStateNode
 
editStates - Variable in class org.mmbase.module.gui.html.StateManager
Username to EditState mappings.
EditTag - Class in org.mmbase.bridge.jsp.taglib.editor
The EditTag collects the nodenrs, fields and queries of the FieldTags in its body.
EditTag() - Constructor for class org.mmbase.bridge.jsp.taglib.editor.EditTag
 
EditTag.EditorDefinition - Class in org.mmbase.bridge.jsp.taglib.editor
 
EditwizardRenderer - Class in org.mmbase.framework
Generates an iframe with a wizard list (if the 'list' property is set) or a wizard wizard (if the 'wizard' property is set).
EditwizardRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.EditwizardRenderer
 
editwizardsDir - Static variable in class org.mmbase.applications.media.urlcomposers.Config
 
eh - Variable in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
elapsedTime - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
element - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
element - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
element - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
element - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
element - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
element - Variable in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
Element(String, int, int, int) - Constructor for class org.mmbase.datatypes.DateTimePattern.Element
 
Element(String, int, int, int, int) - Constructor for class org.mmbase.datatypes.DateTimePattern.Element
 
elementManager - Variable in class org.mmbase.bridge.util.xml.query.QueryDefinition
The NodeManager of the 'main' nodetype in this query (if appropriate).
elements() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Returns an Enumeration on the table's element values.
elements() - Method in class org.mmbase.util.StringTagger
Returns a Enumeration of the values as String.
elementStep - Variable in class org.mmbase.bridge.util.xml.query.QueryDefinition
The step in the query describing the 'main' nodetype (if appropriate).
ELLIPSIS - Static variable in class org.mmbase.util.transformers.SubstringFactory
 
ELM_CONTEXT - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_CREATEDIR - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_DESTINATION - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_DESTINATIONTYPE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_DIRECTIONS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_ENCODING - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_HREF - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_ID - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_LANG - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_MAYDELETE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_MAYWRITE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_NAME - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_NUMBER - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_OLDNUMBER - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_ORDERBY - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_ROLE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_SEARCHDIR - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_SEARCHTYPE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_SIZE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_SOURCE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_SOURCETYPE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_STATUS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_TYPE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_WHERE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
ELM_XPATH - Static variable in class org.mmbase.applications.dove.AbstractDove
 
EmailBuilder - Class in org.mmbase.applications.email
Email builder.
EmailBuilder() - Constructor for class org.mmbase.applications.email.EmailBuilder
 
EmailEvent - Class in org.mmbase.applications.email
 
EmailEvent() - Constructor for class org.mmbase.applications.email.EmailEvent
 
EmailEvent.Sent - Class in org.mmbase.applications.email
 
EmailEventBroker - Class in org.mmbase.applications.email
 
EmailEventBroker() - Constructor for class org.mmbase.applications.email.EmailEventBroker
 
EmailEventListener - Interface in org.mmbase.applications.email
 
EmailExpireHandler - Class in org.mmbase.applications.email
Checks email nodes that can be deleted, because they were sent already some time ago, and were marked as 'one shot'.
EmailExpireHandler(EmailBuilder, int) - Constructor for class org.mmbase.applications.email.EmailExpireHandler
create a handler with sleeptime and expiretime
emailFailed - Static variable in class org.mmbase.applications.email.SendMail
 
EmailHandler - Class in org.mmbase.applications.email
This is a helper class for EmailBuilder.
EmailHandler() - Constructor for class org.mmbase.applications.email.EmailHandler
 
EmailHandler.NodeRecipient - Class in org.mmbase.applications.email
Simple structure representing an email-adres which is associated with a node-number.
EmailNotification - Class in org.mmbase.notifications
A notification implementation which sends using mmbase-email.jar
EmailNotification() - Constructor for class org.mmbase.notifications.EmailNotification
 
emailSent - Static variable in class org.mmbase.applications.email.SendMail
 
EmailValidated - Class in org.mmbase.datatypes
 
EmailValidated(int) - Constructor for class org.mmbase.datatypes.EmailValidated
 
EmbeddedCgiURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
An example.
EmbeddedCgiURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.EmbeddedCgiURLComposer
 
EMPTY - Static variable in class org.mmbase.bridge.implementation.BasicStringList
 
empty(Node, String) - Method in class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
 
empty - Variable in class org.mmbase.streams.transcoders.MockTranscoder
 
EMPTY - Static variable in class org.mmbase.util.functions.Parameter
An empty Parameter array.
empty - Variable in class org.mmbase.util.HTMLElement
The EMPTY tag is present in the macro.
EMPTY_MODULELIST - Static variable in class org.mmbase.bridge.util.BridgeCollections
 
EMPTY_NODELIST - Static variable in class org.mmbase.bridge.util.BridgeCollections
 
EMPTY_NODEMANAGERLIST - Static variable in class org.mmbase.bridge.util.BridgeCollections
 
EMPTY_RELATIONLIST - Static variable in class org.mmbase.bridge.util.BridgeCollections
 
EMPTY_RELATIONMANAGERLIST - Static variable in class org.mmbase.bridge.util.BridgeCollections
 
EMPTY_STRINGLIST - Static variable in class org.mmbase.bridge.util.BridgeCollections
 
emptyArray() - Static method in class org.mmbase.util.functions.Parameter
 
EmptyBridgeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
EmptyCommitProcessor - Class in org.mmbase.datatypes.processors
The CommitProcessor that does nothing.
EmptyCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.EmptyCommitProcessor
 
emptyDocument() - Static method in class org.mmbase.applications.editwizard.Utils
This method returns an empty XMLDocument.
emptyElement(String, String, String, Attributes) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write an empty element.
emptyElement(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Add an empty element without a qname or attributes.
emptyElement(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Add an empty element without a Namespace URI, qname or attributes.
EmptyModuleList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
 
EmptyNodeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
EmptyNodeManagerList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
 
EmptyRelationList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
EmptyRelationManagerList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
 
EmptyStringList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyStringList
 
enable() - Method in class org.mmbase.applications.mmbob.Poster
enable the poster
enable(String) - Method in class org.mmbase.cache.CacheManager
 
enable(String) - Method in interface org.mmbase.cache.CacheManagerMBean
 
enable_tracing() - Method in class org.mmbase.util.dateparser.DateParser
Enable tracing.
enable_tracing() - Method in class org.mmbase.util.transformers.ListParser
Enable tracing.
enablePoster(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Enable a Poster from a forum
encode(String) - Static method in class org.mmbase.applications.mmbob.util.transformers.BBCode
 
encode(String, Field) - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
encode() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.RedirectTag
 
encode() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
encode(String) - Method in class org.mmbase.security.implementation.cloud.UserBuilder
 
encode(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
encode(String) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
 
Encode - Class in org.mmbase.util
Class to convert from/to a string (byte[]) from/to a encoded string (byte[]) Supported encodings are at this moment: BASE64 HEX ESCAPE_XML ESCAPE_HTML ESCAPE_HTML_ATTRIBUTE ESCAPE_WML ESCAPE_WML_ATTRIBUTE ESCAPE_URL ESCAPE_URL_PARAM ESCAPE_SINGLE_QUOTE A list of supported encodings can be gotten by java org.mmbase.util.Encode, and you add your own encodings by calling the static function 'register' of this class.
Encode(String) - Constructor for class org.mmbase.util.Encode
Created a encode instance of a certain type of encoding.
encode(String, String) - Static method in class org.mmbase.util.Encode
This function will encode a given string to it's encoded variant.
encode(String, byte[]) - Static method in class org.mmbase.util.Encode
 
encode(String) - Method in class org.mmbase.util.Encode
This function will encode a given string to it's encoded variant.
encode(byte[]) - Method in class org.mmbase.util.Encode
Encodes a byte array.
encode(byte[], String) - Static method in class org.mmbase.util.transformers.EncryptionTransformerFactory
Encode a given array of bytes to a string, using the given format.
encodeBytesAsString(byte[]) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
Method to retrieve the bytes of an uploaded file as a string using eitehr the encoding specified in the file or the default encoding.
encodeFunction - Variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
encodeRedirectURL(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.mmbase.util.GenericResponseWrapper
 
encodeRedirectUrl(String) - Method in class org.mmbase.util.LocalHttpServletResponse
Deprecated.
encodeRedirectURL(String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
encodeURL(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
encodeURL(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
encodeUrl(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
encodeURL(String) - Method in class org.mmbase.util.GenericResponseWrapper
 
encodeUrl(String) - Method in class org.mmbase.util.LocalHttpServletResponse
Deprecated.
encodeURL(String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
ENCODEURLS_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.ContentTag
 
ENCODING - Static variable in class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
ENCODING - Static variable in class org.mmbase.applications.xmlimporter.TransactionsParser
The character encoding used for the reporfile: ISO-8859-1.
encoding - Variable in class org.mmbase.util.WriterOutputStream
 
encoding - Variable in class org.mmbase.util.xml.EntityResolver.Resource
 
EncodingDetectingOutputStreamWriter - Class in org.mmbase.util
Like OutputStreamWriter but it tries to autodetect the encoding of the OutputStream.
EncodingDetectingOutputStreamWriter(OutputStream) - Constructor for class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
encrypt(String) - Static method in class org.mmbase.datatypes.VerifyEmailProcessor
 
Encryption(String, String, String) - Constructor for class org.mmbase.util.transformers.EncryptionTransformerFactory.Encryption
 
EncryptionTransformerFactory - Class in org.mmbase.util.transformers
This transformerfactory can encrypt and decrypt strings.
EncryptionTransformerFactory() - Constructor for class org.mmbase.util.transformers.EncryptionTransformerFactory
 
EncryptionTransformerFactory.Decryption - Class in org.mmbase.util.transformers
 
EncryptionTransformerFactory.Encryption - Class in org.mmbase.util.transformers
 
encryptKey(Node, Field, String) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
end(String, Object) - Method in enum org.mmbase.bridge.jsp.taglib.util.Debug
 
End(String) - Constructor for class org.mmbase.core.event.TransactionEvent.End
 
end() - Method in class org.mmbase.framework.basic.State
At the end of the request (or subcomponent), this method must be called, to indicate that this state is no longer in use.
END - Static variable in interface org.mmbase.util.transformers.ListParserConstants
RegularExpression Id.
endBlock() - Method in class org.mmbase.framework.basic.State
After rendering (a certain renderer of) a block, the state must be informed about that.
endColumn - Variable in class org.mmbase.util.dateparser.Token
The column number of the last character of this Token.
endColumn - Variable in class org.mmbase.util.transformers.Token
The column number of the last character of this Token.
endDepth - Variable in class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
endDocument() - Method in class org.mmbase.util.xml.filter.XmlWriter
Write a newline at the end of the document.
endElement(String, String, String) - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Overrides a method of org.xml.sax.helpers.DefaultHandler.
endElement(String, String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write an end tag.
endElement(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
End an element without a qname.
endElement(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
End an element without a Namespace URI or qname.
endLine - Variable in class org.mmbase.util.dateparser.Token
The line number of the last character of this Token.
endLine - Variable in class org.mmbase.util.transformers.Token
The line number of the last character of this Token.
endLists(StringBuilder) - Method in class org.mmbase.util.transformers.ListParser
 
endProcess() - Method in class org.mmbase.framework.basic.State
 
enforce(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
ENFORCE_ABSOLUTE - Static variable in interface org.mmbase.datatypes.DataType
ENFORCE_ALWAYS - Static variable in interface org.mmbase.datatypes.DataType
ENFORCE_DISALLOWED_FIELDS - Static variable in class org.mmbase.storage.Attributes
Option: enforce.disallowed.fields.
ENFORCE_NEVER - Static variable in interface org.mmbase.datatypes.DataType
ENFORCE_ONCHANGE - Static variable in interface org.mmbase.datatypes.DataType
ENFORCE_ONCREATE - Static variable in interface org.mmbase.datatypes.DataType
ENFORCE_ONVALIDATE - Static variable in interface org.mmbase.datatypes.DataType
enforceStrength - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
English - Static variable in class org.mmbase.module.INFO
 
ENGLISH_DATESTRINGS - Static variable in class org.mmbase.util.DateStrings
Deprecated.
 
ensureCapacity(int) - Method in class org.mmbase.util.StringObject
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ENTIRE - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
Match the entire stream (so, one String must be created).
ENTITY_END - Static variable in class org.mmbase.util.transformers.Iso1
 
ENTITY_START - Static variable in class org.mmbase.util.transformers.Iso1
 
EntityResolver - Class in org.mmbase.util.xml
Take the systemId and converts it into a local file, using the MMBase config path This is used for resolving DTD's and XSD's, but also e.g.
EntityResolver() - Constructor for class org.mmbase.util.xml.EntityResolver
empty constructor
EntityResolver(boolean) - Constructor for class org.mmbase.util.xml.EntityResolver
 
EntityResolver(boolean, Class<?>) - Constructor for class org.mmbase.util.xml.EntityResolver
 
EntityResolver.FileResource - Class in org.mmbase.util.xml
 
EntityResolver.Resource - Class in org.mmbase.util.xml
Container for dtd resources information
EntityResolver.StringResource - Class in org.mmbase.util.xml
 
entries - Variable in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
entries - Variable in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
entry - Variable in class org.mmbase.applications.crontab.Events.Event
 
ENTRY - Static variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
entry - Variable in class org.mmbase.applications.crontab.ProposedJobs.Event
 
entry - Variable in class org.mmbase.applications.crontab.RunningCronEntry
 
Entry(int, String) - Constructor for class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag.Entry
 
Entry<K,V> - Class in org.mmbase.util
Represents a pair of values ('key' and a 'value').
Entry(K, V) - Constructor for class org.mmbase.util.Entry
 
Entry(Map.Entry<K, V>) - Constructor for class org.mmbase.util.Entry
 
Entry(String, URL) - Constructor for class org.mmbase.util.xml.URIResolver.Entry
 
Entry(String, ClassLoader) - Constructor for class org.mmbase.util.xml.URIResolver.Entry
 
EntryComparator() - Constructor for class org.mmbase.datatypes.processors.KeywordsProcessor.EntryComparator
 
EntryList() - Constructor for class org.mmbase.util.xml.URIResolver.EntryList
 
entrySet() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlParameters
 
entrySet() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
entrySet() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
entrySet(boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
entrySet() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
entrySet(boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
entrySet() - Method in class org.mmbase.bridge.util.NodeMap
 
entrySet() - Method in class org.mmbase.cache.Cache
 
entrySet() - Method in class org.mmbase.cache.implementation.LRUCache
 
entrySet() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the entrySet() method of the cache implementation.
entrySet() - Method in class org.mmbase.module.corebuilders.FieldDefs.LocaleToStringMap
Deprecated.
 
entrySet() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
entrySet() - Method in class org.mmbase.util.BijectiveMap
 
entrySet() - Method in class org.mmbase.util.LinkMap
 
entrySet() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Returns the entries of this Map.
entrySet() - Method in class org.mmbase.util.StringTagger
returns all values
entrySet() - Method in class org.mmbase.util.xml.UtilReader.PropertiesMap
ents - Static variable in class org.mmbase.util.xml.EntityResolver
 
enumerationRestriction - Variable in class org.mmbase.datatypes.BasicDataType
 
EnumerationRestriction(BasicDataType<C>.EnumerationRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
EnumerationRestriction(LocalizedEntryListFactory<C>) - Constructor for class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
EnumHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
This handler can be used to create option list by use of a resource.
EnumHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
EnumHandler(FieldInfoTag, Node, Field) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
EnumHandler - Class in org.mmbase.datatypes.handlers.html
 
EnumHandler() - Constructor for class org.mmbase.datatypes.handlers.html.EnumHandler
 
env - Variable in class org.mmbase.util.MagickClient.Job
 
EnvironmentReader - Class in org.mmbase.util.externalprocess
Reader for importing the OS Environment properties into java.
EnvironmentReader() - Constructor for class org.mmbase.util.externalprocess.EnvironmentReader
 
EOF - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
End of File.
EOF - Static variable in interface org.mmbase.util.transformers.ListParserConstants
End of File.
eol - Variable in exception org.mmbase.util.dateparser.ParseException
The end of line string for this machine.
eol - Variable in exception org.mmbase.util.transformers.ParseException
The end of line string for this machine.
EQUAL - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'equal'
EQUAL - Static variable in class org.mmbase.storage.search.legacy.DBConditionItem
 
equalFieldValues(Object, Object) - Static method in class org.mmbase.storage.search.implementation.BasicStepField
Compares two field values for equality.
equalRelations(TmpObject, TmpObject) - Method in class org.mmbase.applications.xmlimporter.Transaction
Test if two objects in the temporary cloud represent the same relation (are of same relation type and have the same source and destination objects).
equals(Object, Object) - Method in class org.incava.util.diff.Diff
Compares the two objects, using the comparator provided with the constructor, if any.
equals(Object) - Method in class org.incava.util.diff.Difference
Compares this object to the other for equality.
equals(Object) - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
Two CronEntrys as considered equal if they have the same id, name, classname and configuration.
equals(Object) - Method in class org.mmbase.applications.crontab.CronEntry
Two CronEntrys as considered equal if they have the same id, name, classname, cronTime and configuration.
equals(Object) - Method in class org.mmbase.applications.crontab.CronEntryField
 
equals(Object) - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
equals(Object) - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
equals(Object) - Method in class org.mmbase.applications.email.EmailHandler.NodeRecipient
 
equals(MMObjectNode, MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Implements equals for nodes (this is in MMObjectBuilder because you cannot override MMObjectNode)
equals(Object) - Method in class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
equals(Object) - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
equals(Object) - Method in class org.mmbase.bridge.ContextProvider.LocalResolver
 
equals(Object) - Method in class org.mmbase.bridge.implementation.BasicCloud
Compares this cloud to the passed object, and returns true if they are equal.
equals(Object) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
equals(Object) - Method in class org.mmbase.bridge.implementation.ModuleHandler
Compares two modules, and returns true if they are equal.
equals(Object) - Method in class org.mmbase.bridge.mock.MockCloudContext.MockResolver
 
equals(Object) - Method in class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
 
equals(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
equals(Object) - Method in class org.mmbase.bridge.RemoteContext.RemoteResolver
 
equals(Object) - Method in class org.mmbase.bridge.util.AbstractNode
Compares two nodes, and returns true if they are equal.
equals(Object) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
equals(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
equals(Object) - Method in class org.mmbase.bridge.util.NodeWrapper
 
equals(Object) - Method in class org.mmbase.cache.Cache
 
equals(Object) - Method in class org.mmbase.cache.CacheManager.Bean
 
equals(Object) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the equals() method of the cache implementation.
equals(Object) - Method in class org.mmbase.cache.ReleaseStrategy
 
equals(Object) - Method in class org.mmbase.cache.xslt.TemplateCache.Key
 
equals(Object) - Method in class org.mmbase.core.AbstractField
Whether data type equals to other data type.
equals(Object) - Method in class org.mmbase.core.CoreField
 
equals(Object) - Method in class org.mmbase.core.event.EventBroker
 
equals(Object) - Method in class org.mmbase.core.event.NodeEvent
 
equals(Object) - Method in class org.mmbase.core.event.RelationEvent
 
equals(Object) - Method in class org.mmbase.core.event.TypedNodeEventListenerWrapper
 
equals(Object) - Method in class org.mmbase.core.event.TypedRelationEventListenerWrapper
 
equals(Object) - Method in class org.mmbase.datatypes.BasicDataType.DataTypeComparator
 
equals(Object) - Method in class org.mmbase.datatypes.BasicDataType
Whether data type equals to other data type.
equals(Object) - Method in class org.mmbase.datatypes.processors.CreationTimeGuesser
 
equals(Object) - Method in class org.mmbase.datatypes.processors.DelayedSetter.NodeField
 
equals(Object) - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
equals(Object) - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
equals(Object) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor.EntryComparator
 
equals(Object) - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
equals(Object) - Method in class org.mmbase.framework.Block.Type
 
equals(Object) - Method in class org.mmbase.framework.Setting
 
equals(MMObjectNode, MMObjectNode) - Method in class org.mmbase.module.builders.MMServers
MMServer object are field by field equals.
equals(Object) - Method in class org.mmbase.module.core.MMObjectBuilder
Equals must be implemented because of the list of MMObjectBuilder which is used for ancestors Declared the method final, because the instanceof operator is used.
equals(MMObjectNode, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Implements equals for nodes (this is in MMObjectBuilder because you cannot override MMObjectNode)
equals(Object) - Method in class org.mmbase.module.core.MMObjectNode
 
equals(MMObjectNode, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Implements equals for a typerel node.
equals(Object) - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
equals(Object) - Method in class org.mmbase.notifications.Notifyable
 
equals(Object) - Method in class org.mmbase.richtext.OSCacheInvalidator
 
equals(Object) - Method in class org.mmbase.searchrelate.SessionCleaner
 
equals(Object) - Method in class org.mmbase.searchrelate.Submitter
 
equals(Object) - Method in class org.mmbase.security.BasicUser
 
equals(Object) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
equals(MMObjectNode, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
 
equals(MMObjectNode, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
equals(Object) - Method in class org.mmbase.security.implementation.cloudcontext.User
 
equals(Object) - Method in class org.mmbase.security.implementation.context.ContextUserContext
 
equals(Object) - Method in class org.mmbase.security.Rank
 
equals(Object) - Method in class org.mmbase.servlet.FileNameComparator
 
equals(Object) - Method in interface org.mmbase.storage.search.AggregatedField
Compares this aggregated field to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.CompositeConstraint
Compares this constraint to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.Constraint
Compares this constraint to the specified object.
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicAggregatedField
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicCompareFieldsConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicDateSortOrder
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldNullConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicLegacyConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicStep
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
equals(Object) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Compares this query to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.RelationStep
Compares this relationstep to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.SearchQuery
Compares this query to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.SortOrder
Compares this sortorder to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.Step
Compares this step to the specified object.
equals(Object) - Method in interface org.mmbase.storage.search.StepField
Compares this stepfield to the specified object.
equals(Object) - Method in class org.mmbase.storage.util.TypeMapping
 
equals(Object) - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
equals(Object, Object) - Static method in class org.mmbase.util.Casting
 
equals(Object) - Method in class org.mmbase.util.ChainedComparator
 
equals(Object) - Method in class org.mmbase.util.DynamicDate
 
equals(Object) - Method in class org.mmbase.util.Entry
 
equals(Object) - Method in class org.mmbase.util.functions.AbstractFunction
 
equals(Object) - Method in class org.mmbase.util.functions.Parameter
Whether parameter equals to other parameter.
equals(Object) - Method in class org.mmbase.util.functions.WrappedFunction
 
equals(Object) - Method in class org.mmbase.util.images.Dimension
 
equals(Object) - Method in class org.mmbase.util.images.FileReceiver
 
equals(Object) - Method in class org.mmbase.util.images.NodeReceiver
 
equals(Object) - Method in class org.mmbase.util.LocaleCollator
 
equals(String, String) - Method in class org.mmbase.util.LocaleCollator
 
equals(Object) - Method in class org.mmbase.util.LocalizedString
 
equals(Object) - Method in class org.mmbase.util.MimeType
 
equals(Object) - Method in class org.mmbase.util.NodeComparator
Returns whether another object is equal to this comparator (that is, compare the same fields in the same order).
equals(Object) - Method in class org.mmbase.util.ResourceLoader
 
equals(Object) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
equals(Object) - Method in class org.mmbase.util.SerializableInputStream
 
equals(Object) - Method in class org.mmbase.util.SortedBundle.ValueWrapper
 
equals(Object) - Method in class org.mmbase.util.StringTagger
Returns whether two objects are the same
equals(Object) - Method in class org.mmbase.util.WrappedLocalizedString
 
equals(Object) - Method in class org.mmbase.util.xml.AbstractBuilderReader
equals(Object) - Method in class org.mmbase.util.xml.DocumentSerializable
 
equals(Object) - Method in class org.mmbase.util.xml.URIResolver.Entry
 
equals(Object) - Method in class org.mmbase.util.xml.URIResolver
URIResolver can be used as a key in Maps (Caches).
equalsIgnoreRound(Dimension, int) - Method in class org.mmbase.util.images.Dimension
 
ERROR - Static variable in class org.mmbase.applications.dove.AbstractDove
 
error(SAXParseException) - Method in class org.mmbase.applications.dove.servlet.DoveServlet.DoveErrorHandler
Logs an error and adds it to the list of parsing errors.
error(SAXParseException) - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Overrides a method of org.xml.sax.helpers.DefaultHandler.
error(String) - Method in interface org.mmbase.datatypes.handlers.html.upload.OutputStreamListener
 
error(String) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
error(String) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
ERROR - Static variable in interface org.mmbase.datatypes.resources.StateConstants
 
error - Variable in class org.mmbase.framework.ErrorRenderer
 
Error(int, Throwable) - Constructor for class org.mmbase.framework.ErrorRenderer.Error
 
error(String) - Method in class org.mmbase.module.tools.ApplicationResult
Adds a message and logs it as an error, and sets the success status to false.
error - Variable in class org.mmbase.streams.transcoders.ErrorDetector
 
error - Variable in class org.mmbase.util.externalprocess.ProcessClosure
The stream where data is written to when piped from stderr
error(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
error(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
error(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
error(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
error(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
error(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
error(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
error(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
error(Object) - Method in class org.mmbase.util.logging.java.Impl
 
error(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
error(String, String, int, String, int) - Method in class org.mmbase.util.logging.JavaScriptErrorReporter
 
ERROR - Static variable in class org.mmbase.util.logging.Level
A constant.
error(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with error priority.
error(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
error(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
error(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
error(SAXParseException) - Method in class org.mmbase.util.transformers.XmlField.ErrorHandler
 
ERROR - Static variable in class org.mmbase.util.xml.ErrorHandler
 
error(SAXParseException) - Method in class org.mmbase.util.xml.ErrorHandler
 
error(SAXParseException) - Method in class org.mmbase.util.XMLCheckErrorHandler
 
ERROR_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
errorBuff - Variable in class org.mmbase.util.transformers.XmlField.ErrorHandler
 
errorBuffer - Variable in class org.mmbase.module.lucene.Indexer
 
errorCode - Variable in error org.mmbase.util.dateparser.TokenMgrError
Indicates the reason why the exception is thrown.
errorCode - Variable in error org.mmbase.util.transformers.TokenMgrError
Indicates the reason why the exception is thrown.
errorDescription - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
ErrorDetector - Class in org.mmbase.streams.transcoders
Reads log and watches for error patterns.
ErrorDetector(Pattern) - Constructor for class org.mmbase.streams.transcoders.ErrorDetector
 
ErrorHandler(StringBuilder) - Constructor for class org.mmbase.util.transformers.XmlField.ErrorHandler
 
ErrorHandler - Class in org.mmbase.util.xml
Provides ErrorHandler methods
ErrorHandler() - Constructor for class org.mmbase.util.xml.ErrorHandler
 
ErrorHandler(boolean, int) - Constructor for class org.mmbase.util.xml.ErrorHandler
 
errorMessage - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
erroroccurred - Variable in class org.mmbase.applications.dove.servlet.DoveServlet.DoveErrorHandler
Indicates whether any errors occurred.
errorOrWarning - Variable in class org.mmbase.util.transformers.XmlField.ErrorHandler
 
errorReader - Variable in class org.mmbase.util.externalprocess.ProcessClosure
Thread for copying bytes from stderr to error
ErrorRenderer - Class in org.mmbase.framework
If rendering of a Block fails for some reason this renderer should be used to present the error.
ErrorRenderer(Renderer.Type, Block, String, int, String) - Constructor for class org.mmbase.framework.ErrorRenderer
 
ErrorRenderer(Renderer.Type, Block, String, int, Throwable) - Constructor for class org.mmbase.framework.ErrorRenderer
 
ErrorRenderer.Error - Class in org.mmbase.framework
 
errors - Variable in exception org.mmbase.datatypes.CastException
 
ErrorStruct - Class in org.mmbase.util
Class for storing error information useful in parsing.
ErrorStruct(int, int, String) - Constructor for class org.mmbase.util.ErrorStruct
Creates an error structure, with errortype "none".
ErrorStruct(String, int, int, String) - Constructor for class org.mmbase.util.ErrorStruct
Creates an error structure.
errorType - Variable in class org.mmbase.util.ErrorStruct
 
escape(String, Object) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
Provides the 'escape' functionality of taglib.
Escape - Class in org.mmbase.util
Deprecated.
Use org.mmbase.util.Encode
ESCAPE - Static variable in class org.mmbase.util.transformers.Url
 
escape(BufferedInputStream, Writer) - Static method in class org.mmbase.util.transformers.UrlEscaper
 
ESCAPE - Static variable in class org.mmbase.util.transformers.Xml
 
ESCAPE_AMPS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
ESCAPE_ATTRIBUTE - Static variable in class org.mmbase.util.transformers.Xml
 
ESCAPE_ATTRIBUTE_DOUBLE - Static variable in class org.mmbase.util.transformers.Xml
 
ESCAPE_ATTRIBUTE_HTML - Static variable in class org.mmbase.util.transformers.Xml
 
ESCAPE_ATTRIBUTE_SINGLE - Static variable in class org.mmbase.util.transformers.Xml
 
ESCAPE_BOTH_QUOTES - Static variable in class org.mmbase.util.transformers.Javascript
 
ESCAPE_DOUBLE_QUOTES - Static variable in class org.mmbase.util.transformers.Javascript
 
ESCAPE_QUOTES - Static variable in class org.mmbase.util.transformers.Sql
 
ESCAPE_SINGLE_QUOTES - Static variable in class org.mmbase.util.transformers.Javascript
 
escapeAmps() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.RedirectTag
 
escapeAmps - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
escapeAmps() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
escapeAmps - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
escapeChar(Reader, Writer, char) - Static method in class org.mmbase.util.transformers.Javascript
Escapes a quote
escapeChar(Reader, Writer) - Static method in class org.mmbase.util.transformers.Javascript
 
escapeCharBack(Reader, Writer) - Static method in class org.mmbase.util.transformers.Javascript
Unescapes \-escapes in a string.
escaper - Variable in class org.mmbase.bridge.jsp.taglib.WriterHelper.StackEntry
 
escaper - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
The escaper to use when including the field's value.
escaper - Variable in class org.mmbase.util.Casting.StringSerializableInputStream
 
ESCAPER_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.ContentTag
 
EscaperTag - Class in org.mmbase.bridge.jsp.taglib
Configures a new Escaper on this page.
EscaperTag() - Constructor for class org.mmbase.bridge.jsp.taglib.EscaperTag
 
escapeString(String, String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
This version of Functions.escape(String, Object) simply asks for a string.
EscapeTag - Class in org.mmbase.bridge.jsp.taglib
 
EscapeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.EscapeTag
 
escapeurl(String) - Static method in class org.mmbase.util.URLEscape
Deprecated.
Escape a url.
escapeurl(String) - Static method in class org.mmbase.util.URLParamEscape
Deprecated.
Escape a url.
EtxIndexCreator - Class in org.mmbase.storage.search.implementation.database.informix.excalibur
The Etx index creator creates Excalibur Text Search indices, when used with an Informix database and a Excalibur Text Search datablade.
EtxIndexCreator(String) - Constructor for class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxIndexCreator
Creates a new instance of EtxIndexCreator, opens database connection.
EtxSqlHandler - Class in org.mmbase.storage.search.implementation.database.informix.excalibur
The Etx query handler adds support for Excalibur Text Search constraints, when used with an Informix database and an Excalibur Text Search datablade.
EtxSqlHandler(SqlHandler) - Constructor for class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
Creates a new instance of EtxueryHandler.
eval(String) - Static method in class org.mmbase.util.DynamicDate
This calls DynamicDate.getInstance(java.lang.String), then DynamicDate.eval(java.lang.String) and catches the parse-exception (in which case it will return -1).
eval(Date) - Static method in class org.mmbase.util.DynamicDate
Makes sure the argument 'date' is no DynamicDate any more.
EVAL_BODY - Static variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
EVAL_BODY is EVAL_BODY_INCLUDE or EVAL_BODY_BUFFERED.
evalDate() - Method in class org.mmbase.util.DynamicDate
This produces a normal Date object, and is called everytime when that is needed.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.mmbase.bridge.mock.jsp.MockExpressionEvaluator
 
evaluate(NodeEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ReleaseStrategy
This method checks if evaluation should happen (active), keeps the time of the operation and updates the statistics.
evaluate(RelationEvent, SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.ReleaseStrategy
 
evaluated - Variable in class org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
 
evaluateXPath(String, Node, QName) - Static method in class org.mmbase.applications.editwizard.Utils
 
evaluateXPath(String, Node) - Static method in class org.mmbase.applications.editwizard.Utils
 
Event(RunningCronEntry, int) - Constructor for class org.mmbase.applications.crontab.Events.Event
 
Event(CronEntry, Date) - Constructor for class org.mmbase.applications.crontab.ProposedJobs.Event
 
Event - Class in org.mmbase.core.event
This class is the base class for all mmbase events
Event(String, int) - Constructor for class org.mmbase.core.event.Event
 
Event(String) - Constructor for class org.mmbase.core.event.Event
 
Event() - Constructor for class org.mmbase.core.event.Event
 
Event(String, List<String>, int, String, Class<? extends IndexDefinition>) - Constructor for class org.mmbase.module.lucene.AssignmentEvents.Event
The event itself
Event(String, FullIndexEvents.Status, int) - Constructor for class org.mmbase.module.lucene.FullIndexEvents.Event
The event itself
Event(String) - Constructor for class org.mmbase.module.lucene.NewSearcher.Event
The event itself
EVENT_TYPE_LOCAL - Static variable in class org.mmbase.module.core.MMObjectBuilder
 
EVENT_TYPE_REMOTE - Static variable in class org.mmbase.module.core.MMObjectBuilder
 
eventApplies(Map<String, Object>, NodeEvent) - Method in class org.mmbase.cache.ConstraintsMatchingStrategy.AbstractConstraintMatcher
 
EventBroker - Class in org.mmbase.core.event
This is the base class for all event brokers in mmbase.
EventBroker() - Constructor for class org.mmbase.core.event.EventBroker
 
EventListener - Interface in org.mmbase.core.event
This interface is the common type for custom EventListener interfaces.
EventManager - Class in org.mmbase.core.event
This class manages all event related stuff.
Events - Class in org.mmbase.applications.crontab
 
Events() - Constructor for class org.mmbase.applications.crontab.Events
 
EVENTS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
Events.Broker - Class in org.mmbase.applications.crontab
The associated broker
Events.Event - Class in org.mmbase.applications.crontab
 
Events.Listener - Interface in org.mmbase.applications.crontab
The associated listener
EventSender - Class in org.mmbase.sms
SMS Sender implementation, which only wraps the message in an SMSEvent and offers it to the Event Manager.
EventSender() - Constructor for class org.mmbase.sms.EventSender
 
eventType - Variable in class org.mmbase.core.event.Event
 
ex - Variable in class org.mmbase.util.HTMLElement
if true there is an excluded item
ExampleBean - Class in org.mmbase.util.functions
A bean can be accessed through the function framework.
ExampleBean() - Constructor for class org.mmbase.util.functions.ExampleBean
 
ExampleBuilder - Class in org.mmbase.util.functions
Example builder implementation implementing functions.
ExampleBuilder() - Constructor for class org.mmbase.util.functions.ExampleBuilder
 
exception - Variable in class org.mmbase.framework.ErrorRenderer.Error
 
exception(Writer, String) - Static method in class org.mmbase.richtext.Mmxf
 
ExceptionImpl - Class in org.mmbase.util.logging
A very simple implementation of Logger.
exceptionPage - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
exceptionPage - Variable in exception org.mmbase.module.TransactionHandlerException
 
exclude - Variable in class org.mmbase.util.HTMLElement
if this element is in the ValueList from the Processor it should be excluded
excludeFormats - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
excludeSelf - Variable in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
exec - Variable in class org.mmbase.module.builders.vwms.SCPcopy
Program runner for executing the 'ssh' command.
exec - Variable in class org.mmbase.module.builders.vwms.UnixCopy
 
exec(String) - Method in class org.mmbase.util.externalprocess.ProcessFactory
Executes the specified command in a separate process.
exec(String[]) - Method in class org.mmbase.util.externalprocess.ProcessFactory
Executes the specified command and arguments in a separate process.
exec(String[], String[]) - Method in class org.mmbase.util.externalprocess.ProcessFactory
Executes the specified command and arguments in a separate process with the specified environment.
exec(String, String[]) - Method in class org.mmbase.util.externalprocess.ProcessFactory
Executes the specified command in a separate process with the specified environment.
exec(String, String[], String) - Method in class org.mmbase.util.externalprocess.ProcessFactory
Executes the specified command in a separate process with the specified environment and working directory.
exec(String[], String[], String) - Method in class org.mmbase.util.externalprocess.ProcessFactory
Executes the specified command and arguments in a separate process with the specified environment and working directory.
execute(String) - Method in class org.mmbase.module.database.MultiStatement
 
execute(String, int) - Method in class org.mmbase.module.database.MultiStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.mmbase.module.database.MultiStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.mmbase.module.database.MultiStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute() - Method in class org.mmbase.mojo.CreateIndexFiles
 
execute() - Method in class org.mmbase.mojo.IncludeDefaultExcludesMojo
Deprecated.
 
execute() - Method in class org.mmbase.mojo.RemoteGenerator
 
execute() - Method in class org.mmbase.mojo.WebResourcesMojo
Deprecated.
 
execute() - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxIndexCreator
Executes the tasks: reads configuration file and creates indices as needed, and closes database connection.
Execute - Class in org.mmbase.util
Deprecated.
Execute() - Constructor for class org.mmbase.util.Execute
Deprecated.
 
execute(String[]) - Method in class org.mmbase.util.Execute
Deprecated.
Executes a command or program.
execute(String) - Method in class org.mmbase.util.Execute
Deprecated.
Executes a command or program.
execute(OutputStream, CommandExecutor.Method, String, String...) - Static method in class org.mmbase.util.externalprocess.CommandExecutor
 
execute(OutputStream, OutputStream, CommandExecutor.Method, String, String...) - Static method in class org.mmbase.util.externalprocess.CommandExecutor
 
execute(InputStream, OutputStream, OutputStream, CommandExecutor.Method, String[], String, String...) - Static method in class org.mmbase.util.externalprocess.CommandExecutor
 
execute(String) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
execute(String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
execute(String, String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
execute(String[], String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
execute(String, String[], String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
execute(String[], String[], String) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
execute(String, String[], String[], String) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Execute a command
executeBatch() - Method in class org.mmbase.module.database.MultiStatement
 
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.applications.media.builders.MediaFragments
Executes a function on the field of a node, and returns the result.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.applications.media.builders.MediaSources
Executes a function on the field of a node, and returns the result.
executeFunction(MMObjectNode, String, List) - Method in class org.mmbase.jumpers.Jumpers
 
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.AbstractImages
Every image of course has a format and a mimetype.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.AbstractServletBuilder
Overrides the executeFunction of MMObjectBuilder with a function to get the servletpath associated with this builder.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.Attachments
Implements 'mimetype' function (Very simply for attachments, because they have the field).
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.ImageCaches
Every image of course has a format and a mimetype.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.Images
The executeFunction of this builder adds the 'cache' function.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.core.MMObjectBuilder
Executes a function on the field of a node, and returns the result.
executeFunction(MMObjectNode, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.corebuilders.TypeDef
 
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
executeNextQuery(Query) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Executes the given query, and prepares to do 'next', so setting 'nextNode' and 'previousNode'.
executeOnlyIf(Connection, String) - Method in class org.mmbase.util.SqlExecutor
 
executePreviousQuery(Query) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Executes the given query, and prepares to do 'previous', so setting 'nextNode' and 'previousNode', and winds the new nodeIterator to the end.
executeQuery(Query) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Executes the given query, taking into account the fact wether it is NodeQuery or not, and applying the 'batchSize'.
executeQuery(String) - Method in class org.mmbase.module.database.MultiStatement
 
executeQuery(String, ResultSetReader) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
executeQuery(Statement, String) - Method in class org.mmbase.util.SqlExecutor
 
executeRequest(Element, Cloud, Map<String, byte[]>) - Method in class org.mmbase.applications.dove.AbstractDove
This method executes the request from the editors, it can be invoked directly
executeRequest(Element) - Method in class org.mmbase.applications.dove.AbstractDove
This method executes the request from the editors, it can be invoked directly
executeTask() - Method in interface org.mmbase.core.util.DaemonTask
Deprecated.
Defines a task that need be run by a daemon thread's run() method.
executeTask() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
 
executeUpdate(String) - Method in class org.mmbase.module.database.MultiStatement
 
executeUpdate(String, int) - Method in class org.mmbase.module.database.MultiStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.mmbase.module.database.MultiStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.mmbase.module.database.MultiStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, MMObjectNode, List<CoreField>) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Executes an update query for given node and fields.
executeUpdate(Statement, String) - Method in class org.mmbase.util.SqlExecutor
 
executeUpdateCheckConnection(String, MMObjectNode, List<CoreField>) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Executes an update query for given node and fields.
Executors - Class in org.mmbase.streams.createcaches
This maintains a list of reusable CommandExecutor.Methods.
exists(String, String) - Method in class org.mmbase.security.implementation.cloud.UserBuilder
Checks whether the given username/password combination exists and is correct.
exists(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
exists(String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Queries the database metadata to test whether a given table exists.
exists() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
exists(Index, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Determines if an index exists.
exists(Index) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Determines if an index exists.
exists() - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Determine if the basic storage elements exist Basic storage elements include the 'object' storage (where all objects and their types are registered).
exists(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
Determine if a storage element exists for storing the given builder's objects
exists(Index) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
exists(MMObjectBuilder) - Method in interface org.mmbase.storage.StorageManager
Determine if a storage element exists for storing the given builder's objects
exists() - Method in interface org.mmbase.storage.StorageManager
Determine if the basic storage elements exist Basic storage elements include the 'object' storage (where all objects and their types are registered).
exit() - Method in class org.mmbase.util.FileWatcher
Stops watching.
exit() - Method in class org.mmbase.util.ResourceWatcher
Stops watching.
ExpandBuff(boolean) - Method in class org.mmbase.util.dateparser.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.mmbase.util.transformers.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.mmbase.util.dateparser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.mmbase.util.transformers.ParseException
Each entry in this array is an array of integers.
expireTime - Variable in class org.mmbase.applications.email.EmailBuilder
 
expiretime - Variable in class org.mmbase.applications.email.EmailExpireHandler
 
EXPLAIN - Static variable in class org.mmbase.module.lucene.Lucene
 
explicitFields - Variable in class org.mmbase.bridge.implementation.BasicQuery
The explicitely added 'extra' fields.
ExprCalc - Class in org.mmbase.util
Class to calculate expressions.
ExprCalc(String) - Constructor for class org.mmbase.util.ExprCalc
Constructor of ExrpCalc
ExpressionPart(Attribute) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
 
ExtendedProperties - Class in org.mmbase.util
This is a flexible Properties version, it can handle saving of Properties with the comments that will stay in your file.
ExtendedProperties() - Constructor for class org.mmbase.util.ExtendedProperties
Extended Properties constructor
ExtendedProperties(String) - Constructor for class org.mmbase.util.ExtendedProperties
Create and read an ExtendedProperty from file.
ExtendedProperties(ExtendedProperties) - Constructor for class org.mmbase.util.ExtendedProperties
Create an ExtendedProperties with a Allready filled ExtendedProperty list.
extensionToMimeType(String) - Method in class org.mmbase.util.magicfile.MagicFile
 
ExternalProfileInterface - Interface in org.mmbase.applications.mmbob
 
ExternalProfilesManager - Class in org.mmbase.applications.mmbob
 
ExternalProfilesManager(int) - Constructor for class org.mmbase.applications.mmbob.ExternalProfilesManager
 
externalUrlField - Variable in class org.mmbase.module.builders.AbstractServletBuilder
If set, this points out a field in the builder that optionally contains a url to an external (binary) source, which is then used as the stored attachment (instead of accessing the database).
externid - Variable in class org.mmbase.bridge.jsp.taglib.ImportTag
 
EXTRACONSTRAINTS - Static variable in class org.mmbase.module.lucene.Lucene
 
extract(InputStream) - Method in interface org.mmbase.module.lucene.extraction.Extractor
Extract text from a source
extract(InputStream) - Method in class org.mmbase.module.lucene.extraction.impl.PDFBoxExtractor
 
extract(InputStream) - Method in class org.mmbase.module.lucene.extraction.impl.POIExcelExtractor
 
extract(InputStream) - Method in class org.mmbase.module.lucene.extraction.impl.POIWordExtractor
 
extract(InputStream) - Method in class org.mmbase.module.lucene.extraction.impl.StringsExtractor
 
extract(InputStream) - Method in class org.mmbase.module.lucene.extraction.impl.SwingRTFExtractor
 
extract(InputStream) - Method in class org.mmbase.module.lucene.extraction.impl.TextMiningExtractor
 
Extractor - Interface in org.mmbase.module.lucene.extraction
Content Extractor interface
extraDataDir - Static variable in class org.mmbase.applications.editwizard.Config
 
extraFrameworkParameters - Variable in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
extraParameters - Variable in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
extraParameters - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
extraParameters - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 

F

F - Static variable in class org.mmbase.datatypes.resources.Gender
 
factor(String) - Method in class org.mmbase.datatypes.processors.FormatQuantity.Parser
 
Factory() - Constructor for class org.mmbase.module.smtp.MailHandler.Factory
 
factory - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
The factory that created this manager
factory - Static variable in class org.mmbase.storage.search.legacy.QueryConvertor
 
factory - Variable in class org.mmbase.storage.util.StorageReader
The factory for which the reader reads the document.
FACTORY - Static variable in class org.mmbase.util.CommandServer
 
Factory - Class in org.mmbase.util.images
Loads the ImageConverters and ImageInformers.
Factory() - Constructor for class org.mmbase.util.images.Factory
 
FactoryCache - Class in org.mmbase.cache.xslt
A cache for XSL Transformer Factories.
failed(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.Vwm
Signals that the task to be performed failed.
FAILED - Static variable in class org.mmbase.util.magicfile.MagicFile
 
fallback() - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
fallbackConverter - Variable in class org.mmbase.framework.basic.BasicFramework
 
FASTSYNC - Static variable in class org.mmbase.applications.mmbob.ForumManager
 
fatal(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
fatal(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
fatal(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
fatal(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
fatal(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
fatal(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
fatal(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
fatal(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
fatal(Object) - Method in class org.mmbase.util.logging.java.Impl
 
fatal(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
FATAL - Static variable in class org.mmbase.util.logging.Level
A constant.
fatal(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with fatal priority.
fatal(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
fatal(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
fatal(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
FATAL_ERROR - Static variable in class org.mmbase.util.xml.ErrorHandler
 
FATAL_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
fatalError(SAXParseException) - Method in class org.mmbase.applications.dove.servlet.DoveServlet.DoveErrorHandler
Logs a fatal error.
fatalError(SAXParseException) - Method in class org.mmbase.util.transformers.XmlField.ErrorHandler
 
fatalError(SAXParseException) - Method in class org.mmbase.util.xml.ErrorHandler
 
fatalError(SAXParseException) - Method in class org.mmbase.util.XMLCheckErrorHandler
 
FEATURE_MAX_NUMBER - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Feature that allows specifying the maximum number of results to be returned.
FEATURE_OFFSET - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Feature that allows specifying an index in the list of results, as a starting popublic final static int for results to be returned.
FEATURE_REGEXP - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Feature that allows to search on string by a regular expression.
FFMpeg2Theora - Class in org.mmbase.streams.media.codec.video.theora
A wrapper around the 'ffmpeg2theora' command line utility.
FFMpeg2Theora() - Constructor for class org.mmbase.streams.media.codec.video.theora.FFMpeg2Theora
 
FFMpeg2TheoraAnalyzer - Class in org.mmbase.streams.transcoders
 
FFMpeg2TheoraAnalyzer() - Constructor for class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
FFMpeg2TheoraTranscoder - Class in org.mmbase.streams.transcoders
This transcoder uses the command ffmpeg2theora.
FFMpeg2TheoraTranscoder() - Constructor for class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
FFMpegAnalyzer - Class in org.mmbase.streams.transcoders
An implementation of Analyzer that uses FFmpeg to analyze files.
FFMpegAnalyzer() - Constructor for class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
FFMpegRecognizer - Class in org.mmbase.streams.transcoders
A recognizer that uses FFmpeg to analyze media.
FFMpegRecognizer() - Constructor for class org.mmbase.streams.transcoders.FFMpegRecognizer
 
FFMpegSegmenterTranscoder - Class in org.mmbase.streams.transcoders
Segmenter transcoder that uses version 3 FFmpeg to create ts segments and its m3u8 play-list file.
FFMpegSegmenterTranscoder() - Constructor for class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
FFMpegThumbNailCreator - Class in org.mmbase.streams.thumbnails
Contains the functionality to fill the 'handle' field of a thumbnails object.
FFMpegThumbNailCreator(Node, Field) - Constructor for class org.mmbase.streams.thumbnails.FFMpegThumbNailCreator
 
FFMpegTranscoder - Class in org.mmbase.streams.transcoders
Transcoder that uses ffmpeg to transcode media.
FFMpegTranscoder() - Constructor for class org.mmbase.streams.transcoders.FFMpegTranscoder
 
FIELD - Static variable in class org.mmbase.applications.dove.AbstractDove
 
Field - Interface in org.mmbase.bridge
This interface represents a node's field type information object.
field - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
field - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
field - Variable in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
field - Variable in class org.mmbase.bridge.jsp.taglib.FieldTag
 
field - Variable in class org.mmbase.bridge.util.DataTypeField
 
field - Variable in class org.mmbase.bridge.util.FieldWrapper
 
field - Variable in class org.mmbase.bridge.util.NodeFieldComparator
 
field - Variable in class org.mmbase.core.util.DataTypeSetter
 
field - Variable in class org.mmbase.datatypes.DateTimePattern.Element
 
FIELD - Static variable in class org.mmbase.util.functions.Parameter
 
field2 - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
FIELD_ACTION - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Actions
 
FIELD_CKEY - Static variable in class org.mmbase.util.images.Imaging
 
FIELD_COMPONENT - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Actions
 
FIELD_DAYCOUNT - Static variable in class org.mmbase.module.builders.DayMarkers
 
FIELD_DEFAULTCONTEXT - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_DESTINATION - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the destination object number
FIELD_DIR - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the directionality
FIELD_DIRECTIONALITY - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the directionality
FIELD_DNUMBER - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the destination object number
FIELD_FILENAME - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
FIELD_FILESIZE - Static variable in class org.mmbase.module.builders.AbstractImages
 
FIELD_HANDLE - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
FIELD_HANDLE - Static variable in class org.mmbase.util.images.Imaging
 
FIELD_HEIGHT - Static variable in class org.mmbase.module.builders.AbstractImages
 
FIELD_ID - Static variable in class org.mmbase.module.builders.ImageCaches
 
FIELD_ITYPE - Static variable in class org.mmbase.module.builders.AbstractImages
 
FIELD_LAST_LOGON - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_MARK - Static variable in class org.mmbase.module.builders.DayMarkers
 
FIELD_MIMETYPE - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
FIELD_NUMBER - Static variable in class org.mmbase.module.core.MMObjectBuilder
Name of the field containing the object number, which uniquely identifies the node.
FIELD_OBJECT_TYPE - Static variable in class org.mmbase.module.core.MMObjectBuilder
Name of the field containing the object type number.
FIELD_OWNER - Static variable in class org.mmbase.module.core.MMObjectBuilder
Name of the field containing the owner.
FIELD_PASSWORD - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_RNUMBER - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the role (reldef) object number
FIELD_ROLE - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the role (reldef) object number
FIELD_SIZE - Static variable in class org.mmbase.module.builders.Attachments
 
FIELD_SNUMBER - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the source object number
FIELD_SOURCE - Static variable in class org.mmbase.module.corebuilders.InsRel
Name of the field containing the source object number
FIELD_STATUS - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_USERNAME - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_VALID_FROM - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_VALID_TO - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
FIELD_WIDTH - Static variable in class org.mmbase.module.builders.AbstractImages
 
FieldAlias - Class in org.mmbase.applications.mmbob
 
FieldAlias(String) - Constructor for class org.mmbase.applications.mmbob.FieldAlias
 
fieldCache - Static variable in class org.mmbase.storage.search.ResultBuilder
 
FieldCompareConstraint - Interface in org.mmbase.storage.search
A constraint that compares a stepfield value with another value.
FieldConstraint - Interface in org.mmbase.storage.search
A constraint on a stepfield.
FieldDefinition - Class in org.mmbase.bridge.util.xml.query
Defines options for a field to index.
FieldDefinition() - Constructor for class org.mmbase.bridge.util.xml.query.FieldDefinition
Constructor
FieldDefs - Class in org.mmbase.module.corebuilders
Deprecated.
FieldDefs(String, int, int, int, DataType<? extends Object>) - Constructor for class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
FieldDefs(String, String, int, int, String, int) - Constructor for class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
Constructor for FieldDefs with partially initialized fields.
FieldDefs(String, String, int, int, String, int, int, int) - Constructor for class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
Constructor for FieldDefs with partially initialized fields.
FieldDefs.LocaleToStringMap - Class in org.mmbase.module.corebuilders
Deprecated.
Temporary implementation for backwards-compatibility.
FieldEditor - Class in org.mmbase.module.gui.html
The FieldEditor class is a frontend for the different TypeEditors (hitlisted).
FieldEditor(StateManager) - Constructor for class org.mmbase.module.gui.html.FieldEditor
Constructor
FieldError - Class in org.mmbase.applications.vprowizards.spring
This is the kind of error that will be created when something went wrong with a field value, or setting a field on a node.
FieldError(String, String, Locale) - Constructor for class org.mmbase.applications.vprowizards.spring.FieldError
 
FieldError(String, String, String[], Locale) - Constructor for class org.mmbase.applications.vprowizards.spring.FieldError
 
fieldEscaper - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
FieldGetString - Class in org.mmbase.datatypes.processors.xml
 
FieldGetString() - Constructor for class org.mmbase.datatypes.processors.xml.FieldGetString
 
fieldId - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
fieldId - Variable in exception org.mmbase.module.TransactionHandlerException
 
FieldInfoTag - Class in org.mmbase.bridge.jsp.taglib
The FieldInfoTag can be used as a child of a 'FieldProvider' to provide info about the field or fieldtype.
FieldInfoTag() - Constructor for class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
FieldInfoTag.DataTypeOrigin - Enum in org.mmbase.bridge.jsp.taglib
 
FieldIterator - Interface in org.mmbase.bridge
An iterator with FieldIterator.nextField() and {#link previousField} methods.
fieldIterator() - Method in interface org.mmbase.bridge.FieldList
Returns an type-specific iterator for this list.
fieldIterator() - Method in class org.mmbase.bridge.implementation.BasicFieldList
 
fieldIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldList_Proxy
 
fieldIterator() - Method in interface org.mmbase.bridge.remote.RemoteFieldList
 
fieldIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldList_Rmi
 
fieldList - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
FieldList - Interface in org.mmbase.bridge
A list of field types Not that since MMBase-1.9/Java 1.5 this list simply impelments BridgeList<Field>.
fieldList - Variable in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
FieldListTag - Class in org.mmbase.bridge.jsp.taglib
This class makes a tag which can list the fields of a NodeManager.
FieldListTag() - Constructor for class org.mmbase.bridge.jsp.taglib.FieldListTag
 
fieldLocalChanged(String, String, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Called when a local field is changed.
fieldLocalChanged(String, String, String, String) - Method in class org.mmbase.module.corebuilders.TypeDef
 
fieldName - Variable in class org.mmbase.bridge.jsp.taglib.FieldTag
 
fieldName - Variable in class org.mmbase.bridge.util.xml.query.FieldDefinition
Name of the field This is different from stepField.getFieldName(), because the field can be virtual, in which case it does have a name, but no stepfield.
fieldName - Variable in class org.mmbase.datatypes.processors.DelayedSetter.NodeField
 
fieldName - Variable in class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
 
fieldName - Variable in class org.mmbase.storage.search.legacy.DBConditionItem
The fieldname.
FieldNotFoundException(Exception) - Constructor for exception org.mmbase.datatypes.DataTypes.FieldNotFoundException
 
FieldNotFoundException(String) - Constructor for exception org.mmbase.datatypes.DataTypes.FieldNotFoundException
 
FieldNullConstraint - Interface in org.mmbase.storage.search
A constraint that tests if a stepfield value is null.
fieldOperator - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
fieldOperator - Variable in exception org.mmbase.module.TransactionHandlerException
 
FieldProvider - Interface in org.mmbase.bridge.jsp.taglib
Interface designed to make it possible for child tags to access a field defined in a tag.
FieldProviderTEI - Class in org.mmbase.bridge.jsp.taglib
The TEI class for Field (type) Providers.
FieldProviderTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.FieldProviderTEI
 
FieldReferrerTag - Class in org.mmbase.bridge.jsp.taglib
A fieldreferrer tag is a tag which needs (or can use) a 'field' to operate on.
FieldReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.FieldReferrerTag
 
fieldRestriction - Variable in class org.mmbase.datatypes.CheckEqualityDataType
 
FieldRestriction(CheckEqualityDataType.FieldRestriction) - Constructor for class org.mmbase.datatypes.CheckEqualityDataType.FieldRestriction
 
FieldRestriction(String) - Constructor for class org.mmbase.datatypes.CheckEqualityDataType.FieldRestriction
 
FIELDS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
fields - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
fields - Variable in class org.mmbase.bridge.jsp.taglib.ListTag
 
fields - Variable in class org.mmbase.bridge.util.NodeManagerDescription
 
fields - Variable in class org.mmbase.bridge.util.xml.query.QueryDefinition
A collection of FieldDefinition objects..
Fields - Class in org.mmbase.core.util
 
Fields() - Constructor for class org.mmbase.core.util.Fields
 
fields - Variable in class org.mmbase.module.core.MMObjectBuilder
 
FIELDS - Static variable in class org.mmbase.module.lucene.Lucene
 
fields - Variable in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
FieldSelector - Class in org.mmbase.module.gui.html
The FieldSelector class offers the possibility to edit fields of a selected object.
FieldSelector(StateManager) - Constructor for class org.mmbase.module.gui.html.FieldSelector
Constructor to setup reference to the StateManager.
FieldSetString - Class in org.mmbase.datatypes.processors.xml
This class implements the `get' for XML field with specialization 'field'.
FieldSetString() - Constructor for class org.mmbase.datatypes.processors.xml.FieldSetString
 
FieldTag - Class in org.mmbase.bridge.jsp.taglib
The FieldTag can be used as a child of a 'NodeProvider' tag.
FieldTag() - Constructor for class org.mmbase.bridge.jsp.taglib.FieldTag
 
fieldTypes - Variable in class org.mmbase.bridge.implementation.BasicNodeManager
 
fieldTypes - Variable in class org.mmbase.bridge.implementation.VirtualNodeManager
 
FieldValue - Interface in org.mmbase.bridge
This interface represents a value stored in a node.
FieldValueBetweenConstraint - Interface in org.mmbase.storage.search
A constraint that restricts the value of a stepfield to be in a specified range of values (numerical or string).
FieldValueConstraint - Interface in org.mmbase.storage.search
A constraint that compares a stepfield value with a fixed value.
FieldValueDateConstraint - Interface in org.mmbase.storage.search
 
FieldValueFilter - Class in org.mmbase.applications.media.filters
Filters out all sources where a field's values matches or not a certain regular expression
FieldValueFilter() - Constructor for class org.mmbase.applications.media.filters.FieldValueFilter
 
FieldValueInConstraint - Interface in org.mmbase.storage.search
A constraint that restricts the value of a stepfield to be in a specified list of values.
FieldValueInQueryConstraint - Interface in org.mmbase.storage.search
A constraint that restricts the value of a stepfield to be in a specfied selection.
FieldValueLabeler - Class in org.mmbase.applications.media.filters
 
FieldValueLabeler() - Constructor for class org.mmbase.applications.media.filters.FieldValueLabeler
 
FieldValueSorter - Class in org.mmbase.applications.media.filters
Prefer sources where a field's value matches, or not, a certain regular expression
FieldValueSorter() - Constructor for class org.mmbase.applications.media.filters.FieldValueSorter
 
FieldWrapper - Class in org.mmbase.bridge.util
Wraps another Field (and makes it unmodifiable).
FieldWrapper(Field) - Constructor for class org.mmbase.bridge.util.FieldWrapper
 
Figlet - Class in org.mmbase.util.transformers
An escaper based on the amusing 'figlet' tool, which is available on some system.
Figlet() - Constructor for class org.mmbase.util.transformers.Figlet
 
file - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
file - Variable in class org.mmbase.util.MagickClient.Job
 
FILE_PATTERN - Static variable in class org.mmbase.servlet.BridgeServlet
Pattern used for the 'filename' part of the request.
filebuffer - Class in org.mmbase.util
Class filebuffer.
filebuffer(Object) - Constructor for class org.mmbase.util.filebuffer
 
filebuffer(byte[]) - Constructor for class org.mmbase.util.filebuffer
 
filebuffer(int) - Constructor for class org.mmbase.util.filebuffer
 
fileChange(String, String) - Method in class org.mmbase.module.builders.NetFileSrv
Handles a change of a netfiles node.
fileChange(String, String, String) - Method in class org.mmbase.module.builders.NetFileSrv
Handles a service request on a file.
fileChange(String, String, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Schedules a service-request on a file.
fileChange(String, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Handles a service-request on a file, registered in the netfiles builder.
fileChange(String, String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Schedules a service-request on a file.
fileChange(String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Handles a service-request on a file, registered in the netfiles builder.
fileChange(String, String) - Method in interface org.mmbase.module.builders.vwms.VwmServiceInterface
Handles a service-request on a file, registered in the netfiles builder.
fileChange(String, String, String) - Method in interface org.mmbase.module.builders.vwms.VwmServiceInterface
Handles a service-request on a file, registered in the netfiles builder.
FileCompare - Class in org.mmbase.util
Class to compare two Files on their modification time, used by SortedVector.
FileCompare() - Constructor for class org.mmbase.util.FileCompare
 
FileCopier - Class in org.mmbase.module.builders.vwms
A background process that starts file copy commands.
FileCopier(Queue) - Constructor for class org.mmbase.module.builders.vwms.FileCopier
Constructor for the Filecopier
filecopier - Variable in class org.mmbase.module.builders.vwms.ImagePusher
Thread that handles the actual file transfers.
filecopier - Variable in class org.mmbase.module.builders.vwms.PageMaster
Thread that handles the actual file transfers.
fileDone - Variable in class Transcode
 
fileExtToCD(String) - Method in class Transcode
Convert a file name to a content type.
FileFunction - Class in org.mmbase.streams
This function on streamsources and caches returns the associated file as an actual #File object.
FileFunction() - Constructor for class org.mmbase.streams.FileFunction
 
fileIndex - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
FileInfo() - Constructor for class org.mmbase.module.Upload.FileInfo
 
fileInfo - Class in org.mmbase.util
Object for storing file information.
fileInfo() - Constructor for class org.mmbase.util.fileInfo
 
filelastModified(Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
FileLoginModule - Class in org.mmbase.security.implementation.basic
Simple implemetation, to provide authentication from files...
FileLoginModule() - Constructor for class org.mmbase.security.implementation.basic.FileLoginModule
 
fileName - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
filename - Variable in class org.mmbase.module.builders.vwms.aFile2Copy
File name
FILENAME_FIELD - Static variable in class org.mmbase.util.ResourceLoader
 
FileNameComparator - Class in org.mmbase.servlet
Can be used as a value of the init parameters 'comparator' of FileServlet to make the files ordered alphabeticly
FileNameComparator() - Constructor for class org.mmbase.servlet.FileNameComparator
 
FileNameProcessor - Class in org.mmbase.datatypes.processors
Some browers provide directory information (IE on Windows), and FileItem.getName() still includes that.
FileNameProcessor() - Constructor for class org.mmbase.datatypes.processors.FileNameProcessor
 
FILENOTFOUND - Static variable in class org.mmbase.util.xml.DocumentReader
 
filePath - Variable in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
FileReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing the result in a File
FileReceiver(File) - Constructor for class org.mmbase.util.images.FileReceiver
 
FileResource(Class<?>, String) - Constructor for class org.mmbase.util.xml.EntityResolver.FileResource
 
files - Variable in class org.mmbase.module.builders.vwms.FileCopier
Queue of aFile2Copy objects that need to be handled.
files - Variable in class org.mmbase.module.builders.vwms.ImageMaster
List of files to transfer.
files2copy - Variable in class org.mmbase.module.builders.vwms.ImagePusher
Queue containing the file-copy tasks that need to be performed by FileCopier
files2copy - Variable in class org.mmbase.module.builders.vwms.PageMaster
Queue containing the file-copy tasks that need to be performed by PageMaster.filecopier
FileServlet - Class in org.mmbase.servlet
Straight-forward filter which can serve files from one directory (the directory 'files' in the mmbase 'datadir') outside the web application root.
FileServlet() - Constructor for class org.mmbase.servlet.FileServlet
 
FileServlet.ChainedRange - Class in org.mmbase.servlet
This implementation of Range parses and combines a number of FileServlet.FirstLastRanges.
FileServlet.DirectoryFunction - Class in org.mmbase.servlet
The directory as a function.
FileServlet.FirstLastRange - Class in org.mmbase.servlet
Implementation of Range simply stating the first and last chars which are available, perhaps with a maximum too.
FileServlet.Range - Interface in org.mmbase.servlet
 
FileServletSessionListener - Class in org.mmbase.servlet
 
FileServletSessionListener() - Constructor for class org.mmbase.servlet.FileServletSessionListener
 
fileSize - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
filesize - Variable in class org.mmbase.module.cacheline
 
filesize - Variable in class org.mmbase.util.filebuffer
 
fileSuccess - Variable in class Transcode
 
FileURLStreamHandler(File, boolean) - Constructor for class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
FileURLStreamHandler(ResourceLoader.FileURLStreamHandler) - Constructor for class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
FileWatcher - Class in org.mmbase.util
Original javadoc.
FileWatcher() - Constructor for class org.mmbase.util.FileWatcher
 
FileWatcher(boolean) - Constructor for class org.mmbase.util.FileWatcher
 
FileWatcher.FileWatcherRunner - Class in org.mmbase.util
The one thread to handle all FileWatchers.
FileWatcherRunner() - Constructor for class org.mmbase.util.FileWatcher.FileWatcherRunner
 
fileWatchers - Static variable in class org.mmbase.util.FileWatcher
 
fileWatchers - Variable in class org.mmbase.util.ResourceWatcher
Wrapped FileWatcher for watching the file-resources.
fillArray(byte[], int, int) - Method in class org.mmbase.util.MockInputStream
 
fillArray(byte[], int, int) - Method in class org.mmbase.util.NullInputStream
 
fillArray(byte[], int, int) - Method in class org.mmbase.util.RandomInputStream
 
fillAttributes(Map<String, Object>) - Method in class org.mmbase.applications.editwizard.Config.Configurator
Fills the given map with all attributes from the URI, but first all attributes from the first call are added.
FillBuff() - Method in class org.mmbase.util.dateparser.SimpleCharStream
 
FillBuff() - Method in class org.mmbase.util.transformers.SimpleCharStream
 
fillColor - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
fillFields(String, Node, Element, Map<String, Object>) - Method in class org.mmbase.applications.dove.Dove
Fills the fields of the specified node with the supplied values.
fillFields(String, Node, Element, Map<String, Object>, Map<String, Object>) - Method in class org.mmbase.applications.dove.Dove
Fills the fields of the specified node with the supplied values.
fillFromAndToFields(Node, Field) - Method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
Fills 'version_from', 'version_to' of all idrels of this node for which they are empty.
fillFromXml(Element) - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
fillFromXml(Element, String) - Method in class org.mmbase.security.ActionRepository
 
fillFromXml(Element, Class) - Method in class org.mmbase.util.LocalizedEntryListFactory
Given a certain DOM parent element, it configures this LocalizedEntryListFactory with sub tags of type 'entry' and 'query'
fillFromXml(String, Element) - Method in class org.mmbase.util.LocalizedString
Given a certain tagname, and a DOM parent element, it configures this LocalizedString, using subtags with this tagname with 'xml:lang' attributes.
fillImageCacheNode(MMObjectNode, MMObjectNode, String) - Method in class org.mmbase.module.builders.Images
 
fillInParams(String, Map<String, ?>) - Static method in class org.mmbase.applications.editwizard.Utils
This method fills in params in a string.
fillNode(MMObjectNode, ResultSet, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Fills a single Node from the resultset of a query.
fillPathList(List<Query>) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Generates pathList with the needed paths for the editor from an list with queries.
fillPool(boolean) - Method in class org.mmbase.module.database.MultiPool
Fills the connection pool.
fillStandardParameters(Parameters) - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
 
fillStandardParameters(Parameters) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Fill standard parameters like request, response, language and locale
fillStandardParameters(Parameters) - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
fillTypes() - Method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
fillVars() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
Fill the jsp and context vars
fillVars() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
fillVars() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
Fill the jsp and context vars
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.AvailableFilter
 
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.ClientBitrateFilter
 
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.ClientFormatFilter
 
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.ClientLabelFilter
 
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.FieldValueFilter
 
Filter - Interface in org.mmbase.applications.media.filters
 
filter(List<URLComposer>) - Method in interface org.mmbase.applications.media.filters.Filter
 
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.Labeler
 
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.MainFilter
Perform the actual filter task
filter(List<URLComposer>) - Method in class org.mmbase.applications.media.filters.Sorter
 
filter(String) - Static method in class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
filter(String, ElementRemover) - Static method in class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
FILTER - Static variable in class org.mmbase.module.lucene.Lucene
 
FILTER_ATT - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
FILTER_SYNTAX - Static variable in class org.mmbase.module.lucene.Searcher
 
FILTER_TAG - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
FILTERCONFIG_TAG - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
FILTERCONFIGS_TAG - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
filterContent(String) - Method in class org.mmbase.applications.mmbob.Forum
 
filterContent(Map<String, String>, String) - Method in class org.mmbase.applications.mmbob.Forum
 
filterContent(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
filterContent(Map<String, String>, String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
filterContent(String) - Method in class org.mmbase.applications.mmbob.PostArea
 
FILTEREDURLS_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FILTEREDURLS_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
filterEmail(String, PostThread) - Method in class org.mmbase.applications.mmbob.Poster
 
filterEmail(String) - Method in class org.mmbase.applications.mmbob.Poster
 
filterExecutor - Static variable in class org.mmbase.util.ThreadPools
Generic Thread Pools which can be used by 'filters'.
filterHTML(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
FilterPrefix - Class in org.mmbase.streams.transcoders
 
FilterPrefix(String) - Constructor for class org.mmbase.streams.transcoders.FilterPrefix
 
filterSessionMods(scanpage, Vector, HttpServletResponse) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
FilterUtils - Class in org.mmbase.applications.media.filters
 
FilterUtils() - Constructor for class org.mmbase.applications.media.filters.FilterUtils
 
finalize() - Method in class org.mmbase.bridge.implementation.BasicNode
Reverse the buffers, when changed and not stored...
finalize() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
finalize() - Method in class org.mmbase.bridge.implementation.BasicTransaction
If this Transaction is scheduled to be garbage collected, the transaction is canceled and cleaned up.
finalize() - Method in class org.mmbase.module.database.MultiPool
 
finalize() - Method in class org.mmbase.util.HttpPost
Destuctor removes the tmp-files
finalize() - Method in class org.mmbase.util.SerializableInputStream
 
finalize() - Method in class org.mmbase.util.xml.UtilReader
 
finalizeConverter(char) - Method in class org.mmbase.util.logging.log4j.MMPatternParser
 
find(PageContext, int, String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
find(PageContext, String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
find(Object) - Method in class org.mmbase.util.SortedVector
Deprecated.
Find an object in the SortedVector.
findAndRegister(int, String, String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().findAndRegister
findAndRegister(int, String, String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().findAndRegister
findAndRegister(String, String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().findAndRegister
findAndRegister(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().findAndRegister
findAndRegister(PageContext, int, String, String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Searches a key in request, postparameters, session, parent context and registers it in this one.
findAndRegister(PageContext, int, String, String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
findAndRegister(PageContext, String, String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
findAndRegister(PageContext, String, String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
findAndRegister(PageContext, String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
findAndRegisterString(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().findAndRegisterString
findAndRegisterString(PageContext, String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
findAndRegisterString(PageContext, String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
findAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
findBuilderName(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
 
findById(Element, NodeList, String, Set<String>) - Method in class org.mmbase.richtext.processors.xml.Wiki
Searches in the existsing relations for a relation with the given id
findCloud(Cloud, String, BridgeServlet.QueryParts) - Method in class org.mmbase.servlet.BridgeServlet
Tries to find a Cloud which can read the given node.
findCloudProvider() - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
This method tries to find an ancestor object of type CloudProvider.
findCloudProvider(boolean) - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
This method tries to find an ancestor object of type CloudProvider.
findDepthProvider() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeReferrerTag
 
findExtractor(String) - Method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
findField(Query, Field) - Static method in class org.mmbase.bridge.util.SearchUtil
Find a step field in a query based on a bridge field
findFieldProvider(boolean) - Method in class org.mmbase.bridge.jsp.taglib.FieldReferrerTag
This method tries to find an ancestor object of type NodeProvider
findFieldProvider() - Method in class org.mmbase.bridge.jsp.taglib.FieldReferrerTag
 
findLeafFile(String, String, HttpSession) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
Method to find the file to 'LeafInclude' given a list of objectnumbers
findLoopOrQuery(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Find loop or query tag using an id
findMatcherForConstraint(Constraint) - Static method in class org.mmbase.cache.ConstraintsMatchingStrategy
This method will find a constraint matcher that supports the given constraint, and will return the UnsupportedConstraintMatcher if none is found.
findNode() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
As NodeReferrerTag.getNode() only with a different name, because taglib compilers can be confused otherwise.
findNode(Cloud, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which contains a field value.
findNode(Cloud, String, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which contains a field value.
findNode(Cloud, String, String, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which contains a field value.
findNodeList(Cloud, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which contain a field value.
findNodeList(Cloud, String, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which contain a field value.
findNodeList(Cloud, String, String, Object, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which contain a field value.
findNodeList(Cloud, String, String, Object, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve nodes which contain a field value.
findNodeProvider() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
This method tries to find an ancestor object of type NodeProvider
findNodeProvider(boolean) - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
This method tries to find an ancestor object of type NodeProvider
findOrderedNode(Cloud, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve the first node based on the sort field
findOrderedNode(Cloud, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve the first node based on the sort field
findOrderedNodeList(Cloud, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve nodes which are sorted on the field name
findOrderedNodeList(Cloud, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve nodes which are sorted on the field name
findParentTag(Class<C>, String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Finds a parent tag by class and id.
findParentTag(Class<C>, String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Finds a parent tag by class and id.
findPersistentObjects(MMObjectBuilder, String) - Static method in class org.mmbase.applications.xmlimporter.BasicFinder
Convenience method: finds MMBase id's for all objects in the persistent cloud of a given type and satisfying a criterium.
findRelatedNode(Node, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which is related to the parent node.
findRelatedNode(Node, String, String, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which is related to the parent node and contains a field value.
findRelatedNode(Node, String, String, String, Object, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which is related to the parent node and contains a field value.
findRelatedNode(Node, String, String, String, Object, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a node which is related to the parent node and contains a field value.
findRelatedNodeList(Node, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node.
findRelatedNodeList(Node, String, String, String, Object) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node and contain a field value.
findRelatedNodeList(Node, String, String, String, Object, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node and contain a field value.
findRelatedNodeList(Node, String, String, String, Object, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node and contain a field value.
findRelatedNodeList(Node, String, String, String, Object, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node and contain a field value.
findRelatedOrderedNode(Node, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve a node which is related to the parent node and is sorted in a field.
findRelatedOrderedNode(Node, String, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Retrieve a node which is related to the parent node and is sorted in a field.
findRelatedOrderedNodeList(Node, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node and contain a field value.
findRelatedOrderedNodeList(Node, String, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for nodes which are related to the parent node and contain a field value.
findRelations(Node, String, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a list of relations which are related to the parent node.
findRelations(Node, String, String, String, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Search for a list of relations which are related to the parent node.
findRelations(Node, Node, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Finds the relation-nodes between two specified nodes
findResource(String) - Method in class org.mmbase.util.ResourceLoader
If name starts with '/' or 'mm:/' the 'parent' resourceloader is used.
findResources(String) - Method in class org.mmbase.util.ResourceLoader
findResults() - Method in class org.mmbase.streams.createcaches.Job
Defines the several Results by reading the JobDefinitions in the list.
findSimilarObject(Transaction, TmpObject) - Method in class org.mmbase.applications.xmlimporter.BasicFinder
Searches for similar object.
findSimilarObject(Transaction, TmpObject) - Method in interface org.mmbase.applications.xmlimporter.SimilarObjectFinder
Searches for similar object.
findSimilarObject(Transaction, TmpObject) - Method in class org.mmbase.applications.xmlimporter.SpecificObjectFinder
Searches for similar object.
findString(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
findString(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
findString(Request, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
findTransactionTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
findTreeFile(String, String, HttpSession) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
Method to find the file to 'TreeInclude' given a list of objectnumbers
findTreeProvider() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeReferrerTag
This method tries to find an ancestor object of type NodeProvider
findUserName(Object) - Method in class org.mmbase.module.core.TransactionManager
 
findUserName(Object) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
findWriter() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Find the parent writer tag.
findWriter(boolean) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Find the parent writer tag.
findWriter() - Method in interface org.mmbase.bridge.jsp.taglib.WriterReferrer
Returns the parent writer;
finish() - Method in class org.mmbase.core.CoreField
Finishes this encapsulated DataType with current field.
finish() - Method in class org.mmbase.datatypes.BasicDataType
 
finish(Object) - Method in class org.mmbase.datatypes.BasicDataType
Lock a dataType so it can be changed or altered.
finish(Object) - Method in interface org.mmbase.datatypes.DataType
Lock a dataType so it can be changed or altered.
finish(DataType<?>) - Method in class org.mmbase.datatypes.DataTypeCollector
Lock a dataType so it can be changed or altered.
finish() - Method in class org.mmbase.datatypes.util.DataTypeChanger
 
finish() - Method in class org.mmbase.module.core.MMObjectNode
Finish the loading of a node
finished - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
finished() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
Returns whether this thread has finished copying bytes
finishedA(int) - Method in class org.incava.util.diff.Diff
Invoked at the last element in a, if callFinishedA returns true.
finishedB(int) - Method in class org.incava.util.diff.Diff
Invoked at the last element in b, if callFinishedB returns true.
first - Variable in class org.mmbase.module.builders.vwms.ImageMaster
 
first - Variable in class org.mmbase.module.builders.vwms.PageMaster
 
first - Variable in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
first - Variable in class org.mmbase.util.dateparser.DateParser.JJCalls
 
FIRST_MATCH - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
FIRST_PATTERN - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
FirstLastRange(long, long, long) - Constructor for class org.mmbase.servlet.FileServlet.FirstLastRange
 
FirstLastRange(String, long) - Constructor for class org.mmbase.servlet.FileServlet.FirstLastRange
 
fixateParameters(Parameters) - Static method in class org.mmbase.framework.Utils
 
fixed - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
fixEncoding(Object, String) - Static method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Java Servlet Specification Version 2.3 SRV.4.9 says that a servlet engine should read a request as ISO-8859-1 if request.getCharacterEncoding() returns null.
fixEncoding(Object, PageContext) - Static method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
fixMimeType(String, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
This fixes the first part (f.e.
fixQuery(Query, Map<Integer, Integer>) - Static method in class org.mmbase.bridge.util.Queries
Fixes the nodes of the steps of query.
FlashGuiFunction - Class in org.mmbase.functions
A gui function for object of builders representing 'flash objects'.
FlashGuiFunction() - Constructor for class org.mmbase.functions.FlashGuiFunction
 
FLAT - Static variable in class org.mmbase.datatypes.processors.xml.Modes
FLAT would return only the text from an XML field, so plain text without all XML markup.
flip(PlanarImage) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'flip' or 'flipy' operation: Flip an image across an imaginary vertical line that runs through the center of the image.
flip - Variable in class org.mmbase.util.Queue
Deprecated.
 
FloatDataType - Class in org.mmbase.datatypes
DataType associated with Float, as NumberDataType, but provides getMin and getMax as float.
FloatDataType(String, boolean) - Constructor for class org.mmbase.datatypes.FloatDataType
 
FloatHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
FloatHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.FloatHandler
Constructor for FloatHandler.
flop(PlanarImage) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'flop' or 'flipx' operation: Flip an image across an imaginary horizontal line that runs through the center of the image.
flush() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
flush() - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
flush() - Method in class org.mmbase.util.ChainedWriter
 
flush() - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
flush() - Method in class org.mmbase.util.logging.LoggerWriter
 
flush() - Method in class org.mmbase.util.MultiPartFormOutputStream
Flushes the stream.
flush() - Method in class org.mmbase.util.StringBufferWriter
Flush the stream.
flush() - Method in class org.mmbase.util.StringBuilderWriter
Flush the stream.
flush() - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
flush() - Method in class org.mmbase.util.WriterOutputStream
 
flush() - Method in class org.mmbase.util.xml.filter.XmlWriter
Flush the output.
flushBuffer() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
flushBuffer() - Method in class org.mmbase.util.LocalServletResponse
 
flushCache(Integer) - Method in class org.mmbase.module.builders.Cookies
flush the cache for this cookie, also signal related builder of the change
flushCache(String) - Method in class org.mmbase.module.builders.People
flush caches of the (cookie defined) user also signals the session module
flushCache(String) - Method in class org.mmbase.module.builders.Users
flush caches of the (cookie defined) user also signals the session module
flushForName(String) - Method in interface org.mmbase.applications.vprowizards.spring.cache.CacheWrapper
 
flushForName(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.OSCacheWrapper
This method flushes an oscache cache group with given name.
FlushNameTemplateBean - Class in org.mmbase.applications.vprowizards.spring.cache
This bean is used in the templates of the vpro-wizards.
FlushNameTemplateBean() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
follownr - Variable in class org.mmbase.clustering.ClusterManager
Followup number of message
font - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
forbidden - Static variable in class org.mmbase.util.transformers.Censor
 
FORCE_ENCODE_TEXT - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-force-encode-text.
forceEncode(String) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
forceFormat - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
forceNSDecl(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Force a Namespace to be declared on the root element.
forceNSDecl(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Force a Namespace declaration with a preferred prefix.
forgetSession(String) - Method in class org.mmbase.module.sessions
 
forgetSession(String) - Method in interface org.mmbase.module.sessionsInterface
 
form - Variable in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
Format - Enum in org.mmbase.applications.media
Makes the 'Format' constants available.
format - Variable in class org.mmbase.applications.media.urlcomposers.RamURLComposer
 
format - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
format - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
format(String, String, String, String, String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Formats a node's field value with the date pattern
format(String, String, String, String, String, String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Formats a node's field value with the date pattern
format(Cloud, String, String, String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Formats a node's field value with the date pattern
format(String, String, String, String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Formats the fieldvalue to a date pattern
format(String, String, int, String, String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Formats the fieldvalue to a date pattern
format(String, String, int, String, Locale) - Static method in class org.mmbase.bridge.util.xml.DateFormat
 
format(Cloud, Node, String, String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Deprecated.
not sure where this is used?
format(Relation, String, Object[]) - Method in class org.mmbase.notifications.Notification
 
format(Object...) - Method in class org.mmbase.storage.util.Scheme
Applies the parameters to the scheme's pattern.
format - Variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
format - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
format(Date, StringBuffer, FieldPosition) - Method in class org.mmbase.util.DateFormats.DayOfWeekDateFormat
 
format - Variable in class org.mmbase.util.images.ImageConversionRequest
 
format(LoggingEvent) - Method in class org.mmbase.util.logging.log4j.StacktraceLoggingPatternLayout
Overridden from PatternLayout; use the normal pattern to format the logevent, but also return the current stacktrace.
FORMAT_ATT - Static variable in class org.mmbase.applications.media.filters.ServerDimensionSorter
 
FORMAT_ATT - Static variable in class org.mmbase.applications.media.filters.ServerFormatSorter
 
FORMAT_BMP - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for BMP streams.
FORMAT_GIF - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for GIF streams.
FORMAT_IFF - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for IFF streams.
FORMAT_JPEG - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for JPEG streams.
FORMAT_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FORMAT_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FORMAT_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
FORMAT_PBM - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PBM streams.
FORMAT_PCX - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PCX streams.
FORMAT_PGM - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PGM streams.
FORMAT_PNG - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PNG streams.
FORMAT_PPM - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PPM streams.
FORMAT_PSD - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PSD streams.
FORMAT_RAS - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for RAS streams.
FORMAT_SWF - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for SWF (Shockwave) streams.
FormatDateTime - Class in org.mmbase.datatypes.processors
This can be used as getProcessor for String on DateTime fields.
FormatDateTime() - Constructor for class org.mmbase.datatypes.processors.FormatDateTime
 
FormatException(String) - Constructor for exception org.mmbase.util.transformers.XmlField.FormatException
 
FormatFileSize - Class in org.mmbase.datatypes.processors
A processor that gets a number as a file-size, that is, rounded with kbytes and Mb's and so on.
FormatFileSize() - Constructor for class org.mmbase.datatypes.processors.FormatFileSize
 
FormatFileSize.Parser - Class in org.mmbase.datatypes.processors
 
FormatQuantity - Class in org.mmbase.datatypes.processors
A processor that gets a number as a file-size, that is, rounded with kbytes and Mb's and so on.
FormatQuantity() - Constructor for class org.mmbase.datatypes.processors.FormatQuantity
 
FormatQuantity.Parser - Class in org.mmbase.datatypes.processors
 
FormatterTag - Class in org.mmbase.bridge.jsp.taglib
The formatter can reformat its body.
FormatterTag() - Constructor for class org.mmbase.bridge.jsp.taglib.FormatterTag
 
FormTag - Class in org.mmbase.bridge.jsp.taglib.edit
FormTag can be used to generate the 'action' attribute of an HTML Form.
FormTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
Forum - Class in org.mmbase.applications.mmbob
 
Forum(Node) - Constructor for class org.mmbase.applications.mmbob.Forum
Constructor
ForumConfig - Class in org.mmbase.applications.mmbob
forumManager ToDo: Write docs! MM: I think it would be a bit more OO of the respective object are responsible for their own configuration-handling (even if the all use mmbob.xml).
ForumConfig(DocumentReader, Element) - Constructor for class org.mmbase.applications.mmbob.ForumConfig
 
ForumConfig(String) - Constructor for class org.mmbase.applications.mmbob.ForumConfig
 
ForumEmailSender - Class in org.mmbase.applications.mmbob
 
ForumEmailSender() - Constructor for class org.mmbase.applications.mmbob.ForumEmailSender
 
forumLogin(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
get login information for this poster
ForumManager - Class in org.mmbase.applications.mmbob
forumManager ToDo: Write docs!
ForumManager() - Constructor for class org.mmbase.applications.mmbob.ForumManager
 
ForumMMBaseSyncer - Class in org.mmbase.applications.mmbob
The syncer for Nodes used in MMBob.
ForumMMBaseSyncer(int, int, int) - Constructor for class org.mmbase.applications.mmbob.ForumMMBaseSyncer
Contructor
ForumMMBaseSyncerShutdown - Class in org.mmbase.applications.mmbob
This hook will be used by the jvm and tries to sync all MMBob nodes before shutting down
ForumMMBaseSyncerShutdown(ForumMMBaseSyncer) - Constructor for class org.mmbase.applications.mmbob.ForumMMBaseSyncerShutdown
instantiaties the shutdown hook with the Syncer.
ForumsConfig - Class in org.mmbase.applications.mmbob
forumManager ToDo: Write docs!
ForumsConfig(DocumentReader, Element) - Constructor for class org.mmbase.applications.mmbob.ForumsConfig
 
ForumsConfig() - Constructor for class org.mmbase.applications.mmbob.ForumsConfig
 
ForumSwapManager - Class in org.mmbase.applications.mmbob
 
ForumSwapManager(int) - Constructor for class org.mmbase.applications.mmbob.ForumSwapManager
 
forward(String) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
forward(HttpServletRequest, HttpServletResponse, String) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
Execute the forward command.
Forwarder - Class in org.mmbase.module.smtp
Forwarding MailHandler.
Forwarder() - Constructor for class org.mmbase.module.smtp.Forwarder
 
forwards - Static variable in class org.mmbase.module.smtp.Forwarder
 
foundEnd - Variable in class org.mmbase.bridge.util.TreeList
 
foundError() - Method in class org.mmbase.util.xml.ErrorHandler
 
foundFatalError() - Method in class org.mmbase.util.xml.ErrorHandler
 
foundNothing() - Method in class org.mmbase.util.xml.ErrorHandler
 
foundWarning() - Method in class org.mmbase.util.xml.ErrorHandler
 
fragment - Variable in class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
FragmentTypeFixer - Class in org.mmbase.applications.media
Makes sure a mediasources node has its equivalent mediafragments, a videosources needs a videofragments etc.
FragmentTypeFixer() - Constructor for class org.mmbase.applications.media.FragmentTypeFixer
 
FragmentURLComposer - Class in org.mmbase.applications.media.urlcomposers
A Fragment URLComposer is an URLComposer which can also use information about the Fragment in the URL.
FragmentURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
framework - Variable in class org.mmbase.framework.basic.BlockUrlConverter
 
Framework - Class in org.mmbase.framework
The MMBase Framework displays and processes components.
Framework() - Constructor for class org.mmbase.framework.Framework
 
framework - Static variable in class org.mmbase.framework.Framework
Reference to the Framework singleton.
FrameworkException - Exception in org.mmbase.framework
This exception gets thrown when something goes wrong in the Framework, such as when rendering or processing a component.
FrameworkException() - Constructor for exception org.mmbase.framework.FrameworkException
 
FrameworkException(String) - Constructor for exception org.mmbase.framework.FrameworkException
 
FrameworkException(Throwable) - Constructor for exception org.mmbase.framework.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for exception org.mmbase.framework.FrameworkException
 
FrameworkFilter - Class in org.mmbase.framework
Requestfilter that filters out all URL's looking for virtual 'userfriendly' links that have a corresponding page (technical URL) within the website.
FrameworkFilter() - Constructor for class org.mmbase.framework.FrameworkFilter
 
frameworkParameters - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
FrameworkParamHandler - Interface in org.mmbase.bridge.jsp.taglib
FrameworkParamHandlers can have the <mm:frameworkparam> (FrameworkParamTag) tag as subtag
frameworkParams - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
FrameworkParamTag - Class in org.mmbase.bridge.jsp.taglib
Adds an extra parameter to the parent FrameworkParamHandler tag.
FrameworkParamTag() - Constructor for class org.mmbase.bridge.jsp.taglib.FrameworkParamTag
 
free() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
from - Variable in class org.mmbase.bridge.jsp.taglib.ImportTag
 
from - Variable in class org.mmbase.util.Mail
The sender of the mail
FROM - Static variable in class org.mmbase.util.transformers.SubstringFactory
 
FULL - Static variable in class org.mmbase.module.lucene.AssignmentEvents
 
FullBackupDataWriter - Class in org.mmbase.util.xml.applicationdata
This is used to export a full backup, by writing all nodes to XML.
FullBackupDataWriter() - Constructor for class org.mmbase.util.xml.applicationdata.FullBackupDataWriter
 
FullIndex - Class in org.mmbase.module.lucene
Can be scheduled in MMBase crontab.
FullIndex() - Constructor for class org.mmbase.module.lucene.FullIndex
 
fullIndex() - Method in class org.mmbase.module.lucene.Indexer
Drop all data in the index and create a new index by running all queries in this set and indexing the results.
fullIndex() - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
fullIndex(String) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
FullIndexEvents - Class in org.mmbase.module.lucene
Events send during the execution of a full index.
FullIndexEvents() - Constructor for class org.mmbase.module.lucene.FullIndexEvents
 
FullIndexEvents.Broker - Class in org.mmbase.module.lucene
The associated broker
FullIndexEvents.Event - Class in org.mmbase.module.lucene
 
FullIndexEvents.Listener - Interface in org.mmbase.module.lucene
The associated listener
FullIndexEvents.Status - Enum in org.mmbase.module.lucene
 
fullIndexFunction - Variable in class org.mmbase.module.lucene.Lucene
This function starts a full Index of Lucene.
fullIndexing - Variable in class org.mmbase.module.lucene.Lucene
 
function(String, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
Supposes the default cloud 'mmbase'.
function(String, String, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
Note: Saxon cannnot distinguish this function from NodeFunction.function(Cloud, String, String), consider using NodeFunction.saxonFunction(Object, String, String) in stead.
function(Cloud, String, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
Note: Saxon cannnot distinguish this function from NodeFunction.function(String, String, String), consider using NodeFunction.saxonFunction(Object, String, String) in stead.
function(Node, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
It can be handy to supply a whole node, it will search for the field 'number' itself.
function(Cloud, String, String, Object) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
 
function(Cloud, Node, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
It can be handy to supply a whole node, it will search for the field 'number' itself.
Function<R> - Interface in org.mmbase.util.functions
A representation of a piece of functionality (a 'function').
FUNCTION_AVAILABLE - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_AVAILABLE - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FUNCTION_CODEC - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FUNCTION_DURATION - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_FILTEREDURLS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_FILTEREDURLS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FUNCTION_FORMAT - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_FORMAT - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FUNCTION_MIMETYPE - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FUNCTION_NUDEURL - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_PARENTS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_ROOT - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_SUBFRAGMENT - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_SUBFRAGMENTS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_URL - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_URL - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
FUNCTION_URLS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
FUNCTION_URLS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
functionClass - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
FunctionContainer - Interface in org.mmbase.bridge.jsp.taglib.containers
Function Container can be used around Function (-like) Tags
FunctionContainerOrNodeProvider - Interface in org.mmbase.bridge.jsp.taglib.containers
 
FunctionContainerReferrer - Interface in org.mmbase.bridge.jsp.taglib.containers
Function Container referrer can print function results
FunctionContainerTag - Class in org.mmbase.bridge.jsp.taglib.containers
Function Container can be used around Function (-like) Tags.
FunctionContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
FunctionFactory - Class in org.mmbase.util.functions
The FunctionFactory instanciates Function objects.
FunctionFactory() - Constructor for class org.mmbase.util.functions.FunctionFactory
 
FunctionParameters - Annotation Type in org.mmbase.util.functions
This annotation can be used on a Bean which is to be wrapped in a BeanFunction to explicitely define which setters must be interpreted as function parameters.
FunctionProvider - Class in org.mmbase.util.functions
A function provider maintains a set of Function objects.
FunctionProvider() - Constructor for class org.mmbase.util.functions.FunctionProvider
The constructor of an FunctionProvider guesses the functions using reflection.
Functions - Class in org.mmbase.bridge.jsp.taglib.functions
Functions for EL variables, and XSL.
Functions() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.Functions
 
functions - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
Functions - Class in org.mmbase.framework
Framework functions for use in XSLT.
Functions - Class in org.mmbase.security.implementation.cloudcontext.workflow
 
Functions() - Constructor for class org.mmbase.security.implementation.cloudcontext.workflow.Functions
 
functions - Variable in class org.mmbase.util.functions.FunctionProvider
 
Functions - Class in org.mmbase.util.functions
This class defines static methods for defining Function and Parameters objects.
Functions() - Constructor for class org.mmbase.util.functions.Functions
 
functionSet - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
FunctionSet - Class in org.mmbase.util.functions
The implementation of one set ('namespace') of functions.
FunctionSet(String, String) - Constructor for class org.mmbase.util.functions.FunctionSet
 
FUNCTIONSET_NS - Static variable in class org.mmbase.util.functions.FunctionSets
 
FunctionSets - Class in org.mmbase.util.functions
A utility class for maintaining and querying functionsets.
FunctionSets() - Constructor for class org.mmbase.util.functions.FunctionSets
 
FunctionSqlHandler - Class in org.mmbase.storage.search.implementation.database.functions
An SQL handle also recognizing 'FunctionValueConstraint's.
FunctionSqlHandler(SqlHandler) - Constructor for class org.mmbase.storage.search.implementation.database.functions.FunctionSqlHandler
 
FunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
A 'Writer' function tag.
FunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.FunctionTag
 
FunctionValueConstraint - Interface in org.mmbase.storage.search
This class can solve the following.
FunctionValueIfEmptyCommitProcessor - Class in org.mmbase.datatypes.processors
If this commit-processor is configured on a field, then on commit of the node, the value of a certain function (on the same node), is set into the field, if the field is empty.
FunctionValueIfEmptyCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.FunctionValueIfEmptyCommitProcessor
 
FunctionValueIfEmptyGetter - Class in org.mmbase.datatypes.processors
This processor can be used on a field to return a certain function value of the node, if the field is empty.
FunctionValueIfEmptyGetter() - Constructor for class org.mmbase.datatypes.processors.FunctionValueIfEmptyGetter
 
future - Variable in class org.mmbase.streams.createcaches.Job
 
future - Static variable in class org.mmbase.util.FileWatcher
 
FuzzyStringMatcher - Class in org.mmbase.applications.xmlimporter
Utility class, providing methods for a fuzzy comparison between strings.

G

gen - Variable in class org.mmbase.util.dateparser.DateParser.JJCalls
 
Gender - Class in org.mmbase.datatypes.resources
Just a container for some constants.
Generate - Class in org.mmbase.applications.mmbob.generate
 
Generate() - Constructor for class org.mmbase.applications.mmbob.generate.Generate
 
generate() - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
generate() - Method in class org.mmbase.mojo.remote.InterfaceGenerator
 
generate(File) - Method in class org.mmbase.mojo.remote.InterfaceGenerator
 
generate() - Method in class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
generate(File) - Method in class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
generate() - Method in class org.mmbase.mojo.remote.ProxyGenerator
 
generate(File) - Method in class org.mmbase.mojo.remote.ProxyGenerator
 
generate() - Method in class org.mmbase.mojo.remote.RmiGenerator
 
generate(File) - Method in class org.mmbase.mojo.remote.RmiGenerator
 
generate(Class<?>, List<Class<?>>, File, File, File) - Method in class org.mmbase.mojo.RemoteGenerator
 
generate() - Method in class org.mmbase.util.HTMLElement
Should be implemented by the subclass and and should return the generated HTML.
generate() - Method in class org.mmbase.util.HTMLElementCheckBox
Generates the HTML code.
generate() - Method in class org.mmbase.util.HTMLElementPassword
Generates the HTML code.
generate() - Method in class org.mmbase.util.HTMLElementRadio
Generates the HTML code.
generate() - Method in class org.mmbase.util.HTMLElementSelect
Generates the HTML code.
generate() - Method in class org.mmbase.util.HTMLElementText
Generates the HTML code.
generate() - Method in class org.mmbase.util.HTMLElementTextArea
Generates the HTML code.
generate() - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
Generates the document.
generate() - Method in class org.mmbase.util.xml.BuilderWriter
Generates the document.
generate() - Method in class org.mmbase.util.xml.DocumentWriter
Generates the document.
generate() - Method in class org.mmbase.util.xml.ModuleWriter
Generates the document.
generateArea() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateAreas(int, int, String) - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
generateDocument() - Method in class org.mmbase.util.xml.DocumentWriter
Generates the document if it hadn't be done so already.
generateFirstName() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateFromDOM() - Method in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
generateFromDOM() walks the DOM-tree and converts the result to a Hashtable
generateHeader() - Method in class org.mmbase.mojo.remote.InterfaceGenerator
 
generateHeader() - Method in class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
generateHeader() - Method in class org.mmbase.mojo.remote.ProxyGenerator
 
generateHeader() - Method in class org.mmbase.mojo.remote.RmiGenerator
 
generateHTML(scanpage, ProcessorModule, Vector) - Method in class org.mmbase.util.HTMLElement
Calls the parser and returns the String returned by generate.
generateId(int) - Method in class org.mmbase.framework.basic.State
 
generateId(String, String, Set<String>) - Method in class org.mmbase.richtext.processors.xml.Wiki
 
generateKey() - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
generateLicense() - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
generateLine() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateLine(int) - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateLines() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateObjectWrapper(List<Class<?>>, File) - Method in class org.mmbase.mojo.RemoteGenerator
 
generateParseException() - Method in class org.mmbase.util.dateparser.DateParser
Generate ParseException.
generateParseException() - Method in class org.mmbase.util.transformers.ListParser
Generate ParseException.
generatePlace() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generatePosters(int, int, String) - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
generateProvider() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateReplys(int, int, String, String) - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
generateSurName() - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
generateThreads(int, int, String, String) - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
Generator - Class in org.mmbase.bridge.util.xml
Uses the XML functions from the bridge to construct a DOM document representing MMBase data structures.
Generator(DocumentBuilder, Cloud) - Constructor for class org.mmbase.bridge.util.xml.Generator
To create documents representing structures from the cloud, it needs a documentBuilder, to contruct the DOM Document, and the cloud from which the data to be inserted will come from.
Generator(DocumentBuilder) - Constructor for class org.mmbase.bridge.util.xml.Generator
 
Generator(Document) - Constructor for class org.mmbase.bridge.util.xml.Generator
 
generatorpath - Variable in class org.mmbase.module.gui.flash.MMFlash
 
generatorprogram - Variable in class org.mmbase.module.gui.flash.MMFlash
 
generatortemppath - Variable in class org.mmbase.module.gui.flash.MMFlash
 
genericBlobCache - Static variable in class org.mmbase.module.core.MMObjectBuilder
The cache for all blobs.
GenericDataSource - Class in org.mmbase.storage.implementation.database
This class functions as a Datasource wrapper around the JDBC Module.
GenericDataSource(MMBase, File) - Constructor for class org.mmbase.storage.implementation.database.GenericDataSource
Constructs a datasource for accessing the database belonging to the given MMBase module.
GenericDataSource(MMBase) - Constructor for class org.mmbase.storage.implementation.database.GenericDataSource
 
GenericDataSource.ConnectionProxy - Class in org.mmbase.storage.implementation.database
Interesting trick to make things compile in both java 1.5 and 1.6
GenericResponseWrapper - Class in org.mmbase.util
Wrapper around the response.
GenericResponseWrapper(HttpServletResponse) - Constructor for class org.mmbase.util.GenericResponseWrapper
Public constructor
GenericResponseWrapper(HttpServletResponse, String) - Constructor for class org.mmbase.util.GenericResponseWrapper
Sets also a value for the characterEncoding which must be supposed.
GEOMETRY - Static variable in class org.mmbase.util.images.Imaging
 
get(int) - Static method in enum org.mmbase.applications.media.Codec
 
get(String) - Static method in enum org.mmbase.applications.media.Codec
 
get(int) - Static method in enum org.mmbase.applications.media.Format
 
get(String) - Static method in enum org.mmbase.applications.media.Format
 
get(int) - Static method in enum org.mmbase.applications.media.State
 
get() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as an Object.
get() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
get() - Method in class org.mmbase.bridge.implementation.BasicFunctionValue
 
get(int) - Method in class org.mmbase.bridge.implementation.BasicList
 
get(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
Returns the URL as a String, always without the application context.
get() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
Returns the actual URL, considering all options of the url-tag, like 'absolute' and 'encode'.
get(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
get(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.BeanPair
 
get(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Like get, but you can explicity indicate if to search 'parent' Contextes as well.
get(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
get(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainerPair
 
get(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.MapPair
 
get(Attribute, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
get(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
get(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.Pair
 
get(String, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.util.Referids
 
get() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
get(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
get() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
get(int) - Method in interface org.mmbase.bridge.remote.RemoteList
 
get() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
get(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
get(String) - Static method in class org.mmbase.bridge.remote.util.StubToLocalMapper
Get an object based on its mapper code.
get(int) - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
get() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
get(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
get(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
get(Object) - Method in class org.mmbase.bridge.util.NodeMap
 
get(Object) - Method in class org.mmbase.cache.Cache
Like 'get' of Maps but considers if the cache is active or not, and the cache policy of the key.
get(Object) - Method in class org.mmbase.cache.implementation.LRUCache
 
get(Object) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the get() method of the cache implementation.
get(Templates, Source, Map, Properties, Document) - Method in class org.mmbase.cache.xslt.ResultCache
This is an intelligent get, which also does the put if it cannot find the requested result.
Get() - Constructor for class org.mmbase.datatypes.processors.ContextProcessor.Get
 
get() - Method in class org.mmbase.framework.Block.BlockContainer
 
get(Object) - Method in class org.mmbase.module.cache
Try to get a cacheline from cache, returns null if not found
get(Object) - Method in interface org.mmbase.module.cacheInterface
 
get(String) - Method in class org.mmbase.module.database.MultiPoolHandler
 
get(Object) - Method in class org.mmbase.module.gui.html.MultilevelCacheHandler
Deprecated.
 
get(Object) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
get(String, String, scanpage) - Method in class org.mmbase.module.scancache
Retrieve a file from the indicated pool's cache.
get(String, String, String, scanpage) - Method in class org.mmbase.module.scancache
Retrieve a file from the indicated pool's cache.
get(String, String, scanpage) - Method in interface org.mmbase.module.scancacheInterface
Retrieve a file from the indicated pool's cache.
get(String, String, String, scanpage) - Method in interface org.mmbase.module.scancacheInterface
Retrieve a file from the indicated pool's cache.
get(Cloud, NodeList, String, String) - Static method in class org.mmbase.richtext.processors.xml.Util
Just searches the nodes in a NodeList for which a certain field has a certain value.
get(String) - Method in class org.mmbase.security.ActionRepository
All actions of a certain namespace.
get(String, String) - Method in class org.mmbase.security.ActionRepository
get(MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
 
get(String) - Method in class org.mmbase.security.MemoryActionRepository
 
get(int) - Method in class org.mmbase.util.Casting.ListWrapper
 
get(int) - Method in class org.mmbase.util.Casting.NodeListWrapper
 
get(int) - Method in class org.mmbase.util.ChainedList
 
get(int) - Method in class org.mmbase.util.functions.Parameters
 
get(Parameter<F>) - Method in class org.mmbase.util.functions.Parameters
Gets the value of a parameter.
get(String) - Method in class org.mmbase.util.functions.Parameters
Gets the value of a parameter.
get(Object) - Method in class org.mmbase.util.LinkMap
 
get() - Method in enum org.mmbase.util.LocaleCollator.Decomposition
 
get() - Method in enum org.mmbase.util.LocaleCollator.Strength
 
get(Locale) - Method in class org.mmbase.util.LocaleLocalizedString
 
get(Locale) - Method in class org.mmbase.util.LocalizedEntryListFactory
get(Locale, Cloud, Node, Field) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
get(Locale, Cloud) - Method in class org.mmbase.util.LocalizedEntryListFactory
Returns a Collection of Map.Entries for the given Locale.
get(Locale) - Method in class org.mmbase.util.LocalizedString
Gets the value for a certain locale.
get(String) - Method in interface org.mmbase.util.logging.MDC
 
get(Object) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Retrieves an element from the table.
get() - Method in class org.mmbase.util.Queue
Deprecated.
Pulls an item off of the queue.
get(Locale) - Method in class org.mmbase.util.ReplacingLocalizedString
 
get() - Method in enum org.mmbase.util.ResourceLoader.Type
 
get() - Method in class org.mmbase.util.SerializableInputStream
 
get(Object) - Method in class org.mmbase.util.StringTagger
Returns the value of a key as an Object.
get(Locale) - Method in class org.mmbase.util.WrappedLocalizedString
 
get(String) - Static method in class org.mmbase.util.xml.UtilReader
Returns a UtilReader for the given fileName.
get() - Static method in class org.mmbase.Version
Returns the version of this MMBase.
get1 - Variable in class org.mmbase.util.Queue
Deprecated.
 
get2 - Variable in class org.mmbase.util.Queue
Deprecated.
 
GET_BINARY_DATA - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for reading a binary field from a node.
GET_BINARY_DATA_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for reading a binary field.
GET_PARAMETERS - Static variable in class org.mmbase.module.builders.Properties
 
GET_SURROGATOR - Static variable in class org.mmbase.storage.Attributes
This attribute can be used to specify a CharTransformer class of which an instance will be used to filter strings which are fetched from the database.
GET_TABLE_SIZE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for obtaining the size of a (builder) table.
GET_TABLE_SIZE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for reading a text field.
GET_TEXT_DATA - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for reading a text field from a node.
GET_TEXT_DATA_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for reading a text field.
getAbsolute() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.RedirectTag
 
getAbsolute() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
getAccessObject(int) - Method in class org.mmbase.applications.xmlimporter.Transaction
Gets an access object for a specified node in the persistent cloud.
getAccount() - Method in class org.mmbase.applications.mmbob.Poster
get accountname / nick from this poster
getAccount() - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
getAccount() - Method in class org.mmbase.bridge.implementation.BasicCloud
The owner to use for the temporary node manager.
getAccount() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getAccount(String) - Method in class org.mmbase.module.builders.Users
get account name of user (indicated by its cookie).
getAccount(String) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
Gets accounts for this authentication module
getAccount(String, String, String) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
Search an account for a given user name and identify type (the 'module').
getAccountCreationType() - Method in class org.mmbase.applications.mmbob.Forum
 
getAccountCreationType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getAccountCreationType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getAccountCreationType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getAccountRemovalType() - Method in class org.mmbase.applications.mmbob.Forum
 
getAccountRemovalType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getAccountRemovalType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getAccountRemovalType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getAcodec() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
Audio codec if its field is present, returns 'UNKNOWN' (-1) if no such field or codec is unknown.
getAcodec() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getActionClasses() - Method in class org.mmbase.applications.vprowizards.spring.BasicCommandFactory
 
getActionRepository() - Method in interface org.mmbase.bridge.CloudContext
Returns the Repository with actions
getActionRepository() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getActionRepository() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getActionRepository() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getActionRepository() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getActionRepository() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getActionRepository() - Method in class org.mmbase.security.MMBaseCop
 
getActionRepository() - Method in class org.mmbase.security.MMBaseCopConfig
 
getActions() - Method in class org.mmbase.applications.vprowizards.spring.BasicCommand
 
getActions() - Method in interface org.mmbase.applications.vprowizards.spring.Command
 
getActions() - Method in class org.mmbase.framework.BasicComponent
 
getActions() - Method in interface org.mmbase.framework.Component
A component may also define extra 'actions'.
getActions() - Method in class org.mmbase.security.ActionRepository
All actions managed by this repository
getActions() - Method in class org.mmbase.security.MemoryActionRepository
 
getActive() - Method in class org.mmbase.security.MMBaseCop
Returns the authorization class, which should be used(for optimizations)
getActive() - Method in class org.mmbase.security.MMBaseCopConfig
Returns the authorization class, which should be used(for optimizations)
getActiveConnection() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Obtains an active connection, opening a new one if needed.
getActiveConnection() - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
Get the active connection.
getActiveServers() - Method in class org.mmbase.module.builders.MMServers
 
getActualNodeForField(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getAddedEnd() - Method in class org.incava.util.diff.Difference
The point at which the addition ends, if any.
getAddedStart() - Method in class org.incava.util.diff.Difference
The point at which the addition starts, if any.
getAddress(HttpServletRequest) - Method in class org.mmbase.servlet.JamesServlet
Extract hostname from request, get address and determine the proxies between it.
getAddress() - Method in class org.mmbase.util.scanpage
Extract hostname from scanpage, get address and determine the proxies between it.
getAdministrators() - Method in class org.mmbase.applications.mmbob.Forum
get the administrators of the forum
getAdministrators(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Get the administrators of this forum
getAdministratorsLine(String) - Method in class org.mmbase.applications.mmbob.Forum
get the online administrators (comma-seperated)
getAfterDeployment() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
 
getAge(int) - Method in class org.mmbase.module.builders.DayMarkers
Returns the age, in days, of a node.
getAge() - Method in class org.mmbase.module.core.MMObjectNode
Return the age of the node, determined using the daymarks builder.
getAge() - Method in class org.mmbase.module.core.VirtualNode
Returns the node's age A virtual node is always new (0)
getAgeConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getAggregationType() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
getAggregationType() - Method in interface org.mmbase.bridge.remote.RemoteAggregatedField
 
getAggregationType() - Method in class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
getAggregationType() - Method in interface org.mmbase.storage.search.AggregatedField
Gets the aggregation type.
getAggregationType() - Method in class org.mmbase.storage.search.implementation.BasicAggregatedField
Gets the aggregation type.
getAggregationTypeDescription() - Method in class org.mmbase.storage.search.implementation.BasicAggregatedField
Gets the aggregation type.
getAlias() - Method in class org.mmbase.applications.mmbob.Forum
 
getAlias() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getAlias(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
getAlias() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
getAlias() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getAlias() - Method in class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
getAlias() - Method in class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
getAlias() - Method in interface org.mmbase.bridge.remote.RemoteAggregatedField
 
getAlias() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getAlias() - Method in interface org.mmbase.bridge.remote.RemoteStep
 
getAlias() - Method in interface org.mmbase.bridge.remote.RemoteStepField
 
getAlias() - Method in class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
getAlias() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getAlias() - Method in class org.mmbase.bridge.remote.rmi.RemoteStep_Rmi
 
getAlias() - Method in class org.mmbase.bridge.remote.rmi.RemoteStepField_Rmi
 
getAlias(Cloud, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getAlias(int) - Method in class org.mmbase.module.corebuilders.OAlias
Obtain the alias of a node.
getAlias() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
getAlias() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
getAlias() - Method in interface org.mmbase.storage.search.Step
Gets the alias associated with this step.
getAlias() - Method in interface org.mmbase.storage.search.StepField
Gets the alias for the associated field.
getAlias(String) - Static method in class org.mmbase.util.images.Imaging
MMBase has some abreviations to convert commands, like 's' for 'geometry'.
getAliasConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getAliasedNode(String) - Method in class org.mmbase.module.corebuilders.OAlias
Obtain a node from the cloud through its alias
getAliases() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getAliases(List<String>) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
getAliases() - Method in interface org.mmbase.bridge.Node
Returns all aliases for this node.
getAliases() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getAliases() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getAliases() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getAliases() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getAliases() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getAliases() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getAliases() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getAliases() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getAliases() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getAliases() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getAliases() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getAliases() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getAliases() - Method in class org.mmbase.bridge.util.AbstractNode
 
getAliases() - Method in class org.mmbase.bridge.util.MapNode
 
getAliases() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getAliases(Cloud, List<String>) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getAliasList(int) - Method in class org.mmbase.module.corebuilders.OAlias
Obtain the aliases of a node.
getAllContexts() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
Returns a Set (of Strings) of all existing contexts
getAllContexts() - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
getAllContextsUnCached() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getAllowedBuilders(String) - Method in class org.mmbase.module.gui.html.ObjectSelector
 
getAllowedRelations() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getAllowedRelations(String, String, String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getAllowedRelations(NodeManager, String, String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getAllowedRelations() - Method in interface org.mmbase.bridge.NodeManager
Retrieve all relation managers that can be used to create relations for objects of this nodemanager.
getAllowedRelations(String, String, String) - Method in interface org.mmbase.bridge.NodeManager
Retrieve all relation managers that can be used to create relations for objects from this nodemanager, to the specified manager, using the specified role and direction.
getAllowedRelations(NodeManager, String, String) - Method in interface org.mmbase.bridge.NodeManager
Retrieve all relation managers that can be used to create relations for objects from this nodemanager, to the specified manager, using the specified role and direction.
getAllowedRelations(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getAllowedRelations(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getAllowedRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getAllowedRelations(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getAllowedRelations(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getAllowedRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getAllowedRelations(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getAllowedRelations(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getAllowedRelations() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getAllowedRelations(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getAllowedRelations(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getAllowedRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getAllowedRelations(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getAllowedRelations(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getAllowedRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getAllowedRelations(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getAllowedRelations(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getAllowedRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getAllowedRelations() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getAllowedRelations(String, String, String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getAllowedRelations(NodeManager, String, String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getAllowedRelations(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Retrieves all relations which are 'allowed' for a specified node, that is, where the node is either allowed to be the source, or to be the destination (but where the corresponing relation definition is bidirectional).
getAllowedRelations(int) - Method in class org.mmbase.module.corebuilders.TypeRel
 
getAllowedRelations(MMObjectNode, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Retrieves all relations which are 'allowed' between two specified nodes.
getAllowedRelations(int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
An enumeration of all allowed relations between two builders.
getAllowedRelations(int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
A Set of all allowed relations of a certain role between two builders.
getAllowedRelations(int, int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
A Set of all allowed relations of a certain role between two builders.
getAllowedRelations() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get allowed relations for this application
getAllowedRelationsNames(int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
Retrieves all relations which are 'allowed' between two specified nodes.
getAllowedRelationType(int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
Retrieves the identifying number of the relation definition that is 'allowed' between two specified node types.
getAllowedValue(String) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
getAllowedValue(String) - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
 
getAllowedValue(String) - Method in interface org.mmbase.storage.search.implementation.database.SqlHandler
getAllowingContexts(User, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getAllowingContextsCache() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
getAllowingOrDisallowingContexts(User, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getAllPossibleLog4jPriorities() - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
 
getAllRelations() - Method in class org.mmbase.module.core.MMObjectNode
Return all the relations of this node.
getAllRelationsVector(int) - Method in class org.mmbase.module.corebuilders.InsRel
getAllRelationsVector(int, int) - Method in class org.mmbase.module.corebuilders.InsRel
getAllSpecializations(String) - Method in class org.mmbase.datatypes.DataTypeCollector
Recursively calls DataTypeCollector.getSpecializations(String) so that you can easily iterate also all indirectly specializaed versions of a certain DataType in this collector
getAltAttribute(Node) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getAnalyzer() - Method in interface org.mmbase.module.lucene.IndexDefinition
Per index a an Analyzer can be defined.
getAnalyzer() - Method in class org.mmbase.module.lucene.Indexer
 
getAnalyzer() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getAnalyzer() - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getAnalyzer() - Method in class org.mmbase.streams.transcoders.AnalyzerLogger
 
getAnalyzers() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getAncestors() - Method in class org.mmbase.module.core.MMObjectBuilder
Gives the list of parent-builders.
getAnnotation(String) - Method in class org.mmbase.bridge.util.AnnotatedNode
 
getAnonymousCloud() - Method in class org.mmbase.servlet.BridgeServlet
Obtains an 'anonymous' cloud.
getAnonymousUser() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
Returns the anonymous user node, or null if there is no such node (yet).
getAnonymousUser() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getAnonymousUser() - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
Returns the node representing the anonymous node.
getAnotherParameter() - Method in class org.mmbase.util.functions.ExampleBean
 
getApplicationsList() - Method in class org.mmbase.module.tools.MMAdmin
 
getArea() - Method in class org.mmbase.util.images.Dimension
 
getArea() - Method in class org.mmbase.util.images.LazyDimension
 
getAreaCount() - Method in class org.mmbase.applications.mmbob.SubArea
 
getAreas() - Method in class org.mmbase.applications.mmbob.SubArea
 
getArguments() - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
getArguments() - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
getArguments() - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
getArguments() - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
getArguments() - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
getArguments() - Method in class org.mmbase.util.functions.Parameter.Wrapper
 
getAssign(String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getAssigned() - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getAssignedList() - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getAssignInfo(String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getAssignment() - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
getAssociation() - Method in class org.mmbase.module.builders.AbstractImages
 
getAssociation() - Method in class org.mmbase.module.builders.AbstractServletBuilder
This functions should return a string identifying where it is for.
getAssociation() - Method in class org.mmbase.module.builders.Attachments
 
getAssociations() - Method in class org.mmbase.servlet.AttachmentServlet
 
getAssociations() - Method in class org.mmbase.servlet.FileServlet
 
getAssociations() - Method in class org.mmbase.servlet.HandleServlet
 
getAssociations() - Method in class org.mmbase.servlet.ImageServlet
 
getAssociations() - Method in class org.mmbase.servlet.MMBaseServlet
On default, servlets are not associated with any function.
getAttachedBot(String, String) - Method in class org.mmbase.module.builders.NetFileSrv
Retrieve a vwm (a 'bot') for the service/subservice combination.
getAttachment(Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
moved to AttachmentServlet
getAttachmentFileName(Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
moved to AttachmentServlet
getAttachmentMimeType(Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
moved to AttachmentServlet
getAttribute(Node, String) - Static method in class org.mmbase.applications.editwizard.Utils
Gets an attribute of an node.
getAttribute(Node, String, String) - Static method in class org.mmbase.applications.editwizard.Utils
Gets an attribute of an node.
getAttribute(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getAttribute(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getAttribute(String, boolean) - Static method in class org.mmbase.bridge.jsp.taglib.util.Attribute
This is the function for public use.
getAttribute(String) - Static method in class org.mmbase.bridge.jsp.taglib.util.Attribute
 
getAttribute(String) - Method in class org.mmbase.bridge.jsp.taglib.util.AttributeCache
 
getAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getAttribute(String, int) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getAttribute(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getAttribute(String) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getAttribute(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getAttribute(Element, String) - Method in class org.mmbase.bridge.util.xml.Generator
 
getAttribute(Element, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
Returns the value of a certain attribute, either an unqualified attribute or an attribute that fits in the searchquery namespace
getAttribute(Element, String) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
Returns the value of a certain attribute, either an unqualified attribute or an attribute that fits in the default namespace
getAttribute(Element, String) - Static method in class org.mmbase.module.lucene.Lucene
Returns the value of a certain attribute, either an unqualified attribute or an attribute that fits in the lucene namespace
getAttribute(String) - Method in class org.mmbase.security.Authentication
 
getAttribute(String) - Method in interface org.mmbase.security.AuthenticationData
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class org.mmbase.storage.StorageManagerFactory
Obtain an attribute from this factory.
getAttribute(String) - Method in class org.mmbase.util.LocalServletRequest
 
getAttribute(String) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
 
getAttribute(Element, String, String) - Static method in class org.mmbase.util.xml.DocumentReader
Returns the value of a certain attribute, either an unqualified attribute or an attribute that fits in the passed namespace
getAttributeBoolean(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Like getAttributeValue but converts the result to a Boolean, and throws an exception if this cannot be done.
getAttributeInteger(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Like getAttributeValue but converts the result to an Integer, and throws an exception if this cannot be done.
getAttributeInteger(String, int) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getAttributeNames() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getAttributeNames() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getAttributeNames() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getAttributeNames() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getAttributeNames() - Method in class org.mmbase.util.LocalServletRequest
 
getAttributeNames() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
 
getAttributeNamesInScope(int) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getAttributes() - Method in class org.mmbase.applications.editwizard.Config.ListConfig
Returns available attributes in a map, so they can be passed to the list stylesheet
getAttributes() - Method in class org.mmbase.applications.editwizard.Config.SubConfig
Returns available attributes in a map, so they can be passed to the list stylesheet
getAttributes() - Method in class org.mmbase.storage.StorageManagerFactory
Retrieve a map of attributes for this factory.
getAttributes() - Method in class org.mmbase.storage.util.StorageReader
Reads all attributes from the reader and returns them as a map.
getAttributesScope(String) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getAttributeValue(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Deprecated.
Call getAttribute in the set-method and 'toString(tag)' when using it. This is better for performance and makes sure the impl. works in all servlet containers.
getAuthenticate() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getAuthentication() - Method in interface org.mmbase.bridge.CloudContext
Acquires information about the currently configuration Authentication implementation.
getAuthentication() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getAuthentication() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getAuthentication() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getAuthentication() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getAuthentication() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getAuthentication() - Method in class org.mmbase.security.MMBaseCop
Returns the authentication class, which should be used.
getAuthentication() - Method in class org.mmbase.security.MMBaseCopConfig
Returns the authentication class, which should be used.
getAuthenticationType() - Method in class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
getAuthenticationType() - Method in interface org.mmbase.bridge.remote.RemoteUserContext
 
getAuthenticationType() - Method in class org.mmbase.bridge.remote.rmi.RemoteUserContext_Rmi
 
getAuthenticationType() - Method in class org.mmbase.module.TransactionHandler.User
 
getAuthenticationType() - Method in class org.mmbase.security.BasicUser
 
getAuthenticationType() - Method in interface org.mmbase.security.UserContext
Returns the original authentication type as specified in getCloud
getAuthor() - Method in class org.mmbase.util.magicfile.MagicXMLReader
 
getAuthorization() - Method in class org.mmbase.security.MMBaseCop
Returns the authorization class, which should be used.
getAuthorization() - Method in class org.mmbase.security.MMBaseCopConfig
Returns the authorization class, which should be used.
getAuthorization(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.JamesServlet
Try to get the default authorisation
getAuthorization(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.mmbase.servlet.JamesServlet
Authenticates a user, If the user cannot be authenticated a login-popup will appear
getAuthorization(HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.mmbase.util.HttpAuth
Deprecated.
Authenticates a user, If the user cannot be authenticated a login-popup will appear
getAuthType() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getAuthType() - Method in class org.mmbase.module.core.MMBase
 
getAuthType() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getAutoCommit() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getAutoCommit() - Method in interface org.mmbase.module.database.MultiConnection
 
getAvarageValueLength() - Method in class org.mmbase.cache.Cache
Returns the average 'length' of the values in the cache.
getAvarageValueLength() - Method in interface org.mmbase.cache.CacheMBean
 
getAvarageValueLength() - Method in class org.mmbase.cache.QueryResultCache
 
getAvatar() - Method in class org.mmbase.applications.mmbob.Poster
get the MMBase objectnumber of the avatar (images-object)
getAvatarsDisabled() - Method in class org.mmbase.applications.mmbob.Forum
 
getAvatarsGalleryEnabled() - Method in class org.mmbase.applications.mmbob.Forum
 
getAvatarsGalleryEnabled() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getAvatarsGalleryEnabled() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getAvatarsGalleryEnabled() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getAvatarsUploadEnabled() - Method in class org.mmbase.applications.mmbob.Forum
 
getAvatarsUploadEnabled() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getAvatarsUploadEnabled() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getAvatarsUploadEnabled() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getAvgEvaluationTimeInMilis() - Method in class org.mmbase.cache.ReleaseStrategy
 
getAvgSet(String) - Method in class org.mmbase.module.sessionInfo
return the average of a set of numbers
getAvgSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
 
getBacking() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Returns the Map which will be used for actually storing stuff.
getBacking() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextContainer
 
getBacking() - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
getBackPage() - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getBackwardsCompatible() - Method in class org.mmbase.module.core.SmartPathFunction
 
getBand() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiBbURLComposer
 
getBand() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
 
getBand() - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealBbURLComposer
 
getBand() - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
 
getBand() - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmBbURLComposer
 
getBand() - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmSbURLComposer
 
getBandPrefix() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiBbURLComposer
 
getBandPrefix() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
 
getBandPrefix() - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealBbURLComposer
 
getBandPrefix() - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
 
getBandPrefix() - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmBbURLComposer
 
getBandPrefix() - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmSbURLComposer
 
getBaseAttributes(String, Dimension) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getBaseDataType(DataTypeCollector) - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
getBaseName() - Method in class org.mmbase.module.core.MMBase
Retrieves the storage base name
getBaseNode() - Method in class org.mmbase.bridge.jsp.taglib.macro.RelatedTag
 
getBasePath(String) - Static method in class org.mmbase.servlet.MMBaseServlet
 
getBaseType() - Method in class org.mmbase.datatypes.BasicDataType
 
getBaseType() - Method in interface org.mmbase.datatypes.DataType
Return the datatype's basic (MMBase) type (i.e., STRING, INTEGER, DATETIME) as definied in the Field interface Note that in some cases (i.e.
getBaseTypeIdentifier() - Method in class org.mmbase.datatypes.BasicDataType
 
getBaseTypeIdentifier() - Method in interface org.mmbase.datatypes.DataType
Return an identifier for the basic type (i.e., 'string', 'int', 'datetime') supported by this datatype.
getBasicNodeManager(MMObjectBuilder) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getBasicNodeManager(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.proxy.RemoteLegacyConstraint_Proxy
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteCompositeConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldNullConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
getBasicSupportLevel() - Method in interface org.mmbase.bridge.remote.RemoteLegacyConstraint
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompositeConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
getBasicSupportLevel() - Method in class org.mmbase.bridge.remote.rmi.RemoteLegacyConstraint_Rmi
 
getBasicSupportLevel() - Method in interface org.mmbase.storage.search.Constraint
Tests if this constraint is supported by the basic queryhandler.
getBasicSupportLevel() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
getBasicSupportLevel() - Method in class org.mmbase.storage.search.implementation.BasicConstraint
 
getBasicSupportLevel() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
getBean(String) - Static method in class org.mmbase.cache.CacheManager
Returns a cache wrapped in a 'Bean', so it is not a Map any more.
getBegin() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
getBegin() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
getBeginColumn() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class org.mmbase.util.transformers.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class org.mmbase.util.transformers.SimpleCharStream
Get token beginning line number.
getBinary(String) - Method in class org.mmbase.applications.editwizard.Wizard
This method allows you to retrieve the data of a temporarily stored binary.
getBinary(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getBinary(MMObjectNode) - Method in interface org.mmbase.module.builders.ImagesInterface
 
getBinary(MMObjectNode) - Method in class org.mmbase.streams.builders.ImageSources
 
getBinaryFile(MMObjectNode, String) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Defines how binary (blob) data files must look like.
getBinaryFileBasePath() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
getBinaryFileBasePath(boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Returns the base path for 'binary file'
getBinaryName(String) - Method in class org.mmbase.applications.editwizard.Wizard
With this method you can retrieve the binaryname of a placed binary.
getBinaryPath(String) - Method in class org.mmbase.applications.editwizard.Wizard
With this method you can retrieve the binarypath of a placed binary.
getBinaryStream() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
getBinaryStream(long, long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
getBinaryValue(MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getBinaryValue(MMObjectNode, CoreField) - Method in interface org.mmbase.storage.StorageManager
Retrieve a large binary object (byte array) for a specified object field.
getBindName() - Method in class org.mmbase.module.RemoteMMCI
 
getBinpath() - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
getBirthDateString(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getBitrate() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getBitrate() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getBitsPerPixel() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the image's number of bits per pixel.
getBlobCache(String) - Method in class org.mmbase.module.builders.AbstractImages
 
getBlobCache(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Returns
getBlobFromDatabase(MMObjectNode, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Read a binary (blob) from a field in the database
getBlobValue(MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getBlobValue(MMObjectNode, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getBlobValue(ResultSet, int, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Retrieve a large binary object (byte array) for a specified object field.
getBlobValue(ResultSet, int, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
getBlobValueFromLargeObject(ResultSet, int, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
Retrieves a Blob from the database using the PostgreSQL LargeObject API.
getBlock() - Method in class org.mmbase.framework.AbstractProcessor
 
getBlock() - Method in class org.mmbase.framework.AbstractRenderer
 
getBlock(String, Parameters) - Method in class org.mmbase.framework.basic.BasicUrlConverter
The BasicUrlConverter is unable to explicitely define a block and hence returns null.
getBlock(String, Parameters) - Method in class org.mmbase.framework.basic.BlockUrlConverter
Determins for which block an URL will be generated.
getBlock(String, Parameters) - Method in class org.mmbase.framework.basic.MMBaseUrlConverter
 
getBlock() - Method in class org.mmbase.framework.basic.State
The currently rendered block, or null if not rendering.
getBlock(String) - Method in class org.mmbase.framework.BasicComponent
 
getBlock(String) - Method in interface org.mmbase.framework.Component
Gets a specific block.
getBlock(String, String) - Method in class org.mmbase.framework.ComponentRepository
Returns a certain block for a certain component.
getBlock() - Method in interface org.mmbase.framework.Processor
Every processor processes for a certain block.
getBlock() - Method in interface org.mmbase.framework.Renderer
Every renderer renders for a certain block.
getBlockClassification(String) - Method in class org.mmbase.framework.ComponentRepository
Converts a comma seperated list of blocks to an array of Block.Types.
getBlockRequestKey() - Method in class org.mmbase.framework.basic.State
 
getBlocks(Component) - Method in class org.mmbase.framework.basic.BlockUrlConverter
The blocks for which this UrlConverter can produce a 'nice' url.
getBlocks() - Method in class org.mmbase.framework.BasicComponent
 
getBlocks() - Method in class org.mmbase.framework.Block.Type
 
getBlocks() - Method in interface org.mmbase.framework.Component
An unmodifiable collection of all blocks associated with the component
getBody(String) - Method in class org.mmbase.applications.mmbob.Posting
get the body of this posting
getBody() - Method in class org.mmbase.applications.mmbob.Signature
 
getBodyHtml(String) - Method in class org.mmbase.applications.mmbob.Posting
get the html body of this posting meaning this will be decoded with BBCodes, Urls, Security checks..
getBookmarkedThreads(String, String, int, int, int, int, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getBookmarkedThreads(int, int) - Method in class org.mmbase.applications.mmbob.Poster
 
getBoolean(ContextReferrerTag, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Returns the evaluated Attribute as a boolean (depending on if getValue returns one of the strings 'true' or 'false' (case insensitive)).
getBooleanValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getBooleanValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getBooleanValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a boolean.
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getBooleanValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getBooleanValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getBooleanValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getBooleanValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getBooleanValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getBooleanValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getBooleanValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getBooleanValue(Element, boolean) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
getBooleanValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getBooleanValue(ResultSet, int, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Retrieve a boolean value for a specified object field.
getBoundary() - Method in class org.mmbase.util.MultiPartFormOutputStream
Gets the multipart boundary string being used by this stream.
getBrokers() - Method in class org.mmbase.core.event.EventManager
 
getBuffer() - Method in class org.mmbase.util.images.BytesInputStream
 
getBuffer() - Method in class org.mmbase.util.StringBufferWriter
Return the string buffer itself.
getBuffer() - Method in class org.mmbase.util.StringBuilderWriter
Return the string buffer itself.
getBufferSize() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getBufferSize() - Method in class org.mmbase.util.LocalServletResponse
 
getBuildDate() - Static method in class org.mmbase.Version
Returns the build date of this MMBase.
getBuilder() - Static method in class org.mmbase.applications.crontab.builders.CronJobs
 
getBuilder() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getBuilder(String, Map<String, Integer>) - Method in class org.mmbase.module.core.ClusterBuilder
Gets builder corresponding to the specified table alias.
getBuilder() - Method in class org.mmbase.module.core.ClusterNode
 
getBuilder(String) - Method in class org.mmbase.module.core.MMBase
Retrieves a specified builder.
getBuilder() - Method in class org.mmbase.module.core.MMObjectNode
Returns the actual builder of the node.
getBuilder(int) - Method in class org.mmbase.module.corebuilders.RelDef
Returns the builder of a relation definition.
getBuilder(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Returns the builder of a relation definition.
getBuilder(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
Returns the MMObjectBuilder which is represented by the node.
getBuilder() - Method in class org.mmbase.module.gui.html.EditState
 
getBuilder() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getBuilder(String) - Method in class org.mmbase.module.tools.MMAdmin
Retrieves a specified builder.
getBuilder() - Static method in class org.mmbase.security.implementation.cloudcontext.builders.Actions
 
getBuilder() - Static method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
Staticly receives the MMObjectBuilder instance (cast to Contexts).
getBuilder() - Static method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
 
getBuilder() - Static method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
Returns the Ranks builder.
getBuilder() - Static method in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
Util method to get this Builder.
getBuilder() - Static method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getBuilder() - Method in class org.mmbase.storage.search.implementation.BasicStep
Gets the associated builder.
getBuilder() - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
Returns the builder for the specified nodetype.
getBuilder() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getBuilderClass(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getBuilderConfiguration(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
Returns the path, where the builderfile can be found, for not exising builders, a path will be generated.
getBuilderDescription(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getBuilderForNode(int) - Method in class org.mmbase.core.util.StorageConnector
 
getBuilderForNode(int) - Method in class org.mmbase.module.core.MMBase
 
getBuilderLoader() - Method in class org.mmbase.module.core.MMBase
The (base)path to the builder configuration files
getBuilderLoader() - Static method in class org.mmbase.util.xml.AbstractBuilderReader
 
getBuilderName() - Method in class org.mmbase.core.event.NodeEvent
 
getBuilderName(String) - Method in class org.mmbase.module.core.ClusterNode
Determines the builder name of a specified fieldname, i.e.
getBuilderName(Integer) - Method in class org.mmbase.module.corebuilders.RelDef
 
getBuilderName(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Returns the builder name of a relation definition.
getBuilderName() - Method in class org.mmbase.module.gui.html.EditState
 
getBuilderName() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getBuilderNameForNode(int) - Method in class org.mmbase.module.core.MMBase
 
getBuilderNameFromField(String) - Method in class org.mmbase.module.core.ClusterBuilder
Determines the builder part of a specified field.
getBuilderPath(String, String) - Method in class org.mmbase.module.core.MMBase
Locate one specific builder within a given path, relative to the main builder config path, including sub-paths.
getBuilderPath(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
Returns the path, where the builder configuration file can be found, for not exising builders, a path will be generated.
getBuilderReader(String) - Method in class org.mmbase.module.core.MMBase
 
getBuilders() - Method in class org.mmbase.module.core.MMBase
Retrieves a Collection of loaded builders.
getBuildersList() - Method in class org.mmbase.module.tools.MMAdmin
 
getBuilderValue(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getBuilderVersion(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getBundle() - Method in class org.mmbase.framework.BasicComponent
 
getBundle() - Method in interface org.mmbase.framework.Component
The baseName of the resource bundle associated with i18n messages for this component.
getBundle() - Method in class org.mmbase.util.LocalizedString
 
getBundle() - Method in class org.mmbase.util.WrappedLocalizedString
 
getBusy() - Method in class org.mmbase.streams.createcaches.Job
 
getBusyPool() - Method in class org.mmbase.module.database.MultiPool
For reporting purposes the connections in busypool can be listed.
getByDestination(MMObjectBuilder) - Method in class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
getByDestination(int) - Method in class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
getByDestinationSource(MMObjectBuilder, MMObjectBuilder) - Method in class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
getByDestinationSource(int, int) - Method in class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
getByDestinationSourceRole(int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
getById(Set<CronEntry>, String) - Static method in class org.mmbase.applications.crontab.CronDaemon
Finds in given set the CronEntry with the given id.
getBySource(MMObjectBuilder) - Method in class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
getBySource(int) - Method in class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
getBySourceDestination(MMObjectBuilder, MMObjectBuilder) - Method in class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
getBySourceDestination(int, int) - Method in class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
getBySourceDestinationRole(int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
getByteArray() - Method in class org.mmbase.util.images.ImageConversionRequest
 
getBytes() - Method in class org.mmbase.clustering.Statistics
 
getBytes(long, int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
getBytes() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
getBytes() - Method in class org.mmbase.util.StringObject
 
getByteSize() - Method in class org.mmbase.applications.editwizard.Wizard
 
getByteSize(SizeOf) - Method in class org.mmbase.applications.editwizard.Wizard
 
getByteSize() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getByteSize(SizeOf) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getByteSize() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getByteSize(SizeOf) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getByteSize() - Method in class org.mmbase.cache.Cache
 
getByteSize(SizeOf) - Method in class org.mmbase.cache.Cache
 
getByteSize() - Method in class org.mmbase.cache.CacheManager.Bean
 
getByteSize() - Method in interface org.mmbase.cache.CacheMBean
 
getByteSize() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
 
getByteSize(SizeOf) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
 
getByteSize() - Method in class org.mmbase.module.core.MMObjectNode
 
getByteSize(SizeOf) - Method in class org.mmbase.module.core.MMObjectNode
 
getByteSize() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getByteSize(SizeOf) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getByteSize() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
getByteSize(SizeOf) - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
getByteSize() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
getByteSize(SizeOf) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
getByteSize() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
getByteSize(SizeOf) - Method in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
getByteSize() - Method in interface org.mmbase.util.SizeMeasurable
Determines the byte-size of this object
getByteSize(SizeOf) - Method in interface org.mmbase.util.SizeMeasurable
Determines the byte-size of this object using the given SizeOf instance.
getByteSize(Object) - Static method in class org.mmbase.util.SizeOf
 
getByteSize() - Method in class org.mmbase.util.xml.URIResolver
 
getByteSize(SizeOf) - Method in class org.mmbase.util.xml.URIResolver
 
getBytesRead() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getByteValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getByteValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getByteValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a byte array.
getByteValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getByteValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getByteValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getByteValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getByteValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getByteValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getByteValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getByteValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getByteValue(String) - Method in class org.mmbase.module.core.ClusterNode
Get a binary value of a certain field.
getByteValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a binary value of a certain field.
getCache() - Static method in class org.mmbase.applications.media.cache.URLCache
 
getCache() - Static method in class org.mmbase.cache.AggregatedResultCache
 
getCache(String) - Static method in class org.mmbase.cache.CacheManager
Returns the Cache with a certain name.
getCache() - Static method in class org.mmbase.cache.MultilevelCache
 
getCache() - Static method in class org.mmbase.cache.NodeCache
 
getCache() - Static method in class org.mmbase.cache.NodeListCache
 
getCache() - Static method in class org.mmbase.cache.RelatedNodesCache
 
getCache() - Static method in class org.mmbase.cache.RelationsCache
 
getCache() - Static method in class org.mmbase.cache.xslt.FactoryCache
 
getCache() - Static method in class org.mmbase.cache.xslt.ResultCache
Returns the XSLT Result cache.
getCache() - Static method in class org.mmbase.cache.xslt.TemplateCache
Returns the Template cache.
getCache(SearchQuery) - Method in class org.mmbase.core.util.StorageConnector
Returns the Cache which should be used for the result of a certain query.
getCacheCreator(Field) - Static method in class org.mmbase.streams.CreateCachesFunction
CommitProcessor is on url field of source node.
getCachedNode(int, String) - Method in class org.mmbase.module.builders.ImageCaches
Finds a icache node in the icaches table
getCachedNode(MMObjectNode, String) - Method in class org.mmbase.module.builders.Images
Returns a icache node for given image node and conversion template.
getCachedNode(MMObjectNode, String) - Method in class org.mmbase.streams.builders.ImageSources
Returns a icaches node for given image node and conversion template.
getCachedProperties(String) - Static method in class org.mmbase.util.ApplicationContextReader
As ApplicationContextReader.getProperties(String) but caching, so it may conserve some cpu cycles, and without throwing the exception
getCacheFile(Parameters, RenderHints) - Method in class org.mmbase.framework.CachedRenderer
 
getCacheFlushHints() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getCacheNameResolverFactory() - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
getCacheNode(String) - Method in class org.mmbase.streams.createcaches.Job
Gets and/or creates the node representing the 'cached' stream, uses this (source) node as infile to create cache from.
getCacheNode(Node, String) - Method in class org.mmbase.streams.createcaches.Job
Gets and/or creates the node representing the 'cached' stream (the result of a conversion), see the builder property 'org.mmbase.streams.cachestype'.
getCachePolicy() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.proxy.RemoteCacheable_Proxy
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getCachePolicy() - Method in interface org.mmbase.bridge.remote.RemoteCacheable
 
getCachePolicy() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getCachePolicy() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getCachePolicy() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.rmi.RemoteCacheable_Rmi
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getCachePolicy() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getCachePolicy() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getCachePolicy() - Method in interface org.mmbase.cache.Cacheable
Returns the CachePolicy of the object.
getCachePolicy() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getCachePolicy() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getCaches(String) - Static method in class org.mmbase.cache.CacheManager
 
getCaches() - Static method in class org.mmbase.cache.CacheManager
Returns the names of all caches.
getCacheVersions(Map<String, Vector<VersionCacheNode>>) - Method in class org.mmbase.module.builders.VersionXMLCacheNodeReader
Deprecated.
 
getCacheWrapper() - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
getCaching() - Method in class org.mmbase.module.gui.flash.XMLDynamicFlashReader
get the caching type
getCalculate() - Method in class org.mmbase.poll.Total
 
getCalendarValue(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
getCaseSensitive() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
getCatalog() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getCatalog() - Method in interface org.mmbase.module.database.MultiConnection
 
getCatalog() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
getCatalog() - Method in class org.mmbase.storage.StorageManagerFactory
Returns the name of the catalog used by this storage (null if no catalog is used).
getCause() - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
getChainedRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
getChanged() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getChanged() - Method in interface org.mmbase.bridge.Node
A Set of Strings containing the names of all changed fields.
getChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getChanged() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getChanged() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getChanged() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getChanged() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getChanged() - Method in class org.mmbase.bridge.util.AbstractNode
 
getChanged() - Method in class org.mmbase.bridge.util.ChangedNode
 
getChanged() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getChanged() - Method in class org.mmbase.module.core.MMObjectNode
Return the names of all persistent fields that were changed.
getChangedFields() - Method in class org.mmbase.core.event.NodeEvent
 
getChangeManager() - Method in class org.mmbase.storage.StorageManagerFactory
Returns the ChangeManager utility instance, used to register and broadcast changes to nodes in the storage layer.
getChannels(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
 
getCharacterEncoding() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getCharacterEncoding() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getCharacterEncoding() - Method in class org.mmbase.util.GenericResponseWrapper
Returns the name of the charset used for the MIME body sent in this response.
getCharacterEncoding() - Method in class org.mmbase.util.LocalServletRequest
 
getCharacterEncoding() - Method in class org.mmbase.util.LocalServletResponse
 
getChars(int, int, char[], int) - Method in class org.mmbase.util.StringObject
Copies the characters of the specified substring (determined by srcBegin and srcEnd) into the character array, starting at the array's dstBegin location.
getCharTransformer(String, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.ContentTag
Gets a CharTransformer identified by id, which possibly can also be list of id's in which case a chain of chartransformers will be returned.
getCharTransformer(String, String, String, boolean) - Static method in class org.mmbase.util.transformers.Transformers
This method instatiates a CharTransformer by use of reflection.
getCheapByteSize() - Method in class org.mmbase.cache.Cache
Returns the sum of bytesizes of every key and value.
getCheapByteSize() - Method in class org.mmbase.cache.CacheManager.Bean
 
getCheckedDirectionality() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getCheckedDirectionality() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getCheckedDirectionality() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getCheckedDirectionality() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getCheckedDirectionality() - Method in interface org.mmbase.storage.search.RelationStep
Gets the value of the checkedDirectionality property.
getChildContexts(Pattern, boolean) - Method in class org.mmbase.util.ResourceLoader
Returns a set of context strings which can be used to instantiated new ResourceLoaders (resource loaders for directories) (see ResourceLoader.getChildResourceLoader(String)).
getChildElements(String) - Method in class org.mmbase.util.xml.DocumentReader
 
getChildElements(Element) - Static method in class org.mmbase.util.xml.DocumentReader
 
getChildElements(String, String) - Method in class org.mmbase.util.xml.DocumentReader
 
getChildElements(Element, String) - Static method in class org.mmbase.util.xml.DocumentReader
 
getChildResourceLoader(String) - Method in class org.mmbase.util.ResourceLoader
 
getChilds() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
getChilds() - Method in interface org.mmbase.bridge.remote.RemoteCompositeConstraint
 
getChilds() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompositeConstraint_Rmi
 
getChilds() - Method in interface org.mmbase.storage.search.CompositeConstraint
Gets the child constraints.
getChilds() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
getChoice() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns the index of the mergeresult the user has chosen.
getCite() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
getCKey(int, String) - Static method in class org.mmbase.util.images.Factory
 
getCkeyNode(ImageCaches, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Return a @link{ ByteFieldContainer} containing the bytes and object number for the cached image with a certain ckey, or null, if not cached.
getClass(Class, String) - Static method in class org.mmbase.util.functions.BeanFunction
Utility function, searches an inner class of a given class.
getClass(C) - Static method in class org.mmbase.util.functions.Parameter
 
getClass(Element) - Static method in class org.mmbase.util.xml.Instantiator
 
getClassCloud() - Method in class org.mmbase.servlet.AttachmentServlet
 
getClassCloud() - Method in class org.mmbase.servlet.BridgeServlet
Obtains a cloud using 'class' security.
getClassCloud() - Method in class org.mmbase.servlet.HandleServlet
 
getClassCloud() - Method in class org.mmbase.servlet.ImageServlet
 
getClasses(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
getClassFilter() - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
getClassForName(String) - Static method in class org.mmbase.util.functions.Parameter
 
getClassification() - Method in class org.mmbase.framework.Block
Returns the 'classification' of this block.
getClassification(String) - Method in class org.mmbase.framework.Block
 
getClassification(String, boolean) - Static method in class org.mmbase.framework.Block.Type
 
getClassLoader(Set<Artifact>) - Method in class org.mmbase.mojo.RemoteGenerator
 
getClassName() - Method in class org.mmbase.applications.crontab.CronEntry
 
getClassName(Class<?>) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
getClassName(Class<?>) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
getClassName() - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
don't use
getClassName() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the class name to use for instantiating this builder.
getClassName() - Method in class org.mmbase.util.xml.ModuleReader
The name of the class which is implementing this Module.
getClazz() - Method in class org.mmbase.applications.vprowizards.spring.util.ClassInstanceFactory
 
getCleanConstraint() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getCleanConstraint() - Method in interface org.mmbase.bridge.Query
Gets the 'clean' constraint on this query.
getCleanConstraint() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getCleanConstraint() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getCleanConstraint() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getCleanConstraint() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getCleanConstraint() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getCleanConstraint() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getCleanConstraint() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getClientAttribute(URLComposer, String) - Static method in class org.mmbase.applications.media.filters.FilterUtils
 
getClientInfo(String) - Method in class org.mmbase.module.database.ConnectionWrapper
 
getClientInfo() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getCloneMaster() - Method in class org.mmbase.applications.mmbob.Forum
 
getCloneMaster() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getClosePersistentObjects(TmpObject) - Method in class org.mmbase.applications.xmlimporter.BasicFinder
Gets MMBase id's for all objects from persistent cloud that might produce a qualifying match with the given object (possibly including the object itself).
getCloud() - Static method in class org.mmbase.applications.mmbob.ForumManager
ToDo: Write docs!
getCloud() - Method in class org.mmbase.applications.vprowizards.spring.NamePasswordCloudFactory
 
getCloud(String) - Method in interface org.mmbase.bridge.CloudContext
Returns the cloud with the specified name.
getCloud(String, String, Map<String, ?>) - Method in interface org.mmbase.bridge.CloudContext
Returns the cloud with the specified name, with authentication
getCloud(String, UserContext) - Method in interface org.mmbase.bridge.CloudContext
Returns the cloud with the specified name, based on an existing User object.
getCloud(String) - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getCloud(String, String, Map<String, ?>) - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getCloud(String, UserContext) - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getCloud() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getCloud() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getCloud(Map) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getCloud() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getCloud(BridgeList<Node>, Cloud) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getCloud(String, UserContext) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getCloud() - Method in interface org.mmbase.bridge.Node
Returns the cloud this node belongs to.
getCloud() - Method in interface org.mmbase.bridge.NodeManager
Returns the cloud to which this manager belongs.
getCloud() - Method in interface org.mmbase.bridge.Query
Returns the Cloud for which this Query was defined.
getCloud(String, String, Map<String, ?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getCloud(String, UserContext) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getCloud(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getCloud(String) - Method in class org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy
 
getCloud(String, String, Map<String, ?>) - Method in class org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy
 
getCloud(String, UserContext) - Method in class org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy
 
getCloud(String, String, Map<String, ?>) - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getCloud(String, RemoteUserContext) - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getCloud(String) - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getCloud() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getCloud() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getCloud() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getCloud() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getCloud() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getCloud() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getCloud(String, String, Map<String, ?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getCloud(String, RemoteUserContext) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getCloud(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getCloud(String) - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getCloud(String, String, Map<String, ?>) - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getCloud() - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
getCloud() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getCloud() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getCloud() - Method in class org.mmbase.bridge.util.MapNode
 
getCloud() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getCloud() - Method in class org.mmbase.bridge.util.TreeList
 
getCloud(Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
getCloud(Cloud) - Method in class org.mmbase.datatypes.BasicDataType
Returns a cloud object if argument is null.
getCloud() - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
getCloud() - Method in interface org.mmbase.datatypes.handlers.Request
Obtains the Cloud that can be used if no Node available yet.
getCloud(Node, Field) - Method in class org.mmbase.datatypes.NodeDataType.MustExistRestriction
 
getCloud() - Method in class org.mmbase.module.lucene.Lucene
 
getCloud() - Static method in class org.mmbase.module.smtp.CloudMailHandler
 
getCloud(BridgeServlet.QueryParts) - Method in class org.mmbase.servlet.BridgeServlet
Obtains a cloud object, using a QueryParts object.
getCloud(Locale) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
getCloud() - Method in class org.mmbase.util.PageInfo
 
getCloudContext() - Method in interface org.mmbase.bridge.Cloud
Returns the context to which this cloud belongs.
getCloudContext(String) - Static method in class org.mmbase.bridge.ContextProvider
Factory method to get an instance of a CloudContext.
getCloudContext() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getCloudContext() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getCloudContext() - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
 
getCloudContext() - Static method in class org.mmbase.bridge.LocalContext
Called from the script to retrieve the current CloudContext
getCloudContext() - Method in class org.mmbase.bridge.mock.MockCloud
 
getCloudContext() - Method in interface org.mmbase.bridge.Module
Retrieves the CloudContext to which this module belongs
getCloudContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getCloudContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getCloudContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getCloudContext() - Method in class org.mmbase.bridge.remote.proxy.UriRemoteCloud_Proxy
 
getCloudContext() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getCloudContext() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getCloudContext() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getCloudContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getCloudContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getCloudContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getCloudContext(String) - Static method in class org.mmbase.bridge.RemoteContext
Connect to a remote cloudcontext.
getCloudContext() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getCloudFactory() - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
getCloudFromSession(HttpServletRequest) - Static method in class org.mmbase.bridge.util.CloudUtil
Get cloud from session.
getCloudFromSession(HttpServletRequest, String) - Static method in class org.mmbase.bridge.util.CloudUtil
Get cloud from session.
getCloudFromThread() - Static method in class org.mmbase.bridge.util.CloudUtil
Get cloud from current thread
getCloudName() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getCloudName() - Method in class org.mmbase.bridge.mock.MockTransaction
 
getCloudName() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getCloudName() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getCloudName() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getCloudName() - Method in interface org.mmbase.bridge.Transaction
Returns the name of the cloud this transaction uses
getCloudName() - Method in class org.mmbase.servlet.BridgeServlet
The name of the mmbase cloud which must be used.
getCloudNames() - Method in interface org.mmbase.bridge.CloudContext
Returns the names of all the clouds known to the system.
getCloudNames() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getCloudNames() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getCloudNames() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getCloudNames() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getCloudNames() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getCloudVar() - Method in interface org.mmbase.bridge.jsp.taglib.CloudProvider
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
Find the CloudProvider and return its cloud variable in one step.
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.macro.RelatedTag
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
getCloudVar() - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
getClusterBuilder() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the cluster builder, a virtual builder used to perform multilevel searches.
getClusterNodes(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
Result with all Cluster - MMObjectNodes, with cache.
getClusterNodes(SearchQuery) - Method in class org.mmbase.module.core.ClusterBuilder
Executes query, returns results as clusternodes or MMObjectNodes if the query is a Node-query.
getClusterNodesFromQueryHandler(SearchQuery) - Method in class org.mmbase.module.core.ClusterBuilder
Executes query, returns results as clusternodes or MMObjectNodes if the query is a Node-query.
getCodec(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
The codec field is an integer, this function returns a string-presentation
getCodec() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getCodec() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getCodec() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
getCodec() - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
getCodec() - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
getCodec() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
getCodec() - Method in interface org.mmbase.streams.transcoders.Transcoder
The codec of the result.
getCollationKey(String) - Method in class org.mmbase.util.LocaleCollator
 
getCollationMappings() - Method in class org.mmbase.storage.util.StorageReader
 
getCollator() - Method in class org.mmbase.datatypes.StringDataType
Returns the Collator associated with string with this datatype.
getCollection() - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
getCollector(PageContext) - Static method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
getCollector() - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
getCols(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
getCols(Field) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
getColumn() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Deprecated. 
getColumn() - Method in class org.mmbase.util.transformers.SimpleCharStream
Deprecated. 
getColumnNumber() - Method in class org.mmbase.util.ErrorStruct
Returns the column number in the parsed source (file or textbuffer) where the error occurred.
getCommand() - Method in class org.mmbase.module.lucene.extraction.impl.StringsExtractor
 
getCommand() - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
getCommand() - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
getCommand() - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
getCommand() - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
getCommand() - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
getCommand() - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
 
getCommand() - Method in class org.mmbase.util.transformers.Figlet
 
getCommand() - Method in class org.mmbase.util.transformers.Graphviz
 
getCommand() - Method in class org.mmbase.util.transformers.Perl
 
getCommandArgs() - Method in class org.mmbase.util.externalprocess.CommandLauncher
get CommandArgs.
getCommandFactory() - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
getCommandXML() - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
getComment(int) - Method in class org.mmbase.util.images.ImageInfo
Returns the index'th comment retrieved from the image.
getCommitProcessor() - Method in class org.mmbase.datatypes.BasicDataType
 
getCommitProcessor() - Method in interface org.mmbase.datatypes.DataType
Return the Commit processor of this datatype
getComparator() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getComparator(Query) - Static method in class org.mmbase.bridge.util.Queries
Returns a Node comparator associated with the SortOrders of the given Query (See SearchQuery.getSortOrders()).
getComparator() - Method in class org.mmbase.datatypes.BasicDataType
 
getComparator() - Method in class org.mmbase.datatypes.ComparableDataType
 
getComparator() - Method in class org.mmbase.datatypes.NodeDataType
 
getComparator() - Method in class org.mmbase.datatypes.StringDataType
 
getComparator() - Method in class org.mmbase.util.magicfile.BasicDetector
 
getCompare2() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
getCompare2() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsEmptyTag
 
getCompareValue(int, int, Object) - Static method in class org.mmbase.bridge.util.Queries
Used in implementation of createConstraint
getCompareValue(int, int, Object, int, Cloud) - Static method in class org.mmbase.bridge.util.Queries
Used in implementation of createConstraint
getComponent() - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
getComponent(ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
getComponent() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
Returns the component assiociated with this url.
getComponent() - Method in class org.mmbase.bridge.jsp.taglib.SettingTag
 
getComponent() - Method in class org.mmbase.framework.Block
 
getComponent(String) - Method in class org.mmbase.framework.ComponentRepository
Acquires the component with given name, or null if no such component.
getComponent(String, Document) - Method in class org.mmbase.framework.ComponentRepository
Given an XML, creates and configures one component.
getComponent() - Method in class org.mmbase.framework.Setting
 
getComponentClass() - Method in class org.mmbase.framework.basic.BasicFramework
 
getComponentProperties(String) - Static method in class org.mmbase.core.util.SystemProperties
Returns the value of the property with the key
getComponentProperty(String, String) - Static method in class org.mmbase.core.util.SystemProperties
Returns the value of the property with the key
getComponents() - Method in class org.mmbase.framework.basic.BlockUrlConverter
The components for which this UrlConverter can produce a 'nice' url.
getComponents() - Method in class org.mmbase.framework.ComponentRepository
The available components.
getComponentType(Type) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
getCompositeConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getConfig() - Method in class org.mmbase.applications.mmbob.Forum
 
getConfigFile() - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
Need something as getConfigResource in stead.
getConfigFile() - Method in class org.mmbase.util.transformers.Censor
 
getConfigFile() - Method in class org.mmbase.util.transformers.LinkFinder
 
getConfigFile() - Method in class org.mmbase.util.transformers.RegexpReplacer
This can be overridden if the implementation must use its own configuration file.
getConfigPath() - Static method in class org.mmbase.module.core.MMBaseContext
Deprecated.
getConfigResource() - Method in class org.mmbase.module.core.MMObjectBuilder
 
getConfiguration() - Method in class org.mmbase.applications.crontab.CronEntry
 
getConfiguration() - Method in class org.mmbase.streams.createcaches.Processor
 
getConfigurationRoot() - Static method in class org.mmbase.util.ResourceLoader
Singleton that returns the ResourceLoader for loading mmbase configuration
getConnection(String, String, String) - Method in class org.mmbase.module.database.JDBC
 
getConnection(String) - Method in class org.mmbase.module.database.JDBC
 
getConnection(String, String, String) - Method in class org.mmbase.module.database.MultiPoolHandler
 
getConnection() - Method in class org.mmbase.module.database.MultiStatement
 
getConnection() - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
getConnection(String, String) - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
getConstantsProvider(Class<?>) - Static method in class org.mmbase.util.SortedBundle
Returns a (serializable) Map representing all accessible static public members of given class (so, all constants).
getConstraint() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getConstraint() - Method in class org.mmbase.bridge.remote.proxy.RemoteLegacyConstraint_Proxy
 
getConstraint() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getConstraint() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getConstraint() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getConstraint() - Method in interface org.mmbase.bridge.remote.RemoteLegacyConstraint
 
getConstraint() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getConstraint() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getConstraint() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getConstraint() - Method in class org.mmbase.bridge.remote.rmi.RemoteLegacyConstraint_Rmi
 
getConstraint() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getConstraint() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getConstraint() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getConstraint() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getConstraint() - Method in class org.mmbase.security.Authorization.QueryCheck
The stored constraint.
getConstraint() - Method in class org.mmbase.storage.search.implementation.BasicLegacyConstraint
 
getConstraint() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getConstraint() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getConstraint() - Method in interface org.mmbase.storage.search.LegacyConstraint
Gets the constraint.
getConstraint() - Method in interface org.mmbase.storage.search.SearchQuery
Gets the constraints on the search results.
getConstraintDefinition(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Creates an index definition string for a field to be passed when creating a table.
GETCONSTRAINTS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
getConstraints(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a getconstraints call.
getConstraints(String) - Method in class org.mmbase.applications.editwizard.Wizard
This method gets the MMBase constraints.
getConstraints(String, String) - Method in class org.mmbase.applications.editwizard.Wizard
This method gets the MMBase constraints.
getConstraints(String) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method gets constraint information from mmbase about a specific objecttype.
getConstraints(Constraint, Step) - Static method in class org.mmbase.bridge.util.Queries
 
getConstraintsForField(String, MMObjectBuilder, Constraint, SearchQuery) - Static method in class org.mmbase.cache.ReleaseStrategy
utility for specializations: get all the constraints in the query that apply to a certain field TODO MM: This method is used like this: if(getConstraintsForField(fieldName, eventBuilder, constraint, query).size() > 0){ return false;} IOW, only the size of the return list is used, and then even whether it is 0 or not.
getContactInfoEnabled() - Method in class org.mmbase.applications.mmbob.Forum
 
getContactInfoEnabled() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getContactInfoEnabled() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getContactInfoEnabled() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getContainerObject(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().getObject
getContainsCache() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
getContainsSet(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
Checks if a Session variable contains a certain value.
getContent(Writer) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
getContent(Part) - Method in class org.mmbase.module.smtp.CloudMailHandler
 
getContentAsByteArray() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getContentAsByteArray() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getContentAsString() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getContentAsString() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getContentDisposition(BridgeServlet.QueryParts, Node, String) - Method in class org.mmbase.servlet.HandleServlet
 
getContentLength() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getContentLength() - Method in class org.mmbase.util.LocalServletRequest
 
getContentTag() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Returns the content-tag in which this context-referrer is in, or a default (compatible with MMBase 1.6) if there is none.
getContentType() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getContentType() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getContentType() - Method in class org.mmbase.util.LocalServletRequest
 
getContentType() - Method in class org.mmbase.util.LocalServletResponse
 
getContentType(String) - Static method in class org.mmbase.util.MultiPartFormOutputStream
Gets the content type string suitable for the java.net.URLConnection which includes the multipart boundary string.
getContentType() - Method in class org.mmbase.util.SerializableInputStream
 
getContext() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getContext(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getContext() - Method in class org.mmbase.bridge.mock.MockNode
 
getContext() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
getContext() - Method in interface org.mmbase.bridge.Node
Get the security context of the current Node
getContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getContext() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getContext() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getContext() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getContext() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getContext() - Method in class org.mmbase.bridge.util.AbstractNode
 
getContext() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getContext(UserContext) - Method in class org.mmbase.module.core.MMObjectNode
Returns the security context for this node
getContext(UserContext, int) - Method in class org.mmbase.security.Authorization
This method could be overrided by an extending class.
getContext(UserContext, int) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
getContext(UserContext, int) - Method in class org.mmbase.security.implementation.cloud.Verify
 
getContext(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getContext(User, MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
getContext(UserContext, int) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
getContext(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
getContext(UserContext, int) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
getContext(int) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
getContext(UserContext, int) - Method in class org.mmbase.security.NoAuthorization
This method does nothing, except from giving a specified string back
getContext() - Static method in class org.mmbase.util.ApplicationContextReader
 
getContext() - Method in class org.mmbase.util.ResourceLoader
Returns the 'context' for the ResourceLoader (an URL).
getContextCache() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getContextContainer() - Method in interface org.mmbase.bridge.jsp.taglib.ContextProvider
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
getContextContainer() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getContextName(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getContextName(MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
Returns the name of the context belonging to a certain context node.
getContextNameField(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
For the given context- builder return which field contains the 'context'.
getContextNode(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getContextNode(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getContextNode(MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
Returns the MMObjectNode representing the 'context' of a certain other node
getContextNode(String) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
Returns the MMObjectNode representing the 'context' which is identifier with the given name.
getContextNode(int, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
For a certain node, returns the node representing its 'context'.
getContextNode(String) - Method in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
Returns the MMObjectNode representing the 'context' which is identifier with the given name.
getContextPath() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getContextPath() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getContextProvider() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Finds the parent context provider.
getContextProvider() - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
getContextQueries() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getContextQueries() - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
getContextSources() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
contextsources attached to this application
getContextTag() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Finds the parent context tag.
getContrast(String) - Static method in class org.mmbase.calendar.ContrastFunction
 
getConversion(String, String) - Static method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getCookie() - Method in class org.mmbase.module.sessionInfo
 
getCookie(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.JamesServlet
This method retrieves the users' MMBase cookie name & value as 'name/value'.
getCookies() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getCookies() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getCopy() - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
getCoreNode(MMObjectBuilder, Node) - Method in class org.mmbase.module.core.MMObjectNodeFunction
Utility method to convert a Node to a MMObjectNode.
getCoreNodes() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getCost() - Method in class org.mmbase.bridge.util.xml.Generator
Returns an estimation on how long it took to construct the document.
getCost() - Method in class org.mmbase.cache.ReleaseStrategy.StrategyResult
The cost of a node event evaluation.
getCost() - Method in class org.mmbase.clustering.Statistics
 
getCount() - Method in class org.mmbase.applications.crontab.CronEntry
 
getCount() - Method in class org.mmbase.applications.thememanager.ImageSet
 
getCount() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
getCount() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
getCount(K) - Method in class org.mmbase.cache.Cache
 
getCount(K) - Method in interface org.mmbase.cache.CacheImplementationInterface
Returns the hit-count on a certain key (if implementable, -1 otherwise).
getCount(K) - Method in class org.mmbase.cache.implementation.LRUCache
 
getCount(K) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the getCount() method of the cache implementation.
getCount() - Method in class org.mmbase.clustering.Statistics
 
getCount() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
getCount() - Method in class org.mmbase.util.externalprocess.ProcessClosure
 
getCount() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
 
getCount() - Method in class org.mmbase.util.logging.LoggerWriter
 
getCount(Object) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Retrieves the count of the object with a certain key.
getCounts() - Method in class org.mmbase.cache.CacheManager.Bean
 
getCreationTime() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getCreator() - Method in class org.mmbase.applications.mmbob.PostThread
 
getCronEntry(String) - Method in class org.mmbase.applications.crontab.CronDaemon
 
getCronEntry() - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
getCronEntry() - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
getCronStart() - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
getCronTime() - Method in class org.mmbase.applications.crontab.CronEntry
 
getCropTemplate(Node, int, int, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
Returns the crop template string to be used by img servlet
getCssClass(Set<String>) - Static method in class org.mmbase.richtext.processors.xml.Util
 
getCssClass(String, Set<String>) - Static method in class org.mmbase.richtext.processors.xml.Util
 
getCssClass(String) - Static method in class org.mmbase.richtext.processors.xml.Util
 
getCssClasses(String, Set<String>) - Static method in class org.mmbase.richtext.processors.xml.Util
 
getCSSType(String) - Method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getCSSValue(String) - Method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getCurrent() - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
getCurrent() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getCurrent() - Method in class org.mmbase.streams.createcaches.Job
 
getCurrentBlock() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getCurrentlyOpen() - Method in class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
 
getCursor() - Method in interface org.mmbase.module.lucene.IndexDefinition
Returns an Iterator over all IndexEntry's defined by this index.
getCursor() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getCursor(NodeIterator, Collection<? extends FieldDefinition>) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
Converts an MMBase Node Iterator to an Iterator of IndexEntry-s.
getCursor() - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getCwd() - Method in class org.mmbase.util.xml.URIResolver
Returns the working directory which was supplied in the constructor.
GETDATA - Static variable in class org.mmbase.applications.dove.AbstractDove
 
getData(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a getdata call, by obtaining data for each node specified.
getData() - Method in class org.mmbase.applications.editwizard.Wizard
 
getDatabaseName() - Method in class org.mmbase.module.database.JDBC
 
getDatabaseName() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Doing some best effort to get a 'database name'.
getDatabasesList() - Method in class org.mmbase.module.tools.MMAdmin
 
getDataDir() - Method in class org.mmbase.module.core.MMBase
A setting 'datadir' can be specified in mmbaseroot.xml (and hence in your context xml).
getDataId() - Method in class org.mmbase.applications.editwizard.Wizard
 
getDataNode(Element, Element, Node) - Method in class org.mmbase.applications.dove.Dove
Handles a node storing its content in a DOM element.
getDataNode(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a node by retrieving its data and storing its content in a DOM element.
getDataNode(Document, String, NodeList) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method retrieves data (objectdata) from mmbase.
getDataSource() - Method in class org.mmbase.core.event.SystemEvent.DataSourceAvailable
 
getDataSource() - Method in class org.mmbase.module.core.MMBase
Returns the datasource as was configured with mmbaseroot.xml properties.
getDataSource() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Returns the DataSource associated with this factory.
getDataSource() - Method in class org.mmbase.util.SqlExecutor
 
getDataSources() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get datasources attached to this application
getDataType() - Method in interface org.mmbase.bridge.Field
Returns the data type this field contains.
getDataType() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
getDataType() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getDataType() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getDataType() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getDataType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getDataType() - Method in class org.mmbase.core.AbstractField
 
getDataType(String) - Method in class org.mmbase.datatypes.DataTypeCollector
Get a datatype defined for this collector.
getDataType(String, boolean) - Method in class org.mmbase.datatypes.DataTypeCollector
Get a datatype defined for this collector, and possibly any collectors it depends on.
getDataType(String) - Static method in class org.mmbase.datatypes.DataTypes
Returns a DataType from the the available set of datatypes accessible throughout the application, or null if that type does not exist.
getDataType(int) - Static method in class org.mmbase.datatypes.DataTypes
Returns the basic DataType that matches the passed type.
getDataType() - Method in class org.mmbase.framework.Setting
 
getDataType(StepField) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
getDataType(String, BasicDataType) - Static method in class org.mmbase.util.functions.BeanFunction
Given a string and a 'base' datatype, produces a new DataType.
getDataType() - Method in class org.mmbase.util.functions.Parameter
Returns the data type of this parameter.
getDataTypeCollector() - Method in class org.mmbase.module.core.MMObjectBuilder
Returns the datatype collector belonging to this buidler.
getDataTypeDefinition() - Method in class org.mmbase.datatypes.DataTypeCollector
 
getDataTypeForFieldAttribute(String) - Static method in class org.mmbase.datatypes.DataTypes
Get the datatype a defined for a certain field of a certain node manager, of a certain cloud context.
getDataTypeForFieldAttribute(String) - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getDataTypeForFieldAttribute(String) - Method in class org.mmbase.util.xml.BuilderReader
 
getDataTypeInstance(String, DataType<?>) - Method in class org.mmbase.datatypes.DataTypeCollector
Get a datatype instance through this collector.
getDataTypeInstance(String, BasicDataType) - Static method in class org.mmbase.datatypes.DataTypes
Returns a DataType instance.
getDataTypeInstance(String, int) - Static method in class org.mmbase.datatypes.DataTypes
Returns a DataType instance.
getDataTypes() - Method in class org.mmbase.datatypes.DataTypeCollector
Set local datatypes of the collector
getDataTypes(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.FieldSelector
 
getDataTypes(DataTypeCollector) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the datatypes defined for this builder.
getDate() - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
getDate() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
You could implement a tag for the body of time-tag, which can then receive the date-object.
getDate(MMObjectNode) - Method in class org.mmbase.module.builders.DayMarkers
Returns the date of a daymarker
getDate() - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
getDate() - Method in class org.mmbase.notifications.Notifyable
 
getDate() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getDateFields() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
getDateFormat() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
DateFormat used for parsing dates.
getDateFormat(Locale) - Method in class org.mmbase.datatypes.DateTimePattern
Returns a DateFormat object associated with this object.
getDateHeader(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getDateHeader(String) - Method in class org.mmbase.util.LocalHttpServletRequest
 
getDateInSeconds() - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
getDatePart(String, int, int) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the a part of the date
getDatePart(String, int, int, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the a part of the date
getDateTimePart(String) - Static method in class org.mmbase.bridge.util.Queries
Creates a part constant for use by createConstraint
getDateTimeValue(ResultSet, int, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Retrieve a date for a specified object field.
getDateValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getDateValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getDateValue(String) - Method in interface org.mmbase.bridge.Node
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDateValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getDateValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getDateValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getDateValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getDateValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDateValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getDateValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getDateValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getDay(String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the day of the month part of the date
getDay(String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the day of the month part of the date
getDay(int) - Method in class org.mmbase.util.DateStrings
Deprecated.
 
getDay() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getDayCount() - Method in class org.mmbase.module.builders.DayMarkers
The current day count.
getDayCountAge(int) - Method in class org.mmbase.module.builders.DayMarkers
Given an age, this function returns a mark, _not a day count_, and also _not an age_!
getDayCountByObject(int) - Method in class org.mmbase.module.builders.DayMarkers
 
getDayInt(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the number of the day in the month as an integer
getDayMark(int) - Static method in class org.mmbase.bridge.util.Queries
 
getDayMark(Cloud, int) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getDayOfMonthEntry() - Method in class org.mmbase.applications.crontab.CronEntry
 
getDayOfWeekEntry() - Method in class org.mmbase.applications.crontab.CronEntry
 
getDBName() - Method in class org.mmbase.module.corebuilders.FieldDefs
getDBNotNull() - Method in class org.mmbase.module.corebuilders.FieldDefs
getDBPos() - Method in class org.mmbase.module.corebuilders.FieldDefs
getDBSize() - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
getDBState(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Return a field's storage state.
getDBState(String) - Method in class org.mmbase.module.core.MMObjectNode
Returns the DBState of a field.
getDBState(String) - Method in class org.mmbase.module.core.VirtualBuilder
Return a field's database state.
getDBState() - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
getDBType(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Return a field's storage type.
getDBType(String) - Method in class org.mmbase.module.core.MMObjectNode
Returns the DBType of a field.
getDBType() - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
to access type constraints, use AbstractField.getDataType()
getDBType(String) - Method in class org.mmbase.storage.search.ResultNode
 
getDebug() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
getDebugList() - Method in class org.mmbase.util.logging.BufferedLogger
 
getDebugString() - Method in class org.mmbase.util.LocalizedString
 
getDebugSwt(scanpage) - Method in class org.mmbase.module.gui.flash.MMFlash
Return the generated flash with debug information.
getDecimalValue(String) - Method in interface org.mmbase.bridge.Node
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDecimalValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getDecimalValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getDecimalValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getDecimalValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getDecimalValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDecimalValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getDecimalValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getDecomposition() - Method in class org.mmbase.util.LocaleCollator
 
getDefault() - Method in class org.mmbase.security.Action
Every action needs to do a proposal on how to check it.
getDefault(Cloud) - Static method in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
getDefault() - Static method in class org.mmbase.util.LocalizedString
Returns the default locale if set, or otherwise the system default (Locale.getDefault()).
getDefaultAccount() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getDefaultAccount() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getDefaultAccount() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getDefaultAccount() - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getDefaultBlock() - Method in class org.mmbase.framework.BasicComponent
 
getDefaultBlock() - Method in interface org.mmbase.framework.Component
Gets the one block that is the 'default' block of this component
getDefaultBlock(String) - Method in class org.mmbase.framework.ComponentRepository
Returns a default block for a certain component.
getDefaultCharacterEncoding() - Method in interface org.mmbase.bridge.CloudContext
Returns the default character encoding, which can be used as a default.
getDefaultCharacterEncoding() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getDefaultCharacterEncoding(PageContext) - Static method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
getDefaultCharacterEncoding() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getDefaultCharacterEncoding() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getDefaultCharacterEncoding() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getDefaultCharacterEncoding() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getDefaultCloudContext() - Static method in class org.mmbase.bridge.ContextProvider
Returns the 'default' cloud context.
getDefaultCloudContext() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getDefaultCloudContextName() - Static method in class org.mmbase.bridge.ContextProvider
The uri defined as default (using the 'mmbase.defaultcloudcontext' system property) or 'local'.
getDefaultCloudName() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getDefaultCommit() - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
getDefaultCommit() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
getDefaultConfigurer() - Static method in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
getDefaultContext(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getDefaultContext(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getDefaultContext(MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
 
getDefaultContext(UserContext) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
getDefaultContextField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getDefaultContextNode() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
getDefaultEncoding(String) - Static method in class org.mmbase.util.GenericResponseWrapper
Supposes that no explicit charset is mentioned in a contentType, and returns a default.
getDefaultFactory() - Method in class org.mmbase.cache.xslt.FactoryCache
If it you are sure not to use the URIResolver, then you can as well use always the same Factory.
getDefaultFileName() - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getDefaultForBuilder(InsRel) - Method in class org.mmbase.module.corebuilders.RelDef
Returns the first occurrence of a reldef node of a relation definition.
getDefaultImageFormat() - Static method in class org.mmbase.util.images.Factory
 
getDefaultImageType() - Method in class org.mmbase.module.builders.AbstractImages
The default image type is used when magic could not determin the type
getDefaultImageType() - Method in class org.mmbase.module.builders.Images
 
getDefaultLocale() - Method in interface org.mmbase.bridge.CloudContext
Returns the default locale setting.
getDefaultLocale() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getDefaultLocale() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Get the default locale which is set in mmbase.
getDefaultLocale() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getDefaultLocale() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getDefaultLocale() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getDefaultLocale() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getDefaultLocale() - Method in class org.mmbase.core.AbstractDescriptor
The locale which must be used if no locale is specified.
getDefaultLocale() - Method in class org.mmbase.util.functions.DescribedFunctionProvider
The locale which must be used if no locale is specified.
getDefaultMaxEntrySize() - Method in class org.mmbase.cache.BlobCache
 
getDefaultMaxEntrySize() - Method in class org.mmbase.cache.Cache
This has to be overridden by Caches which support max entry size.
getDefaultMaxEntrySize() - Method in class org.mmbase.cache.xslt.ResultCache
 
getDefaultMethod(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getDefaultMethod(String) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getDefaultMethod(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getDefaultMethod(String) - Method in class org.mmbase.security.Authentication
The security implementation can override a default method.
getDefaultMethod(String) - Method in interface org.mmbase.security.AuthenticationData
The security implementation can override a default method.
getDefaultMethod(String) - Method in class org.mmbase.security.NoAuthentication
The security implementation can override a default method.
getDefaultPassword() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getDefaultPassword() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getDefaultPassword() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getDefaultPassword() - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getDefaultPath() - Method in class org.mmbase.module.builders.AbstractImages
 
getDefaultPath() - Method in class org.mmbase.module.builders.AbstractServletBuilder
If no servlet path can be found via the association (if the servlet did not 'associate' itself with something, like servdb), then the getServletPath function will fall back to this.
getDefaultPath() - Method in class org.mmbase.module.builders.Attachments
 
getDefaultProcessor() - Method in class org.mmbase.datatypes.BasicDataType
 
getDefaultTeaser(MMObjectNode, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
Will be removed?
getDefaultTimeZone() - Method in interface org.mmbase.bridge.CloudContext
Returns the default time zone.
getDefaultTimeZone() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getDefaultTimeZone() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getDefaultTimeZone() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getDefaultTimeZone() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getDefaultTimeZone() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getDefaultUrl(int) - Method in class org.mmbase.module.builders.Urls
 
getDefaultUrl(int) - Method in class org.mmbase.module.core.MMObjectBuilder
Return the default url of this object.
getDefaultValue() - Method in class org.mmbase.datatypes.BasicDataType
Returns the default value of this data type.
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.BasicDataType
Returns the (locale dependent) default value of this data type,
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.ComparableDataType
 
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.ComponentNamesDataType
 
getDefaultValue() - Method in interface org.mmbase.datatypes.DataType
Returns the default value of this data type.
getDefaultValue(Locale, Cloud, Field) - Method in interface org.mmbase.datatypes.DataType
Returns the (locale dependent) default value of this data type,
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.LanguageDataType
 
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.NodeManagerNamesDataType
 
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.UniqueStringDataType
 
getDefaultValue(Locale, Cloud, Field) - Method in class org.mmbase.datatypes.UserNodeDataType
 
getDefaultValue() - Method in class org.mmbase.util.functions.Parameter
Returns the default value of this parameter (derived from the datatype).
getDefaultWeight() - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
getDefaultWeight() - Method in class org.mmbase.framework.basic.BlockUrlConverter
 
getDefaultWeight() - Method in class org.mmbase.framework.basic.ChainedUrlConverter
The default weight of the UrlConverters.
getDefaultWeight() - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
getDefaultWeight() - Method in class org.mmbase.framework.basic.MMBaseUrlConverter
 
getDefaultWeight() - Method in interface org.mmbase.framework.basic.UrlConverter
 
getDefaultWeight() - Method in class org.mmbase.mynews.MyNewsUrlConverter
 
getDefines() - Method in class org.mmbase.module.builders.VersionXMLCacheNodeReader
Deprecated.
 
getDefines() - Method in class org.mmbase.module.gui.flash.XMLDynamicFlashReader
 
getDefinition() - Method in class org.mmbase.util.functions.Parameters
 
getDelay(TimeUnit) - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
getDelay(TimeUnit) - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
getDelay(TimeUnit) - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
getDelay(TimeUnit) - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
getDelay(TimeUnit) - Method in class org.mmbase.notifications.Notifyable
 
getDelay() - Method in class org.mmbase.util.FileWatcher
 
getDelay() - Method in class org.mmbase.util.ResourceWatcher
 
getDeletedEnd() - Method in class org.incava.util.diff.Difference
The point at which the deletion ends, if any.
getDeletedStart() - Method in class org.incava.util.diff.Difference
The point at which the deletion starts, if any.
getDeleteProcessor() - Method in class org.mmbase.datatypes.BasicDataType
 
getDeleteProcessor() - Method in interface org.mmbase.datatypes.DataType
Return the Delete processor of this datatype
getDeleterelations() - Method in class org.mmbase.bridge.jsp.taglib.edit.DeleteNodeTag
 
getDeliveredMailOlderThan(long) - Method in class org.mmbase.applications.email.EmailBuilder
Returns all the one-shot delivered mail nodes older than a specified time.
getDemo() - Static method in class org.mmbase.util.DynamicDate
Returns an arrays of example Strings that can be parsed by DynamicDate.
getDependencies() - Method in class org.mmbase.framework.BasicComponent
 
getDependencies() - Method in interface org.mmbase.framework.Component
All (satisfied) depedencies of this Component.
getDepth() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
getDepth() - Method in class org.mmbase.bridge.jsp.taglib.tree.BasicDepthProvider
 
getDepth() - Method in interface org.mmbase.bridge.jsp.taglib.tree.DepthProvider
Returns the 'size' of the current cluster node (the number of steps (minus the relation steps))
getDepth() - Method in class org.mmbase.bridge.jsp.taglib.tree.OnShrinkTag
 
getDepth() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getDepth() - Method in class org.mmbase.framework.basic.State
With recursive includes of blocks, it may occur that the state is only for components inside a certain other component's block.
getDepth(Token) - Method in class org.mmbase.util.transformers.ListParser
 
getDepth() - Method in class org.mmbase.util.xml.applicationdata.ContextDepthDataReader
Retrieves the depth to which to serach.
getDescendants() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getDescendants() - Method in interface org.mmbase.bridge.NodeManager
Retrieve a list of descendant nodemanagers (the nodemanagers that - possibly indirectly - extend from this nodemanager)
getDescendants() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getDescendants() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDescendants() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getDescendants() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDescendants() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getDescendants() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDescendants() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getDescendants() - Method in class org.mmbase.module.core.MMObjectBuilder
Returns an (unmodifiable) list of all descendant-builders.
getDescription() - Method in class org.mmbase.applications.media.cache.URLCache
 
getDescription(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
 
getDescription(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getDescription() - Method in class org.mmbase.applications.mmbob.Forum
get the description of the forum
getDescription() - Method in class org.mmbase.applications.mmbob.PostArea
get the description of the postarea
getDescription() - Method in interface org.mmbase.bridge.Cloud
This may return Cloud.getName(), but in principable it could have been localized using the value also returned by Cloud.getLocale().
getDescription() - Method in class org.mmbase.bridge.ContextProvider.Resolver
The syntax of the uri and goal of the resuling CloudContext may be explained in this description.
getDescription(Locale) - Method in interface org.mmbase.bridge.Descriptor
Returns the description of this object.
getDescription() - Method in interface org.mmbase.bridge.Descriptor
Returns the description of this object for the default locale.
getDescription() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getDescription() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getDescription(Locale) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getDescription() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getDescription(Locale) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getDescription() - Method in class org.mmbase.bridge.implementation.VirtualNodeManager
 
getDescription(Locale) - Method in class org.mmbase.bridge.implementation.VirtualNodeManager
 
getDescription() - Method in class org.mmbase.bridge.jsp.taglib.util.AttributeCache
 
getDescription() - Method in interface org.mmbase.bridge.NodeManager
Returns the description of this node manager.
getDescription(Locale) - Method in interface org.mmbase.bridge.NodeManager
Returns the description of this node manager in a specified language.
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getDescription(Locale) - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getDescription(Locale) - Method in interface org.mmbase.bridge.remote.RemoteField
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getDescription(Locale) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getDescription(Locale) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDescription(Locale) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDescription() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDescription(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getDescription() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getDescription() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getDescription(Locale) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getDescription(Locale) - Method in class org.mmbase.bridge.util.FieldWrapper
 
getDescription() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getDescription() - Method in class org.mmbase.cache.AggregatedResultCache
 
getDescription() - Method in class org.mmbase.cache.BasicReleaseStrategy
 
getDescription() - Method in class org.mmbase.cache.BetterStrategy
 
getDescription() - Method in class org.mmbase.cache.BlobCache
 
getDescription() - Method in class org.mmbase.cache.Cache
Gives a description for this cache type.
getDescription() - Method in class org.mmbase.cache.CacheManager.Bean
 
getDescription() - Method in interface org.mmbase.cache.CacheMBean
 
getDescription() - Method in class org.mmbase.cache.CachePolicy
Returns a description of the policy.
getDescription() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
getDescription() - Method in class org.mmbase.cache.ConstraintsMatchingStrategy
 
getDescription() - Method in class org.mmbase.cache.MultilevelCache
 
getDescription() - Method in class org.mmbase.cache.NodeCache
 
getDescription() - Method in class org.mmbase.cache.NodeListCache
 
getDescription() - Method in class org.mmbase.cache.RelatedNodesCache
 
getDescription() - Method in class org.mmbase.cache.RelationsCache
 
getDescription() - Method in class org.mmbase.cache.ReleaseStrategy
 
getDescription() - Method in class org.mmbase.cache.xslt.FactoryCache
 
getDescription() - Method in class org.mmbase.cache.xslt.ResultCache
 
getDescription() - Method in class org.mmbase.cache.xslt.TemplateCache
 
getDescription(Locale) - Method in class org.mmbase.core.AbstractDescriptor
 
getDescription() - Method in class org.mmbase.core.AbstractDescriptor
 
getDescription() - Method in class org.mmbase.framework.BasicComponent
 
getDescription() - Method in class org.mmbase.framework.Block
Description for this block.
getDescription() - Method in interface org.mmbase.framework.Component
The description can contain further information about the component, mainly to be displayed in pages about components generally.
getDescription() - Method in class org.mmbase.framework.Setting
 
getDescription() - Method in class org.mmbase.module.core.MMObjectBuilder
Get description of the builder
getDescription(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Gets description of the builder, using the specified language.
getDescription(String) - Method in class org.mmbase.module.corebuilders.FieldDefs
getDescription() - Method in class org.mmbase.module.lucene.Indexer
 
getDescription() - Method in class org.mmbase.module.lucene.Lucene
 
getDescription(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getDescription() - Method in class org.mmbase.security.Action
 
getDescription() - Method in class org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
 
getDescription() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getDescription() - Method in class org.mmbase.util.CSVReader
Description of the CSVReader, reports its configuration f.e.
getDescription() - Method in class org.mmbase.util.functions.AbstractFunction
 
getDescription() - Method in class org.mmbase.util.functions.CombinedFunction
 
getDescription(Locale) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
getDescription() - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
getDescription() - Method in interface org.mmbase.util.functions.Function
 
getDescription() - Method in class org.mmbase.util.functions.FunctionSet
 
getDescription() - Method in class org.mmbase.util.functions.WrappedFunction
 
getDescription() - Method in class org.mmbase.util.magicfile.MagicXMLReader
 
getDescription() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the description for this application
getDescriptions() - Method in class org.mmbase.module.core.MMObjectBuilder
Get descriptions of the builder
getDescriptions() - Method in class org.mmbase.module.corebuilders.FieldDefs
getDescriptions() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Deprecated.
use getLocalizedDescription()
getDesignation() - Method in class org.mmbase.util.magicfile.AbstractDetector
 
getDesignation() - Method in class org.mmbase.util.magicfile.BasicDetector
todo: I noticed there is also a %5.5s variation in magic...
getDesignation() - Method in interface org.mmbase.util.magicfile.Detector
 
getDestination() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
getDestination() - Method in interface org.mmbase.bridge.Relation
Retrieves the destination of the relation
getDestination() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getDestination() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getDestination() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getDestination() - Method in class org.mmbase.streams.createcaches.RecognizerResult
 
getDestination() - Method in class org.mmbase.streams.createcaches.Result
The Node receiving the result or null if that is not applicable (for recognizers).
getDestination() - Method in class org.mmbase.streams.createcaches.SkippedResult
 
getDestination() - Method in class org.mmbase.streams.createcaches.TranscoderResult
 
getDestinationManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getDestinationManager() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the type of node that can act as the destination of a relation of this type.
getDestinationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDestinationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDestinationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDestinationNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
getDestinationNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getDestinationNodeRef() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
getDestinationType() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplate
 
getDetectors() - Method in interface org.mmbase.util.magicfile.DetectorProvider
 
getDetectors() - Method in class org.mmbase.util.magicfile.MagicFile
Returns a list of detectors used by this MagicFile instance
getDetectors() - Method in class org.mmbase.util.magicfile.MagicParser
 
getDetectors() - Method in class org.mmbase.util.magicfile.MagicXMLReader
Returns all 'Detectors'.
getDictionary() - Method in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
 
getDid() - Method in class org.mmbase.applications.editwizard.WizardCommand
Returns the 'did' (data id) parameter of the parsed command.
getDimension() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getDimension() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getDimension(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getDimension(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
Gets the dimension of given node.
getDimension(MMObjectNode, String) - Method in class org.mmbase.module.builders.Images
 
getDimension(MMObjectNode) - Method in interface org.mmbase.module.builders.ImagesInterface
Gets the dimension of given node.
getDimension(MMObjectNode) - Method in class org.mmbase.streams.builders.ImageSources
 
getDimension(MMObjectNode, String) - Method in class org.mmbase.streams.builders.ImageSources
 
getDimension() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getDimension(byte[]) - Method in class org.mmbase.util.images.DummyImageInformer
 
getDimension(InputStream) - Method in class org.mmbase.util.images.DummyImageInformer
 
getDimension() - Method in class org.mmbase.util.images.FileReceiver
 
getDimension(byte[]) - Method in interface org.mmbase.util.images.ImageInformer
 
getDimension(InputStream) - Method in interface org.mmbase.util.images.ImageInformer
 
getDimension(File) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
getDimension(InputStream) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
getDimension(byte[]) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
getDimension(byte[]) - Method in class org.mmbase.util.images.JAIImageInformer
 
getDimension(InputStream) - Method in class org.mmbase.util.images.JAIImageInformer
 
getDimension() - Method in class org.mmbase.util.images.MemoryReceiver
 
getDimensionForEmptyHandle(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
getDimensionForEmptyHandle(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
If icache does not yet have a filled handle field, neither filled width/heigh fields (can occur after a update).
getDir() - Method in class org.mmbase.util.xml.URIResolver.Entry
 
getDirectBody() - Method in class org.mmbase.applications.mmbob.Posting
 
getDirectConnection(String, String, String) - Method in class org.mmbase.module.database.JDBC
 
getDirectConnection(String) - Method in class org.mmbase.module.database.JDBC
 
getDirectConnection() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
Jdbc connection pooling of MMBase would kill the statement if too duratious.
getDirectConnection() - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
getDirection() - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
getDirection() - Method in class org.mmbase.bridge.remote.proxy.RemoteSortOrder_Proxy
 
getDirection() - Method in interface org.mmbase.bridge.remote.RemoteSortOrder
 
getDirection() - Method in class org.mmbase.bridge.remote.rmi.RemoteSortOrder_Rmi
 
getDirection() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
getDirection() - Method in interface org.mmbase.storage.search.SortOrder
Gets the sort direction.
getDirectionality() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getDirectionality() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the directionality for this type (the default assigned to a new relation).
getDirectionality() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDirectionality() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getDirectionality() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDirectionality() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getDirectionality() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDirectionality() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getDirectionality() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getDirectionality() - Method in interface org.mmbase.storage.search.RelationStep
Gets the directionality mode used with this relation.
getDirectionalityDescription() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
Returns a description of the part
getDirectionDescription() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
Returns a description of the direction of the sort order
getDirectories(String) - Method in class org.mmbase.util.DirectoryLister
Returns all filepaths that follow a certain pattern.
getDirectory() - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
The 'directory' used for thie UrlConverter.
getDirectory() - Method in class org.mmbase.module.lucene.Indexer
 
getDirectory() - Static method in class org.mmbase.servlet.FileServlet
 
getDirectory() - Method in class org.mmbase.streams.createcaches.Processor
 
getDirectory(String) - Static method in class org.mmbase.util.ResourceLoader
Utility method to return the 'directory' part of a resource-name.
getDirectoryForFullIndex() - Method in class org.mmbase.module.lucene.Indexer
 
getDirectoryName(String) - Static method in class org.mmbase.util.ResourceLoader
Utility method to return the name of the directory of a resource-name.
getDirTimes(File) - Method in class org.mmbase.module.INFO
Retrieves the creation times of all directories under a specific path whose names are 10 characters long.
getDisallowedFields() - Method in class org.mmbase.storage.StorageManagerFactory
Returns a map of disallowed field names and their possible alternate values.
getDisallowedFields() - Method in class org.mmbase.storage.util.StorageReader
Returns all disallowed fields and their possible alternate values.
getDisallowingContexts(User, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
Returns a Set (of Strings) of all existing contexts for which the given operation is not allowed for the given user.
getDisallowingContexts(UserContext, Operation) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
getDisposeWhenNotReferenced() - Method in class org.mmbase.applications.xmlimporter.TmpObject
DisposeWhenNotReferenced accessor.
getDocument() - Method in class org.mmbase.bridge.util.xml.Generator
Returns the working DOM document.
getDocument(Node, Field) - Static method in class org.mmbase.richtext.processors.xml.MmxfGetString
Returns a 'objects' Document containing the node with the mmxf field plus all idrelated objects
getDocument(String) - Method in class org.mmbase.util.ResourceLoader
Returns the givens resource as a Document (parsed XML).
getDocument(String, boolean, Class<?>) - Method in class org.mmbase.util.ResourceLoader
Returns the givens resource as a Document (parsed XML).
getDocument(URL, boolean, Class<?>) - Static method in class org.mmbase.util.ResourceLoader
getDocument() - Method in class org.mmbase.util.xml.DocumentReader
 
getDocument() - Method in class org.mmbase.util.xml.DocumentSerializable
 
getDocument() - Method in class org.mmbase.util.xml.DocumentWriter
Returns the completed document representation; If the document was not yet generated, it is generated by calling generateDocument().
getDocumentBuilder(boolean) - Static method in class org.mmbase.applications.editwizard.Utils
This method returns a new instance of a DocumentBuilder.
getDocumentBuilder() - Static method in class org.mmbase.richtext.processors.xml.MmxfGetString
 
getDocumentBuilder() - Static method in class org.mmbase.util.xml.DocumentReader
Creates a DocumentBuilder with default settings for handler, resolver, or validation, obtaining it from the cache if available.
getDocumentBuilder(boolean) - Static method in class org.mmbase.util.xml.DocumentReader
Obtain a DocumentBuilder
getDocumentBuilder(boolean, ErrorHandler, EntityResolver) - Static method in class org.mmbase.util.xml.DocumentReader
getDocumentBuilder(boolean, boolean, ErrorHandler, EntityResolver) - Static method in class org.mmbase.util.xml.DocumentReader
Creates a DocumentBuilder.
getDocumentBuilder(boolean, ErrorHandler) - Static method in class org.mmbase.util.XMLBasicReader
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
getDocumentBuilder(boolean, EntityResolver) - Static method in class org.mmbase.util.XMLBasicReader
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
getDocumentBuilder(boolean, ErrorHandler, EntityResolver) - Static method in class org.mmbase.util.XMLBasicReader
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
getDocumentBuilder(Class) - Static method in class org.mmbase.util.XMLBasicReader
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
getDocumentConverter(String) - Static method in class org.mmbase.bridge.util.xml.DocumentConverter
 
getDocumentReader() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Locates and opens the storage configuration document, if available.
getDocumentReader() - Method in class org.mmbase.storage.StorageManagerFactory
Locates and opens the storage configuration document, if available.
getDomain() - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
A regular expression witch must match 'getLocalName' of the request for this UrlConverter to match.
getDomains() - Method in class org.mmbase.applications.email.SendMail
Returns the domains that are te be consided 'local' domains.
getDouble(String) - Static method in class org.mmbase.datatypes.processors.Duration.SetString
 
getDoubleValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getDoubleValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getDoubleValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a double.
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getDoubleValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getDoubleValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getDoubleValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getDoubleValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getDoubleValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getDoubleValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getDoubleValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getDoubleValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getDownloadStatus(Node) - Method in class org.mmbase.streams.download.DownloadFunction
 
getDTD(Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
getDTDPath() - Method in class org.mmbase.util.xml.EntityResolver
 
getDue() - Method in class org.mmbase.notifications.Notifyable
 
getDutchBuilderName() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getEdit() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getEditDateField(EditState, String, String) - Method in class org.mmbase.module.gui.html.FieldEditor
 
getEditDstNode() - Method in class org.mmbase.module.gui.html.EditState
 
getEditDstNode() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getEditField(EditState, String) - Method in class org.mmbase.module.gui.html.FieldEditor
 
getEditFields(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.FieldSelector
Builds a list of editable fields for the field editor.
getEditNode() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNode(int) - Method in class org.mmbase.module.gui.html.EditState
 
getEditNode() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getEditNodeDstDutchName() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeDstGuiIndicator() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeDstName() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeDstNumber() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeNumber() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeNumber() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getEditNodeSrcDutchName() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeSrcGuiIndicator() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeSrcName() - Method in class org.mmbase.module.gui.html.EditState
 
getEditNodeSrcNumber() - Method in class org.mmbase.module.gui.html.EditState
 
getEditorHTML(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.BasicEditor
Makes html with a link to a node in an editor using the parameters url and icon.
getEditorHTML(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
Should create a link to an editor or some other way to edit the data displayed.
getEditorHTML(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Create a string containing all the needed html to find the editor.
getEditorPos(Element) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Determine an integer value from an elements body.
getEditPosition() - Method in interface org.mmbase.bridge.Field
Retrieve the position of the field when editing.
getEditPosition() - Method in class org.mmbase.bridge.mock.MockField
 
getEditPosition() - Method in class org.mmbase.bridge.mock.MockNodeManager.SystemField
 
getEditPosition() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getEditPosition() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getEditPosition() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getEditPosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getEditPosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getEditPosition() - Method in class org.mmbase.core.AbstractField
 
getEditPosition() - Method in class org.mmbase.core.CoreField
Retrieve the position of the field when editing.
getEditSrcNode() - Method in class org.mmbase.module.gui.html.EditState
 
getEditSrcNode() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getEditState(String) - Method in class org.mmbase.module.gui.html.StateManager
Retrieves the EditState for a user, or creates a new one if the user did not yet have an EditState assigned.
getEditStateNode(int) - Method in class org.mmbase.module.gui.html.EditState
 
getEditStates() - Method in class org.mmbase.module.gui.html.EditState
 
getEditTime() - Method in class org.mmbase.applications.mmbob.Posting
get the date/time of the last time this posting was editted
getElapsedTime() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getElement() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getElement() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getElement(Element, String, String) - Method in class org.mmbase.datatypes.BasicDataType
 
getElement(Element, String, String, String) - Method in class org.mmbase.datatypes.BasicDataType
 
getElement(char, Calendar, Calendar) - Static method in class org.mmbase.datatypes.DateTimePattern
Returns an DateTimePattern.Element structure assiocated with the characters of the format pattern.
getElement(int, int) - Method in class org.mmbase.util.CSVReader
Returns the element at the given row and column.
getElementAttributeValue(String, String) - Method in class org.mmbase.util.xml.DocumentReader
 
getElementAttributeValue(Element, String) - Method in class org.mmbase.util.xml.DocumentReader
 
getElementByPath(String) - Method in class org.mmbase.util.xml.DocumentReader
 
getElementByPath(Element, String) - Static method in class org.mmbase.util.xml.DocumentReader
 
getElementName(Element) - Method in class org.mmbase.util.xml.DocumentReader
 
getElementsByNumber(Document, String) - Method in class org.mmbase.applications.editwizard.Wizard
 
getElementValue(String) - Method in class org.mmbase.util.xml.DocumentReader
 
getElementValue(Element) - Static method in class org.mmbase.util.xml.DocumentReader
 
getEmail() - Method in class org.mmbase.applications.mmbob.Poster
get the Emailaddress of the poster
getEmail(String) - Method in class org.mmbase.module.builders.Users
get email address of user (indicated by its cookie).
getEmailtext(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getEmailtext(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getEmailtext(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getEmpty(Block) - Static method in class org.mmbase.framework.AbstractProcessor
Creates a processor which does absolutely nothing.
getEmpty(Block) - Method in enum org.mmbase.framework.Renderer.Type
Returns a renderer that does nothing.
getEmptyNode(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Returns a new empty node object.
getEncodeUrl() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
getEncoding() - Method in class org.mmbase.applications.mmbob.Signature
 
getEncoding() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
getEncoding() - Method in class org.mmbase.module.core.MMBase
Retrieves the encoding.
getEncoding() - Method in class org.mmbase.richtext.transformers.XmlField
 
getEncoding() - Method in class org.mmbase.util.Encode
Returns the encoding
getEncoding(String) - Static method in class org.mmbase.util.GenericResponseWrapper
Takes the value of a Content-Type header, and tries to find the encoding from it.
getEncoding() - Method in class org.mmbase.util.transformers.Base64
 
getEncoding() - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
getEncoding() - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
getEncoding() - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
 
getEncoding() - Method in interface org.mmbase.util.transformers.ConfigurableTransformer
Returns the encoding that is currently active
getEncoding() - Method in class org.mmbase.util.transformers.CP1252Surrogator
 
getEncoding() - Method in class org.mmbase.util.transformers.Hex
 
getEncoding() - Method in class org.mmbase.util.transformers.Javascript
 
getEncoding() - Method in class org.mmbase.util.transformers.Latin3Surrogator
 
getEncoding() - Method in class org.mmbase.util.transformers.Sql
 
getEncoding() - Method in class org.mmbase.util.transformers.Url
 
getEncoding() - Method in class org.mmbase.util.transformers.Xml
 
getEncoding() - Method in class org.mmbase.util.transformers.XmlField
 
getEncoding() - Method in class org.mmbase.util.xml.EntityResolver.Resource
 
getEnd() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
getEnd() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
getEndColumn() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class org.mmbase.util.transformers.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Get token end line number.
getEndLine() - Method in class org.mmbase.util.transformers.SimpleCharStream
Get token end line number.
getEnforceStrength() - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
getEnforceStrength() - Method in class org.mmbase.datatypes.BasicDataType
 
getEnforceStrength() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
getEnforceStrength() - Method in class org.mmbase.datatypes.ComparableDataType
 
getEnforceStrength() - Method in interface org.mmbase.datatypes.DataType
The maximum enforce strength of all restrictions on this datatype.
getEnforceStrength() - Method in interface org.mmbase.datatypes.DataType.Restriction
getEnforceStrength(String) - Static method in class org.mmbase.datatypes.DataTypes
 
getEnforceStrength() - Method in class org.mmbase.datatypes.ListDataType
 
getEnforceStrength() - Method in class org.mmbase.datatypes.NodeDataType
 
getEnforceStrength() - Method in class org.mmbase.datatypes.StringDataType
 
getEnforceString(int) - Method in class org.mmbase.datatypes.BasicDataType
 
getEntries() - Method in class org.mmbase.applications.crontab.CronDaemon
 
getentries(HttpPost) - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
getEntry() - Method in class org.mmbase.applications.crontab.AbstractCronJob
 
getEntry() - Method in interface org.mmbase.applications.crontab.CronJob
 
getEntry() - Method in class org.mmbase.applications.crontab.Events.Event
 
getEntry() - Method in class org.mmbase.module.smtp.PopFetcher
 
getEntry(DocumentReader, String, String) - Method in class org.mmbase.util.xml.UtilReader
 
getEntrySet() - Method in class org.mmbase.cache.CacheManager.Bean
 
getEnumeration(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
getEnumerationFactory() - Method in class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
getEnumerationFactory() - Method in class org.mmbase.datatypes.BasicDataType
getEnumerationFactory() - Method in interface org.mmbase.datatypes.DataType
 
getEnumerationKeys(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
getEnumerationRestriction() - Method in class org.mmbase.datatypes.BasicDataType
The enumeration for this datatype as a DataType.Restriction.
getEnumerationRestriction() - Method in interface org.mmbase.datatypes.DataType
The enumeration for this datatype as a DataType.Restriction.
getEnumerationValue(Locale, Cloud, Node, Field, Object) - Method in class org.mmbase.datatypes.BasicDataType
Returns a (gui) value from a list of restricted enumerated values, or null if no enumeration restrictions apply or the value cannot be found.
getEnumerationValue(Locale, Cloud, Node, Field, Object) - Method in interface org.mmbase.datatypes.DataType
Returns a (gui) value from a list of restricted enumerated values, or null if no enumeration restrictions apply or the value cannot be found.
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
Returns an iterator over all possible values for this datatype, as Map.Entrys, or null if no enumeration restrictions apply.
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.ComponentNamesDataType
 
getEnumerationValues(Locale, Cloud, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Returns an iterator over all possible values for this datatype, as Map.Entrys, or null if no enumeration restrictions apply.
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.LanguageDataType
 
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.NodeManagerNamesDataType
 
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.SecurityContextDataType
 
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.datatypes.WeekdaysDataType
 
getEnumerationValues(Locale, Cloud, Node, Field) - Method in class org.mmbase.framework.Setting.DataType
 
getEnumHandler(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
getEnumHandler(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
getEnumHandler(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.ListHandler
 
getEnvCommand() - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
Command string to get OS Environment properties
getEnvironment() - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
getEnvVar(String) - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
Get value of environment property
getEnvVars() - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
Get value of environment properties
getError() - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
getErrorDescription() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
getErrorDescription() - Method in interface org.mmbase.datatypes.DataType.Restriction
If the restriction does not hold, the following error description can be used.
getErrorDescription() - Method in class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
getErrorDescriptionBundle() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
getErrorDescriptionBundle() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
getErrorList() - Method in class org.mmbase.util.XMLCheckErrorHandler
 
getErrorMessage() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getErrorReport(Writer, HttpServletRequest, CharTransformer) - Method in class org.mmbase.framework.ErrorRenderer.Error
 
getErrorRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
getErrors() - Method in class org.mmbase.module.lucene.Indexer
 
getErrorType() - Method in class org.mmbase.util.ErrorStruct
Returns the error type.
getErrorWriter(Logger) - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
getErrorWriter(Logger) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
getErrorWriter(Logger) - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
getErrorWriter(Logger) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
getErrorWriter(Logger) - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
getEscape() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Gets specified escaper (as a string) or null (if not set)
getEscapeAmps() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
getEscapedValue(Object) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Returns the escaped value associated with this tag, but only if the escape attribute was set explicitly (so not when only inherited from content-tag).
getEscaper() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
getETagFile(File) - Method in class org.mmbase.framework.CachedRenderer
 
getEtxindexElements(Element) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Gets etxindex child elements of sbspace element.
getEtxindexField(Element) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Gets value of field attribute of etxindex element.
getEtxindexTable(Element) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Gets value of table attribute of etxindex element.
getEtxindexValue(Element) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Gets name of etxindex element.
getEvaluated() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
 
getEvaluatedFieldValue(Request, Node, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
Returns the field value to be used in the page.
getEventTypeGuiName(int) - Static method in class org.mmbase.core.event.NodeEvent
 
getExactPersistentObjects(TmpObject) - Method in class org.mmbase.applications.xmlimporter.BasicFinder
Gets MMBase id's for all objects from persistent cloud that produce an exact match with the given object (possibly including the object itself).
getException() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getException() - Method in class org.mmbase.util.transformers.ByteTransformerLink
If some exception occured, durint ByteTransformerLink.run(), then it can be found here.
getException() - Method in class org.mmbase.util.transformers.CharTransformerLink
If some exception occured, durint CharTransformerLink.run(), then it can be found here.
getException() - Method in class org.mmbase.util.transformers.TransformingOutputStream
 
getException() - Method in class org.mmbase.util.transformers.TransformingWriter
 
getExceptionPage() - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Accessor for exceptionPage.
getExcludedDirectories() - Method in class org.mmbase.mojo.ArchiveScanner
 
getExcludedFiles() - Method in class org.mmbase.mojo.ArchiveScanner
 
getExecutable() - Method in class org.mmbase.applications.crontab.CronEntry
 
getExecutors() - Static method in class org.mmbase.streams.createcaches.Executors
 
getExitValue() - Method in class org.mmbase.util.CommandServer.Command
 
getExpandBuilder() - Method in class org.mmbase.util.xml.BuilderWriter
Gets whether the builder will expand when writing.
getExpireDate(String, String, String) - Method in class org.mmbase.module.scancache
getExpireDate.
getExpireDate(String, String, String) - Method in interface org.mmbase.module.scancacheInterface
getExpireDate.
getExpiresFile(File) - Method in class org.mmbase.framework.CachedRenderer
 
getExplicitBlock(String, Parameters) - Method in class org.mmbase.framework.basic.BlockUrlConverter
This proposal implemention simply uses Framework.COMPONENT and Framework.BLOCK framework parameters to determin the explicit block for BlockUrlConverter.getUrl(java.lang.String, java.util.Map<java.lang.String, ?>, org.mmbase.util.functions.Parameters, boolean, boolean), which may often be what you want.
getExportSource() - Method in class org.mmbase.util.xml.applicationdata.NodeReader
get the name of this application
getExpression(String) - Static method in class org.mmbase.applications.editwizard.Utils
 
getExpressionEvaluator() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
Deprecated.
getExtends() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the name of the builder that this builder extends
getExtension() - Method in class org.mmbase.util.magicfile.AbstractDetector
 
getExtension() - Method in interface org.mmbase.util.magicfile.Detector
 
getExtensions() - Method in class org.mmbase.util.magicfile.AbstractDetector
 
getExtensions() - Method in interface org.mmbase.util.magicfile.Detector
 
getExternal() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getExternalName() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getExternalNameString() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getExternalRootUrl() - Method in class org.mmbase.applications.mmbob.Forum
 
getExternalRootUrl() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getExternalRootUrl() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getExternalString() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getExtraFields() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getExtraFields() - Method in interface org.mmbase.bridge.NodeQuery
 
getExtraFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getExtraFields() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getExtraFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getExtraFields() - Method in class org.mmbase.bridge.util.NodeQueryWrapper
 
getExtraParameters() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
getExtraParams() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getFactory(URIResolver) - Method in class org.mmbase.cache.xslt.FactoryCache
Make a factory for a certain URIResolver.
getFactory(File) - Method in class org.mmbase.cache.xslt.FactoryCache
Deprecated. 
getFactory(URL) - Method in class org.mmbase.cache.xslt.FactoryCache
 
getFactory() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getFactory() - Static method in class org.mmbase.util.externalprocess.ProcessFactory
get the Process Factory.instance
getFailedComponents() - Method in class org.mmbase.framework.ComponentRepository
The components which could not be instantiated or configured, due to some misconfiguration.
getFatalList() - Method in class org.mmbase.util.XMLCheckErrorHandler
 
getFetchDirection() - Method in class org.mmbase.module.database.MultiStatement
 
getFetchSize() - Method in class org.mmbase.module.database.MultiStatement
 
getFid() - Method in class org.mmbase.applications.editwizard.WizardCommand
Returns the 'fid' (field id) parameter of the parsed command.
getField() - Method in class org.mmbase.applications.vprowizards.spring.FieldError
 
getField(String) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Gets field of the temporary node.
getField(int) - Method in interface org.mmbase.bridge.FieldList
Returns the Field at the indicated postion in the list
getField() - Method in interface org.mmbase.bridge.FieldValue
Returns the Field object belonging to this value.
getField(int) - Method in class org.mmbase.bridge.implementation.BasicFieldList
 
getField() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
getField(String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getField() - Method in class org.mmbase.bridge.jsp.taglib.FieldReferrerTag
 
getField(String) - Method in interface org.mmbase.bridge.NodeManager
Returns the field with the specified name.
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
getField(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldList_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
getField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getField() - Method in class org.mmbase.bridge.remote.proxy.RemoteSortOrder_Proxy
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldConstraint
 
getField(int) - Method in interface org.mmbase.bridge.remote.RemoteFieldList
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldNullConstraint
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
getField(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getField(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getField() - Method in interface org.mmbase.bridge.remote.RemoteSortOrder
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
getField(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldList_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
getField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getField() - Method in class org.mmbase.bridge.remote.rmi.RemoteSortOrder_Rmi
 
getField() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
getField(String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getField() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getField(String) - Method in class org.mmbase.bridge.util.MapNodeManager
 
getField() - Method in class org.mmbase.core.util.DataTypeSetter
 
getField() - Method in class org.mmbase.datatypes.CheckEqualityDataType.FieldRestriction
 
getField() - Method in class org.mmbase.datatypes.CheckEqualityDataType
Returns the name of the field which is 'confirmed' by this datatype.
getField() - Method in class org.mmbase.datatypes.DateTimePattern.Element
The associated constant in Calendar, e.g.
getField(String) - Method in class org.mmbase.module.core.ClusterBuilder
Return a field.
getField(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Return a field's definition
getField(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getField() - Method in interface org.mmbase.storage.search.FieldConstraint
Gets the associated stepfield.
getField() - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
 
getField() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
getField() - Method in class org.mmbase.storage.search.implementation.BasicStepField
Gets the associated field.
getField(StepField) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
getField(Field) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
Returns the stepfield corresponding to the specified field.
getField(String, List<? extends Step>) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
Creates StepField corresponding to field indicated by token, of one of the specified steps.
getField(String, List<BasicStep>, SearchQuery) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
Creates StepField corresponding to field indicated by token, of one of the specified steps.
getField(String) - Method in class org.mmbase.storage.search.legacy.ConstraintParser
Parses a field string, and produces a corresponding StepField object.
getField() - Method in interface org.mmbase.storage.search.SortOrder
Gets the associated field.
getField2() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
getField2() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
getField2() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
getField2() - Method in interface org.mmbase.storage.search.CompareFieldsConstraint
Gets the second associated field.
getField2() - Method in class org.mmbase.storage.search.implementation.BasicCompareFieldsConstraint
 
getFieldAlias(StepField) - Static method in class org.mmbase.bridge.util.Queries
Returns the string which must be used for Node.getValue(java.lang.String) in the result set of the query of the given StepField.
getFieldaliases() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getFieldaliases() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getFieldDataAsString(Map<String, ?>, String) - Method in class org.mmbase.module.lucene.MMBaseEntry
Return the data of a field as a string.
getFieldDefinition() - Method in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
getFieldDefinition() - Method in class org.mmbase.module.lucene.IndexConfigurer
 
getFieldDefinition(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Creates a fielddefinition, of the format '[fieldname] [fieldtype] NULL' or '[fieldname] [fieldtype] NOT NULL' (depending on whether the field is nullable).
getFieldErrors() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getFieldIndices(MMObjectBuilder, StepField...) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getFieldList() - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
getFieldList(Index) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Returns a comma seperated list of fieldnames for an index.
getFieldName() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
getFieldName() - Method in class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
getFieldName() - Method in interface org.mmbase.bridge.remote.RemoteAggregatedField
 
getFieldName() - Method in interface org.mmbase.bridge.remote.RemoteStepField
 
getFieldName() - Method in class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
getFieldName() - Method in class org.mmbase.bridge.remote.rmi.RemoteStepField_Rmi
 
getFieldName(CoreField) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
getFieldName() - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
Returns the main field's fieldname, possibly extended with the step'sname if known.
getFieldName() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
getFieldName(StepField) - Static method in class org.mmbase.storage.search.implementation.BasicStepField
Returns the field's fieldname, possibly extended with the step's name if known.
getFieldName() - Method in interface org.mmbase.storage.search.StepField
Gets the name of the associated field (without prefix).
getFieldNameFromField(String) - Static method in class org.mmbase.module.core.ClusterBuilder
Determines the fieldname part of a specified field (without the builder name).
getFieldNames() - Method in class org.mmbase.module.core.MMObjectBuilder
Return a list of field names of this table.
getFieldRestrictionName() - Method in class org.mmbase.datatypes.CheckEqualityDataType
 
getFieldRestrictionName() - Method in class org.mmbase.datatypes.ConfirmPasswordDataType
 
getFields() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
getFields() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getFields(int) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getFields() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getFields() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getFields() - Method in interface org.mmbase.bridge.NodeManager
Returns a list of all fields defined for this node manager.
getFields(int) - Method in interface org.mmbase.bridge.NodeManager
Retrieve a subset of field types of this NodeManager, depending on a given order.
getFields(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getFields(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getFields(int) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFields() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFields() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getFields() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getFields(int) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFields() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFields() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getFields(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getFields(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getFields() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getFields(int) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getFields() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getFields(int) - Method in class org.mmbase.module.core.ClusterBuilder
 
getFields() - Method in class org.mmbase.module.core.ClusterBuilder
 
getFields(MMObjectNode) - Method in class org.mmbase.module.core.ClusterBuilder
 
getFields() - Method in class org.mmbase.module.core.MMObjectBuilder
Return a copy of the list of field definitions of this table.
getFields(int) - Method in class org.mmbase.module.core.MMObjectBuilder
Gets the field definitions for the editor, sorted according to the specified order, and excluding the fields that have not been assigned a valid position (valid is >= 0).
getFields(MMObjectNode) - Method in class org.mmbase.module.core.VirtualBuilder
Get text from a blob field from a database.
getFields(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getFields() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getFields() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getFields() - Method in interface org.mmbase.storage.search.SearchQuery
Gets the stepfields in the search request.
getFields() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the field definitions of this builder.
getFields() - Method in class org.mmbase.util.xml.BuilderReader
 
getFields(MMObjectBuilder, DataTypeCollector) - Method in class org.mmbase.util.xml.BuilderReader
Get the field definitions of this builder.
getFields() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getFieldTypeDefinition(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Creates a field type definition, of the format '[fieldtype] NULL' or '[fieldtype] NOT NULL' (depending on whether the field is nullable).
getFieldTypes() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
Returns the fieldlist of this nodemanager after making sure the manager is synced with the builder.
getFieldTypes() - Method in class org.mmbase.bridge.implementation.VirtualNodeManager
Returns the fieldlist of this nodemanager after making sure the manager is synced with the builder.
getFieldTypes(SearchQuery, NodeManager) - Static method in class org.mmbase.bridge.implementation.VirtualNodeManager
 
getFieldTypes() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
getFieldTypes() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getFieldTypes() - Method in class org.mmbase.bridge.util.MapNodeManager
 
getFieldValue(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Returns the field value as specified by the client's post.
getFieldValue(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Returns the field value to be used in the page.
getFieldValue(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
Returns the field value as specified by the client's post.
getFieldValue(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
getFieldValue(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
Returns the field value as specified by the client's post.
getFieldValue(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
getFieldValue(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
getFieldValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a FieldValue object.
getFieldValue(Field) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a FieldValue object.
getFieldValue(Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getFieldValue(Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFieldValue(Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getFieldValue(Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFieldValue(RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getFieldValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getFieldValue(RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFieldValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFieldValue(RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getFieldValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getFieldValue(RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFieldValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFieldValue(RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getFieldValue(RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFieldValue(RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getFieldValue(RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFieldValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFieldValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFieldValue(Field) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFieldValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFieldValue(Field) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFieldValue(Request, Node, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
Returns the field value as specified by the client's post.
getFieldValue(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
getFieldValue(Request, Node, Field) - Method in class org.mmbase.datatypes.handlers.html.BinaryHandler
Returns the field value as specified by the client's post.
getFieldVar() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getFieldVar() - Method in interface org.mmbase.bridge.jsp.taglib.FieldProvider
 
getFieldVar() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
getFile() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
getFile() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getFile(String) - Method in class org.mmbase.module.gui.html.FieldEditor
getFile: This method creates a byte array using the specified filepath argument.
getfile(String) - Method in class org.mmbase.module.gui.html.scanparser
 
getFile(String) - Method in class org.mmbase.module.Upload
gets the bytearray of an uploaded file.
getFile(String, ServletResponse) - Static method in class org.mmbase.servlet.FileServlet
 
getFile(String) - Method in class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
 
getFile(String) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
 
getFile(String) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
getFile() - Method in class org.mmbase.util.SerializableInputStream
 
getFileFromString(String) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
 
getFileIndex() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getFileItem(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
Deprecated. 
getFileItemName(String) - Static method in class org.mmbase.util.functions.Utils
 
getFilename() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
Returns the 'short' url (typically the filename) for display purposes, just the source field value url.
getFilename() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getFileName() - Method in class org.mmbase.applications.thememanager.Theme
 
getFileName(MMObjectNode, StringBuilder) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getFileName(Node, StringBuilder) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getFileName(MMObjectNode, StringBuilder) - Method in class org.mmbase.module.builders.ImageCaches
 
getFileName(MMObjectNode, StringBuilder) - Method in interface org.mmbase.module.builders.ImagesInterface
 
getFileName() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getFileName(Node, Node, String) - Method in class org.mmbase.servlet.HandleServlet
 
getFileName(MMObjectNode, StringBuilder) - Method in class org.mmbase.streams.builders.ImageSources
 
getFileName() - Method in class org.mmbase.util.SerializableInputStream
 
getFileName() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
 
getFilePath() - Method in class org.mmbase.util.XFile
Deprecated.
Retrieves the file path.
getFiles() - Method in class org.mmbase.util.FileWatcher
Returns a (modifiable) Set of all files (File object) of this FileWatcher.
getFiles(String) - Method in class org.mmbase.util.ResourceLoader
getFilesize() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getFilesize() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getFileSize(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
getFilesize() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getFileWatchers() - Static method in class org.mmbase.util.FileWatcher
 
getFileWatchers() - Method in class org.mmbase.util.ResourceWatcher
 
getFilterBuilders(List<Map<String, String>>, TypeDef) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Retrieves the builders used for filtering the nodes for this application
getFilterConfig() - Method in class org.mmbase.servlet.JumpersFilter
Deprecated.
will be dropped in future versions
getFilteredInternalDirectoryUrl(List<String>, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
getFilteredInternalDirectoryUrl(List<String>, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.MMBaseUrlConverter
 
getFilteredInternalDirectoryUrl(List<String>, Map<String, ?>, Parameters) - Method in class org.mmbase.mynews.MyNewsUrlConverter
getFilteredInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.BlockUrlConverter
When implementing this method you can assume that you don't have to return Url.NOT.
getFilteredInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
getFilteredURLs(MMObjectNode, Map<String, Object>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.builders.MediaFragments
 
getFilteredURLs(MMObjectNode, MMObjectNode, Map<String, Object>) - Method in class org.mmbase.applications.media.builders.MediaSources
Returns all URLs for this source, but filtered, with the best ones on top.
getFilterWords() - Method in class org.mmbase.applications.mmbob.Forum
 
getFilterWords() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getFilterWords() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getFilterWords(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getFindSql(String) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getFirst() - Method in class org.mmbase.applications.crontab.CronDaemon
 
getFirstElement(Node) - Method in class org.mmbase.applications.dove.AbstractDove
Retrieves the first child node of an element that is itself an element.
getFirstElement(Node, String) - Method in class org.mmbase.applications.dove.AbstractDove
Retrieves the first child node of an element that is itself an element, and has the specified tagname.
getFirstElement(Vector) - Method in class org.mmbase.util.HTMLFormGenerator
 
getFirstLogin() - Method in class org.mmbase.applications.mmbob.Poster
get the date/time (epoch) of the first login of the poster
getFirstName() - Method in class org.mmbase.applications.mmbob.Poster
get the firstname of the poster
getFirstOrderedField(BridgeList<Node>, NodeManager) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
The first ordered field is used to determin the 'changed' status of a Node in a NodeList.
getFlash(Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
Return Flash movie
getFloatValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getFloatValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getFloatValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a float.
getFloatValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFloatValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getFloatValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFloatValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getFloatValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getFloatValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFloatValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFloatValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFloatValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getFooterPath() - Method in class org.mmbase.applications.mmbob.Forum
 
getFooterPath() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getFooterPath() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getFooterPath() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getFormat(MMObjectNode, Map<String, Object>) - Method in class org.mmbase.applications.media.builders.MediaFragments
 
getFormat(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
The format field is an integer, this function returns a string-presentation
getFormat(MMObjectNode, Map<String, Object>) - Method in class org.mmbase.applications.media.builders.MediaSources
 
getFormat() - Method in class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
Depends on mimetype of the template to return the format of this urlcomposer.
getFormat() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
These scripts actually wrap the source in a ram or wmp
getFormat() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiURLComposer
These scripts actually wrap the source in a ram or wmp
getFormat() - Method in class org.mmbase.applications.media.urlcomposers.RamURLComposer
 
getFormat() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
The format of the produced URL.
getFormat() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getFormat() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
getFormat() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
getFormat() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
getFormat() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
getFormat() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
getFormat() - Method in interface org.mmbase.streams.transcoders.Transcoder
The format of the result.
getFormat() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getFormat() - Method in class org.mmbase.util.DynamicDate
 
getFormat() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the image format's name.
getFormatParameters(Relation, Date) - Method in class org.mmbase.notifications.Notification
 
getFormTag(boolean, Attribute) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Get the surrounding form tag
getForum(int) - Static method in class org.mmbase.applications.mmbob.ForumManager
Get a forum by it's MMBase node number
getForum(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
Get a forum by it's MMBase node number
getForumAlias(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForumByAlias(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getForumCloneMaster() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getForumConfig(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getForumConfig(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getForumConfig(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide configuration info on a forum
getForumFooterPath(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide the footerpath for the given forum
getForumFromEmailAddress(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide the fromaddress for the given forum
getForumHeaderPath(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide the headerpath for the given forum
getForumInfo(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide general info and statistics on a forum Remark: atm it also returns configuration settings, this will change in the near future see getForumConfiguration for more info.
getForumPostingsOverflowPostArea(String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForumPostingsOverflowThreadPage(String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForumPostingsPerPage(String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForumReplyOnEachPage(String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForums() - Static method in class org.mmbase.applications.mmbob.ForumManager
Get an enumeration of all the forums in the cloud
getForums(String) - Static method in class org.mmbase.applications.mmbob.gui.Controller
Get list of all forums
getForumsConfig() - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForumsCount() - Static method in class org.mmbase.applications.mmbob.ForumManager
Get the number of forums in the cloud
getForumSpeedPostTime(String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getForwardedRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
getForwardGUIName() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getForwardGUIName() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the gui name (prompt) of the role from source to destination
getForwardGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getForwardGUIName() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getForwardGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getForwardRole() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getForwardRole() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the role of the source to the destination
getForwardRole() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getForwardRole() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getForwardRole() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFraction() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getFragment() - Method in class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
getFrameworkParameters() - Method in class org.mmbase.framework.basic.State
Returns the parameters which were used to initialize rendering of the current block.
getFree() - Method in class org.mmbase.module.database.MultiPool
Get a free connection from the pool
getFreeExecutor() - Static method in class org.mmbase.streams.createcaches.Executors
 
getFreeExecutor(Stage) - Static method in class org.mmbase.streams.createcaches.Executors
 
getFromCoreEnglish(String) - Method in class org.mmbase.module.gui.html.MMLanguage
 
getFromEmailAddress() - Method in class org.mmbase.applications.mmbob.Forum
 
getFromEmailAddress() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getFromEmailAddress() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getFromEmailAddress() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getFullFieldName(QueryDefinition, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getFullIndexSize() - Method in class org.mmbase.module.lucene.Searcher
 
getFullTableName() - Method in class org.mmbase.module.core.MMTable
Retrieve the full table name (including the clouds' base name)
getFunction(String, String) - Method in interface org.mmbase.bridge.Cloud
Returns a Function object from a function set.
getFunction(String, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getFunction(String) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getFunction(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
getFunction(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
Gets function object, and checks consistency of attributes.
getFunction() - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
getFunction(String) - Method in interface org.mmbase.bridge.Module
Returns a Function object.
getFunction(String) - Method in interface org.mmbase.bridge.Node
Returns a Fuction object.
getFunction(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getFunction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getFunction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getFunction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFunction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getFunction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFunction(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getFunction(String, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getFunction(String) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getFunction(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getFunction(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFunction(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getFunction(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFunction(String, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getFunction(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getFunction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getFunction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getFunction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFunction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getFunction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFunction(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getFunction(String, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getFunction(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFunction(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFunction(MMObjectNode, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Instantiates a Function object for a certain function on a certain node of this type.
getFunction(String) - Method in class org.mmbase.module.core.MMObjectNode
 
getFunction() - Method in interface org.mmbase.storage.search.FunctionValueConstraint
 
getFunction() - Method in class org.mmbase.storage.search.implementation.BasicFunctionValueConstraint
 
getFunction(Class, String, BeanFunction.Producer) - Static method in class org.mmbase.util.functions.BeanFunction
Gives back a Function object based on the 'bean' concept.
getFunction(Class, String) - Static method in class org.mmbase.util.functions.BeanFunction
This defaulting version of BeanFunction.getFunction(Class, String, Producer) uses a producer that uses Class.newInstance().
getFunction(String, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function from a function set
getFunction(Cloud, String, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function from a function set on a certain cloud
getFunction(Node, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function object for a Node.
getFunction(NodeManager, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function object for a NodeManager
getFunction(Module, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function object for a Module
getFunction(Method, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function object for a certain Method
getFunction(Class<?>, String) - Static method in class org.mmbase.util.functions.FunctionFactory
Gets a function object for a Bean
getFunction(String) - Method in class org.mmbase.util.functions.FunctionProvider
Returns the Function object with given name.
getFunction(String, String) - Static method in class org.mmbase.util.functions.FunctionSets
Returns the Function with the given function name, and which exists in the set with the given set name.
getFunction(Method, String) - Static method in class org.mmbase.util.functions.MethodFunction
 
getFunction(Method, String, Object) - Static method in class org.mmbase.util.functions.MethodFunction
 
getFunction(Class<?>, String) - Static method in class org.mmbase.util.functions.MethodFunction
Returns the MethodFunction representing the method 'name' in class 'clazz'.
getFunction(String) - Method in class org.mmbase.util.functions.PatternNodeFunctionProvider
 
getFunctionMap() - Method in class org.mmbase.bridge.util.AbstractNode
getFunctionNameAndFillArgs(String, List<String>) - Static method in class org.mmbase.util.functions.NodeFunction
 
getFunctionParameters(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
use executeFunction(node, function, list)
getFunctions(String) - Method in interface org.mmbase.bridge.Cloud
Returns all Function objects from a function set.
getFunctions(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getFunctions() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getFunctions() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getFunctions() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getFunctions() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getFunctions() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
getFunctions() - Method in interface org.mmbase.bridge.Module
Returns all the Function objects of this Module.
getFunctions() - Method in interface org.mmbase.bridge.Node
Returns all the Function objects of this Node
getFunctions(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getFunctions() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getFunctions() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getFunctions() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFunctions() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getFunctions() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFunctions(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getFunctions(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getFunctions() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getFunctions() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getFunctions() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFunctions() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getFunctions() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFunctions(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getFunctions(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getFunctions() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getFunctions() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getFunctions() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFunctions() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getFunctions() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFunctions(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getFunctions(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getFunctions() - Method in class org.mmbase.bridge.util.AbstractNode
This default implementation is based on Node.getNodeManager().Node.getFunctions().
getFunctions() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getFunctions() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFunctions - Variable in class org.mmbase.module.core.MMObjectBuilder
Every Function Provider provides least the 'getFunctions' function, which returns a Set of all functions which it provides.
getFunctions(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Returns all Functions which are available (or at least known to be available) on a Node.
getFunctions() - Method in class org.mmbase.module.core.MMObjectNode
 
getFunctions - Variable in class org.mmbase.util.functions.FunctionProvider
Every Function Provider provides least the 'getFunctions' function, which returns a Set of all functions which it provides.
getFunctions() - Method in class org.mmbase.util.functions.FunctionProvider
Returns a Collection of all functions currently provided by the FunctionProvider.
getFunctions(MMObjectBuilder) - Method in class org.mmbase.util.xml.BuilderReader
 
getFunctionSet(String) - Static method in class org.mmbase.util.functions.FunctionSets
Returns the FunctionSet with the given set name.
getFunctionSets() - Static method in class org.mmbase.util.functions.FunctionSets
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getFunctionValue() - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
getFunctionValue(boolean) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.Module
Executes a function on this module with the given parameters, and returns the result.
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified function on the node.
getFunctionValue(Parameters) - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getFunctionValue(Parameters) - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getFunctionValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getFunctionValue(Parameters) - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.calendar.ContrastFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.calendar.GuiFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.functions.FlashGuiFunction
 
getFunctionValue(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.core.MMObjectBuilder
Executes a 'function' on a MMObjectNode.
getFunctionValue(String, List<?>) - Method in class org.mmbase.module.core.MMObjectNode
XXX: return type of this method make it impossible to make MMObjectNode implements Node, perhaps it needs change
getFunctionValue(MMObjectNode, Parameters) - Method in class org.mmbase.module.core.MMObjectNodeFunction
Implements the function on a certain node.
getFunctionValue(Parameters) - Method in class org.mmbase.module.ProcessorModule.GetNodeListFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.module.ProcessorModule.ProcessFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.module.ProcessorModule.ReplaceFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.servlet.FileServlet.DirectoryFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.ChangeWithoutProcessFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.createcaches.WaitUntilRecognizedFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.createcaches.WaitUntilTranscodingFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.CreateCachesFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.CreateSourcesWithoutProcessFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.download.DownloadFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.FileFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.thumbnails.GuiFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.thumbnails.WaitFunction
 
getFunctionValue(Node, Parameters) - Method in class org.mmbase.streams.UpdateSourcesFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.AbstractFunction
Executes the defined function supplying the given arguments.
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.BeanFunction
Executes the defined function supplying the given arguments.
getFunctionValue(Node, Parameters) - Method in class org.mmbase.util.functions.CloneNodeFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.CombinedFunction
 
getFunctionValue(Object...) - Method in class org.mmbase.util.functions.CombinedFunction
 
getFunctionValue(Parameters) - Method in interface org.mmbase.util.functions.Function
Executes the defined function supplying the given arguments.
getFunctionValue(String, List<?>) - Method in class org.mmbase.util.functions.FunctionProvider
Executes a function, and returns the function value.
getFunctionValue(Node, Parameters) - Method in class org.mmbase.util.functions.GuiFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.MethodFunction
 
getFunctionValue(Node, String) - Static method in class org.mmbase.util.functions.NodeFunction
Utility function, for easy call of function on node by one string.
getFunctionValue(Node, Parameters) - Method in class org.mmbase.util.functions.NodeFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.NodeFunction
To implement a NodeFunction, you must override NodeFunction.getFunctionValue(Node, Parameters).
getFunctionValue(Node, Parameters) - Method in class org.mmbase.util.functions.PatternNodeFunctionProvider.PatternNodeFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.SetFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.util.functions.WrappedFunction
 
getFunctionValue(Object...) - Method in class org.mmbase.util.functions.WrappedFunction
 
getFunctionValueForNode(Node, Parameters) - Method in class org.mmbase.util.functions.NodeFunction
Just a public wrapper around NodeFunction.getFunctionValue(Node, Parameters) (of which we don't want to loosen the scope, because it may be overriden protected).
getFunctionValueWithList(List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getFunctionValueWithList(List<?>) - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
getFunctionValueWithList(List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
getFunctionValueWithList(List<?>) - Method in class org.mmbase.util.functions.AbstractFunction
Executes the defined function supplying the given List of arguments.
getFunctionValueWithList(List<?>) - Method in class org.mmbase.util.functions.CombinedFunction
 
getFunctionValueWithList(List<?>) - Method in interface org.mmbase.util.functions.Function
Executes the defined function supplying the given List of arguments.
getFunctionValueWithList(List<?>) - Method in class org.mmbase.util.functions.WrappedFunction
 
getGender() - Method in class org.mmbase.applications.mmbob.Poster
get the gender of the poster
getGeneratedKeys() - Method in class org.mmbase.module.database.MultiStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeneratingQuery() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getGeneratingQuery() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
getGeneratingQuery() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
getGeneratingQuery() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getGeneratingQuery() - Method in interface org.mmbase.bridge.jsp.taglib.NodeProvider
Returns a query which (a.o) results this Node.
getGeneratingQuery() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
getGenerator() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
Subtags can write themselves as XML to the DOM document of this tag.
getGenerator(Cloud) - Static method in class org.mmbase.richtext.processors.xml.MmxfGetString
 
getGetSurrogator() - Method in class org.mmbase.storage.StorageManagerFactory
Returns a filter which can be used to filter strings taken from storage or null if none defined.
getGlobalErrors() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getGroupOrUserNode(Parameters) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
getGroups(int) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
Returns all groups, which are (directly or indirectly) containing the given object (user/group)
getGroups() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
getGroupsAndUsers(MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getGroupsOrUsers(MMObjectNode, Operation, MMObjectBuilder) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getGuessedByName(String) - Method in class org.mmbase.module.corebuilders.RelDef
getGuessedNumber(String) - Method in class org.mmbase.module.corebuilders.InsRel
Search the relation definition table for the identifying number of a relation, by name.
getGuessedNumber(String) - Method in class org.mmbase.module.corebuilders.RelDef
Deprecated.
renamed to RelDef.getNumberByName(java.lang.String) which better explains its use
getGuestReadModeType() - Method in class org.mmbase.applications.mmbob.Forum
 
getGuestReadModeType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getGuestReadModeType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getGuestReadModeType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getGuestReadModeType() - Method in class org.mmbase.applications.mmbob.PostArea
 
getGuestReadModeType() - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
getGuestWriteModeType() - Method in class org.mmbase.applications.mmbob.Forum
 
getGuestWriteModeType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getGuestWriteModeType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getGuestWriteModeType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getGuestWriteModeType() - Method in class org.mmbase.applications.mmbob.PostArea
 
getGuestWriteModeType() - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
getGuiEdit(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getGuiEdit(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getGuiEdit(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getGuiForNewAttachment(MMObjectNode) - Method in class org.mmbase.module.builders.Attachments
 
getGuiForNewFlash(Node, Parameters) - Method in class org.mmbase.functions.FlashGuiFunction
 
getGuiForNewImage(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.Images
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Will show the title (clickable if possible)
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
Used in the editors
getGUIIndicator(Locale) - Method in enum org.mmbase.applications.media.Codec
 
getGUIIndicator(Locale) - Method in enum org.mmbase.applications.media.Format
 
getGUIIndicator(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
 
getGUIIndicator(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
 
getGUIIndicator(Map) - Method in class org.mmbase.applications.media.urlcomposers.omroep.EmbeddedCgiURLComposer
 
getGUIIndicator(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
 
getGUIIndicator(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmSbURLComposer
 
getGUIIndicator(Map<String, Locale>) - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.jumpers.Jumpers
 
getGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
This is final, because getSGUIIndicator has to be overridden in stead
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.AnnotRel
What should a GUI display for this node/field combo.
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.AuthRel
 
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.Netfiles
What should a GUI display for this node/field combo.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.NetFileSrv
What should a GUI display for this node.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.PosRel
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.Properties
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.Urls
 
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.Urls
 
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.Vwms
Returns gui information for a field.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.Vwmtasks
What should a GUI display for this node.
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.Vwmtasks
What should a GUI display for this node/field combo.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.core.ClusterBuilder
What should a GUI display for this node.
getGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.core.ClusterBuilder
What should a GUI display for this node/field combo.
getGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.core.MMObjectBuilder
A complicated default implementation for GUI.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
What should a GUI display for this node.
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
What should a GUI display for this node/field combo.
getGUIIndicator() - Method in class org.mmbase.module.core.MMObjectNode
Return the GUI indicator for this node.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.core.VirtualBuilder
What should a GUI display for this node.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.core.VirtualReferrerBuilder
What should a GUI display for this node.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.corebuilders.InsRel
 
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.InsRel
Get the display string for a given field of this node.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Returns a GUI description of a relation definition.
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Retrieve descriptors for a relation definition's fields, specifically a descriptive text for the relation's direction (dir)
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
What should a GUI display for this node.
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Returns the display string for this node It returns a commbination of objecttypes and rolename : "source->destination (role)".
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Returns the display string for a specified field.
getGuiIndicator(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.richtext.builders.IdRel
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
 
getGUIIndicatorWithAlt(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.AbstractImages
An image's gui-indicator is of course some <img src>, but it depends on what kind of image (cached, original) what excactly it must be.
getGUIIndicatorWithAlt(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.ImageCaches
The GUI indicator of an image can have an alt-text.
getGUIIndicatorWithAlt(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.Images
The GUI-indicator of an image-node also needs a res/req object.
getGUIList() - Method in class org.mmbase.module.corebuilders.FieldDefs
getGuiName() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getGUIName() - Method in interface org.mmbase.bridge.Descriptor
Returns the GUI name for this object.
getGUIName(Locale) - Method in interface org.mmbase.bridge.Descriptor
Returns the GUI name for this object in a specified preferred language.
getGUIName() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getGUIName(int) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getGUIName(Locale) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getGUIName() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.implementation.VirtualNodeManager
 
getGUIName() - Method in interface org.mmbase.bridge.NodeManager
Returns the descriptive name of this node manager.
getGUIName(int) - Method in interface org.mmbase.bridge.NodeManager
Returns the descriptive name of this node manager.
getGUIName(int, Locale) - Method in interface org.mmbase.bridge.NodeManager
Returns the descriptive name of this node manager ina a specified language.
getGUIName(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getGUIName(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getGUIName(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getGUIName(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getGUIName(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getGUIName(Locale) - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getGUIName() - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getGUIName(Locale) - Method in interface org.mmbase.bridge.remote.RemoteField
 
getGUIName() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getGUIName(Locale) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getGUIName() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getGUIName() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getGUIName(int) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getGUIName(int, Locale) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getGUIName() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getGUIName(int) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getGUIName(int, Locale) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getGUIName(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getGUIName(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getGUIName(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getGUIName(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getGUIName(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getGUIName() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getGUIName(int) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getGUIName(int, Locale) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getGUIName() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getGUIName(Locale) - Method in class org.mmbase.bridge.util.FieldWrapper
 
getGUIName(Locale) - Method in class org.mmbase.core.AbstractDescriptor
Retrieve the GUI name of the field depending on specified langauge.
getGUIName() - Method in class org.mmbase.core.AbstractDescriptor
Retrieve the GUI name of the field.
getGUIName(String) - Method in class org.mmbase.module.corebuilders.FieldDefs
getGUIName(Locale) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
Retrieve the GUI name of the field depending on specified langauge.
getGUIName() - Method in class org.mmbase.util.functions.DescribedFunctionProvider
Retrieve the GUI name of the field.
getGUINames() - Method in class org.mmbase.module.corebuilders.FieldDefs
getGuiPos() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getGUIPos() - Method in class org.mmbase.module.corebuilders.FieldDefs
getGUISearch() - Method in class org.mmbase.module.corebuilders.FieldDefs
getGUIType() - Method in interface org.mmbase.bridge.Field
getGUIType() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getGUIType() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getGUIType() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getGUIType() - Method in class org.mmbase.bridge.util.DataTypeField
 
getGUIType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getGUIType() - Method in class org.mmbase.core.AbstractField
 
getGUIType() - Method in class org.mmbase.core.CoreField
Retrieve the GUI type of the field.
getHandleFields() - Method in class org.mmbase.module.builders.AbstractImages
 
getHandleFields() - Method in class org.mmbase.module.builders.AbstractServletBuilder
Returns the fields which tell something about the 'handle' field, and can be calculated from it.
getHandleFields() - Method in class org.mmbase.module.builders.Attachments
 
getHandler(String) - Static method in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
getHandler(String) - Method in class org.mmbase.datatypes.BasicDataType
 
getHandler(String) - Method in interface org.mmbase.datatypes.DataType
Returns a handler for given mimetype for this DataType.
getHandler() - Method in class org.mmbase.module.smtp.MailFetcher
 
getHandlers() - Method in class org.mmbase.datatypes.BasicDataType
 
getHandlers() - Method in interface org.mmbase.datatypes.DataType
 
getHandlers() - Method in class org.mmbase.sms.Receiver
 
getHeader(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getHeader(String) - Method in class org.mmbase.util.LocalHttpServletRequest
 
getHeader(String) - Method in class org.mmbase.util.Mail
Retrieves the value of a mail header.
getHeader(String) - Method in class org.mmbase.util.scanpage
Retrieve a HTTP request header, if available
getHeaderNames() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getHeaderNames() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getHeaderPath() - Method in class org.mmbase.applications.mmbob.Forum
 
getHeaderPath() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getHeaderPath() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getHeaderPath() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getHeaders(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getHeaders(String) - Method in class org.mmbase.util.LocalHttpServletRequest
 
getHeight() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getHeight() - Method in class org.mmbase.util.images.Dimension
 
getHeight() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns one the image's vertical resolution in pixels.
getHeight() - Method in class org.mmbase.util.images.LazyDimension
 
getHighFormat() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
getHits() - Method in class org.mmbase.cache.Cache
Returns the number of times an element was succesfully retrieved from the table.
getHits() - Method in class org.mmbase.cache.CacheManager.Bean
 
getHits() - Method in interface org.mmbase.cache.CacheMBean
 
getHits(String, Filter, Sort, Analyzer, Query, String[], boolean) - Method in class org.mmbase.module.lucene.Searcher
 
getHits(String, Filter, Sort, Analyzer, Query, String[], boolean, int) - Method in class org.mmbase.module.lucene.Searcher
 
getHoldability() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getHoldability() - Method in interface org.mmbase.module.database.MultiConnection
 
getHost() - Method in class org.mmbase.applications.mmbob.RemoteHost
 
getHost() - Method in class org.mmbase.module.builders.vwms.SCPcopy
Get name of the destination host
getHost() - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
getHost() - Method in class org.mmbase.module.core.MMBase
Retrieves the host name or ip number This value is set using the configuration file.
getHost() - Method in class org.mmbase.module.RemoteMMCI
 
getHostName() - Method in class org.mmbase.module.sessionInfo
returns the hostname of a user
getHostname(HttpServletRequest, HttpServletResponse, String) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
getHourEntry() - Method in class org.mmbase.applications.crontab.CronEntry
 
getHours(String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the hours part of the date
getHours(String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the hours part of the date
getHours() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getHours(int) - Static method in class org.mmbase.util.RelativeTime
Retrieves the amount of hours that are left in the timeValue variable (representing the time in milliseconds).
getHTML(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated. 
getHTMLElement(scanpage, ProcessorModule, Vector) - Method in class org.mmbase.util.HTMLFormGenerator
Gets the first element of the Vector and selects the correspondending HTMLElement to handle this element, and passes the tail elements to that Element.
getHtmlFooter() - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
getHtmlHeader(String) - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
Produces a 'standard' header of html-form.
getHtmlRoot() - Static method in class org.mmbase.module.core.MMBaseContext
Returns a string representing the mmbase.htmlroot parameter without a final File.separator.
getHtmlRootUrlPath() - Static method in class org.mmbase.module.core.MMBaseContext
Returns a string representing the HtmlRootUrlPath, this is the path under the webserver, what is the root for this instance.
getHtmlValue(String) - Method in class org.mmbase.module.gui.html.EditState
 
getHtmlValue(String) - Method in class org.mmbase.module.gui.html.EditStateNode
 
getHtmlValues() - Method in class org.mmbase.module.gui.html.EditState
 
getHtmlValues() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getHttpServletResponse() - Method in class org.mmbase.util.GenericResponseWrapper
Gets the response object which this wrapper is wrapping.
getId() - Method in class org.mmbase.applications.crontab.CronEntry
 
getId() - Method in class org.mmbase.applications.crontab.Interruptable
 
getId() - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
getId() - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
getId() - Method in class org.mmbase.applications.mmbob.Forum
Get the MMBase objectnumber of the forum
getId() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getId() - Method in class org.mmbase.applications.mmbob.Mailbox
get the MMBase objectnumber of the mailbox
getId() - Method in class org.mmbase.applications.mmbob.PostArea
get the MMBase objectnumber of the postarea
getId() - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
getId() - Method in class org.mmbase.applications.mmbob.Poster
get the MMBase objectnumber of the poster
getId() - Method in class org.mmbase.applications.mmbob.Posting
get the id of this posting
getId() - Method in class org.mmbase.applications.mmbob.PostThread
 
getId() - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
getId() - Method in class org.mmbase.applications.mmbob.RemoteHost
 
getId() - Method in class org.mmbase.applications.mmbob.Signature
 
getId() - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
getId() - Method in class org.mmbase.applications.thememanager.ImageSet
 
getId() - Method in class org.mmbase.applications.thememanager.StyleSheetClass
 
getId() - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
getId() - Method in class org.mmbase.applications.thememanager.Theme
 
getId() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
getId() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Id accessor.
getId() - Method in class org.mmbase.bridge.implementation.BasicTransaction
Returns the unique ID used for this transaction.
getId() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getId() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getId() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
getId() - Method in interface org.mmbase.bridge.jsp.taglib.TagIdentifier
 
getId() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
getId() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getId() - Method in class org.mmbase.core.event.IdEvent
 
getId() - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
getId() - Method in class org.mmbase.framework.basic.State
Returns the id of the current block, which uniquely identifies it on the current page (or http request).
getId() - Method in class org.mmbase.framework.RenderHints
A string which can identify the returned rendition in the current request.
getId() - Method in interface org.mmbase.module.lucene.IndexDefinition
 
getId() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getId() - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
getId() - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getId() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getIdentifier() - Method in class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
getIdentifier() - Method in interface org.mmbase.bridge.remote.RemoteUserContext
 
getIdentifier() - Method in class org.mmbase.bridge.remote.rmi.RemoteUserContext_Rmi
 
getIdentifier() - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
getIdentifier() - Method in interface org.mmbase.module.lucene.IndexEntry
The identifier which can be used to retrieve this IndexEntry, and which should uniquely identify it.
getIdentifier() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
getIdentifier() - Method in class org.mmbase.module.lucene.MMBaseEntry
 
getIdentifier() - Method in class org.mmbase.module.TransactionHandler.User
 
getIdentifier() - Method in class org.mmbase.security.BasicUser
Gets the unique identifier for this user.
getIdentifier() - Method in class org.mmbase.security.implementation.basic.NameContext
 
getIdentifier() - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
getIdentifier() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
getIdentifier() - Method in class org.mmbase.security.implementation.context.ContextUserContext
 
getIdentifier() - Method in interface org.mmbase.security.UserContext
Get the unique identifier for this user.
getIdentifierFields() - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getIdentifiers() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
getIDJumper(String) - Method in class org.mmbase.jumpers.Jumpers
 
getIdMap() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getIdRels(Node) - Static method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
getIFrameUrl(Parameters) - Method in class org.mmbase.framework.EditwizardRenderer
 
getIFrameUrl(Parameters) - Method in class org.mmbase.framework.IFrameRenderer
 
getIgnoredAutodeployApplications() - Method in class org.mmbase.module.tools.MMAdmin
 
getImage(String) - Method in class org.mmbase.applications.thememanager.ImageSet
 
GetImage() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Get token literal value.
GetImage() - Method in class org.mmbase.util.transformers.SimpleCharStream
Get token literal value.
getImageConversionRequest(InputStream, String, ImageConversionReceiver, List<String>) - Static method in class org.mmbase.util.images.Factory
Triggers a image-conversion.
getImageConversionRequest(InputStream, String, ImageConversionReceiver, String...) - Static method in class org.mmbase.util.images.Factory
 
getImageConversionRequest(List<String>, byte[], String, MMObjectNode) - Static method in class org.mmbase.util.images.Factory
 
getImageFormat(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
Determines the image type of an object and stores the content in the itype field.
getImageFormat(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Returns the image format.
getImageFormat(MMObjectNode) - Method in interface org.mmbase.module.builders.ImagesInterface
 
getImageFormat(MMObjectNode) - Method in class org.mmbase.streams.builders.ImageSources
 
getImageIds() - Method in class org.mmbase.applications.thememanager.ImageSet
 
getImageInformer() - Static method in class org.mmbase.util.images.Factory
 
getImageSet(String) - Method in class org.mmbase.applications.thememanager.Theme
 
getImageSets() - Method in class org.mmbase.applications.thememanager.Theme
 
getImageSets(String) - Method in class org.mmbase.applications.thememanager.Theme
 
getImageSetsCount() - Method in class org.mmbase.applications.thememanager.Theme
 
getImplementation() - Method in class org.mmbase.cache.Cache
 
getImportStatus() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns true if import has finished.
getIn() - Method in class org.mmbase.streams.createcaches.Result
The file containing the input for the job.
getIn() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
getIn() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
getIn() - Method in interface org.mmbase.streams.transcoders.Transcoder
{#link transcode} is feed with input.
getIncludedDirectories() - Method in class org.mmbase.mojo.ArchiveScanner
 
getIncludedFiles() - Method in class org.mmbase.mojo.ArchiveScanner
 
getIncludedRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getIndex() - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
getIndex() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getIndex(String) - Method in class org.mmbase.core.util.StorageConnector
 
getIndex() - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
getIndex() - Method in class org.mmbase.module.lucene.FullIndexEvents.Event
 
getIndex() - Method in class org.mmbase.module.lucene.NewSearcher.Event
 
GetIndex - Class in org.mmbase.richtext.processors
This (get)processor can be used on a 'index' field.
GetIndex() - Constructor for class org.mmbase.richtext.processors.GetIndex
 
getIndexed() - Method in class org.mmbase.module.lucene.FullIndexEvents.Event
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getIndexOffset() - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
getIndexOffset() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getIndices() - Method in class org.mmbase.core.util.StorageConnector
 
getIndices(MMObjectBuilder) - Method in class org.mmbase.util.xml.BuilderReader
Get the named indices of this builder.
getInfo() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
An auxiliary map.
getInfo() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getInfo(String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getInfo(String) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getInfo(String) - Method in interface org.mmbase.bridge.Module
Retrieve info from a module based on a command string.
getInfo(String, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.Module
Retrieve info from a module based on a command string Similar to the $MOD command in SCAN.
getInfo(String) - Method in interface org.mmbase.bridge.NodeManager
Retrieve info from a node manager based on a command string.
getInfo(String, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.NodeManager
Retrieve info from a node manager based on a command string Similar to the $MOD command in SCAN.
getInfo(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getInfo(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getInfo(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getInfo(String) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getInfo(String, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getInfo(String, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getInfo(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getInfo(String, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getInfo(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getInfo(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getInfo(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getInfo(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getInfo(String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getInId() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getInId() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
getInitParameter(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletConfig
 
getInitParameter(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getInitParameter(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieve a specific property.
getInitParameter(String, Map<String, String>, String) - Static method in class org.mmbase.module.Module
 
getInitParameter(String, String) - Static method in class org.mmbase.module.Module
 
getInitParameter(String) - Method in class org.mmbase.module.Module
Gets an init-parameter key-value pair
getInitParameterNames() - Method in class org.mmbase.bridge.mock.jsp.MockServletConfig
 
getInitParameterNames() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getInitParameters() - Method in class org.mmbase.module.core.MMObjectBuilder
Get all builder properties
getInitParameters(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Get all builder properties and override properties through application context
getInitParameters(String) - Static method in class org.mmbase.module.Module
 
getInitParameters() - Method in class org.mmbase.module.Module
Gets own modules properties
getInitParameters() - Method in class org.mmbase.servlet.JamesServlet
Retrieves all initialization parameters.
getInitParameters() - Static method in class org.mmbase.util.logging.Logging
 
getInput() - Method in class org.mmbase.util.images.ImageConversionRequest
The byte[] on which the conversion must happen.
getInputFormat() - Method in class org.mmbase.util.images.ImageConversionRequest
 
getInputSource(String) - Method in class org.mmbase.util.ResourceLoader
Returns the givens resource as an InputSource (XML streams).
getInputSource(URL) - Static method in class org.mmbase.util.ResourceLoader
Static version of ResourceLoader.getInputSource(String), can e.g.
getInputSource(String) - Static method in class org.mmbase.util.XMLBasicReader
Deprecated. 
getInputStream(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
getInputStream() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getInputStream(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
 
getInputStream() - Method in class org.mmbase.util.images.FileReceiver
 
getInputStream() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
getInputStream() - Method in class org.mmbase.util.images.MemoryReceiver
 
getInputStream() - Method in class org.mmbase.util.images.NodeReceiver
 
getInputStream() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
getInputStream() - Method in class org.mmbase.util.LocalServletRequest
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getInputStreamValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a java.io.InputStream This is especially useful for large byte-array fields.
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getInputStreamValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getInputStreamValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getInputStreamValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getInputStreamValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getInputStreamValue(String) - Method in class org.mmbase.module.core.MMObjectNode
 
getInputStreamValue(MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getInputStreamValue(MMObjectNode, CoreField) - Method in interface org.mmbase.storage.StorageManager
 
getInQuery() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
getInQuery() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
getInQuery() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
getInQuery() - Method in interface org.mmbase.storage.search.FieldValueInQueryConstraint
 
getInQuery() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
 
getInsRel() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the InsRel builder.
getInsSave() - Method in class org.mmbase.module.gui.html.EditState
 
getInsSave() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getInsSaveList() - Method in class org.mmbase.module.gui.html.EditState
 
getInsSaveList() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getInstalledVersion(String, String) - Method in class org.mmbase.module.builders.Versions
 
getInstallNotice() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the installation notices for this application
getInstance() - Static method in class org.mmbase.applications.crontab.CronDaemon
Singleton, Gets (and instantiates, and starts) the one CronDaemon instance.
getInstance() - Static method in class org.mmbase.applications.media.filters.MainFilter
 
getInstance() - Static method in class org.mmbase.applications.media.urlcomposers.URLComposerFactory
Returns the one instance.
getInstance() - Static method in class org.mmbase.bridge.mock.MockCloudContext
Returns 'the' MockCloudContext.
getInstance() - Static method in class org.mmbase.cache.CacheManager
 
getInstance() - Static method in class org.mmbase.core.event.EventManager
use this metod to get an instance of the event manager
getInstance() - Static method in class org.mmbase.datatypes.processors.CopyProcessor
 
getInstance() - Static method in class org.mmbase.datatypes.processors.EmptyCommitProcessor
 
getInstance() - Static method in class org.mmbase.framework.ComponentRepository
Returns the (ready configured) instance of the repository
getInstance() - Static method in class org.mmbase.framework.Framework
Returns the framework.
getInstance() - Static method in class org.mmbase.module.core.TransactionManager
 
getInstance() - Static method in class org.mmbase.module.lucene.extraction.ContentExtractor
 
getInstance() - Static method in class org.mmbase.module.smtp.MailHandler.Factory
 
getInstance(HttpSession) - Static method in class org.mmbase.searchrelate.SessionCleaner
 
getInstance(String, HttpSession) - Static method in class org.mmbase.searchrelate.Submitter
 
getInstance() - Static method in class org.mmbase.security.ActionRepository
Returns the ActionRepository associated with the current MMBase's MMBaseCop.
getInstance() - Static method in class org.mmbase.security.implementation.cloudcontext.CloudContextAuthentication
 
getInstance() - Static method in class org.mmbase.security.implementation.cloudcontext.Verify
 
getInstance() - Static method in class org.mmbase.servlet.FileServlet
 
getInstance() - Static method in class org.mmbase.sms.Sender
 
getInstance() - Static method in class org.mmbase.sms.SMSEventListener
 
getInstance(String) - Static method in class org.mmbase.streams.transcoders.AbstractTranscoder
Default implementation of parsing the 'key' given by a Trancoder.
getInstance(String, String, Locale) - Static method in class org.mmbase.util.DateFormats
Creates a DateFormat instance, based on a String.
getInstance() - Method in class org.mmbase.util.dateparser.DateParser
 
getInstance(String) - Static method in class org.mmbase.util.DynamicDate
Parses a format string and returns Date instance, possibly a 'dynamic one'.
getInstance(Class<C>, Object) - Static method in class org.mmbase.util.functions.BeanFunction
Utitily function to create an instance of a certain class.
getInstance() - Method in class org.mmbase.util.functions.BeanFunction.Producer
 
getInstance() - Static method in class org.mmbase.util.functions.PatternNodeFunctionProvider
 
getInstance() - Method in class org.mmbase.util.functions.SetFunction
 
getInstance() - Static method in class org.mmbase.util.LocaleCollator
Gets the collator associated with LocalizedString.getDefault().
getInstance(String) - Static method in class org.mmbase.util.LocaleCollator
Get a (fresh) Collator defined by <locale>:<strength>:<decomposition> Elements of these string can be left away from the right, or left away by leaving empty.
getInstance(Class) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
This method first first looks in it's internal cache if there is a existing Log for the given class.
getInstance(String) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
This method first first looks in it's internal cache if there is a existing Log with the given name.
getInstance(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
getInstance() - Static method in class org.mmbase.util.magicfile.MagicFile
Return the current instance of MagicFile.
getInstance() - Static method in class org.mmbase.util.magicfile.MagicXMLReader
Gets the one MagicXMLReader (there can only be one).
getInstance(Element, Object...) - Static method in class org.mmbase.util.xml.Instantiator
 
getInstance(Class, Element, Object...) - Static method in class org.mmbase.util.xml.Instantiator
Instantiates any object using an Dom Element and constructor arguments.
getInstanceWithSubElement(Element, Object...) - Static method in class org.mmbase.util.xml.Instantiator
Instantiates on object with the first child with name 'class'.
getInt(ContextReferrerTag, int) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Returns the evaluated Attribute as a int
getInt() - Method in class org.mmbase.security.Operation
This method gives back the internal int value of the Operation, which can be used in switch statements
getInt() - Method in class org.mmbase.security.Rank
This method gives back the internal int value of the rank which can be used in switch statements
getIntegerValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
 
getInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
getInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.BlockUrlConverter
 
getInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
The 'technical' url.
getInternalUrl(String, Map<String, ?>, Parameters) - Method in interface org.mmbase.framework.basic.UrlConverter
getInternalUrl(String, Map<String, ?>, Parameters) - Method in class org.mmbase.framework.Framework
Generates an URL to a resource to be called and included by a renderer.
getInternalVersion() - Method in class org.mmbase.module.core.MMObjectBuilder
Returns the builder's internal version number.
getIntervalTime() - Method in class org.mmbase.module.builders.MMServers
 
getIntHeader(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getIntHeader(String) - Method in class org.mmbase.util.LocalHttpServletRequest
 
getIntValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getIntValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getIntValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as an int.
getIntValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getIntValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getIntValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getIntValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getIntValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getIntValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getIntValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getIntValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getIntValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getIntValue(String) - Method in class org.mmbase.module.corebuilders.TypeDef
Obtain the type value of the requested builder
getInvalidFieldName() - Method in exception org.mmbase.module.core.InvalidDataException
Retrieved the name of the field that caused the exception
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.functions.HasFunctionTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasRelationsTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.PresentTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
getInverse() - Method in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
getInverse() - Method in class org.mmbase.util.BijectiveMap
Returns view on this map where the keys and values have switched their function.
getItemDataType() - Method in class org.mmbase.datatypes.ListDataType
Returns the datatype of items in this list.
getItemDataType() - Method in class org.mmbase.datatypes.ListDataType.ItemRestriction
 
getItemDataTypeRestriction() - Method in class org.mmbase.datatypes.ListDataType
Returns the 'itemDataType' restriction, containing the value, errormessages, and fixed status of this attribute.
getIterator(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
getIterator(Request, Node, Field) - Method in class org.mmbase.datatypes.handlers.html.EnumHandler
 
getIterator(Locale) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
getJavaLevel(Level) - Method in class org.mmbase.util.logging.java.Impl
 
getJDBCtoField(int, int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Guess the (mmbase) type in storage using the JDBC type.
getJDBCtoField(int, int) - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
Returns Field.TYPE_BINARY independent of the jdbcType.
getJob() - Method in class org.mmbase.streams.createcaches.JobCallable
 
getJob(Node) - Static method in class org.mmbase.streams.createcaches.Processor
 
getJobDefinition() - Method in class org.mmbase.streams.createcaches.Result
 
getJspvar() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
getJump(StringTokenizer) - Method in class org.mmbase.jumpers.Jumpers
Retrieves a jumper for a specified key.
getJump(StringTokenizer, boolean) - Method in class org.mmbase.jumpers.Jumpers
 
getJump(String) - Method in class org.mmbase.jumpers.Jumpers
 
getJump(String, boolean) - Method in class org.mmbase.jumpers.Jumpers
Retrieves a jumper for a specified key.
getKey() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Key accessor.
getKey() - Method in class org.mmbase.applications.xmlimporter.Transaction
Key accessor.
getKey(int, String) - Method in class org.mmbase.cache.BlobCache
 
getKey(Node, Field) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getKey(Setting<?>) - Method in class org.mmbase.framework.basic.BasicFramework
 
getKey(Parameters) - Method in class org.mmbase.framework.CachedRenderer
 
getKey() - Method in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
getKey() - Method in interface org.mmbase.module.lucene.IndexEntry
Key to be used for 'sub-queries', this can be the same as IndexEntry.getIdentifier(), but this is not necessary.
getKey() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
getKey() - Method in class org.mmbase.module.lucene.MMBaseEntry
 
getKey() - Method in class org.mmbase.security.Authentication
Some unique key associated with this security configuration.
getKey() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
getKey() - Method in class org.mmbase.security.implementation.context.ContextUserContext
 
getKey() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
Default and generic implementation of the key.
getKey() - Method in class org.mmbase.streams.transcoders.CommandTranscoder
Overrides the generation of a key in AbstractTranscoder to add extra transcoding parameters that were not set by Settings annotations on the transcoders.
getKey() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
The key of recognizes must be null, that avoid that any subsequent caches are created
getKey() - Method in interface org.mmbase.streams.transcoders.Transcoder
The key of a transcoder uniquely identifies it.
getKey() - Method in class org.mmbase.util.Entry
 
getKey() - Method in class org.mmbase.util.LocalizedString
Gets the key to use as a default and/or for obtaining a value from the bundle
getKey() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
getKey() - Method in class org.mmbase.util.SortedBundle.ValueWrapper
 
getKey() - Method in class org.mmbase.util.WrappedLocalizedString
 
getKeys(Locale, Cloud, Node, Field) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
getKeySet() - Method in class org.mmbase.cache.CacheManager.Bean
 
getKeywordPerLanguage(String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getKeywords(String, String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getKeywords(String) - Static method in class org.mmbase.datatypes.processors.KeywordsProcessor
Returns all keywords in a certain repository, as an unmodifiable SortedSet of Map.Entry's.
getLabel() - Method in class org.mmbase.applications.vprowizards.spring.util.Option
 
getLabel() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getLanguage() - Method in class org.mmbase.applications.mmbob.Forum
Get the language of the forum
getLanguage() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getLanguage() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getLanguage() - Method in class org.mmbase.module.core.MMBase
Retrieves the current language.
getLanguage() - Method in class org.mmbase.module.gui.html.EditState
 
getLanguageCode() - Method in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
 
getLanguagesInSet(String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getLastAccessedTime() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getLastCheck() - Method in class org.mmbase.util.FileWatcher
 
getLastCost() - Method in class org.mmbase.applications.crontab.CronEntry
 
getLastFullIndex() - Method in class org.mmbase.module.lucene.Indexer
 
getLastFullIndexDuration() - Method in class org.mmbase.module.lucene.Indexer
 
getLastLogonField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getLastModDate(String, String) - Method in class org.mmbase.module.scancache
getLastModDate.
getLastModDate(String, String) - Method in interface org.mmbase.module.scancacheInterface
getLastModDate.
getLastModified(HttpServletRequest) - Method in class org.mmbase.servlet.BridgeServlet
The idea is that a 'bridge servlet' on default serves 'nodes', and that there could be defined a 'last modified' time for nodes.
getLastModified(HttpServletRequest) - Method in class org.mmbase.servlet.FileServlet
 
getLastName() - Method in class org.mmbase.applications.mmbob.Poster
get the lastname of the poster
getLastPoster() - Method in class org.mmbase.applications.mmbob.Forum
get the accountname / nick of the last poster on the forum
getLastPoster() - Method in class org.mmbase.applications.mmbob.PostArea
get the accountname/nick of the last poster in the postarea
getLastPoster() - Method in class org.mmbase.applications.mmbob.PostThread
 
getLastPosterNumber() - Method in class org.mmbase.applications.mmbob.Forum
get last poster on the forum
getLastPosterNumber() - Method in class org.mmbase.applications.mmbob.PostArea
get the last poster in the postarea
getLastPosterNumber() - Method in class org.mmbase.applications.mmbob.PostThread
 
getLastPostNumber() - Method in class org.mmbase.applications.mmbob.Forum
provide the number of the last poster in this forum
getLastPostNumber() - Method in class org.mmbase.applications.mmbob.PostArea
get the last post in the postarea
getLastPostNumber() - Method in class org.mmbase.applications.mmbob.PostThread
 
getLastPostThreadNumber() - Method in class org.mmbase.applications.mmbob.PostArea
get the last postthread in the postarea
getLastPostTime() - Method in class org.mmbase.applications.mmbob.Forum
get the date/time (Epoch) of the last post on the forum
getLastPostTime() - Method in class org.mmbase.applications.mmbob.PostArea
get the date/time of the last post in the postarea
getLastPostTime() - Method in class org.mmbase.applications.mmbob.Poster
 
getLastPostTime() - Method in class org.mmbase.applications.mmbob.PostThread
 
getLastRemoteHost() - Method in class org.mmbase.applications.mmbob.Poster
 
getLastRun() - Method in class org.mmbase.applications.crontab.CronEntry
 
getLastSeen() - Method in class org.mmbase.applications.mmbob.Poster
get the date/time (epoch) when the poster was last seen
getLastSessionEnd() - Method in class org.mmbase.applications.mmbob.Poster
get the date/time (epoch) when the poster ended the last session
getLastSQL() - Method in interface org.mmbase.module.database.MultiConnection
 
getLastSQL() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
getLastStepList(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
Based on multi-level query.
getLastSubject() - Method in class org.mmbase.applications.mmbob.Forum
get the subject of the last post on the forum
getLastSubject() - Method in class org.mmbase.applications.mmbob.PostArea
get the subject of the last post in the postarea
getLastSubject() - Method in class org.mmbase.applications.mmbob.PostThread
 
getLastUpdateTime() - Method in class org.mmbase.applications.mmbob.RemoteHost
 
getLastUsed() - Method in class org.mmbase.applications.mmbob.PostThread
 
getLastValue() - Method in class org.incava.util.diff.Diff
Returns the value for the greatest key in the map.
getLazy(Locale, Cloud, Node, Field) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
getLeafList(int) - Method in class org.mmbase.bridge.util.GrowingTreeList
 
getLeafList(int) - Method in class org.mmbase.bridge.util.TreeList
Executes one query as a 'leaf' query.
getLeafQuery() - Method in class org.mmbase.bridge.util.TreeList.Branch
 
getLeafQuery() - Method in class org.mmbase.bridge.util.TreeList
Returns the top most query, associated with the last call to TreeList.grow(org.mmbase.bridge.NodeManager, java.lang.String, java.lang.String).
getLeafTemplate() - Method in class org.mmbase.bridge.util.GrowingTreeList
The leave template is the 'last' template.
getLegacy(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
getLegacyCachedNode(int, String) - Method in class org.mmbase.module.builders.ImageCaches
Finds a icache node in the icache table, supposing 'legacy' ckeys (where all +'s are removed).
getLength(Object) - Method in class org.mmbase.datatypes.AbstractLengthDataType
In this method should be implemented how to calculate such a length for a certain value of this datatype.
getLength(Object) - Method in class org.mmbase.datatypes.BinaryDataType
 
getLength(Object) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
getLength(Object) - Method in class org.mmbase.datatypes.DecimalDataType
 
getLength(Object) - Method in interface org.mmbase.datatypes.LengthDataType
In this method should be implemented how to calculate such a length for a certain value of this datatype.
getLength(Object) - Method in class org.mmbase.datatypes.ListDataType
 
getLength(Object) - Method in class org.mmbase.datatypes.StringDataType
 
getLength(Object) - Method in class org.mmbase.datatypes.XmlDataType
 
getLength() - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
getLength(String) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
getLevel() - Method in class org.mmbase.applications.mmbob.Poster
get the level of the poster
getLevel(String) - Method in class org.mmbase.util.logging.LoggerWriter
 
getLevel() - Method in exception org.mmbase.util.logging.LoggingException
Returns the level of logging at which the exception occurred
getLevelGui() - Method in class org.mmbase.applications.mmbob.Poster
 
getLevelImage() - Method in class org.mmbase.applications.mmbob.Poster
 
getLine() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Deprecated. 
getLine() - Method in class org.mmbase.util.transformers.SimpleCharStream
Deprecated. 
getLineNumber() - Method in class org.mmbase.util.ErrorStruct
Returns the line number in the parsed source (file or textbuffer) where the error occurred.
GETLIST - Static variable in class org.mmbase.applications.dove.AbstractDove
 
getList(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a getlist call.
getList(Node) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method retrieves a list from mmbase.
getList() - Method in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
getList(String, String, String, String, String, String, String, boolean) - Method in interface org.mmbase.bridge.Cloud
Returns a list of virtual nodes that are composed by fields of other nodes.
getList(Query) - Method in interface org.mmbase.bridge.Cloud
Executes a query and returns the result as a Cluster Node List (also if the query is a NodeQuery).
getList(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getList(String, String, String, String, String, String, String, boolean) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getList(NodeQuery) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getList(String, String, String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getList(String, Map) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getList(String, Map, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getList() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getList() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getList(String, Map<String, ?>) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getList(String, Map<String, ?>, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getList() - Method in class org.mmbase.bridge.jsp.taglib.AliasListTag
 
getList() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
getList() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
getList() - Method in class org.mmbase.bridge.jsp.taglib.ListReferrerTag
 
getList() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
Creates the actual list of strings.
getList(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Returns the evaluated Attribute as a List (evaluated to comma-separated String, which is 'split').
getList(Attribute, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.util.Referids
 
getList(Query) - Method in class org.mmbase.bridge.mock.MockCloud
 
getList(String, Map<String, ?>) - Method in interface org.mmbase.bridge.Module
Retrieve info (as a list of virtual nodes) from a module based on a command string.
getList(String, Map<String, ?>, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.Module
Retrieve info from a module based on a command string Similar to the LIST command in SCAN.
getList(String, String, String) - Method in interface org.mmbase.bridge.NodeManager
Returns a list of nodes belonging to this node manager.
getList(NodeQuery) - Method in interface org.mmbase.bridge.NodeManager
Executes a query and returns the result as nodes of this NodeManager (or of extensions)
getList(String, Map) - Method in interface org.mmbase.bridge.NodeManager
Retrieve info (as a list of virtual nodes) from a node manager based on a command string.
getList(String, Map, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.NodeManager
Retrieve info from a node manager based on a command string Similar to the LIST command in SCAN.
getList() - Method in interface org.mmbase.bridge.Query
Executes the query and returns the resulting node list.
getList(String, String, String, String, String, String, String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getList(Query) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getList(String, Map<String, ?>, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getList(String, Map<String, ?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getList(String, Map) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getList(String, Map, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getList(NodeQuery) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getList(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getList() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getList() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getList(String, Map) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getList(String, Map, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getList(NodeQuery) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getList(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getList(String, String, String, String, String, String, String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getList(Query) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getList(String, String, String, String, String, String, String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getList(RemoteQuery) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getList(String, Map<String, ?>, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getList(String, Map<String, ?>) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getList(String, Map) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getList(String, Map, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getList(RemoteNodeQuery) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getList(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getList() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getList() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getList(String, Map) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getList(String, Map, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getList(RemoteNodeQuery) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getList(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getList(String, String, String, String, String, String, String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getList(RemoteQuery) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getList(String, String, String, String, String, String, String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getList(RemoteQuery) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getList(String, Map<String, ?>, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getList(String, Map<String, ?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getList(String, Map) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getList(String, Map, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getList(RemoteNodeQuery) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getList(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getList() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getList() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getList(String, Map) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getList(String, Map, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getList(RemoteNodeQuery) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getList(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getList(String, String, String, String, String, String, String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getList(RemoteQuery) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getList(String, String, String, String, String, String, String, boolean) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getList(Query) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getList(String, String, String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getList(NodeQuery) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getList(String, Map, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getList(String, Map) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getList() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getList(int) - Method in class org.mmbase.bridge.util.GrowingTreeList
 
getList(int) - Method in class org.mmbase.bridge.util.TreeList
Executes one query if that did not happen yet, and stores the result in the 'results' List
getList() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
getList(Locale) - Method in class org.mmbase.datatypes.DateTimePattern
Returns the pattern 'parsed'.
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.CALC
Generate a list of values from a command to the processor
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.core.MMObjectBuilder
Obtains a list of string values by performing the provided command and parameters.
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.corebuilders.TypeDef
 
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.corebuilders.TypeRel
Processes the BUILDER-typerel-ALLOWEDRELATIONSNAMES in the LIST command, and (possibly) returns a Vector containing requested data (based on the content of TYPE and NODE, which can be retrieved through tagger).
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.database.JDBC
User interface stuff
getList(PageInfo, StringTagger, StringTokenizer) - Method in interface org.mmbase.module.gui.html.CommandHandlerInterface
List commands
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.gui.html.FieldEditor
List commands
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.gui.html.FieldSelector
General List pages coming from MMEdit.
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.gui.html.HtmlBase
Generate a list of values from a command to the processor
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.gui.html.MMEdit
The hook that passes all list related pages to the correct handler
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.gui.html.ObjectSelector
General List pages coming from MMEdit.
getList(PageInfo, StringTagger, StringTokenizer) - Method in class org.mmbase.module.gui.html.StateManager
List commands
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.INFO
Generate a list of values from a command to the processor.
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.MMUsers
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.ProcessorModule
 
getList(scanpage, StringTagger, String) - Method in class org.mmbase.module.sessions
 
getList(PageInfo, StringTagger, String) - Method in class org.mmbase.module.tools.MMAdmin
Generate a list of values from a command to the processor
getList() - Method in class org.mmbase.util.Casting.ListWrapper
 
getList(Level) - Method in class org.mmbase.util.logging.BufferedLogger
Utitliy function to 'relog' to a String.
getListBuilder(String, Map<String, ?>) - Method in class org.mmbase.module.ProcessorModule
 
getListBuilder(String, Map<String, ?>) - Method in class org.mmbase.module.tools.MMAdmin
Returns a virtual builder used to create node lists from the results returned by getList().
getListContainer() - Method in class org.mmbase.bridge.jsp.taglib.ListTag
 
getListContainer() - Method in class org.mmbase.bridge.jsp.taglib.macro.RelatedTag
 
getListDataType(int) - Static method in class org.mmbase.datatypes.DataTypes
Returns the basic ListDataType whose item's DataType matches the passed type.
getListDataTypeInstance(String, int) - Static method in class org.mmbase.datatypes.DataTypes
Returns a ListDataType instance.
getListeners() - Method in class org.mmbase.core.event.EventBroker
 
getListingBytes(HttpServletRequest, HttpServletResponse, File) - Method in class org.mmbase.servlet.FileServlet
 
getListItemType() - Method in interface org.mmbase.bridge.Field
If the type of this field is TYPE_LIST, this method returns the MMBase base type for the list elements.
getListItemType() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getListItemType() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getListItemType() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getListItemType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getListItemType() - Method in class org.mmbase.core.AbstractField
 
getListItemType() - Method in class org.mmbase.core.util.DataTypeSetter
 
getListIteratorTypeParameters(Class<?>) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
getListOfNames(String, int) - Method in class org.mmbase.module.RemoteMMCI
 
getListPosition() - Method in interface org.mmbase.bridge.Field
Retrieve the position of the field when listing.
getListPosition() - Method in class org.mmbase.bridge.mock.MockField
 
getListPosition() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getListPosition() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getListPosition() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getListPosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getListPosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getListPosition() - Method in class org.mmbase.core.AbstractField
 
getListPosition() - Method in class org.mmbase.core.CoreField
Retrieve the position of the field when listing.
getListTypeParameters(Class<?>) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
getListValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getListValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getListValue(String) - Method in interface org.mmbase.bridge.Node
 
getListValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getListValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getListValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getListValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getListValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getListValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getListValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getListValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getListValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getListValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getListValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getListValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getListValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getListValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getListValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getLiveFeedback() - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
getLoader() - Method in class org.mmbase.module.core.SmartPathFunction
 
getLocalAddr() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getLocalAddr() - Method in class org.mmbase.util.LocalServletRequest
 
getLocale() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
getLocale() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getLocale() - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
getLocale() - Method in interface org.mmbase.bridge.Cloud
Gets the locale assocatied with this Cloud instance.
getLocale() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getLocale() - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
 
getLocale() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Get the locale which is defined by surrounding tags or the cloud
getLocale() - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
Child tags can call this function to obtain the Locale they must use.
getLocale() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
getLocale() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getLocale() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getLocale() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getLocale() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getLocale() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getLocale() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getLocale() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getLocale() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getLocale() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getLocale() - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
getLocale() - Method in interface org.mmbase.datatypes.handlers.Request
 
getLocale(Cloud, Field) - Static method in class org.mmbase.datatypes.LanguageDataType
 
getLocale() - Method in class org.mmbase.module.core.MMBase
Retrieves the current locale.
getLocale() - Method in class org.mmbase.util.GenericResponseWrapper
 
getLocale(Element) - Static method in class org.mmbase.util.LocalizedString
This utility takes care of reading the xml:lang attribute from an element
getLocale(String) - Static method in class org.mmbase.util.LocalizedString
 
getLocale() - Method in class org.mmbase.util.LocalServletRequest
 
getLocale() - Method in class org.mmbase.util.LocalServletResponse
 
getLocaleFromContext() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Get the locale which is defined by surrounding tags or the cloud
getLocaleGUIIndicator(Locale, MMObjectNode) - Method in class org.mmbase.module.builders.DayMarkers
Returns gui information for a specific node.
getLocaleGUIIndicator(Locale, String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
The GUIIndicator can depend on the locale.
getLocaleGUIIndicator(Locale, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
The GUIIndicator can depend on the locale.
getLocaleGUIIndicator(Locale, String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
The GUIIndicator can depend on the locale.
getLocaleGUIIndicator(Locale, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
 
getLocalEmailDomains() - Method in class org.mmbase.module.smtp.SMTPModule
 
getLocales() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getLocales() - Method in class org.mmbase.util.LocalServletRequest
 
getLocalizedDescription() - Method in interface org.mmbase.bridge.Descriptor
Returns the set of (localized) descriptions of this object.
getLocalizedDescription() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getLocalizedDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getLocalizedDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getLocalizedDescription() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getLocalizedDescription() - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getLocalizedDescription() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getLocalizedDescription() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getLocalizedDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getLocalizedDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getLocalizedDescription() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getLocalizedDescription() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getLocalizedDescription() - Method in class org.mmbase.core.AbstractDescriptor
 
getLocalizedDescription(String, Element, LocalizedString, String) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
Reads a number of tags with 'xml:lang' attributes.
getLocalizedDescription() - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
getLocalizedDescription(LocalizedString) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the descriptions of this module.
getLocalizedDescription(LocalizedString) - Method in class org.mmbase.util.xml.ModuleReader
Get the descriptions of this module.
getLocalizedGUIName() - Method in interface org.mmbase.bridge.Descriptor
Returns the set of (localized) gui names of this object.
getLocalizedGUIName() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getLocalizedGUIName() - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getLocalizedGUIName() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getLocalizedGUIName() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getLocalizedGUIName() - Method in class org.mmbase.core.AbstractDescriptor
 
getLocalizedGUIName() - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
getLocalizedGUIName(LocalizedString) - Method in class org.mmbase.util.xml.ModuleReader
Get the (gui) names of this module.
getLocalizedPluralName(LocalizedString) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the (gui) names of this module.
getLocalizedSingularName(LocalizedString) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the (gui) names of this module.
getLocalName() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getLocalName() - Method in class org.mmbase.util.LocalServletRequest
 
getLocalPort() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getLocalPort() - Method in class org.mmbase.util.LocalServletRequest
 
getLocation() - Method in class org.mmbase.applications.mmbob.Poster
get the location of the poster
getLock() - Method in class org.mmbase.cache.Cache
If you want to structurally modify this cache, synchronize on this object.
getLock() - Method in interface org.mmbase.cache.CacheImplementationInterface
The cache implementation must be somehow thread-safe.
getLock() - Method in class org.mmbase.cache.implementation.LRUCache
 
getLock() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
 
getLock() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
getLoggedInExtraAdmin(String) - Static method in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
getLogger() - Method in class org.mmbase.streams.createcaches.Job
 
getLogger(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
 
getLogger(String) - Method in class org.mmbase.util.logging.log4j.LoggerRepository
 
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.commons.CommonsLogFactory
 
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.ExceptionImpl
 
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.java.Impl
Return a MMBase logger object, which wrappes a java.util.logging.Logger object.
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
As getLogger, but cast to MMBase Logger already.
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.Logging
After configuring the logging system, you can get Logger instances to log with.
getLoggerInstance(Class<?>) - Static method in class org.mmbase.util.logging.Logging
Most Logger categories in MMBase are based on class name.
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.SimpleImpl
 
getLoggerInstance(String) - Static method in class org.mmbase.util.logging.SimpleTimeStampImpl
 
getLoggers() - Method in class org.mmbase.util.logging.ChainedLogger
 
getLogicalOperator() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
getLogicalOperator() - Method in interface org.mmbase.bridge.remote.RemoteCompositeConstraint
 
getLogicalOperator() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompositeConstraint_Rmi
 
getLogicalOperator() - Method in interface org.mmbase.storage.search.CompositeConstraint
Gets the logical operator used to combine the child constraints.
getLogicalOperator() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
getLogicalOperatorDescription() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
Returns a description of the logical operator
getLoginModeType() - Method in class org.mmbase.applications.mmbob.Forum
 
getLoginModeType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getLoginModeType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getLoginModeType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getLoginPage() - Method in class org.mmbase.applications.vprowizards.spring.AuthenticationInterceptor
 
getLoginSystemType() - Method in class org.mmbase.applications.mmbob.Forum
 
getLoginSystemType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getLoginSystemType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getLoginSystemType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getLoginTimeout() - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
getLogoutModeType() - Method in class org.mmbase.applications.mmbob.Forum
 
getLogoutModeType() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getLogoutModeType() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getLogoutModeType() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getLogStartTime() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getLogWriter() - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
getLong(ContextReferrerTag, long) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
 
getLong(String) - Static method in class org.mmbase.datatypes.processors.Duration.SetString
 
getLongestCommonSubsequences() - Method in class org.incava.util.diff.Diff
Returns an array of the longest common subsequences.
getLongValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getLongValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getLongValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a long.
getLongValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getLongValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getLongValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getLongValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getLongValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getLongValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getLongValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getLongValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getLongValue(Element) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
getLongValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
getLoopStatus() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getLoopTag() - Method in class org.mmbase.bridge.jsp.taglib.ListReferrerTag
 
getLowerLimit() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
getLowerLimit() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
getLowerLimit() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
getLowerLimit() - Method in interface org.mmbase.storage.search.FieldValueBetweenConstraint
Gets the value of the lower limit of the range specified for this constraint.
getLowerLimit() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
 
getLowFormat() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
getLucene() - Static method in class org.mmbase.module.lucene.Lucene
 
getMachine() - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
getMachine() - Method in class org.mmbase.core.event.Event
Every event originates from a certain machine, which is identified by a String.
getMachineName() - Method in class org.mmbase.module.core.MMBase
Retrieves the machine name.
getMachineName() - Static method in class org.mmbase.module.core.MMBaseContext
Static version of MMBase.getMachineName()
getMachineName() - Method in class org.mmbase.module.core.MMObjectBuilder
Get the name of this mmserver from the MMBase Root
getMachineName() - Static method in class org.mmbase.util.logging.Logging
 
getMachines() - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
getMailbox(String) - Method in class org.mmbase.applications.mmbob.Poster
get the poster's mailbox by the name
getMailboxInfo(String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide info a mailbox
getMaintainer() - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves the maintainer of this builder
getMaintainer() - Method in class org.mmbase.module.Module
 
getMaintainer() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Retrieve the name of the maintainer of this builder
getMaintainer() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the maintainer of this application
getMaintainer() - Method in class org.mmbase.util.xml.ModuleReader
Get the maintainer of this module
getMaintainerFunction - Variable in class org.mmbase.module.Module
This function returns the Module's maintainer as a String.
getMajor() - Method in class org.mmbase.util.images.ImageMagickImageConverter.Version
 
getMajor() - Static method in class org.mmbase.Version
Returns the major version number of this MMBase.
getMajorVersion() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getManifest() - Method in class org.mmbase.framework.BasicComponent
EXPERIMENTAL.
getManifest() - Static method in class org.mmbase.Version
Returns the Manifest of the jar in which this version is contained.
getMap() - Method in class org.mmbase.cache.CacheManager.Bean
 
getMap() - Static method in class org.mmbase.cache.CacheManager
 
getMap(State, Map<String, Object>) - Method in class org.mmbase.framework.basic.BasicFramework
 
getMap() - Method in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
getMappedCollation(Collator) - Method in class org.mmbase.storage.StorageManagerFactory
Given a Collator return a String such as the storage implemetnation may use to identify a collation.
getMapperCode() - Method in interface org.mmbase.bridge.remote.MappedObject
 
getMapperCode() - Method in class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
 
getMapperCode() - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
getMapperCode() - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
getMapperCode() - Method in interface org.mmbase.bridge.remote.ServerMappedObject
 
getMaps() - Method in class org.mmbase.util.xml.UtilReader
Get the properties of this utility.
getMatchRate(String, String) - Static method in class org.mmbase.applications.xmlimporter.FuzzyStringMatcher
Calculates the match rate, a value between 0 and 1, proportional to the rate the two strings match (1 is exact match).
getMatchType() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
getMatchType() - Method in interface org.mmbase.storage.search.StringSearchConstraint
Gets the match type.
getMatchTypeDescription() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Returns a description of the match type
getMax() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getMax() - Method in class org.mmbase.bridge.util.TreeList
 
getMax() - Method in class org.mmbase.datatypes.DateTimeDataType
 
getMax() - Method in class org.mmbase.datatypes.DateTimePattern.Element
The maximal value this field of the Calendar object can take.
getMax() - Method in class org.mmbase.datatypes.DoubleDataType
 
getMax() - Method in class org.mmbase.datatypes.FloatDataType
 
getMax() - Method in class org.mmbase.datatypes.IntegerDataType
 
getMax() - Method in class org.mmbase.datatypes.LongDataType
 
getMaxAttachmentSize(Map<String, String>) - Static method in class org.mmbase.module.smtp.SMTPFetcher
 
getMaxConnections() - Method in class org.mmbase.module.database.MultiPoolHandler
 
getMaxContextsInQuery() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getMaxCookieAge() - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
getMaxDuration() - Method in class org.mmbase.applications.crontab.CronEntry
 
getMaxEntrySize() - Method in class org.mmbase.cache.Cache
Return the maximum entry size for the cache in bytes.
getMaxEntrySize() - Method in class org.mmbase.cache.CacheManager.Bean
 
getMaxEntrySize() - Method in interface org.mmbase.cache.CacheMBean
 
getMaxFieldSize() - Method in class org.mmbase.module.database.MultiStatement
 
getMaxInactiveInterval() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getMaxKeyLength() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
The maximal length an index in the database can have, or Integer.MAX_VALUE.
getMaxLength() - Method in interface org.mmbase.bridge.Field
Returns the maximum length of data this field can contain.
getMaxLength() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getMaxLength() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getMaxLength() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getMaxLength() - Method in class org.mmbase.bridge.util.DataTypeField
 
getMaxLength() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getMaxLength() - Method in class org.mmbase.core.AbstractField
 
getMaxLength() - Method in class org.mmbase.core.CoreField
Returns the (maximum) size of this field, as determined by the storage layer.
getMaxLength() - Method in class org.mmbase.datatypes.AbstractLengthDataType
Returns the maximum length of values for this datatype.
getMaxLength() - Method in class org.mmbase.datatypes.DecimalDataType
 
getMaxLength() - Method in interface org.mmbase.datatypes.LengthDataType
Returns the maximum length of values for this datatype.
getMaxLength() - Method in class org.mmbase.datatypes.StringDataType
Returns the maximum length of values for this datatype.
getMaxLengthForKey(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getMaxLengthRestriction() - Method in class org.mmbase.datatypes.AbstractLengthDataType
Returns the 'maxLength' restriction, containing the value, errormessages, and fixed status of this attribute.
getMaxLengthRestriction() - Method in class org.mmbase.datatypes.DecimalDataType
 
getMaxLengthRestriction() - Method in interface org.mmbase.datatypes.LengthDataType
Returns the 'maxLength' restriction, containing the value, errormessages, and fixed status of this attribute.
getMaxLengthRestriction() - Method in class org.mmbase.datatypes.StringDataType
Returns the 'maxLength' restriction, containing the value, errormessages, and fixed status of this attribute.
getMaxLifeTime() - Method in class org.mmbase.module.database.MultiPool
Gets the time in ms how long a query may live before it is killed.
getMaxLines() - Method in interface org.mmbase.streams.transcoders.Analyzer
How many lines of logging should be offered for Analyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most.
getMaxLines() - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
getMaxLines() - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
getMaxLines() - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
getMaxLines() - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
getMaxLines() - Method in class org.mmbase.streams.transcoders.SegmenterAnalyzer
 
getMaxNumber() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getMaxNumber() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
getMaxNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getMaxNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getMaxNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getMaxNumber() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getMaxNumber() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getMaxNumber() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getMaxNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getMaxNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getMaxNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getMaxNumber() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getMaxNumber() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getMaxNumber() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getMaxNumber() - Method in interface org.mmbase.storage.search.SearchQuery
Gets the maximum number of results to be returned, or -1 if the number of results to be returned is unlimited.
getMaxQuerys() - Method in class org.mmbase.module.database.MultiPoolHandler
 
getMaxRestriction() - Method in class org.mmbase.datatypes.ComparableDataType
 
getMaxRows() - Method in class org.mmbase.module.database.MultiStatement
 
getMaxSize() - Method in class org.mmbase.cache.Cache
 
getMaxSize() - Method in class org.mmbase.cache.CacheManager.Bean
 
getMaxSize() - Method in interface org.mmbase.cache.CacheMBean
 
getMDC() - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
 
getMDC() - Static method in class org.mmbase.util.logging.Logging
MDC stands for mapped diagnostic contexts See also log4j.MDC
getMediaFormats() - Static method in enum org.mmbase.applications.media.Format
don't know if this is nice
getMediafragment() - Method in class org.mmbase.streams.createcaches.Job
 
getMediaSource(Node) - Static method in class org.mmbase.streams.CreateSourcesWithoutProcessFunction
 
getMediaSource(Node, Boolean) - Static method in class org.mmbase.streams.CreateSourcesWithoutProcessFunction
The media source node of this mediafragment, containing the original stream or file.
getMemorySize() - Method in class org.mmbase.applications.mmbob.Forum
 
getMemorySize() - Method in class org.mmbase.applications.mmbob.PostArea
 
getMemorySize() - Method in class org.mmbase.applications.mmbob.Posting
 
getMemorySize() - Method in class org.mmbase.applications.mmbob.PostThread
 
getMergedObject(TmpObject) - Method in class org.mmbase.applications.xmlimporter.Transaction
Gets merged object, resulting from previous merge operations.
getMergeResults() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns the a list of merge results.
getMessage() - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
getMessage() - Method in class org.mmbase.applications.vprowizards.spring.GlobalError
 
getMessage() - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
getMessage() - Method in class org.mmbase.module.tools.ApplicationResult
 
getMessage(Relation) - Method in class org.mmbase.notifications.Notification
 
getMessage(Locale) - Method in exception org.mmbase.security.SecurityException
 
getMessage() - Method in class org.mmbase.sms.BasicSMS
 
getMessage() - Method in interface org.mmbase.sms.SMS
The actual text.
getMessage() - Method in exception org.mmbase.util.dateparser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.mmbase.util.dateparser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.mmbase.util.ErrorStruct
Returns a more detailed error message.
getMessage() - Method in exception org.mmbase.util.transformers.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.mmbase.util.transformers.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Method in class org.mmbase.util.xml.DocumentWriter
Retrieves a message from the resource bundle.
getMessage(String, String) - Method in class org.mmbase.util.xml.DocumentWriter
Retrieves a message from the resource bundle.
getMessage(String, String, String) - Method in class org.mmbase.util.xml.DocumentWriter
Retrieves a message from the resource bundle.
getMessage(String, String, String, String) - Method in class org.mmbase.util.xml.DocumentWriter
Retrieves a message from the resource bundle.
getMessageBuffer() - Method in class org.mmbase.util.xml.ErrorHandler
 
getMessageCount() - Method in class org.mmbase.applications.mmbob.Mailbox
get message count of this mailbox
getMessageKey() - Method in class org.mmbase.applications.vprowizards.spring.GlobalError
 
getMessageNewCount() - Method in class org.mmbase.applications.mmbob.Mailbox
get message count unread of this mailbox
getMessageRetriever(String) - Method in class org.mmbase.util.xml.DocumentWriter
Initialize the ResourceBundle with the given resource.
getMessageUnreadCount() - Method in class org.mmbase.applications.mmbob.Mailbox
get message count unread of this mailbox
getMetaData() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getMetaData() - Method in interface org.mmbase.module.database.MultiConnection
 
getMetaFile(File) - Method in class org.mmbase.servlet.FileServlet
FileServlet supports 'meta' files like Cern HTTPD (and apaches mod_cern_meta).
getMetaHeaders(File) - Method in class org.mmbase.servlet.FileServlet
Returns contents of FileServlet.getMetaFile(java.io.File) as a Map.
getMetaURL(Class) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageLookup
Returns an given connection URL for a given Driver CLass.
getMetaValue(String, String) - Static method in class org.mmbase.servlet.FileServlet
 
getMethod() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getMethod() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getMethod(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getMethod(String) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getMethod(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getMethod(String) - Method in class org.mmbase.security.Authentication
Several 'methods' to authenticate could be available.
getMethod(int) - Static method in class org.mmbase.security.Authentication
 
getMethod(String) - Method in interface org.mmbase.security.AuthenticationData
Several 'methods' to authenticate could be available.
getMethod(Class<?>, String) - Static method in class org.mmbase.util.functions.MethodFunction
 
getMethod(Class, String, Parameters) - Static method in class org.mmbase.util.functions.SetFunction
Finds a method of a class more or less 'fuzzy'.
getMethod() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getMethodFromClass(Class<?>, String) - Static method in class org.mmbase.util.functions.Functions
 
getMethodOrDefault() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getMilliOffset() - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the time-difference between our timezone and GMT
getMillis(int) - Static method in class org.mmbase.util.RelativeTime
Retrieves the amount of milliseconds that are left in the timeValue variable (representing the time in milliseconds).
getMimeBodyParts(String, Node) - Static method in class org.mmbase.applications.email.MimeMessageGenerator
 
getMimeMultipart(String, Node) - Static method in class org.mmbase.applications.email.MimeMessageGenerator
 
getMimeType(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
Resolve the mimetype for a certain media source
getMimeType() - Method in enum org.mmbase.applications.media.Format
 
getMimeType(String) - Method in enum org.mmbase.applications.media.Format
 
getMimeType() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
The mime-type of the produced URL.
getMimeType() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getMimeType(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getMimeType(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType
 
getMimeType() - Method in class org.mmbase.framework.Block
Mimetype for this block.
getMimeType(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
Determine the MIME type of this image node, based on the image format.
getMimeType(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
Returns the Mime-type associated with this node
getMimeType(List<String>) - Method in class org.mmbase.module.builders.ImageCaches
 
getMimeType(String) - Method in class org.mmbase.module.gui.html.scanparser
getMimeType: Returns the mimetype using ServletContext.getServletContext which returns the servlet context which is set when servscan is loaded.
getMimeType() - Method in interface org.mmbase.module.lucene.extraction.Extractor
Mimetype this Extractor handles
getMimeType() - Method in class org.mmbase.module.lucene.extraction.impl.PDFBoxExtractor
 
getMimeType() - Method in class org.mmbase.module.lucene.extraction.impl.POIExcelExtractor
 
getMimeType() - Method in class org.mmbase.module.lucene.extraction.impl.POIWordExtractor
 
getMimeType() - Method in class org.mmbase.module.lucene.extraction.impl.StringsExtractor
 
getMimeType() - Method in class org.mmbase.module.lucene.extraction.impl.SwingRTFExtractor
 
getMimeType() - Method in class org.mmbase.module.lucene.extraction.impl.TextMiningExtractor
 
getMimeType(String) - Static method in class org.mmbase.module.smtp.CloudMailHandler
 
getMimeType(Node) - Method in class org.mmbase.servlet.AttachmentServlet
Determines the mimetype.
getMimeType(Node) - Method in class org.mmbase.servlet.HandleServlet
Forces download in browsers.
getMimeType(Node) - Method in class org.mmbase.servlet.ImageServlet
 
getMimeType() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getMimeType() - Method in class org.mmbase.streams.createcaches.RecognizerResult
 
getMimeType() - Method in class org.mmbase.streams.createcaches.Result
On what kind of inputs this result can work.
getMimeType() - Method in class org.mmbase.streams.createcaches.SkippedResult
 
getMimeType() - Method in class org.mmbase.streams.createcaches.TranscoderResult
 
getMimeType() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
getMimeType() - Method in class org.mmbase.streams.transcoders.FFMpegRecognizer
 
getMimeType() - Method in class org.mmbase.streams.transcoders.MockRecognizer
 
getMimeType() - Method in interface org.mmbase.streams.transcoders.Recognizer
 
getMimeType() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
getMimeType() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getMimeType() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns a String with the MIME type of the format.
getMimeType() - Method in class org.mmbase.util.magicfile.AbstractDetector
 
getMimeType() - Method in interface org.mmbase.util.magicfile.Detector
 
getMimeType(File) - Method in class org.mmbase.util.magicfile.MagicFile
 
getMimeType(byte[]) - Method in class org.mmbase.util.magicfile.MagicFile
Tests the byte[] array for the mime type.
getMimeType(InputStream) - Method in class org.mmbase.util.magicfile.MagicFile
 
getMimeType(byte[], String) - Method in class org.mmbase.util.magicfile.MagicFile
 
getMimeTypeByExtension(String) - Static method in class org.mmbase.util.images.Imaging
Returns the mimetype using ServletContext.getServletContext which returns the servlet context
getMimeTypeByFileName(String) - Static method in class org.mmbase.util.images.Imaging
 
getMimeTypeFile(String) - Method in class org.mmbase.module.gui.html.scanparser
 
getMin() - Method in class org.mmbase.datatypes.DateTimeDataType
 
getMin() - Method in class org.mmbase.datatypes.DateTimePattern.Element
The minimal value this field of the Calendar object can take.
getMin() - Method in class org.mmbase.datatypes.DoubleDataType
 
getMin() - Method in class org.mmbase.datatypes.FloatDataType
 
getMin() - Method in class org.mmbase.datatypes.IntegerDataType
 
getMin() - Method in class org.mmbase.datatypes.LongDataType
 
getMinLength() - Method in class org.mmbase.datatypes.AbstractLengthDataType
Returns the minimum length of values for this datatype.
getMinLength() - Method in class org.mmbase.datatypes.DecimalDataType
 
getMinLength() - Method in interface org.mmbase.datatypes.LengthDataType
Returns the minimum length of values for this datatype.
getMinLength() - Method in class org.mmbase.datatypes.StringDataType
Returns the minimum length of values for this datatype.
getMinLengthRestriction() - Method in class org.mmbase.datatypes.AbstractLengthDataType
Returns the 'minLength' restriction, containing the value, errormessages, and fixed status of this attribute.
getMinLengthRestriction() - Method in class org.mmbase.datatypes.DecimalDataType
 
getMinLengthRestriction() - Method in interface org.mmbase.datatypes.LengthDataType
Returns the 'minLength' restriction, containing the value, errormessages, and fixed status of this attribute.
getMinLengthRestriction() - Method in class org.mmbase.datatypes.StringDataType
Returns the 'minLength' restriction, containing the value, errormessages, and fixed status of this attribute.
getMinor() - Method in class org.mmbase.util.images.ImageMagickImageConverter.Version
 
getMinor() - Static method in class org.mmbase.Version
Returns the minor version number of this MMBase.
getMinorVersion() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getMinRestriction() - Method in class org.mmbase.datatypes.ComparableDataType
 
getMinuteEntry() - Method in class org.mmbase.applications.crontab.CronEntry
 
getMinutes(String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the minutes part of the date
getMinutes(String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the minutes part of the date
getMinutes() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getMinutes(int) - Static method in class org.mmbase.util.RelativeTime
Retrieves the amount of minutes that are left in the timeValue variable (representing the time in milliseconds).
getMirrorNodes(String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Retrieves a list of Mirror Servers.
getMismatch(String, String) - Static method in class org.mmbase.applications.xmlimporter.FuzzyStringMatcher
Calculates the mismatch between two strings.
getMisses() - Method in class org.mmbase.cache.Cache
Returns the number of times an element cpould not be retrieved from the table.
getMisses() - Method in class org.mmbase.cache.CacheManager.Bean
 
getMisses() - Method in interface org.mmbase.cache.CacheMBean
 
getMMBase() - Method in class org.mmbase.framework.FrameworkFilter
 
getMMBase() - Static method in class org.mmbase.module.core.MMBase
Retrieves the MMBase module('mmbaseroot').
getMMBase() - Method in class org.mmbase.module.core.MMTable
Return the MMBase object
getMMBase() - Method in class org.mmbase.servlet.JumpersFilter
 
getMMBase() - Method in class org.mmbase.servlet.MMBaseServlet
Returns the MMBase instance.
getMMBase() - Method in interface org.mmbase.servlet.MMBaseStarter
Returns the currently set MMBase object.
getMMBase() - Method in class org.mmbase.storage.StorageManagerFactory
Return the MMBase module for which the factory was instantiated
getMMBaseCop() - Method in class org.mmbase.module.core.MMBase
Retrieves the loaded security manager(MMBaseCop).
getMMBaseId() - Method in class org.mmbase.applications.xmlimporter.TmpObject
MMBaseId accessor (for access objects).
getMMEntities() - Static method in class org.mmbase.util.xml.EntityResolver
 
getMMObject(String) - Method in class org.mmbase.module.core.MMBase
Retrieves a specified builder.
getMMObjectBuilder() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getMMServerNode(String) - Method in class org.mmbase.module.builders.MMServers
 
getMMServerNode(String, String) - Method in class org.mmbase.module.builders.MMServers
 
getMMServerNodes() - Method in class org.mmbase.module.builders.MMServers
Returns all the nodes from the builder without loading it in the nodes cache of MMBase.
getMMServerProperty(String, String) - Method in class org.mmbase.module.builders.MMServers
 
getMobile() - Method in class org.mmbase.sms.BasicSMS
 
getMobile() - Method in interface org.mmbase.sms.SMS
Phone number (origin or destination, depending on context).
getMode() - Method in class org.mmbase.applications.mmbob.Signature
 
getMode(Object) - Static method in class org.mmbase.datatypes.processors.xml.Modes
Converts a String identifier to one of the constants in this class
getMode() - Method in class org.mmbase.framework.RenderHints
 
getModelAndView(HttpServletRequest, ResultContainer) - Method in interface org.mmbase.applications.vprowizards.spring.ModelAndViewResolver
 
getModelAndView(HttpServletRequest, ResultContainer) - Method in class org.mmbase.applications.vprowizards.spring.ReferrerResolver
 
getModerators(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Get the moderators of this postarea / forum
getModerators() - Method in class org.mmbase.applications.mmbob.PostArea
Deprecated.
returning enumerations?!
getModeratorsLine(String) - Method in class org.mmbase.applications.mmbob.PostArea
get the moderators line in html
getModTime() - Method in class org.mmbase.util.XFile
Deprecated.
Retrieves the modification time
getModule(String) - Method in interface org.mmbase.bridge.CloudContext
Returns the module with the specified name.
getModule(String) - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getModule(int) - Method in class org.mmbase.bridge.implementation.BasicModuleList
 
getModule(Module, CloudContext) - Static method in class org.mmbase.bridge.implementation.ModuleHandler
 
getModule(int) - Method in interface org.mmbase.bridge.ModuleList
Returns the Module at the indicated postion in the list
getModule(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getModule(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteModuleList_Proxy
 
getModule(String) - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getModule(int) - Method in interface org.mmbase.bridge.remote.RemoteModuleList
 
getModule(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getModule(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteModuleList_Rmi
 
getModule(String) - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getModule(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
 
getModule(String) - Static method in class org.mmbase.module.Module
Retrieves a reference to a Module.
getModule(Class<C>, boolean) - Static method in class org.mmbase.module.Module
Since modules normally all have a different class, you can also obtain a module by its Class, in stead of by its name.
getModule(Class<C>) - Static method in class org.mmbase.module.Module
 
getModule(String, boolean) - Static method in class org.mmbase.module.Module
Retrieves a reference to a Module.
getModule(String) - Method in class org.mmbase.servlet.JamesServlet
Retrieves a module.
getModuleClass(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getModuleDescription(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getModuleInfo() - Method in class org.mmbase.applications.email.SendMail
Provide some info on the module; By default, this returns the module description for the default locale
getModuleInfo() - Method in class org.mmbase.module.cache
 
getModuleInfo() - Method in class org.mmbase.module.CALC
 
getModuleInfo() - Method in class org.mmbase.module.INFO
Returns a description of the module.
getModuleInfo() - Method in class org.mmbase.module.LinkChecker
 
getModuleInfo() - Method in class org.mmbase.module.MMUsers
 
getModuleInfo() - Method in class org.mmbase.module.Module
Deprecated.
use getDescription
getModuleInfo() - Method in class org.mmbase.module.scancache
Retrieve a description of the module's function.
getModuleInfo() - Method in class org.mmbase.module.XSLConvert
 
getModuleInfo() - Method in class org.mmbase.util.PasswordGenerator
Returns a description of the module.
getModuleLoader() - Static method in class org.mmbase.module.Module
 
getModuleProperties(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getModuleProperty(String, String) - Method in class org.mmbase.module.tools.MMAdmin
 
getModuleReader(String) - Static method in class org.mmbase.module.Module
 
getModuleReader() - Method in class org.mmbase.module.Module
 
getModules() - Method in interface org.mmbase.bridge.CloudContext
Returns all modules available in this context.
getModules() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
getModules() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getModules() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getModules() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getModules() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getModules() - Static method in class org.mmbase.module.Module
Returns an iterator of all the modules that are currently active.
getModulesList() - Method in class org.mmbase.module.tools.MMAdmin
 
getModuleValue(String) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
getMonth(String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the month part of the date
getMonth(String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the month part of the date
getMonth(int) - Method in class org.mmbase.util.DateStrings
Deprecated.
 
getMonth(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the number of the month
getMonth() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getMonthDay(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the day in the month
getMonthEntry() - Method in class org.mmbase.applications.crontab.CronEntry
 
getMonthInt(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the month as an integer
getMonthsByDayCount(int) - Method in class org.mmbase.module.builders.DayMarkers
 
getMonthString(int) - Static method in class org.mmbase.module.gui.html.FieldEditor
Deprecated.
use Locale
getMood() - Method in class org.mmbase.applications.mmbob.PostThread
 
getMoreResults() - Method in class org.mmbase.module.database.MultiStatement
 
getMoreResults(int) - Method in class org.mmbase.module.database.MultiStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMultiConnection() - Method in class org.mmbase.module.database.MultiPool
Request a new 'real' Connection and wraps it in a new 'MultiConnection' object.
getMultilevelCacheEntries() - Method in class org.mmbase.module.tools.MMAdmin
 
getMultilevelCacheHandler() - Method in class org.mmbase.module.gui.html.HtmlBase
 
getMultiLevelSearchQuery(List<String>, List<String>, String, List<String>, String, List<String>, List<String>, int) - Method in class org.mmbase.module.core.ClusterBuilder
getMultiLevelSearchQuery(List<String>, List<String>, String, List<String>, String, List<String>, List<String>, List<Integer>) - Method in class org.mmbase.module.core.ClusterBuilder
Creates search query that selects all the objects that match the searchkeys.
getMultipartRequest(PageContext) - Static method in class org.mmbase.bridge.jsp.taglib.util.MultiPart
Deprecated.
 
getMultipartRequest(HttpServletRequest, String) - Static method in class org.mmbase.datatypes.handlers.html.MultiPart
 
getMultipartRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.mmbase.datatypes.handlers.html.MultiPart
 
getMustExistRestriction() - Method in class org.mmbase.datatypes.NodeDataType
 
getName() - Method in class org.mmbase.applications.crontab.CronEntry
 
getName() - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
getName(Locale) - Method in enum org.mmbase.applications.email.MailBox.Type
 
getName() - Method in class org.mmbase.applications.media.cache.URLCache
 
getName() - Method in class org.mmbase.applications.media.filters.BitrateInfo
 
getName() - Method in class org.mmbase.applications.mmbob.Forum
get the name of the forum
getName() - Method in class org.mmbase.applications.mmbob.Mailbox
get the name of the mailbox
getName() - Method in class org.mmbase.applications.mmbob.PostArea
get the name of the postarea
getName() - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
getName() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getName() - Method in class org.mmbase.applications.mmbob.SubArea
 
getName() - Method in class org.mmbase.applications.thememanager.StyleSheetProperty
 
getName(Class) - Method in interface org.mmbase.applications.vprowizards.spring.ActionMappingResolver
 
getName(Class) - Method in class org.mmbase.applications.vprowizards.spring.ClassBasedNameResolver
 
getName() - Method in class org.mmbase.applications.xmlimporter.User
Provides name to be used for transactions.
getName() - Method in interface org.mmbase.bridge.Cloud
Returns the name of this cloud.
getName() - Method in interface org.mmbase.bridge.Descriptor
Returns the name or 'key' of this object, or null if not applicable.
getName() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getName() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getName() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getName() - Method in class org.mmbase.bridge.implementation.VirtualNodeManager
 
getName() - Method in class org.mmbase.bridge.implementation.VirtualNodeManager.VirtualNodeManagerField
 
getName() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getName() - Method in interface org.mmbase.bridge.jsp.taglib.containers.FunctionContainer
Returns the function-name.
getName() - Method in class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
getName() - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
getName() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
getName() - Method in class org.mmbase.bridge.jsp.taglib.util.AttributeCache
 
getName() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
getName() - Method in interface org.mmbase.bridge.Module
Retrieve the name of the module (in the default language defined in mmbaseroot.xml).
getName() - Method in interface org.mmbase.bridge.NodeManager
Returns the name of this node manager.
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getName() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getName() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getName() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getName() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getName() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getName() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getName() - Method in class org.mmbase.cache.AggregatedResultCache
 
getName() - Method in class org.mmbase.cache.BasicReleaseStrategy
 
getName() - Method in class org.mmbase.cache.BetterStrategy
 
getName() - Method in class org.mmbase.cache.BlobCache
 
getName() - Method in class org.mmbase.cache.Cache
Returns a name for this cache type.
getName() - Method in class org.mmbase.cache.CacheManager.Bean
 
getName() - Method in interface org.mmbase.cache.CacheMBean
 
getName() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
getName() - Method in class org.mmbase.cache.ConstraintsMatchingStrategy
 
getName() - Method in class org.mmbase.cache.MultilevelCache
 
getName() - Method in class org.mmbase.cache.NodeCache
 
getName() - Method in class org.mmbase.cache.NodeListCache
 
getName() - Method in class org.mmbase.cache.RelatedNodesCache
 
getName() - Method in class org.mmbase.cache.RelationsCache
 
getName() - Method in class org.mmbase.cache.ReleaseStrategy
 
getName() - Method in class org.mmbase.cache.xslt.FactoryCache
 
getName() - Method in class org.mmbase.cache.xslt.ResultCache
 
getName() - Method in class org.mmbase.cache.xslt.TemplateCache
 
getName() - Method in class org.mmbase.core.AbstractDescriptor
Returns the name or 'key' of this descriptor.
getName() - Method in class org.mmbase.core.event.BuildersRead
 
getName() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
getName() - Method in interface org.mmbase.datatypes.DataType.Restriction
 
getName() - Method in class org.mmbase.datatypes.DateTimePattern.Element
The name of the field in a Calendar object.
getName(Field) - Method in class org.mmbase.datatypes.handlers.JavaRequest
 
getName(Field) - Method in interface org.mmbase.datatypes.handlers.Request
 
getName() - Method in class org.mmbase.framework.basic.BasicFramework
 
getName() - Method in class org.mmbase.framework.BasicComponent
 
getName() - Method in class org.mmbase.framework.Block
Name for this block.
getName() - Method in class org.mmbase.framework.Block.Type
 
getName() - Method in interface org.mmbase.framework.Component
Every component has a (universally) unique name
getName() - Method in class org.mmbase.framework.Framework
Return the name of the framework
getName() - Method in class org.mmbase.framework.Setting
 
getName() - Method in class org.mmbase.framework.VirtualComponent
 
getName() - Method in class org.mmbase.module.builders.vwms.Vwm
Returns the name of the VWM.
getName() - Method in interface org.mmbase.module.builders.vwms.VwmProbeInterface
Deprecated.
Returns the name of the VWM.
getName() - Method in class org.mmbase.module.core.MMObjectNode
Return the buildername of this node
getName() - Method in class org.mmbase.module.lucene.Indexer
 
getName() - Method in class org.mmbase.module.TransactionHandler.User
 
getName() - Method in class org.mmbase.security.Action
Every action has a non-null name.
getName() - Method in class org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
 
getName() - Method in class org.mmbase.storage.util.Index
 
getName() - Method in class org.mmbase.streams.media.codec.video.theora.FFMpeg2Theora
 
getName() - Method in class org.mmbase.util.functions.AbstractFunction
A function must have a name.
getName() - Method in class org.mmbase.util.functions.CombinedFunction
 
getName() - Method in class org.mmbase.util.functions.DescribedFunctionProvider
Returns the name or 'key' of this descriptor.
getName() - Method in interface org.mmbase.util.functions.Function
A function must have a name.
getName() - Method in class org.mmbase.util.functions.FunctionSet
 
getName() - Method in class org.mmbase.util.functions.WrappedFunction
 
getName() - Method in class org.mmbase.util.logging.LoggerWrapper
 
getName(URL) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
 
getName(URL) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
getName(URL) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
getName(String) - Static method in class org.mmbase.util.ResourceLoader
Utility method to return the name part of a resource-name (removed directory and 'extension').
getName(URL) - Method in class org.mmbase.util.ResourceLoader.NodeURLStreamHandler
 
getName(URL) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
When a URL has been created, in ResourceLoader.PathURLStreamHandler.openConnection(String), this method can make a 'name' of it again.
getName(URL) - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
 
getName() - Method in class org.mmbase.util.SerializableInputStream
 
getName() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the name of the builder that this builder extends
getName() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the name of this application
getName() - Method in class org.mmbase.util.xml.ModuleReader
Get the name of this module.
getName() - Static method in class org.mmbase.Version
Returns the 'name' part of the MMBase version.
getNamedDispatcher(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getNamePassword(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
ToDo: Write docs!
getNamePassword(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
ToDo: Write docs!
getNamePassword(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
ToDo: Write docs!
getNameResolver() - Method in class org.mmbase.applications.vprowizards.spring.BasicCommandFactory
 
getNames(String) - Method in interface org.mmbase.applications.vprowizards.spring.cache.CacheNameResolver
Obtain the cache names for the given namespace or those without a namespace (global)
getNames() - Method in interface org.mmbase.applications.vprowizards.spring.cache.CacheNameResolver
Obtain the cache names for the given namespace or those without a namespace (global)
getNames(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.TokenizerCacheNameResolver
 
getNames() - Method in class org.mmbase.applications.vprowizards.spring.cache.TokenizerCacheNameResolver
 
getNameSpace() - Method in class org.mmbase.security.Action
Most 'actions' have a namespace.
getNameToNumberCache() - Method in class org.mmbase.module.corebuilders.TypeDef
 
getNanoTime() - Method in class org.mmbase.cache.ReleaseStrategy.Timer
Deprecated.
 
getNavigationLine(String, int, int, String) - Method in class org.mmbase.applications.mmbob.PostArea
get a (html) navigationline to "walk through" the different pages of PostThreads for a postarea
getNavigationLine(String, int, int, int, String) - Method in class org.mmbase.applications.mmbob.PostThread
I hate how this is done but don't see a way to get this fast enough any other way.
getNavigationLine(String, int, int, String) - Method in class org.mmbase.applications.mmbob.PostThread
 
getNavigationMethod() - Method in class org.mmbase.applications.mmbob.Forum
 
getNavigationMethod() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getNavigationMethod() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getNavigationMethod() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getNeededBuilders() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the Builders needed for this application
getNeededRelDefs() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the RelDefs needed for this application
GETNEW - Static variable in class org.mmbase.applications.dove.AbstractDove
 
getNew(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a getnew call, by obtaining data for the new node of a specified type.
getNewInstance() - Method in class org.mmbase.applications.vprowizards.spring.BasicCommandFactory
 
getNewInstance() - Method in interface org.mmbase.applications.vprowizards.spring.CommandFactory
 
getNewNode(String) - Method in class org.mmbase.module.core.ClusterBuilder
Get a new node, using this builder as its parent.
getNewNode(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Get a new node, using this builder as its parent.
getNewNode(String) - Method in class org.mmbase.module.core.VirtualBuilder
Get a new node, using this builder as its parent.
getNewNode(String) - Method in class org.mmbase.module.gui.html.EditStateNode
 
getNewNode(String, int, int, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
 
getNewNode(String) - Method in class org.mmbase.storage.search.ResultBuilder
 
getNewOption() - Method in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
GETNEWRELATION - Static variable in class org.mmbase.applications.dove.AbstractDove
 
getNewRelation(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a getnewrelation call, by obtaining data for the new node of a specified type.
getNewTmpNode(String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Create a new temporary node and put it in the temporary _exist node space
getNewValue(String) - Method in class org.mmbase.core.event.NodeEvent
 
getNewValues() - Method in class org.mmbase.core.event.NodeEvent
new values can be different things.
getNext() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getNext() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getNext() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getNext() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getNext() - Method in interface org.mmbase.storage.search.RelationStep
Gets the next step.
getNextDepth() - Method in interface org.mmbase.bridge.jsp.taglib.tree.TreeProvider
 
getNextDepth() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getNextElement(Node) - Method in class org.mmbase.applications.dove.AbstractDove
Retrieves the next sibling of an element that is itself an element.
getNextElement(Node, String) - Method in class org.mmbase.applications.dove.AbstractDove
Retrieves the the next sibling of an element that is itself an element, and has the specified tagname.
getNextField(String, int) - Method in class org.mmbase.module.core.MMObjectBuilder
Returns the next field as defined by its sortorder, according to the specified order.
getNextField(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
use getNextField() with sortorder ORDER_EDIT
getNextLeafNode() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
Simply returns the 'smallest' of all available nodes (compared to the 'previous node') This is actually an alternavite implementation for getNextNode, but it also works when 'leaf' constraints are applied.
getNextNode() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
Implementation idea graphicly.
getNextToken() - Method in class org.mmbase.util.dateparser.DateParser
Get the next Token.
getNextToken() - Method in class org.mmbase.util.dateparser.DateParserTokenManager
Get the next Token.
getNextToken() - Method in class org.mmbase.util.transformers.ListParser
Get the next Token.
getNextToken() - Method in class org.mmbase.util.transformers.ListParserTokenManager
Get the next Token.
getNiceDirectoryUrl(StringBuilder, Block, Parameters, Parameters, boolean) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
This is the method you must implement.
getNiceDirectoryUrl(StringBuilder, Block, Parameters, Parameters, boolean) - Method in class org.mmbase.framework.basic.MMBaseUrlConverter
 
getNiceDirectoryUrl(StringBuilder, Block, Parameters, Parameters, boolean) - Method in class org.mmbase.mynews.MyNewsUrlConverter
Generates a nice url for 'mynews'.
getNiceUrl(Block, Parameters, Parameters, boolean) - Method in class org.mmbase.framework.basic.BlockUrlConverter
When implementing this method, you can already assume that the url must be 'nice', iow that we are actually rendering in the 'realm' of this UrlConverter, and you can straightforwardly, withough any checking, produce the URL.
getNiceUrl(Block, Parameters, Parameters, boolean) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
getNick() - Method in class org.mmbase.applications.mmbob.Poster
 
getNode() - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
getNode() - Method in class org.mmbase.applications.mmbob.Mailbox
get the mailbox-node
getNode() - Method in class org.mmbase.applications.mmbob.Poster
get a node for a poster
getNode() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
getNode() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Gets the temporary node corresponding to this object.
getNode(int) - Method in interface org.mmbase.bridge.Cloud
Returns the node with the specified number from this cloud.
getNode(String) - Method in interface org.mmbase.bridge.Cloud
Returns the node with the specified number from this cloud.
getNode() - Method in interface org.mmbase.bridge.FieldValue
Returns the Node to which this value belongs.
getNode(Cloud, NodeManager, MMObjectNode) - Static method in class org.mmbase.bridge.implementation.AbstractNodeList
 
getNode(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getNode(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getNode() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
getNode() - Method in class org.mmbase.bridge.implementation.BasicNode
Obtains a reference to the underlying MMObjectNode.
getNode(int) - Method in class org.mmbase.bridge.implementation.BasicNodeList
 
getNode(String) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getNode() - Method in class org.mmbase.bridge.implementation.VirtualNode
Obtains a reference to the underlying MMObjectNode.
getNode(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
 
getNode() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
getNode(boolean) - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
Gets the Node variable from the parent NodeProvider.
getNode(Map<String, Object>, NodeManager, boolean) - Method in class org.mmbase.bridge.mock.MockCloud
 
getNode(int) - Method in class org.mmbase.bridge.mock.MockCloud
 
getNode(Map<String, Object>, NodeManager, boolean) - Method in class org.mmbase.bridge.mock.MockTransaction
 
getNode(int) - Method in interface org.mmbase.bridge.NodeList
Returns the Node at the indicated postion in the list
getNode(UserContext) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getNode(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
getNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeList_Proxy
 
getNode(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNode(RemoteUserContext) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getNode(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNode(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNode() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
getNode(int) - Method in interface org.mmbase.bridge.remote.RemoteNodeList
 
getNode(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNode(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNode(RemoteUserContext) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getNode(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
getNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeList_Rmi
 
getNode(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNode(int) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNode(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNode() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
getNode(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
getNode(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeList
 
getNode(int) - Method in class org.mmbase.bridge.util.CollectionNodeList
 
getNode() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getNode(int) - Method in class org.mmbase.bridge.util.TreeList
 
getNode(int, boolean) - Method in class org.mmbase.core.util.StorageConnector
Retrieves a node based on it's number (a unique key).
getNode() - Method in class org.mmbase.datatypes.EmailValidated
 
getNode(String, boolean) - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves a node based on a unique key.
getNode(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves a node based on a unique key.
getNode(int) - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves a node based on it's number (a unique key), retrieving the node from the node cache if possible.
getNode(MMObjectNode, Parameters) - Static method in class org.mmbase.module.core.MMObjectNodeFunction
 
getNode(int, boolean) - Method in class org.mmbase.module.core.MMTable
Retrieves a node based on it's number (a unique key).
getNode(String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
Tries to get the node with number 'key'.
getNode(String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
getNode(Cloud, Document) - Method in interface org.mmbase.module.lucene.IndexDefinition
Defines how a Node for this index must be produced.
getNode(Cloud, Document) - Method in class org.mmbase.module.lucene.Indexer
 
getNode(Cloud, Document) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getNode(IndexFieldDefinition) - Method in class org.mmbase.module.lucene.MMBaseEntry
 
getNode(Cloud, Document) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getNode() - Method in class org.mmbase.module.sessionInfo
 
getNode() - Method in class org.mmbase.notifications.Notifyable
returs node of type notifyable
getNode(Cloud, String, String) - Method in class org.mmbase.richtext.processors.xml.Wiki
Simply considers the id the node-number, but this could be sophisitcated on.
getNode(UserContext) - Method in class org.mmbase.security.Authentication
This method returns an MMBase node that corresponds with the given UserContext
getNode(UserContext) - Method in interface org.mmbase.security.AuthenticationData
This method returns an MMBase node that corresponds with the given UserContext
getNode(UserContext) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
getNode(NodeManager, String, String) - Method in class org.mmbase.security.implementation.cloudcontext.ConvertTool
 
getNode(NodeManager, String) - Method in class org.mmbase.security.implementation.cloudcontext.ConvertTool
 
getNode() - Method in class org.mmbase.security.implementation.cloudcontext.User
An MMObjectNode (of type 'mmbaseusers') is associated with this User object.
getNode(int, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
For a certain node number , return the MMObjectNode representing it
getNode(BridgeServlet.QueryParts) - Method in class org.mmbase.servlet.BridgeServlet
Servlets would often need a node.
getNode() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getNode(MMObjectBuilder, int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getNode(MMObjectBuilder, int) - Method in interface org.mmbase.storage.StorageManager
Select a node from a specified builder
getNode() - Method in class org.mmbase.streams.createcaches.Job
 
getNode(Parameters) - Method in class org.mmbase.util.functions.NodeFunction
 
getNode() - Method in class org.mmbase.util.images.NodeReceiver
The icache node in which the conversion results must be stored.
getNodeByAlias(String) - Method in interface org.mmbase.bridge.Cloud
Returns the node with the specified alias from this cloud.
getNodeByAlias(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getNodeByAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNodeByAlias(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNodeByAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNodeByAlias(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNodeByAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNodeByAlias(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNodeByAlias(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNodeCacheEntries() - Method in class org.mmbase.module.tools.MMAdmin
 
getNodeEvent() - Method in class org.mmbase.core.event.RelationEvent
 
getNodeFromCache(Integer) - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves a node from the cache, or null if it doesn't exist.
getNodeFromPageContext() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
getNodeFunction(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getNodeFunction(String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getNodeFunction(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getNodeFunction(String) - Method in class org.mmbase.bridge.util.AbstractNode
getNodeGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.core.MMObjectBuilder
Returns a GUI-indicator for the node itself.
getNodeIdentifier() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getNodeIterator(String) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
Creates an (Huge)NodeListIterator for this index definition
getNodeList(Query) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getNodeList(Object, String, Map<String, ?>) - Method in class org.mmbase.module.ProcessorModule
GetNodeListFunction(String, Parameter[]) - Constructor for class org.mmbase.module.ProcessorModule.GetNodeListFunction
 
getNodeManager(String) - Method in interface org.mmbase.bridge.Cloud
Returns the specified node manager.
getNodeManager(int) - Method in interface org.mmbase.bridge.Cloud
Returns the specified node manager.
getNodeManager() - Method in interface org.mmbase.bridge.Field
Returns the node manager this field belongs to.
getNodeManager(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getNodeManager(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
Retrieves a node manager
getNodeManager() - Method in class org.mmbase.bridge.implementation.BasicField
 
getNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getNodeManager(int) - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList
 
getNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getNodeManager() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getNodeManager() - Method in class org.mmbase.bridge.implementation.VirtualNodeManager.VirtualNodeManagerField
 
getNodeManager(Cloud, Attribute) - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
getNodeManager(String) - Method in class org.mmbase.bridge.mock.MockCloud
 
getNodeManager() - Method in interface org.mmbase.bridge.Node
Returns the node manager for this node.
getNodeManager(int) - Method in interface org.mmbase.bridge.NodeManagerList
Returns the NodeManager at the indicated postion in the list
getNodeManager() - Method in interface org.mmbase.bridge.NodeQuery
Returns the node-manager.
getNodeManager(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNodeManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getNodeManager(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManagerList_Proxy
 
getNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getNodeManager(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNodeManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNodeManager(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNodeManager(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getNodeManager(int) - Method in interface org.mmbase.bridge.remote.RemoteNodeManagerList
 
getNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getNodeManager(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNodeManager(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNodeManager(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNodeManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getNodeManager(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManagerList_Rmi
 
getNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getNodeManager(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNodeManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNodeManager(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNodeManager(int) - Method in class org.mmbase.bridge.util.AbstractCloud
On default we don't associate number id's with node managers
getNodeManager() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getNodeManager(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
 
getNodeManager(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerList
 
getNodeManager() - Method in class org.mmbase.bridge.util.DataTypeField
 
getNodeManager() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getNodeManager() - Method in class org.mmbase.bridge.util.MapNode
 
getNodeManager() - Method in class org.mmbase.bridge.util.NodeQueryWrapper
 
getNodeManager() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getNodeManager() - Method in class org.mmbase.core.AbstractField
 
getNodeManager() - Method in class org.mmbase.core.CoreField
 
getNodeManagerAndDescendants(NodeManager) - Method in class org.mmbase.bridge.mock.AbstractQueryHandler
 
getNodeManagerDescription(String) - Method in class org.mmbase.bridge.mock.MockBuilderReader
 
getNodeManagerDescription(String) - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getNodeManagerFromQuery(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getNodeManagers() - Method in interface org.mmbase.bridge.Cloud
Returns all node managers available in this cloud.
getNodeManagers() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getNodeManagers() - Method in class org.mmbase.bridge.mock.MockCloud
 
getNodeManagers() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNodeManagers() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNodeManagers() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNodeManagers() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNodeManagers() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNodeManagers() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNodeManagers() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNodenr() - Method in class org.mmbase.applications.vprowizards.spring.action.DeleteNodeAction
 
getNodenr() - Method in class org.mmbase.applications.vprowizards.spring.action.UpdateNodeAction
 
getNodenrList() - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
getNodenType() - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
getNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
getNodeNumber() - Method in class org.mmbase.core.event.NodeEvent
 
getNodeNumber() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getNodeOrNull(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
Gets a node from the context.
getNodeParameterDef(Parameter...) - Static method in class org.mmbase.util.functions.NodeFunction
 
getNodeProvider() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getNodeQuery() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
getNodeQuery() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
getNodeQuery() - Method in interface org.mmbase.bridge.jsp.taglib.containers.NodeQueryContainer
Returns the currently by the container defined query object.
getNodeQuery() - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
getNodeQuery() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
getNodeRef() - Method in class org.mmbase.bridge.implementation.VirtualNode
Returns the MMObjectNode on which the VirtualNode was based
getNodeReferenceFromValue(String, Map<String, Object>, Map<String, Integer>) - Method in class org.mmbase.applications.dove.Dove
Converts the value of a field to a node reference (either a temporary id or an object alias or number).
getNodes() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getNodes() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getNodes() - Method in class org.mmbase.bridge.mock.MockTransaction
 
getNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
getNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNodes() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getNodes() - Method in interface org.mmbase.bridge.remote.RemoteStep
 
getNodes() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteStep_Rmi
 
getNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNodes() - Method in interface org.mmbase.bridge.Transaction
 
getNodes(Collection<MMObjectNode>) - Method in class org.mmbase.core.util.StorageConnector
Convert virtual nodes to real nodes based on their otype Normally a multirelations-search will return virtual nodes.
getNodes(SearchQuery) - Method in class org.mmbase.core.util.StorageConnector
Returns nodes matching a specified constraint.
getNodes(SearchQuery, boolean) - Method in class org.mmbase.core.util.StorageConnector
Returns nodes matching a specified constraint.
getNodes() - Method in class org.mmbase.core.util.StorageConnector
Returns all the nodes from the associated builder.
getNodes() - Method in class org.mmbase.module.builders.VersionCacheWhenNode
Deprecated.
 
getNodes(Collection<MMObjectNode>) - Method in class org.mmbase.module.core.MMTable
Convert virtual nodes to real nodes based on their otype Normally a multirelations-search will return virtual nodes.
getNodes(NodeSearchQuery) - Method in class org.mmbase.module.core.MMTable
Returns nodes matching a specified constraint.
getNodes() - Method in class org.mmbase.module.core.MMTable
Returns all the nodes from the builder.
getNodes(Object, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
getNodes() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
getNodes(SearchQuery, MMObjectBuilder) - Method in class org.mmbase.storage.search.implementation.database.BasicQueryHandler
 
getNodes(SearchQuery, MMObjectBuilder) - Method in interface org.mmbase.storage.search.SearchQueryHandler
Processes a search query, returns the result as a list of nodes.
getNodes() - Method in interface org.mmbase.storage.search.Step
Gets nodenumbers for nodes that must be included in this step.
getNodes(MMBase) - Method in class org.mmbase.util.xml.applicationdata.NodeReader
 
getNodes(MMBase) - Method in class org.mmbase.util.xml.applicationdata.RelationNodeReader
 
getNodesAndTrim(Query) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getNodesAndTrim(Query, int) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getNodesFromQuery(Query, String) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
 
getNodesStep(List<Step>, int) - Method in class org.mmbase.module.core.ClusterBuilder
Gets first step from list, that corresponds to the builder of a specified node - or one of its parentbuilders.
getNodeStep() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getNodeStep() - Method in interface org.mmbase.bridge.NodeQuery
Returns the step for which the fields are added (or null)
getNodeStep() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getNodeStep() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getNodeStep() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getNodeStep() - Method in class org.mmbase.bridge.util.NodeQueryWrapper
 
getNodeTextValue(Node) - Static method in class org.mmbase.util.xml.DocumentReader
Return the text value of a node.
getNodeTextValue(Node, boolean) - Static method in class org.mmbase.util.xml.DocumentReader
 
getNodeToCheck() - Method in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
getNodeType() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getNodeType(int) - Method in class org.mmbase.core.util.StorageConnector
Retrieves an object's type.
getNodeType(int) - Method in class org.mmbase.module.core.MMTable
Retrieves an object's type.
getNodeType(int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getNodeType(int) - Method in interface org.mmbase.storage.StorageManager
Returns the nodetype for a specified nodereference
getNodeValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getNodeValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
Returns the Node value of a certain field, but in the case of a VirtualNode this can also occasionally be null because the node can have been deleted.
getNodeValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a Node.
getNodeValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getNodeValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getNodeValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getNodeValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getNodeValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getNodeValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getNodeValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getNodeValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getNodeValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getNodeVar() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
getNodeVar() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getNodeVar() - Method in interface org.mmbase.bridge.jsp.taglib.FieldProvider
 
getNodeVar() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
A fieldprovider also provides a node.
getNodeVar() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
getNodeVar() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
getNodeVar() - Method in interface org.mmbase.bridge.jsp.taglib.NodeProvider
 
getNodeVar() - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
For use by children, they can find the current 'node' belonging to this tag.
getNonAdministrators(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getNonAdministrators(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
List all the posters not allready a administrator for this forum
getNonModerators(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
List all the posters not allready a moderator (so possible moderators) for this postarea
getNonModerators(String) - Method in class org.mmbase.applications.mmbob.PostArea
Deprecated.
returning enumerations?!
getNonTransactionalCloud() - Method in interface org.mmbase.bridge.Cloud
Returns a cloud which is not a Transaction.
getNonTransactionalCloud() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.mock.MockTransaction
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getNonTransactionalCloud() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getNonTransactionalCloud() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNotificationDate() - Method in class org.mmbase.notifications.Notifyable
 
getNotifications() - Method in class org.mmbase.notifications.Notifyable
 
getNullValue() - Method in class org.mmbase.datatypes.DateTimePattern.Element
The int-value representing null.
getNumber() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getNumber() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getNumber() - Method in interface org.mmbase.bridge.Node
Returns the unique number for this node.
getNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getNumber() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getNumber() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getNumber() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getNumber() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getNumber() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getNumber() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getNumber() - Method in class org.mmbase.bridge.util.AbstractNode
 
getNumber() - Method in class org.mmbase.bridge.util.MapNode
 
getNumber() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getNumber(String) - Method in class org.mmbase.module.builders.Cookies
get the object number of this browser based on the current cookie as defined by the key
getNumber(String) - Method in class org.mmbase.module.builders.People
Get the object number for the current user's people object, based on the current user/cookie as defined by the key.
getNumber(String) - Method in class org.mmbase.module.builders.Users
get the number of the user object connected to this cookie.
getNumber() - Method in class org.mmbase.module.core.MMObjectBuilder
Returns the builder object number, which also functions as the objecttype.
getNumber() - Method in class org.mmbase.module.core.MMObjectNode
Retrieve an object's number.
getNumber(String) - Method in class org.mmbase.module.corebuilders.OAlias
Obtain the number of a node through its alias
getNumber() - Method in class org.mmbase.streams.createcaches.Job
 
getNumber() - Static method in class org.mmbase.Version
Returns the version number of this MMBase.
getNumberByName(String) - Method in class org.mmbase.module.corebuilders.RelDef
Search the relation definition table for the identifying number of a relationdefinition, by name of the role to use.
getNumberByName(String, boolean) - Method in class org.mmbase.module.corebuilders.RelDef
Search the relation definition table for the identifying number of a relationdefinition, by name of the role to use.
getNumberField() - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
getNumberOfComments() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful and ImageInfo.setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfImages() - Method in class org.mmbase.util.images.ImageInfo
Returns the number of images in the examined file.
getNumberOfProducedNodes() - Method in class org.mmbase.module.lucene.Searcher
 
getNumberOfPropagatedEvents() - Method in class org.mmbase.core.event.EventManager
 
getNumberToNameCache() - Method in class org.mmbase.module.corebuilders.TypeDef
 
getNumberValue(String) - Static method in class org.mmbase.bridge.util.Queries
Used in implementation of createConstraint
getOAlias() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the OAlias builder.
getObject(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Gets an object from the Context.
getObject(String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
getObject() - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
getObject(String, String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
Makes sure that the node identify with 'key' is a temporary node for the given owner.
getObject(String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
getObject(String, String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
getObject() - Method in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
getObjectConditional(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Support '[key]?', which returns the object with name [key] if it is present, or simply null otherwise.
getObjectContexts() - Method in class org.mmbase.applications.xmlimporter.Transaction
Gets HashMap of all non-anonymous object contexts, mapped by their id.
getObjectField(String, String, String) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
getObjectField(String, String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
getObjectField(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getObjectField(StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getObjectFieldAsString(String, String, String) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
getObjectFields(EditState) - Method in class org.mmbase.module.gui.html.ObjectSelector
 
getObjectNumber() - Method in class org.mmbase.applications.editwizard.Wizard
 
getObjectProperty(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getObjectRelations(EditState) - Method in class org.mmbase.module.gui.html.ObjectSelector
 
getObjectRelations2(EditState) - Method in class org.mmbase.module.gui.html.ObjectSelector
 
getObjectRelations3(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.ObjectSelector
Retrieves a list of existing relations and allowed relation types to a specific node.
getObjectSelectionList(EditState) - Method in class org.mmbase.module.gui.html.ObjectSelector
Builds a list of HTML Table rows to display a table of found values.
getObjectSelectionTitles(EditState) - Method in class org.mmbase.module.gui.html.ObjectSelector
Builds a list of title strings containing the fields to be displayed Item1 = Name of the field (GUI Name)
getObjectType() - Method in class org.mmbase.module.core.MMObjectBuilder
Returns the objecttype (otype).
getObjectType(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getObjectTypeName(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getObjectValue(MMObjectNode, String) - Method in class org.mmbase.applications.media.builders.MediaFragments
 
getObjectValue(String) - Method in interface org.mmbase.bridge.Node
Returns the field's value as an object.
getObjectValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getObjectValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getObjectValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getObjectValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getObjectValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getObjectValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getObjectValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getObjectValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getObjectValue(MMObjectNode, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Like getValue, but without the 'old' code (short_ html_ etc).
getOffset() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getOffset() - Method in class org.mmbase.bridge.jsp.taglib.IndexTag
 
getOffset() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getOffset() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getOffset() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getOffset() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getOffset() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getOffset() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getOffset() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getOffset() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getOffset() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getOffset() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getOffset() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getOffset() - Method in class org.mmbase.datatypes.DateTimePattern.Element
An offset to be used for presentation.
getOffset() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getOffset() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getOffset() - Method in interface org.mmbase.storage.search.SearchQuery
Gets the (zerobased) offset in the list of results, of the first result to return.
getOffset() - Method in class org.mmbase.util.magicfile.BasicDetector
 
getOldBuilder() - Method in class org.mmbase.module.core.MMObjectNode
getOldValue(String) - Method in class org.mmbase.core.event.NodeEvent
 
getOldValues() - Method in class org.mmbase.core.event.NodeEvent
old values can be different things.
getOldValues() - Method in class org.mmbase.module.core.MMObjectNode
This can be modified by other users of this object though.
getOpenBuilders(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.StateManager
 
getOperation(String) - Static method in class org.mmbase.security.Operation
retrieve a Operation by a given string
getOperationsCache() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
getOperator() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
getOperator() - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
getOperator(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
The operator to be used by whereHtmlInput(field, query)
getOperator(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
getOperator() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
getOperator() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
getOperator() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
getOperator() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
getOperator() - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
getOperator() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
getOperator() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
getOperator() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
getOperator() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
getOperator(String) - Static method in class org.mmbase.bridge.util.Queries
Creates a operator constant for use by createConstraint
getOperator(Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
The operator to be used by search(request, field, query)
getOperator() - Method in class org.mmbase.sms.BasicSMS
 
getOperator() - Method in interface org.mmbase.sms.SMS
The operator which was used to receive or sent the message(.
getOperator() - Method in interface org.mmbase.storage.search.FieldCompareConstraint
Gets the operator used to compare values.
getOperator() - Method in class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
 
getOperatorDescription() - Method in class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
Returns a description of the operator
getOptions() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
getOrderedElements() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
use getOrderedEntries
getOrderedElements(int) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
use getOrderedEntries
getOrderedEntries() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Returns an ordered list of Map.Entry's.
getOrderedEntries(int) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Returns an ordered list of Map.Entry's.
getOrigin() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
getOrigin() - Method in class org.mmbase.datatypes.BasicDataType
Return the DataType from which this one inherited, or null
getOrigin() - Method in interface org.mmbase.datatypes.DataType
Return the DataType from which this one inherited, or null
getOriginal(String) - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
Get the original value as stored in this Map, so without every wrapping which may have been done.
getOriginal(String) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
getOriginal(String) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
getOriginalBuilder() - Method in class org.mmbase.module.core.VirtualReferrerBuilder
Returns the original builder
getOriginalMap() - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
 
getOriginalMap() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
getOriginalMap() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
getOriginalObject() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns the original object.
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteModuleIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteModuleList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManagerIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManagerList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManagerIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManagerList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteStringIterator_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.RemoteStringList_Rmi
 
getOriginalObject() - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
getOsCahCacheNameResolver() - Method in class org.mmbase.applications.vprowizards.spring.cache.OSCacheHandlerInterceptor
 
getOtherAttributes() - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getOType() - Method in class org.mmbase.module.core.MMObjectNode
Retrieve an object's object type.
getOType() - Method in class org.mmbase.module.core.VirtualNode
 
getOTypes(List<String>) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
getOTypes(Cloud, List<String>, boolean) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getOut() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getOut() - Method in class org.mmbase.streams.createcaches.RecognizerResult
 
getOut() - Method in class org.mmbase.streams.createcaches.Result
The file receiving the result, or null if that is not applicable
getOut() - Method in class org.mmbase.streams.createcaches.SkippedResult
 
getOut() - Method in class org.mmbase.streams.createcaches.TranscoderResult
 
getOut() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
getOut() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
getOut() - Method in interface org.mmbase.streams.transcoders.Transcoder
{#link transcode} is feed with a destination.
getOutputFile() - Static method in class org.mmbase.module.core.MMBaseContext
Deprecated.
use logging system
getOutputStream() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getOutputStream() - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItem
 
getOutputStream() - Method in class org.mmbase.util.GenericResponseWrapper
Return the OutputStream.
getOutputStream() - Method in class org.mmbase.util.images.FileReceiver
 
getOutputStream() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
getOutputStream() - Method in class org.mmbase.util.images.MemoryReceiver
 
getOutputStream() - Method in class org.mmbase.util.images.NodeReceiver
 
getOutputStream() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
getOutputStream() - Method in class org.mmbase.util.LocalServletResponse
 
getOutputValue(int, Node, String, Dimension) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getOutputWriter(Logger) - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
getOutputWriter(Logger) - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
getOutputWriter(Logger) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
getOutputWriter(Logger) - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
getOwnerField() - Method in class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
getOwnerField() - Method in interface org.mmbase.bridge.remote.RemoteUserContext
 
getOwnerField() - Method in class org.mmbase.bridge.remote.rmi.RemoteUserContext_Rmi
 
getOwnerField() - Method in class org.mmbase.module.TransactionHandler.User
 
getOwnerField() - Method in class org.mmbase.security.BasicUser
Gets the owner field value of new objects created by this user.
getOwnerField() - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
getOwnerField() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
getOwnerField() - Method in class org.mmbase.security.implementation.context.ContextUserContext
 
getOwnerField() - Method in interface org.mmbase.security.UserContext
Return the default owner field value for new nodes created by this user.
getPage() - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getPage() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
getPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
getPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
getPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
getPage() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
getPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
getPage() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
Return the page.
getPage() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getPageContext() - Method in interface org.mmbase.bridge.jsp.taglib.ContextProvider
 
getPageContext() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Just exposes the (otherwise protected) pageContext member.
getPageContext() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getPageContext() - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
 
getPageContext() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
getPageContext() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
getPageContext() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
getPageContextTag() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Returns the ContextTag first on the page
getPageCount(int) - Method in class org.mmbase.applications.mmbob.PostArea
get the number of pages for this postarea
getPageCount(int) - Method in class org.mmbase.applications.mmbob.PostThread
 
getPageSession(scanpage) - Method in class org.mmbase.module.gui.html.HtmlBase
Deprecated.
always returns null, do not use.
getPageString(Writer) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Returns a string which can be written to the page.
getPair(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
This function takes a key, which can contain dots.
getParam(String) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(String, String) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(String, int) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(String, long) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(String, Integer) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(String, boolean) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(String, Boolean) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getParam(HttpServletRequest, int) - Method in class org.mmbase.servlet.JamesServlet
Get the parameter specified.
getParam(int) - Method in class org.mmbase.util.scanpage
Get the parameter specified.
getParameter(int) - Method in class org.mmbase.applications.editwizard.WizardCommand
Returns the parameter with the indicated index of the parsed command.
getParameter(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getParameter(String) - Method in class org.mmbase.util.LocalServletRequest
 
getParameter2() - Method in class org.mmbase.util.functions.ExampleBean
 
getParameterDef(String) - Static method in class org.mmbase.util.functions.PatternNodeFunctionProvider.PatternNodeFunction
 
getParameterDefinition() - Method in class org.mmbase.bridge.jsp.taglib.editor.BasicEditor
 
getParameterDefinition() - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
getParameterDefinition() - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
 
getParameterDefinition() - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getParameterDefinition() - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
getParameterDefinition() - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
getParameterDefinition() - Method in class org.mmbase.framework.basic.BasicFramework
 
getParameterDefinition() - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
getParameterDefinition() - Method in class org.mmbase.framework.basic.BlockUrlConverter
Block url converters add an explicit 'component' and 'block' framework parameters
getParameterDefinition() - Method in class org.mmbase.framework.basic.ChainedUrlConverter
 
getParameterDefinition() - Method in class org.mmbase.framework.basic.MMBaseUrlConverter
 
getParameterDefinition() - Method in interface org.mmbase.framework.basic.UrlConverter
An URLConverter can add parameters to it's parent Framework.
getParameterDefinition() - Method in class org.mmbase.framework.Framework
 
getParameterDefinition() - Method in interface org.mmbase.security.ActionChecker
 
getParameterDefinition() - Method in class org.mmbase.security.ActionChecker.Rank
 
getParameterDefinition() - Method in class org.mmbase.security.RequestActionChecker
 
getParameterDefinition() - Method in class org.mmbase.util.functions.AbstractFunction
 
getParameterDefinition(Object, List<Method>) - Static method in class org.mmbase.util.functions.BeanFunction
 
getParameterDefinition() - Method in class org.mmbase.util.functions.CombinedFunction
 
getParameterDefinition() - Method in interface org.mmbase.util.functions.Function
 
getParameterDefinition() - Method in class org.mmbase.util.functions.WrappedFunction
 
getParameterDefinitonsByReflection(Class<?>, Map<String, Parameter<?>[]>) - Static method in class org.mmbase.util.functions.Functions
Generates a map of Parameter[] objects for a given class through reflection.
getParameterMap() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getParameterMap() - Method in class org.mmbase.util.LocalServletRequest
 
getParameterNames() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getParameterNames() - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
 
getParameterNames() - Method in class org.mmbase.util.LocalServletRequest
 
getParameters() - Method in interface org.mmbase.bridge.jsp.taglib.containers.FunctionContainer
Gets the parameters (provided by param sub-tags, referid).
getParameters() - Method in class org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
 
getParameters() - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
getParameters() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
The specified parameters, by the referids attirbute and by sub-param-tags.
getParameters() - Method in class org.mmbase.framework.AbstractRenderer
 
getParameters() - Method in class org.mmbase.framework.ChainedRenderer
 
getParameters() - Method in class org.mmbase.framework.ConnectionRenderer
 
getParameters() - Method in class org.mmbase.framework.DeniedRenderer
 
getParameters() - Method in class org.mmbase.framework.DocumentationRenderer
 
getParameters() - Method in class org.mmbase.framework.EditwizardRenderer
 
getParameters() - Method in class org.mmbase.framework.ErrorRenderer
 
getParameters() - Method in class org.mmbase.framework.IFrameRenderer
 
getParameters() - Method in class org.mmbase.framework.JspProcessor
 
getParameters() - Method in class org.mmbase.framework.JspRenderer
 
getParameters() - Method in interface org.mmbase.framework.Processor
A processor may need certain parameters.
getParameters() - Method in interface org.mmbase.framework.Renderer
A renderer may need certain parameters.
getParameters() - Method in class org.mmbase.framework.StringRenderer
 
getParameters() - Method in class org.mmbase.framework.WrappedRenderer
 
getParameters() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
getParameters() - Method in interface org.mmbase.storage.search.StringSearchConstraint
Gets value of additional parameters.
getParameters() - Static method in class org.mmbase.util.images.Factory
 
getParameterValues(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getParameterValues(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
Method to retrieve the parameter.
getParameterValues(String) - Method in class org.mmbase.util.LocalServletRequest
 
getParams() - Method in class org.mmbase.util.images.ImageConversionRequest
The parameters describing the conversion.
getParamsVector() - Method in class org.mmbase.util.scanpage
Retrieve all parameters of a page.
getParamValue(String, Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
try to obtain a decoded param string from the input Vector format in : s(11212) format out 11212 on a get with 's'
getParamVector(HttpServletRequest) - Method in class org.mmbase.servlet.JamesServlet
Get the Vector containing all parameters
getParent() - Method in class org.mmbase.applications.mmbob.PostArea
get the parent forum of this postarea
getParent() - Method in class org.mmbase.applications.mmbob.Poster
 
getParent() - Method in class org.mmbase.applications.mmbob.Posting
 
getParent() - Method in class org.mmbase.applications.mmbob.PostThread
 
getParent() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getParent() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getParent() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
getParent() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextContainer
 
getParent() - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
getParent() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
getParent() - Method in interface org.mmbase.bridge.NodeManager
Retrieve the parent of this NodeManager (the Nodemanager that this nodemanager extends from)
getParent() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getParent() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getParent() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getParent() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getParent() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getParent() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getParent() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getParent() - Method in interface org.mmbase.bridge.util.TreeIterator
Returns the 'parent' node of the most recently returned Node.
getParent() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
getParent() - Method in class org.mmbase.core.CoreField
Retrieves the parent builder for this field
getParent() - Method in class org.mmbase.framework.Block.Type
 
getParent() - Method in interface org.mmbase.module.database.MultiConnection
 
getParent() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
getParent() - Method in class org.mmbase.storage.util.Index
 
getParentBuilder() - Method in class org.mmbase.module.core.MMObjectBuilder
Returns the builder that this builder extends.
getParentBuilder() - Method in class org.mmbase.util.xml.BuilderReader
Get the builder that this builder extends
getParentClassName() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getParentClassName() - Method in class org.mmbase.util.xml.BuilderReader
 
getParentClassName() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getParentFragments(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Returns a Stack with all parent fragments.
getParentLogger() - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
getParentMaintainer() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getParentMaintainer() - Method in class org.mmbase.util.xml.BuilderReader
 
getParentMaintainer() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getParentProperties() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getParentProperties() - Method in class org.mmbase.util.xml.BuilderReader
 
getParentProperties() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getParentResourceLoader() - Method in class org.mmbase.util.ResourceLoader
Returns the 'parent' ResourceLoader.
getParentSearchAge() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getParentSearchAge() - Method in class org.mmbase.util.xml.BuilderReader
 
getParentSearchAge() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getParentVersion() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getParentVersion() - Method in class org.mmbase.util.xml.BuilderReader
 
getParentVersion() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getParseCost() - Method in class org.mmbase.clustering.Statistics
 
getParsedDate() - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
getParsedFlash(String, String) - Method in class org.mmbase.module.gui.flash.MMFlash
This function will try to generate a new flash thingie, generated from a template.
getParser() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
getParser() - Method in class org.mmbase.module.gui.flash.XMLDynamicFlashReader
get the parser
getParser() - Method in class org.mmbase.util.transformers.TagStripperFactory.ParserGetter
 
getPart() - Method in interface org.mmbase.storage.search.DateSortOrder
Returns the part of the date-field wich is to be compared.
getPart() - Method in interface org.mmbase.storage.search.FieldValueDateConstraint
Returns the part of the date-field wich is to be compared.
getPart() - Method in class org.mmbase.storage.search.implementation.BasicDateSortOrder
 
getPart() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
 
getPartDescription() - Method in class org.mmbase.storage.search.implementation.BasicDateSortOrder
Returns a description of the part
getPartDescription() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
Returns a description of the part
getPassword() - Method in class org.mmbase.applications.mmbob.Poster
 
getPassword(String) - Method in class org.mmbase.module.builders.Users
get password of user (indicated by its cookie).
getPassword() - Method in class org.mmbase.module.database.JDBC
 
getPassword() - Method in class org.mmbase.util.PasswordGenerator
Generate a password, based on the default template for this module.
getPassword(String) - Method in class org.mmbase.util.PasswordGenerator
Generate a password, based on the given template.
getPassword() - Method in interface org.mmbase.util.PasswordGeneratorInterface
Deprecated.
Generate a password, based on a default template.
getPassword(String) - Method in interface org.mmbase.util.PasswordGeneratorInterface
Deprecated.
Generate a password, based on the given template.
getPassword() - Method in class org.mmbase.util.PasswordGeneratorModule
 
getPassword(String) - Method in class org.mmbase.util.PasswordGeneratorModule
 
getPasswordAuthentication() - Method in class org.mmbase.applications.email.SimpleAuthenticator
Override of the default implementation.
getPasswordField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getPatch() - Method in class org.mmbase.util.images.ImageMagickImageConverter.Version
 
getPatchLevel() - Static method in class org.mmbase.Version
Returns the patch level number of this MMBase.
getPath() - Method in class org.mmbase.applications.vprowizards.spring.util.PathBuilder
 
getPath() - Method in class org.mmbase.bridge.jsp.taglib.ListTag
To be overridden by related-tag
getPath() - Method in class org.mmbase.bridge.jsp.taglib.macro.RelatedTag
Obtain the list path.
getPath() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getPath(String) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
getPath(HttpServletRequest) - Static method in class org.mmbase.framework.FrameworkFilter
 
getPath() - Method in class org.mmbase.framework.JspProcessor
 
getPath() - Method in class org.mmbase.framework.JspRenderer
 
getPath() - Method in class org.mmbase.module.builders.vwms.SCPcopy
Get root-path of the file at the destination host
getPath() - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
getPath() - Method in class org.mmbase.module.lucene.Indexer
 
getPath(String) - Method in class org.mmbase.util.xml.URIResolver.Entry
Uses this entry to resolve a href
getPath() - Method in class org.mmbase.util.xml.URIResolver
Creates a 'path' string, which is a list of directories.
getPathFromQuery(Query) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Get the path from this query where the field originated from.
getPathInfo() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getPathInfo() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
 
getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.NodeURLStreamHandler
 
getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
 
getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
 
getPathTranslated() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getPathTranslated() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getPattern(DataType) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
getPattern() - Method in class org.mmbase.datatypes.DateTimeDataType
The 'pattern' of a 'DateTime' value gives a DateTimePattern object which can be used as an indication for presentation.
getPattern() - Method in class org.mmbase.datatypes.DateTimePattern
Returns the original pattern, which can e.g.
getPattern() - Method in class org.mmbase.datatypes.StringDataType
Returns the regular expression pattern used to validate values for this datatype.
getPattern() - Method in class org.mmbase.datatypes.StringDataType.PatternRestriction
 
getPattern() - Method in class org.mmbase.util.functions.PatternParameter
 
getPatternRestriction() - Method in class org.mmbase.datatypes.StringDataType
Returns the 'pattern' restriction, containing the value, error messages, and fixed status of this attribute.
getPatterns() - Method in class org.mmbase.util.transformers.Censor
 
getPatterns() - Method in class org.mmbase.util.transformers.LinkFinder
 
getPatterns() - Method in class org.mmbase.util.transformers.RegexpReplacer
This on default gives the regexps configured for the base-class (a static member).
getPercentage() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getPhysicalHeightDpi() - Method in class org.mmbase.util.images.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class org.mmbase.util.images.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getPluralName(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Gets long name of the builder, using the specified language.
getPluralName() - Method in class org.mmbase.module.core.MMObjectBuilder
Gets long name of the builder in the current default language.
getPluralNames() - Method in class org.mmbase.module.core.MMObjectBuilder
Gets a list of plural names (language - value pairs)
getPluralNames() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Deprecated.
use getLocalizedPluralName()
getPolicy(Object) - Static method in class org.mmbase.cache.CachePolicy
Obtains a cache policy given a policy key.
getPool() - Method in class org.mmbase.module.database.MultiPool
For reporting purposes the connections in pool can be listed.
getPort() - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
getPort() - Method in class org.mmbase.module.RemoteMMCI
 
getPos() - Method in class org.mmbase.applications.mmbob.PostArea
 
getPos() - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
getPos() - Method in class org.mmbase.applications.mmbob.SubArea
 
getPosRelations(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.FieldSelector
 
getPossibleContexts() - Method in interface org.mmbase.bridge.Cloud
Contacts the security implementation to find out to which possible contexts are available to the current user.
getPossibleContexts() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getPossibleContexts() - Method in class org.mmbase.bridge.implementation.BasicNode
 
getPossibleContexts() - Method in class org.mmbase.bridge.mock.MockNode
 
getPossibleContexts() - Method in interface org.mmbase.bridge.Node
Contacts the security implementation to find out to which other possible contexts the context of this node may be set.
getPossibleContexts() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getPossibleContexts() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getPossibleContexts() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getPossibleContexts() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getPossibleContexts() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getPossibleContexts() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getPossibleContexts() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getPossibleContexts() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getPossibleContexts() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getPossibleContexts() - Method in class org.mmbase.bridge.util.AbstractNode
 
getPossibleContexts() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getPossibleContexts(UserContext) - Method in class org.mmbase.module.core.MMObjectNode
Returns the possible new security contexts for this node
getPossibleContexts(UserContext, int) - Method in class org.mmbase.security.Authorization
This method could be overrided by an extending class.
getPossibleContexts(UserContext) - Method in class org.mmbase.security.Authorization
This method could be overrided by an extending class.
getPossibleContexts(UserContext, int) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
Returns a list of all users in accounts.properties
getPossibleContexts(UserContext, int) - Method in class org.mmbase.security.implementation.cloud.Verify
 
getPossibleContexts(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getPossibleContexts(User) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
getPossibleContexts(User, MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
getPossibleContexts(User) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
getPossibleContexts(UserContext, int) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
getPossibleContexts(UserContext) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
getPossibleContexts(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
getPossibleContexts(UserContext, int) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
getPossibleContexts(UserContext, int) - Method in class org.mmbase.security.NoAuthorization
This method does nothing, except from returning a dummy value
getPostArea(String) - Method in class org.mmbase.applications.mmbob.Forum
get a postarea of this forum by it's MMbase objectnumber
getPostAreaConfig(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getPostAreaConfig(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getPostAreaConfig(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide configuration info on a forum
getPostAreaCount() - Method in class org.mmbase.applications.mmbob.Forum
get the number of postareas for this forum
getPostAreaInfo(String, String, int, int, int, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide general info on this postarea within the given forum
getPostAreas() - Method in class org.mmbase.applications.mmbob.Forum
get all the postareas of this forum
getPostAreas(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Get the PostAreas of the given forum
getPostCount() - Method in class org.mmbase.applications.mmbob.Forum
get the number of posts on the forum
getPostCount() - Method in class org.mmbase.applications.mmbob.PostArea
get the number of posts in this postarea
getPostCount() - Method in class org.mmbase.applications.mmbob.Poster
get the number of posts of this poster
getPostCount() - Method in class org.mmbase.applications.mmbob.PostThread
 
getPostCount() - Method in class org.mmbase.applications.mmbob.SubArea
 
getPoster(String) - Method in class org.mmbase.applications.mmbob.Forum
get a poster of this forum by it's accountname/nick (???)
getPoster(int) - Method in class org.mmbase.applications.mmbob.Forum
get a poster of this forum by it's MMBase Objectnumber
getPoster() - Method in class org.mmbase.applications.mmbob.Posting
get the accountname/nick of the poster of this posting
getPosterExpireTime() - Method in class org.mmbase.applications.mmbob.Forum
get the expiretime for the posters in seconds
getPosterInfo(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide info on a poster forum
getPosterNick(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getPosterPassword(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getPosters() - Method in class org.mmbase.applications.mmbob.Forum
get the posters of the forum
getPosters(String, String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getPostersNewCount() - Method in class org.mmbase.applications.mmbob.Forum
get the number of new posters for the forum
getPostersOnline() - Method in class org.mmbase.applications.mmbob.Forum
get the posters that are online
getPostersOnline(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Get the posters that are now online in this forum
getPostersOnlineCount() - Method in class org.mmbase.applications.mmbob.Forum
get the number of online posters for the forum
getPostersTotalCount() - Method in class org.mmbase.applications.mmbob.Forum
get the total number of posters in the forum
getPosting(String, String, String, String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Get a specific posting, for use in remove post where the posting to be deleted is displayed.
getPosting(int) - Method in class org.mmbase.applications.mmbob.PostThread
 
getPostingPageNumber(String, String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getPostingPos(int) - Method in class org.mmbase.applications.mmbob.PostThread
 
getPostings(String, String, String, int, int, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
List the postings within a postthread
getPostings(int, int) - Method in class org.mmbase.applications.mmbob.PostThread
 
getPostingsLoadedCount() - Method in class org.mmbase.applications.mmbob.Forum
 
getPostingsLoadedCount() - Method in class org.mmbase.applications.mmbob.PostArea
 
getPostingsOverflowPostArea() - Method in class org.mmbase.applications.mmbob.Forum
 
getPostingsOverflowPostArea() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getPostingsOverflowPostArea() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getPostingsOverflowPostArea() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getPostingsOverflowThreadPage() - Method in class org.mmbase.applications.mmbob.Forum
 
getPostingsOverflowThreadPage() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getPostingsOverflowThreadPage() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getPostingsOverflowThreadPage() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getPostingsPerPage() - Method in class org.mmbase.applications.mmbob.Forum
 
getPostingsPerPage() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getPostingsPerPage() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getPostingsPerPage() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getPostMultiParameter(String) - Method in class org.mmbase.util.HttpPost
This method returns the value of the postparameter as a Vector.
getPostMultiParameter(String, String) - Method in class org.mmbase.util.HttpPost
This method returns the value of the postparameter as a Vector.
getPostParameter(String) - Method in class org.mmbase.util.HttpPost
This method returns the value of the postparameter as a String.
getPostParameterBytes(String) - Method in class org.mmbase.util.HttpPost
This method returns the value of the postparameter as a String.
getPostParameterFile(String) - Method in class org.mmbase.util.HttpPost
This method returns the filename containing the postparametervalue If it is a parameter with multiple values it returns the first one.
getPostParameters() - Method in class org.mmbase.util.HttpPost
This method returns the Hashtable containing the POST information.
getPostProcessor() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
getPostThread(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getPostThread(String) - Method in class org.mmbase.applications.mmbob.PostArea
get a postthread by it's MMbase Objectnumber
getPostThreadCount() - Method in class org.mmbase.applications.mmbob.Forum
get the total number of postthreads in this forum
getPostThreadCount() - Method in class org.mmbase.applications.mmbob.PostArea
get the number of postthreads of the postarea
getPostThreadCount() - Method in class org.mmbase.applications.mmbob.SubArea
 
getPostThreadCountAvg() - Method in class org.mmbase.applications.mmbob.PostArea
get the average number of posts per postthread
getPostThreadInfo(String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getPostThreadLoadedCount() - Method in class org.mmbase.applications.mmbob.Forum
 
getPostThreadLoadedCount() - Method in class org.mmbase.applications.mmbob.ForumManager
 
getPostThreadLoadedCount() - Method in class org.mmbase.applications.mmbob.PostArea
 
getPostThreadNavigation(String, String, String, int, int, int, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Generate a navigation line (html) for a postthread
getPostThreads(String, String, int, int, int, int, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
List all the postthreads within a postarea
getPostThreads() - Method in class org.mmbase.applications.mmbob.PostArea
get all the postthreads in the postarea
getPostThreads(int, int) - Method in class org.mmbase.applications.mmbob.PostArea
get an iterator of the postthreads in the postarea
getPostTime() - Method in class org.mmbase.applications.mmbob.Posting
get the date/time (epoch) when this posting was posted
getPrecision() - Method in class org.mmbase.datatypes.DecimalDataType
The maximal value for BigDecimal.precision().
getPrecisionConstant(String) - Static method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
getPrecisionRestriction() - Method in class org.mmbase.datatypes.DecimalDataType
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.AvailableSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.ClientFormatSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.ClientLabelSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.FieldValueSorter
 
getPreference(MMObjectBuilder) - Method in class org.mmbase.applications.media.filters.NodeTypeSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.NodeTypeSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.PreferenceSorter
Implement a preference for this URLComposer
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.RealSorter.ChannelsSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.RealSorter.RealFormatSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.RealSorter.SpeedSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.ServerDimensionSorter
 
getPreference(URLComposer) - Method in class org.mmbase.applications.media.filters.ServerFormatSorter
 
getPrefix() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
getPrefix() - Method in class org.mmbase.core.event.SystemEvent.DataSourceAvailable
 
getPrefix(State) - Method in class org.mmbase.framework.basic.BasicFramework
 
getPrefix() - Method in class org.mmbase.util.logging.LoggerWriter
 
getPrefix() - Method in class org.mmbase.util.SqlExecutor
 
getPrefix(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Get the current or preferred prefix for a Namespace URI.
getPrefix() - Method in class org.mmbase.util.xml.URIResolver.Entry
 
getPrefixLength() - Method in class org.mmbase.util.xml.URIResolver.Entry
 
getPrefixPath() - Method in class org.mmbase.util.xml.URIResolver
Creates a List of strings, every entry is a directory prefixed with its 'prefix'.
getPreForm() - Method in class org.mmbase.applications.editwizard.Wizard
 
getPreForm(String) - Method in class org.mmbase.applications.editwizard.Wizard
 
getPreloadChangedThreadsTime() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getPreloadChangedThreadsTime() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getPrevious() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getPrevious() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getPrevious() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getPrevious() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getPrevious() - Method in interface org.mmbase.storage.search.RelationStep
Gets the previous step.
getPreviousDepth() - Method in interface org.mmbase.bridge.jsp.taglib.tree.TreeProvider
 
getPreviousDepth() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getPriority() - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
getPrivateMessagesEnabled() - Method in class org.mmbase.applications.mmbob.Forum
 
getPrivateMessagesEnabled() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getPrivateMessagesEnabled() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getPrivateMessagesEnabled() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getProcess() - Method in class org.mmbase.util.externalprocess.CommandLauncher
 
getProcessor(int) - Method in class org.mmbase.datatypes.BasicDataType
Returns the default processor for this action
getProcessor(int, int) - Method in class org.mmbase.datatypes.BasicDataType
Returns the processor for this action and processing type
getProcessor(int) - Method in interface org.mmbase.datatypes.DataType
Returns the default processor for this action
getProcessor(int, int) - Method in interface org.mmbase.datatypes.DataType
Returns the processor for this action and processing type
getProcessor() - Method in class org.mmbase.framework.basic.State
 
getProcessor() - Method in class org.mmbase.framework.Block
 
getProcessors() - Method in class org.mmbase.datatypes.processors.ChainedCommitProcessor
 
getProcessors() - Method in class org.mmbase.datatypes.processors.ChainedProcessor
 
getProcessorWithoutDefault(int, int) - Method in class org.mmbase.datatypes.BasicDataType
 
getProcessUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.BasicFramework
 
getProcessUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
getProcessUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.BlockUrlConverter
 
getProcessUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
getProcessUrl(String, Map<String, ?>, Parameters, boolean) - Method in interface org.mmbase.framework.basic.UrlConverter
 
getProcessUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.Framework
 
getProducer() - Method in class org.mmbase.util.functions.BeanFunction
 
getProfileDef(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getProfileDef(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getProfileDef(String) - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
getProfileDefs() - Method in class org.mmbase.applications.mmbob.Forum
 
getProfileDefs() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getProfileInfo() - Method in class org.mmbase.applications.mmbob.Poster
 
getProfileValue(String) - Method in class org.mmbase.applications.mmbob.Poster
 
getProfileValues(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getProfileValues() - Method in class org.mmbase.applications.mmbob.Poster
 
getProgress() - Method in class org.mmbase.streams.createcaches.Job
 
getPropagationCost() - Method in class org.mmbase.core.event.EventManager
 
getPropagationCostNs() - Method in class org.mmbase.core.event.EventManager
 
getProperties() - Method in class org.mmbase.applications.thememanager.StyleSheetClass
 
getProperties() - Method in class org.mmbase.applications.vprowizards.spring.GlobalError
 
getProperties() - Method in interface org.mmbase.bridge.BridgeList
Returns an (unmodifiable) view on all properties of this list (See BridgeList.getProperty(java.lang.Object)).
getProperties() - Method in interface org.mmbase.bridge.Cloud
Retrieves all properties previously set for this cloud.
getProperties() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getProperties() - Method in class org.mmbase.bridge.implementation.BasicList
 
getProperties() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getProperties() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getProperties() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getProperties() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
getProperties() - Method in interface org.mmbase.bridge.Module
Retrieve a copy of the module's properties
getProperties() - Method in interface org.mmbase.bridge.NodeManager
Retrieve a copy of the node manager's properties
getProperties() - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
getProperties() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getProperties() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getProperties() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getProperties() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getProperties() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getProperties() - Method in interface org.mmbase.bridge.remote.RemoteBridgeList
 
getProperties() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getProperties() - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getProperties() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getProperties() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getProperties() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getProperties() - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
getProperties() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getProperties() - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getProperties() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getProperties() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getProperties() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getProperties() - Method in class org.mmbase.bridge.util.AbstractBridgeList
 
getProperties() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getProperties() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getProperties() - Method in class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
getProperties() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
getProperties() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
getProperties() - Method in class org.mmbase.module.core.MMObjectNode
Return a the properties for this node.
getProperties(String) - Method in class org.mmbase.module.INFO
Returns the properties to the subclass.
getProperties() - Static method in class org.mmbase.module.smtp.CloudMailHandler
 
getProperties() - Method in class org.mmbase.module.smtp.SMTPFetcher
 
getProperties(String) - Method in class org.mmbase.servlet.JamesServlet
Gets properties.
getProperties(String) - Static method in class org.mmbase.util.ApplicationContextReader
 
getProperties() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the properties of this builder
getProperties() - Method in class org.mmbase.util.xml.ModuleReader
Get the properties of this builder
getProperties() - Method in class org.mmbase.util.xml.UtilReader
Get the properties of this utility.
getProperty(String) - Method in class org.mmbase.applications.thememanager.StyleSheetClass
 
getProperty(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getProperty(Object) - Method in interface org.mmbase.bridge.BridgeList
Retrieves a property previously set for this list.
getProperty(Object) - Method in interface org.mmbase.bridge.Cloud
Retrieves a property previously set for this cloud.
getProperty(Object) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getProperty(Object) - Method in class org.mmbase.bridge.implementation.BasicList
 
getProperty(String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
getProperty(Object) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
getProperty(String) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
getProperty(String) - Method in interface org.mmbase.bridge.Module
Retrieve a property of the module.
getProperty(String) - Method in interface org.mmbase.bridge.NodeManager
Retrieve a property of the node manager.
getProperty(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
getProperty(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getProperty(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getProperty(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getProperty(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getProperty(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getProperty(Object) - Method in interface org.mmbase.bridge.remote.RemoteBridgeList
 
getProperty(Object) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getProperty(String) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
getProperty(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getProperty(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getProperty(Object) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getProperty(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
getProperty(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getProperty(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
getProperty(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getProperty(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getProperty(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getProperty(Object) - Method in class org.mmbase.bridge.util.AbstractBridgeList
 
getProperty(Object) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getProperty(String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getProperty(Object) - Method in class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
getProperty(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
getProperty(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
getProperty(String) - Static method in class org.mmbase.core.util.SystemProperties
Returns the value of the property with the key
getProperty(Parameter<C>) - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
getProperty(Parameter<C>) - Method in interface org.mmbase.datatypes.handlers.Request
 
getProperty(String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Retrieves a named property of a server.
getProperty(String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Retrieves a named property of a server.
getProperty(String) - Method in class org.mmbase.module.core.MMObjectNode
Returns a specified property of this node.
getProperty(String, String) - Method in class org.mmbase.module.INFO
Returns one propertyvalue to the subclass (original in Module).
getProperty(String, String) - Method in class org.mmbase.servlet.JamesServlet
Gets a property out of the Environment.
getProperty(Node, String) - Method in class org.mmbase.streams.download.DownloadFunction
 
getProperty(String, E) - Method in class org.mmbase.util.xml.UtilReader.PropertiesMap
Returns the object mapped with 'key', or defaultValue if there is none.
getPropertyCount() - Method in class org.mmbase.applications.thememanager.StyleSheetClass
 
getPropertyNodes(Node) - Method in class org.mmbase.module.builders.Properties
 
getPropertyValues(String, String) - Method in class org.mmbase.util.ExtendedProperties
return a Vector of Strings which is parsed from a specified Property.
getProposal(Url, Parameters) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
Upon examining the user request an 'nice' URL is proposed by an UrlConverter to resolve the request.
getProps(String) - Method in class org.mmbase.util.ExtendedProperties
Read to this Property, the Properties from a file.
getProtocol() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getProtocol() - Method in class org.mmbase.util.LocalServletRequest
 
getProvider() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getProvider() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getProvider() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
getProvider() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getProviders(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
Get all mediaproviders belonging to this mediasource
getPuts() - Method in class org.mmbase.cache.Cache
Returns the number of times an element was committed to the table.
getPuts() - Method in class org.mmbase.cache.CacheManager.Bean
 
getPuts() - Method in interface org.mmbase.cache.CacheMBean
 
getQueries(Cloud, Node, Field) - Method in class org.mmbase.util.LocalizedEntryListFactory
Return the Query's that define this enumeration factory.
getQuery() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
getQuery() - Method in interface org.mmbase.bridge.jsp.taglib.containers.QueryContainer
Returns the currently by the container defined query object.
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
getQuery(Attribute) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Implements a getQuery for QueryContainerReferrers
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
getQuery() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
getQuery() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getQuery() - Method in class org.mmbase.bridge.util.TreeList.Branch
 
getQuery(String[]) - Static method in class org.mmbase.bridge.util.TreeList
For testing only.
getQuery(String, Analyzer, Query, String[]) - Method in class org.mmbase.module.lucene.Searcher
 
getQuery(Cloud, Node, Field) - Method in class org.mmbase.searchrelate.handlers.SRNodeHandler
 
getQueryDefinition() - Method in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
getQueryDefinition() - Method in class org.mmbase.module.lucene.IndexConfigurer
 
getQueryList() - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
getQueryString() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getQueryString() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getQueryTimeout() - Method in class org.mmbase.module.database.MultiStatement
 
getQueue() - Method in class org.mmbase.applications.crontab.CronDaemon
 
getQueue() - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
getQueue() - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
getQueue() - Method in class org.mmbase.sms.EventSender
 
getQueue() - Method in class org.mmbase.sms.Sender
 
getQuotaInfo(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Provide quota info on a poster
getQuotaMax() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getQuotaMax() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getQuotaMax() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getQuotaNumber() - Method in class org.mmbase.applications.mmbob.Poster
 
getQuotaSoftWarning() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getQuotaSoftWarning() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getQuotaSoftWarning() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getQuotaUsedNumber() - Method in class org.mmbase.applications.mmbob.Poster
 
getQuotaWarning() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getQuotaWarning() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getQuotaWarning() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getRadix() - Method in class org.mmbase.util.transformers.RadixTransformer
 
getRAMfile(Vector) - Method in interface org.mmbase.module.PlaylistsInterface
Deprecated.
 
getRange(HttpServletRequest, File) - Method in class org.mmbase.servlet.FileServlet
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
getRank() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
Gives the configured rank as a Rank object
getRank() - Method in class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
getRank() - Method in interface org.mmbase.bridge.remote.RemoteUserContext
 
getRank() - Method in class org.mmbase.bridge.remote.rmi.RemoteUserContext_Rmi
 
getRank() - Method in class org.mmbase.module.TransactionHandler.User
 
getRank() - Method in class org.mmbase.security.ActionChecker.Rank
 
getRank() - Method in class org.mmbase.security.BasicUser
Gets the rank of this user.
getRank() - Method in class org.mmbase.security.implementation.basic.NameContext
 
getRank(String) - Method in class org.mmbase.security.implementation.cloud.Authenticate
Gets rank from user
getRank() - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
getRank(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getRank(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
Converts this MMObjectNode to a real rank.
getRank(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
Deprecated. 
getRank() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
getRank(MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
 
getRank(String) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
 
getRank(String, String) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
 
getRank() - Method in class org.mmbase.security.implementation.context.ContextUserContext
 
getRank(String) - Static method in class org.mmbase.security.Rank
 
getRank() - Method in interface org.mmbase.security.UserContext
Get the rank of this user.
getRankCache() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
getRankNode(Rank) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
Gets the rank node with given rank, or if no such node, the node with the highest rank smaller than given rank.
getRanks() - Static method in class org.mmbase.security.Rank
Returns all ranks currently known by the security implemetation.
getRatio() - Method in class org.mmbase.cache.Cache
Returns the ratio of hits and misses.
getRatio() - Method in class org.mmbase.cache.CacheManager.Bean
 
getRatio() - Method in interface org.mmbase.cache.CacheMBean
 
getRawEnvVars() - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
getRawEnvVars returns an array of lines read from the shell.
getRawInput() - Method in class org.mmbase.util.magicfile.BasicDetector
 
getReader() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getReader() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getReader() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getReader() - Method in class org.mmbase.util.LocalServletRequest
 
getReader(InputStream, String) - Method in class org.mmbase.util.ResourceLoader
getReader(String) - Method in class org.mmbase.util.ResourceLoader
Returns a reader for a given resource.
getReadonlyLocalizedString() - Method in class org.mmbase.util.LocalizedString
 
getReadonlyLocalizedString() - Method in class org.mmbase.util.ReadonlyLocalizedString
 
getReadonlyLocalizedString() - Method in class org.mmbase.util.WrappedLocalizedString
 
getRealConnection() - Method in class org.mmbase.module.database.MultiConnectionImplementation
Deprecated.
Use ConnectionWrapper.unwrap(Class) (a java 1.6 method from 'Wrapper')
getRealField(IndexFieldDefinition) - Method in class org.mmbase.module.lucene.MMBaseEntry
 
getRealNode(int, int) - Method in class org.mmbase.bridge.util.TreeList
Returns node 'index' of query result 'queryIndex' as a 'real' node (so not a cluster node)
getRealNode(int) - Method in class org.mmbase.bridge.util.TreeList.TreeItr
Returns the 'real' node, thus the just used 'next' node of index.
getRealNode(String) - Method in class org.mmbase.module.core.ClusterNode
Obtain the 'real' nodes, associated with a specified objectbuilder.
getRealPath(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRealPath(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getRealPath(String) - Method in class org.mmbase.util.LocalServletRequest
Deprecated.
getReceiver(String) - Static method in class org.mmbase.sms.Receiver
 
getReceiver() - Static method in class org.mmbase.sms.Receiver
 
getReceiver() - Method in class org.mmbase.util.images.ImageConversionRequest
 
getRecipients() - Method in class org.mmbase.module.smtp.SMTPFetcher
 
getReciprocalGUIName() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getReciprocalGUIName() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the gui name (prompt) of the role from destination to source
getReciprocalGUIName() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getReciprocalGUIName() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getReciprocalGUIName() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getReciprocalRole() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getReciprocalRole() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the role of the destination to the source
getReciprocalRole() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getReciprocalRole() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getReciprocalRole() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRecords(Query) - Method in class org.mmbase.bridge.mock.AggregatedQueryHandler
 
getRecords(Query) - Method in class org.mmbase.bridge.mock.MultilevelQueryHandler
 
getRecords(Query) - Method in class org.mmbase.bridge.mock.NodeQueryHandler
 
getRecords(Query) - Method in interface org.mmbase.bridge.mock.QueryHandler
 
getRedirected() - Method in class org.mmbase.util.GenericResponseWrapper
 
getReferer() - Method in class org.mmbase.util.scanpage
Gets the referrer from the request header.
getReferid() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getReferids(Attribute, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.util.Referids
 
getRegistry(String, int) - Method in class org.mmbase.module.RemoteMMCI
 
getRelate() - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
getRelated(String, String) - Method in class org.mmbase.module.corebuilders.InsRel
get MMObjectNodes related to a specified MMObjectNode
getRelated(int, String) - Method in class org.mmbase.module.corebuilders.InsRel
get MMObjectNodes related to a specified MMObjectNode
getRelated(int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Get MMObjectNodes of a specified type related to a specified MMObjectNode
getRelated(String, String, String) - Method in class org.mmbase.module.corebuilders.InsRel
get MMObjectNodes related to a specified MMObjectNode
getRelated(int, String, String) - Method in class org.mmbase.module.corebuilders.InsRel
get MMObjectNodes related to a specified MMObjectNode
getRelated(int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Get MMObjectNodes of a specified type related to a specified MMObjectNode
getRelatedCreateType(Node) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelatedFromNode() - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
getRelatedfromNode() - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
getRelatedNode() - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
getRelatedNode(Node, Field) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelatedNode(int, MMObjectNode) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Determines the number of the node referenced by another node.
getRelatedNodes(NodeManager, String) - Method in class org.mmbase.bridge.implementation.BasicNode
Get related nodes for this node
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getRelatedNodes() - Method in interface org.mmbase.bridge.Node
Returns all related nodes.
getRelatedNodes(String) - Method in interface org.mmbase.bridge.Node
Returns all related nodes that have a specific node manager.
getRelatedNodes(NodeManager) - Method in interface org.mmbase.bridge.Node
Returns all related nodes that have a specific node manager.
getRelatedNodes(String, String, String) - Method in interface org.mmbase.bridge.Node
Returns all related nodes that have a specific node manager and role.
getRelatedNodes(NodeManager, String, String) - Method in interface org.mmbase.bridge.Node
Returns all related nodes that have a specific node manager and role.
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelatedNodes(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelatedNodes(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelatedNodes(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelatedNodes(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelatedNodes(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelatedNodes() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelatedNodes(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelatedNodes(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelatedNodes() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelatedNodes(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelatedNodes(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelatedNodes() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelatedNodes(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelatedNodes(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelatedNodes() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelatedNodes(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelatedNodes(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelatedNodes(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelatedNodes(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelatedNodes(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelatedNodes(RemoteNodeManager, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelatedNodes() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelatedNodes(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelatedNodes() - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelatedNodes(NodeManager) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.util.MapNode
 
getRelatedNodes() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelatedNodes(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelatedNodes(NodeManager) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelatedNodes(String, String, String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelatedNodes(NodeManager, String, String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelatedNodes(Node, NodeManager, String, String, String, String) - Static method in class org.mmbase.bridge.util.Queries
Queries a list of cluster nodes, using a NodeQuery (so al fields of one step are available), plus some fields of the relation step.
getRelatedNodes() - Method in class org.mmbase.module.core.MMObjectNode
Get all related nodes.
getRelatedNodes(String) - Method in class org.mmbase.module.core.MMObjectNode
Get the related nodes of a certain type.
getRelatedNodes(String, int) - Method in class org.mmbase.module.core.MMObjectNode
If you query from this_node_type(type) (typex, insrel, typey where typex == typey) { if the insrel table is directional, use the multirelations.SEARCH_BOTH if the insrel table is not directional, use the multirelations.SEARCH_SOURCE + multirelations.SEARCH_DESTINATION } Otherwise the SEARCH_BOTH will result in an OR on insrel which will never return in (huge) databases.
getRelatedNodes(String, String, int) - Method in class org.mmbase.module.core.MMObjectNode
If you query from this_node_type(type) (typex, insrel, typey where typex == typey) { if the insrel table is directional, use the multirelations.SEARCH_BOTH if the insrel table is not directional, use the multirelations.SEARCH_SOURCE + multirelations.SEARCH_DESTINATION } Otherwise the SEARCH_BOTH will result in an OR on insrel which will never return in (huge) databases.
getRelatedNodes(Node, NodeManager) - Static method in class org.mmbase.richtext.processors.xml.Util
 
getRelatedNodesInTransaction(Node, NodeQuery) - Static method in class org.mmbase.bridge.util.Queries
Returns the related nodes of a certain node (defined by the query), including the one that where related to it in the current transaction.
getRelatedQuery(Node) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelatedType(Node) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelatedVector(int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Deprecated. 
getRelatedVector(int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Deprecated. 
getRelation(int) - Method in interface org.mmbase.bridge.Cloud
Returns the relation with the specified number from this cloud.
getRelation(String) - Method in interface org.mmbase.bridge.Cloud
Returns the relation with the specified number from this cloud.
getRelation(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelation(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelation(int) - Method in class org.mmbase.bridge.implementation.BasicRelationList
 
getRelation(int) - Method in interface org.mmbase.bridge.RelationList
Returns the Relation at the indicated postion in the list
getRelation(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelation(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelation(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationList_Proxy
 
getRelation(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelation(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelation(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelation(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelation(int) - Method in interface org.mmbase.bridge.remote.RemoteRelationList
 
getRelation(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelation(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelation(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelation(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelation(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationList_Rmi
 
getRelation(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelation(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelation(int) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelation(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelation(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
getRelation(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationList
 
getRelation(int) - Method in class org.mmbase.bridge.util.CollectionRelationList
 
getRelation(int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Test whether a relation exists and returns the corresponding node.
getRelationBuilders() - Method in class org.mmbase.module.corebuilders.RelDef
Returns a list of builders currently implementing a relation node.
getRelationCount() - Method in class org.mmbase.module.core.MMObjectNode
Returns the number of relations of this node.
getRelationCount(String) - Method in class org.mmbase.module.core.MMObjectNode
Return the number of relations of this node, filtered on a specified type.
getRelationCount() - Method in class org.mmbase.module.core.VirtualNode
Returns the number of relations of this node.
getRelationCount(String) - Method in class org.mmbase.module.core.VirtualNode
Return the number of relations of this node, filtered on a specified type.
getRelationDestinationNumber() - Method in class org.mmbase.core.event.RelationEvent
 
getRelationDestinationType() - Method in class org.mmbase.core.event.RelationEvent
 
getRelationManager(int) - Method in interface org.mmbase.bridge.Cloud
Returns the specified relation manager.
getRelationManager(String, String, String) - Method in interface org.mmbase.bridge.Cloud
Returns the specified relation manager.
getRelationManager(NodeManager, NodeManager, String) - Method in interface org.mmbase.bridge.Cloud
Returns the specified relation manager.
getRelationManager(String) - Method in interface org.mmbase.bridge.Cloud
Returns the specified relation manager.
getRelationManager(int, int, int) - Method in class org.mmbase.bridge.implementation.BasicCloud
Retrieves a RelationManager.
getRelationManager(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManager(String, String, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManager(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManager() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
getRelationManager(int) - Method in class org.mmbase.bridge.implementation.BasicRelationManagerList
 
getRelationManager() - Method in interface org.mmbase.bridge.Relation
Retrieves the RelationManager used
getRelationManager(int) - Method in interface org.mmbase.bridge.RelationManagerList
Returns the RelationManager at the indicated postion in the list
getRelationManager(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelationManager(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManagerList_Proxy
 
getRelationManager(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManager(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManager(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManager(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelationManager(int) - Method in interface org.mmbase.bridge.remote.RemoteRelationManagerList
 
getRelationManager(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManager(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManager(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManager(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelationManager(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManagerList_Rmi
 
getRelationManager(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManager(int) - Method in class org.mmbase.bridge.util.AbstractCloud
On default we don't associated number id's with node managers
getRelationManager(String, String, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelationManager(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelationManager(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
 
getRelationManager(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerList
 
getRelationManager(Node) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelationManagers() - Method in interface org.mmbase.bridge.Cloud
Returns all relation managers available in this cloud.
getRelationManagers(String, String, String) - Method in interface org.mmbase.bridge.Cloud
Returns all relation managers available in this cloud that follow the specified filter.
getRelationManagers(NodeManager, NodeManager, String) - Method in interface org.mmbase.bridge.Cloud
Returns all relation managers available in this cloud that follow the specified filter.
getRelationManagers() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManagers(String, String, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManagers(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getRelationManagers(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManagers(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManagers() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getRelationManagers(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManagers(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManagers() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getRelationManagers(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManagers(RemoteNodeManager, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManagers() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getRelationManagers(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManagers(RemoteNodeManager, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManagers() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getRelationManagers(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManagers(RemoteNodeManager, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManagers() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getRelationManagers(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManagers(RemoteNodeManager, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManagers() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getRelationManagers() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelationManagers(String, String, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelationManagers(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getRelationNode(int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Test whether a relation exists and returns the corresponding node.
getRelationNodes() - Method in class org.mmbase.module.core.MMObjectNode
 
getRelationNodes(int) - Method in class org.mmbase.module.corebuilders.InsRel
Get relation(s) for an MMObjectNode, using a specified role (reldef) as a filter.
getRelationNodes(int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Get relation(s) for an MMObjectNode, using a specified role (reldef) as a filter.
getRelationNodes(int, boolean) - Method in class org.mmbase.module.corebuilders.InsRel
Get all relation(s) for an MMObjectNode.
getRelationNodes(int, int, boolean) - Method in class org.mmbase.module.corebuilders.InsRel
Get all relation(s) for a MMObjectNode This function returns all relations in which the node is either a source or the destination.
getRelationNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getRelationRole() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplate
 
GETRELATIONS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
getRelations(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a getrelations call, by obtaining relations for each node specified.
getRelations(TmpObject) - Method in class org.mmbase.applications.xmlimporter.Transaction
For an object in this transaction, looks up all its relations, and returns access objects for these.
getRelations(String, String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.implementation.BasicNode
Returns a list of relations of the given node.
getRelations(Node) - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getRelations() - Method in interface org.mmbase.bridge.Node
Returns all relation nodes attached to this node.
getRelations(String) - Method in interface org.mmbase.bridge.Node
Returns all relation nodes attached to this node that have a specific role
getRelations(String, String) - Method in interface org.mmbase.bridge.Node
Returns all relation nodes attached to this node that have a specific role, or refer a node from a specific nodemanager
getRelations(String, NodeManager) - Method in interface org.mmbase.bridge.Node
Returns all relation nodes attached to this node that have a specific role, or refer a node from a specific nodemanager
getRelations(String, NodeManager, String) - Method in interface org.mmbase.bridge.Node
 
getRelations(Node) - Method in interface org.mmbase.bridge.RelationManager
Retrieves all the relations of this type from a given node.
getRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelations(String, NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelations(String, NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelations(String, NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getRelations(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelations(String, NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelations(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getRelations() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelations(String, String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelations(String, RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelations(String, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getRelations() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelations(String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelations(String, RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelations(String, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelations(String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelations(String, RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelations(String, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getRelations(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelations(String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelations(String, RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelations(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelations(String, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelations(String, RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelations(String, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelations(String, RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelations(String, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelations(String, RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelations(String, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getRelations(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelations(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelations(String, RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelations(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelations(String, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getRelations() - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelations(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelations(String, NodeManager) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelations(String, String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.util.MapNode
 
getRelations(String, String) - Method in class org.mmbase.bridge.util.MapNode
 
getRelations() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelations(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelations(String, String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelations(String, NodeManager) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelations(String, NodeManager, String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getRelations(Query, Node) - Static method in class org.mmbase.bridge.util.Queries
Explores a query object, returns the relations the node has within the query.
getRelations() - Method in class org.mmbase.module.core.ClusterNode
Return the relations of this node.
getRelations() - Method in class org.mmbase.module.core.MMObjectNode
Return the relations of this node.
getRelations(int) - Method in class org.mmbase.module.core.MMObjectNode
Return the relations of this node, filtered on a specified type.
getRelations(String) - Method in class org.mmbase.module.core.MMObjectNode
Return the relations of this node, filtered on a specified type.
getRelations() - Method in class org.mmbase.module.core.VirtualNode
Return the relations of this node.
getRelations(int) - Method in class org.mmbase.module.corebuilders.InsRel
Get relation(s) for a MMObjectNode
getRelations(int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Get relation(s) for a MMObjectNode, using a specified role (reldef) as a filter
getRelations(int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Get relations for a specified MMObjectNode
getRelations(int, int, int, boolean) - Method in class org.mmbase.module.corebuilders.InsRel
Gets relations for a specified MMObjectNode
getRelations_main(int) - Method in class org.mmbase.module.core.MMObjectBuilder
Returns all relations of a node.
getRelationsInPersistentCloud() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Gets the relations of this object in the persistent cloud.
getRelationsNodes(Element, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Handles a node by retrieving its relations and storing its content in a DOM element.
getRelationSourceNumber() - Method in class org.mmbase.core.event.RelationEvent
 
getRelationSources() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get relationsources attached to this application
getRelationSourceType() - Method in class org.mmbase.core.event.RelationEvent
 
getRelationsQuery(Node) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelationStepDirection(String) - Static method in class org.mmbase.bridge.util.Queries
Translates a string to a search direction constant.
getRelationsVector(int) - Method in class org.mmbase.module.corebuilders.InsRel
getRelationsVector(int, int) - Method in class org.mmbase.module.corebuilders.InsRel
getRelationTable() - Method in class org.mmbase.module.gui.html.EditState
 
getRelationTable() - Method in class org.mmbase.module.gui.html.EditStateNode
Returns Hashtable with the currently linked items sorted by relation type.
getRelationValues() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
TODO.
getRelDef() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the RelDef builder.
getRelDefs(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.FieldSelector
 
getReleaseStatus() - Static method in class org.mmbase.Version
A String describing the status of this release.
getReleaseStrategy() - Method in class org.mmbase.cache.CacheManager.Bean
 
getReleaseStrategy() - Method in class org.mmbase.cache.QueryResultCache
 
getReleaseStrategy() - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getRelevantBuilders() - Method in class org.mmbase.notifications.Notifier
 
getRelsNrByName(String, String) - Method in class org.mmbase.module.corebuilders.RelDef
getRelTypes(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.FieldSelector
 
getRemaining() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
getRemote(Cloud) - Method in class org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy
 
getRemoteAddr() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRemoteAddr() - Method in class org.mmbase.util.LocalServletRequest
 
getRemoteHost(String) - Method in class org.mmbase.applications.mmbob.Poster
 
getRemoteHost() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRemoteHost() - Method in class org.mmbase.util.LocalServletRequest
 
getRemoteHosts(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getRemoteHosts() - Method in class org.mmbase.applications.mmbob.Poster
 
getRemotePort() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRemotePort() - Method in class org.mmbase.util.LocalServletRequest
 
getRemoteUser() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRemoteUser(HttpServletRequest) - Static method in class org.mmbase.util.HttpAuth
Deprecated.
getRemoteUser
getRemoteUser(PageInfo) - Static method in class org.mmbase.util.HttpAuth
Deprecated.
getRemoteUser
getRemoteUser() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getRenderer(Renderer) - Method in class org.mmbase.framework.basic.State
Determines what should be rendered now.
getRenderer() - Method in class org.mmbase.framework.basic.State
 
getRenderer(Renderer.Type) - Method in class org.mmbase.framework.Block
 
getRenderer() - Method in class org.mmbase.framework.RenderHints
The renderer where these hints are hinting for.
getRenderers() - Method in class org.mmbase.framework.Block
All renderers assiociated with this Block.
getRenderingBlock(Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
 
getRenderingBlock(Parameters) - Method in class org.mmbase.framework.Framework
Returns the block, which is currently rendering, or null
getReplacer() - Method in class org.mmbase.util.transformers.Asciifier
The replacer character in stead of a ?.
getReplaces() - Method in class org.mmbase.module.gui.flash.XMLDynamicFlashReader
 
getReplyOnEachPage() - Method in class org.mmbase.applications.mmbob.Forum
 
getReplyOnEachPage() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getReplyOnEachPage() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getReplyOnEachPage() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getRepository(String) - Static method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
getRequest() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getRequest() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getRequest() - Method in class org.mmbase.framework.basic.State
 
getRequest() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getRequest() - Method in class org.mmbase.util.PageInfo
Returns the HttpServletRequest object for this request.
getRequestDispatcher(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getRequestDispatcher(String) - Method in class org.mmbase.util.LocalServletRequest
 
getRequestedSessionId() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRequestedSessionId() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getRequestMethods(String) - Static method in class org.mmbase.util.functions.PatternNodeFunctionProvider
 
getRequestURI() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRequestURI() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getRequestURL() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getRequestURL(HttpServletRequest) - Static method in class org.mmbase.servlet.MMBaseServlet
Return URI with QueryString appended
getRequestURL() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getRequiredRestriction() - Method in class org.mmbase.datatypes.BasicDataType
Returns the 'required' restriction, containing the value, error messages, and fixed status of this attribute.
getRequiredRestriction() - Method in interface org.mmbase.datatypes.DataType
Returns the 'required' restriction, containing the value, error messages, and fixed status of this attribute.
getRequiredValueTypes() - Static method in class org.mmbase.core.event.NodeEvent
Gets the types (interfaces) which values must implement in the values and oldvalues maps.
getRequirements() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the applicationlist required by this application
getResizeTemplate(Node, int, int) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
Returns the resize template string to be used by img servlet without cropping
getResolution() - Method in class org.mmbase.core.event.TransactionEvent.Resolve
 
getResolvers() - Static method in class org.mmbase.bridge.ContextProvider
Returns the list of ContextProvider.Resolvers that is used in the implementation of ContextProvider.getCloudContext(String).
getResource(String) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
getResource(PageContext, String) - Static method in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
getResource(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getResource(String) - Method in class org.mmbase.util.ResourceLoader
 
getResource(String, Locale, ClassLoader, Map<String, Object>, Class<?>, Comparator<? super Object>) - Static method in class org.mmbase.util.SortedBundle
 
getResource() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
 
getResourceAsStream(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getResourceBuilder() - Static method in class org.mmbase.util.ResourceLoader
 
getResourceBundle(Locale) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
getResourceList(String) - Method in class org.mmbase.util.ResourceLoader
Returns a List, containing all URL's which may represent the given resource.
getResourceLoader() - Static method in class org.mmbase.util.logging.Logging
Logging is configured with a log file.
getResourceLoader() - Method in class org.mmbase.util.ResourceWatcher
The associated ResourceLoader
getResourceNode(String) - Method in class org.mmbase.util.ResourceLoader
 
getResourcePath(DatabaseMetaData) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageLookup
Obtain an path to a database configuration resource
getResourcePaths(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getResourcePaths(Pattern, boolean) - Method in class org.mmbase.util.ResourceLoader
Returns a set of 'sub resources' (read: 'files in the same directory'), which can succesfully be loaded by the ResourceLoader.
getResourcePaths(Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader
getResources(String) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
getResources(String) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
Returns a List of URL's with the same name.
getResources() - Method in class org.mmbase.util.ResourceWatcher
 
getResourceWatchers() - Static method in class org.mmbase.util.ResourceWatcher
 
getResponse() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getResponse() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getResponse() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getResponse() - Method in class org.mmbase.util.PageInfo
Returns the HttpServletResponse object for this request.
getResponseXML() - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
getRestrictions() - Method in class org.mmbase.datatypes.BasicDataType
 
getResult() - Method in class org.mmbase.security.implementation.cloudcontext.ConvertTool
 
getResult() - Method in class org.mmbase.storage.search.ResultBuilder
 
getResult() - Method in class org.mmbase.util.ExprCalc
Returns the calculated value of the expression
getResult(String[]) - Static method in class org.mmbase.util.XSLTransformer
 
getResultList() - Method in class org.mmbase.util.XMLCheckErrorHandler
 
getResultNodeList(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
Aggregating query result.
getResultSet() - Method in class org.mmbase.module.database.MultiStatement
 
getResultSetConcurrency() - Method in class org.mmbase.module.database.MultiStatement
 
getResultSetHoldability() - Method in class org.mmbase.module.database.MultiStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.mmbase.module.database.MultiStatement
 
getReturnList() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
getReturnList() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
getReturnType() - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getReturnType() - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
getReturnType() - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
getReturnType() - Method in class org.mmbase.util.functions.AbstractFunction
 
getReturnType() - Method in class org.mmbase.util.functions.CombinedFunction
 
getReturnType() - Method in interface org.mmbase.util.functions.Function
 
getReturnType() - Method in class org.mmbase.util.functions.NodeFunction
 
getReturnType(Class<?>) - Static method in class org.mmbase.util.functions.ReturnType
 
getReturnType() - Method in class org.mmbase.util.functions.WrappedFunction
 
getRMArgs(StringBuilder, MMObjectNode, Map<String, Object>) - Static method in class org.mmbase.applications.media.urlcomposers.RealURLComposer
 
getRole() - Method in class org.mmbase.applications.thememanager.ImageSet
 
getRole() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
getRole() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getRole() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getRole() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getRole() - Method in class org.mmbase.core.event.RelationEvent
 
getRole() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getRole() - Method in interface org.mmbase.storage.search.RelationStep
Gets the role for this relation, if specified.
getRoleDescription() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getRoles() - Method in class org.mmbase.module.corebuilders.RelDef
Returns all possible rnumbers ('roles').
getRootBuilder() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the Object builder.
getRootElement() - Method in class org.mmbase.util.xml.DocumentReader
Deprecated. 
getRootFragment(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Find the mediafragment of which the given mediafragment is a part.
getRoots() - Method in class org.mmbase.datatypes.DataTypeCollector
Returns all DataTypes in this Collector which did not have an origina DataType (in this Collector).
getRoots() - Method in class org.mmbase.module.gui.html.scanparser
 
getRoots() - Method in class org.mmbase.servlet.servdb
Deprecated.
 
getRootType() - Method in class org.mmbase.module.core.MMBase
Returns the otype of the Object builder, or -1 if it is not known.
getRootUrl() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getRoundingMode() - Method in class org.mmbase.datatypes.DecimalDataType
 
getRows(Field) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
getRunException() - Method in class org.mmbase.applications.crontab.Interruptable
 
getRunning() - Method in class org.mmbase.applications.crontab.CronDaemon
 
getSbspaceElements() - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Gets sbspace elements.
getSbspaceName(Element) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Gets value of name attribute of sbspace element.
getScale() - Method in class org.mmbase.datatypes.DecimalDataType
The maximal value for BigDecimal.scale().
getScaleRestriction() - Method in class org.mmbase.datatypes.DecimalDataType
 
getScanParsedFlash(scanpage) - Method in class org.mmbase.module.gui.flash.MMFlash
Dynamically generated flash.
getSchema() - Method in class org.mmbase.applications.editwizard.Wizard
 
getScheme() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getScheme(String) - Method in class org.mmbase.storage.StorageManagerFactory
Obtain a scheme from this factory.
getScheme(String, String) - Method in class org.mmbase.storage.StorageManagerFactory
Obtain a scheme from this factory.
getScheme() - Method in class org.mmbase.util.LocalServletRequest
 
getSCMRevision() - Static method in class org.mmbase.Version
Returns the SubVersion version from which the current jar was built.
getSearchAge() - Method in class org.mmbase.module.core.MMObjectBuilder
Gets search Age
getSearchAge(StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getSearchAge() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Retrieves the Search Age.
getSearchDir(String) - Static method in class org.mmbase.module.core.ClusterBuilder
Translates a string to a search direction constant.
getSearchDirString(int) - Static method in class org.mmbase.module.core.ClusterBuilder
Translates a search direction constant to a string.
getSearcher(String) - Method in class org.mmbase.module.lucene.Lucene
 
getSearcher(boolean) - Method in class org.mmbase.module.lucene.Searcher
 
getSearchFieldValue(Request, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
getSearchHash(Vector, String) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getSearchNodes() - Method in class org.mmbase.bridge.jsp.taglib.ListTag
To be overridden by related-tag
getSearchNodes() - Method in class org.mmbase.bridge.jsp.taglib.macro.RelatedTag
 
getSearchPosition() - Method in interface org.mmbase.bridge.Field
Retrieve the position of the field when searching.
getSearchPosition() - Method in class org.mmbase.bridge.mock.MockField
 
getSearchPosition() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getSearchPosition() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getSearchPosition() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getSearchPosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getSearchPosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getSearchPosition() - Method in class org.mmbase.core.AbstractField
 
getSearchPosition() - Method in class org.mmbase.core.CoreField
Retrieve the position of the field when searching.
getSearchQuery(String) - Method in class org.mmbase.core.util.StorageConnector
Creates search query that retrieves nodes matching a specified constraint.
getSearchQuery(MMObjectBuilder, String, String, String) - Static method in class org.mmbase.module.gui.html.HtmlBase
 
getSearchQueryHandler() - Method in class org.mmbase.module.core.MMBase
Returns a SearchQueryHandler to access the storage..
getSearchQueryHandler() - Method in class org.mmbase.storage.StorageManagerFactory
Obtains a SearchQueryHandler from the factory.
getSearchQueryHandlerClasses() - Method in class org.mmbase.storage.util.StorageReader
Attempt to obtain a list of SearchQueryHandler classes, using the classname as given in the configuration.
getSearchTerms() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
getSearchTerms() - Method in interface org.mmbase.storage.search.StringSearchConstraint
Gets the list of searchterms.
getSearchType() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
getSearchType() - Method in interface org.mmbase.storage.search.StringSearchConstraint
Gets the search type, this specifies how the search is performed.
getSearchTypeDescription() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Returns a description of the search type
getSearchValue(String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
getSearchValue(String, Field, int) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Converts the value to the actual value to be searched.
getSearchValue(String, Field, int) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
Converts the value to the actual value to be searched.
getSearchValue(String) - Method in class org.mmbase.module.gui.html.EditState
 
getSearchValue(String) - Method in class org.mmbase.module.gui.html.EditStateNode
 
getSearchValues() - Method in class org.mmbase.module.gui.html.EditState
 
getSearchValues() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getSeconds(String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the seconds part of the date
getSeconds(String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the seconds part of the date
getSeconds() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getSeconds(int) - Static method in class org.mmbase.util.RelativeTime
Retrieves the amount of seconds that are left in the timeValue variable (representing the time in milliseconds).
getSecureList(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
Result with Cluster Nodes (checked security)
getSelectionQuery() - Method in class org.mmbase.module.gui.html.EditState
 
getSelectionQuery() - Method in class org.mmbase.module.gui.html.EditStateNode
 
getSender() - Method in class org.mmbase.module.smtp.SMTPFetcher
 
getSendMail() - Static method in class org.mmbase.applications.email.EmailBuilder
Return the sendmail module
getSerializedXML(Node) - Static method in class org.mmbase.applications.editwizard.Utils
Serialize a node to a string, and return the result.
getServedNode(BridgeServlet.QueryParts, Node) - Method in class org.mmbase.servlet.BridgeServlet
If the node associated with the resonse is another node then the node associated with the request.\ (E.g.
getServedNode() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getServedNode(BridgeServlet.QueryParts, Node) - Method in class org.mmbase.servlet.ImageServlet
ImageServlet can serve a icache node in stead (using the 'extra parameters)'
getServerInfo() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getServerName() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getServerName() - Method in class org.mmbase.util.LocalServletRequest
 
getServerPort() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getServerPort() - Method in class org.mmbase.util.LocalServletRequest
 
getServers() - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
getServers() - Method in class org.mmbase.applications.crontab.CronEntry
A String indicating on the servers on which this Job must run.
getServlet(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getServletArgument(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getServletArguments(String, Function) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getServletByAssociation(String) - Static method in class org.mmbase.servlet.MMBaseServlet
Gets the name of the servlet that performs actions associated with the the given function.
getServletByMapping(String) - Static method in class org.mmbase.servlet.MMBaseServlet
Gets the servlet that belongs to the given mapping
getServletConfig() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getServletContext() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getServletContext() - Method in class org.mmbase.bridge.mock.jsp.MockServletConfig
 
getServletContext() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getServletContext() - Method in class org.mmbase.core.event.SystemEvent.ServletContext
 
getServletContext() - Static method in class org.mmbase.module.core.MMBaseContext
Returns the ServletContext used to initialize MMBase.
getServletContextName() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getServletFunction(Node) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getServletInfo() - Method in class org.mmbase.servlet.AttachmentServlet
 
getServletInfo() - Method in class org.mmbase.servlet.FileServlet
 
getServletInfo() - Method in class org.mmbase.servlet.ImageServlet
 
getServletInfo() - Method in class org.mmbase.servlet.MMBaseServlet
Returns information about this servlet.
getServletInfo() - Method in class org.mmbase.servlet.Performance
Info method, provides the user/server with some basic info on this Servlet
getServletInfo() - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
getServletInfo() - Method in class org.mmbase.servlet.servdb
Deprecated.
 
getServletInfo() - Method in class org.mmbase.servlet.servscan
 
getServletInfo() - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
Info method, provides the user/server with some basic info on this Servlet
getServletMappings(String) - Static method in class org.mmbase.servlet.MMBaseServlet
Gets all the mappings for a given servlet.
getServletMappingsByAssociation(String) - Static method in class org.mmbase.servlet.MMBaseServlet
Gets all the mappings for a given association.
getServletName() - Method in class org.mmbase.bridge.mock.jsp.MockServletConfig
 
getServletNames() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getServletNode(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getServletPath(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getServletPath() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getServletPath(String) - Method in class org.mmbase.module.builders.AbstractServletBuilder
Get a servlet path.
getServletPath() - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getServletPath() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getServlets() - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
getSession() - Method in class org.mmbase.applications.email.SendMail
 
getSession(boolean) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getSession() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getSession() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
getSession(Parameters, int) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
getSession(scanpage, String) - Method in class org.mmbase.module.sessions
 
getSession(scanpage, String) - Method in interface org.mmbase.module.sessionsInterface
 
getSession() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getSession(boolean) - Method in class org.mmbase.util.LocalHttpServletRequest
 
getSessionContext() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getSessionFile(File) - Static method in class org.mmbase.servlet.FileServlet
 
getSessionName() - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
getSessionName() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
getSessionName() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
getSessionName() - Method in class org.mmbase.util.scanpage
Return the session name.
getSessionStart() - Method in class org.mmbase.applications.mmbob.Poster
get the date/time (epoch) when the poster started this session
getSetCount(String) - Method in class org.mmbase.module.sessionInfo
return the number of values contained by a session variable
getSetCount(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
Gives the number of values contained by a certain session variable
getSets() - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getSetString(String) - Method in class org.mmbase.module.sessionInfo
returns the session variable values comma separaterd
getSetString(scanpage, StringTokenizer) - Method in class org.mmbase.module.sessions
returns the values of a session variable comma separated
getSetSurrogator() - Method in class org.mmbase.storage.StorageManagerFactory
Returns a filter which can be used to filter strings which are to be set into storage or null if none defined.
getSetting(String) - Method in class org.mmbase.framework.BasicComponent
 
getSetting(String) - Method in interface org.mmbase.framework.Component
Retrieves a setting (a definition, not a value; for that, use Framework.getSettingValue(Setting, Parameters)) with a certain name.
getSettings() - Method in class org.mmbase.framework.BasicComponent
 
getSettings() - Method in interface org.mmbase.framework.Component
An unmodifiable collection of all settings associated with this component
getSettingValue(Setting<C>, Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
 
getSettingValue(Setting<C>, Parameters) - Method in class org.mmbase.framework.Framework
Retrieves the value as configured by this framework for a certain Setting (which is always associated with a certain Component.
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.AbstractImages
 
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.AbstractServletBuilder
'Servlet' builders need a way to transform security to the servlet, in the gui functions, so they have to implement the 'SGUIIndicators'
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.Attachments
 
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.ReferredAttachments
 
getSGUIIndicatorForNode(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.AbstractImages
Returns GUI Indicator for node
getSGUIIndicatorForNode(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.ImageCaches
 
getSGUIIndicatorForNode(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.Images
 
getSharedSecret() - Method in class org.mmbase.security.MMBaseCop
get the shared Secret
getSharedSecret() - Method in class org.mmbase.security.MMBaseCopConfig
get the shared Secret
getShort(String, int) - Method in class org.mmbase.module.core.MMObjectBuilder
Support routine to return shorter strings.
getShortDay(int) - Method in class org.mmbase.util.DateStrings
Deprecated.
 
getShortedByte(String, int) - Method in class org.mmbase.module.core.ClusterBuilder
Get binary data of a database blob field.
getShortedByte(String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
getShortedByte(String, MMObjectNode) - Method in class org.mmbase.module.core.VirtualBuilder
Get binary data of a blob field.
getShortedInputStream(String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Get binary data of a blob field.
getShortedText(String, int) - Method in class org.mmbase.module.core.ClusterBuilder
Get text from a blob field.
getShortedText(String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Get text from a blob field.
getShortedText(String, MMObjectNode) - Method in class org.mmbase.module.core.VirtualBuilder
Get text from a blob field.
getShortMonth(int) - Method in class org.mmbase.util.DateStrings
Deprecated.
 
getShortName() - Method in class org.mmbase.applications.mmbob.PostArea
 
getShortName(Class<?>) - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
getShrinkStack() - Method in interface org.mmbase.bridge.jsp.taglib.tree.TreeProvider
 
getShrinkStack() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
getSiblings() - Method in interface org.mmbase.bridge.util.TreeIterator
Returns all nodes with the same parent as the most recently return Node (include that node itself).
getSiblings() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
getSignature() - Method in class org.mmbase.applications.mmbob.Poster
 
getSignature(int) - Method in class org.mmbase.applications.mmbob.Poster
 
getSignatures(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getSignatures() - Method in class org.mmbase.applications.mmbob.Poster
 
getSimilar() - Method in enum org.mmbase.applications.media.Format
 
getSimpleCharTransformer(String, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.ContentTag
Gets a CharTransformer identified by id, withouth trying to create chains of them.
getSimpleReturnValueName(String, String) - Static method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
Generates the variable-name for a field.
getSingleSignature(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
getSingleSignature() - Method in class org.mmbase.applications.mmbob.Poster
 
getSingularName(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Gets short name of the builder, using the specified language.
getSingularName() - Method in class org.mmbase.module.core.MMObjectBuilder
Gets short name of the builder in the current default language.
getSingularName(String, String) - Method in class org.mmbase.module.corebuilders.TypeDef
 
getSingularNames() - Method in class org.mmbase.module.core.MMObjectBuilder
Gets a list of singular names (language - value pairs)
getSingularNames() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Deprecated.
use getLocalizedSingularName()
getSize() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getSize(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getSize(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getSize(String) - Method in interface org.mmbase.bridge.Node
Returns the 'size' (e.g.
getSize(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getSize(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getSize(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getSize(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getSize(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getSize(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getSize(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getSize(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getSize(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getSize(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getSize(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getSize(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getSize(String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getSize(String) - Method in class org.mmbase.bridge.util.MapNode
 
getSize(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getSize() - Method in class org.mmbase.bridge.util.xml.Generator
The number of presented MMBase nodes in the document.
getSize() - Method in class org.mmbase.cache.Cache
 
getSize() - Method in class org.mmbase.cache.CacheManager.Bean
 
getSize() - Method in interface org.mmbase.cache.CacheMBean
 
getSize(String) - Method in class org.mmbase.module.core.ClusterNode
 
getSize(String) - Method in class org.mmbase.module.core.MMObjectNode
Returns the size (in byte) of the given field.
getSize() - Method in class org.mmbase.module.database.MultiPool
get the pool size
getSize() - Method in class org.mmbase.module.sessions
 
getSize(NodeManager, Node) - Method in class org.mmbase.servlet.HandleServlet
 
getSize() - Method in class org.mmbase.util.images.FileReceiver
 
getSize() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
getSize() - Method in class org.mmbase.util.images.MemoryReceiver
 
getSize() - Method in class org.mmbase.util.images.NodeReceiver
 
getSize() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
getSize() - Method in class org.mmbase.util.SerializableInputStream
 
getSleepPeriod() - Method in interface org.mmbase.core.util.DaemonTask
Deprecated.
Returns this task's sleep period.
getSleepPeriod() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
 
getSmartPath(String, String, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
This method will be finalized in MMBase 1.9 and removed afterwards. You can implement a new smart-path for your builders, with a class like SmartPathFunction in stead, and configure it in your builder xml as the implementation for the 'smartpath' function. This makes extensions less dependent on precise arguments (e.g. 'documentRoot' is not relevant for 'resourceloader' implementation), and makes this function pluggable on all builders. See also MMB-1449.
getSmartPath() - Method in class org.mmbase.module.core.SmartPathFunction
The found path as a String, or null if not found
getSmileysEnabled() - Method in class org.mmbase.applications.mmbob.Forum
 
getSmileysEnabled() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getSmileysEnabled() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getSmileysEnabled() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getSMS() - Method in class org.mmbase.sms.SMSEvent
 
getSocket() - Method in class org.mmbase.module.smtp.SMTPListener
 
getSort(String...) - Static method in class org.mmbase.module.lucene.Searcher
 
getSortedResources(String) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
getSortField() - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
getSortField() - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
getSortOrder(String) - Static method in class org.mmbase.bridge.util.Queries
Converts a String to a SortOrder constant
getSortOrderFieldValue(Node, SortOrder) - Static method in class org.mmbase.bridge.util.Queries
Obtains a value for the field of a sortorder from a given node.
getSortOrders() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getSortOrders() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getSortOrders() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getSortOrders() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getSortOrders() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getSortOrders() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getSortOrders() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getSortOrders() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getSortOrders() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getSortOrders() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getSortOrders() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getSortOrders() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getSortOrders() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getSortOrders() - Method in interface org.mmbase.storage.search.SearchQuery
Gets the SortOrder objects in the order they are to be applied.
getSortordersForField(String, MMObjectBuilder, List<SortOrder>, SearchQuery) - Static method in class org.mmbase.cache.ReleaseStrategy
utility for specializations: get all the sortorders in the query that apply to a certain field TODO MM: See remark at ReleaseStrategy.getConstraintsForField(java.lang.String, org.mmbase.module.core.MMObjectBuilder, org.mmbase.storage.search.Constraint, org.mmbase.storage.search.SearchQuery)
getSortPosition() - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
getSource() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getSource() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getSource() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
getSource() - Method in interface org.mmbase.bridge.Relation
Retrieves the source of the relation
getSource() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getSource() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getSource() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getSource() - Method in class org.mmbase.streams.createcaches.RecognizerResult
 
getSourceManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
getSourceManager() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the NodeManager of node that can act as the source of a relation of this type.
getSourceManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getSourceManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getSourceManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getSourceNode(Node) - Static method in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
getSourceNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
getSourceNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getSourceNodeRef() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
getSources(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Get all mediasources belonging to this mediafragment (scope should be protected)
getSourceType() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplate
 
getSpecializations(String) - Method in class org.mmbase.datatypes.DataTypeCollector
Returns a set of all DataTypes in this collector which are directly inherited from the one with given name
getSpecifiedValue(Field, Calendar) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
getSpecifiedValue(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
getSpeed(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
 
getSpeedPostTime() - Method in class org.mmbase.applications.mmbob.Forum
 
getSpeedPostTime() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getSpeedPostTime() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getSpeedPostTime() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getSpeedPostTime() - Method in class org.mmbase.applications.mmbob.PostArea
 
getSql() - Method in class org.mmbase.bridge.implementation.BasicQuery
Getter for use in EL.
getSql() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getSql(String) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getSqlCursor(String) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getSrcAttribute(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
getSrcName() - Method in class org.mmbase.module.gui.flash.XMLDynamicFlashReader
get the name of the src flash
getSSHpath() - Method in class org.mmbase.module.builders.vwms.SCPcopy
Get path to ssh command
getStack() - Method in class org.mmbase.framework.ErrorRenderer.Error
 
getStackEntry() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
How to wrap the values when they are stored somewhere.
getStackTrace() - Method in interface org.mmbase.module.database.MultiConnection
 
getStackTrace() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
getStage() - Method in class org.mmbase.streams.createcaches.Job
 
getStage() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getStage() - Method in class org.mmbase.streams.createcaches.Result
To what Stage of the transcoding process this result belongs.
getStart() - Method in class org.mmbase.applications.crontab.RunningCronEntry
Time when this jobs was supposed to be started.
getStart(String) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
getStartAlias() - Method in class org.mmbase.util.xml.applicationdata.ContextDepthDataReader
Retrieves the content of the alias attribute of the startnode.
getStartBuilder() - Method in class org.mmbase.util.xml.applicationdata.ContextDepthDataReader
Retrieves the content of the buidler attribute of the startnode.
getStartNode(NodeQuery, Cloud) - Static method in class org.mmbase.bridge.util.Queries
This method is the counterpart of Queries.setStartNode(org.mmbase.bridge.NodeQuery, org.mmbase.bridge.Node) and receives 'the' startnode from the Query (which may not be committed).
getStartNode(ContextDepthDataReader, MMBase) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Retrieves the number of the startnode referenced by the context configuration file..
getStartQuery(NodeReferrerTag, Attribute, Attribute) - Static method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
Retrieves the starting query from environment.
getStartTime() - Method in class org.mmbase.applications.crontab.Interruptable
 
getStartTime() - Method in interface org.mmbase.module.database.MultiConnection
 
getStartTime() - Method in class org.mmbase.module.database.MultiConnectionImplementation
Returns the moment on which the last SQL statement was started in seconds after 1970.
getStartTimeMillis() - Method in interface org.mmbase.module.database.MultiConnection
 
getStartTimeMillis() - Method in class org.mmbase.module.database.MultiConnectionImplementation
Returns the moment on which the last SQL statement was started in milliseconds after 1970.
getStartWhere() - Method in class org.mmbase.util.xml.applicationdata.ContextDepthDataReader
Retrieves the content of the where attribute of the startnode.
getStartWizardCommand() - Method in class org.mmbase.applications.editwizard.Wizard
Returns the subwizard start command
getState() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
getState() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getState() - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
getState(Poster) - Method in class org.mmbase.applications.mmbob.PostThread
 
getState() - Method in class org.mmbase.applications.mmbob.PostThread
 
getState() - Method in interface org.mmbase.bridge.Field
Returns this field's state identifier (virtual, persistent, system, systemvirtual).
getState() - Method in class org.mmbase.bridge.implementation.VirtualNodeManager.VirtualNodeManagerField
 
getState() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getState() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getState() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getState() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getState() - Method in class org.mmbase.core.AbstractField
 
getState(String) - Static method in class org.mmbase.core.util.Fields
Provide an id for the specified mmbase state description.
getState(Parameters) - Method in class org.mmbase.framework.basic.BlockUrlConverter
 
getState(ServletRequest) - Static method in class org.mmbase.framework.basic.State
Returns the framework 'State' object for the given request.
getState() - Method in class org.mmbase.module.core.MMBase
Retrieves whether this mmbase module is running.
getState(String) - Method in class org.mmbase.module.gui.html.StateManager
Retrieves the EditState for a user, or creates a new one if the user did not yet have an EditState assigned.
getState(String, String) - Method in interface org.mmbase.module.idInterface
Deprecated.
 
getState(String) - Method in class org.mmbase.module.Module
Returns a state value by name.
getState() - Method in class org.mmbase.module.tools.MMAdmin
Wether MMAdmin module was completely initialized (applications auto-deployed and so on).
getState() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getStateDescription(int) - Static method in class org.mmbase.core.util.Fields
Provide a description for the specified state.
getStates() - Method in class org.mmbase.module.cache
 
getStates() - Method in class org.mmbase.module.Module
Returns the module's runtime-generated state information as a unmodifiable map with name-value pairs.
getStates() - Method in class org.mmbase.module.sessions
 
getStateString() - Method in interface org.mmbase.module.database.MultiConnection
 
getStateString() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
getStats() - Method in class org.mmbase.cache.Cache
Returns statistics on this table.
getStats() - Method in class org.mmbase.cache.CacheManager.Bean
 
getStatus() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getStatus() - Method in class org.mmbase.module.builders.vwms.PerformProbe
 
getStatus() - Method in class org.mmbase.module.lucene.FullIndexEvents.Event
 
getStatus() - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
getStatus() - Method in class org.mmbase.module.scancache
Returns the status of this module.
getStatus() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the status of this builder.
getStatus() - Method in class org.mmbase.util.xml.ModuleReader
Get the status of this module
getStatusField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getStep(int) - Method in class org.mmbase.applications.vprowizards.spring.util.PathBuilder
retrieve the 'safe' name of a certain step.
getStep(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getStep() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
getStep() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
getStep(String) - Method in interface org.mmbase.bridge.Query
Returns the step with given alias, or null if it is not present
getStep() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
getStep(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getStep(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getStep() - Method in class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
getStep() - Method in interface org.mmbase.bridge.remote.RemoteAggregatedField
 
getStep(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getStep(String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getStep() - Method in interface org.mmbase.bridge.remote.RemoteStepField
 
getStep() - Method in class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
getStep(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getStep(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getStep() - Method in class org.mmbase.bridge.remote.rmi.RemoteStepField_Rmi
 
getStep(String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getStep() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
getStep() - Method in interface org.mmbase.storage.search.StepField
Gets the step associated with this fieldstep.
getStepField(Field) - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getStepField(Field) - Method in interface org.mmbase.bridge.NodeQuery
Since in a NodeQuery one of the steps is 'exceptional', also this function makes sense now.
getStepField(Field) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getStepField(RemoteField) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getStepField(RemoteField) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getStepField(Field) - Method in class org.mmbase.bridge.util.NodeQueryWrapper
 
getSteps() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getSteps() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getSteps() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getSteps() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getSteps() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
getSteps() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
getSteps() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
getSteps() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
getSteps() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
getSteps() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
getSteps() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getSteps() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getSteps() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getSteps() - Method in interface org.mmbase.storage.search.SearchQuery
Gets the steps in the search request.
getStorageConnector() - Method in class org.mmbase.module.core.MMTable
 
getStorageIdentifier() - Method in class org.mmbase.core.CoreField
Returns a storage identifier for this object.
getStorageIdentifier() - Method in interface org.mmbase.storage.Storable
Returns a storage identifier for this object.
getStorageIdentifier() - Method in class org.mmbase.storage.StorageManagerFactory
Obtains the identifier for the basic storage element.
getStorageIdentifier(Object) - Method in class org.mmbase.storage.StorageManagerFactory
Obtains a identifier for an MMBase object.
getStorageManager() - Method in class org.mmbase.module.core.MMBase
Returns a StorageManager to access the storage..
getStorageManager() - Method in class org.mmbase.storage.StorageManagerFactory
Obtains a StorageManager from the factory.
getStorageManagerClass() - Method in class org.mmbase.storage.util.StorageReader
Attempt to load a StorageManager class, using the classname as given in the configuration.
getStorageManagerFactory() - Method in class org.mmbase.module.core.MMBase
Returns StorageManagerFactory class used to access the storage configuration.
getStoragePosition() - Method in interface org.mmbase.bridge.Field
Retrieve the position of the field in the database table.
getStoragePosition() - Method in class org.mmbase.bridge.mock.MockField
 
getStoragePosition() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getStoragePosition() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getStoragePosition() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getStoragePosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getStoragePosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getStoragePosition() - Method in class org.mmbase.core.AbstractField
 
getStoragePosition() - Method in class org.mmbase.core.CoreField
Retrieve the position of the field in the database table.
getStorageType() - Method in class org.mmbase.core.CoreField
 
getStorageType() - Method in interface org.mmbase.storage.Storable
Retrieves the storage type.
getStoreBinaryAsFileObjects() - Method in class org.mmbase.storage.StorageManagerFactory
Returns a list of objects of which binary data should be stored in a file.
getStoreBinaryAsFileObjects() - Method in class org.mmbase.storage.util.StorageReader
 
getStream() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
 
getStream() - Method in class org.mmbase.util.xml.EntityResolver.Resource
 
getStream() - Method in class org.mmbase.util.xml.EntityResolver.StringResource
 
getStrength() - Method in class org.mmbase.util.LocaleCollator
 
getString(int) - Method in class org.mmbase.bridge.implementation.BasicStringList
 
getString(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Gets an object from the Context, and returns it as a String.
getString(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Returns the evaluated Attribute as a String.
getString(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.NullAttribute
 
getString() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
getString(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteStringList_Proxy
 
getString(int) - Method in interface org.mmbase.bridge.remote.RemoteStringList
 
getString(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteStringList_Rmi
 
getString(int) - Method in interface org.mmbase.bridge.StringList
Returns the string at the indicated postion in the list
getString(int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyStringList
 
getString(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringList
 
GetString() - Constructor for class org.mmbase.datatypes.processors.Duration.GetString
 
getString(long) - Static method in class org.mmbase.datatypes.processors.Duration.GetString
 
getString() - Method in class org.mmbase.util.Casting.StringWrapper
 
getString(Parameter<?>) - Method in class org.mmbase.util.functions.Parameters
Gets the value of a parameter, cast to a String.
getString(String) - Method in class org.mmbase.util.functions.Parameters
Gets the value of a parameter, cast to a String.
getString(Future) - Static method in class org.mmbase.util.ThreadPools
returns a identifier string for the given task.
getStringValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getStringValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getStringValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a String.
getStringValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getStringValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getStringValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getStringValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getStringValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getStringValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getStringValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getStringValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getStringValue(String) - Method in class org.mmbase.module.core.ClusterNode
Get a value of a certain field.
getStringValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getStringValue(MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getStringValue(ResultSet, int, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Retrieve a text for a specified object field.
getStringValue(MMObjectNode, CoreField) - Method in interface org.mmbase.storage.StorageManager
Retrieve a large text for a specified object field.
getStubPort(int) - Method in class org.mmbase.module.RemoteMMCI
 
getStyleClass() - Method in class org.mmbase.framework.IFrameRenderer
 
getStyleClass() - Method in class org.mmbase.framework.RenderHints
The framework may request to add a class for styling to the outermost produced XML tag.
getStyleClasses() - Method in class org.mmbase.datatypes.BasicDataType
 
getStyleClasses() - Method in interface org.mmbase.datatypes.DataType
 
getStyleSheet(String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getStyleSheet() - Method in class org.mmbase.applications.thememanager.Theme
 
getStyleSheet(String) - Method in class org.mmbase.applications.thememanager.Theme
 
getStyleSheet(String, String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getStyleSheetClass(String) - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
getStyleSheetClasses() - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
getStyleSheetClasses(String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getStyleSheetManager(String) - Method in class org.mmbase.applications.thememanager.Theme
 
getStyleSheetProperties(String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getStyleSheetProperty(String, String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getStyleSheets() - Method in class org.mmbase.applications.thememanager.Theme
 
getStyleSheetsCount() - Method in class org.mmbase.applications.thememanager.Theme
 
getSubArea(String) - Method in class org.mmbase.applications.mmbob.Forum
 
getSubAreas() - Method in class org.mmbase.applications.mmbob.SubArea
 
getSubCursor(String) - Method in interface org.mmbase.module.lucene.IndexDefinition
Returns an Iterator over all IndexEntry's defined by this index, restricted by a certain identifier.
getSubCursor(String) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
getSubCursor(String) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
getSubDefinitions() - Method in interface org.mmbase.module.lucene.IndexEntry
Returns a Collection of 'sub definition', probably copied from the IndexDefinition which produces this entry.
getSubDefinitions() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
getSubDefinitions() - Method in class org.mmbase.module.lucene.MMBaseEntry
 
getSubject() - Method in class org.mmbase.applications.mmbob.Posting
get the subject of this posting
getSubject() - Method in class org.mmbase.applications.mmbob.PostThread
 
getSubject() - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
getSubNodes(int, int, HashSet<Integer>, HashSet<Integer>, HashSet<Integer>, MMBase) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Searches the MMBase cloud, colelcting all nodes (and corresponmding relation nodes) that belong to a specific type, and which can be traced up to a certain depth of nodes to a starting node.
getSubQuery(Query, Node, int) - Static method in class org.mmbase.bridge.util.Queries
getSubQuery(Query, Node, int, int) - Static method in class org.mmbase.bridge.util.Queries
Given a Query, and Node, produces a new query, where the first part of the query is replaced by the Node.
getSubType() - Method in class org.mmbase.util.MimeType
 
getSubTypes() - Method in class org.mmbase.framework.Block.Type
 
getSubTypes() - Method in class org.mmbase.util.functions.ReturnType
 
getSuccessor() - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
Accessor to successor in chain of responsibility.
GetSuffix(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Get the suffix.
getSuperClasses(Class<?>) - Method in class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
getSuperGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
Gets the GUI indicator of the super class of this class, to avoid circular references in descendants, which will occur if they want to call super.getGUIIndicator().
getSupport() - Method in class org.mmbase.module.database.JDBC
 
getSupportedOutputFormats(Format) - Method in class org.mmbase.streams.media.codec.video.theora.FFMpeg2Theora
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicQueryHandler
 
getSupportLevel(Constraint, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicQueryHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
getSupportLevel(Constraint, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
 
getSupportLevel(Constraint, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.HSqlSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
 
getSupportLevel(Constraint, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.InformixSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
 
getSupportLevel(int, SearchQuery) - Method in interface org.mmbase.storage.search.implementation.database.SqlHandler
Gets the level at which a feature is supported for a query by this handler.
getSupportLevel(Constraint, SearchQuery) - Method in interface org.mmbase.storage.search.implementation.database.SqlHandler
Gets the level at which a constraint is supported for a query by this handler.
getSupportLevel(int, SearchQuery) - Method in interface org.mmbase.storage.search.SearchQueryHandler
Gets the level at which a feature is supported for a query by this handler.
getSupportLevel(Constraint, SearchQuery) - Method in interface org.mmbase.storage.search.SearchQueryHandler
Gets the level at which a constraint is supported for a query by this handler.
getSurrogator - Variable in class org.mmbase.storage.StorageManagerFactory
 
getSwapoutUnusedThreadsTime() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getSwapoutUnusedThreadsTime() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getSynced() - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
getSystemCollector() - Static method in class org.mmbase.datatypes.DataTypes
 
getSystemId() - Method in class org.mmbase.util.xml.DocumentReader
Returns the systemID of the InputSource used to read the document.
getSystemRoot() - Static method in class org.mmbase.util.ResourceLoader
Singleton that returns the ResourceLoader for loading from the file-system, relative from current working directory and falling back to the file system roots.
getTableName() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getTableName() - Method in class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
getTableName() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
getTableName() - Method in interface org.mmbase.bridge.remote.RemoteStep
 
getTableName() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
getTableName() - Method in class org.mmbase.bridge.remote.rmi.RemoteStep_Rmi
 
getTableName() - Method in class org.mmbase.module.core.MMTable
Retrieve the table name (without the clouds' base name)
getTableName(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
getTableName(String) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
getTableName() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
getTableName() - Method in interface org.mmbase.storage.search.Step
Gets the name of the table referred to by this step.
getTabSize(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
 
getTabSize(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
 
getTag(String, sessionInfo, scanpage) - Method in interface org.mmbase.module.gui.html.CounterInterface
 
getTag(HTML.Tag, MutableAttributeSet) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
getTag() - Static method in class org.mmbase.Version
Get Version Control tag
getTagger() - Method in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
getTaglibVersion() - Static method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getTagsToPass() - Method in class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
 
getTailElements(Vector) - Method in class org.mmbase.util.HTMLFormGenerator
 
getTask() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
Returns the task this thread runs when started.
getTempDir() - Method in class org.mmbase.streams.thumbnails.FFMpegThumbNailCreator
 
getTemplate() - Method in class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
Typical for a 'MarkupURLComposer' is that it should have a 'template'.
getTemplate() - Method in class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
getTemplate() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
getTemplate() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
getTemplate() - Method in interface org.mmbase.applications.vprowizards.spring.cache.template.TemplateParser
 
getTemplate(Node, String, int, int, String) - Method in class org.mmbase.bridge.jsp.taglib.AttachmentTag
 
getTemplate(Node, String, int, int, String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
Get template to manipulate image
getTemplate() - Method in class org.mmbase.bridge.util.GrowingTreeList
Returns the Query which is used as a template for the leaves to 'grow' the query.
getTemplate() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getTemplates(MMObjectNode) - Method in class org.mmbase.applications.media.urlcomposers.URLComposerFactory
You can relate template objects to media fragments.
getTemplates() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateValidator
 
getTemplates(Source) - Method in class org.mmbase.cache.xslt.TemplateCache
 
getTemplates(Source, URIResolver) - Method in class org.mmbase.cache.xslt.TemplateCache
 
getTemplatesClosed() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateValidator
 
getTemplatesOpened() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateValidator
 
getTemporaryNodeManager() - Method in class org.mmbase.module.core.TransactionManager
 
Getter() - Constructor for class org.mmbase.datatypes.LanguageDataType.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.Age.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.Cookies.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.ObjectTypeChangerCommitProcessor.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.OtherField.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.PathRelatedList.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.Related.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.RelatedField.Getter
 
Getter() - Constructor for class org.mmbase.datatypes.processors.RelatedList.Getter
 
getTest() - Method in class org.mmbase.util.magicfile.BasicDetector
 
getTestBytes() - Static method in class org.mmbase.util.transformers.CP1252Surrogator
 
getTestString() - Static method in class org.mmbase.util.transformers.CP1252Surrogator
 
getText(Node) - Static method in class org.mmbase.applications.editwizard.Utils
Returns the text value of the given node
getText(Node, String, Map<String, ?>) - Static method in class org.mmbase.applications.editwizard.Utils
Returns the text value of the given node.
getText(Node, String) - Static method in class org.mmbase.applications.editwizard.Utils
Returns the text value of the given node.
getText() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getTheme(String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getThemeImage(String, String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getThemeImage(String, String, String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getThemeImages(String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getThemeImages(String, String, String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getThemeImageSetsList(String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getThemeImageSetsList(String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getThemeInfo(String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getThemes() - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
getThemesList() - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getThemeStyleSheetsList(String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
getThisName() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
Returns a name for this tag, that must appear in the debug message (in the comments)
getThread(int) - Method in class org.mmbase.applications.crontab.CronEntry
 
getThread() - Method in class org.mmbase.streams.createcaches.Job
Thread in which this Job is running.
getThreadGroup() - Static method in class org.mmbase.module.core.MMBaseContext
Returns the MMBase thread group.
getThreadId() - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
getThreadObserver(int) - Method in class org.mmbase.applications.mmbob.Forum
 
getThreadPageContext() - Static method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Returns the pageContext which is stored on a trhead local for this request
getThreadPageContext() - Static method in class org.mmbase.bridge.jsp.taglib.PageContextThreadLocal
 
getThreadPools() - Static method in class org.mmbase.util.ThreadPools
 
getThreadPos() - Method in class org.mmbase.applications.mmbob.Posting
 
getThreads() - Method in class org.mmbase.applications.crontab.CronEntry
 
getThreadStartLevel() - Method in class org.mmbase.applications.mmbob.Forum
 
getThreadStartLevel() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getThreadStartLevel() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getThreadStartLevel() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getThreadStartLevel() - Method in class org.mmbase.applications.mmbob.PostArea
 
getThreadStartLevel() - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
getThumbNail(Node, Long) - Static method in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
getTime() - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
getTime(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the time as a string
getTime() - Method in class org.mmbase.util.DynamicDate
 
getTimeMillis() - Method in class org.mmbase.cache.ReleaseStrategy.Timer
Deprecated.
 
getTimeout() - Method in class org.mmbase.util.Queue
Deprecated.
Pretty much the same thing as the getTimeout() method, but for blocking get() timeouts.
getTimeoutTime - Variable in class org.mmbase.util.Queue
Deprecated.
The time to wait until an attempt to get an item times out.
getTimer() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getTimerName() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
getTimeSec(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the time as a string
getTimeSecLen(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 00:00:00 and returns the time as a string
getTimeStamp() - Method in class org.mmbase.util.xml.applicationdata.NodeReader
get the name of this application
getTimeZone() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Get the timezone from the context or the timezone set in mmbase
getTimeZone() - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
getTimeZone() - Method in class org.mmbase.datatypes.DateTimeDataType
A timezone can be attributed.
getTimeZone() - Method in class org.mmbase.module.core.MMBase
Retrieves the timezone asociated with this MMBase's 'DateTime' objects.
getTimeZoneOffset(long) - Method in class org.mmbase.storage.StorageManagerFactory
Returns the offset which must be used in the database.
getTimezoneOffset() - Method in class org.mmbase.util.DynamicDate
Deprecated.
getTitle() - Method in class org.mmbase.framework.Block
A localized title for this block.
getTitle() - Method in class org.mmbase.framework.Block.Type
 
getTitle(Throwable) - Method in class org.mmbase.framework.ErrorRenderer.Error
 
getTitle() - Method in class org.mmbase.framework.ErrorRenderer.Error
 
getTmpNode(String) - Static method in class org.mmbase.module.core.MMObjectBuilder
Get nodes from the temporary node space
getTmpObjects() - Method in class org.mmbase.applications.xmlimporter.Transaction
Gets (unmodifiable) list of all temporary objects in the transaction.
getToEmailAddress() - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
getToken(int) - Method in class org.mmbase.util.dateparser.DateParser
Get the specific Token.
getToken(int) - Method in class org.mmbase.util.transformers.ListParser
Get the specific Token.
getTotalByteSize() - Static method in class org.mmbase.cache.CacheManager
 
getTotalConnectionsCreated() - Method in class org.mmbase.module.database.MultiPool
get the number of statements performed
getTotalEvaluated() - Method in class org.mmbase.cache.ReleaseStrategy
 
getTotalEvaluationTimeMillis() - Method in class org.mmbase.cache.ReleaseStrategy
 
getTotalPreserved() - Method in class org.mmbase.cache.ReleaseStrategy
 
getTotalSize() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getTrace() - Method in class org.mmbase.module.TransactionHandler.ParseTrace
 
getTraceException() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
getTransaction() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
getTransaction(String) - Method in interface org.mmbase.bridge.Cloud
Returnes the transaction with the specified name.
getTransaction(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getTransaction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getTransaction(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getTransaction(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getTransaction(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getTransaction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getTransaction(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getTransaction(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getTransaction(String) - Method in class org.mmbase.module.core.TransactionManager
Returns transaction with given name.
getTransactionIsolation() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getTransactionIsolation() - Method in interface org.mmbase.module.database.MultiConnection
 
getTransactionName() - Method in class org.mmbase.core.event.TransactionEvent
 
getTransactionName() - Method in class org.mmbase.searchrelate.Submitter
 
getTransactions() - Method in class org.mmbase.module.core.TransactionManager
Return a an unmodifable Map with all transactions.
getTransactionVar() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
getTranscoder() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
getTransformer() - Method in class org.mmbase.util.Encode
 
getTransformerFactory(String) - Static method in class org.mmbase.bridge.jsp.taglib.ContentTag
Returns transformer factory with given id or throws exception if there is none
getTransformerFactory(String, String) - Static method in class org.mmbase.util.transformers.Transformers
 
getTranslation(String, String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getTranslations(String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
getTree() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
getTreePostAreas(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Get the PostAreas of the given forum
getType() - Method in class org.mmbase.applications.crontab.CronEntry
 
getType() - Method in class org.mmbase.applications.editwizard.WizardCommand
Returns the type of the parsed command.
getType() - Method in class org.mmbase.applications.mmbob.PostThread
 
getType() - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
getType() - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
getType() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
getType() - Method in class org.mmbase.applications.vprowizards.spring.cache.Handling
 
getType() - Method in interface org.mmbase.bridge.Field
Returns the identifier for the MMBase base type for this field.
getType() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
getType() - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
The type of editor, see config/taglib/edittag.xml for different types or add your own editor.
getType() - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
getType() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
getType(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldProviderTEI
 
getType() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
 
getType() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
Returns the 'type' of a Part as a string.
getType() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.StringPart
 
getType() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.VariablePart
 
getType(String) - Method in class org.mmbase.bridge.jsp.taglib.WriterTEI
 
getType() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
getType() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getType() - Method in class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
getType() - Method in interface org.mmbase.bridge.remote.RemoteAggregatedField
 
getType() - Method in interface org.mmbase.bridge.remote.RemoteField
 
getType() - Method in interface org.mmbase.bridge.remote.RemoteStepField
 
getType() - Method in class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
getType() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
getType() - Method in class org.mmbase.bridge.remote.rmi.RemoteStepField_Rmi
 
getType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getType() - Method in class org.mmbase.core.AbstractField
 
getType() - Method in class org.mmbase.core.event.Event
Most events will come in certain 'types', default contants which are provided are Event.TYPE_NEW, Event.TYPE_CHANGE and Event.TYPE_DELETE.
getType() - Method in class org.mmbase.core.event.RelationEvent
 
getType() - Method in class org.mmbase.core.util.DataTypeSetter
 
getType(String) - Static method in class org.mmbase.core.util.Fields
Provide an id for the specified mmbase type description
getType() - Method in class org.mmbase.framework.AbstractRenderer
 
getType() - Method in class org.mmbase.framework.Block.BlockContainer
 
getType() - Method in interface org.mmbase.framework.Renderer
Describes what kind of renderer this is
getType() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
getType() - Method in interface org.mmbase.storage.search.StepField
Gets the type of the associated field.
getType(Object...) - Method in class org.mmbase.storage.util.TypeMapping
Returns the mappings type.
getType(String) - Method in class org.mmbase.util.HTMLElement
Returns the part in front of the '=' char of the String.
getType() - Method in class org.mmbase.util.magicfile.BasicDetector
 
getType() - Method in class org.mmbase.util.MimeType
 
getType(Token, int) - Method in class org.mmbase.util.transformers.ListParser
 
getTypeAsClass() - Method in class org.mmbase.datatypes.BasicDataType
Returns the type of values that this data type accepts.
getTypeAsClass() - Method in interface org.mmbase.datatypes.DataType
Returns the type of values that this data type accepts.
getTypeAsClass() - Method in class org.mmbase.util.functions.Parameter
Returns the type of values that this parameter accepts.
getTypeConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getTypeDef() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the TypeDef builder.
getTypeDefNode(String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getTypeDescription(int) - Method in class org.mmbase.applications.dove.AbstractDove
 
getTypeDescription(int) - Static method in class org.mmbase.core.util.Fields
Provide a description for the specified type.
getTypeField() - Static method in class org.mmbase.applications.email.EmailBuilder
 
getTypeField() - Method in class org.mmbase.applications.email.SendMail
 
getTypeHandler(Field) - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
Answer the type handler for the given type.
getTypeMap() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getTypeMap() - Method in interface org.mmbase.module.database.MultiConnection
 
getTypeMappings() - Method in class org.mmbase.storage.StorageManagerFactory
Returns a sorted list of type mappings for this storage.
getTypeMappings() - Method in class org.mmbase.storage.util.StorageReader
Returns all type mappings.
getTypeRel() - Method in class org.mmbase.module.core.MMBase
Returns a reference to the TypeRel builder.
getTypes(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getTypes() - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getTypes(int) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getTypes() - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getTypes(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getTypes() - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getTypes() - Method in class org.mmbase.module.builders.VersionCacheWhenNode
Deprecated.
 
getTypes(EditState, StringTagger) - Method in class org.mmbase.module.gui.html.FieldSelector
 
getTypes() - Method in class org.mmbase.security.Authentication
Gives all available authentication types.
getTypes(int) - Method in class org.mmbase.security.Authentication
For a given method, returns the available 'applications'.
getTypes() - Method in interface org.mmbase.security.AuthenticationData
Gives all available authentication types.
getTypes(int) - Method in interface org.mmbase.security.AuthenticationData
For a given method, returns the available 'applications'.
getTypes(int) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
getTypes() - Method in class org.mmbase.security.implementation.context.ContextAuthentication
 
getTypes(int) - Method in class org.mmbase.security.NoAuthentication
 
getUnacceptableValueTypes() - Static method in class org.mmbase.core.event.NodeEvent
Sets the types of which values are unacceptable in the values and oldvalues maps.
getUniqueRestriction() - Method in class org.mmbase.datatypes.BasicDataType
Returns the 'unique' restriction, containing the value, error messages, and fixed status of this attribute.
getUniqueRestriction() - Method in interface org.mmbase.datatypes.DataType
Returns the 'unique' restriction, containing the value, error messages, and fixed status of this attribute.
getUniqueTableAlias(String, Set<String>, Collection<String>) - Method in class org.mmbase.module.core.ClusterBuilder
Returns unique table alias, must be tablename/rolename, optionally appended with a digit.
getUnit() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
getUnsatisfiedDependencies() - Method in class org.mmbase.framework.BasicComponent
 
getUnsatisfiedDependencies() - Method in interface org.mmbase.framework.Component
The unsatisfied dependencies, so this should return an empty collection.
getUpcomingId() - Method in class org.mmbase.framework.basic.State
If rendering not yet started, this returns the id of a component which would begin now.
getUpdateCount() - Method in class org.mmbase.applications.mmbob.RemoteHost
 
getUpdateCount() - Method in class org.mmbase.module.database.MultiStatement
 
getUpdateDestination() - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
getUpdateSource() - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
getUpperLimit() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
getUpperLimit() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
getUpperLimit() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
getUpperLimit() - Method in interface org.mmbase.storage.search.FieldValueBetweenConstraint
Gets the value of the upper limit of the range specified for this constraint.
getUpperLimit() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
 
getUpTime - Variable in class org.mmbase.module.builders.MMServers
Function uptime
getUri() - Method in interface org.mmbase.bridge.CloudContext
The String which was usesd, and could be used again to acquire this cloud context using ContextProvider.getCloudContext(String).
getUri() - Method in class org.mmbase.bridge.LocalContext
 
getUri() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getUri() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getUri() - Method in class org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy
 
getUri() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
getUri() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
getUri() - Method in class org.mmbase.core.event.BuildersRead
 
getUri() - Method in class org.mmbase.framework.AbstractProcessor
 
getUri() - Method in class org.mmbase.framework.AbstractRenderer
 
getUri(Parameters, RenderHints) - Method in class org.mmbase.framework.AbstractRenderer
 
getUri() - Method in class org.mmbase.framework.BasicComponent
 
getUri() - Method in class org.mmbase.framework.ChainedRenderer
 
getUri() - Method in interface org.mmbase.framework.Component
An URI which may identify the configuration of this Component.
getUri(Parameters, RenderHints) - Method in class org.mmbase.framework.ConnectionRenderer
 
getUri() - Method in class org.mmbase.framework.ErrorRenderer
 
getUri() - Method in class org.mmbase.framework.JspProcessor
 
getUri() - Method in class org.mmbase.framework.JspRenderer
 
getUri() - Method in interface org.mmbase.framework.Processor
An URI which may identify the implementation of this Renderer.
getUri() - Method in interface org.mmbase.framework.Renderer
An URI which may identify the implementation of this Renderer.
getUri(Parameters, RenderHints) - Method in interface org.mmbase.framework.Renderer
Ann URL which may identify a specific rendition
getUri() - Method in class org.mmbase.framework.ResourceRenderer
 
getUri(Parameters, RenderHints) - Method in class org.mmbase.framework.WrappedRenderer
 
getURL(MMObjectNode, Map<String, Object>) - Method in class org.mmbase.applications.media.builders.MediaFragments
Retrieves the url of the mediasource that matches best.
getURL(MMObjectNode, Map<String, Object>) - Method in class org.mmbase.applications.media.builders.MediaSources
Resolve the url of the mediasource.
getURL() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
Returns the URL as a String.
getURL() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
getUrl() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
Deprecated. 
getUrl(boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
Deprecated. 
getURL() - Method in class org.mmbase.cache.xslt.TemplateCache.Key
Returns File object or null
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.BasicFramework
 
getUrl() - Method in class org.mmbase.framework.basic.BasicUrl
 
getUrl(String, Map<? extends CharSequence, ?>, HttpServletRequest, boolean) - Static method in class org.mmbase.framework.basic.BasicUrlConverter
General utility function to create an Url
getUrl(String, Map<String, ?>, Parameters, boolean, boolean) - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
getUrl(String, Map<String, ?>, Parameters, boolean, boolean) - Method in class org.mmbase.framework.basic.BlockUrlConverter
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.BlockUrlConverter
 
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
The URL to be printed in a page, the 'nice' url.
getUrl() - Method in class org.mmbase.framework.basic.Url
The actuall url as a String.
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in interface org.mmbase.framework.basic.UrlConverter
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.Framework
Return a (possibly modified) URL for a given path.
getURL() - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
getUrl(String) - Method in class org.mmbase.servlet.servjumpers
Deprecated.
Retrieve an alternate url based on a jumper key.
getUrl() - Method in class org.mmbase.util.scanpage
Return page URL and parameters
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiSbURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.CgiURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.EmbeddedCgiURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.SimpleRealURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.SimpleWmURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.omroep.WmSbURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.RamURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.RealURLComposer
 
getURLBuffer() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
Extension will normally create URL's differently.
getURLBuffer() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
getUrlConverter() - Method in class org.mmbase.framework.basic.Url
 
getURLEncode(String) - Static method in class org.mmbase.module.core.MMObjectBuilder
Returns a URLEncoded-version (MIME x-www-form-urlencoded) of a string.
getUrlNode(Cloud, String, Element) - Static method in class org.mmbase.richtext.processors.xml.Util
 
getURLs(MMObjectNode, Map<String, Object>, List<URLComposer>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.builders.MediaFragments
Returns a List of all possible (unfiltered) URLComposer's for this Fragment.
getURLs(MMObjectNode, MMObjectNode, MMObjectNode, Map<String, Object>, List<URLComposer>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.builders.MediaProviders
A MediaProvider can provide one or more URL's for every source
getURLs(MMObjectNode, MMObjectNode, Map<String, Object>, List<URLComposer>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.builders.MediaSources
Returns all possible URLs for this source.
getURLString() - Method in class org.mmbase.util.xml.ModuleReader
get the optional resource url for the module
getUsage() - Method in interface org.mmbase.module.database.MultiConnection
 
getUsage() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
getUser() - Method in interface org.mmbase.bridge.Cloud
Who is using this cloud.
getUser() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
getUser() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getUser() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getUser() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
getUser() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
getUser() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
getUser() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
getUser() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getUser() - Method in class org.mmbase.module.builders.vwms.SCPcopy
Get name of the destination user.
getUser() - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
getUser() - Method in class org.mmbase.module.database.JDBC
 
getUser() - Method in class org.mmbase.module.gui.html.EditState
 
getUser(String, String, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getUser(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
Gets the usernode by userName (the 'identifier').
getUser(String, String) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
Gets the usernode and check its credential (password only, currently)
getUser(String, String, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getUser(String) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
Gets the usernode by userName (the 'identifier').
getUser(String, String, boolean) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
Returns the node associated with a certain username/password combination, or null
getUser(String) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
Returns the node associated with a certain username or null
getUser() - Method in class org.mmbase.streams.createcaches.Job
 
getUserBuilder() - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getUserBuilder() - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
getUserBuilder() - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
getUserBuilder() - Method in class org.mmbase.framework.basic.BasicFramework
 
getUserBuilder() - Method in class org.mmbase.framework.Framework
Return the builder name that is used to store users.
getUserBuilder() - Method in class org.mmbase.security.Authentication
This method returns the builder name of the nodes that will be returned by the AuthenticationData.getNode(UserContext) call.
getUserBuilder() - Method in interface org.mmbase.security.AuthenticationData
This method returns the builder name of the nodes that will be returned by the AuthenticationData.getNode(UserContext) call.
getUserBuilder() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getUserBuilder() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getUserBuilder() - Method in class org.mmbase.security.implementation.cloudcontext.CloudContextAuthentication
 
getUserBuilder() - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
 
getUserByRank(String, String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getUserByRank(String, String) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getUserByRank(String, String) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
Returns the node associated with a certain username/rank combination or null
getUserCache() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
getUserCredentials(String, String) - Static method in class org.mmbase.bridge.util.CloudUtil
Get Map with login credentials to pass to MMbase bridge
getUserName(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
getUserNameCaseSensitive() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getUserNameField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getUserNode(Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
 
getUserNode(Parameters) - Method in class org.mmbase.framework.Framework
Return an MMBase Node for the user currently using the framework.
getUserNode(UserContext) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
getUserPrincipal() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
getUserPrincipal() - Method in class org.mmbase.util.LocalHttpServletRequest
 
getUserProvider() - Method in class org.mmbase.security.implementation.cloudcontext.CloudContextAuthentication
 
getUserRequest(HttpServletRequest) - Static method in class org.mmbase.framework.basic.BasicUrlConverter
Entirely unwraps the request.
getValidFromField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getValidMimeTypes() - Method in class org.mmbase.datatypes.BinaryDataType
Returns a regular expression which describes wich mime-types are valid for blobs with this DataType.
getValidToField() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
getValidUserContext(String, Rank) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
 
getValue() - Method in class org.mmbase.applications.editwizard.WizardCommand
Returns the value passed to the parsed command.
getValue() - Method in enum org.mmbase.applications.email.MailBox.Type
 
getValue() - Method in enum org.mmbase.applications.media.Codec
 
getValue() - Method in enum org.mmbase.applications.media.Format
 
getValue() - Method in enum org.mmbase.applications.media.State
 
getValue(String, String) - Method in interface org.mmbase.applications.mmbob.ExternalProfileInterface
 
getValue(Node) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
getValue() - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
getValue(String) - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
getValue() - Method in class org.mmbase.applications.thememanager.StyleSheetProperty
 
getValue() - Method in class org.mmbase.applications.vprowizards.spring.util.NodeNumberResolver
 
getValue() - Method in class org.mmbase.applications.vprowizards.spring.util.Option
 
getValue() - Method in interface org.mmbase.applications.vprowizards.spring.util.ParamValueResolver
 
getValue(String, Cloud, String, PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.BasicEditor
Fills parameters of the parameters to be interpreted as PatternNodeFunctions
getValue() - Method in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
getValue() - Method in class org.mmbase.bridge.jsp.taglib.macro.ListChangedTag
 
getValue() - Method in class org.mmbase.bridge.jsp.taglib.macro.ListEvenTag
 
getValue() - Method in class org.mmbase.bridge.jsp.taglib.macro.ListFirstTag
 
getValue() - Method in class org.mmbase.bridge.jsp.taglib.macro.ListLastTag
 
getValue() - Method in class org.mmbase.bridge.jsp.taglib.macro.ListOddTag
 
getValue(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
getValue(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
 
getValue(Node, String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
getValue(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
 
getValue(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Returns the evaluated Attribute as an Object.
getValue(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
 
getValue(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.StringPart
 
getValue(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.VariablePart
 
getValue(ContextReferrerTag) - Method in class org.mmbase.bridge.jsp.taglib.util.NullAttribute
 
getValue() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
getValue(String) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as an object.
getValue() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
getValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getValue() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
getValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getValue() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
getValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getValue(String) - Method in class org.mmbase.bridge.util.AnnotatedNode
 
getValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getValue() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
getValue() - Method in interface org.mmbase.datatypes.DataType.Restriction
A Value describing the restriction, so depending on the semantics of this restriction, it can have virtually every type (as long as it is Serializable)
getValue(Calendar) - Method in class org.mmbase.datatypes.DateTimePattern.Element
Normally equivalent with cal.getValue(getField())
getValue(Node, String) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
getValue(Field) - Method in class org.mmbase.datatypes.handlers.JavaRequest
Gets the user specified value for a field
getValue(Field, String) - Method in class org.mmbase.datatypes.handlers.JavaRequest
 
getValue(Field) - Method in interface org.mmbase.datatypes.handlers.Request
Gets the user specified value for a field
getValue(Field, String) - Method in interface org.mmbase.datatypes.handlers.Request
 
getValue() - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
getValue(Element) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
getValue() - Method in enum org.mmbase.framework.WindowState
 
getValue(MMObjectNode, String) - Method in class org.mmbase.module.builders.AnnotRel
 
getValue(MMObjectNode, String) - Method in class org.mmbase.module.builders.MMServers
 
getValue(List<Node>) - Method in class org.mmbase.module.builders.Properties
 
getValue(Node, String) - Method in class org.mmbase.module.builders.Properties
 
getValue(MMObjectNode, String) - Method in class org.mmbase.module.builders.Resources
Implements virtual filename field.
getValue(String) - Method in class org.mmbase.module.core.ClusterNode
Get a value of a certain field.
getValue(MMObjectNode, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Provides additional functionality when obtaining field values.
getValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Get a value of a certain field.
getValue(MMObjectNode, String) - Method in class org.mmbase.module.core.VirtualReferrerBuilder
Provides additional functionality when obtaining field values.
getValue(int) - Method in class org.mmbase.module.corebuilders.TypeDef
Obtain the buildername of the requested type
getValue(String) - Method in class org.mmbase.module.corebuilders.TypeDef
Deprecated.
use getValue(int)
getValue(MMObjectNode, String) - Method in class org.mmbase.module.corebuilders.TypeDef
Provides additional functionality when obtaining field values.
getValue(String, String) - Method in interface org.mmbase.module.idInterface
Deprecated.
 
getValue(String) - Method in class org.mmbase.module.sessionInfo
 
getValue(sessionInfo, String) - Method in class org.mmbase.module.sessions
 
getValue(sessionInfo, String) - Method in interface org.mmbase.module.sessionsInterface
 
getValue(MMObjectNode, String) - Method in class org.mmbase.mynews.MyNewsBuilder
 
getValue() - Method in enum org.mmbase.security.implementation.cloudcontext.UserStatus
 
getValue(ResultSet, int, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Attempts to return a single field value from the resultset of a query.
getValue() - Method in interface org.mmbase.storage.search.FieldValueConstraint
Gets the value to compare with.
getValue() - Method in interface org.mmbase.storage.search.FunctionValueConstraint
Gets the value to compare with.
getValue() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
 
getValue() - Method in class org.mmbase.storage.search.legacy.DBValue
Gets value property.
getValue() - Method in class org.mmbase.util.dateparser.Token
An optional attribute value of the Token.
getValue() - Method in class org.mmbase.util.Entry
 
getValue(String) - Method in class org.mmbase.util.HTMLElement
Returns the part after the '=' char of the String.
getValue() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
getValue() - Method in class org.mmbase.util.StringObject
 
getValue() - Method in class org.mmbase.util.transformers.Token
An optional attribute value of the Token.
getValueForMap(String) - Method in class org.mmbase.bridge.util.NodeMap
Defaults to NodeWrapper.getValue(java.lang.String), but could e.g.
getValueForMap(String) - Method in class org.mmbase.bridge.util.NodeMapWithoutProcess
 
getValueNames() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
getValueNode(Node, String) - Method in class org.mmbase.module.builders.Properties
 
getValues() - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
getValues() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
getValues() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
getValues() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
getValues() - Method in class org.mmbase.module.core.MMObjectNode
Returns an (unmodifiable) map representing all key/values present in this node.
getValues() - Method in interface org.mmbase.storage.search.FieldValueInConstraint
Gets the list of values that is specified for this constraint.
getValues() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
 
getValues(String) - Method in class org.mmbase.util.CSVReader
 
getValues(String, String) - Method in class org.mmbase.util.CSVReader
 
getValues(String, String, String) - Method in class org.mmbase.util.CSVReader
Map to use in a taglib function.
getValues(Parameters) - Method in class org.mmbase.util.functions.SetFunction
 
getValues() - Method in class org.mmbase.util.LocalizedString
 
getValues() - Method in class org.mmbase.util.WrappedLocalizedString
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.implementation.BasicNode
Like getObjectValue, but skips any processing that MMBase would normally perform on a field.
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.mock.MockNode
 
getValueWithoutProcess(String) - Method in interface org.mmbase.bridge.Node
Like getObjectValue, but skips any processing that MMBase would normally perform on a field.
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getValueWithoutProcess(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getValueWithoutProcess(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getValueWithoutProcess(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getValueWithoutProcess(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.util.MapNode
 
getValueWithoutProcess(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.CloudTEI
Implementation of TagExtraInfo return values declared here should be filled at one point, in this case with the CloudTag.
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.containers.NodeQueryTEI
Implementation of TagExtraInfo return values declared here should be filled at one point, in this case with the CloudTag.
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTEI
Implementation of TagExtraInfo return values declared here should be filled at one point, in this case with the CloudTag.
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.debug.LogTEI
 
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTEI
 
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.NodeManagerTEI
 
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderTEI
implementation of TagExtraInfo return values declared here should be filled at one point, currently function fillVars is responsible for that and gets called before every iteration
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTEI
 
getVariableInfo(TagData) - Method in class org.mmbase.bridge.jsp.taglib.WriterTEI
 
getVariableResolver() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
Deprecated.
getVariables() - Method in class org.mmbase.bridge.util.xml.query.QueryDefinition
 
getVartype() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
getVerificationReceivers() - Static method in class org.mmbase.datatypes.VerifyEmailProcessor
 
getVersion() - Method in class org.mmbase.framework.BasicComponent
 
getVersion() - Method in interface org.mmbase.framework.Component
A component has a version number.
getVersion() - Method in class org.mmbase.framework.VirtualComponent
 
getVersion() - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves the version of this builder
getVersion() - Method in class org.mmbase.module.Module
 
getVersion(String) - Method in class org.mmbase.module.tools.MMAdmin
 
getVersion() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
getVersion() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
getVersion() - Method in class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
 
getVersion() - Method in interface org.mmbase.storage.StorageManager
Returns the version of this factory implementation.
getVersion() - Method in class org.mmbase.storage.StorageManagerFactory
Returns the version of this factory implementation.
getVersion() - Method in class org.mmbase.util.magicfile.MagicXMLReader
 
getVersion() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Retrieve the (major) version number of this builder
getVersion() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the version of this application
getVersion() - Method in class org.mmbase.util.xml.ModuleReader
Get the version of this module
getVersionFunction - Variable in class org.mmbase.module.Module
This function returns the Module's version number as an Integer.
getVersionNode(String, String) - Method in class org.mmbase.module.builders.Versions
 
getVersions(Node) - Static method in class org.mmbase.versioning.VersioningCommitProcessor
 
getVersionsManager(NodeManager) - Static method in class org.mmbase.versioning.VersioningCommitProcessor
 
getVersionsQuery(Node) - Static method in class org.mmbase.versioning.VersioningCommitProcessor
 
getViewCount() - Method in class org.mmbase.applications.mmbob.Forum
get the number of views on the forum
getViewCount() - Method in class org.mmbase.applications.mmbob.PostArea
get the number of views in this postarea
getViewCount() - Method in class org.mmbase.applications.mmbob.PostThread
 
getViewCount() - Method in class org.mmbase.applications.mmbob.SubArea
 
getViewName(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
getViewName(String) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
getViewResolver() - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
getVirtualNode(Map<String, ?>) - Static method in class org.mmbase.bridge.implementation.VirtualNode
 
getVirtualTypeRel(TypeRel) - Static method in class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRel
 
getVwm(String) - Method in class org.mmbase.module.builders.Vwms
Retrieve a currently active vwm by name.
getVwmNode() - Method in class org.mmbase.module.builders.vwms.Vwm
Retrieves the creation node of this VWM.
getVwmTasks() - Method in class org.mmbase.module.builders.Vwmtasks
Task scheduling routine.
getWants() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
getWAP(String) - Static method in class org.mmbase.module.core.MMObjectBuilder
Returns a WAP-version of a string.
getWarningList() - Method in class org.mmbase.util.XMLCheckErrorHandler
 
getWarnings() - Method in class org.mmbase.module.database.ConnectionWrapper
 
getWarnings() - Method in interface org.mmbase.module.database.MultiConnection
 
getWarnings() - Method in class org.mmbase.module.database.MultiStatement
 
getWebDirectory(HttpServletRequest) - Static method in class org.mmbase.util.ResourceLoader
Returns the resource loader associated with the directory of the given request
getWebRoot() - Static method in class org.mmbase.util.ResourceLoader
Singleton that returns the ResourceLoader for witch the base path is the web root
getWeekDayInt(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the number of the day in the week as an integer
getWeight() - Method in class org.mmbase.applications.editwizard.Utils
 
getWeight() - Method in class org.mmbase.core.event.EventManager
 
getWeight() - Method in class org.mmbase.core.event.SqlExecutorListener
 
getWeight() - Method in interface org.mmbase.core.event.WeightEventListener
 
getWeight() - Method in class org.mmbase.framework.basic.Url
 
getWeight() - Method in class org.mmbase.framework.Block.Type
 
getWeight() - Method in class org.mmbase.module.corebuilders.TypeRel
 
getWeight() - Method in class org.mmbase.module.tools.MMAdmin
 
getWeight() - Method in class org.mmbase.richtext.OSCacheInvalidator
 
getWeight(URL) - Static method in class org.mmbase.util.ResourceLoader
Given an URL, which can be an entry of the result of ResourceLoader.getResourceList(java.lang.String) or ClassLoader.getResources(java.lang.String), returns its 'weight'.
getWeightedClassification(Block, String) - Static method in class org.mmbase.framework.Block.Type
 
getWhereList(Vector, String) - Method in class org.mmbase.module.gui.html.HtmlBase
 
getWhitespaceReplacer() - Method in class org.mmbase.util.transformers.Identifier
 
getWidth() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getWidth() - Method in class org.mmbase.util.images.Dimension
 
getWidth() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
getWidth() - Method in class org.mmbase.util.images.LazyDimension
 
getWindowState() - Method in class org.mmbase.framework.basic.State
The current window state of rendering.
getWindowState() - Method in class org.mmbase.framework.RenderHints
The window state is a hint on how big a part the rendering can take of the available area.
getWrapped(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlParameters
 
getWrappedObject() - Method in interface org.mmbase.bridge.remote.MappedObject
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteCacheable_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteLegacyConstraint_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteModuleIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteModuleList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManagerIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManagerList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManagerIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManagerList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQueryWrapper_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteSortOrder_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteStringIterator_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteStringList_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
getWrappedObject() - Method in class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
getWrappers() - Static method in class org.mmbase.util.logging.LoggerWrapper
 
getWraps() - Method in class org.mmbase.framework.DocumentationRenderer
 
getWraps() - Method in class org.mmbase.framework.WrappedRenderer
 
getWrite() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
getWriteEscaper() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
Called by children
getWriteHeaders(String, String) - Method in class org.mmbase.module.scancache
Returns the headers for a .asis file to be stored for a "PAGE" cache.
getWriter() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
getWriter() - Method in class org.mmbase.util.GenericResponseWrapper
Return the PrintWriter
getWriter() - Method in class org.mmbase.util.LocalServletResponse
 
getWriter(String) - Method in class org.mmbase.util.ResourceLoader
Returns a writer for a given resource, so that you can overwrite or create it.
getWriterValue() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
getWriterValue() - Method in interface org.mmbase.bridge.jsp.taglib.Writer
Subtags of 'Writer' tag can request the value.
getXML(Node) - Static method in class org.mmbase.applications.editwizard.Utils
Serialize a node and returns the resulting String.
getXML(NodeList) - Static method in class org.mmbase.applications.editwizard.Utils
Serialize a nodelist and returns the resulting String (for debugging).
getXML(Vector) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
getXMLEncoding(String) - Static method in class org.mmbase.util.GenericResponseWrapper
Takes a String, which is considered to be (the first) part of an XML, and returns the encoding (the specified one, or the XML default)
getXMLEncoding(byte[]) - Static method in class org.mmbase.util.GenericResponseWrapper
Takes a ByteArrayInputStream, which is considered to be (the first) part of an XML, and returns the encoding.
getXmlLang(Locale) - Static method in class org.mmbase.util.LocalizedString
This utility determines the value of an xml:lang attribute.
getXMLPath() - Method in class org.mmbase.module.core.MMObjectBuilder
Retrieves the subpath of the builder's xml configuration file.
getXMLValue(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
getXMLValue(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
getXMLValue(String) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a dom.Document If the node value is not itself a Document, the method attempts to attempts to convert the String value into an XML.
getXMLValue(String, Document) - Method in interface org.mmbase.bridge.Node
Returns the value of the specified field as a dom.Element If the node value is not itself a Document, the method attempts to attempts to convert the String value into an XML.
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
getXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getXMLValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
getXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getXMLValue(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
getXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getXMLValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
getXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getXMLValue(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getXMLValue(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
getXMLValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.util.AbstractNode
 
getXMLValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getXMLValue(String, Document) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getXMLValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Returns the value of the specified field as a dom.Document If the node value is not itself a Document, the method attempts to attempts to convert the String value into an XML.
getXMLValue(ResultSet, int, CoreField, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Retrieve the XML (as a string) for a specified object field.
getXSLTPostingsEven() - Method in class org.mmbase.applications.mmbob.Forum
 
getXSLTPostingsEven() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getXSLTPostingsEven() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getXSLTPostingsEven() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getXSLTPostingsOdd() - Method in class org.mmbase.applications.mmbob.Forum
 
getXSLTPostingsOdd() - Method in class org.mmbase.applications.mmbob.ForumConfig
 
getXSLTPostingsOdd() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
getXSLTPostingsOdd() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
getYear(String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the year part of the date
getYear(String, String) - Static method in class org.mmbase.bridge.util.xml.DateFormat
Returns the year part of the date
getYear(int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Takes an integer representing the number of seconds from 1-Jan-1970 00:00:00 and returns the year
getYear() - Method in class org.mmbase.util.DynamicDate
Deprecated.
giveRandomFrom(Vector<Integer>, int) - Static method in class org.mmbase.util.RandomThings
Return 'max' random elements from a Vector.
GlobalError - Class in org.mmbase.applications.vprowizards.spring
 
GlobalError(String, Locale) - Constructor for class org.mmbase.applications.vprowizards.spring.GlobalError
 
GlobalError(String, String[], Locale) - Constructor for class org.mmbase.applications.vprowizards.spring.GlobalError
Use this constructor if the message is a template that contains certain placeholders to be replaced.
glueAlias(String, Integer) - Method in class org.mmbase.bridge.implementation.BasicQuery
Glues a string and integer together to a new string.
GoogleHighlighterFactory - Class in org.mmbase.util.transformers
An example for parameterized transformers.
GoogleHighlighterFactory() - Constructor for class org.mmbase.util.transformers.GoogleHighlighterFactory
 
gotEnumHandler - Variable in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
GOTO_FORM - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
grant(User, MMObjectNode, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
grant(Node, Node, Operation, UserContext) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
grant(User, MMObjectNode, MMObjectNode, Operation) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
Graphviz - Class in org.mmbase.util.transformers
Converts the tools of graphviz into an MMBase 'chartransformer'.
Graphviz() - Constructor for class org.mmbase.util.transformers.Graphviz
 
GREATER - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'greater than'
GREATER - Static variable in class org.mmbase.storage.search.legacy.DBConditionItem
 
GREATER_EQUAL - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'greater than or equal'
GREATEREQUAL - Static variable in class org.mmbase.storage.search.legacy.DBConditionItem
 
Groups - Class in org.mmbase.security.implementation.cloudcontext.builders
Groups of users.
Groups() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.Groups
 
groupsBuilder - Static variable in class org.mmbase.applications.email.EmailBuilder
 
grow(NodeManager, String, String) - Method in class org.mmbase.bridge.util.TreeList
Grows branches of the Tree, which means that one new query will be created which is one relationStep longer than the longest one until now.
GrowingTreeList - Class in org.mmbase.bridge.util
This version of TreeList is automaticly growing with the same 'branch' every time when that is possible.
GrowingTreeList(NodeQuery, int, NodeManager, String, String) - Constructor for class org.mmbase.bridge.util.GrowingTreeList
 
GrowingTreeList(NodeQuery, int) - Constructor for class org.mmbase.bridge.util.GrowingTreeList
This may be used in combination with Queries.addPath(tree.getTemplate(), (String) path.getValue(this), (String) searchDirs.getValue(this)); So you add a template constisting of a bunch of elements.
GrowingTreeList(TreeList, int) - Constructor for class org.mmbase.bridge.util.GrowingTreeList
 
GrowTag - Class in org.mmbase.bridge.jsp.taglib.tree
 
GrowTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
GUI_IMAGETEMPLATE - Static variable in class org.mmbase.module.builders.ImageCaches
 
GUI_INDICATOR - Static variable in class org.mmbase.module.core.MMObjectBuilder
Default output when no data is available to determine a node's GUI description
GUI_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
Can be used to construct a List for executeFunction argument (new Parameters(GUI_ARGUMENTS))
GUI_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
GUI_PARAMETERS - Static variable in class org.mmbase.module.core.MMObjectBuilder
Parameters for the GUI function
GUI_PLURAL - Static variable in interface org.mmbase.bridge.NodeManager
 
GUI_SINGULAR - Static variable in interface org.mmbase.bridge.NodeManager
 
GuiFunction - Class in org.mmbase.calendar
The gui function of calendar items and calendar item types.
GuiFunction() - Constructor for class org.mmbase.calendar.GuiFunction
 
guiFunction - Variable in class org.mmbase.module.core.MMObjectBuilder
The famous GUI function as a function object.
GuiFunction - Class in org.mmbase.streams.thumbnails
Thumbnails gui function, mimics behaviour of images.
GuiFunction() - Constructor for class org.mmbase.streams.thumbnails.GuiFunction
 
GuiFunction - Class in org.mmbase.util.functions
The gui function of MMObjectBuilder
GuiFunction() - Constructor for class org.mmbase.util.functions.GuiFunction
 
GUINAME - Static variable in class org.mmbase.applications.dove.AbstractDove
 
guiName(Cloud, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
 
guiName - Variable in class org.mmbase.core.AbstractDescriptor
 
guiName(String) - Method in class org.mmbase.datatypes.util.DataTypeChanger
 
guiName - Variable in class org.mmbase.util.functions.DescribedFunctionProvider
(GUI) names per locale
GUITYPE - Static variable in class org.mmbase.applications.dove.AbstractDove
 

H

haltTimer(int) - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
Stops the timer identified by the handle, and logs and returns the result in second.
han - Variable in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
handle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.mmbase.applications.vprowizards.spring.cache.Handling
 
handle(Cloud, SMS) - Method in interface org.mmbase.sms.Handler
Handle an SMS.
HANDLE_FIELD - Static variable in class org.mmbase.util.ResourceLoader
 
handle_line(String, sessionInfo, scanpage) - Method in class org.mmbase.module.gui.html.scanparser
Process the HTML for our own extensions
handle_line(String, sessionInfo, scanpage) - Method in class org.mmbase.servlet.servscan
handle_line is called by service to parse the SHTML in body.
handleAttributes(TagStripperFactory.Tag, MutableAttributeSet) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleCache - Static variable in class org.mmbase.module.builders.AbstractImages
 
handleCache(scanpage, HttpServletResponse, PrintWriter) - Method in class org.mmbase.servlet.servscan
 
handleCacheSave(scanpage, HttpServletResponse) - Method in class org.mmbase.servlet.servscan
 
handleChanged(String, int) - Method in class org.mmbase.module.builders.VersionCacheNode
Deprecated.
 
handleComment(char[], int) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handled - Variable in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
handleDuplicates(TmpObject, List<TmpObject>, ObjectMerger) - Method in class org.mmbase.applications.xmlimporter.InteractiveTransaction
Handles sitiuations where more then one similar objects are found to merge with.
handleDuplicates(TmpObject, List<TmpObject>, ObjectMerger) - Method in class org.mmbase.applications.xmlimporter.Transaction
Handles sitiuations where more then one similar objects are found to merge with.
handleEditTag() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
Method to handle the EditTag if it is present around fields and their nodes.
handleEmph(StringObject, char, String) - Static method in class org.mmbase.util.transformers.XmlField
If you want to add a _ in your text, that should be possible too...
handleEmpty(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
handleEmpty(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Whether the 'handle' field of this icaches node is to be considered empty, and a conversion must therefor still be triggered.
handleEndOfLineString(String) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleEndTag(HTML.Tag, int) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleError(String, int) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleEvent(Event) - Method in class org.mmbase.clustering.ClusterManager
 
handleFormat(StringObject, boolean) - Static method in class org.mmbase.util.transformers.XmlField
Only escape, clean up.
handleHeaders(StringObject) - Static method in class org.mmbase.util.transformers.XmlField
Some paragraphs are are really \sections.
handleList(StringBuilder, Token) - Method in class org.mmbase.util.transformers.ListParser
 
handleList(StringObject) - Static method in class org.mmbase.util.transformers.XmlField
Takes a string object, finds list structures and changes those to XML
handleMain(MMObjectNode, int, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Handles a images/main service request.
handleMain(MMObjectNode, int, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Handles a pages/main service request.
handleMainCheck(String, String, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Schedules a netfile object to be send to its mirror sites.
handleMainCheck(String, String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Schedules a netfile object to be send to its mirror sites.
handleMessage(Message) - Method in class org.mmbase.module.smtp.ChainedMailHandler
 
handleMessage(Message) - Method in class org.mmbase.module.smtp.CloudMailHandler
 
handleMessage(Message) - Method in class org.mmbase.module.smtp.Forwarder
 
handleMessage(Message) - Method in interface org.mmbase.module.smtp.MailHandler
 
handleMessage(Message) - Method in class org.mmbase.module.smtp.VerifyEmailMailHandler
 
handleMirror(MMObjectNode, int, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Handles an images/mirror service request.
handleMirror(MMObjectNode, int, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Handles a pages/mirror service request.
handleNewlines(StringObject) - Static method in class org.mmbase.util.transformers.XmlField
 
handlePageException(Exception) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
handlePageException(Throwable) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
handleParagraphs(StringObject, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
Make
handleParagraphs(StringObject, boolean, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
Make <p> </p> tags.
handlePost(scanpage, HttpServletResponse) - Method in class org.mmbase.servlet.servscan
 
Handler - Class in org.mmbase.applications.mmbob.generate
 
Handler() - Constructor for class org.mmbase.applications.mmbob.generate.Handler
 
handler - Variable in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
Handler() - Constructor for class org.mmbase.datatypes.CaptchaDataType.Handler
 
Handler<C> - Interface in org.mmbase.datatypes.handlers
Handlers can be associated to DataTypes, but different Handlers can be associated with different content types.
Handler - Interface in org.mmbase.sms
Implementations of these SMS handlers can perform action on receival of an SMS message.
Handler() - Constructor for class org.mmbase.util.magicfile.XmlDetector.Handler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
handleRequest(StringBuffer, Parameters, Map<String, Method>) - Static method in class org.mmbase.util.functions.PatternNodeFunctionProvider
 
handleResponse(int, String, String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
handleRich(StringObject, boolean, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
 
handleRich(StringObject, boolean, boolean, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
 
handlers - Static variable in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
HandleServlet - Class in org.mmbase.servlet
Base servlet for nodes with a 'handle' field.
HandleServlet() - Constructor for class org.mmbase.servlet.HandleServlet
 
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleTables(StringObject) - Static method in class org.mmbase.util.transformers.XmlField
Wikipedia syntax for tables.
handleText(char[], int) - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
handleTransaction(Reader, Consultant) - Method in class org.mmbase.applications.xmlimporter.TransactionHandler
parses transactions xml file delivered by the reader and executes the TCP commands.
handleTransaction(String, sessionInfo, scanpage) - Method in class org.mmbase.module.TransactionHandler
handleTransaction can be called externally and will execute the TCP commands.
handleTransaction(String, sessionInfo, scanpage) - Method in interface org.mmbase.module.TransactionHandlerInterface
 
handleTransactionAsynchronously(Reader, Consultant) - Method in class org.mmbase.applications.xmlimporter.TransactionHandler
starts handleTransaction(java.io.Reader input) in a seperate thread
Handling - Class in org.mmbase.applications.vprowizards.spring.cache
 
Handling(int) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.Handling
 
handlings - Variable in class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
 
has(Object) - Method in class org.mmbase.util.SortedVector
Deprecated.
See if an object is in the SortedVector This should be contains(Object) but that one is final.
hasAdditionalConstraints(SearchQuery) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
Tests if the query contains additional constraints, i.e.
hasAlias(Node, String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
Checks if the supplied node has the supplied alias
HasAliasTag - Class in org.mmbase.bridge.jsp.taglib
Straight-forward wrapper arround Node.getAliases().
HasAliasTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
hasAllowedRelation(Node, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Check to see if a relation is allowed from the parent node
hasAttribute(Element, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
Returns whether an element has a certain attribute, either an unqualified attribute or an attribute that fits in the searchquery namespace
hasAttribute(Element, String) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
Returns whether an element has a certain attribute, either an unqualified attribute or an attribute that fits in the default namespace
hasAttribute(Element, String) - Static method in class org.mmbase.module.lucene.Lucene
Returns whether an element has a certain attribute, either an unqualified attribute or an attribute that fits in the lucene namespace
hasAttribute(Element, String, String) - Static method in class org.mmbase.util.xml.DocumentReader
Returns whether an element has a certain attribute, either an unqualified attribute or an attribute that fits in the passed namespace
hasAutoDeploy() - Method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Get the auto-deploy value of this application
hasChanged() - Method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
haschanged - Static variable in class org.mmbase.applications.thememanager.ThemeManager
 
hasChanged() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
hasChanged(String) - Method in class org.mmbase.core.event.NodeEvent
utility method: check if a certain field has changed
hasClosed() - Method in class org.mmbase.util.transformers.SpaceReducer.Tag
 
hasCloud(HttpServletRequest) - Static method in class org.mmbase.bridge.util.CloudUtil
Checks if a cloud is on the session with given the default sessionname.
hasCloud(HttpServletRequest, String) - Static method in class org.mmbase.bridge.util.CloudUtil
Checks if a cloud is on the session with given sessionname.
hasDTD() - Method in class org.mmbase.util.xml.EntityResolver
 
hasError() - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
hasErrors() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
hasEtxIndex(StepField) - Method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
Tests if an Excelibur Text Search index has been made for this field.
hasField(String) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
hasField(String) - Method in interface org.mmbase.bridge.NodeManager
Tests whether the field with the specified name exists in this nodemanager.
hasField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
hasField(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
hasField(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
hasField(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
hasField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
hasField(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
hasField(String) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
hasField(String) - Method in class org.mmbase.bridge.util.MapNodeManager
 
hasField(String) - Method in class org.mmbase.module.core.MMObjectBuilder
 
hasFieldErrors() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
HasFieldTag - Class in org.mmbase.bridge.jsp.taglib
Straight-forward wrapper arround NodeManager.hasField(java.lang.String).
HasFieldTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
HasFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
 
HasFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.HasFunctionTag
 
hasGlobalErrors() - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
hash - Variable in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
hashCode() - Method in class org.mmbase.applications.crontab.CronEntry
 
hashCode() - Method in class org.mmbase.applications.crontab.CronEntryField
 
hashCode() - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
hashCode() - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
hashCode() - Method in class org.mmbase.applications.email.EmailHandler.NodeRecipient
 
hashCode() - Method in class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
hashCode() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
hashCode() - Method in class org.mmbase.bridge.ContextProvider.LocalResolver
 
hashCode() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
hashCode() - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
hashCode() - Method in class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
 
hashCode() - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
hashCode() - Method in class org.mmbase.bridge.util.AbstractNode
 
hashCode() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
hashCode() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
hashCode() - Method in class org.mmbase.bridge.util.NodeWrapper
 
hashCode() - Method in class org.mmbase.cache.Cache
 
hashCode() - Method in class org.mmbase.cache.CacheManager.Bean
 
hashCode() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the hashCode() method of the cache implementation.
hashCode() - Method in class org.mmbase.cache.ReleaseStrategy
 
hashCode() - Method in class org.mmbase.cache.xslt.TemplateCache.Key
 
hashCode() - Method in class org.mmbase.core.AbstractField
 
hashCode() - Method in class org.mmbase.core.CoreField
 
hashCode() - Method in class org.mmbase.core.event.EventBroker
 
hashCode() - Method in class org.mmbase.core.event.NodeEvent
 
hashCode() - Method in class org.mmbase.core.event.RelationEvent
 
hashCode() - Method in class org.mmbase.core.event.TypedNodeEventListenerWrapper
 
hashCode() - Method in class org.mmbase.core.event.TypedRelationEventListenerWrapper
 
hashCode() - Method in class org.mmbase.datatypes.BasicDataType
 
hashCode() - Method in class org.mmbase.datatypes.processors.CreationTimeGuesser
 
hashCode() - Method in class org.mmbase.datatypes.processors.DelayedSetter.NodeField
 
hashCode() - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
hashCode() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
hashCode() - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
hashCode() - Method in class org.mmbase.framework.Block.Type
 
hashCode() - Method in class org.mmbase.framework.Setting
 
hashCode() - Method in class org.mmbase.module.builders.vwms.aFile2Copy
Returns a hashcode based on the orifinal file source path.
hashCode() - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
hashCode() - Method in class org.mmbase.module.core.MMObjectBuilder
 
hashCode(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Implements for MMObjectNode
hashCode() - Method in class org.mmbase.module.core.MMObjectNode
 
hashCode(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Implements for MMObjectNode
hashCode() - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
hashCode() - Method in class org.mmbase.richtext.OSCacheInvalidator
 
hashCode() - Method in class org.mmbase.searchrelate.SessionCleaner
 
hashCode() - Method in class org.mmbase.searchrelate.Submitter
 
hashCode() - Method in class org.mmbase.security.BasicUser
 
hashCode(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
 
hashCode() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
hashCode() - Method in class org.mmbase.security.Rank
 
hashCode() - Method in interface org.mmbase.storage.search.CompositeConstraint
 
hashCode() - Method in interface org.mmbase.storage.search.Constraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicAggregatedField
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicCompareFieldsConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicDateSortOrder
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldNullConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicLegacyConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
hashCode() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
hashCode() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Should correspond to BasicSearchQuery.hashCode()
hashCode() - Method in interface org.mmbase.storage.search.RelationStep
 
hashCode() - Method in interface org.mmbase.storage.search.SearchQuery
 
hashCode() - Method in interface org.mmbase.storage.search.SortOrder
 
hashCode() - Method in interface org.mmbase.storage.search.Step
 
hashCode() - Method in interface org.mmbase.storage.search.StepField
 
hashCode() - Method in class org.mmbase.storage.util.TypeMapping
 
hashCode() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
hashCode() - Method in class org.mmbase.util.DynamicDate
 
hashCode() - Method in class org.mmbase.util.Entry
 
hashCode() - Method in class org.mmbase.util.functions.AbstractFunction
 
hashCode() - Method in class org.mmbase.util.functions.Parameter
 
hashCode() - Method in class org.mmbase.util.functions.WrappedFunction
 
hashCode(int, boolean) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, int) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, long) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, float) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, double) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, Object) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, boolean[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, int[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, long[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, float[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, double[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode(int, Object[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCode() - Method in class org.mmbase.util.images.Dimension
 
hashCode() - Method in class org.mmbase.util.images.FileReceiver
 
hashCode() - Method in class org.mmbase.util.images.NodeReceiver
 
hashCode() - Method in class org.mmbase.util.LocaleCollator
 
hashCode() - Method in class org.mmbase.util.LocalizedString
 
hashCode() - Method in class org.mmbase.util.MimeType
 
hashCode() - Method in class org.mmbase.util.NodeComparator
Returns the comparator's hash code.
hashCode() - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
hashCode() - Method in class org.mmbase.util.ResourceLoader
 
hashCode() - Method in class org.mmbase.util.SerializableInputStream
 
hashCode() - Method in class org.mmbase.util.SortedBundle.ValueWrapper
 
hashCode() - Method in class org.mmbase.util.StringTagger
Hashcode for sorting and comparing
hashCode() - Method in class org.mmbase.util.WrappedLocalizedString
 
hashCode() - Method in class org.mmbase.util.xml.DocumentSerializable
 
hashCode() - Method in class org.mmbase.util.xml.URIResolver.Entry
 
hashCode() - Method in class org.mmbase.util.xml.URIResolver
URIResolver can be used as a key in Maps (Caches).
hashCodeGentle(int, Object[]) - Static method in class org.mmbase.util.HashCodeUtil
 
hashCodeGentle2(int, Object[]) - Static method in class org.mmbase.util.HashCodeUtil
 
HashCodeUtil - Class in org.mmbase.util
http://www.macchiato.com/columns/Durable6.html Hash Collections (HashSet, HashMap, Hashtable, etc) are typically implemented with an array of buckets.
HashCodeUtil() - Constructor for class org.mmbase.util.HashCodeUtil
 
hasId(Document, String) - Method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
hasIndex() - Method in interface org.mmbase.bridge.Field
Returns whether this field is a key field, meaning that the storage layer should define an index for it, allowing optimization with search and sort actions.
hasIndex() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
hasIndex() - Method in interface org.mmbase.bridge.remote.RemoteField
 
hasIndex() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
hasIndex() - Method in class org.mmbase.bridge.util.FieldWrapper
 
hasIndex() - Method in class org.mmbase.core.AbstractField
 
hasModule(String) - Method in interface org.mmbase.bridge.CloudContext
Returns whether the module with the specified name is available.
hasModule(String) - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
hasModule(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
hasModule(String) - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
hasModule(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
hasModule(String) - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
hasModule(String) - Static method in class org.mmbase.module.Module
 
hasNext() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
hasNext() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
hasNext() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
hasNext() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
hasNext() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
hasNext() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
hasNext() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
hasNext() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
hasNext() - Method in class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
hasNext() - Method in class org.mmbase.util.ChainedIterator
 
hasNext() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
Deprecated.
 
hasNick() - Method in class org.mmbase.applications.mmbob.Forum
 
hasNode(int) - Method in interface org.mmbase.bridge.Cloud
Determines whether a node with the specified number exists in this cloud.
hasNode(String) - Method in interface org.mmbase.bridge.Cloud
Determines whether a node with the specified number is available from this cloud.
hasNode(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasNode(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasNode(String) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
hasNode(int) - Method in class org.mmbase.bridge.mock.MockCloud
 
hasNode(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasNode(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasNode(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasNode(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasNode(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasNode(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasNode(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasNode(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasNode(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasNode(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasNode(int) - Method in class org.mmbase.bridge.util.AbstractCloud
 
hasNode(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
hasNodeManager(String) - Method in interface org.mmbase.bridge.Cloud
Returns whether the specified node manager exists.
hasNodeManager(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasNodeManager(String) - Method in class org.mmbase.bridge.mock.MockCloud
 
hasNodeManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasNodeManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasNodeManager(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasNodeManager(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasNodeManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasNodeManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasNodeManager(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
HasNodeManagerTag - Class in org.mmbase.bridge.jsp.taglib
Straight-forward wrapper arround Cloud.hasNodeManager(java.lang.String).
HasNodeManagerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
hasNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
HasNodeTag - Class in org.mmbase.bridge.jsp.taglib
Straight-forward wrapper arround Cloud.hasNode(int).
HasNodeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
hasOpened() - Method in class org.mmbase.util.transformers.SpaceReducer.Tag
 
hasOption(String) - Method in class org.mmbase.storage.StorageManagerFactory
Check whether an option was set.
HasPageTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
 
HasPageTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
hasParent() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
hasParent() - Method in class org.mmbase.util.xml.BuilderReader
 
hasParent() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
hasPoster(int) - Method in class org.mmbase.applications.mmbob.Forum
 
hasPrevious() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
hasPrevious() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
hasPrevious() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
hasPrevious() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
hasPrevious() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
hasPrevious() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
hasPrevious() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
hasPrevious() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
HasRankTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check for the rank of the current user.
HasRankTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
hasRelation(int) - Method in interface org.mmbase.bridge.Cloud
Determines whether a relation with the specified number exists in this cloud.
hasRelation(String) - Method in interface org.mmbase.bridge.Cloud
Determines whether a relation with the specified number is available from this cloud.
hasRelation(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasRelation(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasRelation(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasRelation(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasRelation(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasRelation(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasRelation(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasRelation(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasRelation(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasRelation(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasRelation(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasRelation(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasRelation(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasRelation(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasRelation(int) - Method in class org.mmbase.bridge.util.AbstractCloud
 
hasRelation(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
hasRelationManager(String, String, String) - Method in interface org.mmbase.bridge.Cloud
Returns whether the specified relation manager exists.
hasRelationManager(NodeManager, NodeManager, String) - Method in interface org.mmbase.bridge.Cloud
Returns whether the specified relation manager exists.
hasRelationManager(String) - Method in interface org.mmbase.bridge.Cloud
Returns whether the specified relation manager exists.
hasRelationManager(String, String, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasRelationManager(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasRelationManager(String) - Method in class org.mmbase.bridge.mock.MockCloud
 
hasRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.mock.MockCloud
 
hasRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasRelationManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasRelationManager(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasRelationManager(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasRelationManager(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasRelationManager(String, String, String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasRelationManager(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasRelationManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasRelationManager(RemoteNodeManager, RemoteNodeManager, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasRelationManager(String, String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasRelationManager(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasRelationManager(String, String, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
hasRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
hasRelationManager(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
HasRelationManagerTag - Class in org.mmbase.bridge.jsp.taglib
HasRelationManagerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
hasRelations() - Method in class org.mmbase.bridge.implementation.BasicNode
 
hasRelations() - Method in interface org.mmbase.bridge.Node
Checks whether this node has any relations.
hasRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
hasRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
hasRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
hasRelations() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
hasRelations() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
hasRelations() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
hasRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
hasRelations() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
hasRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
hasRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
hasRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
hasRelations() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
hasRelations() - Method in class org.mmbase.bridge.util.AbstractNode
 
hasRelations() - Method in class org.mmbase.bridge.util.MapNode
 
hasRelations() - Method in class org.mmbase.bridge.util.NodeWrapper
 
hasRelations() - Method in class org.mmbase.module.core.MMObjectNode
Returns whether this node has relations.
hasRelations() - Method in class org.mmbase.module.core.VirtualNode
Returns whether this node has relations.
hasRelations(int) - Method in class org.mmbase.module.corebuilders.InsRel
Checks whether any relations exist for a MMObjectNode.
HasRelationsTag - Class in org.mmbase.bridge.jsp.taglib
Whether current node has relations.
HasRelationsTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasRelationsTag
 
hasRole(String) - Method in interface org.mmbase.bridge.Cloud
Returns whether the specified role exists.
hasRole(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
hasRole(String) - Method in class org.mmbase.bridge.mock.MockCloud
 
hasRole(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
hasRole(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
hasRole(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
hasRole(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
hasRole(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
hasRole(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
hasRole(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
HasSettingTag - Class in org.mmbase.bridge.jsp.taglib
 
HasSettingTag() - Constructor for class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
hasStarted() - Method in class org.mmbase.module.Module
Returns whether the module has started (has been initialized or is in its initialization fase).
hasTemplate() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
hasVersionFields(NodeManager) - Static method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
haveBody() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
haveBody() - Method in interface org.mmbase.bridge.jsp.taglib.Writer
To be used by child tags.
haveBody() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
To be called by subtags.
head - Variable in class org.mmbase.util.Queue
Deprecated.
The head element of the queue.
header - Variable in class org.mmbase.util.CSVReader
 
headers - Variable in class org.mmbase.util.Mail
All the mail headers defined for this mail object.
height - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
height - Variable in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
height - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
HEIGHT_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractImages
 
HEIGHT_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
helper - Variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
The helper member is only used by 'Writer' extensions.
Hex - Class in org.mmbase.util.transformers
Encode a bytearray to a string by converting every byte to a hexadecimal (00 - FF) representation, and decode the other way around.
Hex() - Constructor for class org.mmbase.util.transformers.Hex
 
hex - Static variable in class org.mmbase.util.URLEscape
Deprecated.
Hex characters
hex - Static variable in class org.mmbase.util.URLParamEscape
Deprecated.
Hex characters
HEX3_COLORS - Static variable in class org.mmbase.calendar.ContrastFunction
 
HEX6_COLORS - Static variable in class org.mmbase.calendar.ContrastFunction
 
hex_chr - Variable in class org.mmbase.util.transformers.MD5.MD5Implementation
 
HEX_ESCAPE - Static variable in class org.mmbase.util.URLEscape
Deprecated.
Character to use for escaping invalid characters
HEX_ESCAPE - Static variable in class org.mmbase.util.URLParamEscape
Deprecated.
Character to use for escaping invalid characters
HIGH_PRIORITY - Static variable in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
highFormat - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
hint - Variable in class org.mmbase.applications.vprowizards.spring.cache.Handling
 
hits - Variable in class org.mmbase.module.cache
 
HMETODO - Static variable in class org.mmbase.util.transformers.Latin3Surrogator
 
hoj(Reader, Writer) - Method in class org.mmbase.util.transformers.Latin3Surrogator
 
horizontal - Variable in class org.mmbase.util.HTMLElement
The Item list should be HORIZONTAL This is default
host - Static variable in class org.mmbase.applications.media.urlcomposers.Config
 
host - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
hostname(HttpServletRequest, HttpServletResponse, String) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
hostname_function(String) - Static method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
Has nothing to do with mmbase nodes. Should be in org.mmbase.util
HOUR - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Time part: 'hour'
hour_number() - Method in class org.mmbase.util.dateparser.DateParser
 
HOURS - Static variable in class org.mmbase.module.builders.AnnotRel
 
HSqlSqlHandler - Class in org.mmbase.storage.search.implementation.database
The HSQL query handler, implements SqlHandler for standard hsql functionality.
HSqlSqlHandler() - Constructor for class org.mmbase.storage.search.implementation.database.HSqlSqlHandler
Constructor.
HTML_BLOCK - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_BR - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_BR_NOSURROUNDINGP - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_LIST - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_LIST_BR - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_LIST_BR_NOSURROUNDINGP - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_LIST_NOSURROUNDINGP - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_BLOCK_NOSURROUNDINGP - Static variable in class org.mmbase.util.transformers.XmlField
 
HTML_INLINE - Static variable in class org.mmbase.util.transformers.XmlField
 
HtmlBase - Class in org.mmbase.module.gui.html
The module which provides access to the multimedia database it creates, deletes and gives you methods to keep track of multimedia objects.
HtmlBase() - Constructor for class org.mmbase.module.gui.html.HtmlBase
 
HTMLElement - Class in org.mmbase.util
Class which is the super-class for ALL the HTMLElements.
HTMLElement() - Constructor for class org.mmbase.util.HTMLElement
empty
HTMLElementCheckBox - Class in org.mmbase.util
Generates a HTML Element: INPUT CHECKBOX.
HTMLElementCheckBox() - Constructor for class org.mmbase.util.HTMLElementCheckBox
Creates a HTMLElementCheckbox
HTMLElementPassword - Class in org.mmbase.util
Generates a HTML Element: INPUT PASSWORD.
HTMLElementPassword() - Constructor for class org.mmbase.util.HTMLElementPassword
Creates a HTMLElementCheckbox
HTMLElementRadio - Class in org.mmbase.util
Generates a HTML Element: INPUT RADIO.
HTMLElementRadio() - Constructor for class org.mmbase.util.HTMLElementRadio
Creates a HTMLElementRadio.
HTMLElementSelect - Class in org.mmbase.util
Generates a HTML Element: SELECT.
HTMLElementSelect() - Constructor for class org.mmbase.util.HTMLElementSelect
Creates a HTMLElementSelect.
HTMLElementText - Class in org.mmbase.util
Generates a HTML Element: INPUT TEXT.
HTMLElementText() - Constructor for class org.mmbase.util.HTMLElementText
Creates a HTMLElementText
HTMLElementTextArea - Class in org.mmbase.util
Generates a HTML Element: TEXTAREA.
HTMLElementTextArea() - Constructor for class org.mmbase.util.HTMLElementTextArea
Creates a HTMLElementTextArea
HTMLFilterUtils - Class in org.mmbase.applications.vprowizards.spring.util
HTMLFilter contains utility methods for filtering and html used in input fields
HTMLFilterUtils() - Constructor for class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
HTMLFormGenerator - Class in org.mmbase.util
Generates from the MACRO Strings a HTML FORM.
HTMLFormGenerator() - Constructor for class org.mmbase.util.HTMLFormGenerator
Contructs the HTMLElements
HtmlGetString - Class in org.mmbase.datatypes.processors.xml
Currently is like FieldGetString.
HtmlGetString() - Constructor for class org.mmbase.datatypes.processors.xml.HtmlGetString
 
HtmlHandler - Class in org.mmbase.datatypes.handlers.html
This is the base handler for the mime type text/html and application/xml+xhtml.
HtmlHandler() - Constructor for class org.mmbase.datatypes.handlers.html.HtmlHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.IntegerHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler
 
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
htmlInput(Node, Field, boolean) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
Produces an form input field for the given Node, and Field.
htmlInput(Node, Field, boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.XmlHandler
 
htmlInputId(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
htmlInputId(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
htmlInputId(Node, Field) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
 
htmlRootInitialized - Static variable in class org.mmbase.module.core.MMBaseContext
 
HtmlSetString - Class in org.mmbase.datatypes.processors.xml
This set-processor is used for HTML fields.
HtmlSetString() - Constructor for class org.mmbase.datatypes.processors.xml.HtmlSetString
 
htmlValues - Variable in class org.mmbase.module.gui.html.EditStateNode
 
HttpAuth - Class in org.mmbase.util
Deprecated.
should be done by implementing and using the MMBase security Authorization
HttpAuth() - Constructor for class org.mmbase.util.HttpAuth
Deprecated.
 
HttpPost - Class in org.mmbase.util
HttpPost handles all the PostInformation
HttpPost(HttpServletRequest) - Constructor for class org.mmbase.util.HttpPost
Initialise WorkerPostHandler
httpPrefix - Variable in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
httpPrefix - Variable in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
HugeNodeListIterator - Class in org.mmbase.bridge.util
Iterates the big result of a query.
HugeNodeListIterator(Query, int) - Constructor for class org.mmbase.bridge.util.HugeNodeListIterator
Constructor for this Iterator.
HugeNodeListIterator(Query) - Constructor for class org.mmbase.bridge.util.HugeNodeListIterator
Constructor for this Iterator.

I

i - Variable in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
I - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
id - Variable in class org.mmbase.bridge.implementation.BasicNodeManager.NodeAndId
 
id - Variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
id(String) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
Puts a prefix 'mm_' before an id in form fields.
id(Request, Field) - Method in interface org.mmbase.datatypes.handlers.Handler
Generates a unique id for the field in the request
id(Request, Field) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
id - Variable in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
id - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
ID - Static variable in class org.mmbase.richtext.builders.IdRel
 
id - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
ID_ATT - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
identifier - Variable in class org.mmbase.module.lucene.AssignmentEvents.Event
 
IDENTIFIER - Static variable in class org.mmbase.module.lucene.Lucene
 
identifier - Variable in class org.mmbase.storage.search.legacy.DBConditionItem
The field identifier as it appears in SQL expressions, with table alias prefix (if present), and the fieldname converted to an allowed fieldname.
Identifier - Class in org.mmbase.util.transformers
Transforms strings to identifiers, replacing punctuation and whitespace with underscores.
Identifier() - Constructor for class org.mmbase.util.transformers.Identifier
 
identifierFields - Variable in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
identify(Future, String) - Static method in class org.mmbase.util.ThreadPools
There is no way to identify the FutureTask objects returned in the getQueue methods of the executors.
IdEvent - Class in org.mmbase.core.event
Very generic event type, which only adds an 'id' property.
IdEvent(String, int, String) - Constructor for class org.mmbase.core.event.IdEvent
 
IdEventBroker - Class in org.mmbase.core.event
This class is the event broker implementation for the NodeEvent
IdEventBroker() - Constructor for class org.mmbase.core.event.IdEventBroker
 
IdEventListener - Interface in org.mmbase.core.event
This is the listener interface for id events
idInterface - Interface in org.mmbase.module
Deprecated.
no implementation of this interface exists, and the only class that references the interface (scanparser) never instantiates it.
IDLE - Static variable in class org.mmbase.module.lucene.Lucene.Scheduler
 
IDLE_AFTER_ERROR - Static variable in class org.mmbase.module.lucene.Lucene.Scheduler
 
idListener - Variable in class org.mmbase.module.lucene.Lucene
 
IdRel - Class in org.mmbase.richtext.builders
Like InsRel, only with a GUIIndicator tailored for a relation with an 'id' field.
IdRel() - Constructor for class org.mmbase.richtext.builders.IdRel
 
IdRelVersioningCommitProcessor - Class in org.mmbase.versioning
 
IdRelVersioningCommitProcessor() - Constructor for class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
idString() - Method in class org.mmbase.module.lucene.Lucene.Scheduler.Assignment
 
idToNodeNumber(String, String) - Method in class org.mmbase.richtext.processors.xml.Wiki
 
IECompatibleJpegInputStream - Class in org.mmbase.util
IECompatibleJpegInputStream removes additional information left by PhotoShop 7 in jpegs , this information may crash Internet Exploder.
IECompatibleJpegInputStream(InputStream) - Constructor for class org.mmbase.util.IECompatibleJpegInputStream
create a new InputStream that parse the content of a jpeg file and removes application headers if the content is not a jpeg the content remains unaffected
IEEE_BI - Static variable in class org.mmbase.datatypes.processors.FormatQuantity
 
IFrameRenderer - Class in org.mmbase.framework
The IFrameRenderer renders a page (in the current web-app) in an iframe.
IFrameRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.IFrameRenderer
 
ignorableWhitespace(char[], int, int) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write ignorable whitespace.
IgnoreCaseComparator() - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler.IgnoreCaseComparator
 
IgnoreEmptyProcessor - Class in org.mmbase.datatypes.processors
If you use this processor for a field, then setting it to an empty value will be ignored (the previous value will remain intact).
IgnoreEmptyProcessor() - Constructor for class org.mmbase.datatypes.processors.IgnoreEmptyProcessor
 
IgnoreIfChangedProcessor - Class in org.mmbase.datatypes.processors
If this processor is used on a certain field, then you can effectively set the value only once (until the commit of the node).
IgnoreIfChangedProcessor() - Constructor for class org.mmbase.datatypes.processors.IgnoreIfChangedProcessor
 
ignores(String) - Method in class org.mmbase.servlet.FileServlet
 
iksoj(Reader, Writer) - Method in class org.mmbase.util.transformers.Latin3Surrogator
 
IM_VERSION_PATTERN - Static variable in class org.mmbase.util.images.ImageMagickImageConverter
 
IMAGE - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
image(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
image - Variable in class org.mmbase.util.dateparser.Token
The string image of the token.
image - Variable in class org.mmbase.util.transformers.Token
The string image of the token.
image2(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
Matches on Input and looks for the 'image2' format which indicates that the input is an image.
IMAGE_HANDLE_FIELDS - Variable in class org.mmbase.module.builders.AbstractImages
 
IMAGEC - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
ImageCaches - Class in org.mmbase.module.builders
ImageCaches (aka as 'icaches') is a system-like builder used by builders with the 'Images' class.
ImageCaches() - Constructor for class org.mmbase.module.builders.ImageCaches
 
ImageConversionReceiver - Interface in org.mmbase.util.images
An image conversion receiver receives the actual result of a image conversion.
ImageConversionRequest - Class in org.mmbase.util.images
Defines one Image convert request.
ImageConversionRequest(List<String>, byte[], String, MMObjectNode) - Constructor for class org.mmbase.util.images.ImageConversionRequest
 
ImageConversionRequest(byte[], String, ImageConversionReceiver, List<String>) - Constructor for class org.mmbase.util.images.ImageConversionRequest
 
ImageConversionRequest(InputStream, String, ImageConversionReceiver, List<String>) - Constructor for class org.mmbase.util.images.ImageConversionRequest
 
ImageConversionRequestProcessor - Class in org.mmbase.util.images
An ImageConversionRequest Processor is a daemon Thread which can handle image transformations.
ImageConversionRequestProcessor(ImageConverter, BlockingQueue<ImageConversionRequest>, Map<ImageConversionReceiver, ImageConversionRequest>) - Constructor for class org.mmbase.util.images.ImageConversionRequestProcessor
 
ImageConverter - Interface in org.mmbase.util.images
Interface for classes that can convert images.
ImageInfo - Class in org.mmbase.util.images
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files (or input streams).
ImageInfo() - Constructor for class org.mmbase.util.images.ImageInfo
 
ImageInformer - Interface in org.mmbase.util.images
The ImageInformer interface defines the function ImageInformer.getDimension(byte[]), which returns a Dimension object given a certain Image byte array.
ImageMagickImageConverter - Class in org.mmbase.util.images
Converts images using ImageMagick.
ImageMagickImageConverter() - Constructor for class org.mmbase.util.images.ImageMagickImageConverter
 
ImageMagickImageConverter.Version - Class in org.mmbase.util.images
 
ImageMagickImageInformer - Class in org.mmbase.util.images
Informs about a image using the 'identify' binary of ImageMagick.
ImageMagickImageInformer() - Constructor for class org.mmbase.util.images.ImageMagickImageInformer
 
ImageMaster - Class in org.mmbase.module.builders.vwms
A VWM that manages image files by scheduling them to be send to one or more mirror sites.
ImageMaster() - Constructor for class org.mmbase.module.builders.vwms.ImageMaster
Constructor for ImageMaster
ImagePusher - Class in org.mmbase.module.builders.vwms
A class used to schedule images for transfer.
ImagePusher(ImageMaster) - Constructor for class org.mmbase.module.builders.vwms.ImagePusher
Constructor for the ImagePusher
Images - Class in org.mmbase.module.builders
If this class is used as the class for your builder, then an 'handle' byte field is assumed to contain an image.
Images() - Constructor for class org.mmbase.module.builders.Images
 
ImageServlet - Class in org.mmbase.servlet
ImageServlet handles nodes as images.
ImageServlet() - Constructor for class org.mmbase.servlet.ImageServlet
 
ImageSet - Class in org.mmbase.applications.thememanager
 
ImageSet(String) - Constructor for class org.mmbase.applications.thememanager.ImageSet
 
ImageSet(String, String) - Constructor for class org.mmbase.applications.thememanager.ImageSet
 
ImagesInterface - Interface in org.mmbase.module.builders
Builders with want to use the ImageCaches 'icaches' builders, need to implement this interface
ImageSources - Class in org.mmbase.streams.builders
Builder for imagesources.
ImageSources() - Constructor for class org.mmbase.streams.builders.ImageSources
 
ImagesURLComposer - Class in org.mmbase.streams.urlcomposers
The FragmentURLComposer to make images urls available the same way as audio and video.
ImagesURLComposer() - Constructor for class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
ImageTag - Class in org.mmbase.bridge.jsp.taglib
Produces an url to the image servlet mapping.
ImageTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ImageTag
 
Imaging - Class in org.mmbase.util.images
Utilities related to Images.
Imaging() - Constructor for class org.mmbase.util.images.Imaging
 
Imaging.CKey - Class in org.mmbase.util.images
Structure with node-number and template.
Impl - Class in org.mmbase.util.logging.java
Since java 1.4 there is a Logger implemented in java itself; this MMBase Logger implementation delegates all logging to this java framework.
Impl(String) - Constructor for class org.mmbase.util.logging.java.Impl
Constructor.
implicitCreate - Variable in class org.mmbase.bridge.util.MapNode
 
implicitFields - Variable in class org.mmbase.bridge.implementation.BasicQuery
The implicitely added 'extra' fields.
ImplicitList() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.Url.ImplicitList
 
IMPLICITLIST - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
impliedTags - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
IMPORT_EXCEPTION - Static variable in class org.mmbase.applications.xmlimporter.Consultant
When transaction time out.
IMPORT_FINISHED - Static variable in class org.mmbase.applications.xmlimporter.Consultant
When import finished.
IMPORT_RUNNING - Static variable in class org.mmbase.applications.xmlimporter.Consultant
When import running.
IMPORT_STARTING - Static variable in class org.mmbase.applications.xmlimporter.Consultant
When import finished.
IMPORT_TIMED_OUT - Static variable in class org.mmbase.applications.xmlimporter.Consultant
When transaction time out.
ImportTag - Class in org.mmbase.bridge.jsp.taglib
The importtag puts things in the context.
ImportTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ImportTag
 
ImportTEI - Class in org.mmbase.bridge.jsp.taglib
TEI class for the ImportTag.
ImportTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.ImportTEI
 
in - Variable in class org.mmbase.streams.createcaches.Result
 
in - Variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
in - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
inA - Variable in class org.mmbase.util.transformers.ChunkedTransformer.Status
 
INACTIVE - Static variable in interface org.mmbase.datatypes.resources.StateConstants
 
inBody(String) - Method in class org.mmbase.applications.mmbob.Posting
 
inBuf - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
inBuf - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
inc_number() - Method in class org.mmbase.util.dateparser.DateParser
 
inc_period() - Method in class org.mmbase.util.dateparser.DateParser
 
incCount() - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
incCount() - Method in class org.mmbase.applications.crontab.CronEntry
 
include(String) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
include(String, boolean) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
INCLUDE_DESCENDANTS - Static variable in class org.mmbase.module.corebuilders.TypeRel
Constant for TypeRel.contains(int, int, int): return typerels where source/destination match with a builder or its descendants
INCLUDE_LEVEL_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
INCLUDE_PARENTS - Static variable in class org.mmbase.module.corebuilders.TypeRel
Constant for TypeRel.contains(int, int, int): return typerels where source/destination match with a builder or its parents
INCLUDE_PARENTS_AND_DESCENDANTS - Static variable in class org.mmbase.module.corebuilders.TypeRel
Constant for TypeRel.contains(int, int, int): return typerels where source/destination match with a builder, its descendants, or its parents
INCLUDE_PATH_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
includeComments() - Method in class org.mmbase.util.xml.DocumentWriter
Gets whether the document will include comments
IncludeDefaultExcludesMojo - Class in org.mmbase.mojo
Deprecated.
At least if you have fixes for: MWAR-205 and MWAR-128
IncludeDefaultExcludesMojo() - Constructor for class org.mmbase.mojo.IncludeDefaultExcludesMojo
Deprecated.
 
includePage() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
Includes another page in the current page.
IncludeTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
Like UrlTag, but does not spit out an URL, but the page itself.
IncludeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
incPinnedCount() - Method in class org.mmbase.applications.mmbob.PostArea
increase the numberofpinned threads in the postarea
increasePriority() - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
incRefCount(HttpServletRequest) - Method in class org.mmbase.servlet.MMBaseServlet
Increase the reference count of the servlet (for debugging) and send running servlets to log once every 32 requests
increment() - Method in class org.mmbase.util.dateparser.DateParser
 
indent2() - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
indent4() - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
indent6() - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
indent8() - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
inDevelopment() - Method in class org.mmbase.module.core.MMBase
Returns true when MMBase is in development mode.
index - Variable in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
index - Variable in class org.mmbase.module.lucene.AssignmentEvents.Event
 
index - Variable in class org.mmbase.module.lucene.FullIndexEvents.Event
 
index(Document) - Method in interface org.mmbase.module.lucene.IndexEntry
Writes this index entry to a lucene Document.
index(CloseableIterator<? extends IndexEntry>, IndexWriter, String) - Method in class org.mmbase.module.lucene.Indexer
Runs the queries for the given cursor, and indexes all nodes that are returned.
index(IndexEntry, Document) - Method in class org.mmbase.module.lucene.Indexer
Indexes an entry, and its sub-indexes (recursively).
index(Document) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
INDEX - Static variable in class org.mmbase.module.lucene.Lucene
 
index(Document) - Method in class org.mmbase.module.lucene.MMBaseEntry
 
index - Variable in class org.mmbase.module.lucene.NewSearcher.Event
 
Index - Class in org.mmbase.storage.util
 
Index(MMObjectBuilder, String) - Constructor for class org.mmbase.storage.util.Index
 
index - Static variable in class org.mmbase.util.functions.IndexFunction
 
INDEX - Static variable in class org.mmbase.util.ResourceLoader
Used when using getResourcePaths for normal class-loaders.
indexCache - Static variable in class org.mmbase.util.functions.IndexFunction
 
IndexConfigurer - Class in org.mmbase.module.lucene
IndexConfigurer is a specialized QueryConfigurer, which has several extra options.
IndexConfigurer(Set<String>, boolean, boolean) - Constructor for class org.mmbase.module.lucene.IndexConfigurer
 
indexCounter - Static variable in class org.mmbase.richtext.processors.xml.Util
Used for generating unique id's
IndexDefinition - Interface in org.mmbase.module.lucene
Defines a query and possible options for the fields to index.
indexed - Variable in class org.mmbase.module.lucene.FullIndexEvents.Event
 
IndexEntry - Interface in org.mmbase.module.lucene
One entry in an index.
Indexer - Class in org.mmbase.module.lucene
An indexer object represents one Index in the MMBase lucene module.
Indexer(String, String, List<IndexDefinition>, Analyzer, boolean, boolean, Lucene.Scheduler) - Constructor for class org.mmbase.module.lucene.Indexer
Instantiates an Indexer for a specified collection of queries and options.
Indexer.Multiple - Enum in org.mmbase.module.lucene
 
indexerListFunction - Variable in class org.mmbase.module.lucene.Lucene
This function returns Set with the names of all configured indexes (ordered alphabeticly)
IndexFieldDefinition - Class in org.mmbase.module.lucene
Defines options for a field to index.
IndexFieldDefinition(boolean, boolean, Set<String>) - Constructor for class org.mmbase.module.lucene.IndexFieldDefinition
 
IndexFunction - Class in org.mmbase.util.functions
The index node functions can be assigned to nodes which are connected by an 'index' relation.
IndexFunction() - Constructor for class org.mmbase.util.functions.IndexFunction
 
IndexFunction.Stack<C> - Class in org.mmbase.util.functions
 
indexOf(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
indexOf(String) - Method in class org.mmbase.util.StringObject
 
indexOf(String, int) - Method in class org.mmbase.util.StringObject
 
indexOffSet - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
indexOffset - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
indexOffsetOffset - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
indexOffsetOffset - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
indexOfParameter(Parameter) - Method in class org.mmbase.util.functions.AutodefiningParameters
 
indexOfParameter(String) - Method in class org.mmbase.util.functions.AutodefiningParameters
 
indexOfParameter(Parameter<?>) - Method in class org.mmbase.util.functions.Parameters
Returns the position of a parameter in the parameters list, using the Parameter as a qualifier.
indexOfParameter(String) - Method in class org.mmbase.util.functions.Parameters
Returns the position of a parameter in the parameters list, using the parameter name as a qualifier.
IndexTag - Class in org.mmbase.bridge.jsp.taglib
The index of current item of a list.
IndexTag() - Constructor for class org.mmbase.bridge.jsp.taglib.IndexTag
 
InfiniteTranscoder - Class in org.mmbase.streams.transcoders
This is a transcoder that does nothing.
InfiniteTranscoder() - Constructor for class org.mmbase.streams.transcoders.InfiniteTranscoder
 
info - Variable in class org.mmbase.applications.media.urlcomposers.URLComposer
 
info - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
INFO - Class in org.mmbase.module
The INFO module provides access to the environment on which the mmbase system resides.
INFO() - Constructor for class org.mmbase.module.INFO
Constructor for
info(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
info(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
info(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
info(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
info(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
info(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
info(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
info(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
info(Object) - Method in class org.mmbase.util.logging.java.Impl
 
info(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
INFO - Static variable in class org.mmbase.util.logging.Level
A constant.
info(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with info priority.
info(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
info(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
info(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
info - Variable in class org.mmbase.util.transformers.Config
 
INFO_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
infoFunction - Variable in class org.mmbase.module.core.MMObjectBuilder
The info-function is a node-function and a builder-function.
InformixSqlHandler - Class in org.mmbase.storage.search.implementation.database
The Informix query handler, implements SqlHandler for standard Informix functionality.
InformixSqlHandler() - Constructor for class org.mmbase.storage.search.implementation.database.InformixSqlHandler
Constructor.
InformixStorageManager - Class in org.mmbase.storage.implementation.database
 
InformixStorageManager() - Constructor for class org.mmbase.storage.implementation.database.InformixStorageManager
 
InfoTag - Class in org.mmbase.bridge.jsp.taglib
Deprecated. 
InfoTag() - Constructor for class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
inherit(BasicDataType<C>) - Method in class org.mmbase.datatypes.BasicDataType
inherit(BasicDataType.StaticAbstractRestriction<?>, boolean) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
inherit(BasicDataType.StaticAbstractRestriction<?>) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
inheritanceResolved - Variable in class org.mmbase.util.xml.AbstractBuilderReader
If false, the parent builder could not be resolved.
inheritProperties(BasicDataType<C>) - Method in class org.mmbase.datatypes.BasicDataType
Properties are members of the datatype that can easily be copied/clones.
inheritProperties(BasicDataType) - Method in class org.mmbase.datatypes.DateTimeDataType
 
inheritProperties(BasicDataType<String>) - Method in class org.mmbase.datatypes.StringDataType
 
inheritRestrictions(BasicDataType<E>) - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
inheritRestrictions(BasicDataType<C>) - Method in class org.mmbase.datatypes.BasicDataType
If a datatype inherits from another datatype all its restrictions inherit too.
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.CheckEqualityDataType
 
inheritRestrictions(BasicDataType<E>) - Method in class org.mmbase.datatypes.ComparableDataType
 
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.DecimalDataType
 
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.IntegerDataType
 
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.InternetAddressDataType
 
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.ListDataType
 
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.NodeDataType
 
inheritRestrictions(BasicDataType) - Method in class org.mmbase.datatypes.StringDataType
 
inId - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
inIndex(String) - Method in interface org.mmbase.module.lucene.IndexDefinition
Whether the object with given key would be included in this index
inIndex(String) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
inIndex(String) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
init(CronEntry) - Method in class org.mmbase.applications.crontab.AbstractCronJob
If the CronJobs needs some initializing before the first run, then that can be put in this.
init() - Method in class org.mmbase.applications.crontab.AbstractCronJob
You can init by overriding this (no need to call super.init) This is called by AbstractCronJob.init(CronEntry)
init() - Method in class org.mmbase.applications.crontab.builders.CronJobs
Adds all the crontEntries to the CronDaemon
init() - Method in class org.mmbase.applications.crontab.CronEntry
 
init(CronEntry) - Method in interface org.mmbase.applications.crontab.CronJob
If the CronJobs needs some initializing before the first run, then that can be put in this.
init() - Method in class org.mmbase.applications.crontab.MMBaseCacheClearerJob
 
init() - Method in class org.mmbase.applications.crontab.MMBaseQueryJob
 
init() - Method in class org.mmbase.applications.crontab.MMBaseStatsJob
 
init() - Method in class org.mmbase.applications.crontab.modules.CrontabModule
Interpretates all initParameters as crontab entries.
init() - Method in class org.mmbase.applications.crontab.RunnableCronJob
 
init() - Method in class org.mmbase.applications.crontab.TestCronJob
 
init() - Method in class org.mmbase.applications.email.EmailBuilder
init
init() - Method in class org.mmbase.applications.email.SendMail
Initializes the module.
init() - Method in class org.mmbase.applications.media.builders.MediaFragments
 
init() - Method in class org.mmbase.applications.media.builders.MediaProviders
 
init() - Method in class org.mmbase.applications.media.builders.MediaSources
Initializes this builder The property 'mmb' needs to be set for the builder before this method can be called.
init(MMObjectNode, MMObjectNode, MMObjectNode, Map<String, Object>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
init(MMObjectNode, MMObjectNode, MMObjectNode, Map<String, Object>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.urlcomposers.RamURLComposer
 
init(MMObjectNode, MMObjectNode, MMObjectNode, Map<String, Object>, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
init() - Method in class org.mmbase.applications.mmbob.ExternalProfilesManager
init()
init(Forum) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
init() - Method in class org.mmbase.applications.mmbob.ForumEmailSender
init()
init() - Static method in class org.mmbase.applications.mmbob.ForumManager
Initialization
init() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
init()
init() - Method in class org.mmbase.applications.mmbob.ForumSwapManager
init()
init() - Method in class org.mmbase.applications.mmbob.generate.Handler
 
init(HashMap<String, String>) - Method in class org.mmbase.applications.xmlimporter.BasicFinder
Initializes this instance.
init(HashMap<String, String>) - Method in class org.mmbase.applications.xmlimporter.BasicMerger
Initialize this instance.
init() - Method in class org.mmbase.applications.xmlimporter.Consultant
init all fields
init(HashMap<String, String>) - Method in interface org.mmbase.applications.xmlimporter.ObjectMerger
Initialize this instance (called once per transaction).
init(HashMap<String, String>) - Method in interface org.mmbase.applications.xmlimporter.SimilarObjectFinder
Initialize this instance (called once per transaction).
init(HashMap<String, String>) - Method in class org.mmbase.applications.xmlimporter.SpecificObjectFinder
Initialize this instance.
init() - Method in class org.mmbase.applications.xmlimporter.TransactionHandler
Initialize the transactionhandler module.
init() - Method in class org.mmbase.bridge.implementation.BasicNode
Initializes state in case of a transaction.
init() - Method in class org.mmbase.bridge.implementation.BasicRelation
Initializes the node.
init() - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
init() - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
init() - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
 
init() - Method in class org.mmbase.clustering.ClusteringModule
 
init() - Method in class org.mmbase.framework.BasicComponent
Called on initializion.
init(FilterConfig) - Method in class org.mmbase.framework.FrameworkFilter
Initialize the filter, called on webapp startup
init() - Method in class org.mmbase.jumpers.Jumpers
Initializes the builder.
init() - Method in class org.mmbase.module.builders.AbstractServletBuilder
Read 'externalUrlField' property
init() - Method in class org.mmbase.module.builders.DayMarkers
Calculate smallestMark, and smallestDay.
init() - Method in class org.mmbase.module.builders.ImageCaches
 
init() - Method in class org.mmbase.module.builders.Images
Read configurations (imageConvertClass, maxConcurrentRequest), checks for 'icaches', inits the request-processor-pool.
init() - Method in class org.mmbase.module.builders.MMEvents
 
init() - Method in class org.mmbase.module.builders.MMServers
 
init() - Method in class org.mmbase.module.builders.ReferredAttachments
Sets a default for the 'externalUrlField' property
init() - Method in class org.mmbase.module.builders.Versions
 
init() - Method in class org.mmbase.module.builders.vwms.FileCopier
Intializes the class.
init() - Method in class org.mmbase.module.builders.vwms.ImagePusher
Initializes the insatnce by starting a thread.
init() - Method in class org.mmbase.module.builders.Vwms
Initializes the vwms builder.
init() - Method in class org.mmbase.module.builders.vwms.PerformProbe
 
init(MMObjectNode, Vwms) - Method in class org.mmbase.module.builders.vwms.Vwm
Initialize the Vwm.
init(MMObjectNode, Vwms) - Method in interface org.mmbase.module.builders.vwms.VwmInterface
Deprecated.
Initialize the Vwm.
init() - Method in class org.mmbase.module.builders.vwms.VwmProbe
 
init() - Method in class org.mmbase.module.builders.Vwmtasks
 
init() - Method in class org.mmbase.module.cache
 
init() - Method in interface org.mmbase.module.cacheInterface
 
init() - Method in class org.mmbase.module.core.MMBase
Initalizes the MMBase module.
init(ServletContext) - Static method in class org.mmbase.module.core.MMBaseContext
Initialize MMBase using a ServletContext.
init(String, boolean) - Static method in class org.mmbase.module.core.MMBaseContext
Initialize MMBase using a config path.
init() - Static method in class org.mmbase.module.core.MMBaseContext
Initialize MMBase using system properties only.
init() - Method in class org.mmbase.module.core.MMObjectBuilder
Initializes this builder The property 'mmb' needs to be set for the builder before this method can be called.
init() - Method in class org.mmbase.module.core.VirtualBuilder
Initializes this builder.
init() - Method in class org.mmbase.module.corebuilders.InsRel
Initializes the builder.
init() - Method in class org.mmbase.module.corebuilders.OAlias
 
init() - Method in class org.mmbase.module.corebuilders.RelDef
Initializes the builder by reading the cache.
init() - Method in class org.mmbase.module.corebuilders.TypeDef
Sets the default deploy directory for the builders.
init() - Method in class org.mmbase.module.corebuilders.TypeRel
 
init() - Method in interface org.mmbase.module.database.DatabaseSupport
 
init() - Method in class org.mmbase.module.database.DatabaseSupportInformix
Deprecated.
 
init() - Method in class org.mmbase.module.database.DatabaseSupportShim
 
init() - Method in class org.mmbase.module.database.JDBC
 
init() - Method in class org.mmbase.module.gui.flash.MMFlash
 
init() - Method in class org.mmbase.module.gui.html.HtmlBase
 
init() - Method in class org.mmbase.module.gui.html.MMEdit
The central initialisation wich builts up the complete module including all helper objects
init() - Method in class org.mmbase.module.gui.html.MMLanguage
 
init() - Method in class org.mmbase.module.gui.html.scanparser
Init the servscan, this is needed because it was created using a newInstanceOf().
init() - Method in class org.mmbase.module.INFO
Initializes the module.
init() - Method in class org.mmbase.module.LinkChecker
 
init() - Method in class org.mmbase.module.lucene.Lucene
 
init(boolean) - Method in class org.mmbase.module.lucene.Lucene
 
init() - Method in class org.mmbase.module.MMUsers
 
init() - Method in class org.mmbase.module.Module
Initializes the module.
init() - Method in interface org.mmbase.module.PlaylistsInterface
Deprecated.
 
init() - Method in class org.mmbase.module.ProcessorModule
Initializes the module.
init() - Method in class org.mmbase.module.RemoteMMCI
Method called by MMBase at startup it calls the createRemoteMMCI based on the rmmci.xml configuration
init() - Method in class org.mmbase.module.scancache
Initializes the module.
init() - Method in interface org.mmbase.module.scancacheInterface
Initializes the module.
init() - Method in class org.mmbase.module.sessions
 
init() - Method in interface org.mmbase.module.sessionsInterface
 
init(CronEntry) - Method in class org.mmbase.module.smtp.PopFetcher
 
init() - Method in class org.mmbase.module.smtp.SMTPModule
 
init() - Method in class org.mmbase.module.tools.MMAdmin
 
init() - Method in class org.mmbase.module.TransactionHandler
initialize the transactionhandler
init() - Method in class org.mmbase.module.Upload
 
init() - Method in class org.mmbase.module.XSLConvert
 
init() - Method in class org.mmbase.notifications.Notifier
 
init() - Method in class org.mmbase.searchrelate.SearchRelateComponent
 
init() - Method in class org.mmbase.security.implementation.cloud.UserBuilder
Initializes this builder The property 'mmb' needs to be set for the builder before this method can be called.
init() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Actions
 
init() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
init() - Method in class org.mmbase.security.implementation.cloudcontext.builders.PeopleContexts
 
init() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
 
init() - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
init() - Method in class org.mmbase.servlet.BridgeServlet
Inits lastmodifiedField.
init(FilterConfig) - Method in class org.mmbase.servlet.CharacterEncodingFilter
 
init(FilterConfig) - Method in class org.mmbase.servlet.CharsetRemoverFilter
Initializes the filter
init(FilterConfig) - Method in class org.mmbase.servlet.CloudThreadFilter
 
init() - Method in class org.mmbase.servlet.FileServlet
 
init() - Method in class org.mmbase.servlet.HandleServlet
Takes care of the 'expire' init-parameter.
init() - Method in class org.mmbase.servlet.ImageServlet
 
init() - Method in class org.mmbase.servlet.JamesServlet
Initializes the servlet.
init(FilterConfig) - Method in class org.mmbase.servlet.JumpersFilter
Initializes the filter
init() - Method in class org.mmbase.servlet.MMBaseServlet
The init of an MMBaseServlet checks if MMBase is running.
init() - Method in class org.mmbase.servlet.Performance
 
init(ServletConfig) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
init() - Method in class org.mmbase.servlet.servdb
Deprecated.
 
init() - Method in class org.mmbase.servlet.servflash
 
init() - Method in class org.mmbase.servlet.servjumpers
Deprecated.
 
init() - Method in class org.mmbase.servlet.servscan
Initialize this servlet
init() - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
init(DatabaseStorageManagerFactory) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
init(SMF) - Method in interface org.mmbase.storage.StorageManager
Initializes the manager.
init(MMBase) - Method in class org.mmbase.storage.StorageManagerFactory
Initialize the StorageManagerFactory.
init() - Method in class org.mmbase.streams.createcaches.JobCallable
Init will wait until the associated source node does actually exist.
init(Node) - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
init(Node) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
Saves values video codec in codec (Theora)) and audio codec in acodec (Vorbis) in destination node.
init(Node) - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
init(Node) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
Saving values like width, height, normally when re-transcoding
init(Node) - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
init(Node) - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
Saves mimetype (application/x-mpegurl) in destination node when not set, deletes former segments when re-transcoding and removes punctuation, whitespace etc from filename.
init(Node) - Method in interface org.mmbase.streams.transcoders.Transcoder
Init the transcoder and destination node with appropiate values.
init(Map<String, String>) - Method in class org.mmbase.util.images.AbstractImageConverter
 
init(Map<String, String>) - Method in class org.mmbase.util.images.DummyImageConverter
 
init(Map<String, String>) - Method in class org.mmbase.util.images.DummyImageInformer
 
init(Map<String, String>) - Static method in class org.mmbase.util.images.Factory
 
init(Map<String, String>) - Method in interface org.mmbase.util.images.ImageConverter
 
init(Map<String, String>) - Method in interface org.mmbase.util.images.ImageInformer
 
init(Map<String, String>) - Method in class org.mmbase.util.images.ImageMagickImageConverter
This function initializes this class
init(Map<String, String>) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
init(Map<String, String>) - Method in class org.mmbase.util.images.JAIImageConverter
 
init(Map<String, String>) - Method in class org.mmbase.util.images.JAIImageInformer
 
init() - Method in class org.mmbase.util.PasswordGeneratorModule
Initializes the module.
init(ServletContext) - Static method in class org.mmbase.util.ResourceLoader
Initializes the Resourceloader using a servlet-context (makes resolving relatively to WEB-INF/config possible).
INIT_SEQUENCE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for initializing a sequence or number table The parameters accepted are: {0} the storage manager (StorageManager), or the basename for tables (String) {1} the (suggested) name of the primary key field ('number') {2} the value to init the sequence to {3} a default 'increment'
INIT_SEQUENCE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for initializing a sequence table.
initBuilder(MMObjectBuilder) - Method in class org.mmbase.module.core.MMBase
inits a builder
initBuilders() - Method in class org.mmbase.module.core.MMBase
Initializes the builders, using the builder xml files in the config directory
initConnection(Connection) - Method in interface org.mmbase.module.database.DatabaseSupport
 
initConnection(Connection) - Method in class org.mmbase.module.database.DatabaseSupportInformix
Deprecated.
 
initConnection(Connection) - Method in class org.mmbase.module.database.DatabaseSupportShim
 
initDoEndTag() - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
initDoEndTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
initDoEndTag() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlWriterTag
 
initHtmlRoot() - Static method in class org.mmbase.module.core.MMBaseContext
Initialize mmbase.htmlroot parameter.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
initialize() - Static method in class org.mmbase.datatypes.DataTypes
 
initializeStorage() - Method in class org.mmbase.module.core.MMBase
Loads either the storage manager factory or the appropriate support class using the configuration parameters.
initializing - Variable in class org.mmbase.module.core.MMObjectNode
Determines whether the node is being initialized (typically when it is loaded from the database).
initLink(String, String) - Method in class org.mmbase.module.gui.html.StateManager
a new relation has been initiated and the EditState for the specific user is updated.
initLogging() - Static method in class org.mmbase.util.ResourceLoader
 
initManager() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
Initializes the NodeManager: determines the MMObjectBuilder if it was not already known, and fills the fields list.
initManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
Initializes the NodeManager: determines the MMObjectBuilder from the passed node (reldef or typerel), and fills temporary variables to maintain status.
initMatchers() - Method in class org.mmbase.applications.mmbob.util.transformers.PostingBody
Initializes the matcher array
initMatchers(String, String, String) - Method in class org.mmbase.applications.mmbob.util.transformers.Smilies
Initializes regexp matchers for the combination of (themeID,smileySetID,smileyKey,smilies)
initPatterns() - Method in class org.mmbase.applications.mmbob.util.transformers.PostingBody
Initializes the pattern array with all possible handlers.
initPatterns(String, String, String) - Method in class org.mmbase.applications.mmbob.util.transformers.Smilies
Initializes regexp patterns for the combination of (themeID,smileySetID,smileyKey,smilies)
initReplacements() - Static method in class org.mmbase.applications.mmbob.util.transformers.PostingBody
Initializes the Map containing the replacements
initSmileySets(String, String, String) - Method in class org.mmbase.applications.mmbob.util.transformers.Smilies
Initializes a specific smileySet in a specific theme.
initTag() - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
initTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
initTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
initTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
initTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
initTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
initTag(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
initTag() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Reset to initial values
initUserStates() - Method in class org.mmbase.module.gui.html.StateManager
Loads all previously persistified editstates from the database.
initWatcher() - Method in class org.mmbase.streams.createcaches.Processor
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
input(Request, Node, Field, boolean) - Method in interface org.mmbase.datatypes.handlers.Handler
Produces an form input field for the given Node, and Field.
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.html.BinaryHandler
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.html.EnumHandler
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.html.TextHandler
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.searchrelate.handlers.SRNodeHandler
 
input - Variable in class org.mmbase.util.externalprocess.ProcessClosure
The stream where data is read from to pipe it to stdin
input_stream - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
input_stream - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
inputPositions - Variable in class org.mmbase.util.xml.AbstractBuilderReader
 
inputStream - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
inputStream - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
InputStreamBlob(InputStream, long) - Constructor for class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
InputStreamBlob(InputStream) - Constructor for class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
inputStreamEquals(SerializableInputStream, SerializableInputStream) - Static method in class org.mmbase.util.SerializableInputStream
 
InputStreamTransformer - Class in org.mmbase.util.transformers
Abstract implementation of ByteTransformer.
InputStreamTransformer() - Constructor for class org.mmbase.util.transformers.InputStreamTransformer
 
inputWriter - Variable in class org.mmbase.util.externalprocess.ProcessClosure
Thread for copying bytes from input to stdin
insecureConstraint - Variable in class org.mmbase.bridge.implementation.BasicQuery
If a the constraint was made 'secure', in insecureConstraint the original Constraint is stored.
insert(Integer, Integer) - Method in class org.incava.util.diff.Diff
Inserts the given values into the threshold map.
insert(String, MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaSources
 
insert(PostArea, String) - Method in class org.mmbase.applications.mmbob.SubArea
 
insert(String, MMObjectNode) - Method in class org.mmbase.module.builders.AbstractServletBuilder
 
insert(String, MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
 
insert(String, MMObjectNode) - Method in class org.mmbase.module.builders.MMEvents
 
insert(int, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Insert a new, empty, object of a certain type.
insert(String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Insert a new object (content provided) in the cloud, including an entry for the object alias (if provided).
insert(String) - Method in class org.mmbase.module.core.MMObjectNode
Insert this node into the storage
insert(UserContext) - Method in class org.mmbase.module.core.MMObjectNode
Insert this node into the database or other storage system.
insert(String, MMObjectNode) - Method in class org.mmbase.module.core.VirtualBuilder
Insert a new object (content provided) in the cloud, including an entry for the object alias (if provided).
insert(String) - Method in class org.mmbase.module.core.VirtualNode
Insert is not implemented on a virtual node.
insert(String, int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Deprecated.
Use insert(String, MMObjectNode) instead.
insert(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.InsRel
Insert a new Instance Relation.
insert(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Insert a new object, and updated the cache after an insert.
insert(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
Insert a new object (content provided) in the cloud, including an entry for the object alias (if provided).
insert(String, MMObjectNode, boolean) - Method in class org.mmbase.module.corebuilders.TypeDef
Insert a new object (content provided) in the cloud, including an entry for the object alias (if provided).
insert(String, MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Insert a new object (content provided) in the cloud, including an entry for the object alias (if provided).
insert(String, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
If a rank is inserted, it must be registered
insert(String, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
 
insert(String, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
UserName must be unique, check it also here (to throw nicer exceptions)
insert(int, Object) - Method in class org.mmbase.util.StringObject
Inserts an object into the String buffer.
insert(int, String) - Method in class org.mmbase.util.StringObject
Inserts a String into the String buffer.
insert(int, char[]) - Method in class org.mmbase.util.StringObject
Inserts an array of characters into the String buffer.
insert(int, boolean) - Method in class org.mmbase.util.StringObject
Inserts a boolean into the String buffer.
insert(int, char) - Method in class org.mmbase.util.StringObject
Inserts a character into the String buffer.
insert(int, int) - Method in class org.mmbase.util.StringObject
Inserts an integer into the String buffer.
insert(int, long) - Method in class org.mmbase.util.StringObject
Inserts a long into the String buffer.
insert(int, float) - Method in class org.mmbase.util.StringObject
Inserts a float into the String buffer.
insert(int, double) - Method in class org.mmbase.util.StringObject
Inserts a double into the String buffer.
INSERT_NODE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for inserting a node.
INSERT_NODE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for inserting a node type.
insertLinks(String, String, String, String, String) - Method in class org.mmbase.util.StringObject
inserts links
insertNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
insertNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
insertNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.SimpleTemplateParser
 
insertNodeNumber() - Method in interface org.mmbase.applications.vprowizards.spring.cache.template.TemplateParser
 
InsRel - Class in org.mmbase.module.corebuilders
InsRel, the main relation object, holds relations, and methods to handle them.
InsRel() - Constructor for class org.mmbase.module.corebuilders.InsRel
needed for autoload
INSREL_BUILDER - Static variable in class org.mmbase.module.corebuilders.InsRel
Base 'insrel' builder name
insSave - Variable in class org.mmbase.module.gui.html.EditStateNode
 
insSaveList - Variable in class org.mmbase.module.gui.html.EditStateNode
 
installApplication(String, int, String, ApplicationResult, Set<String>, boolean) - Method in class org.mmbase.module.tools.ApplicationInstaller
Installs the application
installApplications() - Method in class org.mmbase.module.tools.ApplicationInstaller
 
installDataSources(List<Map<String, String>>, String, ApplicationResult) - Method in class org.mmbase.module.tools.ApplicationInstaller
 
installRelationSources(List<Map<String, String>>, String, ApplicationResult) - Method in class org.mmbase.module.tools.ApplicationInstaller
 
instance - Static variable in class org.mmbase.module.core.TransactionManager
 
INSTANCE - Static variable in class org.mmbase.util.transformers.CopyCharTransformer
 
INSTANCE - Static variable in class org.mmbase.util.transformers.DiacriticsRemover
 
INSTANCE - Static variable in class org.mmbase.util.transformers.LoggerCharTransformer
 
INSTANCE - Static variable in class org.mmbase.util.transformers.UrlEscaper
 
INSTANCE - Static variable in class org.mmbase.util.transformers.Xml
 
InstanceOfTag - Class in org.mmbase.bridge.jsp.taglib
Lives under a nodeprovider, as a condition tag, reporting whether or not the node is of a certain builder.
InstanceOfTag() - Constructor for class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
instances - Static variable in class org.mmbase.util.logging.BufferedLogger
 
instantiateBasicHandler(Class) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
instantiateBasicHandler(Class) - Method in class org.mmbase.storage.StorageManagerFactory
Instantiate a basic handler object using the specified class.
instantiateChainedHandler(Class, Object) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
instantiateChainedHandler(Class, Object) - Method in class org.mmbase.storage.StorageManagerFactory
Instantiate a chained handler object using the specified class.
instantiateQueryHandler(Object) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
instantiateQueryHandler(Object) - Method in class org.mmbase.storage.StorageManagerFactory
Instantiate a SearchQueryHandler object using the specified object.
instantiateTemplate(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
instantiateTemplate(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
instantiateTemplate(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
instantiateTemplate(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.SimpleTemplateParser
 
Instantiator - Class in org.mmbase.util.xml
Utilities to use an XML to instantiate Java objects, using reflection.
Instantiator() - Constructor for class org.mmbase.util.xml.Instantiator
 
inStorage() - Method in class org.mmbase.core.CoreField
 
inStorage() - Method in interface org.mmbase.storage.Storable
Returns whether an object is (or, for a new object, should be) defined in the storage.
inSubject(String) - Method in class org.mmbase.applications.mmbob.Posting
 
INT_LOOP - Static variable in class org.mmbase.servlet.Performance
 
integer - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
integer() - Method in class org.mmbase.util.dateparser.DateParser
 
INTEGER - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Integer.
INTEGER_PATTERN - Static variable in class org.mmbase.datatypes.StringDataType
 
IntegerCompare - Class in org.mmbase.util
Deprecated.
Should implement java.util.Comparator, or should not exist, because this is java.lang.Integer's 'natural' order.
IntegerCompare() - Constructor for class org.mmbase.util.IntegerCompare
Deprecated.
 
IntegerDataType - Class in org.mmbase.datatypes
DataType associated with Integer, a NumberDataType, but provides getMin and getMax as int.
IntegerDataType(String, boolean) - Constructor for class org.mmbase.datatypes.IntegerDataType
 
integerFunction() - Method in class org.mmbase.util.functions.ExampleBean
 
IntegerHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
IntegerHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.IntegerHandler
Constructor for IntegerHandler.
IntegerHandler - Class in org.mmbase.datatypes.handlers.html
 
IntegerHandler() - Constructor for class org.mmbase.datatypes.handlers.html.IntegerHandler
 
IntegerWriterTEI - Class in org.mmbase.bridge.jsp.taglib
A TEI class for Writer Tags that produce Integer jsp vars.
IntegerWriterTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.IntegerWriterTEI
 
interactive() - Method in class org.mmbase.applications.xmlimporter.Consultant
Returns true if user has chosen interactive import mode.
InteractiveTransaction - Class in org.mmbase.applications.xmlimporter
Extended from Transaction for interactive handling of dulpicates.
InteractiveTransaction(UserTransactionInfo, String, String, boolean, long, File, Consultant) - Constructor for class org.mmbase.applications.xmlimporter.InteractiveTransaction
Creates new InteractiveTransaction.
InterfaceGenerator - Class in org.mmbase.mojo.remote
 
InterfaceGenerator(Class<?>) - Constructor for class org.mmbase.mojo.remote.InterfaceGenerator
 
interfaceName - Variable in class org.mmbase.mojo.remote.InterfaceGenerator
 
interfaceName - Variable in class org.mmbase.mojo.remote.ProxyGenerator
 
interfaceName - Variable in class org.mmbase.mojo.remote.RmiGenerator
 
internalIntCompare(Object, Object) - Method in class org.mmbase.module.core.MMObjectCompare
 
internalIntCompare(Object, Object) - Method in class org.mmbase.module.core.MMObjectDCompare
Deprecated.
 
internalIntCompare(Object, Object) - Method in class org.mmbase.util.MultiColCompare
Make the comparison between two Integer objects.
internalStringCompare(Object, Object) - Method in class org.mmbase.module.core.MMObjectCompare
 
internalStringCompare(Object, Object) - Method in class org.mmbase.module.core.MMObjectDCompare
Deprecated.
 
internalStringCompare(Object, Object) - Method in class org.mmbase.util.MultiColCompare
Make the comparison between two String objects.
internalVersion - Variable in class org.mmbase.module.core.MMObjectBuilder
Internal (instance) version number of this builder.
InternetAddressDataType - Class in org.mmbase.datatypes
Validates a value by putting it into InternetAddress.parse(String), if no exception is caused by that, the value is valid.
InternetAddressDataType(String) - Constructor for class org.mmbase.datatypes.InternetAddressDataType
Constructor for string data type.
InternetAddressDataType.InternetAddressRestriction - Class in org.mmbase.datatypes
 
InternetAddressRestriction(InternetAddressDataType.InternetAddressRestriction) - Constructor for class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
InternetAddressRestriction(int) - Constructor for class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
interpretEmptyAsNull(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
interpretEmptyAsNull(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
interpretEmptyAsNull(Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
interrupt(String, String, int) - Method in class org.mmbase.applications.crontab.CronDaemon
 
interrupt(int) - Method in class org.mmbase.applications.crontab.CronEntry
 
INTERRUPT - Static variable in class org.mmbase.applications.crontab.Events
 
interrupt() - Method in class org.mmbase.applications.crontab.Interruptable
 
interrupt() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
 
interrupt() - Method in class org.mmbase.module.smtp.SMTPFetcher
Interrupt method, is called only during shutdown
interrupt() - Method in class org.mmbase.module.smtp.SMTPListener
 
interrupt() - Method in class org.mmbase.streams.createcaches.Job
 
Interruptable - Class in org.mmbase.applications.crontab
A Runnable wich also has an 'interrupt' method.
Interruptable(Runnable, Collection<Interruptable>) - Constructor for class org.mmbase.applications.crontab.Interruptable
 
Interruptable(Runnable, Collection<Interruptable>, Interruptable.CallBack, Interruptable.CallBack) - Constructor for class org.mmbase.applications.crontab.Interruptable
 
Interruptable.CallBack - Interface in org.mmbase.applications.crontab
 
INTERRUPTED - Static variable in class org.mmbase.applications.crontab.Events
 
interrupted - Variable in class org.mmbase.streams.createcaches.Job
 
interruptFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
interruptFunction - Variable in class org.mmbase.module.lucene.Lucene
 
interval - Variable in class org.mmbase.module.RemoteMMCI.RemoteChecker
 
inTransaction - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
true if a transaction has been started.
INVALID_LEXICAL_STATE - Static variable in error org.mmbase.util.dateparser.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_LEXICAL_STATE - Static variable in error org.mmbase.util.transformers.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_VALUE - Static variable in class org.mmbase.module.core.TemporaryNodeManager
 
invalidate() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
invalidate() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlParameters
 
invalidate() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
invalidate() - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
invalidate() - Method in interface org.mmbase.datatypes.handlers.Request
Encounter something that would make the current form invalid.
invalidate(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Invalidate the Image Cache for a specific Node method only accessible on package level, since only Images should call it..
invalidate(MMObjectNode, boolean) - Method in class org.mmbase.module.builders.ImageCaches
 
invalidateCaches() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
invalidateCaches(int) - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
invalidateNode() - Method in class org.mmbase.bridge.implementation.BasicNode
Invalidates the reference to the underlying MMObjectNode, replacing it with a virtual node that only inherits the number field.
invalidateScheduled - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
invalidateTemplateCacheNumberCache(int) - Method in class org.mmbase.module.builders.Images
 
invalidateTemplateCacheNumberCache(String) - Method in class org.mmbase.module.builders.Images
 
InvalidDataException - Exception in org.mmbase.module.core
This exception gets thrown when a node contains invalid data.
InvalidDataException() - Constructor for exception org.mmbase.module.core.InvalidDataException
 
InvalidDataException(String) - Constructor for exception org.mmbase.module.core.InvalidDataException
 
InvalidDataException(Throwable) - Constructor for exception org.mmbase.module.core.InvalidDataException
 
InvalidDataException(String, Throwable) - Constructor for exception org.mmbase.module.core.InvalidDataException
 
InvalidDataException(String, String) - Constructor for exception org.mmbase.module.core.InvalidDataException
Create the exception.
InvalidDataException(Throwable, String) - Constructor for exception org.mmbase.module.core.InvalidDataException
Create the exception.
inverse - Variable in class org.mmbase.applications.editwizard.Wizard.OrderByComparator
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.functions.HasFunctionTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasRelationsTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.PresentTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
inverse - Variable in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
inverse - Variable in class org.mmbase.security.implementation.cloudcontext.ContextProvider.AllowingContexts
 
InverseCharTransformer - Class in org.mmbase.util.transformers
Turns a Transformer around.
InverseCharTransformer(CharTransformer) - Constructor for class org.mmbase.util.transformers.InverseCharTransformer
The constructor
inverseGet(V) - Method in class org.mmbase.util.BijectiveMap
Gets a key by value.
inverseTypeRelNodes - Variable in class org.mmbase.module.corebuilders.TypeRel
 
InverseTypeRelSet() - Constructor for class org.mmbase.module.corebuilders.TypeRel.InverseTypeRelSet
 
INVISIBLE - Static variable in class org.mmbase.versioning.Status
 
invoke(Object, Method, Object[]) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
invoke(Object, Method, Object[]) - Method in class org.mmbase.storage.implementation.database.GenericDataSource.ConnectionProxy
 
IOUtil - Class in org.mmbase.util
Various utils to concisely and efficiently deal with streams
Ip - Class in org.mmbase.datatypes.processors
This processor can be used as a 'commit' processor on a string field.
Ip() - Constructor for class org.mmbase.datatypes.processors.Ip
 
IProgressMonitor - Interface in org.mmbase.util.externalprocess
The IProgressMonitor interface is implemented by objects that monitor the progress of a external process; the methods in this interface are invoked by code that performs the external process handling.
IS_CLIENT - Static variable in class org.mmbase.applications.dove.AbstractDove
 
IS_FALSE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
IS_INTEGER - Static variable in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
IS_PARSER - Static variable in class org.mmbase.applications.dove.AbstractDove
 
IS_SERVER - Static variable in class org.mmbase.applications.dove.AbstractDove
 
IS_TRUE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
isacceptable - Static variable in class org.mmbase.util.URLEscape
Deprecated.
List for all ASCII characters whether it can be part of an URL line.
isacceptable - Static variable in class org.mmbase.util.URLParamEscape
Deprecated.
List for all ASCII characters whether it can be part of an URL line.
isAccessObject() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Tests if this object is an accessed object (representing an object that already exists in the persistent cloud) or an input object.
isActive() - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
isActive() - Method in class org.mmbase.applications.crontab.CronEntry
Whether this Entry would run.
isActive() - Method in class org.mmbase.cache.Cache
Wether this cache is active or not.
isActive() - Method in class org.mmbase.cache.CacheManager.Bean
 
isActive() - Method in interface org.mmbase.cache.CacheMBean
 
isAdministrator(String) - Method in class org.mmbase.applications.mmbob.Forum
determine if the given account is an administrator
isAggregating() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
isAggregating() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
isAggregating() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
isAggregating() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
isAggregating() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
isAggregating() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
isAggregating() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
isAggregating() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
isAggregating() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
isAggregating() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
isAggregating() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
isAggregating() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
isAggregating() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
isAggregating() - Method in interface org.mmbase.storage.search.SearchQuery
Tests if this is an aggregating query, i.e.
isAlive() - Method in class org.mmbase.applications.crontab.CronDaemon
 
isAlive(int) - Method in class org.mmbase.applications.crontab.CronEntry
Whether a job associated with this cron entry is currently alive on this machine.
isAlive() - Method in class org.mmbase.applications.crontab.CronEntry
 
isAlive() - Method in class org.mmbase.applications.crontab.Interruptable
 
isAlive() - Method in class org.mmbase.util.externalprocess.ProcessClosure
Process closure is alive when the external process and writer/reader threads are still busy
isAllContextsPossible() - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
isAllowedToAdd(TmpObject) - Method in class org.mmbase.applications.xmlimporter.BasicMerger
Tests if this object should be added to the persistent cloud when not present already.
isAllowedToAdd(TmpObject) - Method in interface org.mmbase.applications.xmlimporter.ObjectMerger
Tests if this object should be added to the persistent cloud when not present already.
isAnimated(InputStream) - Method in class org.mmbase.util.images.ImageMagickImageConverter
 
isAutoCasting() - Method in class org.mmbase.util.functions.Parameters
Whether this Parameters object is 'automaticly casting'.
isAvailable() - Method in class org.mmbase.applications.media.urlcomposers.FragmentURLComposer
 
isAvailable() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
Whether the URL which will be produced by this composer is actually already usable.
isAvailable() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
Wether the URL which will be produced by this composer is actually already useable.
isAvailable() - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
isBasicClass(Type) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
isBasicMethod(Method) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
isBasicTypeVariable(Type) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
isBinaryColumnType(int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Sometimes (legacy) string were stored in binary fields.
isBlocked() - Method in class org.mmbase.applications.mmbob.Poster
Check if the poster is blocked
isBookmarked(Poster) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
isBuilderActive(StringTokenizer) - Method in class org.mmbase.module.gui.html.HtmlBase
Returns whether a builder is active.
isByteToCharEncoder() - Method in class org.mmbase.util.Encode
Checks if the transformations makes from byte[] String.
isCanceled() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
isCanceled() - Method in class org.mmbase.bridge.mock.MockTransaction
 
isCanceled() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
isCanceled() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
isCanceled() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
isCanceled() - Method in interface org.mmbase.bridge.Transaction
Returns whether the transaction is canceled
isCanceled() - Method in class org.mmbase.util.externalprocess.AbstractMonitor
 
isCanceled() - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
Returns whether cancelation of current operation has been requested.
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.proxy.RemoteSortOrder_Proxy
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldNullConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
isCaseSensitive() - Method in interface org.mmbase.bridge.remote.RemoteSortOrder
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
isCaseSensitive() - Method in class org.mmbase.bridge.remote.rmi.RemoteSortOrder_Rmi
 
isCaseSensitive() - Method in interface org.mmbase.storage.search.FieldConstraint
Tests if a the string comparison is case sensitive.
isCaseSensitive() - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
 
isCaseSensitive() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
isCaseSensitive(DataType) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
isCaseSensitive() - Method in interface org.mmbase.storage.search.SortOrder
Whether sorting must happen case sensitivily.
isChanged(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
isChanged() - Method in class org.mmbase.bridge.implementation.BasicNode
 
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
If you order a list, then the 'changed' property will be true if the field on which you order changed value.
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
isChanged() - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
If you order a list, then the 'changed' property will be true if the field on which you order changed value.
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
isChanged() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
isChanged(String) - Method in interface org.mmbase.bridge.Node
Whether a certain field's value was changed since the last commit.
isChanged() - Method in interface org.mmbase.bridge.Node
Whether field values were changed since the last commit.
isChanged(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isChanged(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isChanged(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isChanged(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isChanged() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isChanged(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isChanged() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isChanged(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isChanged() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isChanged(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isChanged() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isChanged(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isChanged() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isChanged(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isChanged(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isChanged(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isChanged(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isChanged() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isChanged(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
isChanged() - Method in class org.mmbase.bridge.util.AbstractNode
 
isChanged(String) - Method in class org.mmbase.bridge.util.ChangedNode
 
isChanged() - Method in class org.mmbase.bridge.util.ChangedNode
 
isChanged(String) - Method in class org.mmbase.bridge.util.MapNode
 
isChanged() - Method in class org.mmbase.bridge.util.MapNode
 
isChanged(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
isChanged() - Method in class org.mmbase.bridge.util.NodeWrapper
 
isChanged() - Method in class org.mmbase.module.core.ClusterNode
Tests whether one of the values of this node was changed since the last commit/insert.
isChanged() - Method in class org.mmbase.module.core.MMObjectNode
Tests whether one of the values of this node was changed since the last commit/insert.
isChanged() - Method in class org.mmbase.module.gui.html.EditState
 
isChanged() - Method in class org.mmbase.module.gui.html.EditStateNode
 
isChangedByThis() - Method in class org.mmbase.bridge.util.NodeChanger
The NodeWrapper.isChanged(java.lang.String) method reflects the isChanged status of the underlying core node.isChanged, this one does that too, but only return true, if this instance performed this change.
isCharEncoder() - Method in class org.mmbase.util.Encode
Checks if the transformation is between two Strings.
isChecked() - Method in class org.mmbase.security.Authorization.QueryCheck
Whether the contained result completely checks for security.
isCloneMethod(Method) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
isClosed() - Method in class org.mmbase.module.database.ConnectionWrapper
 
isClosed() - Method in interface org.mmbase.module.database.MultiConnection
 
isClosed() - Method in class org.mmbase.module.database.MultiStatement
 
isCloseOnCompletion() - Method in class org.mmbase.module.database.MultiStatement
 
isCommitted() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
isCommitted() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
isCommitted() - Method in class org.mmbase.bridge.mock.MockTransaction
 
isCommitted() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
isCommitted() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
isCommitted() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
isCommitted() - Method in interface org.mmbase.bridge.Transaction
Returns whether the transaction is committed
isCommitted() - Method in class org.mmbase.util.LocalServletResponse
 
isConfigured() - Method in class org.mmbase.framework.ComponentRepository
 
isContextIdentifierChar(char) - Static method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
isContinueAfterChange() - Method in class org.mmbase.util.FileWatcher
 
isCorrectType(Object) - Method in class org.mmbase.datatypes.BasicDataType
Checks if the passed object is of the correct class (compatible with the type of this DataType), and throws an IllegalArgumentException if it doesn't.
isDbPasswordsEncoded() - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
isDebugEnabled() - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
isDebugEnabled() - Method in class org.mmbase.util.logging.ChainedLogger
 
isDebugEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isDebugEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
isDebugEnabled() - Method in class org.mmbase.util.logging.java.Impl
 
isDebugEnabled() - Method in interface org.mmbase.util.logging.Logger
Returns true if for this category (Logger), a call to debug (or trace) would do something.
isDebugEnabled() - Method in class org.mmbase.util.logging.LoggerWrapper
 
isdebugenabled - Static variable in class org.mmbase.util.logging.Performance
 
isDestinationOf(TmpObject) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Tests if this node is the destination node of a relation.
isDistinct() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
isDistinct() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
isDistinct() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
isDistinct() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
isDistinct() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
isDistinct() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
isDistinct() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
isDistinct() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
isDistinct() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
isDistinct() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
isDistinct() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
isDistinct() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
isDistinct() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
isDistinct() - Method in interface org.mmbase.storage.search.SearchQuery
Tests if the search request is to return distinct results.
isELIgnored() - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
 
isELIgnored - Variable in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
isELIgnored() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
isELIgnored() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
ISELIGNORED_PARAM - Static variable in class org.mmbase.bridge.jsp.taglib.ContextTag
 
isEmpty() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
isEmpty() - Method in class org.mmbase.bridge.util.NodeMap
 
isEmpty() - Method in class org.mmbase.cache.Cache
 
isEmpty() - Method in class org.mmbase.cache.CacheManager.Bean
 
isEmpty() - Method in class org.mmbase.cache.implementation.LRUCache
 
isEmpty() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the isEmpty() method of the cache implementation.
isEmpty() - Method in class org.mmbase.util.Casting.ListWrapper
 
isEmpty() - Method in class org.mmbase.util.LocalizedEntryListFactory
 
isEmpty() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
isEmpty() - Method in class org.mmbase.util.StringTagger
Checks whether the tagger is empty
isEmptyNodeList(NodeList) - Static method in class org.mmbase.applications.editwizard.Utils
Is nodelist empty
isEmptyOrWhitespace(String) - Static method in class org.mmbase.bridge.util.CloudUtil
is Empty Or Whitespace.String
isEmptyOrWhitespace(String) - Static method in class org.mmbase.bridge.util.SearchUtil
is Empty Or Whitespace.String
IsEmptyTag - Class in org.mmbase.bridge.jsp.taglib.pageflow.macro
Checks if the parent writer is not empty.
IsEmptyTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsEmptyTag
 
isEnabled() - Method in class org.mmbase.cache.ReleaseStrategy
 
isEnabled(Level, Logger) - Static method in class org.mmbase.util.logging.Logging
Utility method for dynamicly checking the 'enabled'ness of a logger on a given level.
isEnabledFor(Level) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
isEnabledFor(Level) - Method in class org.mmbase.util.logging.ChainedLogger
 
isEnabledFor(Level) - Method in class org.mmbase.util.logging.java.Impl
 
isEnabledFor(Level) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
 
isEnabledFor(Level) - Method in interface org.mmbase.util.logging.Logger
 
isEnabledFor(Level) - Method in class org.mmbase.util.logging.LoggerWrapper
 
isEncoding(String) - Static method in class org.mmbase.util.Encode
Checks if a certain string represents a known transformation.
isErrorEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isErrorEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
isExtensionOf(MMObjectBuilder) - Method in class org.mmbase.module.core.MMObjectBuilder
Checks wether this builder is an extension of the argument builder
isFatalEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isFatalEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
isFile(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
 
isFilteredMode(Parameters) - Method in class org.mmbase.framework.basic.BasicUrlConverter
This URLConverter can work on any url, so is wlays in 'filtered' mode'.
isFilteredMode(Parameters) - Method in class org.mmbase.framework.basic.BlockUrlConverter
Whether the current request already is in the realm of this URL-converter; the url converter must implement here how it recognizes itself.
isFilteredMode(Parameters) - Method in class org.mmbase.framework.basic.ChainedUrlConverter
 
isFilteredMode(Parameters) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
isFilteredMode(Parameters) - Method in interface org.mmbase.framework.basic.UrlConverter
The state of rendering will be determined (request.getRequestUri) and we will return if the current URL is managed by this UrlConverter
isFinished() - Method in class org.mmbase.datatypes.BasicDataType
 
isFinished() - Method in interface org.mmbase.datatypes.DataType
Is datatype locked
isFirst() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
isFirst() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
isFixed() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
isGreaterThan(Integer, Integer) - Method in class org.incava.util.diff.Diff
Returns whether the value in the map for the given index is greater than the given value.
IsGreaterThanTag - Class in org.mmbase.bridge.jsp.taglib.pageflow.macro
Checks if a value of a context variable is greater than a given value
IsGreaterThanTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsGreaterThanTag
 
isHavingPatterns() - Method in class org.mmbase.util.functions.Parameters
 
isHTML(String) - Static method in class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
isImmediate() - Method in class org.mmbase.sms.SMSEvent
 
isInclusive() - Method in class org.mmbase.datatypes.ComparableDataType.MaxRestriction
 
isInclusive() - Method in class org.mmbase.datatypes.ComparableDataType.MinRestriction
 
isIncrementalUpdating() - Method in class org.mmbase.module.lucene.Indexer
 
isIndexed(int, String, String) - Method in class org.mmbase.module.lucene.MMBaseEntry
Returns true if a field of a node indicated by the number has already been indexed.
isInfoEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isInfoEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
isInheritanceResolved() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Determines if inheritance is resolved.
isInheritedField(CoreField) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
isInIndex(String, Field) - Method in class org.mmbase.core.util.StorageConnector
 
isInited() - Static method in class org.mmbase.util.images.Factory
 
isInitialized() - Static method in class org.mmbase.module.core.MMBaseContext
Returns whether this class has been initialized.
isInProgress() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
isInterrupted() - Method in class org.mmbase.streams.createcaches.Job
 
isInUse() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Method
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
isInverse() - Method in class org.mmbase.bridge.remote.proxy.RemoteLegacyConstraint_Proxy
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteCompositeConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldNullConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
isInverse() - Method in interface org.mmbase.bridge.remote.RemoteLegacyConstraint
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompositeConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
isInverse() - Method in class org.mmbase.bridge.remote.rmi.RemoteLegacyConstraint_Rmi
 
isInverse() - Method in interface org.mmbase.storage.search.Constraint
Tests if the condition must be inverted.
isInverse() - Method in class org.mmbase.storage.search.implementation.BasicConstraint
 
isKey() - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
use AbstractField.isUnique() to determine if a field is unique, use getIndexes() to return set of Index objects to which this key belongs
isLast() - Method in class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
isLast() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag.BranchLoopStatus
 
isLastPage(int, int) - Method in class org.mmbase.applications.mmbob.PostThread
 
isLeading() - Method in class org.mmbase.framework.basic.State
If the state is leading, then the currently rendered block is not a 'block in a block'.
isLessThan(Integer, Integer) - Method in class org.incava.util.diff.Diff
Returns whether the value in the map for the given index is less than the given value.
IsLessThanTag - Class in org.mmbase.bridge.jsp.taglib.pageflow.macro
Checks if a value of a context variable is smaller than a given value
IsLessThanTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsLessThanTag
 
isList(Class<?>) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
isListIterator(Class<?>) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
isLoaded() - Method in class org.mmbase.applications.mmbob.PostThread
 
isLocal(InternetAddress) - Method in class org.mmbase.applications.email.SendMail
 
isLocal() - Method in class org.mmbase.core.event.Event
 
isLocal() - Method in class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
isMain() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
isMain() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
isMain() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
isMaxInclusive() - Method in class org.mmbase.datatypes.ComparableDataType
Returns whether the maximum value for this data type is inclusive or not.
isMinimumVersion(int, int, int) - Method in class org.mmbase.util.images.ImageMagickImageConverter
Test whether the current version of ImageMagick is at least a certain version.
isMinInclusive() - Method in class org.mmbase.datatypes.ComparableDataType
Returns whether the minimum value for this data type is inclusive or not.
isModerator(String) - Method in class org.mmbase.applications.mmbob.PostArea
determine if the given accountname/nick is a moderator of this postarea
isMultiLevel - Variable in class org.mmbase.bridge.util.xml.query.QueryDefinition
If true, the query in this definition returns cluster nodes XXX: how is this different from query instanceof NodeQuery
isMultipart(PageContext) - Static method in class org.mmbase.bridge.jsp.taglib.util.MultiPart
Deprecated.
 
isMultipart(HttpServletRequest) - Static method in class org.mmbase.datatypes.handlers.html.MultiPart
 
isMustBeOne() - Method in class org.mmbase.applications.crontab.CronEntry
 
isNamespaceAware() - Method in class org.mmbase.bridge.util.xml.Generator
 
isNew() - Method in class org.mmbase.bridge.implementation.BasicNode
Returns whether this is a new (not yet committed) node.
isNew() - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
isNew() - Method in class org.mmbase.bridge.mock.MockNode
 
isNew() - Method in interface org.mmbase.bridge.Node
Whether this Node is new (not yet committed).
isNew() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isNew() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isNew() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isNew() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isNew() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isNew() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isNew() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isNew() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isNew() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isNew() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isNew() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isNew() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isNew() - Method in class org.mmbase.bridge.util.AbstractNode
 
isNew() - Method in class org.mmbase.bridge.util.MapNode
 
isNew() - Method in class org.mmbase.bridge.util.NodeWrapper
 
isNew - Variable in class org.mmbase.module.core.MMObjectNode
If true, the node is a new node, which is not (yet) stored in storage.
isNew() - Method in class org.mmbase.module.core.MMObjectNode
If a node is still 'new' you must persistify it with MMObjectNode.insert(String), and otherwise with MMObjectNode.commit().
isNodeCached(Integer) - Method in class org.mmbase.module.core.MMObjectBuilder
Is this node cached at this moment?
isNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
isNodeManager() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
isNodeManager() - Method in interface org.mmbase.bridge.Node
Determine whether this Node is a NodeManager.
isNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isNodeManager() - Method in class org.mmbase.bridge.util.AbstractNode
 
isNodeManager() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
isNodeManager() - Method in class org.mmbase.bridge.util.NodeWrapper
 
isNodeNullIllegal() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
This template method determines if it is an error when the node is null.
isNodeNullIllegal() - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
for this action node can actually be null
isNonzero(Integer) - Static method in class org.incava.util.diff.Diff
Returns whether the integer is not zero (including if it is not null).
isNotEmptyNodeList(NodeList) - Static method in class org.mmbase.applications.editwizard.Utils
Is nodelist not empty
IsNotEmptyTag - Class in org.mmbase.bridge.jsp.taglib.pageflow.macro
Checks if the parent writer is not empty.
IsNotEmptyTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.macro.IsNotEmptyTag
 
isNotNull() - Method in class org.mmbase.core.CoreField
 
isNull() - Method in interface org.mmbase.bridge.FieldValue
 
isNull() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
isNull(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
isNull(String) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
isNull(String) - Method in interface org.mmbase.bridge.Node
Whether the value for the specified field is null.
isNull() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
isNull(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isNull(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isNull(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isNull(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isNull() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
isNull(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isNull(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isNull(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isNull(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isNull() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
isNull(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isNull(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isNull(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isNull(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isNull() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
isNull(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
isNull(String) - Method in class org.mmbase.bridge.util.MapNode
 
isNull(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
isNull(String, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
 
isNull(String) - Method in class org.mmbase.module.core.MMObjectNode
 
isNull(MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
isNull(MMObjectNode, CoreField) - Method in interface org.mmbase.storage.StorageManager
Checks for null values for a field from the storage of this builder.
IsNullTag - Class in org.mmbase.bridge.jsp.taglib
Straight-forward wrapper arround Node.isNull(java.lang.String).
IsNullTag() - Constructor for class org.mmbase.bridge.jsp.taglib.IsNullTag
 
Iso1 - Class in org.mmbase.util.transformers
Provides the (unmodifiable) map 'iso2htmlMappings'
Iso1() - Constructor for class org.mmbase.util.transformers.Iso1
 
iso2htmlMappings - Static variable in class org.mmbase.util.transformers.Iso1
 
ISO_8601_DATE - Static variable in class org.mmbase.util.Casting
 
ISO_8601_LOOSE - Static variable in class org.mmbase.util.Casting
A Date formatter that creates a date based on a ISO 8601 date and a ISO 8601 time.
ISO_8601_TIME - Static variable in class org.mmbase.util.Casting
 
ISO_8601_UTC - Static variable in class org.mmbase.util.Casting
A Date formatter that creates a ISO 8601 datetime according to UTC/GMT.
ISOLatin1AccentFilter - Class in org.apache.lucene.analysis
A filter that replaces accented characters in the ISO Latin 1 character set by their unaccented equivalent.
ISOLatin1AccentFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ISOLatin1AccentFilter
 
isOwnNode(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
isOwnNode(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
isOwnNode(User, MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.PeopleContexts
 
isOwnNode(User, MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
Returns whether the given node is an 'own' node.
isPartOfBuilderDefinition(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Determines whether the storage should make a field definition in a builder table for a specified field.
isPassword() - Method in class org.mmbase.datatypes.StringDataType
Whether or not the data represents sensitive information, in which case e.g.
isPoolable() - Method in class org.mmbase.module.database.MultiStatement
 
isPost() - Method in class org.mmbase.datatypes.handlers.JavaRequest
 
isPost() - Method in interface org.mmbase.datatypes.handlers.Request
 
isPostedToFile() - Method in class org.mmbase.util.HttpPost
 
isPresent(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().isPresent
isPresent(String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
isProgressive() - Method in class org.mmbase.util.images.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.
isQuotaReached() - Method in class org.mmbase.applications.mmbob.Poster
 
isReadOnly() - Method in interface org.mmbase.bridge.Field
Returns whether a field is 'read only' - that is, a user cannot edit it.
isReadOnly() - Method in class org.mmbase.bridge.mock.MockField
 
isReadOnly() - Method in class org.mmbase.bridge.mock.MockNodeManager.SystemField
 
isReadOnly() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
isReadOnly() - Method in interface org.mmbase.bridge.remote.RemoteField
 
isReadOnly() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
isReadOnly() - Method in class org.mmbase.bridge.util.DataTypeField
 
isReadOnly() - Method in class org.mmbase.bridge.util.FieldWrapper
 
isReadOnly() - Method in class org.mmbase.core.AbstractField
Returns whether a field is a read only.
isReadOnly() - Method in class org.mmbase.module.database.ConnectionWrapper
 
isReadOnly() - Method in interface org.mmbase.module.database.MultiConnection
 
isReady() - Method in class org.mmbase.streams.createcaches.Result
 
isReady() - Method in class org.mmbase.streams.createcaches.SkippedResult
 
isReal() - Method in enum org.mmbase.applications.media.Format
 
isRegistered(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().isRegistered
isRegistered(String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
isRelation() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Tests if this object is a relation.
isRelation() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
isRelation() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
isRelation() - Method in interface org.mmbase.bridge.Node
Determine whether this Node is a Relation.
isRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isRelation() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isRelation() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isRelation() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isRelation() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isRelation() - Method in class org.mmbase.bridge.util.AbstractNode
 
isRelation(Node) - Static method in class org.mmbase.bridge.util.CloneUtil
quick test to see if node is a relation by testing fieldnames
isRelation() - Method in class org.mmbase.bridge.util.NodeWrapper
 
isRelation() - Method in class org.mmbase.core.event.NodeEvent
Especially events of the type NEW can also be about relations.
isRelationBuilder(int) - Method in class org.mmbase.module.corebuilders.RelDef
Checks to see if a given builder (otype) is known to be a relation builder.
isRelationManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
isRelationManager() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
isRelationManager() - Method in interface org.mmbase.bridge.Node
Determine whether this Node is a RelationManager.
isRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
isRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
isRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
isRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
isRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
isRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
isRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
isRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
isRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
isRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
isRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
isRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
isRelationManager() - Method in class org.mmbase.bridge.util.AbstractNode
 
isRelationManager() - Method in class org.mmbase.bridge.util.NodeWrapper
 
isRelationTable(String) - Method in class org.mmbase.module.corebuilders.RelDef
Checks to see if a given relation definition is stored in the cache.
isRelationTable(String) - Method in class org.mmbase.module.corebuilders.TypeDef
 
isRelease() - Static method in class org.mmbase.Version
Returns if this is a release version of MMBase.
isRelevant(Node, Node) - Method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
isRendering() - Method in class org.mmbase.framework.basic.State
Whether something is rendered right now.
isRequestedSessionIdFromCookie() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
isRequestedSessionIdFromCookie() - Method in class org.mmbase.util.LocalHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.mmbase.util.LocalHttpServletRequest
Deprecated.
isRequestedSessionIdFromURL() - Method in class org.mmbase.util.LocalHttpServletRequest
Deprecated.
isRequestedSessionIdValid() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.mmbase.util.LocalHttpServletRequest
 
isRequired() - Method in interface org.mmbase.bridge.Field
Returns whether this field is required (should have content).
isRequired() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
isRequired() - Method in interface org.mmbase.bridge.remote.RemoteField
 
isRequired() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
isRequired() - Method in class org.mmbase.bridge.util.FieldWrapper
 
isRequired() - Method in class org.mmbase.core.AbstractField
 
isRequired() - Method in class org.mmbase.datatypes.BasicDataType
Returns whether this field is required (may not be null, or otherwise empty).
isRequired() - Method in class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
isRequired() - Method in interface org.mmbase.datatypes.DataType
Returns whether this field is required (may not be null, or otherwise empty).
isRequired() - Method in class org.mmbase.util.functions.Parameter
Returns whether the parameter requires a value.
isRequired() - Method in class org.mmbase.util.functions.ReturnType
 
isRole(String) - Method in class org.mmbase.applications.thememanager.ImageSet
 
isRunning() - Static method in class org.mmbase.applications.mmbob.ForumManager
Determine if the forumManager passed it's initilization
isRunning() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
 
isRunning() - Method in class org.mmbase.util.FileWatcher
 
isRunning() - Method in class org.mmbase.util.ResourceWatcher
 
isSecure() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
isSecure() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
isSecure() - Method in class org.mmbase.util.LocalServletRequest
 
isServiceEnabled() - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
isServiceEnabled() - Method in class org.mmbase.util.logging.ChainedLogger
 
isServiceEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isServiceEnabled() - Method in class org.mmbase.util.logging.java.Impl
 
isServiceEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jImpl
 
isServiceEnabled() - Method in interface org.mmbase.util.logging.Logger
Returns true if for this category (Logger), a call to service (or debug or trace) would do something.
isServiceEnabled() - Method in class org.mmbase.util.logging.LoggerWrapper
 
isShutdown() - Method in class org.mmbase.module.core.MMBase
 
isSourceOf(TmpObject) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Tests if this node is the source node of a relation.
isStatusValid(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
isStringRepresentable(Class<?>) - Static method in class org.mmbase.util.Casting
Whether or not Casting can more or less reliably cast a certain type to String and back.
isSubFragment(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
If a mediafragment is coupled to another mediafragment instead of being directly coupled to mediasources, the mediafragment is a subfragment.
ISSUBFRAGMENT_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
isSuccess() - Method in class org.mmbase.module.tools.ApplicationResult
 
isTemplate(String) - Static method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
isTemplate(String) - Static method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
isTemplate(String) - Static method in class org.mmbase.applications.vprowizards.spring.cache.template.SimpleTemplateParser
 
isTemporary() - Method in class org.mmbase.core.AbstractField
Returns whether a field is a temporary field.
isTemporaryId(int) - Static method in class org.mmbase.bridge.implementation.BasicCloud
Test if a node id is a temporay id.
isTimerEnabled() - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
isTraceEnabled() - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
isTraceEnabled() - Method in class org.mmbase.util.logging.ChainedLogger
 
isTraceEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isTraceEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
isTraceEnabled() - Method in class org.mmbase.util.logging.java.Impl
 
isTraceEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jImpl
 
isTraceEnabled() - Method in interface org.mmbase.util.logging.Logger
Returns true if for this category (Logger), a call to trace would do something.
isTraceEnabled() - Method in class org.mmbase.util.logging.LoggerWrapper
 
isType(Class, Object) - Static method in class org.mmbase.util.Casting
Returns whether the passed object is of the given class.
isUnique() - Method in interface org.mmbase.bridge.Field
Returns whether this field is part of a unique key (a set of fields whose combined content should occur only once).
isUnique() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
isUnique() - Method in interface org.mmbase.bridge.remote.RemoteField
 
isUnique() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
isUnique() - Method in class org.mmbase.bridge.util.FieldWrapper
 
isUnique() - Method in class org.mmbase.core.AbstractField
Retrieve whether the field is a key and thus need be unique.
isUnique() - Method in class org.mmbase.datatypes.BasicDataType
Returns whether this field has a unique restriction.
isUnique() - Method in class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
isUnique() - Method in interface org.mmbase.datatypes.DataType
Returns whether this field has a unique restriction.
isUnique() - Method in class org.mmbase.storage.util.Index
 
isUp() - Method in interface org.mmbase.bridge.CloudContext
Returns whether MMbase is up and running
isUp() - Method in class org.mmbase.bridge.implementation.BasicCloudContext
 
isUp() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
isUp() - Method in interface org.mmbase.bridge.remote.RemoteCloudContext
 
isUp() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
isUp() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
isUsed() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
isUsed() - Method in interface org.mmbase.bridge.Query
Whether this query was used or not.
isUsed() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
isUsed() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
isUsed() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
isUsed() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
isUsed() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
isUsed() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
isUsed() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
isUserInRole(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
isUserInRole(String) - Method in class org.mmbase.util.LocalHttpServletRequest
 
isValid() - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
isValid(UserContext) - Method in class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
isValid() - Method in class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
isValid(RemoteUserContext) - Method in interface org.mmbase.bridge.remote.RemoteAuthenticationData
 
isValid() - Method in interface org.mmbase.bridge.remote.RemoteUserContext
 
isValid(RemoteUserContext) - Method in class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
isValid() - Method in class org.mmbase.bridge.remote.rmi.RemoteUserContext_Rmi
 
isValid() - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
isValid() - Method in interface org.mmbase.datatypes.handlers.Request
 
isValid(int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
isValid() - Method in class org.mmbase.module.TransactionHandler.User
 
isValid(UserContext) - Method in interface org.mmbase.security.AuthenticationData
The method returns whether the UserContext has become invalid for some reason (change in security config?)
isValid() - Method in class org.mmbase.security.BasicUser
 
isValid(UserContext) - Method in class org.mmbase.security.classsecurity.ClassAuthenticationWrapper
The method returns whether the UserContext has become invalid for some reason (change in security config?)
isValid(UserContext) - Method in class org.mmbase.security.implementation.basic.AuthenticationHandler
this method does nothing..
isValid(UserContext) - Method in class org.mmbase.security.implementation.cloud.Authenticate
The method returns whether the UserContext has become invalid for some reason (change in security config?)
isValid(UserContext) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
isValid(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
isValid(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
isValid(MMObjectNode) - Method in interface org.mmbase.security.implementation.cloudcontext.UserProvider
 
isValid(UserContext) - Method in class org.mmbase.security.implementation.context.ContextAuthentication
this method does nothing..
isValid(UserContext) - Method in class org.mmbase.security.NoAuthentication
Users remain valid always.
isValid() - Method in interface org.mmbase.security.UserContext
Is valid
isValidMultitemplate() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateValidator
 
isValidNode() - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
isValidNode() - Method in class org.mmbase.security.implementation.cloudcontext.User
 
isVerified(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Check if builders are already verified with the database.
isVersionFieldsFilled(Node) - Static method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
isVirtual() - Method in interface org.mmbase.bridge.Field
A field's state is 'virtual' if it is not persistent in storage.
isVirtual() - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
isVirtual() - Method in interface org.mmbase.bridge.remote.RemoteField
 
isVirtual() - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
isVirtual() - Method in class org.mmbase.bridge.util.FieldWrapper
 
isVirtual() - Method in class org.mmbase.core.AbstractField
 
isVirtual() - Method in class org.mmbase.module.core.MMObjectBuilder
Determine whether this builder is virtual.
isVirtual() - Method in class org.mmbase.module.core.MMObjectNode
Determines whether the node is virtual.
isVirtual() - Method in class org.mmbase.module.core.VirtualNode
 
isWarnEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
 
isWarnEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
isWindowsMedia() - Method in enum org.mmbase.applications.media.Format
 
isWrapperFor(Class<?>) - Method in class org.mmbase.module.database.ConnectionWrapper
 
isWrapperFor(Class<?>) - Method in class org.mmbase.module.database.MultiStatement
 
isWrapperFor(Class<?>) - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
isWrite() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
isWriter(String) - Method in class org.mmbase.applications.mmbob.PostThread
determine if the given accountname/nick is a writer in this PostThread
it - Variable in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
Deprecated.
 
itemRestriction - Variable in class org.mmbase.datatypes.ListDataType
 
ItemRestriction(ListDataType.ItemRestriction) - Constructor for class org.mmbase.datatypes.ListDataType.ItemRestriction
 
ItemRestriction(DataType) - Constructor for class org.mmbase.datatypes.ListDataType.ItemRestriction
 
items - Variable in class org.mmbase.storage.search.legacy.DBQuery
 
items - Variable in class org.mmbase.util.Queue
Deprecated.
 
iterator - Variable in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
iterator - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
iterator - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
iterator - Variable in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
iterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
iterator() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
iterator() - Method in class org.mmbase.security.implementation.cloudcontext.BuilderNames
 
iterator() - Method in class org.mmbase.streams.createcaches.Job
 
iterator() - Method in class org.mmbase.util.Casting.ListWrapper
 
iterator() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySet
Deprecated.
 
iterator() - Method in class org.mmbase.util.LRUHashtable.LRUValues
Deprecated.
 

J

JAIImageConverter - Class in org.mmbase.util.images
Converts Images using image Java Advanced Imaging
JAIImageConverter() - Constructor for class org.mmbase.util.images.JAIImageConverter
 
JAIImageInformer - Class in org.mmbase.util.images
Informs about a image using JAI.
JAIImageInformer() - Constructor for class org.mmbase.util.images.JAIImageInformer
 
JamesServlet - Class in org.mmbase.servlet
JamesServlet is a adaptor class.
JamesServlet() - Constructor for class org.mmbase.servlet.JamesServlet
 
jarfile - Variable in class org.mmbase.mojo.ArchiveScanner
 
JavaRequest - Class in org.mmbase.datatypes.handlers
A request completely contained in java objects, so no actual connections and stuff.
JavaRequest(boolean) - Constructor for class org.mmbase.datatypes.handlers.JavaRequest
 
Javascript - Class in org.mmbase.util.transformers
Encodings related Javascript It can escape single quotes, by replacing them by \\', as is needed in document.write actions.
Javascript() - Constructor for class org.mmbase.util.transformers.Javascript
 
Javascript(int) - Constructor for class org.mmbase.util.transformers.Javascript
 
JavaScriptErrorReporter - Class in org.mmbase.util.logging
Straight forward implementation of org.mozilla.javascript.ErrorReporter based on MMBase logging.
JavaScriptErrorReporter(Logger) - Constructor for class org.mmbase.util.logging.JavaScriptErrorReporter
 
JavaScriptErrorReporter() - Constructor for class org.mmbase.util.logging.JavaScriptErrorReporter
 
JavascriptUrlFilter - Class in org.mmbase.applications.vprowizards.spring.util
 
JavascriptUrlFilter() - Constructor for class org.mmbase.applications.vprowizards.spring.util.JavascriptUrlFilter
 
JDBC - Class in org.mmbase.module.database
JDBC Module.
JDBC(String) - Constructor for class org.mmbase.module.database.JDBC
 
JdbcEntry(ResultSetMetaData, ResultSet, String) - Constructor for class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
JdbcIndexDefinition - Class in org.mmbase.module.lucene
If for some reason you also need to do Queries next to MMBase.
JdbcIndexDefinition(DataSource, Element, Set, boolean, boolean, Analyzer, boolean) - Constructor for class org.mmbase.module.lucene.JdbcIndexDefinition
 
JdbcIndexDefinition.JdbcEntry - Class in org.mmbase.module.lucene
 
JdbcIndexDefinition.LazyMap - Class in org.mmbase.module.lucene
A map representing a row in a database.
jj_input_stream - Variable in class org.mmbase.util.dateparser.DateParser
 
jj_input_stream - Variable in class org.mmbase.util.transformers.ListParser
 
jj_nt - Variable in class org.mmbase.util.dateparser.DateParser
Next token.
jj_nt - Variable in class org.mmbase.util.transformers.ListParser
Next token.
JJCalls() - Constructor for class org.mmbase.util.dateparser.DateParser.JJCalls
 
jjFillToken() - Method in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjFillToken() - Method in class org.mmbase.util.transformers.ListParserTokenManager
 
jjmatchedKind - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjmatchedKind - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
jjmatchedPos - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjmatchedPos - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
jjnewStateCnt - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjnewStateCnt - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
jjnextStates - Static variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjnextStates - Static variable in class org.mmbase.util.transformers.ListParserTokenManager
 
jjround - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjround - Variable in class org.mmbase.util.transformers.ListParserTokenManager
 
jjstrLiteralImages - Static variable in class org.mmbase.util.dateparser.DateParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.mmbase.util.transformers.ListParserTokenManager
Token literal values.
jjtoSkip - Static variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
jjtoToken - Static variable in class org.mmbase.util.dateparser.DateParserTokenManager
 
Job(MMBaseStarter) - Constructor for class org.mmbase.servlet.MMBaseStartThread.Job
 
Job - Class in org.mmbase.streams.createcaches
A Job is associated with a 'source' node, and describes what is currently happening to create 'caches' nodes for it.
Job(Processor, Cloud, ChainedLogger) - Constructor for class org.mmbase.streams.createcaches.Job
 
Job(Processor, Map<String, JobDefinition>, Cloud, ChainedLogger) - Constructor for class org.mmbase.streams.createcaches.Job
A Job is defined by several JobDefinition's, the output is goes to loggers in ChainedLogger
Job(String, List<String>, List<String>) - Constructor for class org.mmbase.util.MagickClient.Job
 
JobCallable - Class in org.mmbase.streams.createcaches
This is the actual callable that can be submitted to the Executors.
JobCallable(Job, Cloud, ChainedLogger, int) - Constructor for class org.mmbase.streams.createcaches.JobCallable
 
JobDefinition - Class in org.mmbase.streams.createcaches
The description or definition of one 'transcoding' sub job that's doing the transcoding.
JobDefinition(String, String, String, Transcoder, MimeType, Stage) - Constructor for class org.mmbase.streams.createcaches.JobDefinition
Creates a JobDefinition template as used in the configuration container or to kick-start a transcoding.
jobsExecutor - Static variable in class org.mmbase.util.ThreadPools
All kind of jobs that should happen in a seperate Thread can be executed by this executor.
Jsp - Class in org.mmbase.datatypes.handlers.html
This utility class helps you to implement HTML handlers using JSP/Taglib.
Jsp(Request) - Constructor for class org.mmbase.datatypes.handlers.html.Jsp
Instantiates.
JSP_ROOT - Static variable in class org.mmbase.framework.JspRenderer
 
JspProcessor - Class in org.mmbase.framework
A Processor implementation based on a jsp in the /mmbase/components/ directory.
JspProcessor(String, Block) - Constructor for class org.mmbase.framework.JspProcessor
 
JspRenderer - Class in org.mmbase.framework
A Renderer implementation based on a jsp in the /mmbase/components/ directory.
JspRenderer(Renderer.Type, String, Block) - Constructor for class org.mmbase.framework.JspRenderer
 
jspVar - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
jspVar - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
jspVar - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
jspVar - Variable in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
jspvar - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
jumpCache - Variable in class org.mmbase.jumpers.Jumpers
Cache for URL jumpers.
jumperNotFoundURL - Static variable in class org.mmbase.jumpers.Jumpers
Default redirect if no jumper can be found.
Jumpers - Class in org.mmbase.jumpers
Maintains jumpers for redirecting urls.
Jumpers() - Constructor for class org.mmbase.jumpers.Jumpers
 
JumpersFilter - Class in org.mmbase.servlet
Redirects request based on information supplied by the jumpers builder.
JumpersFilter() - Constructor for class org.mmbase.servlet.JumpersFilter
 
JumperStrategy - Class in org.mmbase.util.jumpers
This is the baseclass for strategies.
JumperStrategy() - Constructor for class org.mmbase.util.jumpers.JumperStrategy
 

K

k - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
KEY - Static variable in class org.mmbase.bridge.jsp.taglib.CloudTag
 
KEY - Static variable in interface org.mmbase.bridge.jsp.taglib.containers.QueryContainer
 
KEY - Static variable in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
KEY - Static variable in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
KEY - Static variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
KEY - Static variable in class org.mmbase.bridge.jsp.taglib.editor.EditTag
 
KEY - Static variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
KEY - Static variable in interface org.mmbase.bridge.jsp.taglib.ParamHandler
 
KEY - Static variable in interface org.mmbase.bridge.jsp.taglib.tree.DepthProvider
 
KEY - Static variable in interface org.mmbase.bridge.jsp.taglib.tree.TreeProvider
 
Key(Source, URIResolver) - Constructor for class org.mmbase.cache.xslt.TemplateCache.Key
 
key - Variable in class org.mmbase.core.AbstractDescriptor
 
KEY - Static variable in class org.mmbase.datatypes.CaptchaDataType
 
KEY - Static variable in class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
KEY - Static variable in class org.mmbase.framework.basic.State
 
KEY - Static variable in class org.mmbase.framework.RenderHints
 
KEY - Static variable in class org.mmbase.module.builders.Properties
 
key - Variable in class org.mmbase.security.Authentication
 
key - Variable in class org.mmbase.security.implementation.cloudcontext.User
 
key - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
The element key
keyInt - Variable in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
keys() - Method in class org.mmbase.util.StringTagger
Returns a Enumeration of the name keys.
keySet(boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
keySet(boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
keySet() - Method in class org.mmbase.bridge.util.NodeMap
 
keySet() - Method in class org.mmbase.cache.Cache
 
keySet() - Method in class org.mmbase.cache.implementation.LRUCache
 
keySet() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the keySet() method of the cache implementation.
keySet() - Method in class org.mmbase.module.database.MultiPoolHandler
 
keySet() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
You should only remove entries from LRUHashtable using the 'remove' function, or using the iterator of entrySet() otherwise the linked list gets messed up.
keySet() - Method in class org.mmbase.util.StringTagger
Returns a Set of the name keys.
keyWord - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
If true, the field's value is stored as a keyword.
KeywordsProcessor - Class in org.mmbase.datatypes.processors
This processor can be used as a 'set' processor on keyword fields.
KeywordsProcessor() - Constructor for class org.mmbase.datatypes.processors.KeywordsProcessor
 
KeywordsProcessor.EntryComparator - Class in org.mmbase.datatypes.processors
 
KIBI - Static variable in class org.mmbase.datatypes.processors.FormatQuantity
 
kick(Date) - Method in class org.mmbase.applications.crontab.CronEntry
 
kicker - Variable in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
kicker - Variable in class org.mmbase.applications.mmbob.ForumEmailSender
 
kicker - Variable in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
 
kicker - Variable in class org.mmbase.applications.mmbob.ForumSwapManager
 
kicker - Variable in class org.mmbase.applications.mmbob.generate.Handler
 
kicker - Variable in class org.mmbase.clustering.ClusterManager
Thread which processes the messages
kicker - Variable in class org.mmbase.module.builders.vwms.FileCopier
The thread reference.
kicker - Variable in class org.mmbase.module.builders.vwms.ImagePusher
The thread reference.
kicker - Variable in class org.mmbase.module.builders.vwms.PerformProbe
 
kicker - Variable in class org.mmbase.module.builders.vwms.Vwm
Thread in which the VWM runs.
kicker - Variable in class org.mmbase.module.builders.vwms.VwmProbe
 
kicker - Variable in class org.mmbase.module.builders.Vwmtasks
Thread in which the task scheduler runms
kicker - Variable in class org.mmbase.module.gui.html.PageProcess
 
kicker - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
kickFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
killAfterDuration() - Method in class org.mmbase.util.CommandServer.Command
 
KILO - Static variable in class org.mmbase.datatypes.processors.FormatQuantity
 
kind - Variable in class org.mmbase.util.dateparser.Token
An integer that describes the kind of this token.
kind - Variable in class org.mmbase.util.transformers.Token
An integer that describes the kind of this token.
klas - Variable in class org.mmbase.module.lucene.AssignmentEvents.Event
 
knownObjectContexts - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
knownTransactionContexts - Variable in class org.mmbase.applications.xmlimporter.UserTransactionInfo
All known transactions of a user, mapped by the user-provided id.
knownTransactionContexts - Variable in class org.mmbase.module.TransactionHandler.UserTransactionInfo
 
KUPU - Static variable in class org.mmbase.datatypes.processors.xml.Modes
KUPU-mode should trigger relations to be followed (on get) and be created (on set), and should give and receive XHTML which will be (on get) or was (on set) edited by the 'kupu' editor.
Kupu - Class in org.mmbase.richtext.processors.xml
This implements 'Kupu' Mode of MmxfSetString.
Kupu() - Constructor for class org.mmbase.richtext.processors.xml.Kupu
 

L

L - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
label(URLComposer) - Method in class org.mmbase.applications.media.filters.BitrateLabeler
 
label(URLComposer) - Method in class org.mmbase.applications.media.filters.FieldValueLabeler
 
label(URLComposer) - Method in class org.mmbase.applications.media.filters.Labeler
Implement this.
label - Variable in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
label - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
Labeler - Class in org.mmbase.applications.media.filters
Implements a Filter as a Labeler.
Labeler() - Constructor for class org.mmbase.applications.media.filters.Labeler
 
language - Variable in class org.mmbase.applications.editwizard.Config
 
LANGUAGE - Static variable in class org.mmbase.util.functions.Parameter
Parameter which might be needed in lots of Parameter definitions.
languagecode - Variable in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
 
LanguageDataType - Class in org.mmbase.datatypes
Returns the current language as a default value.
LanguageDataType(String) - Constructor for class org.mmbase.datatypes.LanguageDataType
 
LanguageDataType.Getter - Class in org.mmbase.datatypes
 
languageInSelf - Variable in class org.mmbase.datatypes.LanguageDataType
 
languageList - Variable in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
 
languagePrefix - Variable in class org.mmbase.module.gui.html.MMLanguage
The language currently in use.
lastchecked - Variable in class org.mmbase.module.builders.Vwmtasks
Time (in seconds since 1/1/1970) that the builder last checked for new tasknodes to en handled
lastCost - Variable in class org.mmbase.applications.crontab.CronEntry
 
lastFullIndexDurationFunction - Variable in class org.mmbase.module.lucene.Lucene
 
lastFullIndexFunction - Variable in class org.mmbase.module.lucene.Lucene
 
lastIndexOf(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
lastLogonField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
lastmod - Variable in class org.mmbase.module.cacheline
 
lastmod - Variable in class org.mmbase.util.filebuffer
 
LastModified - Class in org.mmbase.datatypes.processors
This processor can be used as a 'commit' processor on a (datetime) field.
LastModified() - Constructor for class org.mmbase.datatypes.processors.LastModified
 
LASTMODIFIED_FIELD - Static variable in class org.mmbase.util.ResourceLoader
 
LastModifiedProcessorFactory - Class in org.mmbase.datatypes.processors
This factory creates processors which don't actually change the value, but only have a side-effect, namely updating another field with the current time.
LastModifiedProcessorFactory() - Constructor for class org.mmbase.datatypes.processors.LastModifiedProcessorFactory
 
LastModifier - Class in org.mmbase.datatypes.processors
This processor can be used as a 'commit' processor on a string field.
LastModifier() - Constructor for class org.mmbase.datatypes.processors.LastModifier
 
lastRecievedMessage - Variable in class org.mmbase.clustering.ClusterManager
 
lastRun - Variable in class org.mmbase.applications.crontab.CronEntry
 
lastSql - Variable in class org.mmbase.module.database.MultiConnectionImplementation
 
Latin3Surrogator - Class in org.mmbase.util.transformers
The ISO-8859-3 ('South European') unibyte encoding is used for languages like maltese and esperanto.
Latin3Surrogator() - Constructor for class org.mmbase.util.transformers.Latin3Surrogator
 
Latin3Surrogator(int) - Constructor for class org.mmbase.util.transformers.Latin3Surrogator
 
LazyDimension - Class in org.mmbase.util.images
A 'lazy' dimension is a Dimension object which depends on an image-node and conversion template.
LazyDimension(Node, String) - Constructor for class org.mmbase.util.images.LazyDimension
 
LazyMap(String, Map<String, String>) - Constructor for class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
LEADING - Static variable in class org.mmbase.util.Strip
Strip leading, only characters at begin of string are checked
leafConstraint - Variable in class org.mmbase.bridge.util.TreeList.Branch
 
leafConstraintOffset - Variable in class org.mmbase.bridge.util.TreeList
 
LeafConstraintsTag - Class in org.mmbase.bridge.jsp.taglib.tree
Sub-tag of tree container.
LeafConstraintsTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
leafElementTemplate - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
LeafFileTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
Like IncludeTag, but an entire tree of files is being probed to find the one that has the most specified value.
LeafFileTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
LeafIncludeTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
Like IncludeTag, but an entire tree of files is being probed to find the one that has the most specified value.
LeafIncludeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
leafResult - Variable in class org.mmbase.bridge.util.TreeList.Branch
 
leafsChanged() - Method in class org.mmbase.applications.mmbob.Forum
Well, what does this do, then?
leave() - Method in class org.mmbase.applications.xmlimporter.Transaction
This method should be called when leaving this transaction's context.
LEAVE_NEWLINES - Static variable in class org.mmbase.util.transformers.XmlField
 
LegacyConstraint - Interface in org.mmbase.storage.search
Constraint represented by a string, as it appears in the where-clause of an SQL query.
legalizeFileName - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
legalizeFileName - Static variable in class org.mmbase.servlet.HandleServlet
 
len - Variable in class org.mmbase.util.Queue
Deprecated.
The real number of items in the queue.
length() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
length() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
length() - Method in class org.mmbase.util.Casting.StringWrapper
 
length() - Method in class org.mmbase.util.StringObject
Returns the length (character count) of the buffer.
LENGTH - Static variable in class org.mmbase.util.transformers.WordWrapperFactory
 
LengthDataType<E> - Interface in org.mmbase.datatypes
A LengthDataType is a datatype that defines a length for its values (LengthDataType.getLength(Object)) , and restrictions on that (minimal an maximal length).
LESS - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'less than'
LESS_EQUAL - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'less than or equal'
level - Variable in class org.mmbase.util.logging.AbstractSimpleImpl
 
level - Variable in class org.mmbase.util.logging.BufferedLogger.LogEntry
 
Level - Class in org.mmbase.util.logging
This class is a kind of `enum' type, for logging priorities.
LEXICAL_ERROR - Static variable in error org.mmbase.util.dateparser.TokenMgrError
Lexical error occurred.
LEXICAL_ERROR - Static variable in error org.mmbase.util.transformers.TokenMgrError
Lexical error occurred.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.mmbase.util.dateparser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.mmbase.util.transformers.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.mmbase.util.dateparser.DateParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.mmbase.util.transformers.ListParserTokenManager
Lexer state names.
libtoCodec(String) - Static method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
LIE_CP1252 - Static variable in class org.mmbase.storage.implementation.database.Attributes
If the database is ISO-8859-1, then you can switch this option to true, to store CP1252 in it.
LIKE - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'like'
limit - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
line - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
line - Variable in class org.mmbase.util.ErrorStruct
 
line - Variable in class org.mmbase.util.logging.BufferedLogger.LogEntry
 
line - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
lines - Variable in class org.mmbase.module.cache
 
lines() - Method in class org.mmbase.module.cache
Old interface to the inner table, will be removed soon
lines() - Method in interface org.mmbase.module.cacheInterface
 
lines - Variable in class org.mmbase.util.CSVReader
 
LINES - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
Match line by line.
link(String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
LinkChecker - Class in org.mmbase.module
The linkChecker module detects broken urls in the urls builder and the jumpers builder.
LinkChecker() - Constructor for class org.mmbase.module.LinkChecker
 
LinkFinder - Class in org.mmbase.util.transformers
Finds links in the Character String, and makes them 'clickable' for HTML (using a-tags).
LinkFinder() - Constructor for class org.mmbase.util.transformers.LinkFinder
 
LinkMap<K,V> - Class in org.mmbase.util
Combines to Maps to one new map.
LinkMap(Map<K, V>, Map<K, V>, LinkMap.Changes) - Constructor for class org.mmbase.util.LinkMap
Creates a (modifiable) Linked Map.
LinkMap(Map<K, V>, Map<K, V>) - Constructor for class org.mmbase.util.LinkMap
Creates an unmodifiable Linked Map
LinkMap.Changes - Enum in org.mmbase.util
Enum for the parameter of the constructor LinkMap(Map, Map, Changes)
list(Object) - Static method in class org.mmbase.applications.mmbob.ForumsConfig
Only for compile-time compliance with both MMBase 1.8 and MMBase 1.8, because the return-type of DocumentReader.getChildElements(java.lang.String) changed, and we want to compile agains MMBase-1.8
list(Object) - Static method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
list(Object) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
list - Variable in class org.mmbase.framework.EditwizardRenderer
 
list - Variable in class org.mmbase.streams.createcaches.Processor
List with the configured JobDefinitions.
LIST - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a List.
LIST_PARAMETERS - Static variable in class org.mmbase.module.builders.Properties
 
listBuilders(ResourceLoader, Writer) - Method in class org.mmbase.util.BuilderList
Lists all builders within a given path, including builders in sub-paths
ListChangedTag - Class in org.mmbase.bridge.jsp.taglib.macro
Macro tag for listCondition changed
ListChangedTag() - Constructor for class org.mmbase.bridge.jsp.taglib.macro.ListChangedTag
 
ListConditionTag - Class in org.mmbase.bridge.jsp.taglib
This tag can be used inside the list tag.
ListConditionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
ListConfig(Cloud) - Constructor for class org.mmbase.applications.editwizard.Config.ListConfig
 
ListConfig() - Constructor for class org.mmbase.applications.editwizard.Config.ListConfig
Deprecated. 
listConnections(StringTagger) - Method in class org.mmbase.module.database.JDBC
 
ListContainerTag - Class in org.mmbase.bridge.jsp.taglib.containers
Container cognate for ListTag.
ListContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
ListDataType - Class in org.mmbase.datatypes
 
ListDataType(String) - Constructor for class org.mmbase.datatypes.ListDataType
Constructor for List field.
ListDataType.ItemRestriction - Class in org.mmbase.datatypes
 
listener - Variable in class org.mmbase.module.smtp.SMTPModule
 
listeners - Variable in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
ListEvenTag - Class in org.mmbase.bridge.jsp.taglib.macro
Macro tag for listContdition even
ListEvenTag() - Constructor for class org.mmbase.bridge.jsp.taglib.macro.ListEvenTag
 
ListFirstTag - Class in org.mmbase.bridge.jsp.taglib.macro
Macro tag for listCondition first
ListFirstTag() - Constructor for class org.mmbase.bridge.jsp.taglib.macro.ListFirstTag
 
listFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
listFunction - Variable in class org.mmbase.module.lucene.Lucene
This function returns Set with the names of all configured indexes (ordered alphabeticly)
ListFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
A function tag for functions returning a collection.
ListFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
ListHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
ListHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.ListHandler
 
listHelper - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
listing(HttpServletRequest, HttpServletResponse, OutputStream, File) - Method in class org.mmbase.servlet.FileServlet
 
listItemType - Variable in class org.mmbase.core.AbstractField
 
listIterator(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
listIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
listIterator(int) - Method in class org.mmbase.bridge.util.TreeList
 
listIterator() - Method in class org.mmbase.util.Casting.ListWrapper
 
ListLastTag - Class in org.mmbase.bridge.jsp.taglib.macro
Macro tag for listContdition last
ListLastTag() - Constructor for class org.mmbase.bridge.jsp.taglib.macro.ListLastTag
 
LISTLATEST_PARAMETERS - Static variable in class org.mmbase.util.functions.ExampleBuilder
Parameter constant for use bij the 'latest' function.
listLatestFunction - Variable in class org.mmbase.util.functions.ExampleBuilder
Implementation of 'builder function', which can be compared with a static method in java.
ListNodesContainerTag - Class in org.mmbase.bridge.jsp.taglib.containers
Container cognate for ListNodesTag.
ListNodesContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
ListNodesTag - Class in org.mmbase.bridge.jsp.taglib
ListNodesTag, provides functionality for listing single nodes in MMBase
ListNodesTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
ListOddTag - Class in org.mmbase.bridge.jsp.taglib.macro
Macro tag for listContdition odd
ListOddTag() - Constructor for class org.mmbase.bridge.jsp.taglib.macro.ListOddTag
 
ListParser - Class in org.mmbase.util.transformers
 
ListParser(InputStream) - Constructor for class org.mmbase.util.transformers.ListParser
Constructor with InputStream.
ListParser(InputStream, String) - Constructor for class org.mmbase.util.transformers.ListParser
Constructor with InputStream and supplied encoding
ListParser(Reader) - Constructor for class org.mmbase.util.transformers.ListParser
Constructor.
ListParser(ListParserTokenManager) - Constructor for class org.mmbase.util.transformers.ListParser
Constructor with generated Token Manager.
ListParserConstants - Interface in org.mmbase.util.transformers
Token literal values and constants.
ListParserTokenManager - Class in org.mmbase.util.transformers
Token Manager.
ListParserTokenManager(SimpleCharStream) - Constructor for class org.mmbase.util.transformers.ListParserTokenManager
Constructor.
ListParserTokenManager(SimpleCharStream, int) - Constructor for class org.mmbase.util.transformers.ListParserTokenManager
Constructor.
listPools(StringTagger) - Method in class org.mmbase.module.database.JDBC
 
ListProvider - Interface in org.mmbase.bridge.jsp.taglib
Basic interface that parent should implement if they provide Lists.
ListProvider.ListProviderLoopTagStatus - Class in org.mmbase.bridge.jsp.taglib
 
ListProviderLoopTagStatus(ListProvider) - Constructor for class org.mmbase.bridge.jsp.taglib.ListProvider.ListProviderLoopTagStatus
 
listProviderSize(LoopTag) - Method in class org.mmbase.bridge.jsp.taglib.SizeTag
When in a looptag, the size can simply be asked from the List
ListReferrerTag - Class in org.mmbase.bridge.jsp.taglib
Tags that can be used inside a list tag.
ListReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ListReferrerTag
 
ListRelationsContainerTag - Class in org.mmbase.bridge.jsp.taglib.containers
 
ListRelationsContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
ListRelationsTag - Class in org.mmbase.bridge.jsp.taglib
ListRelationsTag, a tag around bridge.Node.getRelations.
ListRelationsTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
LISTS_INSIDE_P - Static variable in class org.mmbase.richtext.transformers.XmlField
 
LISTS_INSIDE_P - Static variable in class org.mmbase.util.transformers.XmlField
 
LISTS_OUTSIDE_P - Static variable in class org.mmbase.richtext.transformers.XmlField
 
LISTS_OUTSIDE_P - Static variable in class org.mmbase.util.transformers.XmlField
 
ListSorter - Class in org.mmbase.bridge.jsp.taglib.util
A helper class for Lists, to implement an attribute 'comparator'
listStyleSheet - Static variable in class org.mmbase.applications.editwizard.Config
 
ListTag - Class in org.mmbase.bridge.jsp.taglib
ListTag, provides functionality for listing cluster nodes ('multilevel' search) in MMBase
ListTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ListTag
 
ListWrapper(List, CharTransformer) - Constructor for class org.mmbase.util.Casting.ListWrapper
 
load(Node, String) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method loads an object and the necessary relations and fields, according to the given schema.
load(String) - Static method in class org.mmbase.security.classsecurity.ClassAuthentication
Reads the configuration file and instantiates and loads the wrapped Authentication.
load() - Method in class org.mmbase.security.classsecurity.ClassAuthenticationWrapper
This method should be overridden by an extending class.
load(MMBaseCop, ResourceWatcher, String) - Method in class org.mmbase.security.Configurable
The method which initialized an instance of this class.
load() - Method in class org.mmbase.security.Configurable
This method should be overridden by an extending class.
load(Map<String, Object>) - Method in class org.mmbase.security.implementation.basic.AnonymousLoginModule
 
load() - Method in class org.mmbase.security.implementation.basic.AuthenticationHandler
 
load(Map<String, Object>) - Method in class org.mmbase.security.implementation.basic.ClassLoginModule
 
load(Map<String, Object>) - Method in class org.mmbase.security.implementation.basic.FileLoginModule
 
load(Map<String, Object>) - Method in interface org.mmbase.security.implementation.basic.LoginModule
 
load() - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
load() - Method in class org.mmbase.security.implementation.cloud.Authenticate
This method should be overridden by an extending class.
load() - Method in class org.mmbase.security.implementation.cloud.Verify
 
load() - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
This method should be overridden by an extending class.
load() - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
load() - Method in class org.mmbase.security.implementation.context.ContextAuthentication
 
load() - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
load(Document, long, String, MMBaseCop) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
 
load() - Method in class org.mmbase.security.MemoryActionRepository
 
load() - Method in class org.mmbase.security.MMBaseCopConfig
 
load() - Method in class org.mmbase.security.NoAuthentication
This method does nothing
load() - Method in class org.mmbase.security.NoAuthorization
This method does nothing
load(File) - Method in class org.mmbase.servlet.CharsetRemoverFilter
 
load() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Opens and reads the storage configuration document.
load() - Method in class org.mmbase.storage.StorageManagerFactory
Opens and reads the storage configuration document.
load(InputStream) - Method in class org.mmbase.util.ExtendedProperties
Loads properties from an InputStream.
loadBinaries - Variable in class org.mmbase.util.xml.applicationdata.NodeReader
 
loadBinaryFields(MMObjectNode) - Method in class org.mmbase.util.xml.applicationdata.NodeReader
 
loadBuilder(String) - Method in class org.mmbase.module.core.MMBase
Locate one specific builder withing the main builder config path, including sub-paths.
loadBuilder(String, String) - Method in class org.mmbase.module.core.MMBase
Locate one specific builder within a given path, relative to the main builder config path, including sub-paths.
loadBuilder(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
 
loadBuilderFromXML(String, String) - Method in class org.mmbase.module.core.MMBase
Create a new builder object using a xml configfile located in a given path relative to the main builder config path, and return the builder object.
loadData() - Method in class org.mmbase.applications.editwizard.Wizard
Load data from mmbase based on the wizard schema
loadExternalHandlers(Forum) - Static method in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
loadFile(String, String) - Method in class org.mmbase.module.scancache
loads a file from the disk.
loadImage(String) - Static method in class org.mmbase.util.images.JAIImageConverter
 
loadInitParameters() - Method in class org.mmbase.module.core.MMObjectBuilder
Override properties through application context
loadInitParameters() - Method in class org.mmbase.module.Module
Override properties through application context
loadInitParameters(String) - Method in class org.mmbase.module.Module
Override properties through application context
loadLastFullIndexTimes() - Method in class org.mmbase.module.lucene.Indexer
 
loadmode - Variable in class org.mmbase.util.scanpage
 
loadNewProperties(sessionInfo) - Method in class org.mmbase.module.sessions
 
loadNotifyables() - Method in class org.mmbase.notifications.Notifier
 
loadProperties(sessionInfo) - Method in class org.mmbase.module.sessions
 
loadRelations(Node, String, Node) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method loads relations from MMBase and stores the result in the given object node.
loadSettingValue(Setting<C>) - Method in class org.mmbase.framework.basic.BasicFramework
 
loadTypeDef(String) - Method in class org.mmbase.module.corebuilders.TypeDef
 
loadWizard(Config.WizardConfig, HttpServletRequest) - Method in class org.mmbase.applications.editwizard.Wizard
Loads the wizard schema, and a work document, and fills it with initial data.
loadXMLFile(URL) - Static method in class org.mmbase.applications.editwizard.Utils
This method can load a xml file and returns the resulting document.
local - Variable in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
local - Variable in class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
LocalAdmin(MMObjectNode, String, String) - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
LocalAdmin(String, String) - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
LocalAdmin(String, String, Rank) - Constructor for class org.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
 
LocalContext - Class in org.mmbase.bridge
The collection of clouds, and modules within the current application context.
locale - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
locale - Variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
LOCALE - Static variable in class org.mmbase.util.functions.Parameter
 
LocaleCollator - Class in org.mmbase.util
This class wraps a Collator and associates it with a Locale.
LocaleCollator(Locale, Collator) - Constructor for class org.mmbase.util.LocaleCollator
 
LocaleCollator.Decomposition - Enum in org.mmbase.util
An enum wrapping the 'decompositon' related constants of Collator.
LocaleCollator.Strength - Enum in org.mmbase.util
An enum wrapping the 'strength' related constants of Collator.
LocaleLocalizedString - Class in org.mmbase.util
This LocalizedString also has a method LocaleLocalizedString.setLocale(java.util.Locale) which defines its own default locale for LocaleLocalizedString.get(Locale) in case it is called as get(null).
LocaleLocalizedString(LocalizedString) - Constructor for class org.mmbase.util.LocaleLocalizedString
 
LocaleTag - Class in org.mmbase.bridge.jsp.taglib
Provides Locale (language, country) information to its body.
LocaleTag() - Constructor for class org.mmbase.bridge.jsp.taglib.LocaleTag
 
LocaleTEI - Class in org.mmbase.bridge.jsp.taglib
TEI class for the Locale tag.
LocaleTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.LocaleTEI
 
LocaleToStringMap(Map<Locale, String>) - Constructor for class org.mmbase.module.corebuilders.FieldDefs.LocaleToStringMap
Deprecated.
 
LocalEvent - Class in org.mmbase.core.event
An event that does not need broadcasting to other servers
LocalEvent() - Constructor for class org.mmbase.core.event.LocalEvent
 
LocalHttpServletRequest - Class in org.mmbase.util
This class (and LocalHttpServletResponse, and super classes) can be used to do requests on the current MMBase without having an actual client, which can be useful in cronjobs or so.
LocalHttpServletRequest(ServletContext, String, String) - Constructor for class org.mmbase.util.LocalHttpServletRequest
 
LocalHttpServletResponse - Class in org.mmbase.util
 
LocalHttpServletResponse(Writer) - Constructor for class org.mmbase.util.LocalHttpServletResponse
 
LocalHttpServletResponse(OutputStream) - Constructor for class org.mmbase.util.LocalHttpServletResponse
 
localizeContext() - Method in class org.mmbase.framework.basic.State
Sets up a LocalizationContext attributes based on Component.getBundle()and puts in on the request.
LocalizedEntryListFactory<C> - Class in org.mmbase.util
These factories can produce Collections based on a Locale (The LocalizedEntryListFactory.get(java.util.Locale) method is essential).
LocalizedEntryListFactory() - Constructor for class org.mmbase.util.LocalizedEntryListFactory
 
LocalizedString - Class in org.mmbase.util
A String which is localized.
LocalizedString(String) - Constructor for class org.mmbase.util.LocalizedString
 
LocalResolver() - Constructor for class org.mmbase.bridge.ContextProvider.LocalResolver
 
LocalServletRequest - Class in org.mmbase.util
 
LocalServletRequest(ServletContext, String) - Constructor for class org.mmbase.util.LocalServletRequest
 
LocalServletResponse - Class in org.mmbase.util
 
LocalServletResponse(Writer) - Constructor for class org.mmbase.util.LocalServletResponse
 
LocalServletResponse(OutputStream) - Constructor for class org.mmbase.util.LocalServletResponse
 
localToRMIObject(Object, int) - Static method in class org.mmbase.bridge.remote.ObjectWrapperHelper
 
localToRMIObject(Object, int) - Static method in class org.mmbase.bridge.remote.util.ObjectWrapper
 
LOCATION_APPLICATION - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_ATTRIBUTES - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_COOKIE - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_MULTIPART - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_MULTIPART_OPT - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_NOTSET - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_PAGE - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_PARAMETERS - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_PARENT - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_REQUEST - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_SESSION - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
LOCATION_THIS - Static variable in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
locationToString(int) - Static method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
lock - Variable in class org.mmbase.cache.Cache
 
LOCKED - Static variable in class org.mmbase.versioning.Status
 
log - Static variable in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
log - Variable in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
log - Static variable in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
LOG - Static variable in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
log(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
log(Exception, String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
log(String, Throwable) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
log - Static variable in class org.mmbase.module.gui.flash.MMFlash
 
log(String) - Method in class org.mmbase.security.implementation.cloudcontext.ConvertTool
 
log - Static variable in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
LOG - Static variable in class org.mmbase.streams.transcoders.AnalyzerLogger
 
log(String, Level) - Method in class org.mmbase.streams.transcoders.AnalyzerLogger
 
LOG - Static variable in class org.mmbase.streams.transcoders.ErrorDetector
 
log(String, Level) - Method in class org.mmbase.streams.transcoders.ErrorDetector
 
log(String) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
How to write one string.
log(String, Level) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
Logs a message for a certain string.
log(Object, Level) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
Override to implement different stringification of objects to log.
log(Object, Level, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
log(String, Level) - Method in class org.mmbase.util.logging.BufferedLogger
 
log(String) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
log(String, Level) - Method in class org.mmbase.util.logging.ExceptionImpl
 
log - Variable in class org.mmbase.util.logging.java.MMBaseLogger
 
log(LogRecord) - Method in class org.mmbase.util.logging.java.MMBaseLogger
log(Level, Logger, String) - Static method in class org.mmbase.util.logging.Logging
Utility method for dynamicly determin the level of logging.
log(String) - Method in class org.mmbase.util.logging.SimpleImpl
 
log(String) - Method in class org.mmbase.util.logging.SimpleTimeStampImpl
 
log(String, Level) - Method in class org.mmbase.util.logging.WriterLogger
 
log - Static variable in class org.mmbase.util.RFC1123
 
log4j - Static variable in class org.mmbase.util.logging.Performance
 
Log4jImpl - Class in org.mmbase.util.logging.log4j
This Logger implementation extends the Logger class from the log4j project (version >= 1.2).
Log4jImpl(String) - Constructor for class org.mmbase.util.logging.log4j.Log4jImpl
Constructor, like the constructor of Logger.
Log4jLevel - Class in org.mmbase.util.logging.log4j
LoggerLevel The new Level class for Log4jImpl.
Log4jLevel(int, String, int) - Constructor for class org.mmbase.util.logging.log4j.Log4jLevel
 
Log4jPriority - Class in org.mmbase.util.logging.log4j
Deprecated.
use Log4jLevel
Log4jPriority(int, String, int) - Constructor for class org.mmbase.util.logging.log4j.Log4jPriority
Deprecated.
 
logDebug(String, String) - Static method in class org.mmbase.applications.xmlimporter.Consultant
Add to log using debug.
LogEntry(String, Level) - Constructor for class org.mmbase.util.logging.BufferedLogger.LogEntry
 
logEnts - Static variable in class org.mmbase.util.xml.EntityResolver
 
logError(String, String) - Static method in class org.mmbase.applications.xmlimporter.Consultant
Add to log using error.
loggedInExtraAdmins - Static variable in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
logger - Variable in class org.mmbase.streams.createcaches.Job
 
logger - Variable in class org.mmbase.util.logging.commons.impl.MMBaseLogger
 
Logger - Interface in org.mmbase.util.logging
The `Logger' interface for MMBase.
logger - Variable in class org.mmbase.util.logging.LoggerWriter
 
LoggerAccepter - Interface in org.mmbase.util.logging
A LoggerAccepter is a class with a public 'addLogger' method.
LoggerCharTransformer - Class in org.mmbase.util.transformers
This is the character transformer is like CopyCharTransformer, but it logs everything that it sees too.
LoggerCharTransformer() - Constructor for class org.mmbase.util.transformers.LoggerCharTransformer
 
LoggerRepository - Class in org.mmbase.util.logging.log4j
 
LoggerRepository(Logger) - Constructor for class org.mmbase.util.logging.log4j.LoggerRepository
 
LoggerWrapper - Class in org.mmbase.util.logging
Wraps a logger instance.
LoggerWrapper(Logger, String) - Constructor for class org.mmbase.util.logging.LoggerWrapper
 
LoggerWriter - Class in org.mmbase.util.logging
A Writer that logs every line to a certain logger.
LoggerWriter(Logger, Level) - Constructor for class org.mmbase.util.logging.LoggerWriter
 
LoggerWriter(Logger, Level, String) - Constructor for class org.mmbase.util.logging.LoggerWriter
 
Logging - Class in org.mmbase.util.logging
With this class the logging is configured, and it supplies the `Logger' objects.
LoggingException - Exception in org.mmbase.util.logging
Exceptions thrown by logging can be wrapped in this.
LoggingException() - Constructor for exception org.mmbase.util.logging.LoggingException
 
LoggingException(String) - Constructor for exception org.mmbase.util.logging.LoggingException
 
LoggingException(Throwable) - Constructor for exception org.mmbase.util.logging.LoggingException
 
LoggingException(String, Throwable) - Constructor for exception org.mmbase.util.logging.LoggingException
 
LoggingException(String, Level) - Constructor for exception org.mmbase.util.logging.LoggingException
Create the exception.
LoggingException(Throwable, Level) - Constructor for exception org.mmbase.util.logging.LoggingException
Create the exception.
LOGICAL_AND - Static variable in interface org.mmbase.storage.search.CompositeConstraint
Logical operator 'and'
LOGICAL_OPERATOR_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.CompositeConstraint
Operator descriptions corresponding to the operator values: CompositeConstraint.LOGICAL_AND, and CompositeConstraint.LOGICAL_OR
LOGICAL_OR - Static variable in interface org.mmbase.storage.search.CompositeConstraint
Logical operator 'or'
login(String, Map<String, ?>, Object[]) - Method in class org.mmbase.security.Authentication
This method will verify the login, and give a UserContext back if the login procedure was successful.
Login(URL, Pattern, String, Map<String, String>, int, int) - Constructor for class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
login(Map, Object[]) - Method in class org.mmbase.security.classsecurity.ClassAuthenticationWrapper
logs-in using the first match on the class from the configuration file.
login(String, Map, Object[]) - Method in class org.mmbase.security.classsecurity.ClassAuthenticationWrapper
This method will verify the login, and give a UserContext back if the login procedure was successful.
login(NameContext, Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.basic.AnonymousLoginModule
 
login(String, Map, Object[]) - Method in class org.mmbase.security.implementation.basic.AuthenticationHandler
 
login(NameContext, Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.basic.ClassLoginModule
 
login(NameContext, Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.basic.FileLoginModule
 
login(NameContext, Map<String, ?>, Object[]) - Method in interface org.mmbase.security.implementation.basic.LoginModule
 
login(String, Map, Object[]) - Method in class org.mmbase.security.implementation.cloud.Authenticate
This method will verify the login, and give a UserContext back if the login procedure was successful.
login(String, Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
This method will verify the login, and give a UserContext back if the login procedure was successful.
login(Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.context.AnonymousLogin
 
login(Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.context.ClassLogin
 
login(String, Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.context.ContextAuthentication
 
login(Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.context.ContextLoginModule
 
login(Map<String, ?>, Object[]) - Method in class org.mmbase.security.implementation.context.PasswordLogin
 
login(String, Map, Object[]) - Method in class org.mmbase.security.NoAuthentication
Returns always the same object (an user 'anonymous'with rank 'administrator'')
logInfo(String, String) - Static method in class org.mmbase.applications.xmlimporter.Consultant
Add to log using info.
LoginModule - Interface in org.mmbase.security.implementation.basic
 
LoginResult(ClassAuthentication.Login, Map<String, String>, int) - Constructor for class org.mmbase.security.classsecurity.ClassAuthentication.LoginResult
 
loginTrigger() - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
logLine(String) - Method in class org.mmbase.util.logging.LoggerWriter
 
logOperator - Variable in class org.mmbase.storage.search.legacy.DBLogicalOperator
 
logQuery(String, long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
logQuery(String, long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
LogTag - Class in org.mmbase.bridge.jsp.taglib.debug
The implementation of the log tag.
LogTag() - Constructor for class org.mmbase.bridge.jsp.taglib.debug.LogTag
 
LOGTAG_CATEGORY - Static variable in class org.mmbase.bridge.jsp.taglib.debug.LogTag
 
LogTEI - Class in org.mmbase.bridge.jsp.taglib.debug
A TEI for a Logger instance.
LogTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.debug.LogTEI
 
logTrace(String, String) - Static method in class org.mmbase.applications.xmlimporter.Consultant
Add to log using trace.
LONG - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Long.
LONG_PATTERN - Static variable in class org.mmbase.datatypes.StringDataType
 
LongDataType - Class in org.mmbase.datatypes
DataType associated with Long, as NumberDataType, but provides getMin and getMax as long.
LongDataType(String, boolean) - Constructor for class org.mmbase.datatypes.LongDataType
 
LongHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
LongHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.LongHandler
Constructor for LongHandler.
longWordWrap(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
LOOP_DETECTED - Static variable in error org.mmbase.util.dateparser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOOP_DETECTED - Static variable in error org.mmbase.util.transformers.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOW_PRIORITY - Static variable in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
LowerCaser - Class in org.mmbase.util.transformers
Transforms to lowercase
LowerCaser() - Constructor for class org.mmbase.util.transformers.LowerCaser
 
lowFormat - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
lowLimit - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
lru - Variable in class org.mmbase.module.gui.flash.MMFlash
 
LRUCache<K,V> - Class in org.mmbase.cache.implementation
A cache implementation backed by a LinkedHashMap, in access-order mode, and restricted maximal size ('Least Recently Used' cache algorithm).
LRUCache() - Constructor for class org.mmbase.cache.implementation.LRUCache
 
LRUCache(int) - Constructor for class org.mmbase.cache.implementation.LRUCache
 
LRUEntry() - Constructor for class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
LRUEntry(K, V) - Constructor for class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
LRUEntry(K, V, LRUHashtable<K, V>.LRUEntry, LRUHashtable<K, V>.LRUEntry) - Constructor for class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
LRUEntrySet() - Constructor for class org.mmbase.util.LRUHashtable.LRUEntrySet
Deprecated.
 
LRUEntrySetIterator(Iterator<Map.Entry<K, LRUHashtable<K, V>.LRUEntry>>) - Constructor for class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
Deprecated.
 
LRUHashtable<K,V> - Class in org.mmbase.util
Deprecated.
use org.mmbase.cache.implementation.LRUCache
LRUHashtable(int, int, float) - Constructor for class org.mmbase.util.LRUHashtable
Deprecated.
Creates the URL Hashtable.
LRUHashtable(int, int) - Constructor for class org.mmbase.util.LRUHashtable
Deprecated.
Creates the URL Hashtable with growing capacity 0.75.
LRUHashtable(int) - Constructor for class org.mmbase.util.LRUHashtable
Deprecated.
Creates the URL Hashtable with starting capacity 101 and growing capacity 0.75.
LRUHashtable() - Constructor for class org.mmbase.util.LRUHashtable
Deprecated.
Creates the URL Hashtable with maximum capacity 100, starting capacity 101, and growing capacity 0.75.
LRUHashtable.LRUEntry - Class in org.mmbase.util
Deprecated.
Element used to store information from the LRUHashtable.
LRUHashtable.LRUEntrySet - Class in org.mmbase.util
Deprecated.
Used by 'entrySet' implementation, to make the Map modifiable.
LRUHashtable.LRUEntrySetIterator - Class in org.mmbase.util
Deprecated.
Used by 'entrySet' implementation, to make the Map modifiable.
LRUHashtable.LRUValues - Class in org.mmbase.util
Deprecated.
 
LRUValues() - Constructor for class org.mmbase.util.LRUHashtable.LRUValues
Deprecated.
 
Lucene - Class in org.mmbase.module.lucene
This is the implementation of a 'Lucene' module.
Lucene() - Constructor for class org.mmbase.module.lucene.Lucene
 
Lucene.ConfigurationRead - Class in org.mmbase.module.lucene
 
Lucene.Scheduler - Class in org.mmbase.module.lucene
Queue for index operations.
Lucene.Scheduler.Assignment - Class in org.mmbase.module.lucene
 
Lucene.Scheduler.Marker - Class in org.mmbase.module.lucene
 

M

M - Static variable in class org.mmbase.datatypes.resources.Gender
 
M - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
MACHINE - Static variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
machine - Variable in class org.mmbase.applications.crontab.RunningCronEntry
 
machine - Variable in class org.mmbase.core.event.Event
 
machineName - Static variable in class org.mmbase.module.core.MMBase
Name of the machine used in the mmbase cluster.
machineName - Static variable in class org.mmbase.module.core.MMBaseContext
Name of the machine used in the mmbase cluster.
machines - Variable in class org.mmbase.module.lucene.AssignmentEvents.Event
 
MACHINES - Static variable in class org.mmbase.module.lucene.Lucene
 
MagicFile - Class in org.mmbase.util.magicfile
Tries to determine the mime-type of a byte array (or a file).
MagickClient - Class in org.mmbase.util
Just to test the command server
MagickClient() - Constructor for class org.mmbase.util.MagickClient
 
MagickClient.Job - Class in org.mmbase.util
 
MagicParser - Class in org.mmbase.util.magicfile
This Parser translates the configuration file of UNIX's file to a list of Detectors (and to a magic.xml)
MagicParser() - Constructor for class org.mmbase.util.magicfile.MagicParser
 
MagicParser(String) - Constructor for class org.mmbase.util.magicfile.MagicParser
Construct a new MagicParser with configuration file
MAGICXMLFILE - Static variable in class org.mmbase.util.magicfile.MagicXMLReader
 
MagicXMLReader - Class in org.mmbase.util.magicfile
Reads /magic.xml
Mail - Class in org.mmbase.util
This mail-object gives persons the functionality to create mail and send it with the SendMail-module.
Mail(String, String) - Constructor for class org.mmbase.util.Mail
Create a Mail object.
MAIL_PARAMETERS - Static variable in class org.mmbase.applications.email.EmailBuilder
 
MailBox - Class in org.mmbase.applications.email
At the moment just a container for some constants.
MailBox() - Constructor for class org.mmbase.applications.email.MailBox
 
Mailbox - Class in org.mmbase.applications.mmbob
 
Mailbox(Node, Poster) - Constructor for class org.mmbase.applications.mmbob.Mailbox
Constructor
MailBox.Type - Enum in org.mmbase.applications.email
 
mailboxChanged(Mailbox) - Method in class org.mmbase.applications.mmbob.Poster
 
mailboxes - Variable in class org.mmbase.module.smtp.CloudMailHandler
List containing Node objects for all mailboxes of the receipients
mailboxes - Variable in class org.mmbase.module.smtp.Forwarder
 
mailEncoding - Static variable in class org.mmbase.applications.email.SendMail
 
MailFetcher - Class in org.mmbase.module.smtp
The abstraction of a class that somehow fetches mail.
MailFetcher() - Constructor for class org.mmbase.module.smtp.MailFetcher
 
MailHandler - Interface in org.mmbase.module.smtp
A MailHandler handles one mail.
MailHandler.Address - Class in org.mmbase.module.smtp
 
MailHandler.Factory - Class in org.mmbase.module.smtp
 
MailHandler.MailBoxStatus - Enum in org.mmbase.module.smtp
 
MailHandler.MessageStatus - Enum in org.mmbase.module.smtp
 
mailHandlers - Static variable in class org.mmbase.module.smtp.MailHandler.Factory
 
main(String[]) - Static method in class org.mmbase.applications.crontab.CronDaemon
main only for testing purposes
main(String[]) - Static method in class org.mmbase.applications.editwizard.Utils
 
main(String[]) - Static method in class org.mmbase.applications.media.filters.MainFilter
 
main - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
main(String[]) - Static method in class org.mmbase.bridge.RemoteContext
 
main(String[]) - Static method in class org.mmbase.bridge.util.GrowingTreeList
 
main(String[]) - Static method in class org.mmbase.bridge.util.HugeNodeListIterator
Main only for testing.
main(String[]) - Static method in class org.mmbase.bridge.util.TreeList
 
main(String[]) - Static method in class org.mmbase.cache.implementation.Test
 
main(String[]) - Static method in class org.mmbase.cache.xslt.TemplateCache
Invocation of the class from the commandline for testing
main(String[]) - Static method in class org.mmbase.calendar.ContrastFunction
 
main(String[]) - Static method in class org.mmbase.core.event.NodeEvent
 
main(String[]) - Static method in class org.mmbase.core.event.WeakEventBroker
 
main(String[]) - Static method in class org.mmbase.datatypes.DataTypes
 
main(String[]) - Static method in class org.mmbase.datatypes.DateTimePattern
 
main(String[]) - Static method in class org.mmbase.datatypes.processors.Duration
 
main(String[]) - Static method in class org.mmbase.datatypes.processors.FormatQuantity
 
main(String[]) - Static method in class org.mmbase.datatypes.StringDataType
 
main(String[]) - Static method in class org.mmbase.datatypes.VerifyEmailProcessor
 
main(String[]) - Static method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
main(String[]) - Static method in class org.mmbase.module.builders.vwms.SCPcopy
Deprecated.
VPRO-specific
main(String[]) - Static method in class org.mmbase.module.builders.vwms.UnixCopy
 
main(String[]) - Static method in class org.mmbase.module.lucene.extraction.impl.PDFBoxExtractor
 
main(String[]) - Static method in class org.mmbase.module.lucene.extraction.impl.POIWordExtractor
 
main(String[]) - Static method in class org.mmbase.module.lucene.Lucene
Main for testing
main(String[]) - Static method in class org.mmbase.module.smtp.SMTPModule
Useful for debugging
main(String[]) - Static method in class org.mmbase.module.smtp.VerifyEmailMailHandler
 
main(String[]) - Static method in class org.mmbase.mojo.ArchiveScanner
 
main(String[]) - Static method in class org.mmbase.richtext.Mmxf
main for testing purposes.
main(String[]) - Static method in class org.mmbase.richtext.processors.xml.MmxfSetString
Invocation of the class from the commandline for testing.
main(String[]) - Static method in class org.mmbase.servlet.HandleServlet
 
main(String[]) - Static method in class org.mmbase.sms.cmtelecom.CMTelecomSender
Main for testing only
main(String[]) - Static method in class org.mmbase.sms.NumberRecognizer
 
main(String[]) - Static method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
main(String[]) - Static method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxIndexCreator
Application main method.
MAIN - Static variable in class org.mmbase.storage.util.Index
Name of the 'main' index of a builder (the 'nameless' index of all fields whose 'key' attribute is true)
main(String[]) - Static method in class org.mmbase.streams.media.codec.video.theora.FFMpeg2Theora
 
main(String[]) - Static method in class org.mmbase.util.BuilderList
Main method can be called from an Ant build file and will return the xml with a listing of all the builders
main(String[]) - Static method in class org.mmbase.util.ChainedIterator
Just testing
main(String[]) - Static method in class org.mmbase.util.CommandServer
 
main(String[]) - Static method in class org.mmbase.util.dateparser.DateParser
 
main(String[]) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Main method used for testing purposes
main(String[]) - Static method in class org.mmbase.util.DynamicDate
 
main(String[]) - Static method in class org.mmbase.util.Encode
Invocation of the class from the commandline for testing.
main(String[]) - Static method in class org.mmbase.util.Execute
Deprecated.
Only for testing. I mean, why bother?
main(String[]) - Static method in class org.mmbase.util.FileWatcher
 
main(String[]) - Static method in class org.mmbase.util.functions.AutodefiningParameters
 
main(String[]) - Static method in class org.mmbase.util.functions.BeanFunction
 
main(String[]) - Static method in class org.mmbase.util.functions.IndexFunction
 
main(String[]) - Static method in class org.mmbase.util.IECompatibleJpegInputStream
 
main(String[]) - Static method in class org.mmbase.util.images.ImageInfo
To use this class as a command line application, give it either some file names as parameters (information on them will be printed to standard output, one line per file) or call it with no parameters.
main(String[]) - Static method in class org.mmbase.util.images.ImageMagickImageConverter
 
main(String[]) - Static method in class org.mmbase.util.images.ImageMagickImageInformer
 
main(String[]) - Static method in class org.mmbase.util.LinkMap
 
main(String[]) - Static method in class org.mmbase.util.LocaleCollator
 
main(String[]) - Static method in class org.mmbase.util.logging.Performance
 
main(String[]) - Static method in class org.mmbase.util.logging.TestConfig
 
main(String[]) - Static method in class org.mmbase.util.magicfile.MagicFile
e.g.: java -Dmmbase.config=/home/mmbase/mmbase-app/WEB-INF/config org.mmbase.util.MagicFile test.doc
main(String[]) - Static method in class org.mmbase.util.magicfile.MagicParser
 
main(String[]) - Static method in class org.mmbase.util.MagickClient
 
main(String[]) - Static method in class org.mmbase.util.PasswordGenerator
Entry point when calling from teh command line.
main(String[]) - Static method in class org.mmbase.util.RandomThings
entrypoint for calling this class from the commandline For testing
main(String[]) - Static method in class org.mmbase.util.ReaderInputStream
 
main(String[]) - Static method in class org.mmbase.util.RelativeTime
Entry point for calling this class from commandline.
main(String[]) - Static method in class org.mmbase.util.ReplacingLocalizedString
 
main(String[]) - Static method in class org.mmbase.util.ResourceLoader
For testing purposes only
main(String[]) - Static method in class org.mmbase.util.RFC1123
Method to call this class from the commandline for testing.
main(String[]) - Static method in class org.mmbase.util.SizeOf
 
main(String[]) - Static method in class org.mmbase.util.SortedVector
Deprecated.
Test the class
main(String[]) - Static method in class org.mmbase.util.StringTagger
For testing
main(String[]) - Static method in class org.mmbase.util.Strip
Test the class
main(String[]) - Static method in class org.mmbase.util.transformers.Asciifier
Just to test
main(String[]) - Static method in class org.mmbase.util.transformers.Base64
 
main(String[]) - Static method in class org.mmbase.util.transformers.ChainedCharTransformer
 
main(String[]) - Static method in class org.mmbase.util.transformers.ChecksumFactory
 
main(String[]) - Static method in class org.mmbase.util.transformers.ChunkedTransformer
 
main(String[]) - Static method in class org.mmbase.util.transformers.CP1252Surrogator
For testing only.
main(String[]) - Static method in class org.mmbase.util.transformers.ListParser
 
main(String[]) - Static method in class org.mmbase.util.transformers.MD5
 
main(String[]) - Static method in class org.mmbase.util.transformers.RegexpReplacer
 
main(String[]) - Static method in class org.mmbase.util.transformers.RegexpReplacerFactory
 
main(String[]) - Static method in class org.mmbase.util.transformers.RomanTransformer
Just to test
main(String[]) - Static method in class org.mmbase.util.transformers.TransformingReader
 
main(String[]) - Static method in class org.mmbase.util.transformers.TransformingWriter
 
main(String[]) - Static method in class org.mmbase.util.transformers.UrlEscaper
Method for testing this class from the command line
main(String[]) - Static method in class org.mmbase.util.URLEscape
Deprecated.
Method for testing this class from the command line
main(String[]) - Static method in class org.mmbase.util.URLParamEscape
Deprecated.
Method for testing this class from the command line
main(String[]) - Static method in class org.mmbase.util.xml.BuilderReader
For testing only
main(String[]) - Static method in class org.mmbase.util.xml.DocumentReader
 
main(String[]) - Static method in class org.mmbase.util.xml.URIResolver
For testing only
main(String[]) - Static method in class org.mmbase.util.XMLMMLanguageReader
Deprecated.
Test code:
main(String[]) - Static method in class org.mmbase.util.XSLTransformer
Invocation of the class from the commandline for testing/building
main(String[]) - Static method in class org.mmbase.Version
Prints the version of this mmbase on stdout.
main(String[]) - Static method in class Transcode
Main program
MAIN_TAG - Static variable in class org.mmbase.applications.media.filters.MainFilter
 
MainFilter - Class in org.mmbase.applications.media.filters
This is the main class for the filter process.
mainObjectName - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
maintainance() - Method in class org.mmbase.module.Module
Deprecated.
Method name is not correct english. And btw the complete method is dubious. It is called once an hour for every module. But I know of no modules which actually do something useful here, because an hours is always either too short, or too long.
maintainer - Variable in class org.mmbase.module.core.MMObjectBuilder
Maintainer information for builder registration Set with <builder maintainer="mmbase.org" version="0"> in the xml builder file
maintainMemoryCaches() - Method in class org.mmbase.applications.mmbob.Forum
called to maintain the memorycaches
maintainMemoryCaches() - Static method in class org.mmbase.applications.mmbob.ForumManager
ToDo: Write docs!
maintainMemoryCaches() - Method in class org.mmbase.applications.mmbob.PostArea
called to maintain the memorycaches
makeDate(Date) - Static method in class org.mmbase.util.RFC1123
Create a date string in GMT format.
makeDateV1(Date) - Static method in class org.mmbase.util.RFC1123
Deprecated.
makeDateV2(Date) - Static method in class org.mmbase.util.RFC1123
Deprecated.
makedbmdate(Date) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Create date strings in the form yyyy-mm-dd for a given Date object
This format is used in several database (dbm's)
makeHTML(String, PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.BasicEditor
Creates a string with the link (and icon) to the editor
makeHTML(String, String) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Creates a string with the link (and icon) to the editor
makeList4Url(List<String>) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Creates a ; seperated String from a List to create the url to yammeditor with paths, fields, startnodes or whatnot
makeLiteral(String) - Static method in class org.mmbase.util.ReplacingLocalizedString
Utility method for second argument of replaceAll
makeNewLoggerInstance(String) - Method in class org.mmbase.util.logging.log4j.MMCategoryFactory
 
makeNode(MMObjectNode, String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
makeNode(MMObjectNode, String) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
makeRealCompatible(String) - Static method in class org.mmbase.applications.media.urlcomposers.RealURLComposer
Removes RealPlayer incompatible characters from the string.
makeRelative(String, PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.BasicEditor
Copied this method from the UrlTag.
makeRelative(String, PageContext) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Copied this method from the UrlTag.
makeRelative(StringBuilder) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
If it would be nice that an URL starting with '/' would be generated relatively to the current request URL, then this method can do it.
makeRelative(String, String) - Static method in class org.mmbase.util.UriParser
Converts an absolute path into a relative path, being a path relative to basePath.
makeRelative(String, String, char) - Static method in class org.mmbase.util.UriParser
Converts an absolute path into a relative path, being a path relative to basePath.
makeRelativeUrl() - Method in class org.mmbase.framework.basic.BasicFramework
 
makeUrl() - Method in class org.mmbase.module.database.JDBC
Routine build the url to give to the DriverManager to open the connection.
makeUrl(String) - Method in class org.mmbase.module.database.JDBC
Routine build the url to give to the DriverManager to open the connection.
makeUrl(String, String) - Method in class org.mmbase.module.database.JDBC
Routine build the url to give to the DriverManager to open the connection.
makeUrl(String, int, String) - Method in class org.mmbase.module.database.JDBC
Routine build the url to give to the DriverManager to open the connection.
makeUrl() - Method in class org.mmbase.storage.implementation.database.GenericDataSource
Makes URL which can be used to produce a Conncetion.
manager - Variable in class org.mmbase.applications.mmbob.gui.Controller
 
manager - Variable in class org.mmbase.security.Configurable
The SecurityManager, which created this instance
manager - Variable in class org.mmbase.security.implementation.context.ContextUserContext
The SecurityManager, who (eventually) created this instance
managerProperty(String, String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
map - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
map - Variable in class org.mmbase.bridge.util.MapNodeManager
 
map - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
MAP - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Map.
map(String) - Static method in class org.mmbase.util.StringSplitter
 
map(String, String) - Static method in class org.mmbase.util.StringSplitter
Splits a String into a map.
mapField(Field, BasicStepField) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
mapField(Field, BasicStepField) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
mapFunction() - Method in class org.mmbase.util.functions.ExampleBean
A function returning a Map
MapNode<V> - Class in org.mmbase.bridge.util
A bridge Node based on a Map.
MapNode(Map<String, V>, NodeManager) - Constructor for class org.mmbase.bridge.util.MapNode
This constructor explicitely specifies the node manager of the Node.
MapNode(Map<String, V>, Cloud, boolean) - Constructor for class org.mmbase.bridge.util.MapNode
A node with a 'virtual' nodemanager will be constructed.
MapNode(Map<String, V>, Cloud) - Constructor for class org.mmbase.bridge.util.MapNode
 
MapNode(Map<String, V>) - Constructor for class org.mmbase.bridge.util.MapNode
This allows you to create a Node object even without having a Cloud object.
MapNodeManager - Class in org.mmbase.bridge.util
A bridge NodeManager based on a Map of node values.
MapNodeManager(Cloud, Map<String, ?>, boolean) - Constructor for class org.mmbase.bridge.util.MapNodeManager
 
MapNodeManager(Cloud, Map<String, ?>) - Constructor for class org.mmbase.bridge.util.MapNodeManager
 
mapNodeNumber(String) - Method in class org.mmbase.util.ResourceWatcher
When a resource is added to this ResourceWatcher, this method is called to check wether a ResourceBuilder node is associated with this resource.
MapPair - Class in org.mmbase.bridge.jsp.taglib.util
 
MapPair(Map<String, Object>, String, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.MapPair
 
MappedObject - Interface in org.mmbase.bridge.remote
interface that the remote implementation classes should implement.
MappedObject_Proxy<O extends ServerMappedObject> - Class in org.mmbase.bridge.remote.proxy
 
MappedObject_Proxy(O) - Constructor for class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
 
mark(int) - Method in class org.mmbase.util.ReaderInputStream
Marks the read limit of the StringReader.
mark(int) - Method in class org.mmbase.util.SerializableInputStream
 
markDeleteObject(TmpObject, boolean) - Method in class org.mmbase.applications.xmlimporter.Transaction
Mark object in the context of this transaction for deletion.
Marker() - Constructor for class org.mmbase.module.lucene.Lucene.Scheduler.Marker
 
markForDelete(Node) - Static method in class org.mmbase.security.implementation.cloudcontext.workflow.Functions
 
markSupported() - Method in class org.mmbase.util.ReaderInputStream
 
markSupported() - Method in class org.mmbase.util.SerializableInputStream
 
MarkupURLComposer - Class in org.mmbase.applications.media.urlcomposers
Produces links to (jsp) templates which can present a media fragment.
MarkupURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.MarkupURLComposer
 
markUsed() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
markused - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
markUsed() - Method in interface org.mmbase.bridge.Query
Mark this query 'used'.
markUsed() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
markUsed() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
markUsed() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
markUsed() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
markUsed() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
markUsed() - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
markUsed() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
markUsed() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
markUsed() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
markUsed() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
markUsed() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
markUsed() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
markUsed() - Method in interface org.mmbase.storage.search.SearchQuery
 
MATCH_TYPE_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
MATCH_TYPE_FUZZY - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Match type for fuzzy matching.
MATCH_TYPE_LITERAL - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Match type for literal matching.
MATCH_TYPE_SYNONYM - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Match type for synonym matching.
Matched(String) - Constructor for exception org.mmbase.util.magicfile.XmlDetector.Matched
 
matches(int) - Method in class org.mmbase.applications.media.filters.BitrateInfo
 
matches(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
matches(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
matches(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
matches(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.SimpleTemplateParser
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
matches(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldNullConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
matches(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
matches(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
matches(Object) - Method in interface org.mmbase.storage.search.FieldConstraint
Determines whether a certain given value would match this constraint.
matches(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
 
matches(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
 
matches(String) - Method in class org.mmbase.util.functions.Parameter
 
matches(String) - Method in class org.mmbase.util.functions.PatternParameter
 
matches() - Method in class org.mmbase.util.images.ImageMagickImageConverter.Version
 
matches(String) - Method in class org.mmbase.util.LocaleCollator
Wether a string matches this Collator.
matches(MimeType) - Method in class org.mmbase.util.MimeType
 
max - Variable in class org.mmbase.applications.media.filters.BitrateInfo
 
max - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryMaxNumberTag
 
max - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
max - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
The maximum number of elements in a list.
max - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
max - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
max(Query, StepField) - Static method in class org.mmbase.bridge.util.Queries
 
max - Variable in class org.mmbase.bridge.util.TreeList
 
MAX - Static variable in class org.mmbase.module.lucene.Lucene
 
max - Variable in class org.mmbase.servlet.FileServlet.ChainedRange
 
max - Variable in class org.mmbase.util.HTMLElement
added to MAX=
MAX_CACHE_POOL_SIZE - Static variable in class org.mmbase.module.scancache
Maximum size of a pool's memory cache.
MAX_CAUSES - Static variable in class org.mmbase.framework.ErrorRenderer
 
MAX_COOKIE_AGE_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.WriteTag
 
MAX_IDENTIFIER_LENGTH - Static variable in class org.mmbase.storage.Attributes
This attribute can be used to specify the maximum identifier length for table names and key names.
MAX_IN_MEMORY_PARAMETER_SIZE_PROPERTY - Static variable in class org.mmbase.util.HttpPost
 
MAX_INCLUDE_LEVEL - Static variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
MAX_NODES_IN_QUERY - Static variable in class org.mmbase.module.lucene.MMBaseIndexDefinition
The default maximum number of nodes that are returned by a call to the searchqueryhandler.
MAX_PARAMETER_SIZE_PROPERTY - Static variable in class org.mmbase.util.HttpPost
 
MAX_PRIORITY - Static variable in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
MAX_REQUEST_SIZE_PROPERTY - Static variable in class org.mmbase.util.HttpPost
 
MAX_VALUE - Static variable in class org.mmbase.datatypes.DateTimeDataType
 
maxAge - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
maxConcurrentRequests - Static variable in class org.mmbase.util.images.Factory
 
maxDepth - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
maxDepth - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
maxDuration - Variable in class org.mmbase.applications.crontab.CronEntry
 
maxEntrySize - Variable in class org.mmbase.cache.Cache
 
MAXLENGTH - Static variable in class org.mmbase.applications.dove.AbstractDove
 
maxLength(long) - Method in class org.mmbase.datatypes.util.DataTypeChanger
 
maxLengthRestriction - Variable in class org.mmbase.datatypes.AbstractLengthDataType
 
maxLengthRestriction - Variable in class org.mmbase.datatypes.StringDataType
 
maxLoop - Variable in class org.mmbase.util.HttpPost
 
maxNextCharInd - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
maxNextCharInd - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
maxNodesFromQuery - Variable in class org.mmbase.core.util.StorageConnector
Maximum number of nodes to return on a query (-1 means no limit, and is also the default)
maxNodesFromQuery - Variable in class org.mmbase.module.core.MMTable
Maximum number of nodes to return on a query (-1 means no limit, and is also the default)
maxNodesInQuery - Variable in class org.mmbase.module.lucene.MMBaseIndexDefinition
The maximum number of nodes that are returned by a call to the searchqueryhandler.
maxNumberOfSteps - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
maxpagecount - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
maxRequests - Static variable in class org.mmbase.util.images.Factory
 
MaxRestriction(BasicDataType<?>, AbstractLengthDataType.MaxRestriction) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
MaxRestriction(BasicDataType<?>, long) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
maxRestriction - Variable in class org.mmbase.datatypes.ComparableDataType
 
MaxRestriction(ComparableDataType<E>.MaxRestriction) - Constructor for class org.mmbase.datatypes.ComparableDataType.MaxRestriction
 
MaxRestriction(boolean) - Constructor for class org.mmbase.datatypes.ComparableDataType.MaxRestriction
 
maxSize() - Method in class org.mmbase.cache.Cache
 
maxSize() - Method in interface org.mmbase.cache.CacheImplementationInterface
Gets the (maximal) size of the cache (if implementable)
maxSize - Variable in class org.mmbase.cache.implementation.LRUCache
 
maxSize() - Method in class org.mmbase.cache.implementation.LRUCache
 
maxSize() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the getMaxEntries() method of the cache implementation.
maxSize - Variable in class org.mmbase.storage.util.TypeMapping
The maximum size of the MMBase type to map.
maxSize() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Return the maximum size of the table
maxtotal - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
maxtotal - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
maxupload - Variable in class org.mmbase.applications.editwizard.Config
 
maxUploadSize - Static variable in class org.mmbase.applications.editwizard.Config
 
maxValue - Variable in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
may(Action, Parameters) - Method in interface org.mmbase.bridge.Cloud
Check whether an action is allowed
may(Action, Parameters) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
may(Action, Parameters) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
may(Action, Parameters) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
may(Action, Parameters) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
may(Action, Parameters) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
may(Action, Parameters) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
may(Action, Parameters) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
may(Action, Parameters) - Method in class org.mmbase.bridge.util.AbstractCloud
 
may(Node, UserContext, String, Operation) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
mayBeClosed() - Method in class org.mmbase.applications.editwizard.Wizard
Returns whether the wizard may be closed
mayChangeContext() - Method in class org.mmbase.bridge.implementation.BasicNode
 
mayChangeContext() - Method in interface org.mmbase.bridge.Node
Check context-change rights on this node.
mayChangeContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
mayChangeContext() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
mayChangeContext() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
mayChangeContext() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
mayChangeContext() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
mayChangeContext() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
mayChangeContext() - Method in class org.mmbase.bridge.util.AbstractNode
 
mayChangeContext() - Method in class org.mmbase.bridge.util.MapNode
 
mayChangeContext() - Method in class org.mmbase.bridge.util.NodeWrapper
 
MayChangeContextTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if node may be linked to.
MayChangeContextTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayChangeContextTag
 
mayCreate(NodeManager) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
can the current owner create a node of this type? set global error when fail.
mayCreateNode() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
mayCreateNode() - Method in class org.mmbase.bridge.mock.MockNodeManager
 
mayCreateNode() - Method in interface org.mmbase.bridge.NodeManager
Check if the current user may create a new node of this type.
mayCreateNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
mayCreateNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
mayCreateNode() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
mayCreateNode() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
mayCreateNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
mayCreateNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
mayCreateNode() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
mayCreateRelation(Node, Node) - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
mayCreateRelation(Node, Node) - Method in interface org.mmbase.bridge.RelationManager
Check if the current user may create a new relation of this type between the specified nodes.
mayCreateRelation(Node, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
mayCreateRelation(RemoteNode, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
mayCreateRelation(RemoteNode, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
MayCreateRelationTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if a relation may be created.
MayCreateRelationTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayCreateRelationTag
 
MayCreateTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if node may be created
MayCreateTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
mayDelete(Node) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
can the current owner delete this node? set global error when fail.
mayDelete() - Method in class org.mmbase.bridge.implementation.BasicNode
 
mayDelete() - Method in interface org.mmbase.bridge.Node
Check delete rights on this node.
mayDelete() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
mayDelete() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
mayDelete() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
mayDelete() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
mayDelete() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
mayDelete() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
mayDelete() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
mayDelete() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
mayDelete() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
mayDelete() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
mayDelete() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
mayDelete() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
mayDelete() - Method in class org.mmbase.bridge.util.AbstractNode
 
mayDelete() - Method in class org.mmbase.bridge.util.NodeWrapper
 
mayDeleteNode(String) - Method in class org.mmbase.applications.editwizard.Wizard
Returns true if the node with the specified objectnumber can be deleted
MayDeleteTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if node may be deleted.
MayDeleteTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayDeleteTag
 
mayDo(User, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
mayDo(MMObjectNode, MMObjectNode, Operation, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
mayDo(User, MMObjectNode, Operation) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
mayDo(User, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
mayDoOnContext(User, MMObjectNode, Operation, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
mayDoOnContext(MMObjectNode, MMObjectNode, Operation, boolean) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
mayDoOnContext(MMObjectNode, MMObjectNode, Operation, boolean) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
mayEditNode(String) - Method in class org.mmbase.applications.editwizard.Wizard
Returns true if the node with the specified objectnumber can be edited
mayGrant(User, MMObjectNode, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
maygrant(Node, Node, Operation, UserContext) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
mayGrant(User, MMObjectNode, MMObjectNode, Operation) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
Whether, or not, the user is allowed to grant the security operation to the group or user on the context node.
mayRead(int) - Method in interface org.mmbase.bridge.Cloud
Determines whether a node with the specified number is accessible for the user - that is, the user has sufficient rights to read the node.
mayRead(String) - Method in interface org.mmbase.bridge.Cloud
Determines whether a node with the specified number is accessible for the user - that is, the user has sufficient rights to read the node.
mayRead(int) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
mayRead(String) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
mayRead(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
mayRead(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
mayRead(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
mayRead(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
mayRead(String) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
mayRead(int) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
mayRead(String) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
mayRead(int) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
mayRead(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
mayRead(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
mayRead(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
mayRead(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
mayRead(int) - Method in class org.mmbase.bridge.util.AbstractCloud
 
mayRead(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
MayReadTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if node may be viewed
MayReadTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
mayRevoke(User, MMObjectNode, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
mayrevoke(Node, Node, Operation, UserContext) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
mayRevoke(User, MMObjectNode, MMObjectNode, Operation) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
Whether, or not, the user is allowed to revoke the security operation to the group or user on the context node.
MayTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if a certain action may be performed by the current user..
MayTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayTag
 
mayWrite(NodeManager) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
can the current owner create a node of this type? set global error when fail.
mayWrite() - Method in class org.mmbase.bridge.implementation.BasicNode
 
mayWrite() - Method in interface org.mmbase.bridge.Node
Check write rights on this node.
mayWrite() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
mayWrite() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
mayWrite() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
mayWrite() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
mayWrite() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
mayWrite() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
mayWrite() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
mayWrite() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
mayWrite() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
mayWrite() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
mayWrite() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
mayWrite() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
mayWrite() - Method in class org.mmbase.bridge.util.AbstractNode
 
mayWrite() - Method in class org.mmbase.bridge.util.MapNode
 
mayWrite() - Method in class org.mmbase.bridge.util.NodeWrapper
 
MayWriteTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to check if node may be changed.
MayWriteTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
MD5 - Class in org.mmbase.util.transformers
Do MD5 encoding.
MD5() - Constructor for class org.mmbase.util.transformers.MD5
 
MD5.MD5Implementation - Class in org.mmbase.util.transformers
 
MD5Implementation() - Constructor for class org.mmbase.util.transformers.MD5.MD5Implementation
 
MDC - Interface in org.mmbase.util.logging
MDC stands for mapped diagnostic contexts See also log4j.MDC The implementation depends on the Logger implementation.
MEDIA - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
MEDIAC - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
MediaFragments - Class in org.mmbase.applications.media.builders
The MediaFragment builder describes a piece of media.
MediaFragments() - Constructor for class org.mmbase.applications.media.builders.MediaFragments
 
MediaProviders - Class in org.mmbase.applications.media.builders
A MediaProvider builder describes a service that offers a media service.
MediaProviders() - Constructor for class org.mmbase.applications.media.builders.MediaProviders
 
MediaSources - Class in org.mmbase.applications.media.builders
The MediaSource builder describes a specific type of media that can be retrieved (real/mp3/etc).
MediaSources() - Constructor for class org.mmbase.applications.media.builders.MediaSources
 
MEDIUM_PRIORITY - Static variable in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
MemoryActionRepository - Class in org.mmbase.security
This is the most simple way to store 'actions', namely straightforwardly in memory.
MemoryActionRepository() - Constructor for class org.mmbase.security.MemoryActionRepository
 
MemoryReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing the result in a File
MemoryReceiver() - Constructor for class org.mmbase.util.images.MemoryReceiver
 
MemoryWarner - Class in org.mmbase.applications.crontab
Performs Runtime.gc(), and if afterwards the used memory is above a certain fraction of the maximally used memory, mail a warning to someone.
MemoryWarner() - Constructor for class org.mmbase.applications.crontab.MemoryWarner
 
merge(TmpObject, TmpObject, ObjectMerger) - Method in class org.mmbase.applications.xmlimporter.Transaction
Merges two temporary objects in this transaction.
mergeClouds(Map<String, Map<String, Object>>, Map<String, Map<String, Object>>, Map<String, Map<String, Object>>, Map<String, Map<String, Object>>, Map<Node, Element>, Map<Relation, Element>, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Performs the put within a transaction.
mergeConstraints(Node, Node) - Method in class org.mmbase.applications.editwizard.Wizard
This method is used to merge MMBase specific constraints with the values placed in the Wizard definition.
mergeElementLists(Document, Document, String, String, String, boolean) - Static method in class org.mmbase.util.xml.AbstractBuilderReader
Copy a list of elements, identified by an attribute, from overrides to doc.
mergeField(TmpObject, TmpObject, String) - Method in class org.mmbase.applications.xmlimporter.BasicMerger
Merge a field.
mergeField(TmpObject, TmpObject, String) - Method in interface org.mmbase.applications.xmlimporter.ObjectMerger
Merges a field.
mergeObjects(String, SimilarObjectFinder, ObjectMerger) - Method in class org.mmbase.applications.xmlimporter.Transaction
Merges all objects in this transaction of a given type.
mergePersistentObjects(int, int, ObjectMerger) - Static method in class org.mmbase.applications.xmlimporter.SpecificObjectFinder
Merge two objects in the persistent cloud (the database).
mergeRelations(TmpObject, TmpObject, List<TmpObject>, List<TmpObject>) - Method in class org.mmbase.applications.xmlimporter.BasicMerger
Merge relations.
mergeRelations(TmpObject, TmpObject, List<TmpObject>, List<TmpObject>) - Method in interface org.mmbase.applications.xmlimporter.ObjectMerger
Merges relations.
mergeText - Variable in class org.mmbase.module.lucene.IndexConfigurer
 
message - Variable in class org.mmbase.applications.crontab.RunningCronEntry
 
MESSAGE - Static variable in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
message - Variable in class org.mmbase.util.magicfile.AbstractDetector
Designation for this type in 'magic' file
MESSAGE_ATTRIBUTE - Static variable in class org.mmbase.servlet.BridgeServlet
 
MESSAGEFORMAT_ARGUMENTS_PARAMETER - Static variable in class org.mmbase.applications.email.EmailBuilder
 
meta - Variable in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
Method() - Constructor for class org.mmbase.util.externalprocess.CommandExecutor.Method
 
Method(String, int) - Constructor for class org.mmbase.util.externalprocess.CommandExecutor.Method
 
Method(String, int, int) - Constructor for class org.mmbase.util.externalprocess.CommandExecutor.Method
 
method - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
METHOD_ANONYMOUS - Static variable in interface org.mmbase.security.AuthenticationData
Requests an 'anonymous' cloud, with a user with no credentials.
METHOD_ASIS - Static variable in interface org.mmbase.security.AuthenticationData
Use the authenticated user which is stored in the session, or if no such user can be found, try to supply 'anonymous'.
METHOD_DEFAULT - Static variable in interface org.mmbase.security.AuthenticationData
 
METHOD_DELEGATE - Static variable in interface org.mmbase.security.AuthenticationData
Delegates authentication completely to the authentication implementation.
METHOD_HTTP - Static variable in interface org.mmbase.security.AuthenticationData
Use Http 'Basic' authentication.
METHOD_LOGINPAGE - Static variable in interface org.mmbase.security.AuthenticationData
Use a dedicated 'login' jsp, to log in.
METHOD_LOGOUT - Static variable in interface org.mmbase.security.AuthenticationData
Remove the authenticated user from the session, and otherwise invalidate the user if necessary (e.g.
METHOD_LOOP - Static variable in class org.mmbase.servlet.Performance
 
METHOD_PAGELOGON - Static variable in interface org.mmbase.security.AuthenticationData
Login with given credentials (only Strings), and don't store this any where (except for the current 'page').
METHOD_SESSIONDELEGATE - Static variable in interface org.mmbase.security.AuthenticationData
Delegates authentication completely to the authentication implementation AuthenticationData.METHOD_DELEGATE, but stores the authenticated in the session then.
METHOD_SESSIONLOGON - Static variable in interface org.mmbase.security.AuthenticationData
Logon with given credentials (only Strings), and don't store this in the session.
METHOD_UNSET - Static variable in interface org.mmbase.security.AuthenticationData
 
MethodFunction - Class in org.mmbase.util.functions
A function based on an abritrary method.
MethodFunction(Method) - Constructor for class org.mmbase.util.functions.MethodFunction
 
MethodFunction(Method, String) - Constructor for class org.mmbase.util.functions.MethodFunction
 
MethodFunction(Method, Object) - Constructor for class org.mmbase.util.functions.MethodFunction
 
MethodFunction(Method, String, Object) - Constructor for class org.mmbase.util.functions.MethodFunction
 
milliDate(int, int) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the number milliseconds elapsed from 1-Jan-1970 to the beginning of the given week.
MILLIS - Static variable in class org.mmbase.module.builders.AnnotRel
 
MILLISECOND - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Time part: 'millisecond'
millisecond_number() - Method in class org.mmbase.util.dateparser.DateParser
 
MILLISECONDS_IN_A_DAY - Static variable in class org.mmbase.module.builders.DayMarkers
 
MimeMessageGenerator - Class in org.mmbase.applications.email
This class contains the functionality to contain 'multipart xml', which can be used as the body of email nodes (of the type EmailBuilder.
MimeMessageGenerator() - Constructor for class org.mmbase.applications.email.MimeMessageGenerator
 
mimesub - Variable in class org.mmbase.util.filebuffer
 
mimesuper - Variable in class org.mmbase.util.filebuffer
 
mimeType - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
mimetype - Variable in class org.mmbase.module.cacheline
 
mimeType - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
mimeType - Variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
mimeType - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
mimetype - Variable in class org.mmbase.util.filebuffer
 
MimeType - Class in org.mmbase.util
Representation of a 'mimetype' (or Internet media type).
MimeType(String) - Constructor for class org.mmbase.util.MimeType
 
MimeType(String, String) - Constructor for class org.mmbase.util.MimeType
 
mimetype - Variable in class org.mmbase.util.scanpage
 
MIMETYPE_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
MIMETYPE_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
mimeTypeRestriction - Variable in class org.mmbase.datatypes.BinaryDataType
 
MimeTypeRestriction(BinaryDataType.MimeTypeRestriction) - Constructor for class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
MimeTypeRestriction(Pattern) - Constructor for class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
mimeTypeToExtension(String) - Method in class org.mmbase.util.magicfile.MagicFile
Given a mime-type string, this function tries to create a common extension for it.
min - Variable in class org.mmbase.applications.media.filters.BitrateInfo
 
min(Query, StepField) - Static method in class org.mmbase.bridge.util.Queries
 
MIN_PRIORITY - Static variable in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
MIN_VALUE - Static variable in class org.mmbase.datatypes.DateTimeDataType
 
minAge - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
minLengthRestriction - Variable in class org.mmbase.datatypes.AbstractLengthDataType
 
minLengthRestriction - Variable in class org.mmbase.datatypes.StringDataType
 
MinRestriction(BasicDataType<?>, AbstractLengthDataType.MinRestriction) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
MinRestriction(BasicDataType<?>, long) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
minRestriction - Variable in class org.mmbase.datatypes.ComparableDataType
 
MinRestriction(ComparableDataType<E>.MinRestriction) - Constructor for class org.mmbase.datatypes.ComparableDataType.MinRestriction
 
MinRestriction(boolean) - Constructor for class org.mmbase.datatypes.ComparableDataType.MinRestriction
 
minSize - Variable in class org.mmbase.storage.util.TypeMapping
The minimum size of the MMBase type to map.
MINUTE - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Time part: 'minute'
minute_number() - Method in class org.mmbase.util.dateparser.DateParser
 
MINUTES - Static variable in class org.mmbase.module.builders.AnnotRel
 
minValue - Variable in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
mirrornodes - Variable in class org.mmbase.module.builders.vwms.PageMaster
Cache for mirror servers
mirrorPut(String, Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
Put the value also in the 'parent' of this backing.
mirrorPut(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
miss - Variable in class org.mmbase.module.cache
 
mkdir(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Creates a directory at the host.
mkdir(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
mkdirs(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Creates a full directory path at the host.
mkdirs(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
MMAdmin - Class in org.mmbase.module.tools
 
MMAdmin(String) - Constructor for class org.mmbase.module.tools.MMAdmin
 
mmb - Static variable in class org.mmbase.bridge.implementation.BasicCloudContext
Link to the mmbase root
mmb - Variable in class org.mmbase.module.core.MMTable
The MMBase module that this table belongs to
mmb - Variable in class org.mmbase.module.gui.flash.MMFlash
 
mmb - Variable in class org.mmbase.module.gui.html.HtmlBase
 
mmb - Variable in class org.mmbase.module.gui.html.MMLanguage
Reference to the MMbase module.
MMBase - Class in org.mmbase.module.core
The module which provides access to the MMBase storage defined by the provided name/setup.
MMBase(String) - Constructor for class org.mmbase.module.core.MMBase
Constructor to create the MMBase root module.
mmBase - Variable in class org.mmbase.module.gui.html.EditState
 
mmBase - Variable in class org.mmbase.module.gui.html.EditStateNode
 
mmBase - Variable in class org.mmbase.module.gui.html.MMEdit
 
mmBase - Variable in class org.mmbase.module.gui.html.StateManager
Reference to the MMBase module.
mmbase - Variable in class org.mmbase.module.lucene.Lucene
 
mmbase - Variable in class org.mmbase.module.scancache
reference to MMBase module, used to retrieve netfiles and pagemakers builders that support caching.
mmbase - Variable in class org.mmbase.servlet.MMBaseServlet
MMBase reference.
mmbase - Variable in class org.mmbase.storage.StorageManagerFactory
A reference to the MMBase module
mmbase - Variable in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
MMBaseCacheClearerJob - Class in org.mmbase.applications.crontab
Periodically clears MMBase caches.
MMBaseCacheClearerJob() - Constructor for class org.mmbase.applications.crontab.MMBaseCacheClearerJob
 
MMBaseContext - Class in org.mmbase.module.core
Using MMBaseContext class you can retrieve the servletContext from anywhere using the get method.
MMBaseContext() - Constructor for class org.mmbase.module.core.MMBaseContext
 
MMBaseCop - Class in org.mmbase.security
This class is the main class of the security system.
MMBaseCop() - Constructor for class org.mmbase.security.MMBaseCop
The constructor, will load the classes for authorization and authentication with their config files, as specied in the xml from configUrl
MMBaseCopConfig - Class in org.mmbase.security
This class is the main class of the security system.
MMBaseCopConfig(MMBaseCop) - Constructor for class org.mmbase.security.MMBaseCopConfig
The constructor, will load the classes for authorization and authentication with their config files, as specied in the xml from configUrl
MMBaseEntry - Class in org.mmbase.module.lucene
This defines how MMBase Nodes are added to Lucene documents.
MMBaseEntry(Node, Collection<IndexFieldDefinition>, boolean, NodeManager, Step, Collection<IndexDefinition>) - Constructor for class org.mmbase.module.lucene.MMBaseEntry
 
MMBaseIndexDefinition - Class in org.mmbase.module.lucene
An MMBase Lucene Index is configured by an MMBase Queries and 'subqueries' thereof.
MMBaseIndexDefinition() - Constructor for class org.mmbase.module.lucene.MMBaseIndexDefinition
 
MMBaseLogger - Class in org.mmbase.util.logging.commons.impl
Adaptor class to convert jakarta-commons Log calls to MMBase Logger calls.

MMBaseLogger(Logger) - Constructor for class org.mmbase.util.logging.commons.impl.MMBaseLogger
creates a new adaptor
MMBaseLogger - Class in org.mmbase.util.logging.java
Since java 1.4 there is a Logger implemented in java itself, if you have code which requests a java.util.logging.Logger object to which it will log to, and you want it to log the MMBase logger then, you can offer it an instance of this class, which wraps an MMBase Logger object in a java.util.logging.Logger object.
MMBaseLogger() - Constructor for class org.mmbase.util.logging.java.MMBaseLogger
Instantiates a java Logger wich logs to the MMBase logger with category LogRecord.getLoggerName().
MMBaseLogger(Logger) - Constructor for class org.mmbase.util.logging.java.MMBaseLogger
Instantiated a java Logger wich logs to the given MMBase logger.
MMBaseLoggingFactory - Class in org.mmbase.util.logging.commons.impl
LogFactory for jakarta commons-logging who when used creates MMBase logging backed Log implementations.

Goal: To provide a single log configuration for applications that use both commons-logging and mmbase logging.
Achievement: By providing a commons-logging factory that uses mmbase-logging.

MMBaseLoggingFactory is a LogFactory for the jakarta commons-logging logging api.
MMBaseLoggingFactory() - Constructor for class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
 
MMBaseObserver - Interface in org.mmbase.module.core
Deprecated.
MMBaseQueryJob - Class in org.mmbase.applications.crontab
If periodicly some SQL query must be executed (e.g.
MMBaseQueryJob() - Constructor for class org.mmbase.applications.crontab.MMBaseQueryJob
 
MMBaseServlet - Class in org.mmbase.servlet
MMBaseServlet is a base class for other MMBase servlets (like ImageServlet).
MMBaseServlet() - Constructor for class org.mmbase.servlet.MMBaseServlet
 
MMBaseStarter - Interface in org.mmbase.servlet
Used in combo with MMBaseStartThread, which uses the methods of this interface to inform its starter about the results.
MMBaseStartThread - Class in org.mmbase.servlet
Seperate thread to init MMBase.
MMBaseStartThread(MMBaseStarter) - Constructor for class org.mmbase.servlet.MMBaseStartThread
 
MMBaseStartThread.Job - Class in org.mmbase.servlet
 
MMBaseStatsJob - Class in org.mmbase.applications.crontab
An example cron-job.
MMBaseStatsJob() - Constructor for class org.mmbase.applications.crontab.MMBaseStatsJob
 
MMBaseTemplateQueryRunner - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
MMBaseTemplateQueryRunner(Cloud) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.MMBaseTemplateQueryRunner
 
MMBaseUrlConverter - Class in org.mmbase.framework.basic
The UrlConverter which deals in urls and filters links that start with '/mmbase/' (or whatever was configured for this prefix).
MMBaseUrlConverter(BasicFramework) - Constructor for class org.mmbase.framework.basic.MMBaseUrlConverter
 
MMCategoryFactory - Class in org.mmbase.util.logging.log4j
 
MMCategoryFactory() - Constructor for class org.mmbase.util.logging.log4j.MMCategoryFactory
 
MMContainerCompare - Class in org.mmbase.module.core
Class to compare two MMObjectNodes, used by SortedVector.
MMContainerCompare() - Constructor for class org.mmbase.module.core.MMContainerCompare
 
MMContainerCompare(Vector<String>) - Constructor for class org.mmbase.module.core.MMContainerCompare
 
MMContainerCompare(Vector<String>, Vector<Boolean>) - Constructor for class org.mmbase.module.core.MMContainerCompare
 
MMEdit - Class in org.mmbase.module.gui.html
The module which provides access to the multimedia database it creates, deletes and gives you methods to keep track of multimedia objects.
MMEdit() - Constructor for class org.mmbase.module.gui.html.MMEdit
Only used by the classloader (no functionality
MMEvents - Class in org.mmbase.module.builders
 
MMEvents() - Constructor for class org.mmbase.module.builders.MMEvents
 
MMFlash - Class in org.mmbase.module.gui.flash
Implements the parsing and generating of dynamic flash files
MMFlash() - Constructor for class org.mmbase.module.gui.flash.MMFlash
 
MMLanguage - Class in org.mmbase.module.gui.html
Module for multi-language support.
MMLanguage() - Constructor for class org.mmbase.module.gui.html.MMLanguage
Basic constructor
MMObjectBuilder - Class in org.mmbase.module.core
This class is the base class for all builders.
MMObjectBuilder() - Constructor for class org.mmbase.module.core.MMObjectBuilder
Constructor.
mmObjectBuilder - Variable in class org.mmbase.module.gui.html.EditStateNode
 
MMObjectCompare - Class in org.mmbase.module.core
MMObjectNodeCompare can me used as a compare function in Sortable objects from org.mmbase.util (hitlisted)
MMObjectCompare(String) - Constructor for class org.mmbase.module.core.MMObjectCompare
 
MMObjectDCompare - Class in org.mmbase.module.core
Deprecated.
This nearly duplicates MMObjectCompare. If the inverse of a comparable is needed, this can be implemented more genericly. Btw, this is not used.
MMObjectDCompare(String) - Constructor for class org.mmbase.module.core.MMObjectDCompare
Deprecated.
 
MMObjectNode - Class in org.mmbase.module.core
MMObjectNode is the core of the MMBase system.
MMObjectNode(MMObjectBuilder) - Constructor for class org.mmbase.module.core.MMObjectNode
Default Main constructor, creates a node that is new and not (yet) in storage.
MMObjectNode(MMObjectBuilder, boolean) - Constructor for class org.mmbase.module.core.MMObjectNode
Main constructor.
MMObjectNode(MMObjectNode) - Constructor for class org.mmbase.module.core.MMObjectNode
 
MMObjectNode(MMObjectBuilder, Map<String, Object>) - Constructor for class org.mmbase.module.core.MMObjectNode
Creates an MMObject based on a given Map.
MMObjectNodeFunction<R> - Class in org.mmbase.module.core
Sometimes you may want to implement a function on a node based on an MMObjectNode instance.
MMObjectNodeFunction(String, Parameter<?>[], ReturnType<R>) - Constructor for class org.mmbase.module.core.MMObjectNodeFunction
 
MMObjectNodeFunction(String, Parameter...) - Constructor for class org.mmbase.module.core.MMObjectNodeFunction
 
MMPatternLayout - Class in org.mmbase.util.logging.log4j
 
MMPatternLayout() - Constructor for class org.mmbase.util.logging.log4j.MMPatternLayout
 
MMPatternLayout(String) - Constructor for class org.mmbase.util.logging.log4j.MMPatternLayout
 
MMPatternParser - Class in org.mmbase.util.logging.log4j
Adds several conversion patterns to the ones supported natively by log4j.
MMPatternParser(String) - Constructor for class org.mmbase.util.logging.log4j.MMPatternParser
 
MMServers - Class in org.mmbase.module.builders
 
MMServers() - Constructor for class org.mmbase.module.builders.MMServers
 
MMSERVERS_REQUIRED - Static variable in class org.mmbase.applications.crontab.builders.CronJobs
 
MMTable - Class in org.mmbase.module.core
MMTable is the base abstraction of a cloud of objects stored in one database table, essentially a cloud of objects of the same type.
MMTable() - Constructor for class org.mmbase.module.core.MMTable
Empty constructor.
MMultipartRequest(HttpServletRequest, String) - Constructor for class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
 
MMUsers - Class in org.mmbase.module
 
MMUsers() - Constructor for class org.mmbase.module.MMUsers
 
Mmxf - Class in org.mmbase.richtext
Utilities related to the 'mmxf' rich field format of MMBase and bridge.
Mmxf() - Constructor for class org.mmbase.richtext.Mmxf
 
MmxfGetString - Class in org.mmbase.richtext.processors.xml
This class implements the `get' for `mmxf' fields.
MmxfGetString() - Constructor for class org.mmbase.richtext.processors.xml.MmxfGetString
 
MmxfSetString - Class in org.mmbase.richtext.processors.xml
Set-processing for an `mmxf' field.
MmxfSetString() - Constructor for class org.mmbase.richtext.processors.xml.MmxfSetString
 
MockAnalyzer - Class in org.mmbase.streams.transcoders
 
MockAnalyzer() - Constructor for class org.mmbase.streams.transcoders.MockAnalyzer
 
MockBuilderReader - Class in org.mmbase.bridge.mock
This class can read builder XML's.
MockBuilderReader(InputSource, MockCloudContext) - Constructor for class org.mmbase.bridge.mock.MockBuilderReader
 
MockBuilderReader(Document, MockCloudContext) - Constructor for class org.mmbase.bridge.mock.MockBuilderReader
 
MockCloud - Class in org.mmbase.bridge.mock
Straight forward (partial) implementation of Cloud, which maintains everything in memory.
MockCloud(String, MockCloudContext, UserContext) - Constructor for class org.mmbase.bridge.mock.MockCloud
 
MockCloudContext - Class in org.mmbase.bridge.mock
The 'mock' cloud context is mainly meant for usage in junit test cases.
MockCloudContext() - Constructor for class org.mmbase.bridge.mock.MockCloudContext
 
MockCloudContext.MockResolver - Class in org.mmbase.bridge.mock
 
MockCloudContext.NodeDescription - Class in org.mmbase.bridge.mock
Simple structure to contain the data of an MMBase node in memory.
MockExpressionEvaluator - Class in org.mmbase.bridge.mock.jsp
 
MockExpressionEvaluator(MockPageContext) - Constructor for class org.mmbase.bridge.mock.jsp.MockExpressionEvaluator
 
MockField - Class in org.mmbase.bridge.mock
 
MockField(NodeManager, Field) - Constructor for class org.mmbase.bridge.mock.MockField
 
MockField(Field, DataType) - Constructor for class org.mmbase.bridge.mock.MockField
 
MockField(String, NodeManager, DataType) - Constructor for class org.mmbase.bridge.mock.MockField
 
MockHttpServletRequest - Class in org.mmbase.bridge.mock.jsp
 
MockHttpServletRequest(ServletContext) - Constructor for class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
MockHttpServletResponse - Class in org.mmbase.bridge.mock.jsp
 
MockHttpServletResponse() - Constructor for class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
MockInputStream - Class in org.mmbase.util
 
MockInputStream(int) - Constructor for class org.mmbase.util.MockInputStream
 
MockJspWriter - Class in org.mmbase.bridge.mock.jsp
 
MockJspWriter(HttpServletResponse) - Constructor for class org.mmbase.bridge.mock.jsp.MockJspWriter
 
MockNode - Class in org.mmbase.bridge.mock
MockNodes belong to a MockCloud.
MockNode(Map<String, Object>, MockCloudContext, NodeManager, boolean) - Constructor for class org.mmbase.bridge.mock.MockNode
 
MockNodeManager - Class in org.mmbase.bridge.mock
Straight-forward implementation of NodeManager based on a Map with DataType's.
MockNodeManager(MockCloud, NodeManagerDescription) - Constructor for class org.mmbase.bridge.mock.MockNodeManager
 
MockNodeManager.SystemField - Class in org.mmbase.bridge.mock
 
MockPageContext - Class in org.mmbase.bridge.mock.jsp
 
MockPageContext() - Constructor for class org.mmbase.bridge.mock.jsp.MockPageContext
MockPageContext(ServletContext) - Constructor for class org.mmbase.bridge.mock.jsp.MockPageContext
Create new MockPageContext with a default MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest) - Constructor for class org.mmbase.bridge.mock.jsp.MockPageContext
Create new MockPageContext with a MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.mmbase.bridge.mock.jsp.MockPageContext
Create new MockPageContext with a MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class org.mmbase.bridge.mock.jsp.MockPageContext
Create new MockServletConfig.
MockRecognizer - Class in org.mmbase.streams.transcoders
 
MockRecognizer() - Constructor for class org.mmbase.streams.transcoders.MockRecognizer
 
MockResolver() - Constructor for class org.mmbase.bridge.mock.MockCloudContext.MockResolver
 
MockServletConfig - Class in org.mmbase.bridge.mock.jsp
 
MockServletConfig(ServletContext) - Constructor for class org.mmbase.bridge.mock.jsp.MockServletConfig
 
MockServletContext - Class in org.mmbase.bridge.mock.jsp
 
MockServletContext() - Constructor for class org.mmbase.bridge.mock.jsp.MockServletContext
 
mockSession - Variable in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
MockSession - Class in org.mmbase.bridge.mock.jsp
 
MockSession() - Constructor for class org.mmbase.bridge.mock.jsp.MockSession
 
MockSetup - Class in org.mmbase.bridge.mock
This can be added to your web.xml as a Listener to bootstrap the mock bridge.
MockSetup() - Constructor for class org.mmbase.bridge.mock.MockSetup
 
MockTransaction - Class in org.mmbase.bridge.mock
MockTransaction for the moment only does't give too much exceptions.
MockTransaction(String, MockCloud) - Constructor for class org.mmbase.bridge.mock.MockTransaction
 
MockTranscoder - Class in org.mmbase.streams.transcoders
This is a transcoder simply copies the file, and does not transcode anything.
MockTranscoder() - Constructor for class org.mmbase.streams.transcoders.MockTranscoder
 
MODE - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
MODE_BRS - Static variable in class org.mmbase.richtext.processors.xml.MmxfGetString
 
MODE_HTML_ATTRIBUTES - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
MODE_HTML_IMG - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
MODE_LOADRELATED - Static variable in class org.mmbase.richtext.processors.xml.MmxfGetString
 
MODE_LOADRELATIONS - Static variable in class org.mmbase.richtext.processors.xml.MmxfGetString
 
MODE_SHOWBROKEN - Static variable in class org.mmbase.richtext.processors.xml.MmxfGetString
 
MODE_UNDECORATEIDS - Static variable in class org.mmbase.richtext.processors.xml.MmxfGetString
 
MODE_URL - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
MODEL_MAPPING_KEY - Static variable in class org.mmbase.applications.vprowizards.spring.FieldError
 
MODEL_MAPPING_KEY - Static variable in class org.mmbase.applications.vprowizards.spring.GlobalError
 
ModelAndViewResolver - Interface in org.mmbase.applications.vprowizards.spring
Any number of objects of this type can be added to the WizardController.
Modes - Class in org.mmbase.datatypes.processors.xml
XML-modes.
modifiable - Variable in class org.mmbase.storage.search.implementation.BasicConstraint
 
modifiable - Variable in class org.mmbase.storage.search.implementation.BasicSortOrder
 
modifiable - Variable in class org.mmbase.storage.search.implementation.BasicStep
 
modifiable - Variable in class org.mmbase.storage.search.implementation.BasicStepField
 
ModifiableQuery - Class in org.mmbase.storage.search.implementation
A ModifiedQuery enables a modifiable lightweight copy of a SearchQuery to be created by wrapping the original query.
ModifiableQuery(SearchQuery) - Constructor for class org.mmbase.storage.search.implementation.ModifiableQuery
Creates a new instance of ModifiedQuery
Modifier - Interface in org.mmbase.applications.vprowizards.spring.cache
 
modify(String) - Method in interface org.mmbase.applications.vprowizards.spring.cache.Modifier
 
modify(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
modify(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.modifiers.TemplateCleanerModifier
 
module - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
Module - Interface in org.mmbase.bridge
Modules are pieces of functionality that are not MMBase objects.
Module - Class in org.mmbase.module
An MMBase Module is an extension of this class, which is configured by an XML file in the <mmbase config dir>/modules directory.
Module() - Constructor for class org.mmbase.module.Module
Deprecated. 
Module(String) - Constructor for class org.mmbase.module.Module
 
module - Variable in class org.mmbase.util.xml.ModuleWriter
Hold a reference to the module for which to create an XML document.
ModuleHandler - Class in org.mmbase.bridge.implementation
ModuleHandler Creates a framework for calling modules.
moduleIterator() - Method in class org.mmbase.bridge.implementation.BasicModuleList
 
ModuleIterator - Interface in org.mmbase.bridge
A list of nodes
moduleIterator() - Method in interface org.mmbase.bridge.ModuleList
Returns an type-specific iterator for this list.
moduleIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteModuleList_Proxy
 
moduleIterator() - Method in interface org.mmbase.bridge.remote.RemoteModuleList
 
moduleIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteModuleList_Rmi
 
moduleIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
 
ModuleList - Interface in org.mmbase.bridge
A list of modules
moduleProperty(String, String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
ModuleReader - Class in org.mmbase.util.xml
 
ModuleReader(InputSource) - Constructor for class org.mmbase.util.xml.ModuleReader
 
ModuleReader(Document) - Constructor for class org.mmbase.util.xml.ModuleReader
 
ModuleWriter - Class in org.mmbase.util.xml
 
ModuleWriter(Module) - Constructor for class org.mmbase.util.xml.ModuleWriter
Constructs the document writer.
MonitoredDiskFileItem - Class in org.mmbase.datatypes.handlers.html.upload
 
MonitoredDiskFileItem(String, String, boolean, String, int, File, OutputStreamListener) - Constructor for class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItem
 
MonitoredDiskFileItemFactory - Class in org.mmbase.datatypes.handlers.html.upload
 
MonitoredDiskFileItemFactory(OutputStreamListener) - Constructor for class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItemFactory
 
MonitoredDiskFileItemFactory(int, File, OutputStreamListener) - Constructor for class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItemFactory
 
MonitoredOutputStream - Class in org.mmbase.datatypes.handlers.html.upload
 
MonitoredOutputStream(OutputStream, OutputStreamListener) - Constructor for class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
MONO - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
MONTH - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'month'
month_of_year() - Method in class org.mmbase.util.dateparser.DateParser
 
month_or_day_or_week_number() - Method in class org.mmbase.util.dateparser.DateParser
 
moredouble - Variable in class org.mmbase.util.HTMLElement
There is a double list of items (from the Processor)
moreValues - Variable in class org.mmbase.util.HTMLElement
There is a (single) list of items (from the Processor)
MOVE_DOWN - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
MOVE_UP - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
movePostThread(String, String, String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
move a existing postthread
movePostThread(String, String, Poster) - Method in class org.mmbase.applications.mmbob.PostArea
 
moveTo(File) - Method in class org.mmbase.util.SerializableInputStream
 
MS - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
msg - Variable in class org.mmbase.util.ErrorStruct
 
MSSqlSqlHandler - Class in org.mmbase.storage.search.implementation.database
 
MSSqlSqlHandler() - Constructor for class org.mmbase.storage.search.implementation.database.MSSqlSqlHandler
 
Multicast - Class in org.mmbase.clustering.jgroups
Multicast is a thread object that reads the receive queue and spawns them to call the objects (listeners) who need to know.
Multicast() - Constructor for class org.mmbase.clustering.jgroups.Multicast
 
Multicast - Class in org.mmbase.clustering.multicast
Multicast is a thread object that reads the receive queue and spawns them to call the objects (listeners) who need to know.
Multicast() - Constructor for class org.mmbase.clustering.multicast.Multicast
 
MultiColCompare - Class in org.mmbase.util
MultiColCompare compares two Vectors on a given list of column numbers
MultiColCompare(int[]) - Constructor for class org.mmbase.util.MultiColCompare
Creates a MultiColCompare.
MultiColCompare(String) - Constructor for class org.mmbase.util.MultiColCompare
Constructor for comparing using multiple columns, where column position order is significant.
MultiConnection - Interface in org.mmbase.module.database
MMBase wraps java.sql.Connection.
MultiConnectionImplementation - Class in org.mmbase.module.database
MultiConnection is a replacement class for Connection it provides you a multiplexed and reusable connections from the connection pool.
MultiConnectionImplementation(MultiPool, Connection) - Constructor for class org.mmbase.module.database.MultiConnectionImplementation
 
multiElements(String) - Method in class org.mmbase.util.StringTagger
Returns a Enumeration of the values as Vectors that contain the seperated values.
MultiLanguageGui - Class in org.mmbase.applications.multilanguagegui
 
MultiLanguageGui() - Constructor for class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
multilevel - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
MultilevelCache - Class in org.mmbase.cache
This cache handles multilevel query results from the bridge, namely only for the 'getList' functions of BasicCloud
MultilevelCacheEntry - Class in org.mmbase.module.gui.html
This object subscribes itself to builder changes
MultilevelCacheEntry(MultilevelCacheHandler, Object, Object, StringTagger) - Constructor for class org.mmbase.module.gui.html.MultilevelCacheEntry
 
MultilevelCacheHandler - Class in org.mmbase.module.gui.html
Deprecated.
use org.mmbase.cache.MultilevelCacheHandler
MultilevelCacheHandler(MMBase, int) - Constructor for class org.mmbase.module.gui.html.MultilevelCacheHandler
Deprecated.
 
MultiLevelParseException - Exception in org.mmbase.module.gui.html
This exception gets thrown when a Syntax Error occures in a Multi Level Listing.
MultiLevelParseException() - Constructor for exception org.mmbase.module.gui.html.MultiLevelParseException
 
MultiLevelParseException(String) - Constructor for exception org.mmbase.module.gui.html.MultiLevelParseException
 
MultiLevelParseException(Throwable) - Constructor for exception org.mmbase.module.gui.html.MultiLevelParseException
 
MultiLevelParseException(String, Throwable) - Constructor for exception org.mmbase.module.gui.html.MultiLevelParseException
 
MultilevelQueryHandler - Class in org.mmbase.bridge.mock
 
MultilevelQueryHandler(MockCloud) - Constructor for class org.mmbase.bridge.mock.MultilevelQueryHandler
 
MultilevelSubscribeNode - Class in org.mmbase.module.gui.html
This object subscribes itself to builder changes
MultilevelSubscribeNode(MMBase, String) - Constructor for class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
MultiPart - Class in org.mmbase.bridge.jsp.taglib.util
Deprecated. 
MultiPart() - Constructor for class org.mmbase.bridge.jsp.taglib.util.MultiPart
Deprecated.
 
MultiPart - Class in org.mmbase.datatypes.handlers.html
Taglib needs to read Multipart request sometimes.
MultiPart() - Constructor for class org.mmbase.datatypes.handlers.html.MultiPart
 
MultiPart.MMultipartRequest - Class in org.mmbase.datatypes.handlers.html
 
MultiPartFormOutputStream - Class in org.mmbase.util
MultiPartFormOutputStream is used to write "multipart/form-data" to a java.net.URLConnection for POSTing.
MultiPartFormOutputStream(OutputStream, String) - Constructor for class org.mmbase.util.MultiPartFormOutputStream
Creates a new MultiPartFormOutputStream object using the specified output stream and boundary.
MULTIPARTREQUEST_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.util.MultiPart
Deprecated.
 
MULTIPARTREQUEST_KEY - Static variable in class org.mmbase.datatypes.handlers.html.MultiPart
 
multiple - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
 
multiple - Variable in class org.mmbase.util.HTMLElement
if true it the Element should allow MULTIPLE selection
multipleReplace(String, String, String) - Static method in class org.mmbase.applications.editwizard.Utils
replaces single or multiple occurences of a string in a given source string.
MultiPool - Class in org.mmbase.module.database
JDBC Pool, a dummy interface to multiple real connection
MultiPool(DatabaseSupport, String, String, String, int) - Constructor for class org.mmbase.module.database.MultiPool
 
MultiPool(DatabaseSupport, String, String, String, int, int) - Constructor for class org.mmbase.module.database.MultiPool
Establish connection to the JDBC Pool(s)
MultiPool.ConnectionCloser - Class in org.mmbase.module.database
Support class to close connections in a seperate thread, as some JDBC drivers have a tendency to hang themselves on a running sql close.
MultiPoolHandler - Class in org.mmbase.module.database
 
MultiPoolHandler(DatabaseSupport, int) - Constructor for class org.mmbase.module.database.MultiPoolHandler
 
MultiPoolHandler(DatabaseSupport, int, int) - Constructor for class org.mmbase.module.database.MultiPoolHandler
 
MultiStatement - Class in org.mmbase.module.database
MultiStatement is a wrapper class for a callable Statement obtained by a MultiConnection object.
MultiStatement(MultiConnection, Statement) - Constructor for class org.mmbase.module.database.MultiStatement
 
MultiTemplateParser - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
MultiTemplateParser(String, String, String, TemplateQueryRunner) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
MultiTemplateValidator - Class in org.mmbase.applications.vprowizards.spring.cache.template
This class parses and validates a multitemplate, which is a string containing at least one simple or query template between square brackets.
MultiTemplateValidator(String) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateValidator
 
MustBeTrueDataType - Class in org.mmbase.datatypes
A boolean datatype of which the value must be true.
MustBeTrueDataType(String) - Constructor for class org.mmbase.datatypes.MustBeTrueDataType
Constructor for a boolean datatype (either a primitive boolean type or the Boolean class).
MustBeTrueDataType.ValueRestriction - Class in org.mmbase.datatypes
 
mustExist() - Method in class org.mmbase.datatypes.NodeDataType
Whether the Node of the value must exist XXX MM: How can you have a non-existing node? I don't really get it.
mustExistRestriction - Variable in class org.mmbase.datatypes.NodeDataType
 
MustExistRestriction(NodeDataType.MustExistRestriction) - Constructor for class org.mmbase.datatypes.NodeDataType.MustExistRestriction
 
MustExistRestriction() - Constructor for class org.mmbase.datatypes.NodeDataType.MustExistRestriction
 
mustRun(Date) - Method in class org.mmbase.applications.crontab.CronEntry
 
MyFactory(Class<? extends Action>) - Constructor for class org.mmbase.applications.vprowizards.spring.BasicCommand.MyFactory
 
myJobs(UserContext) - Static method in class org.mmbase.streams.createcaches.Processor
 
myKeys - Variable in class org.mmbase.bridge.jsp.taglib.util.CollectorBacking
 
MyNewsBuilder - Class in org.mmbase.mynews
 
MyNewsBuilder() - Constructor for class org.mmbase.mynews.MyNewsBuilder
 
MyNewsUrlConverter - Class in org.mmbase.mynews
The UrlConverter that can filter and create urls for the MyNews example application.
MyNewsUrlConverter(BasicFramework) - Constructor for class org.mmbase.mynews.MyNewsUrlConverter
 
myPageContextKeys - Variable in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
MyServletOutputStream - Class in org.mmbase.util
Implements ServletOutputStream.
MyServletOutputStream(OutputStream) - Constructor for class org.mmbase.util.MyServletOutputStream
 
MySqlSqlHandler - Class in org.mmbase.storage.search.implementation.database
The MySQL query handler, implements SqlHandler for standard MySQL functionality.
MySqlSqlHandler() - Constructor for class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
Constructor.

N

N - Static variable in class org.mmbase.framework.Framework
A framework must be able to provide a node to the rendered blocks.
name - Variable in class org.mmbase.applications.media.filters.BitrateInfo
 
name - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
name - Variable in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.FieldTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
name - Variable in class org.mmbase.bridge.jsp.taglib.SettingTag
 
name - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
name - Variable in class org.mmbase.bridge.util.NodeManagerDescription
 
name - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
name - Variable in class org.mmbase.module.builders.vwms.Vwm
Name of the VWM.
name - Variable in class org.mmbase.module.Upload.FileInfo
 
name - Variable in class org.mmbase.security.Action
 
name - Variable in class org.mmbase.storage.util.TypeMapping
The name of the MMBase type to map
name - Variable in class org.mmbase.util.externalprocess.CommandLauncher
The internal name of the external process
name - Variable in class org.mmbase.util.externalprocess.ProcessClosure
the name of the process closure
name - Variable in class org.mmbase.util.functions.AbstractFunction
 
name - Variable in class org.mmbase.util.functions.DescribedFunctionProvider
Name or key of the provider.
Name - Annotation Type in org.mmbase.util.functions
The name of a parameter as a annotation interface.
name - Variable in class org.mmbase.util.HTMLElement
The value what will be put after the NAME= tag
name - Variable in class org.mmbase.util.scanpage
 
NameContext - Class in org.mmbase.security.implementation.basic
A UserContext implementation based only on user name, which serves as the identifier for the user.
NameContext(Rank, String) - Constructor for class org.mmbase.security.implementation.basic.NameContext
 
NamePasswordCloudFactory - Class in org.mmbase.applications.vprowizards.spring
 
NamePasswordCloudFactory() - Constructor for class org.mmbase.applications.vprowizards.spring.NamePasswordCloudFactory
 
namespace - Variable in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
NAMESPACE - Static variable in class org.mmbase.bridge.util.xml.Generator
 
NAMESPACE - Static variable in class org.mmbase.framework.basic.BasicFramework
 
NAMESPACE - Static variable in class org.mmbase.framework.Framework
 
NAMESPACE - Static variable in class org.mmbase.richtext.Mmxf
 
nameSpace - Variable in class org.mmbase.security.Action
 
namespace - Variable in class org.mmbase.util.magicfile.XmlDetector
 
NAMESPACE_BLOCKTYPES - Static variable in class org.mmbase.framework.ComponentRepository
 
NAMESPACE_BUILDER - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
 
NAMESPACE_BUILDER_2_0 - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
 
NAMESPACE_COMPONENT - Static variable in class org.mmbase.framework.ComponentRepository
 
NAMESPACE_CREATECACHES - Static variable in class org.mmbase.streams.createcaches.Processor
 
NAMESPACE_DATATYPES - Static variable in class org.mmbase.datatypes.util.xml.DataTypeReader
most recent version
NAMESPACE_DATATYPES_1_0 - Static variable in class org.mmbase.datatypes.util.xml.DataTypeReader
 
NAMESPACE_ENUMERATIONQUERY - Static variable in class org.mmbase.datatypes.util.xml.DataTypeReader
 
NAMESPACE_ENUMERATIONQUERY_1_0 - Static variable in class org.mmbase.datatypes.util.xml.DataTypeReader
 
NAMESPACE_LUCENE - Static variable in class org.mmbase.module.lucene.Lucene
Most recend namespace
NAMESPACE_LUCENE_1_0 - Static variable in class org.mmbase.module.lucene.Lucene
 
NAMESPACE_MODULE - Static variable in class org.mmbase.util.xml.ModuleReader
 
NAMESPACE_MODULE_2_0 - Static variable in class org.mmbase.util.xml.ModuleReader
 
NAMESPACE_SEARCHQUERY - Static variable in class org.mmbase.bridge.util.xml.query.QueryReader
most recent version
NAMESPACE_SEARCHQUERY_1_0 - Static variable in class org.mmbase.bridge.util.xml.query.QueryReader
 
namespaceAware - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
nativeSQL(String) - Method in class org.mmbase.module.database.ConnectionWrapper
 
nativeSQL(String) - Method in interface org.mmbase.module.database.MultiConnection
 
NCName - Static variable in class org.mmbase.util.functions.BeanFunction
 
needsProcess() - Method in class org.mmbase.framework.basic.State
 
needsRemote(Type) - Static method in class org.mmbase.mojo.remote.AbstractGenerator
 
needsTrim - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag.NodesAndTrim
 
needtoWrap(Type) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
negate(PlanarImage) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'dia' or 'negate' operation.
Netfiles - Class in org.mmbase.module.builders
The Netfiles builder stores information on files that need to be transferred to other servers.
Netfiles() - Constructor for class org.mmbase.module.builders.Netfiles
 
netfilesrv - Variable in class org.mmbase.module.builders.Netfiles
Reference to the NetFileServ builder
NetFileSrv - Class in org.mmbase.module.builders
The NetFileServ builder contains information on services available to NetFile objects.
NetFileSrv() - Constructor for class org.mmbase.module.builders.NetFileSrv
 
NEVER - Static variable in class org.mmbase.cache.CachePolicy
Standard cache policy that advises to never cache a passed object.
NEVER - Static variable in class org.mmbase.util.xml.ErrorHandler
 
NEW - Static variable in class org.mmbase.applications.dove.AbstractDove
 
NEW - Static variable in class org.mmbase.versioning.Status
 
newAdministrator(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Add a moderator to a postarea within a forum
newFolder(int, String) - Method in class org.mmbase.applications.mmbob.Forum
create a new folder (messagebox) for the given poster
newFolder(String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
newForum(String, String, String, String, String, String, String) - Static method in class org.mmbase.applications.mmbob.ForumManager
Create a new forum
newForum(String, String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Add a new forum to the MMBase and create / attach a administrator to it
newFunctionInstance(String, Parameter[], ReturnType) - Method in class org.mmbase.module.core.MMObjectBuilder
 
newFunctionInstance(String, Parameter<?>[], ReturnType) - Method in class org.mmbase.util.functions.FunctionProvider
 
newIndex(String, Class<? extends IndexDefinition>) - Method in class org.mmbase.module.lucene.Indexer
Update the index for the main element node with the given number.
newIndex(String, Class<? extends IndexDefinition>) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
newInsNode(EditState, String, StringTokenizer) - Method in class org.mmbase.module.gui.html.StateManager
Creates a new Node, depending on the builder name (or relation name) specified in the StringTokenizer.
newInstance() - Method in class org.mmbase.applications.vprowizards.spring.util.ClassInstanceFactory
 
newInstance() - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag.EditorDefinition
 
newInstance(NodeFunction<Q>, MMObjectNode) - Static method in class org.mmbase.module.core.MMObjectNodeFunction
 
newInstance(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectNodeFunction
Returns a new instance of NodeInstanceFunction, which represents an actual Function.
newInstance(MultiConnection) - Static method in class org.mmbase.storage.implementation.database.GenericDataSource.ConnectionProxy
 
newInstance(MMBase) - Static method in class org.mmbase.storage.StorageManagerFactory
Obtain the StorageManagerFactory belonging to the indicated MMBase module.
newInstance() - Static method in class org.mmbase.storage.StorageManagerFactory
Obtain the storage manager factory belonging to the default MMBase module.
newInstance(Node) - Method in class org.mmbase.util.functions.NodeFunction
Returns a new instance of NodeInstanceFunction, which represents an actual Function.
newLine() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
newModerator(String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Add a moderator to a postarea within a forum
NewNode(String) - Method in class org.mmbase.module.gui.html.EditState
 
newPost(String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
add a new post (postthread+1 posting) in a postarea, use postReply for all following postings in the postthread
newPost(String, Poster, String, String, boolean) - Method in class org.mmbase.applications.mmbob.PostArea
create a new postthread in the postarea
newPostArea(String, String) - Method in class org.mmbase.applications.mmbob.Forum
create a new postarea for this forum
newPostArea(String, String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Add a new postarea to the given forum
newPoster(Poster) - Method in class org.mmbase.applications.mmbob.Forum
add a poster to the newposters-Vector
newPosterOnline(Poster) - Method in class org.mmbase.applications.mmbob.Forum
add a poster to the onlineposters-Vector
newPrivateMessage(String, String, String, String) - Method in class org.mmbase.applications.mmbob.Forum
create a new private message
newPrivateMessage(String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
send a private message to a other poster
newput(String, HttpServletResponse, String, String, String) - Method in class org.mmbase.module.scancache
Store a file in the indicated pool's cache (both on file system and in the memory cache).
newput(String, HttpServletResponse, String, String, String) - Method in interface org.mmbase.module.scancacheInterface
Store a file in the indicated pool's cache.
newput2(String, String, String, int, String) - Method in class org.mmbase.module.scancache
Store a file in the indicated pool's cache (both in file and in the memory cache).
newput2(String, String, String, int, String) - Method in interface org.mmbase.module.scancacheInterface
Deprecated.
Temporary hack for solving asis problems (?). Use scancacheInterface.newput(String, HttpServletResponse, String, String, String) instead.
newQueue(int, int, int) - Method in class org.mmbase.util.Queue
Deprecated.
Re-uinitializes the queue, sets the max number of queueable items to the given size, and sets the append() and get() timeouts to the given values.
NewSearcher - Class in org.mmbase.module.lucene
All the code necessary to propagate events with the meaning 'the lucene index has changed, you must refresh your searchers'.
NewSearcher() - Constructor for class org.mmbase.module.lucene.NewSearcher
 
NewSearcher.Broker - Class in org.mmbase.module.lucene
The associated broker
NewSearcher.Event - Class in org.mmbase.module.lucene
 
NewSearcher.Listener - Interface in org.mmbase.module.lucene
The associated listener
newStatus() - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
newThread(Runnable, String) - Static method in class org.mmbase.util.ThreadPools
 
newToken(int, String) - Static method in class org.mmbase.util.dateparser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.mmbase.util.dateparser.Token
 
newToken(int, String) - Static method in class org.mmbase.util.transformers.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.mmbase.util.transformers.Token
 
newTransaction(String) - Method in class org.mmbase.bridge.mock.MockCloud
 
newTransaction(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
newTypeToOldType(int) - Static method in class org.mmbase.core.event.NodeEvent
For conveneance: conversion of the new event type indication to the old style
newURL(String) - Method in class org.mmbase.util.ResourceLoader
Creates a new URL object, which is used to load resources.
next() - Method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
 
next() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
next() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
next() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
next() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
next() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
next() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
next() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
next() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
next() - Method in class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
next() - Method in class org.mmbase.util.ChainedIterator
 
next - Variable in class org.mmbase.util.dateparser.DateParser.JJCalls
 
next() - Method in class org.mmbase.util.dateparser.DateParser
 
NEXT - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
next - Variable in class org.mmbase.util.dateparser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
The next, newer, element
next() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
Deprecated.
 
next - Variable in class org.mmbase.util.QueueElement
The next element in the queue (null indicates no next element).
next - Variable in class org.mmbase.util.transformers.Token
A reference to the next regular (non-special) token from the input stream.
nextDouble() - Method in class org.mmbase.util.RandomPlus
 
nextField() - Method in interface org.mmbase.bridge.FieldIterator
Returns the next element in the iterator as a Field
nextField() - Method in class org.mmbase.bridge.implementation.BasicFieldList.BasicFieldIterator
 
nextField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldIterator_Proxy
 
nextField() - Method in interface org.mmbase.bridge.remote.RemoteFieldIterator
 
nextField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldIterator_Rmi
 
nextFloat() - Method in class org.mmbase.util.RandomPlus
 
nextIndex() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
nextIndex() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
nextIndex() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
nextIndex() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
nextIndex() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
nextIndex() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
nextIndex - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
nextIndex() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
nextIndex() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
nextInt() - Method in class org.mmbase.util.RandomPlus
 
nextLong() - Method in class org.mmbase.util.RandomPlus
 
nextModule() - Method in class org.mmbase.bridge.implementation.BasicModuleList.BasicModuleIterator
 
nextModule() - Method in interface org.mmbase.bridge.ModuleIterator
Returns the next element in the iterator as a Module
nextModule() - Method in class org.mmbase.bridge.remote.proxy.RemoteModuleIterator_Proxy
 
nextModule() - Method in interface org.mmbase.bridge.remote.RemoteModuleIterator
 
nextModule() - Method in class org.mmbase.bridge.remote.rmi.RemoteModuleIterator_Rmi
 
nextModule() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableModuleIterator
 
nextNode() - Method in class org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator
 
nextNode() - Method in interface org.mmbase.bridge.NodeIterator
Returns the next element in the iterator as a Node
nextNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeIterator_Proxy
 
nextNode() - Method in interface org.mmbase.bridge.remote.RemoteNodeIterator
 
nextNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeIterator_Rmi
 
nextNode() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeIterator
 
nextNode() - Method in class org.mmbase.bridge.util.CollectionNodeList.BasicNodeIterator
 
nextNode - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
nextNode() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Returns the next element in the iterator as a Node
nextNode() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
nextNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
 
nextNodeManager() - Method in interface org.mmbase.bridge.NodeManagerIterator
Returns the next element in the iterator as a NodeManager
nextNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManagerIterator_Proxy
 
nextNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManagerIterator
 
nextNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManagerIterator_Rmi
 
nextNodeManager() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerIterator
 
nextNonWhiteSpace(String, int) - Method in class org.mmbase.util.magicfile.MagicParser
 
nextRelation() - Method in class org.mmbase.bridge.implementation.BasicRelationList.BasicRelationIterator
 
nextRelation() - Method in interface org.mmbase.bridge.RelationIterator
Returns the next element in the iterator as a Relation
nextRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationIterator_Proxy
 
nextRelation() - Method in interface org.mmbase.bridge.remote.RemoteRelationIterator
 
nextRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationIterator_Rmi
 
nextRelation() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationIterator
 
nextRelation() - Method in class org.mmbase.bridge.util.CollectionRelationList.BasicRelationIterator
 
nextRelationManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManagerList.BasicRelationManagerIterator
 
nextRelationManager() - Method in interface org.mmbase.bridge.RelationManagerIterator
Returns the next element in the iterator as a RelationManager
nextRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManagerIterator_Proxy
 
nextRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManagerIterator
 
nextRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManagerIterator_Rmi
 
nextRelationManager() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerIterator
 
nextString() - Method in class org.mmbase.bridge.implementation.BasicStringList.BasicStringIterator
 
nextString() - Method in class org.mmbase.bridge.remote.proxy.RemoteStringIterator_Proxy
 
nextString() - Method in interface org.mmbase.bridge.remote.RemoteStringIterator
 
nextString() - Method in class org.mmbase.bridge.remote.rmi.RemoteStringIterator_Rmi
 
nextString() - Method in interface org.mmbase.bridge.StringIterator
Returns the next element in the iterator as a String
nextString() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringIterator
 
nextWhiteSpace(String) - Method in class org.mmbase.util.magicfile.MagicParser
 
nextWhiteSpace(String, int) - Method in class org.mmbase.util.magicfile.MagicParser
 
NO - Static variable in class org.mmbase.framework.Block.Type
All unclassified blocks are of this type
NO_CHECK - Static variable in class org.mmbase.security.Authorization
Constant which can be used as a result for the check query function.
NO_COMPARATOR - Static variable in class org.mmbase.util.SortedBundle
NO_CONSTANTSPROVIDER - Static variable in class org.mmbase.util.SortedBundle
NO_SECTIONS - Static variable in class org.mmbase.util.transformers.XmlField
 
NO_SURROUNDING_P - Static variable in class org.mmbase.util.transformers.XmlField
 
NO_WRAPPER - Static variable in class org.mmbase.util.SortedBundle
NoAuthentication - Class in org.mmbase.security
This class is used when no authentication is configured.
NoAuthentication() - Constructor for class org.mmbase.security.NoAuthentication
 
NoAuthorization - Class in org.mmbase.security
This class is used when no authorization is configured.
NoAuthorization() - Constructor for class org.mmbase.security.NoAuthorization
 
node - Variable in class org.mmbase.bridge.implementation.BasicNodeManager.NodeAndId
 
node - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
Node - Interface in org.mmbase.bridge
Describes an object in the cloud.
node - Variable in class org.mmbase.bridge.util.AbstractFieldValue
 
node - Variable in class org.mmbase.bridge.util.NodeWrapper
 
node - Variable in class org.mmbase.datatypes.processors.DelayedSetter.NodeField
 
NODE - Static variable in class org.mmbase.module.builders.Properties
 
node - Variable in class org.mmbase.module.gui.html.EditStateNode
 
node - Variable in class org.mmbase.notifications.Notifyable
 
node - Variable in class org.mmbase.security.implementation.cloudcontext.User
 
NODE - Static variable in class org.mmbase.util.functions.Parameter
'system' parameter set for nodefunctions.
NODE - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Node.
node - Variable in class org.mmbase.util.images.Imaging.CKey
 
node - Variable in class org.mmbase.util.images.LazyDimension
 
NODE_URL_CONTEXT - Static variable in class org.mmbase.util.ResourceLoader
Protocol prefix used by URL objects in this class.
NodeAndId(MMObjectNode, int) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManager.NodeAndId
 
NodeCache - Class in org.mmbase.cache
A cache for MMObjectNodes.
nodeCache - Static variable in class org.mmbase.module.core.MMObjectBuilder
The cache that contains the X last requested nodes
nodeCache - Static variable in class org.mmbase.module.lucene.JdbcIndexDefinition
 
nodeChange(String) - Method in class org.mmbase.applications.media.cache.URLCache
Invalidates cache entries based on the node that changes
nodeChanged(String, String, String, String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
nodeChanged(Event) - Method in class org.mmbase.cache.QueryResultCache
 
nodeChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Cookies
cookie nodes has changed, update the different caches in cookies,users,people and even sessions
nodeChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Called when a local or remote node is changed.
nodeChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Called when a local or remote node is changed.
nodeChanged(String, String, String, String) - Method in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
NodeChanger - Class in org.mmbase.bridge.util
Wraps another Node, and adds 'NodeChanger.isChangedByThis()'.
NodeChanger(Node) - Constructor for class org.mmbase.bridge.util.NodeChanger
 
NodeComparator - Class in org.mmbase.util
This class implements the Comparator interface for comparing MMObjectNodes.
NodeComparator(List<String>) - Constructor for class org.mmbase.util.NodeComparator
Simple constructor that uses the default sort order (UP).
NodeComparator(List<String>, List<String>) - Constructor for class org.mmbase.util.NodeComparator
Constructor in which you specify the sort order (UP or DOWN) per field.
NodeCronEntry - Class in org.mmbase.applications.crontab.builders
CronEntries defined by nodes of the type 'cronjobs' store several aspects of the cron entries in fields.
NodeCronEntry(Node) - Constructor for class org.mmbase.applications.crontab.builders.NodeCronEntry
 
NodeDataType - Class in org.mmbase.datatypes
The Node data type describes a data type which is based on an MMBase 'node' field.
NodeDataType(String) - Constructor for class org.mmbase.datatypes.NodeDataType
Constructor for node field.
NodeDataType.MustExistRestriction - Class in org.mmbase.datatypes
 
nodeDeleted(Node) - Static method in class org.mmbase.applications.mmbob.ForumManager
Remove the given deleted node from the sync queues ToDo: very ugly need to be beter
nodeDeleted(Node) - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
remove the given node from the syncQueue
NodeDescription(String, Map<String, Object>) - Constructor for class org.mmbase.bridge.mock.MockCloudContext.NodeDescription
 
nodeEditPos - Variable in class org.mmbase.module.gui.html.EditStateNode
 
NodeEvent - Class in org.mmbase.core.event
This class communicates a node event.
NodeEvent(String, String, int, Map<String, Object>, Map<String, Object>, int) - Constructor for class org.mmbase.core.event.NodeEvent
 
NodeEventBroker - Class in org.mmbase.core.event
This class is the event broker implementation for the NodeEvent
NodeEventBroker() - Constructor for class org.mmbase.core.event.NodeEventBroker
 
NodeEventHelper - Class in org.mmbase.core.event
This is a utility class to create node event and relation event instances.
NodeEventHelper() - Constructor for class org.mmbase.core.event.NodeEventHelper
 
NodeEventListener - Interface in org.mmbase.core.event
This is the listener interface for node events
NodeField(Node, Field) - Constructor for class org.mmbase.datatypes.processors.DelayedSetter.NodeField
 
NodeFieldComparator - Class in org.mmbase.bridge.util
Comparator two nodes based on the string value in the specified field.
NodeFieldComparator(String) - Constructor for class org.mmbase.bridge.util.NodeFieldComparator
Basic constructor.
NodeFieldComparator(String, boolean) - Constructor for class org.mmbase.bridge.util.NodeFieldComparator
Basic constructor.
NodeFunction - Class in org.mmbase.bridge.util.xml
Nodes of the bridge can have `virtual fields', which are in fact functions on the node.
nodeFunction(NodeList, Cloud, String, String, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
 
NodeFunction<R> - Class in org.mmbase.util.functions
A NodeFunction represents a function on a node instances of this builder.
NodeFunction(String, Parameter<?>[], ReturnType<R>) - Constructor for class org.mmbase.util.functions.NodeFunction
 
NodeFunction(String, Parameter...) - Constructor for class org.mmbase.util.functions.NodeFunction
 
nodeFunction1() - Method in class org.mmbase.util.functions.ExampleBean
A function returning a Node as a core object (deprecated).
nodeFunction2() - Method in class org.mmbase.util.functions.ExampleBean
A function returning a Node as a bridge object, but based on a Map of values.
NodeFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
 
NodeFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
NodeHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
Taglibs handler for Node typed fields.
NodeHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler
Constructor for NodeHandler.
NodeHandler.IgnoreCaseComparator - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
nodeHelper - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
nodeHelper - Variable in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
NodeInfoTag - Class in org.mmbase.bridge.jsp.taglib
Lives under a nodeprovider.
NodeInfoTag() - Constructor for class org.mmbase.bridge.jsp.taglib.NodeInfoTag
 
nodeIterator() - Method in class org.mmbase.bridge.implementation.BasicNodeList
 
nodeIterator - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
Data member to hold an iteration of the values to return.
NodeIterator - Interface in org.mmbase.bridge
An iterator for Nodes, provider NodeIterator.nextNode() and NodeIterator.previousNode().
nodeIterator() - Method in interface org.mmbase.bridge.NodeList
Returns an type-specific iterator for this list.
nodeIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeList_Proxy
 
nodeIterator() - Method in interface org.mmbase.bridge.remote.RemoteNodeList
 
nodeIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeList_Rmi
 
nodeIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
nodeIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeList
 
nodeIterator() - Method in class org.mmbase.bridge.util.CollectionNodeList
 
nodeIterator - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
nodeIterator() - Method in class org.mmbase.bridge.util.TreeList
 
nodeList - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag.NodesAndTrim
 
NodeList - Interface in org.mmbase.bridge
A list of nodes
NODELIST - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a NodeList.
NodeListCache - Class in org.mmbase.cache
Query result cache used for getNodes from MMObjectBuilder.
nodeListContainerSize(QueryContainer) - Method in class org.mmbase.bridge.jsp.taglib.SizeTag
When in a list-container only, the size can be predicted by altering the query with "count()".
nodeListFunction() - Method in class org.mmbase.util.functions.ExampleBean
 
nodeListFunction1() - Method in class org.mmbase.util.functions.ExampleBean
 
NodeListFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
A function tag for functions returning a NodeList.
NodeListFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
NodeListHelper - Class in org.mmbase.bridge.jsp.taglib
 
NodeListHelper(ContextReferrerTag, NodeProviderHelper) - Constructor for class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
NodeListWrapper(NodeList, CharTransformer) - Constructor for class org.mmbase.util.Casting.NodeListWrapper
 
nodeLoader - Static variable in class org.mmbase.module.lucene.Indexer
An empty index definition that can be used to obtain nodes from the cloud.
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Cookies
local change on a cookie object detected
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Netfiles
Called when a local node is changed.
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Called when a local node is changed.
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Vwms
Passes a local change of a vwms node to the appropriate (active) vwm.
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Called when a local node is changed.
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.Vwm
Called when a remote node is changed.
nodeLocalChanged(String, String, String, String) - Method in interface org.mmbase.module.core.MMBaseObserver
Deprecated.
Called when a local node is changed.
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
use notify(NodeEvent) in stead
nodeLocalChanged(String, String, String, String) - Method in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
nodeManager - Variable in class org.mmbase.bridge.implementation.AbstractNodeList
 
nodemanager - Variable in class org.mmbase.bridge.implementation.BasicFieldList
 
nodeManager - Variable in class org.mmbase.bridge.implementation.BasicNode
Reference to the NodeManager
nodeManager - Variable in class org.mmbase.bridge.implementation.VirtualNode
This is normally, but not always, a VirtualBuilder.
nodeManager - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
nodeManager - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
nodeManager - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
NodeManager - Interface in org.mmbase.bridge
This interface represents a node's type information object.
nodeManager - Variable in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
nodeManager - Variable in class org.mmbase.bridge.util.DataTypeField
 
nodeManager - Variable in class org.mmbase.bridge.util.MapNode
This is normally, but not always, a VirtualBuilder.
nodeManagerCache - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
NodeManagerDescription - Class in org.mmbase.bridge.util
This container class contains the information for instantation of an actual NodeManager object.
NodeManagerDescription(ParentBuilderReader, int) - Constructor for class org.mmbase.bridge.util.NodeManagerDescription
 
NodeManagerDescription(String, Map<String, Field>, int) - Constructor for class org.mmbase.bridge.util.NodeManagerDescription
 
nodeManagerIterator() - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList
 
NodeManagerIterator - Interface in org.mmbase.bridge
An iterator for NodeManagers.
nodeManagerIterator() - Method in interface org.mmbase.bridge.NodeManagerList
Returns an type-specific iterator for this list.
nodeManagerIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManagerList_Proxy
 
nodeManagerIterator() - Method in interface org.mmbase.bridge.remote.RemoteNodeManagerList
 
nodeManagerIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManagerList_Rmi
 
nodeManagerIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
 
nodeManagerIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerList
 
NodeManagerList - Interface in org.mmbase.bridge
A list of node managers
NodeManagerNamesDataType - Class in org.mmbase.datatypes
A StringDataType with can take all possible node manager as values.
NodeManagerNamesDataType(String) - Constructor for class org.mmbase.datatypes.NodeManagerNamesDataType
 
nodeManagers - Variable in class org.mmbase.bridge.mock.MockCloudContext
 
NodeManagerTag - Class in org.mmbase.bridge.jsp.taglib
NodeTag provides the fields of a node
NodeManagerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.NodeManagerTag
 
NodeManagerTEI - Class in org.mmbase.bridge.jsp.taglib
The TEI class for NodeProviders.
NodeManagerTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.NodeManagerTEI
 
NodeMap - Class in org.mmbase.bridge.util
A Map representing a Node.
NodeMap(Node) - Constructor for class org.mmbase.bridge.util.NodeMap
 
NodeMapWithoutProcess - Class in org.mmbase.bridge.util
NodeMapWithoutProcess(Node) - Constructor for class org.mmbase.bridge.util.NodeMapWithoutProcess
 
nodeMatchesConstraint(Map<String, Object>, NodeEvent) - Method in class org.mmbase.cache.ConstraintsMatchingStrategy.AbstractConstraintMatcher
 
nodenrList - Variable in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
nodeNumber - Variable in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
nodeNumber - Variable in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
NodeNumber - Class in org.mmbase.datatypes.processors
If value is a node, returns it's number (as a String)
NodeNumber() - Constructor for class org.mmbase.datatypes.processors.NodeNumber
 
nodeNumber - Variable in class org.mmbase.module.core.SmartPathFunction
 
NodeNumberResolver - Class in org.mmbase.applications.vprowizards.spring.util
Becouse the node number is not known before the nodes are committed, it is not possible for the create node action to set the node number of the 'new' node as extra param for the return url.
NodeNumberResolver(Node) - Constructor for class org.mmbase.applications.vprowizards.spring.util.NodeNumberResolver
 
nodeNumberToResourceName - Variable in class org.mmbase.util.ResourceWatcher
When a resource is loaded from a Node, we must know which Nodes correspond to which resource.
nodePath - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
NodeProvider - Interface in org.mmbase.bridge.jsp.taglib
Interface designed to make it possible for child tags to access a node defined in a tag
NodeProviderHelper - Class in org.mmbase.bridge.jsp.taglib
 
NodeProviderHelper(ContextReferrerTag) - Constructor for class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
NodeProviderTEI - Class in org.mmbase.bridge.jsp.taglib
The TEI class for NodeProviders.
NodeProviderTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.NodeProviderTEI
 
NodeQuery - Interface in org.mmbase.bridge
A Node-Query is a query that queries node-lists, in contradiction to a normal Query which can query 'cluster nodes' and even more generally 'result nodes' too.
NodeQueryContainer - Interface in org.mmbase.bridge.jsp.taglib.containers
A NodeQuery Container can be used around node-list Tags.
NodeQueryHandler - Class in org.mmbase.bridge.mock
 
NodeQueryHandler(MockCloud) - Constructor for class org.mmbase.bridge.mock.NodeQueryHandler
 
NodeQueryTEI - Class in org.mmbase.bridge.jsp.taglib.containers
The TEI class belonging to the QueryContainer tags.
NodeQueryTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.NodeQueryTEI
 
NodeQueryWrapper - Class in org.mmbase.bridge.util
Implementation of Query completely based on other instance of that.
NodeQueryWrapper(NodeQuery) - Constructor for class org.mmbase.bridge.util.NodeQueryWrapper
 
NodeReader - Class in org.mmbase.util.xml.applicationdata
This class reads a node from an exported application.
NodeReader(InputSource, ResourceLoader) - Constructor for class org.mmbase.util.xml.applicationdata.NodeReader
 
NodeReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing the result in an 'icaches' node.
NodeReceiver(MMObjectNode) - Constructor for class org.mmbase.util.images.NodeReceiver
 
NodeRecipient(int, String) - Constructor for class org.mmbase.applications.email.EmailHandler.NodeRecipient
 
noderef - Variable in class org.mmbase.bridge.implementation.BasicNode
Reference to actual MMObjectNode object.
noderef - Variable in class org.mmbase.bridge.implementation.VirtualNode
 
NodeReferrerTag - Class in org.mmbase.bridge.jsp.taglib
A tag which is a 'NodeReferrerTag's can be the child of a NodeProvider tag, which supplies a 'Node' to its child tags.
NodeReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Cookies
remote change on a cookie object detected
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Netfiles
Called when a remote node is changed.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.ImageMaster
Called when a remote node is changed.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.builders.Vwms
Passes a remote change of a vwms node to the appropriate (active) vwm.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.PageMaster
Called when a remote node is changed.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.builders.vwms.Vwm
Called when a local node is changed.
nodeRemoteChanged(String, String, String, String) - Method in interface org.mmbase.module.core.MMBaseObserver
Deprecated.
Called when a remote node is changed.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Deprecated.
use notify(NodeEvent) in stead
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.corebuilders.OAlias
Called when a remote node is changed.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.corebuilders.RelDef
Called when a remote node is changed.
nodeRemoteChanged(String, String, String, String) - Method in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
nodes - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
nodes - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
nodes - Variable in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
nodes - Variable in class org.mmbase.bridge.jsp.taglib.ListTag
 
nodes - Variable in class org.mmbase.bridge.mock.MockCloudContext
 
nodes - Variable in class org.mmbase.module.gui.html.EditState
 
nodes - Variable in class org.mmbase.storage.search.implementation.BasicStep
Nodenumber set for nodes to be included (ordered using integer comparison).
NodesAndTrim() - Constructor for class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag.NodesAndTrim
 
NodeSearchQuery - Class in org.mmbase.storage.search.implementation
A NodeSearchQuery implements a SearchQuery that retrieves nodes of one specified nodetype.
NodeSearchQuery(MMObjectBuilder) - Constructor for class org.mmbase.storage.search.implementation.NodeSearchQuery
Creator.
NodeSearchQuery(NodeManager) - Constructor for class org.mmbase.storage.search.implementation.NodeSearchQuery
 
nodeSetHeader(Node, String, Address[]) - Method in class org.mmbase.module.smtp.CloudMailHandler
 
nodeSetHeader(Node, String, String) - Method in class org.mmbase.module.smtp.CloudMailHandler
 
NODESTEP_PROPERTY - Static variable in interface org.mmbase.bridge.NodeList
The node-step property will be set on a cluster node list which is the result of a NodeQuery (which can also result 'real' nodes).
nodesToSend - Variable in class org.mmbase.clustering.ClusterManager
Queue with messages to send to other MMBase instances
nodesToSpawn - Variable in class org.mmbase.clustering.ClusterManager
Queue with received messages from other MMBase instances
NodeTag - Class in org.mmbase.bridge.jsp.taglib
NodeTag provides the fields of a node
NodeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.NodeTag
 
nodeType - Variable in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
NodeTypeSorter - Class in org.mmbase.applications.media.filters
 
NodeTypeSorter() - Constructor for class org.mmbase.applications.media.filters.NodeTypeSorter
 
NodeURLStreamHandler(int) - Constructor for class org.mmbase.util.ResourceLoader.NodeURLStreamHandler
 
NodeURLStreamHandler(ResourceLoader.NodeURLStreamHandler) - Constructor for class org.mmbase.util.ResourceLoader.NodeURLStreamHandler
 
NodeWrapper - Class in org.mmbase.bridge.util
Wraps another Node.
NodeWrapper(Node) - Constructor for class org.mmbase.bridge.util.NodeWrapper
 
NodeWriter - Class in org.mmbase.util.xml.applicationdata
Utility class for writing xml files for data- and relation sources, suppied by an application export class.
NodeWriter(MMBase, Logger, String, String, boolean) - Constructor for class org.mmbase.util.xml.applicationdata.NodeWriter
Constructor, opens the initial xml file and writes a header.
NOIMPLICITLIST - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
NON_NEGATIVE_INTEGER_PATTERN - Static variable in class org.mmbase.datatypes.StringDataType
 
NONE - Static variable in class org.incava.util.diff.Difference
 
NONE - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function is None
NONE - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
normalizeString(String) - Static method in class org.mmbase.applications.xmlimporter.FuzzyStringMatcher
Creates normalized title.
normalizeURL(HttpServletRequest, String) - Static method in class org.mmbase.richtext.processors.xml.Util
Normalizes URL to absolute on server
normalizeURL(String) - Static method in class org.mmbase.richtext.processors.xml.Util
Adds missing protocol
normalizeWhiteSpace(String) - Static method in class org.mmbase.richtext.processors.xml.Util
 
noSpecification() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
nosystem - Static variable in class org.mmbase.util.logging.Performance
 
NOT - Static variable in class org.mmbase.applications.media.DeleteSourcesProcessor
 
NOT - Static variable in class org.mmbase.applications.media.FragmentTypeFixer
 
NOT - Static variable in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
NOT - Static variable in class org.mmbase.framework.basic.Url
NOT is the return value for an UrlConverter which cannot produce an URL for given parameters.
Not - Static variable in class org.mmbase.module.INFO
 
NOT - Static variable in class org.mmbase.storage.search.legacy.DBLogicalOperator
 
NOT - Static variable in class org.mmbase.streams.createcaches.Processor
 
NOT - Static variable in class org.mmbase.streams.DeleteCachesProcessor
 
NOT_EQUAL - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'not equal'
NOT_HANDLED - Static variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
notavailable(long) - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
notavailable(long) - Method in class org.mmbase.servlet.FileServlet.FirstLastRange
 
notavailable(long) - Method in interface org.mmbase.servlet.FileServlet.Range
If we are at byte number i, how many are not available from here until we encounter one which is?
NOTEQUAL - Static variable in class org.mmbase.storage.search.legacy.DBConditionItem
 
notfound - Variable in class org.mmbase.bridge.jsp.taglib.FieldTag
 
notFound - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
notFound - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
notFound - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
Notfound - Class in org.mmbase.bridge.jsp.taglib.util
A helper class to implement notfound attribute
Notfound() - Constructor for class org.mmbase.bridge.jsp.taglib.util.Notfound
 
NotFoundException - Exception in org.mmbase.bridge
This exception gets thrown when an object is not found in the bridge.
NotFoundException() - Constructor for exception org.mmbase.bridge.NotFoundException
 
NotFoundException(String) - Constructor for exception org.mmbase.bridge.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.mmbase.bridge.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.mmbase.bridge.NotFoundException
 
NOTHING - Static variable in class org.mmbase.util.Strip
Strip nothing, a rather ineffecient form of a copy
Notification - Class in org.mmbase.notifications
 
Notification() - Constructor for class org.mmbase.notifications.Notification
 
Notifier - Class in org.mmbase.notifications
This class maintains all notifyables and takes care of the actual submission of all notifications.
Notifier() - Constructor for class org.mmbase.notifications.Notifier
 
notify(RelationEvent) - Method in class org.mmbase.applications.crontab.builders.CronJobs
 
notify(NodeEvent) - Method in class org.mmbase.applications.crontab.builders.CronJobs
 
notify(ProposedJobs.Event) - Method in class org.mmbase.applications.crontab.CronDaemon
 
notify(Events.Event) - Method in class org.mmbase.applications.crontab.CronDaemon
 
notify(Events.Event) - Method in interface org.mmbase.applications.crontab.Events.Listener
 
notify(ProposedJobs.Event) - Method in interface org.mmbase.applications.crontab.ProposedJobs.Listener
 
notify(SystemEvent) - Method in class org.mmbase.applications.editwizard.Utils
 
notify(EmailEvent) - Method in interface org.mmbase.applications.email.EmailEventListener
 
notify(NodeEvent) - Method in class org.mmbase.cache.NodeCache
 
notify(RelationEvent) - Method in class org.mmbase.cache.QueryResultCache
 
notify(NodeEvent) - Method in class org.mmbase.cache.QueryResultCache
 
notify(Event) - Method in class org.mmbase.clustering.ClusterManager
 
notify(Event) - Method in interface org.mmbase.core.event.AllEventListener
 
notify(SystemEvent) - Method in class org.mmbase.core.event.EventManager
 
notify(IdEvent) - Method in interface org.mmbase.core.event.IdEventListener
 
notify(NodeEvent) - Method in interface org.mmbase.core.event.NodeEventListener
 
notify(RelationEvent) - Method in interface org.mmbase.core.event.RelationEventListener
 
notify(SystemEvent) - Method in class org.mmbase.core.event.SqlExecutorListener
 
notify(SystemEvent) - Method in interface org.mmbase.core.event.SystemEventListener
 
notify(TransactionEvent) - Method in interface org.mmbase.core.event.TransactionEventListener
 
notify(NodeEvent) - Method in class org.mmbase.core.event.TypedNodeEventListenerWrapper
 
notify(RelationEvent) - Method in class org.mmbase.core.event.TypedRelationEventListenerWrapper
 
notify(NodeEvent) - Method in interface org.mmbase.core.event.WeakNodeEventListener
 
notify(NodeEvent) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
notify(NodeEvent) - Method in class org.mmbase.jumpers.Jumpers
 
notify(NodeEvent) - Method in class org.mmbase.module.builders.Images
 
notify(NodeEvent) - Method in class org.mmbase.module.builders.Properties
 
notify(NodeEvent) - Method in class org.mmbase.module.builders.Versions
 
notify(NodeEvent) - Method in class org.mmbase.module.core.MMObjectBuilder
 
notify(RelationEvent) - Method in class org.mmbase.module.core.MMObjectBuilder
 
notify(SystemEvent) - Method in class org.mmbase.module.corebuilders.TypeRel
 
notify(NodeEvent) - Method in class org.mmbase.module.corebuilders.TypeRel
Watch for changes on relation types and adjust our memory table accordingly
notify(AssignmentEvents.Event) - Method in interface org.mmbase.module.lucene.AssignmentEvents.Listener
 
notify(FullIndexEvents.Event) - Method in interface org.mmbase.module.lucene.FullIndexEvents.Listener
 
notify(AssignmentEvents.Event) - Method in class org.mmbase.module.lucene.Lucene
 
notify(NodeEvent) - Method in class org.mmbase.module.lucene.Lucene
 
notify(RelationEvent) - Method in class org.mmbase.module.lucene.Lucene
 
notify(IdEvent) - Method in class org.mmbase.module.lucene.Lucene
 
notify(NewSearcher.Event) - Method in interface org.mmbase.module.lucene.NewSearcher.Listener
 
notify(NewSearcher.Event) - Method in class org.mmbase.module.lucene.Searcher
 
notify(FullIndexEvents.Event) - Method in class org.mmbase.module.lucene.Searcher
 
notify(SystemEvent) - Method in class org.mmbase.module.tools.MMAdmin
 
notify(NodeEvent) - Method in class org.mmbase.notifications.Notifier
 
notify(RelationEvent) - Method in class org.mmbase.notifications.Notifier
 
notify(SystemEvent) - Method in class org.mmbase.richtext.OSCacheInvalidator
 
notify(NodeEvent) - Method in class org.mmbase.richtext.OSCacheInvalidator
 
notify(TransactionEvent) - Method in class org.mmbase.searchrelate.Submitter
 
notify(NodeEvent) - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
notify(RelationEvent) - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
notify(NodeEvent) - Method in class org.mmbase.security.implementation.cloudcontext.User
 
notify(SMSEvent) - Method in class org.mmbase.sms.SMSEventListener
 
notify(NodeEvent) - Method in class org.mmbase.streams.thumbnails.ThumbNailRemover
 
notify(NodeEvent) - Method in class org.mmbase.util.ResourceWatcher
If a node (of the type 'resourceBuilder') changes, checks if it is a node belonging to one of the resource of this resource-watcher.
Notifyable - Class in org.mmbase.notifications
A Notifyable is a wrapper arround an MMBase node of the type 'Notifyable'.
Notifyable(Node, Date, int, int) - Constructor for class org.mmbase.notifications.Notifyable
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.applications.crontab.Events.Broker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.applications.crontab.ProposedJobs.Broker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.applications.email.EmailEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.AllEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.EventBroker
This method has two functions.
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.IdEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.NodeEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.RelationEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.SystemEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.TransactionEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.core.event.WeakNodeEventBroker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.module.lucene.AssignmentEvents.Broker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.module.lucene.FullIndexEvents.Broker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.module.lucene.NewSearcher.Broker
 
notifyEventListener(Event, EventListener) - Method in class org.mmbase.sms.SMSEventBroker
 
notifyExecutors() - Static method in class org.mmbase.streams.createcaches.Executors
 
notifyForEvent(Event) - Method in class org.mmbase.core.event.EventBroker
 
notifyForEvent(Event) - Method in class org.mmbase.core.event.WeakEventBroker
Only adds synchronization, because backing is not concurrency proof.
NotLoggedInException - Exception in org.mmbase.util
Deprecated.
only used by HttpAuth.
NotLoggedInException() - Constructor for exception org.mmbase.util.NotLoggedInException
Deprecated.
 
NotLoggedInException(String) - Constructor for exception org.mmbase.util.NotLoggedInException
Deprecated.
 
NotLoggedInException(Throwable) - Constructor for exception org.mmbase.util.NotLoggedInException
Deprecated.
 
NotLoggedInException(String, Throwable) - Constructor for exception org.mmbase.util.NotLoggedInException
Deprecated.
 
NotPresentTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
The inverse of PresentTag.
NotPresentTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.NotPresentTag
 
NS_AWARE - Static variable in class org.mmbase.util.XSLTransformer
 
NUDEURL_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
NULL - Static variable in class org.mmbase.bridge.jsp.taglib.util.Attribute
 
NullAttribute - Class in org.mmbase.bridge.jsp.taglib.util
The attribute containing 'null' is special.
NullAttribute() - Constructor for class org.mmbase.bridge.jsp.taglib.util.NullAttribute
 
NullInputStream - Class in org.mmbase.util
An input stream only producing zeros.
NullInputStream(int) - Constructor for class org.mmbase.util.NullInputStream
This input stream produces a given number of zeros.
NullInputStream() - Constructor for class org.mmbase.util.NullInputStream
Produces an immense amount of zeros
NUMBER - Static variable in class org.mmbase.applications.xmlimporter.TmpObject
 
number - Variable in class org.mmbase.bridge.jsp.taglib.ContextTag
 
number - Variable in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
number - Variable in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
number - Variable in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
number - Variable in class org.mmbase.module.core.ByteFieldContainer
Deprecated.
 
number - Static variable in class org.mmbase.module.smtp.SMTPListener
 
number - Variable in class org.mmbase.util.CommandServer.Command
 
number - Static variable in class org.mmbase.util.CommandServer
 
NumberDataType<E extends Number & Comparable<E>> - Class in org.mmbase.datatypes
A DataType representing some kind of numeric value, like a floating point number or an integer number.
NumberDataType(String, Class<E>) - Constructor for class org.mmbase.datatypes.NumberDataType
Constructor for Number field.
numberOfSteps - Variable in class org.mmbase.bridge.util.TreeList
 
NumberRecognizer - Class in org.mmbase.sms
Recognizes and canonicalizes phone numbers.
NumberRecognizer() - Constructor for class org.mmbase.sms.NumberRecognizer
 
NUMERIC - Static variable in class org.mmbase.util.transformers.RomanTransformer
 

O

OAlias - Class in org.mmbase.module.corebuilders
The OAlias builder is an optional corebuilder used to associate aliases with nodes.
OAlias() - Constructor for class org.mmbase.module.corebuilders.OAlias
 
obj - Variable in class org.mmbase.util.filebuffer
 
obj - Variable in class org.mmbase.util.QueueElement
The actual object stored in the queue
OBJ2TYPE_MAX_SIZE - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Max size of the object type cache
OBJECT - Static variable in class org.mmbase.applications.dove.AbstractDove
 
OBJECT_FIELD - Static variable in class org.mmbase.versioning.VersioningCommitProcessor
 
ObjectComparator() - Constructor for class org.mmbase.bridge.implementation.BasicList.ObjectComparator
 
objectId - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
objectId - Variable in exception org.mmbase.module.TransactionHandlerException
 
objectList - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
objectList - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
objectList - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
objectList - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
objectList - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
ObjectMerger - Interface in org.mmbase.applications.xmlimporter
This interface provides methods to customize the way objects are merged in a temporary cloud.
objectNumber - Variable in class org.mmbase.applications.editwizard.Config.WizardConfig
 
objectOperator - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
objectOperator - Variable in exception org.mmbase.module.TransactionHandlerException
 
ObjectSelector - Class in org.mmbase.module.gui.html
The ObjectSelector class offers the functionality to search for objects and select found objects to be edited by the FieldSelector and FieldEditor classes (hitlisted).
ObjectSelector(StateManager) - Constructor for class org.mmbase.module.gui.html.ObjectSelector
Constructor to setup reference to the StateManager.
objectsToWrap - Variable in class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
ObjectTypeChangerCommitProcessor - Class in org.mmbase.datatypes.processors
It also implements simply copying the value of another field in such cases (using the 'fieldName') parameter.
ObjectTypeChangerCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.ObjectTypeChangerCommitProcessor
 
ObjectTypeChangerCommitProcessor.Getter - Class in org.mmbase.datatypes.processors
 
ObjectWrapper - Class in org.mmbase.bridge.remote.util
Utility class that performs translations of object to remote objects and remote bridge node implementations.
ObjectWrapper() - Constructor for class org.mmbase.bridge.remote.util.ObjectWrapper
 
ObjectWrapperGenerator - Class in org.mmbase.mojo.remote
 
ObjectWrapperGenerator(List<Class<?>>) - Constructor for class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
ObjectWrapperHelper - Class in org.mmbase.bridge.remote
 
ObjectWrapperHelper() - Constructor for class org.mmbase.bridge.remote.ObjectWrapperHelper
 
OCTETSTREAM - Static variable in class org.mmbase.util.MimeType
 
OFF - Static variable in class org.mmbase.util.logging.Level
A constant.
OFF_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
offer(SMS) - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
offer(SMS) - Method in class org.mmbase.sms.EventSender
 
offer(String, SMS) - Static method in class org.mmbase.sms.Receiver
 
offer(SMS) - Static method in class org.mmbase.sms.Receiver
Offers a SMS message for 'handling' by the SMS Handlers.
offer(SMS) - Method in class org.mmbase.sms.Sender
Offers an SMS for sending.
offset - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryOffsetTag
 
offset - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
offset - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
The offset of the elements that are returned in a list.
OFFSET - Static variable in class org.mmbase.module.lucene.Lucene
 
offset - Variable in class org.mmbase.notifications.Notifyable
 
OFFSET - Static variable in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
offset - Static variable in class org.mmbase.util.DateSupport
Deprecated.
The offset for date conversions for the current zone, in seconds
offsetNull - Variable in class org.mmbase.notifications.Notifyable
 
OK_URL - Static variable in class org.mmbase.richtext.processors.xml.Util
 
OL - Static variable in interface org.mmbase.util.transformers.ListParserConstants
RegularExpression Id.
oldBuilder - Variable in class org.mmbase.module.core.MMObjectNode
 
oldTypeToNewType(String) - Static method in class org.mmbase.core.event.NodeEvent
 
oldTypeToNewType(char) - Static method in class org.mmbase.core.event.NodeEvent
For conveneance: conversion of the old event type indication to the new style
omitXmlDeclaration - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
onANotB(int, int) - Method in class org.incava.util.diff.Diff
Invoked for elements in a and not in b.
onBNotA(int, int) - Method in class org.incava.util.diff.Diff
Invoked for elements in b and not in a.
onChange(File) - Method in class org.mmbase.util.FileWatcher
Put here the stuff that has to be executed, when a file has been changed.
onChange(String) - Method in class org.mmbase.util.ResourceWatcher
Put here the stuff that has to be executed, when a file has been changed.
onChange() - Method in class org.mmbase.util.ResourceWatcher
Calls ResourceWatcher.onChange(String) for every added resource.
onChange(File) - Method in class org.mmbase.util.ResourceWatcher.ResourceFileWatcher
 
oneByte() - Method in class org.mmbase.util.MockInputStream
 
oneByte() - Method in class org.mmbase.util.NullInputStream
 
oneByte() - Method in class org.mmbase.util.RandomInputStream
 
ONFAIL - Static variable in class org.mmbase.module.lucene.Lucene
 
ONLINE - Static variable in class org.mmbase.versioning.Status
 
onload() - Method in class org.mmbase.applications.xmlimporter.TransactionHandler
This method is called on loading of the transactionhandler module and writes a log entry that the TransactionHandler is loaded.
onload() - Method in class org.mmbase.module.cache
 
onload() - Method in class org.mmbase.module.database.JDBC
 
onload() - Method in class org.mmbase.module.gui.flash.MMFlash
 
onload() - Method in class org.mmbase.module.Module
prepares the module when loaded.
onload() - Method in class org.mmbase.module.ProcessorModule
prepares the module when loaded.
onload() - Method in class org.mmbase.module.scancache
Event that should be triggered when the module is loaded.
onload() - Method in class org.mmbase.module.TransactionHandler
onLoad
onload() - Method in class org.mmbase.module.WatchedReloadableModule
prepares the module when loaded.
onload() - Method in class org.mmbase.util.PasswordGeneratorModule
Called when the module is loaded.
ONLY_REPLACE_FIRST_MATCH - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
If this is added to the config-int, then only the first match of all patterns should be used.
ONLY_USE_FIRST_MATCHING_PATTERN - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
If this is added to the config-int, then only the first match of any one pattern should be used.
onlyFirstMatch - Variable in class org.mmbase.util.transformers.ChunkedTransformer
 
onlyFirstPattern - Variable in class org.mmbase.util.transformers.ChunkedTransformer
 
onlyIfEmpty - Variable in class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
 
onMatch(int, int) - Method in class org.incava.util.diff.Diff
Invoked for elements matching in a and b.
OnShrinkTag - Class in org.mmbase.bridge.jsp.taglib.tree
 
OnShrinkTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.OnShrinkTag
 
open(StringBuilder, char) - Method in class org.mmbase.util.transformers.ListParser
 
openConnection(String) - Method in class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
 
openConnection(String) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
openConnection(String) - Method in class org.mmbase.util.ResourceLoader.NodeURLStreamHandler
 
openConnection(String) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
We need an openConnection by name only, and public.
openConnection(URL) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
 
openConnection(String) - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
 
openObject(String) - Method in class org.mmbase.applications.xmlimporter.Transaction
Open object in the context of this transaction.
openTransaction(UserTransactionInfo, String, boolean) - Static method in class org.mmbase.applications.xmlimporter.Transaction
Open previously created transaction.
Operation - Class in org.mmbase.security
This class is a kind of enumeration (introduced before java 1.5 enumerations) of the operations possible within the security authorization.
OPERATION_FIELD - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
The field of this relations which present the operation.
operationsCache - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
OperationsCache() - Constructor for class org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
 
operator - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
operator - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
operator - Variable in class org.mmbase.storage.search.legacy.DBConditionItem
The comparison operator, must be one of the constants defined in this class.
OPERATOR_BETWEEN - Static variable in class org.mmbase.bridge.util.Queries
 
OPERATOR_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
OPERATOR_IN - Static variable in class org.mmbase.bridge.util.Queries
 
OPERATOR_NULL - Static variable in class org.mmbase.bridge.util.Queries
 
optimizeRelationStep(BasicRelationStep, int, int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
Optimize as relation step by considering restrictions of TypeRel.
Option - Class in org.mmbase.applications.vprowizards.spring.util
 
Option(String, String) - Constructor for class org.mmbase.applications.vprowizards.spring.util.Option
 
Option() - Constructor for class org.mmbase.applications.vprowizards.spring.util.Option
 
optional - Variable in class org.mmbase.bridge.util.xml.query.FieldDefinition
 
OptionlistBean - Class in org.mmbase.applications.vprowizards.spring.util
this class is used to create option lists for fields in vpro-wizards forms
OptionlistBean() - Constructor for class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
options - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
OR - Static variable in class org.apache.lucene.misc.ChainedFilter
OR - Static variable in class org.mmbase.storage.search.legacy.DBLogicalOperator
 
ORDER_ASCENDING - Static variable in interface org.mmbase.storage.search.SortOrder
Order for ascending sort order.
ORDER_CREATE - Static variable in interface org.mmbase.bridge.NodeManager
A constant for use with NodeManager.getFields(int), meaning `all fields, in storage order (so which are in storage'.
ORDER_CREATE - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
ORDER_DESCENDING - Static variable in interface org.mmbase.storage.search.SortOrder
Order for descending sort order.
ORDER_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.SortOrder
Order descriptions corresponding to the order values: SortOrder.ORDER_ASCENDING, and SortOrder.ORDER_DESCENDING
ORDER_EDIT - Static variable in interface org.mmbase.bridge.NodeManager
A constant for use with NodeManager.getFields(int), meaning all fields which a user may want to fill when creating or editing this node.
ORDER_EDIT - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
ORDER_LIST - Static variable in interface org.mmbase.bridge.NodeManager
A constant for use with NodeManager.getFields(int).
ORDER_LIST - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
ORDER_NONE - Static variable in interface org.mmbase.bridge.NodeManager
A constant for use with NodeManager.getFields(int), meaning `all fields, even those which are not stored.
ORDER_SEARCH - Static variable in interface org.mmbase.bridge.NodeManager
A constant for use with NodeManager.getFields(int) On some fields, like binary fields (e.g.
ORDER_SEARCH - Static variable in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
 
orderBy - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
orderby - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Holds the list of fields to sort the list on.
orderby - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
OrderByComparator(boolean, boolean) - Constructor for class org.mmbase.applications.editwizard.Wizard.OrderByComparator
 
org.apache.lucene.analysis - package org.apache.lucene.analysis
 
org.apache.lucene.misc - package org.apache.lucene.misc
 
org.incava.util.diff - package org.incava.util.diff
 
org.mmbase - package org.mmbase
The implementation of MMBase, an open source content management system.
org.mmbase.applications.crontab - package org.mmbase.applications.crontab
An MMBase CronDaemon implementation.
org.mmbase.applications.crontab.builders - package org.mmbase.applications.crontab.builders
 
org.mmbase.applications.crontab.modules - package org.mmbase.applications.crontab.modules
 
org.mmbase.applications.dove - package org.mmbase.applications.dove
The Dove classes create a XML-based communication interface with MMBase.
org.mmbase.applications.dove.servlet - package org.mmbase.applications.dove.servlet
This package contains servlet classes that can be used to disclose the Dove classes through an application server.
org.mmbase.applications.editwizard - package org.mmbase.applications.editwizard
This package contains the classes used by the Editwizards to pass commands to MMBase.
org.mmbase.applications.email - package org.mmbase.applications.email
 
org.mmbase.applications.media - package org.mmbase.applications.media
The MMBase media projects define an object model to represent meta data for 'media' formats like real audio streams and mp3 files.
org.mmbase.applications.media.builders - package org.mmbase.applications.media.builders
The basic builders for the object model associated with the MMBase media project.
org.mmbase.applications.media.cache - package org.mmbase.applications.media.cache
 
org.mmbase.applications.media.filters - package org.mmbase.applications.media.filters
URL-filters for the MMBase media project.
org.mmbase.applications.media.urlcomposers - package org.mmbase.applications.media.urlcomposers
URL composers contain the information to create an URL.
org.mmbase.applications.media.urlcomposers.omroep - package org.mmbase.applications.media.urlcomposers.omroep
This is an example.
org.mmbase.applications.mmbob - package org.mmbase.applications.mmbob
 
org.mmbase.applications.mmbob.generate - package org.mmbase.applications.mmbob.generate
 
org.mmbase.applications.mmbob.gui - package org.mmbase.applications.mmbob.gui
 
org.mmbase.applications.mmbob.util.transformers - package org.mmbase.applications.mmbob.util.transformers
 
org.mmbase.applications.multilanguagegui - package org.mmbase.applications.multilanguagegui
 
org.mmbase.applications.thememanager - package org.mmbase.applications.thememanager
 
org.mmbase.applications.thememanager.taglib - package org.mmbase.applications.thememanager.taglib
 
org.mmbase.applications.vprowizards.spring - package org.mmbase.applications.vprowizards.spring
 
org.mmbase.applications.vprowizards.spring.action - package org.mmbase.applications.vprowizards.spring.action
 
org.mmbase.applications.vprowizards.spring.cache - package org.mmbase.applications.vprowizards.spring.cache
 
org.mmbase.applications.vprowizards.spring.cache.modifiers - package org.mmbase.applications.vprowizards.spring.cache.modifiers
 
org.mmbase.applications.vprowizards.spring.cache.template - package org.mmbase.applications.vprowizards.spring.cache.template
 
org.mmbase.applications.vprowizards.spring.util - package org.mmbase.applications.vprowizards.spring.util
 
org.mmbase.applications.xmlimporter - package org.mmbase.applications.xmlimporter
Provides classes and interfaces for importing a Temporary Cloud of Objects (TCP) into the permanent MMBase Persistent Cloud of Objects (PCO).
org.mmbase.bridge - package org.mmbase.bridge
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
org.mmbase.bridge.implementation - package org.mmbase.bridge.implementation
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
org.mmbase.bridge.jsp.taglib - package org.mmbase.bridge.jsp.taglib
The MMBase taglib implementation.
org.mmbase.bridge.jsp.taglib.containers - package org.mmbase.bridge.jsp.taglib.containers
Most tags related to 'container' tags are collected here.
org.mmbase.bridge.jsp.taglib.debug - package org.mmbase.bridge.jsp.taglib.debug
 
org.mmbase.bridge.jsp.taglib.edit - package org.mmbase.bridge.jsp.taglib.edit
 
org.mmbase.bridge.jsp.taglib.editor - package org.mmbase.bridge.jsp.taglib.editor
This is the package were the EditTag lives.
org.mmbase.bridge.jsp.taglib.functions - package org.mmbase.bridge.jsp.taglib.functions
 
org.mmbase.bridge.jsp.taglib.macro - package org.mmbase.bridge.jsp.taglib.macro
 
org.mmbase.bridge.jsp.taglib.pageflow - package org.mmbase.bridge.jsp.taglib.pageflow
 
org.mmbase.bridge.jsp.taglib.pageflow.macro - package org.mmbase.bridge.jsp.taglib.pageflow.macro
 
org.mmbase.bridge.jsp.taglib.security - package org.mmbase.bridge.jsp.taglib.security
 
org.mmbase.bridge.jsp.taglib.tree - package org.mmbase.bridge.jsp.taglib.tree
 
org.mmbase.bridge.jsp.taglib.typehandler - package org.mmbase.bridge.jsp.taglib.typehandler
Typehandlers are used by the FieldInfo tag to produce html-code based on type and guitype of the field.
org.mmbase.bridge.jsp.taglib.util - package org.mmbase.bridge.jsp.taglib.util
 
org.mmbase.bridge.mock - package org.mmbase.bridge.mock
This package provides a completely 'virtual' implementation of the bridge.
org.mmbase.bridge.mock.jsp - package org.mmbase.bridge.mock.jsp
We used to used spring-web, but that is odd, we don't use spring in MMBase
org.mmbase.bridge.remote - package org.mmbase.bridge.remote
 
org.mmbase.bridge.remote.proxy - package org.mmbase.bridge.remote.proxy
 
org.mmbase.bridge.remote.rmi - package org.mmbase.bridge.remote.rmi
 
org.mmbase.bridge.remote.util - package org.mmbase.bridge.remote.util
 
org.mmbase.bridge.util - package org.mmbase.bridge.util
This package contains several bridge related classes which can be used independently of the rest of MMBase.
org.mmbase.bridge.util.xml - package org.mmbase.bridge.util.xml
Contains utility functions that perform XML functionaly on MMBase bridge objects.
org.mmbase.bridge.util.xml.query - package org.mmbase.bridge.util.xml.query
Functionality to parse XML to Query objects.
org.mmbase.cache - package org.mmbase.cache
The goal of this package is to centralize the MMBase caches.
org.mmbase.cache.implementation - package org.mmbase.cache.implementation
 
org.mmbase.cache.oscache - package org.mmbase.cache.oscache
 
org.mmbase.cache.xslt - package org.mmbase.cache.xslt
Provides the caches which can be used when doing XSLT conversions.
org.mmbase.calendar - package org.mmbase.calendar
 
org.mmbase.clustering - package org.mmbase.clustering
 
org.mmbase.clustering.jgroups - package org.mmbase.clustering.jgroups
 
org.mmbase.clustering.multicast - package org.mmbase.clustering.multicast
 
org.mmbase.clustering.unicast - package org.mmbase.clustering.unicast
 
org.mmbase.core - package org.mmbase.core
 
org.mmbase.core.event - package org.mmbase.core.event
 
org.mmbase.core.util - package org.mmbase.core.util
 
org.mmbase.datatypes - package org.mmbase.datatypes
This package defines and implements DataTypes, which are a way to apply restrictions to and annotate certain data.
org.mmbase.datatypes.handlers - package org.mmbase.datatypes.handlers
This is a generalization of what used to be org.mmbase.bridge.jsp.taglib.typehandler.
org.mmbase.datatypes.handlers.html - package org.mmbase.datatypes.handlers.html
 
org.mmbase.datatypes.handlers.html.upload - package org.mmbase.datatypes.handlers.html.upload
This package contains some helper classes which enables use to 'monitor' the status of a user upload.
org.mmbase.datatypes.processors - package org.mmbase.datatypes.processors
Plugins into set- and getValue methods on Node (Setting and getting Fields).
org.mmbase.datatypes.processors.xml - package org.mmbase.datatypes.processors.xml
 
org.mmbase.datatypes.resources - package org.mmbase.datatypes.resources
 
org.mmbase.datatypes.util - package org.mmbase.datatypes.util
 
org.mmbase.datatypes.util.xml - package org.mmbase.datatypes.util.xml
 
org.mmbase.framework - package org.mmbase.framework
The package contains the component framework of MMBase.
org.mmbase.framework.basic - package org.mmbase.framework.basic
 
org.mmbase.functions - package org.mmbase.functions
 
org.mmbase.jumpers - package org.mmbase.jumpers
 
org.mmbase.module - package org.mmbase.module
The modules used to load MMBase and optional MMBase functionality.
org.mmbase.module.builders - package org.mmbase.module.builders
The MMBase standard and optional builders.
org.mmbase.module.builders.vwms - package org.mmbase.module.builders.vwms
 
org.mmbase.module.core - package org.mmbase.module.core
The core classes for MMBase.
org.mmbase.module.corebuilders - package org.mmbase.module.corebuilders
The MMBase core builders.
org.mmbase.module.database - package org.mmbase.module.database
The classes and interfaces that arrange the actual connection to JDBC database.
org.mmbase.module.gui.flash - package org.mmbase.module.gui.flash
 
org.mmbase.module.gui.html - package org.mmbase.module.gui.html
 
org.mmbase.module.lucene - package org.mmbase.module.lucene
 
org.mmbase.module.lucene.analysis.en - package org.mmbase.module.lucene.analysis.en
 
org.mmbase.module.lucene.analysis.nl - package org.mmbase.module.lucene.analysis.nl
 
org.mmbase.module.lucene.extraction - package org.mmbase.module.lucene.extraction
 
org.mmbase.module.lucene.extraction.impl - package org.mmbase.module.lucene.extraction.impl
 
org.mmbase.module.smtp - package org.mmbase.module.smtp
Contains classes and interfaces to deal with receiving email (rather then sending).
org.mmbase.module.tools - package org.mmbase.module.tools
 
org.mmbase.mojo - package org.mmbase.mojo
 
org.mmbase.mojo.remote - package org.mmbase.mojo.remote
 
org.mmbase.mynews - package org.mmbase.mynews
 
org.mmbase.notifications - package org.mmbase.notifications
 
org.mmbase.poll - package org.mmbase.poll
 
org.mmbase.richtext - package org.mmbase.richtext
 
org.mmbase.richtext.builders - package org.mmbase.richtext.builders
 
org.mmbase.richtext.processors - package org.mmbase.richtext.processors
 
org.mmbase.richtext.processors.xml - package org.mmbase.richtext.processors.xml
 
org.mmbase.richtext.transformers - package org.mmbase.richtext.transformers
 
org.mmbase.searchrelate - package org.mmbase.searchrelate
 
org.mmbase.searchrelate.handlers - package org.mmbase.searchrelate.handlers
 
org.mmbase.security - package org.mmbase.security
The security infrastructure of MMBase.
org.mmbase.security.classsecurity - package org.mmbase.security.classsecurity
 
org.mmbase.security.implementation.basic - package org.mmbase.security.implementation.basic
 
org.mmbase.security.implementation.cloud - package org.mmbase.security.implementation.cloud
 
org.mmbase.security.implementation.cloudcontext - package org.mmbase.security.implementation.cloudcontext
 
org.mmbase.security.implementation.cloudcontext.builders - package org.mmbase.security.implementation.cloudcontext.builders
 
org.mmbase.security.implementation.cloudcontext.workflow - package org.mmbase.security.implementation.cloudcontext.workflow
 
org.mmbase.security.implementation.context - package org.mmbase.security.implementation.context
 
org.mmbase.servlet - package org.mmbase.servlet
MMBase is based on servlets.
org.mmbase.servlet.rmi - package org.mmbase.servlet.rmi
 
org.mmbase.sms - package org.mmbase.sms
 
org.mmbase.sms.cmtelecom - package org.mmbase.sms.cmtelecom
org.mmbase.storage - package org.mmbase.storage
The interfaces that define the classes for persistent storage of objects.
org.mmbase.storage.implementation.database - package org.mmbase.storage.implementation.database
 
org.mmbase.storage.search - package org.mmbase.storage.search
Provides interfaces for retrieval of data from SearchQuery objects.
org.mmbase.storage.search.implementation - package org.mmbase.storage.search.implementation
 
org.mmbase.storage.search.implementation.database - package org.mmbase.storage.search.implementation.database
 
org.mmbase.storage.search.implementation.database.functions - package org.mmbase.storage.search.implementation.database.functions
 
org.mmbase.storage.search.implementation.database.informix.excalibur - package org.mmbase.storage.search.implementation.database.informix.excalibur
 
org.mmbase.storage.search.legacy - package org.mmbase.storage.search.legacy
 
org.mmbase.storage.util - package org.mmbase.storage.util
 
org.mmbase.streams - package org.mmbase.streams
 
org.mmbase.streams.builders - package org.mmbase.streams.builders
 
org.mmbase.streams.createcaches - package org.mmbase.streams.createcaches
 
org.mmbase.streams.download - package org.mmbase.streams.download
 
org.mmbase.streams.media.codec.video.theora - package org.mmbase.streams.media.codec.video.theora
 
org.mmbase.streams.thumbnails - package org.mmbase.streams.thumbnails
 
org.mmbase.streams.transcoders - package org.mmbase.streams.transcoders
 
org.mmbase.streams.urlcomposers - package org.mmbase.streams.urlcomposers
 
org.mmbase.util - package org.mmbase.util
 
org.mmbase.util.dateparser - package org.mmbase.util.dateparser
 
org.mmbase.util.externalprocess - package org.mmbase.util.externalprocess
 
org.mmbase.util.functions - package org.mmbase.util.functions
The function framework is all about the creation of Function instances, from which then, subsequently, function values can be acquired.
org.mmbase.util.images - package org.mmbase.util.images
The packages contains classes and interfaces related to conversion of images and finding information about them.
org.mmbase.util.jumpers - package org.mmbase.util.jumpers
 
org.mmbase.util.logging - package org.mmbase.util.logging
The MMBase logging infrastructure.
org.mmbase.util.logging.commons - package org.mmbase.util.logging.commons
 
org.mmbase.util.logging.commons.impl - package org.mmbase.util.logging.commons.impl
 
org.mmbase.util.logging.java - package org.mmbase.util.logging.java
Classes related to the java.util.logging package (new in java 1.4).
org.mmbase.util.logging.log4j - package org.mmbase.util.logging.log4j
 
org.mmbase.util.magicfile - package org.mmbase.util.magicfile
This package contains the classes needed by org.mmbase.util.magicfile.MagicFile.
org.mmbase.util.transformers - package org.mmbase.util.transformers
`Tranformers' define tranformations of Strings, byte arrays and streams.
org.mmbase.util.xml - package org.mmbase.util.xml
 
org.mmbase.util.xml.applicationdata - package org.mmbase.util.xml.applicationdata
 
org.mmbase.util.xml.filter - package org.mmbase.util.xml.filter
 
org.mmbase.versioning - package org.mmbase.versioning
 
origin - Variable in class org.mmbase.datatypes.BasicDataType
The datatype from which this datatype originally inherited it's properties.
ORIGINAL - Static variable in class org.mmbase.applications.dove.AbstractDove
 
originalName - Variable in class org.mmbase.mojo.remote.InterfaceGenerator
 
originalName - Variable in class org.mmbase.mojo.remote.ProxyGenerator
 
originalName - Variable in class org.mmbase.mojo.remote.RmiGenerator
 
originalNoderef - Variable in class org.mmbase.bridge.implementation.BasicNode
 
originalPageContextValues - Variable in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
In this map we keep track of what should be in the page context when this backing is BasicBacking.release()d.
originalQuery - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
originals - Variable in class org.mmbase.bridge.util.MapNode
 
originalValues - Variable in class org.mmbase.bridge.util.NodeChanger
 
OriginTrace - Class in org.mmbase.datatypes.processors
 
OriginTrace() - Constructor for class org.mmbase.datatypes.processors.OriginTrace
 
OSCacheHandlerInterceptor - Class in org.mmbase.applications.vprowizards.spring.cache
Dit is een simpele oscache implementatie die op basis van de 'flush' en 'flushname' Een of meerdere oscache groepen flushet.
OSCacheHandlerInterceptor() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.OSCacheHandlerInterceptor
 
OSCacheImplementation<K,V> - Class in org.mmbase.cache.oscache
Implementation of the MMBase 'CacheImplementationInterface' interface, which delegates all calls to an OSCache implementation.
OSCacheImplementation() - Constructor for class org.mmbase.cache.oscache.OSCacheImplementation
 
OSCacheInvalidator - Class in org.mmbase.richtext
 
OSCacheInvalidator() - Constructor for class org.mmbase.richtext.OSCacheInvalidator
 
OSCacheNameResolver - Interface in org.mmbase.applications.vprowizards.spring.cache
The purpose of this interface is to resolve identifiers for oscache groups and cache keys into real group or key names.
OSCacheWrapper - Class in org.mmbase.applications.vprowizards.spring.cache
this wraps an oscache instance.
OSCacheWrapper() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.OSCacheWrapper
 
OTHER - Static variable in interface org.mmbase.util.transformers.ListParserConstants
RegularExpression Id.
OtherField - Class in org.mmbase.datatypes.processors
The set- and get- processors implemented in this file can be used to make a virtual field which acts as another field of the same node
OtherField() - Constructor for class org.mmbase.datatypes.processors.OtherField
 
otherField - Variable in class org.mmbase.datatypes.processors.RelatedField.AbstractProcessor
 
OtherField.AbstractProcessor - Class in org.mmbase.datatypes.processors
 
OtherField.Getter - Class in org.mmbase.datatypes.processors
 
OtherField.Setter - Class in org.mmbase.datatypes.processors
 
oType - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
oType - Variable in class org.mmbase.bridge.util.NodeManagerDescription
 
oType - Variable in class org.mmbase.module.core.MMObjectBuilder
The current builder's object type Retrieved from the TypeDef builder.
out - Variable in class org.mmbase.streams.createcaches.TranscoderResult
 
OUT - Static variable in class org.mmbase.streams.media.codec.video.theora.FFMpeg2Theora
 
out - Variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
out - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
output(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
output - Variable in class org.mmbase.util.externalprocess.ProcessClosure
The stream where data is written to when piped from stdout
outputReader - Variable in class org.mmbase.util.externalprocess.ProcessClosure
Thread for copying bytes from stdout to output
OutputStreamListener - Interface in org.mmbase.datatypes.handlers.html.upload
 
OutputStreamReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing result directly to an output stream.
OutputStreamReceiver(OutputStream) - Constructor for class org.mmbase.util.images.OutputStreamReceiver
 
overrideNoImplicitList() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
overrideWrite(boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
There is a default behavior for what should happen if the 'write' attribute is not set.
OwnerAuthorization - Class in org.mmbase.security.implementation.basic
A very simple Authorization implementation, based an a property file.
OwnerAuthorization() - Constructor for class org.mmbase.security.implementation.basic.OwnerAuthorization
 

P

PACKAGE - Static variable in class org.mmbase.streams.transcoders.AbstractTranscoder
 
page - Variable in class org.mmbase.applications.editwizard.Config.Configurator
 
page - Variable in class org.mmbase.applications.editwizard.Config.SubConfig
 
page - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
page - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
page - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
PAGE_CATEGORY - Static variable in class org.mmbase.util.logging.Logging
The category for logging info about pages (like stop / start).
pageContext - Variable in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
PageContextBacking - Class in org.mmbase.bridge.jsp.taglib.util
A basic implementation for the backing, using the PageContext itself.
PageContextBacking(PageContext) - Constructor for class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
PageContextContainer - Class in org.mmbase.bridge.jsp.taglib.util
The page context container stores variables directly in the page context, like JSTL does.
PageContextContainer(PageContext) - Constructor for class org.mmbase.bridge.jsp.taglib.util.PageContextContainer
Since a ContextContainer can contain other ContextContainer, it has to know which ContextContainer contains this.
pageContextTag - Variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
PageContextThreadLocal - Class in org.mmbase.bridge.jsp.taglib
A thread-local is used to store a stack of JSP PageContext.objects.
PageContextThreadLocal() - Constructor for class org.mmbase.bridge.jsp.taglib.PageContextThreadLocal
 
PageCRCException - Exception in org.mmbase.util
This exception gets thrown when a Cyclic Redundancy Check fails.
PageCRCException(String) - Constructor for exception org.mmbase.util.PageCRCException
Create the exception
PageInfo - Class in org.mmbase.util
The PageInfo is a container class.
PageInfo() - Constructor for class org.mmbase.util.PageInfo
Empty constructor, needed for call from scanpage
PageInfo(HttpServletRequest, HttpServletResponse, Cloud) - Constructor for class org.mmbase.util.PageInfo
Creates a pagecontext with a user's request information.
PageInfo(HttpServletRequest, HttpServletResponse) - Constructor for class org.mmbase.util.PageInfo
 
pagelength - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
pageLog - Static variable in class org.mmbase.servlet.JamesServlet
 
PageMaster - Class in org.mmbase.module.builders.vwms
A VWM that manages the files by scheduling them to be send to one or more mirror sites.
PageMaster() - Constructor for class org.mmbase.module.builders.vwms.PageMaster
Constructor for the PageMaster VWM.
PageProcess - Class in org.mmbase.module.gui.html
Support class for scanparser to calculate pages in the background.
PageProcess(scanparser, scanpage, String) - Constructor for class org.mmbase.module.gui.html.PageProcess
Create a thread and fire it up to calculate 1 page.
Pair - Class in org.mmbase.bridge.jsp.taglib.util
Container class, to store results of 'getPair' function, which is a 'parent' container plus a key.
Pair(String, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Pair
 
ParagraphTransformer(String) - Constructor for class org.mmbase.util.transformers.ParagraphTransformerFactory.ParagraphTransformer
 
ParagraphTransformerFactory - Class in org.mmbase.util.transformers
Wraps a text in paragraph (p) tags, unless it is empty or that text starts with a p tag (in which case it is already wrapped).
ParagraphTransformerFactory() - Constructor for class org.mmbase.util.transformers.ParagraphTransformerFactory
 
ParagraphTransformerFactory.ParagraphTransformer - Class in org.mmbase.util.transformers
 
PARAM_ESCAPE - Static variable in class org.mmbase.util.transformers.Url
 
PARAM_FUZZINESS - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Name for parameter specifying fuzziness for fuzzy matching.
PARAM_NAME - Static variable in class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
By what name the list of cache flush hints are registered in the request
PARAM_PAGEINFO - Static variable in class org.mmbase.module.ProcessorModule
 
PARAM_PROXIMITY_LIMIT - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Name for parameter specifying proximity limit for proximity oriented search.
paramDefinition - Variable in class org.mmbase.framework.Block
 
Parameter<C> - Class in org.mmbase.util.functions
Each (function) argument is specified by a Parameter object.
Parameter(String, DataType<C>) - Constructor for class org.mmbase.util.functions.Parameter
Create a Parameter object
Parameter(String, DataType<C>, boolean) - Constructor for class org.mmbase.util.functions.Parameter
Create a Parameter object
Parameter(String, Class<C>) - Constructor for class org.mmbase.util.functions.Parameter
Create a Parameter object
Parameter(String, Class<C>, boolean) - Constructor for class org.mmbase.util.functions.Parameter
Create a Parameter object
Parameter(String, Class<C>, C) - Constructor for class org.mmbase.util.functions.Parameter
Create a Parameter object
Parameter(String, C) - Constructor for class org.mmbase.util.functions.Parameter
 
Parameter(Map.Entry<String, C>) - Constructor for class org.mmbase.util.functions.Parameter
Create Parameter definition by example value
Parameter(Parameter<C>, boolean) - Constructor for class org.mmbase.util.functions.Parameter
Copy-constructor, just to copy it with different requiredness
Parameter(Parameter<C>, C) - Constructor for class org.mmbase.util.functions.Parameter
Copy-constructor, just to copy it with different defaultValue (which implies that it is not required now)
Parameter.Wrapper - Class in org.mmbase.util.functions
A Parameter.Wrapper wraps one Parameter around a Parameter[] (then you can put it in a Parameter[]).
PARAMETER_AUTHENTICATE - Static variable in interface org.mmbase.security.AuthenticationData
 
PARAMETER_GROUPORUSER - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
PARAMETER_LOGOUT - Static variable in interface org.mmbase.security.AuthenticationData
 
PARAMETER_OPERATION - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
PARAMETER_PASSWORD - Static variable in interface org.mmbase.security.AuthenticationData
 
PARAMETER_RANK - Static variable in interface org.mmbase.security.AuthenticationData
 
PARAMETER_SESSIONNAME - Static variable in interface org.mmbase.security.AuthenticationData
 
PARAMETER_USERNAME - Static variable in interface org.mmbase.security.AuthenticationData
Common parameters for login-info.
PARAMETER_USERNAMES - Static variable in interface org.mmbase.security.AuthenticationData
 
ParameterizedCommitProcessorFactory - Interface in org.mmbase.datatypes.processors
A parameterized commitprocessor factory creates CommitProcessors, using Parameters.
ParameterizedProcessorFactory - Interface in org.mmbase.datatypes.processors
A parameterized commitprocessor factory creates Processors, using Parameters.
ParameterizedTransformerFactory<T extends Transformer> - Interface in org.mmbase.util.transformers
ParameterizedTransformerFactories, can create Transformer instances, but can do that 'parameterized'.
parameters - Variable in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
parameters - Variable in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
parameters - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
parameters - Variable in class org.mmbase.framework.ChainedRenderer
 
PARAMETERS - Static variable in class org.mmbase.streams.ChangeWithoutProcessFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.CreateCachesFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.CreateSourcesWithoutProcessFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.download.DownloadFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.FileFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.thumbnails.WaitFunction
 
PARAMETERS - Static variable in class org.mmbase.streams.UpdateSourcesFunction
 
PARAMETERS - Static variable in class org.mmbase.util.functions.CloneNodeFunction
 
PARAMETERS - Static variable in class org.mmbase.util.functions.GuiFunction
 
Parameters - Class in org.mmbase.util.functions
This class implemements the Parameters interface.
Parameters(Parameter<?>...) - Constructor for class org.mmbase.util.functions.Parameters
Constructor, taking an Parameter[] array argument.
Parameters(Parameter<?>[], Collection<?>) - Constructor for class org.mmbase.util.functions.Parameters
If you happen to have a List of parameters, then you can wrap it into an Parameters with this constructor.
Parameters(Parameter<?>[], Object...) - Constructor for class org.mmbase.util.functions.Parameters
 
Parameters(Map<String, Object>) - Constructor for class org.mmbase.util.functions.Parameters
 
Parameters(List<Map.Entry<String, Object>>) - Constructor for class org.mmbase.util.functions.Parameters
 
Parameters(Parameters) - Constructor for class org.mmbase.util.functions.Parameters
Copy-constructor
Parameters(Parameters, int, int) - Constructor for class org.mmbase.util.functions.Parameters
Used for nicer implemenation of subList (which we want to also be instanceof Parameters).
Parameters.SerializableAbstractMap<K,V> - Class in org.mmbase.util.functions
 
PARAMETERS_ANONYMOUS - Static variable in class org.mmbase.security.Authentication
 
PARAMETERS_NAME_PASSWORD - Static variable in class org.mmbase.security.Authentication
 
PARAMETERS_USERS - Static variable in class org.mmbase.security.Authentication
 
parametersAttr - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
ParamHandler - Interface in org.mmbase.bridge.jsp.taglib
ParamHandlers can have the <mm:param> (ParamTag) tag as subtag.
paramHtmlInput(ParamHandler, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
paramHtmlInput(ParamHandler, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
paramHtmlInput(ParamHandler, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
paramHtmlInput(ParamHandler, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
paramHtmlInput(ParamHandler, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
paramHtmlInput(ParamHandler, Field) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
 
params - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
PARAMS - Static variable in class org.mmbase.datatypes.processors.ChecksumGetProcessorFactory
 
PARAMS - Static variable in class org.mmbase.datatypes.processors.ChecksumProcessorFactory
 
PARAMS - Static variable in class org.mmbase.datatypes.processors.CopyFieldCommitProcessorFactory
 
PARAMS - Static variable in class org.mmbase.datatypes.processors.LastModifiedProcessorFactory
 
params - Static variable in class org.mmbase.util.images.Factory
 
params - Variable in class org.mmbase.util.images.ImageConversionRequest
 
params - Variable in class org.mmbase.util.scanpage
The parameters of this page.
PARAMS - Static variable in class org.mmbase.util.transformers.ChecksumFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.EncryptionTransformerFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.ParagraphTransformerFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.ResourceBundleReplacerFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.SubstringFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
PARAMS - Static variable in class org.mmbase.util.transformers.WordWrapperFactory
 
PARAMS_KEY - Static variable in class org.mmbase.framework.FrameworkFilter
 
PARAMS_PAGEINFO - Static variable in class org.mmbase.module.ProcessorModule
 
ParamTag - Class in org.mmbase.bridge.jsp.taglib
Adds an extra parameter to the parent ParamHandler tag (e.g.
ParamTag() - Constructor for class org.mmbase.bridge.jsp.taglib.ParamTag
 
ParamValueResolver - Interface in org.mmbase.applications.vprowizards.spring.util
 
PARENT - Static variable in class org.mmbase.applications.dove.AbstractDove
 
parent - Variable in class org.mmbase.applications.email.EmailExpireHandler
 
parent - Variable in class org.mmbase.bridge.jsp.taglib.util.CollectorBacking
 
parent - Variable in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
parent - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
parent - Variable in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
parent - Variable in class org.mmbase.datatypes.BasicDataType.DataTypeComparator
 
parent - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
parent - Variable in class org.mmbase.framework.AbstractProcessor
 
parent - Variable in class org.mmbase.module.builders.VersionXMLCacheNodeReader
Deprecated.
 
parent - Variable in class org.mmbase.module.builders.vwms.ImagePusher
The class that started the pusher (ImageMaster).
parent - Variable in class org.mmbase.module.builders.vwms.VwmProbe
 
parent - Variable in class org.mmbase.module.core.MMObjectNode
Pointer to the parent builder that is responsible for this node.
parent - Variable in class org.mmbase.module.core.SmartPathFunction
 
parent - Variable in class org.mmbase.module.database.MultiConnectionImplementation
 
parent - Variable in class org.mmbase.module.database.MultiStatement
The connection that created this statement.
parent - Variable in class org.mmbase.util.xml.ParentBuilderReader
 
ParentBuilderReader - Class in org.mmbase.util.xml
This version of AbstractBuilderReader implements every method besides a ParentBuilderReader.getNodeManagerDescription(String).
ParentBuilderReader(InputSource) - Constructor for class org.mmbase.util.xml.ParentBuilderReader
 
ParentBuilderReader(Document) - Constructor for class org.mmbase.util.xml.ParentBuilderReader
 
parentCloud - Variable in class org.mmbase.bridge.implementation.BasicTransaction
 
parentDid - Variable in class org.mmbase.applications.editwizard.Config.WizardConfig
 
parentFid - Variable in class org.mmbase.applications.editwizard.Config.WizardConfig
 
parentFieldId - Variable in class org.mmbase.bridge.jsp.taglib.FieldReferrerTag
 
parentListId - Variable in class org.mmbase.bridge.jsp.taglib.ListReferrerTag
 
parentNodeId - Variable in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
 
PARENTS_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
parentsallow(Node, Node, Operation) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
parentTreeId - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeReferrerTag
 
parentTypeRelNodes - Variable in class org.mmbase.module.corebuilders.TypeRel
 
parse(Reader) - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Parse xml and execute transactions accordingly.
parse() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
Parses this attribute into list of 'attributeparts'.
parse(Node, Document) - Method in class org.mmbase.richtext.processors.xml.DocBook
Receives Docbook XML, and saves as MMXF.
parse(Node, Document) - Method in class org.mmbase.richtext.processors.xml.Kupu
Parses kupu-output for a certain node.
parse(Object) - Static method in class org.mmbase.richtext.processors.xml.Util
Just parses String to Document
parse(InputStream) - Static method in class org.mmbase.richtext.processors.xml.Util
Just parses InputStream to Document (without validation).
parse(Node, Field, Document) - Method in class org.mmbase.richtext.processors.xml.Wiki
 
parse(String, ParsePosition) - Method in class org.mmbase.util.DateFormats.DayOfWeekDateFormat
 
parse(Vector) - Method in class org.mmbase.util.HTMLElement
Reads the Vector and fills all the variables if the corespondending variables.
parse(String) - Static method in class org.mmbase.util.images.ImageMagickImageConverter.Version
 
parseAudioFormat(String) - Static method in class Transcode
Parse the audio format specifier and generate an AudioFormat.
parseCKey(String) - Static method in class org.mmbase.util.images.Imaging
Parses a ckey String into a CKey structure.
parseCondition(ListIterator<String>) - Method in class org.mmbase.storage.search.legacy.ConstraintParser
Parses SQL-search-condition string from list of tokens, and produces a corresponding BasicConstraint object.
parseCost - Variable in class org.mmbase.clustering.Statistics
 
parsedate(String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Returns the number of seconds from 1-Jan-1970 to a given date
parseDate(Calendar, String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Parse a string containing a date and put it in a calendar
parseDateRev(Calendar, String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Parse a string containing a date and put it in a calendar, the string is in reversed order
parsedatetime(String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Returns the number of seconds from 1-Jan-1970 00:00:00 to a given time
parsedbmdate(String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Parse date strings in the form yyyy-mm-dd
This format is used in several database (dbm's)
parseEntry(String) - Method in class org.mmbase.applications.crontab.CronEntryField
 
ParseException - Exception in org.mmbase.module
This exception gets thrown when the user hasn't logged in yet.
ParseException() - Constructor for exception org.mmbase.module.ParseException
 
ParseException(String) - Constructor for exception org.mmbase.module.ParseException
 
ParseException(Throwable) - Constructor for exception org.mmbase.module.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.mmbase.module.ParseException
 
ParseException - Exception in org.mmbase.util.dateparser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.mmbase.util.dateparser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.mmbase.util.dateparser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.mmbase.util.dateparser.ParseException
Constructor with message.
ParseException - Exception in org.mmbase.util.transformers
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.mmbase.util.transformers.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.mmbase.util.transformers.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.mmbase.util.transformers.ParseException
Constructor with message.
parseExpression(String, Class, FunctionMapper) - Method in class org.mmbase.bridge.mock.jsp.MockExpressionEvaluator
 
ParseItem - Class in org.mmbase.storage.search.legacy
Basic Class for parsing values and expressions.
ParseItem() - Constructor for class org.mmbase.storage.search.legacy.ParseItem
 
parseMessage(byte[]) - Method in class org.mmbase.clustering.ClusterManager
 
parseMessageBackwardCompatible(String) - Method in class org.mmbase.clustering.ClusterManager
 
parseMetaValue(String, String) - Static method in class org.mmbase.servlet.FileServlet
 
parseOnly(String) - Method in class org.mmbase.applications.email.SendMail
Like InternetAddress#parse but leaves out the addresses not matching 'onlyTo'.
parseProperties(String) - Method in class org.mmbase.module.builders.vwms.Vwm
Converts a string of properties to a Hashtable.
parseQuery(Element, Cloud, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
parseQuery(Element, QueryConfigurer, Cloud, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
Creates a Query object from an Element.
Parser() - Constructor for class org.mmbase.datatypes.processors.FormatFileSize.Parser
 
Parser() - Constructor for class org.mmbase.datatypes.processors.FormatQuantity.Parser
 
parser - Variable in class org.mmbase.module.gui.html.PageProcess
 
ParserGetter() - Constructor for class org.mmbase.util.transformers.TagStripperFactory.ParserGetter
 
parseSimpleCondition(ListIterator<String>) - Method in class org.mmbase.storage.search.legacy.ConstraintParser
Parses a simple-SQL-search-condition string from list of tokens, and produces a corresponding BasicConstraint object.
parseTemplate(String) - Static method in class org.mmbase.util.images.Imaging
Parses the 'image conversion template' to a List.
parsetime(String) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Returns the number of seconds from 00:00:00 to a given time
ParseTrace() - Constructor for class org.mmbase.module.TransactionHandler.ParseTrace
 
parseValue(Iterator<String>, StepField) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
Parses string or numerical value from list of tokens, to match the type of the specified field.
parseVideoFormat(String) - Static method in class Transcode
Parse the video format specifier and generate an VideoFormat.
parseXML(String) - Static method in class org.mmbase.applications.editwizard.Utils
With this method you can parse a xml string and get the resulting Document.
parsingerrors - Variable in class org.mmbase.applications.dove.servlet.DoveServlet.DoveErrorHandler
The errors that occurred during the parse.
part - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
part - Variable in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
Part() - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
 
part - Variable in class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
 
PART_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
partlevel - Variable in class org.mmbase.util.scanpage
 
password - Variable in class org.mmbase.util.HTMLFormGenerator
PASSWORD
passwordField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
PasswordGenerator - Class in org.mmbase.util
Module for the automatic generation of passwords.
PasswordGenerator() - Constructor for class org.mmbase.util.PasswordGenerator
Creates the generator
PasswordGeneratorInterface - Interface in org.mmbase.util
Deprecated.
no real need for an interface as there is only one implementation
PasswordGeneratorModule - Class in org.mmbase.util
 
PasswordGeneratorModule() - Constructor for class org.mmbase.util.PasswordGeneratorModule
 
PasswordLogin - Class in org.mmbase.security.implementation.context
Class PasswordLogin
PasswordLogin() - Constructor for class org.mmbase.security.implementation.context.PasswordLogin
 
passwordProcessorEncode(String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
path - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
path - Variable in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
path - Variable in class org.mmbase.bridge.jsp.taglib.ListTag
 
path - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
path - Variable in class org.mmbase.datatypes.processors.PathRelatedList.AbstractProcessor
 
path - Variable in class org.mmbase.framework.JspProcessor
 
path - Variable in class org.mmbase.framework.JspRenderer
 
path - Variable in class org.mmbase.module.core.SmartPathFunction
 
PathBuilder - Class in org.mmbase.applications.vprowizards.spring.util
This is a helper class to build paths for mmbase queries.
PathBuilder(String[]) - Constructor for class org.mmbase.applications.vprowizards.spring.util.PathBuilder
 
pathElement - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
pathElementTemplate - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
PathRelatedList - Class in org.mmbase.datatypes.processors
 
PathRelatedList() - Constructor for class org.mmbase.datatypes.processors.PathRelatedList
 
PathRelatedList.AbstractProcessor - Class in org.mmbase.datatypes.processors
 
PathRelatedList.Getter - Class in org.mmbase.datatypes.processors
 
PathURLStreamHandler() - Constructor for class org.mmbase.util.ResourceLoader.PathURLStreamHandler
 
pattern - Variable in class org.mmbase.datatypes.DateTimePattern
 
patternBacking - Variable in class org.mmbase.util.functions.Parameters
 
patternLimit - Variable in class org.mmbase.util.functions.Parameters
 
PatternNodeFunction(String) - Constructor for class org.mmbase.util.functions.PatternNodeFunctionProvider.PatternNodeFunction
 
PatternNodeFunctionProvider - Class in org.mmbase.util.functions
This Function provider creates function objects , which can create a String function based on a pattern.
PatternNodeFunctionProvider() - Constructor for class org.mmbase.util.functions.PatternNodeFunctionProvider
 
PatternNodeFunctionProvider.PatternNodeFunction - Class in org.mmbase.util.functions
 
PatternParameter<C> - Class in org.mmbase.util.functions
Especially the blocks of the framework may want to allow for all parameters according to a certain pattern.
PatternParameter(Pattern, DataType<C>) - Constructor for class org.mmbase.util.functions.PatternParameter
 
PatternParameter(Pattern, DataType<C>, boolean) - Constructor for class org.mmbase.util.functions.PatternParameter
 
PatternParameter(Pattern, Class<C>) - Constructor for class org.mmbase.util.functions.PatternParameter
 
PatternParameter(Pattern, Class<C>, C) - Constructor for class org.mmbase.util.functions.PatternParameter
 
PatternParameter(Pattern, C) - Constructor for class org.mmbase.util.functions.PatternParameter
 
patternRestriction - Variable in class org.mmbase.datatypes.StringDataType
 
PatternRestriction(StringDataType.PatternRestriction) - Constructor for class org.mmbase.datatypes.StringDataType.PatternRestriction
 
PatternRestriction(Pattern) - Constructor for class org.mmbase.datatypes.StringDataType.PatternRestriction
 
patterns - Variable in class org.mmbase.util.transformers.RegexpReplacer.PatternWatcher
 
PATTERNS - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
PatternWatcher(Collection<Entry<Pattern, String>>) - Constructor for class org.mmbase.util.transformers.RegexpReplacer.PatternWatcher
 
PDFBoxExtractor - Class in org.mmbase.module.lucene.extraction.impl
 
PDFBoxExtractor() - Constructor for class org.mmbase.module.lucene.extraction.impl.PDFBoxExtractor
 
People - Class in org.mmbase.module.builders
People builder, adds a replace() methods which retrieves a people objectnumber based on the current user's (SCAN) session.
People() - Constructor for class org.mmbase.module.builders.People
 
peopleBuilder - Variable in class org.mmbase.security.implementation.cloudcontext.builders.PeopleContexts
 
PeopleContexts - Class in org.mmbase.security.implementation.cloudcontext.builders
Simple extension of Contexts.
PeopleContexts() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.PeopleContexts
 
Performance - Class in org.mmbase.servlet
Performance Servlet is used as a basic Servlet to test whether the installation of succeeded.
Performance() - Constructor for class org.mmbase.servlet.Performance
 
Performance - Class in org.mmbase.util.logging
This program is meant to show the performance of the org.mmbase.util.logging classes.
Performance() - Constructor for class org.mmbase.util.logging.Performance
 
performCommits(Object, Collection<MMObjectNode>) - Method in class org.mmbase.module.core.TransactionManager
 
performed(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.Vwm
Signals that the task to be performed was successful and has finished.
PerformProbe - Class in org.mmbase.module.builders.vwms
 
PerformProbe(VwmProbeInterface, MMObjectNode) - Constructor for class org.mmbase.module.builders.vwms.PerformProbe
 
performTask(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.Vwm
Performs maintenance based on a Vwmtasknode.
performTask(MMObjectNode) - Method in interface org.mmbase.module.builders.vwms.VwmProbeInterface
Deprecated.
Performs maintenance based on a Vwmtasknode.
Perl - Class in org.mmbase.util.transformers
And yet another rather idiotic type of Transformer.
Perl() - Constructor for class org.mmbase.util.transformers.Perl
 
ping(HttpServletRequest, HttpServletResponse, String) - Method in class org.mmbase.servlet.rmi.RMIHandlerServlet
 
PlaylistsInterface - Interface in org.mmbase.module
Deprecated.
this interface is not implemented or referenced
PLURALNAME - Static variable in class org.mmbase.applications.dove.AbstractDove
 
pluralNames - Variable in class org.mmbase.module.core.MMObjectBuilder
Collections of (GUI) names (plural) for the builder's objects, divided by language
png(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
Matches on Input and looks for the 'image2' format which indicates that the input is an image.
POIExcelExtractor - Class in org.mmbase.module.lucene.extraction.impl
Use POI to extract text from a MS Excel document
POIExcelExtractor() - Constructor for class org.mmbase.module.lucene.extraction.impl.POIExcelExtractor
 
POIWordExtractor - Class in org.mmbase.module.lucene.extraction.impl
Use POI to extract text from a MS Word document
POIWordExtractor() - Constructor for class org.mmbase.module.lucene.extraction.impl.POIWordExtractor
 
pools - Variable in class org.mmbase.module.scancache
Contains the memory caches for the cache pools.
POOR - Static variable in class org.mmbase.richtext.transformers.XmlField
 
POORBODY - Static variable in class org.mmbase.util.transformers.XmlField
 
poorToHTMLInline(String) - Static method in class org.mmbase.util.transformers.XmlField
So poor, that it actually generates pieces of XHTML 1.1 inlines (so, no use of section, br, p).
poorToXML(String, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
As richToXML but a little less rich.
poorToXML(String, boolean) - Static method in class org.mmbase.util.transformers.XmlField
 
poorToXML(String) - Static method in class org.mmbase.util.transformers.XmlField
 
PopFetcher - Class in org.mmbase.module.smtp
A mail fetcher that does not smtp-listen but periodically pops from a server.
PopFetcher() - Constructor for class org.mmbase.module.smtp.PopFetcher
Public constructor.
popState() - Method in class org.mmbase.module.gui.html.EditState
 
popupId - Variable in class org.mmbase.applications.editwizard.Config.WizardConfig
 
popups - Variable in class org.mmbase.applications.editwizard.Config.SubConfig
 
port - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
position - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
position(Blob, long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
position(byte[], long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
POSITIVE - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
PosRel - Class in org.mmbase.module.builders
Like InsRel, only with a GUIIndicator tailored for a relation with a 'pos' field.
PosRel() - Constructor for class org.mmbase.module.builders.PosRel
 
PosrelCommitProcessor - Class in org.mmbase.datatypes.processors
Used as 'commitprocessor' on the 'pos' field of a posrel object, this guesses a nice default if you left the value empty on commit.
PosrelCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.PosrelCommitProcessor
 
possibleEncodings() - Static method in class org.mmbase.util.Encode
All the currently known encodings.
POST - Static variable in class org.mmbase.datatypes.processors.xml.FieldSetString
 
POST - Static variable in class org.mmbase.datatypes.processors.xml.HtmlSetString
 
PostArea - Class in org.mmbase.applications.mmbob
This seems to be a wrapper around a Node of type 'postareas'.
PostArea(Forum, Node) - Constructor for class org.mmbase.applications.mmbob.PostArea
Constructor
PostAreaConfig - Class in org.mmbase.applications.mmbob
forumManager ToDo: Write docs!
PostAreaConfig(DocumentReader, Element) - Constructor for class org.mmbase.applications.mmbob.PostAreaConfig
 
PostAreaConfig(String) - Constructor for class org.mmbase.applications.mmbob.PostAreaConfig
 
Poster - Class in org.mmbase.applications.mmbob
 
Poster(Node, Forum, boolean) - Constructor for class org.mmbase.applications.mmbob.Poster
Contructor
poster - Variable in class org.mmbase.util.scanpage
Object for accessing values sent by a form using enctype multipart/form-data.
PostersHandler - Class in org.mmbase.applications.mmbob.generate
 
PostersHandler(int, int, String) - Constructor for class org.mmbase.applications.mmbob.generate.PostersHandler
 
PostgresqlLargeObjectStorageManager - Class in org.mmbase.storage.implementation.database
This class is responsible for handling binary objects using the PostgreSQL LargeObject API.
PostgresqlLargeObjectStorageManager() - Constructor for class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
 
PostgreSqlSqlHandler - Class in org.mmbase.storage.search.implementation.database
The PostgreSQL query handler, implements SqlHandler for standard PostgreSql functionality.
PostgreSqlSqlHandler() - Constructor for class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
Constructor.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
for each cache flush hint, all handlings are checked, and all handlings of similar type are invoked.
Posting - Class in org.mmbase.applications.mmbob
 
Posting(Node, PostThread, boolean) - Constructor for class org.mmbase.applications.mmbob.Posting
Construct the posting
PostingBody - Class in org.mmbase.applications.mmbob.util.transformers
xmlize the posting body.
PostingBody() - Constructor for class org.mmbase.applications.mmbob.util.transformers.PostingBody
 
postReply(String, String, String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Post a reply on the given postthread
postReply(String, Poster, String, boolean) - Method in class org.mmbase.applications.mmbob.PostThread
 
PostThread - Class in org.mmbase.applications.mmbob
 
PostThread(PostArea, Node, boolean) - Constructor for class org.mmbase.applications.mmbob.PostThread
 
PostValueToLargeException - Exception in org.mmbase.util
This exception will occur if the getPostParameterByte method is used While the arraylength is larger than the maximum size allowed
PostValueToLargeException() - Constructor for exception org.mmbase.util.PostValueToLargeException
 
PostValueToLargeException(String) - Constructor for exception org.mmbase.util.PostValueToLargeException
 
PostValueToLargeException(Throwable) - Constructor for exception org.mmbase.util.PostValueToLargeException
 
PostValueToLargeException(String, Throwable) - Constructor for exception org.mmbase.util.PostValueToLargeException
 
pp - Variable in class org.mmbase.module.builders.vwms.VwmProbe
 
preCast(D, Cloud) - Method in class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
preCast(D, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
Before actually 'cast' an object to the right type, it may undergo some conversion by the datatype, e.g.
preCast(Object, Cloud) - Method in class org.mmbase.datatypes.BasicDataType
This method is as yet unused, but can be anticipated
preCast(D, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
This method implements 'precasting', which can be seen as a kind of datatype specific casting.
preCast(D, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BooleanDataType
 
preCast(D, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Before actually 'cast' an object to the right type, it may undergo some conversion by the datatype, e.g.
preCast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.processors.Duration.DataType
 
precisionRestriction - Variable in class org.mmbase.datatypes.DecimalDataType
 
PrecisionRestriction(DecimalDataType.PrecisionRestriction) - Constructor for class org.mmbase.datatypes.DecimalDataType.PrecisionRestriction
 
PrecisionRestriction() - Constructor for class org.mmbase.datatypes.DecimalDataType.PrecisionRestriction
 
preCommit(MMObjectNode) - Method in class org.mmbase.module.builders.Vwmtasks
This method is called just before an actual write to the database is performed.
preCommit(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
This method is called before an actual write to the storage layer is performed.
predictDimension(Dimension, List<String>) - Static method in class org.mmbase.util.images.Imaging
Predict the size of a image after converting it with the given parameters.
predictFileSize(Dimension, int, Dimension) - Static method in class org.mmbase.util.images.Imaging
Tries to predict the new file-size after conversion.
PREF - Static variable in class org.mmbase.datatypes.processors.xml.FieldSetString
 
PREF - Static variable in class org.mmbase.datatypes.processors.xml.HtmlSetString
 
preference - Variable in class org.mmbase.applications.media.urlcomposers.URLComposer
 
PreferenceSorter - Class in org.mmbase.applications.media.filters
Facilitates implementing Sorter by defining the 'preference' of one object.
PreferenceSorter() - Constructor for class org.mmbase.applications.media.filters.PreferenceSorter
 
preferredDimensions - Variable in class org.mmbase.applications.media.filters.ServerDimensionSorter
 
preferredFormats - Variable in class org.mmbase.applications.media.filters.ServerFormatSorter
 
prefix - Variable in class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
prefix(String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Puts a prefix before a name.
prefix(State, Map<String, Object>) - Method in class org.mmbase.framework.basic.BasicFramework
 
prefix(String) - Method in class org.mmbase.richtext.processors.xml.Wiki
 
prefix - Variable in class org.mmbase.storage.search.legacy.DBConditionItem
The table alias prefix (if present).
prefix - Variable in class org.mmbase.util.logging.LoggerWriter
 
prefix - Variable in class org.mmbase.util.SqlExecutor
 
PREFIX_PATTERN - Static variable in class org.mmbase.datatypes.processors.FormatQuantity
 
prefixError(String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
prefixError(Request, Field) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
prefixes - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
prefixID(String) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Puts a prefix 'mm_' before an id in form fields.
PrefixSuffixModifier - Class in org.mmbase.applications.vprowizards.spring.cache.modifiers
A simple modifier that lets you add a preconfigured prefix and suffix to a string
PrefixSuffixModifier(String, String) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
PrefixSuffixModifier() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.mmbase.applications.vprowizards.spring.AuthenticationInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheHandlerInterceptor
 
preHandleHeaders(StringObject) - Static method in class org.mmbase.util.transformers.XmlField
Makes sure that lines indicating headers (starting with $), are followed by at least 2 newlines, if followed by some list.
prepare(int) - Method in class org.mmbase.bridge.util.TreeList.TreeItr
Makes sure that query with given index has an iterator, a 'next' node and a 'previous' node.
prepareCall(String) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareCall(String, int, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareCall(String, int, int, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareCall(String) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareCall(String, int, int) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareCall(String, int, int, int) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareData(String) - Static method in class org.mmbase.util.transformers.XmlField
 
prepareDataString(String) - Static method in class org.mmbase.util.transformers.XmlField
 
prepareStatement(String) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareStatement(String, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareStatement(String, int[]) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareStatement(String, String[]) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareStatement(String, int, int, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareStatement(String, int, int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
prepareStatement(String) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareStatement(String, int) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareStatement(String, int[]) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareStatement(String, String[]) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareStatement(String, int, int, int) - Method in interface org.mmbase.module.database.MultiConnection
 
prepareStatement(String, int, int) - Method in interface org.mmbase.module.database.MultiConnection
 
PresentTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
A very simple tag to check if certain id is present in the parent context.
PresentTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.PresentTag
 
PRETTYXML - Static variable in class org.mmbase.datatypes.processors.xml.Modes
PRETTYXML is like XML, but one could expect extra indentation and newlines to make the XML more readable for humans.
prev - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
The previous, older, element
prevCharIsCR - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
prevCharIsCR - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
prevCharIsLF - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
prevCharIsLF - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
prevCloud - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
prevCloudLocale - Variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
prevIncludePath - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
previous() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
previous() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
previous() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
previous() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
previous() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
previous() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
previous() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
previous() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
previous() - Method in class org.mmbase.util.dateparser.DateParser
 
PREVIOUS - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
previousField() - Method in interface org.mmbase.bridge.FieldIterator
Returns the previous element in the iterator as a Field
previousField() - Method in class org.mmbase.bridge.implementation.BasicFieldList.BasicFieldIterator
 
previousField() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldIterator_Proxy
 
previousField() - Method in interface org.mmbase.bridge.remote.RemoteFieldIterator
 
previousField() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldIterator_Rmi
 
previousIndex() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
previousIndex() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
previousIndex() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
previousIndex() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
previousIndex() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
previousIndex() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
previousIndex() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
previousIndex() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
previousModule() - Method in class org.mmbase.bridge.implementation.BasicModuleList.BasicModuleIterator
 
previousModule() - Method in interface org.mmbase.bridge.ModuleIterator
Returns the previous element in the iterator as a Module
previousModule() - Method in class org.mmbase.bridge.remote.proxy.RemoteModuleIterator_Proxy
 
previousModule() - Method in interface org.mmbase.bridge.remote.RemoteModuleIterator
 
previousModule() - Method in class org.mmbase.bridge.remote.rmi.RemoteModuleIterator_Rmi
 
previousModule() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableModuleIterator
 
previousNode() - Method in class org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator
 
previousNode() - Method in interface org.mmbase.bridge.NodeIterator
Returns the previous element in the iterator as a Node
previousNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeIterator_Proxy
 
previousNode() - Method in interface org.mmbase.bridge.remote.RemoteNodeIterator
 
previousNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeIterator_Rmi
 
previousNode() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeIterator
 
previousNode() - Method in class org.mmbase.bridge.util.CollectionNodeList.BasicNodeIterator
 
previousNode - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
previousNode() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Returns the previous element in the iterator as a Node
previousNode() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
previousNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
 
previousNodeManager() - Method in interface org.mmbase.bridge.NodeManagerIterator
Returns the previous element in the iterator as a NodeManager
previousNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManagerIterator_Proxy
 
previousNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManagerIterator
 
previousNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManagerIterator_Rmi
 
previousNodeManager() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerIterator
 
previousRelation() - Method in class org.mmbase.bridge.implementation.BasicRelationList.BasicRelationIterator
 
previousRelation() - Method in interface org.mmbase.bridge.RelationIterator
Returns the previous element in the iterator as a Relation
previousRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationIterator_Proxy
 
previousRelation() - Method in interface org.mmbase.bridge.remote.RemoteRelationIterator
 
previousRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationIterator_Rmi
 
previousRelation() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationIterator
 
previousRelation() - Method in class org.mmbase.bridge.util.CollectionRelationList.BasicRelationIterator
 
previousRelationManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManagerList.BasicRelationManagerIterator
 
previousRelationManager() - Method in interface org.mmbase.bridge.RelationManagerIterator
Returns the previous element in the iterator as a RelationManager
previousRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManagerIterator_Proxy
 
previousRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManagerIterator
 
previousRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManagerIterator_Rmi
 
previousRelationManager() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerIterator
 
previousString() - Method in class org.mmbase.bridge.implementation.BasicStringList.BasicStringIterator
 
previousString() - Method in class org.mmbase.bridge.remote.proxy.RemoteStringIterator_Proxy
 
previousString() - Method in interface org.mmbase.bridge.remote.RemoteStringIterator
 
previousString() - Method in class org.mmbase.bridge.remote.rmi.RemoteStringIterator_Rmi
 
previousString() - Method in interface org.mmbase.bridge.StringIterator
Returns the previous element in the iterator as a String
previousString() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringIterator
 
prevJstlLocale - Variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
prevOffset - Variable in class org.mmbase.notifications.Notifyable
 
prevQuery - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
prevQuery - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
prevTransaction - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
print(boolean) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(char) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(int) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(long) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(float) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(double) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(char[]) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(String) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
print(Object) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
printCase(String) - Static method in class org.mmbase.util.logging.Performance
 
printCommandLine(String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
print Command Line.
printCurrentContent() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
 
println() - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(boolean) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(char) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(int) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(long) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(float) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(double) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(char[]) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(String) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
println(Object) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
printXML(Node, Writer) - Static method in class org.mmbase.applications.editwizard.Utils
Serialize a node to the given writer.
PriorityURL - Class in org.mmbase.module.builders.vwms
Deprecated.
not used anywhere
PriorityURL(String) - Constructor for class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
PriorityURL(String, int) - Constructor for class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
probe - Variable in class org.mmbase.module.builders.vwms.Vwm
Scheduler of tasks depending on VWMtask nodes associated with this Vwm.
probeCall() - Method in class org.mmbase.module.builders.vwms.ImageMaster
Performs general periodic maintenance.
probeCall() - Method in class org.mmbase.module.builders.vwms.PageMaster
Performs general periodic maintenance.
probeCall() - Method in class org.mmbase.module.builders.vwms.Vwm
Performs periodic maintenance.
probeCall() - Method in interface org.mmbase.module.builders.vwms.VwmProbeInterface
Deprecated.
Performs general periodic maintenance.
probeCall() - Method in class org.mmbase.module.tools.MMAdmin
Called when MMBase is up.
proc - Variable in class org.mmbase.util.HTMLElement
The PROC tag is present in the macro.
procdouble - Variable in class org.mmbase.util.HTMLElement
The DOUBLE tag is present in the macro.
process(ResultContainer) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
This final method calls the different template methods, that are either abstract or have a default implementation.
process(ResultContainer) - Method in class org.mmbase.applications.vprowizards.spring.action.Action
 
process(ResultContainer) - Method in class org.mmbase.applications.vprowizards.spring.action.DeleteNodeAction
 
process(String, Object) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
process(String, Object, Map<String, Object>) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
process(String, Object, Map<String, Object>, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
process(String, Object) - Method in interface org.mmbase.bridge.Module
Runs the command with the given parameter(s).
process(String, Object, Map<String, Object>) - Method in interface org.mmbase.bridge.Module
Runs the command with the given parameter(s).
process(String, Object, Map<String, Object>, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.Module
Runs the command with the given parameter(s).
process(String, Object, Map<String, Object>, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
process(String, Object, Map<String, Object>) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
process(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
process(String, Object, Map<String, Object>, ServletRequest, ServletResponse) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
process(String, Object, Map<String, Object>) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
process(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
process(String, Object, Map<String, Object>, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
process(String, Object, Map<String, Object>) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
process(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.LanguageDataType.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Age.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Age.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.BinaryFile.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.BinaryFile.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.BinaryFile.StringGetter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.ChainedProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.CharTransformerProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.ContextProcessor.Get
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.ContextProcessor.Set
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Cookies.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Cookies.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.CopyProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.CreationTimeGuesser
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.DefaultOwner
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.DelayedGetter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.DelayedSetter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Duration.GetString
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Duration.SetString
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.FileNameProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.FormatDateTime
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.FormatQuantity.Parser
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.FunctionValueIfEmptyGetter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.IgnoreEmptyProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.IgnoreIfChangedProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.NodeNumber
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.ObjectTypeChangerCommitProcessor.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.OtherField.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.OtherField.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.PathRelatedList.Getter
 
process(Node, Field, Object) - Method in interface org.mmbase.datatypes.processors.Processor
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Readonly
You can plug this in on every set-action besides 'object' which will make this field unmodifiable, except for set(Object) itself (which is never used from editors).
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Related.Creator
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Related.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.Related.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.RelatedField.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.RelatedField.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.RelatedList.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.RelatedList.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.xml.FieldGetString
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.xml.FieldSetString
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.xml.HtmlGetString
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.xml.HtmlSetString
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
process(Processor, Parameters, Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
I think in the basic framework this method is never called explicitely, because processing is done implicitely by the render
process(Processor) - Method in class org.mmbase.framework.basic.State
Puts this state in 'process' mode
process(Processor, Parameters, Parameters) - Method in class org.mmbase.framework.Framework
Processes a block.
process(Parameters) - Method in class org.mmbase.framework.JspProcessor
 
process(Parameters) - Method in interface org.mmbase.framework.Processor
Process.
process(PageInfo, Hashtable, Hashtable) - Method in class org.mmbase.module.builders.AnnotRel
The hook that passes all form related pages to the correct handler.
process(PageInfo, StringTokenizer, Hashtable, Hashtable) - Method in class org.mmbase.module.core.MMObjectBuilder
The hook that passes all form related pages to the correct handler.
process(PageInfo, StringTokenizer, Hashtable, Hashtable) - Method in interface org.mmbase.module.gui.html.CommandHandlerInterface
The hook that passes all form related pages to the correct handler
process(PageInfo, StringTokenizer, Hashtable, Hashtable) - Method in class org.mmbase.module.gui.html.FieldEditor
The hook that passes all form related pages to the correct handler
process(PageInfo, StringTokenizer, Hashtable, Hashtable) - Method in class org.mmbase.module.gui.html.FieldSelector
The hook that passes all form related pages to the correct handler
process(PageInfo, Hashtable, Hashtable) - Method in class org.mmbase.module.gui.html.HtmlBase
Execute the commands provided in the form values
process(PageInfo, Hashtable, Hashtable) - Method in class org.mmbase.module.gui.html.MMEdit
The hook that passes all form related pages to the correct handler
process(PageInfo, StringTokenizer, Hashtable, Hashtable) - Method in class org.mmbase.module.gui.html.ObjectSelector
General proces pages coming from MMEdit.
process(PageInfo, StringTokenizer, Hashtable, Hashtable) - Method in class org.mmbase.module.gui.html.StateManager
The hook that passes all form related pages to the correct handler
process(PageInfo, Hashtable, Hashtable) - Method in class org.mmbase.module.INFO
Execute the commands provided in the form values.
process(PageInfo, Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.mmbase.module.ProcessorModule
 
process(PageInfo, Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
Execute the commands provided in the form values
process(scanpage, Hashtable, Hashtable) - Method in class org.mmbase.module.Upload
handle the uploaded bytestream.
process(Node, Field, Object) - Method in class org.mmbase.richtext.processors.GetIndex
 
process(Node, Field, Object) - Method in class org.mmbase.richtext.processors.xml.MmxfGetString
 
process(Node, Field, Object) - Method in class org.mmbase.richtext.processors.xml.MmxfSetString
 
process(Node, Field, Object) - Method in class org.mmbase.richtext.processors.xml.UnPGet
 
process(Node, Field, Object) - Method in class org.mmbase.sms.NumberRecognizer
 
process(Buffer, Buffer) - Method in class org.mmbase.streams.media.codec.video.theora.FFMpeg2Theora
 
process(Node, Field, Object) - Method in class org.mmbase.streams.thumbnails.TitleField
 
process - Variable in class org.mmbase.util.externalprocess.CommandLauncher
The process object representing the external process
process - Variable in class org.mmbase.util.externalprocess.ProcessClosure
the process object representing the external process
process(byte[]) - Static method in class org.mmbase.util.IECompatibleJpegInputStream
Util method that uses the IECompatibleInputStream to convert a byte array if the content is not a jpeg the content is not affected
PROCESS_GET - Static variable in interface org.mmbase.datatypes.DataType
 
PROCESS_SET - Static variable in interface org.mmbase.datatypes.DataType
 
processActions(HttpServletRequest, HttpServletResponse, ResultContainer) - Method in class org.mmbase.applications.vprowizards.spring.BasicCommand
 
processActions(HttpServletRequest, HttpServletResponse, ResultContainer) - Method in interface org.mmbase.applications.vprowizards.spring.Command
This method should process all the action objects after the data binding was done.
ProcessClosure - Class in org.mmbase.util.externalprocess
ProcessClosure handles the reading of the stdout and stderr of a external process.
ProcessClosure(String, Process, InputStream, OutputStream, OutputStream) - Constructor for class org.mmbase.util.externalprocess.ProcessClosure
Creates a process reader .
processCommand(WizardCommand) - Method in class org.mmbase.applications.editwizard.Wizard
This method is usually called by #processCommands and processes one command.
processCommitProcessors(Node) - Method in class org.mmbase.bridge.implementation.BasicCloud
Calls the commit processor for every field.
processCommitProcessors(Node) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
processDeleteProcessors(Node) - Method in class org.mmbase.bridge.implementation.BasicCloud
Calls the delete processor for every field.
processDeleteProcessors(Node) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
ProcessException - Exception in org.mmbase.util.externalprocess
This excpetion is thrown when an external process failed.
ProcessException() - Constructor for exception org.mmbase.util.externalprocess.ProcessException
Constructor for ProcessException.
ProcessException(String) - Constructor for exception org.mmbase.util.externalprocess.ProcessException
Constructor for ProcessException.
ProcessException(Throwable) - Constructor for exception org.mmbase.util.externalprocess.ProcessException
Constructor for ProcessException.
ProcessException(String, Throwable) - Constructor for exception org.mmbase.util.externalprocess.ProcessException
Constructor for ProcessException.
ProcessFactory - Class in org.mmbase.util.externalprocess
Process Factory creates a external process.
processField(Query, String, String) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Processes a field with nodenr and query into several lists
ProcessFunction(String, Parameter<Object>[]) - Constructor for class org.mmbase.module.ProcessorModule.ProcessFunction
 
processingInstruction(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write a processing instruction.
processNode(Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
This template method is called after the values that have been injected in this action in the fields and datefields collections, as well as the file field have been set on the node.
processNode(Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
processNode(Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
When sortField is set, and it is a valid field, the sort position is calculated and set on the new relation.
processNode(Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
Here we do the actual sorting.
processNull(int, Field) - Method in class org.mmbase.bridge.util.AbstractNode
 
Processor - Interface in org.mmbase.datatypes.processors
Interface for doing field processing.
Processor - Interface in org.mmbase.framework
A Processor handles interaction of a Block.
processor - Variable in class org.mmbase.streams.createcaches.Job
 
Processor - Class in org.mmbase.streams.createcaches
This commit-processor is used on nodes of type 'streamsources' and is used to initiate the conversions to other formats which are saved in 'streamsourcescaches'.
Processor() - Constructor for class org.mmbase.streams.createcaches.Processor
 
Processor(String) - Constructor for class org.mmbase.streams.createcaches.Processor
 
processor - Variable in class org.mmbase.util.HTMLElement
The processor which will be called by the parse routine.
processor - Variable in class org.mmbase.util.scanpage
The processor set for this page.
ProcessorCharTransformer - Class in org.mmbase.util.transformers
 
ProcessorCharTransformer(Processor) - Constructor for class org.mmbase.util.transformers.ProcessorCharTransformer
 
ProcessorModule - Class in org.mmbase.module
The Processor Module extends the basic module to the Processor interface so it can perform for servscan (pagelets).
ProcessorModule() - Constructor for class org.mmbase.module.ProcessorModule
 
ProcessorModule(String) - Constructor for class org.mmbase.module.ProcessorModule
 
ProcessorModule.GetNodeListFunction - Class in org.mmbase.module
Function implementation around ProcessorModule.getNodeList(Object, String, Map).
ProcessorModule.ProcessFunction - Class in org.mmbase.module
ProcessorModule.ReplaceFunction - Class in org.mmbase.module
Function implementation around ProcessorModule.replace(PageInfo, String).
processPage(scanpage, String) - Method in class org.mmbase.module.gui.html.scanparser
Start a process to calculate a page in the background used by scancache to generate new pages for expired ones
processRequest(HttpServletRequest) - Method in class org.mmbase.applications.editwizard.Wizard
Processes an incoming request (usually passed on by a jsp code).
processStreams(ProcessClosure, OutputStream, PipedInputStream, OutputStream, PipedInputStream, IProgressMonitor) - Method in class org.mmbase.util.externalprocess.CommandLauncher
process the Streams.while the external process returns bytes.
Producer() - Constructor for class org.mmbase.util.functions.BeanFunction.Producer
 
ProfileEntry - Class in org.mmbase.applications.mmbob
 
ProfileEntry() - Constructor for class org.mmbase.applications.mmbob.ProfileEntry
 
ProfileEntryDef - Class in org.mmbase.applications.mmbob
 
ProfileEntryDef() - Constructor for class org.mmbase.applications.mmbob.ProfileEntryDef
 
ProfileInfo - Class in org.mmbase.applications.mmbob
 
ProfileInfo(Poster) - Constructor for class org.mmbase.applications.mmbob.ProfileInfo
 
ProfileInfo(Poster, int, String, String, int) - Constructor for class org.mmbase.applications.mmbob.ProfileInfo
 
profileUpdated(String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Profile of a poster changed signal
profileUpdated() - Method in class org.mmbase.applications.mmbob.Poster
Signal that the profile of the poster has been updated and re-read the (avatar) images
PROP_IGNOREVALIDATION - Static variable in interface org.mmbase.bridge.Cloud
If you set this property on the cloud to true, validation errors will not be fatal, and nodes can be saved anyways.
PROP_REQUEST - Static variable in interface org.mmbase.bridge.Cloud
With the Cloud a ServletRequest can be associated and stored in a property with this name
PROP_RESPONSE - Static variable in interface org.mmbase.bridge.Cloud
With the Cloud a ServletResponse can be associated and stored in a property with this name.
PROP_SESSIONNAME - Static variable in interface org.mmbase.bridge.Cloud
The cloud itself may have been stored in a user's 'session', using this the key stored in this property.
PROP_XMLMODE - Static variable in interface org.mmbase.bridge.Cloud
This property can contain hints on how to deal with XML fields.
propagateEvent(Event) - Method in class org.mmbase.core.event.EventManager
This method will propagate the given event to all the aproprate listeners.
propagateEvent(Event, boolean) - Method in class org.mmbase.core.event.EventManager
Like EventManager.propagateEvent(org.mmbase.core.event.Event) but with an extra argument 'asynchronous'.
properties - Variable in class org.mmbase.applications.crontab.TestCronJob
 
properties - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
properties - Variable in class org.mmbase.bridge.util.NodeManagerDescription
 
properties - Static variable in class org.mmbase.core.event.NodeEvent
 
properties - Variable in class org.mmbase.framework.IFrameRenderer
 
Properties - Class in org.mmbase.module.builders
The properties builder can contain key/value pairs for any other node in MMBase.
Properties() - Constructor for class org.mmbase.module.builders.Properties
 
properties - Variable in class org.mmbase.module.builders.vwms.ImageMaster
 
properties - Variable in class org.mmbase.module.Module
Properties (initparameters) set by reading (or re-reading) the module configuration.
properties - Variable in class org.mmbase.module.smtp.SMTPModule
 
properties - Static variable in class org.mmbase.util.ThreadPools
 
propertiesConfigure(Object, DocumentReader, Element) - Static method in class org.mmbase.applications.media.filters.FilterUtils
 
PropertiesMap() - Constructor for class org.mmbase.util.xml.UtilReader.PropertiesMap
Creates an empty Map (not very useful since this Map is unmodifiable).
PropertiesMap(Map<String, E>) - Constructor for class org.mmbase.util.xml.UtilReader.PropertiesMap
Wrapping the given map.
property(String) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
PROPERTY_DEPLOY_DIR - Static variable in class org.mmbase.module.corebuilders.TypeDef
The property in the builder file ('deploy-dir') that sets the directory where new builder configuration files are to be deployed.
PROPERTY_EXTERNAL_URL_FIELD - Static variable in class org.mmbase.module.builders.AbstractServletBuilder
 
PROPERTY_NODETYPE - Static variable in class org.mmbase.core.event.RelationEventBroker
use this property to make shure your listener only gets the relation events where the node number matches the given value.
propertyMatchCount - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.LoginResult
 
PropertyTag - Class in org.mmbase.bridge.jsp.taglib
A simple tag to provide the properties on cloud, nodemanager, modules.
PropertyTag() - Constructor for class org.mmbase.bridge.jsp.taglib.PropertyTag
 
ProposedJobs - Class in org.mmbase.applications.crontab
Wraps a CronEntry with a proposed start date.
ProposedJobs() - Constructor for class org.mmbase.applications.crontab.ProposedJobs
 
ProposedJobs.Broker - Class in org.mmbase.applications.crontab
The associated broker
ProposedJobs.Event - Class in org.mmbase.applications.crontab
 
ProposedJobs.Listener - Interface in org.mmbase.applications.crontab
The associated listener
props - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
props - Variable in class org.mmbase.module.sessions
 
props - Static variable in class org.mmbase.module.smtp.CloudMailHandler
 
PROTECTED_FILES - Static variable in class org.mmbase.servlet.FileServlet
 
protectFile(HttpServletRequest, File) - Static method in class org.mmbase.servlet.FileServlet
 
PROTOCOL - Static variable in class org.mmbase.util.ResourceLoader
Protocol prefix used by URL objects in this class.
PROVIDENULL - Static variable in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
provider - Variable in class org.mmbase.applications.media.urlcomposers.URLComposer
 
provider - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
ProxyGenerator - Class in org.mmbase.mojo.remote
 
ProxyGenerator(Class<?>) - Constructor for class org.mmbase.mojo.remote.ProxyGenerator
 
proxyName - Variable in class org.mmbase.mojo.remote.ProxyGenerator
 
prUsage() - Static method in class Transcode
 
PUBLIC_ID_APPLICATION - Static variable in class org.mmbase.util.xml.applicationdata.ApplicationReader
Public ID of the most recent Application DTD
PUBLIC_ID_APPLICATION_1_0 - Static variable in class org.mmbase.util.xml.applicationdata.ApplicationReader
Public ID of the Application DTD version 1.0
PUBLIC_ID_APPLICATION_1_1 - Static variable in class org.mmbase.util.xml.applicationdata.ApplicationReader
Public ID of the Application DTD version 1.1
PUBLIC_ID_ASSIGNED_1_0 - Static variable in class org.mmbase.applications.thememanager.Theme
 
PUBLIC_ID_BASICSECURITY_1_0 - Static variable in class org.mmbase.security.implementation.basic.AuthenticationHandler
 
PUBLIC_ID_BUILDER - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
Public ID of the most recent Builder DTD
PUBLIC_ID_BUILDER_1_0 - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
Public ID of the Builder DTD version 1.0
PUBLIC_ID_BUILDER_1_1 - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
Public ID of the Builder DTD version 1.1
PUBLIC_ID_CLASSSECURITY_1_0 - Static variable in class org.mmbase.security.classsecurity.ClassAuthentication
 
PUBLIC_ID_DATABASE_STORAGE_LOOKUP - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageLookup
Public ID of the most recent Database DTD
PUBLIC_ID_DATABASE_STORAGE_LOOKUP_1_0 - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageLookup
Public ID of the Storage DTD version 1.0
PUBLIC_ID_EDITWIZARD_1_0 - Static variable in class org.mmbase.applications.editwizard.Wizard
 
PUBLIC_ID_EDITWIZARD_1_0_FAULT - Static variable in class org.mmbase.applications.editwizard.Wizard
 
PUBLIC_ID_ERROR - Static variable in class org.mmbase.util.xml.DocumentReader
Public ID of the most recent Error DTD
PUBLIC_ID_ERROR_1_0 - Static variable in class org.mmbase.util.xml.DocumentReader
Public ID of the Error DTD version 1.0
PUBLIC_ID_EVENTMANAGER - Static variable in class org.mmbase.core.event.EventManager
 
PUBLIC_ID_FUNCTIONSET_1_0 - Static variable in class org.mmbase.util.functions.FunctionSets
 
PUBLIC_ID_FUNCTIONSETS_1_0 - Static variable in class org.mmbase.util.functions.FunctionSets
 
PUBLIC_ID_LANGUAGEGUISET_1_0 - Static variable in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
PUBLIC_ID_LANGUAGEGUISETS_1_0 - Static variable in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
PUBLIC_ID_LUCENE - Static variable in class org.mmbase.module.lucene.Lucene
Most recent Lucene config DTD
PUBLIC_ID_LUCENE_2_0 - Static variable in class org.mmbase.module.lucene.Lucene
 
PUBLIC_ID_MIMEMAPPING_1_0 - Static variable in enum org.mmbase.applications.media.Format
 
PUBLIC_ID_MMBOBCONFIG_1_0 - Static variable in class org.mmbase.applications.mmbob.ForumManager
Public ID of the mmbobconfig DTD version 1.0
PUBLIC_ID_MODULE - Static variable in class org.mmbase.util.xml.ModuleReader
Public ID of the most recent Module DTD
PUBLIC_ID_MODULE_1_0 - Static variable in class org.mmbase.util.xml.ModuleReader
Public ID of the Module DTD version 1.0
PUBLIC_ID_PROFILEINFO_1_0 - Static variable in class org.mmbase.applications.mmbob.ProfileInfo
 
PUBLIC_ID_SECURITY_1_0 - Static variable in class org.mmbase.security.MMBaseCopConfig
Public ID of the Builder DTD version 1.0
PUBLIC_ID_SECURITY_CONTEXT_CONFIG_1_0 - Static variable in class org.mmbase.security.implementation.context.ContextAuthentication
Public ID of the Builder DTD version 1.0
PUBLIC_ID_SECURITY_CONTEXT_CONFIG_1_1 - Static variable in class org.mmbase.security.implementation.context.ContextAuthentication
 
PUBLIC_ID_SECURITY_CONTEXT_CONFIG_1_2 - Static variable in class org.mmbase.security.implementation.context.ContextAuthentication
 
PUBLIC_ID_STORAGE - Static variable in class org.mmbase.storage.util.StorageReader
Public ID of the most recent Database DTD
PUBLIC_ID_STORAGE_1_0 - Static variable in class org.mmbase.storage.util.StorageReader
Public ID of the Storage DTD version 1.0
PUBLIC_ID_THEME_1_0 - Static variable in class org.mmbase.applications.thememanager.Theme
 
PUBLIC_ID_THEMES_1_0 - Static variable in class org.mmbase.applications.thememanager.ThemeManager
Public ID of the themes DTD version 1.0
PUBLIC_ID_UTIL - Static variable in class org.mmbase.util.xml.UtilReader
Public ID of the most recent Utilities config DTD
PUBLIC_ID_UTIL_1_0 - Static variable in class org.mmbase.util.xml.UtilReader
Public ID of the Utilities config DTD version 1.0
PublicCloneable<C> - Interface in org.mmbase.util
The java interface Cloneable has no public methods.
publicId - Variable in class org.mmbase.util.magicfile.XmlDetector
 
publicId - Variable in class org.mmbase.util.xml.DocumentWriter
 
pull() - Method in class org.mmbase.util.functions.IndexFunction.Stack
 
pullPageContext(PageContext) - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
 
pullPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
pullPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
purge() - Method in class org.mmbase.cache.NodeCache
 
push(C) - Method in class org.mmbase.util.functions.IndexFunction.Stack
 
pusher - Variable in class org.mmbase.module.builders.vwms.ImageMaster
The background thread that takes care of of the files scheduled for transfer.
pushPageContext(PageContext) - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
When the container gets used in a different page-context (e.g.
pushPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
pushPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
pushState() - Method in class org.mmbase.module.gui.html.EditState
 
PUT - Static variable in class org.mmbase.applications.dove.AbstractDove
 
put(Element, Element, Cloud, Map<String, byte[]>) - Method in class org.mmbase.applications.dove.Dove
Handles a put call.
put(Document, Document, Document, Map<String, byte[]>) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method can fire a Put command to Dove.
put(String, String, Set<MMObjectNode>) - Method in class org.mmbase.applications.media.cache.URLCache
put an entry in the cache
put(String, Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
put(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
put(String, Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.CollectorBacking
 
put(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Not all Strings can be allowed as keys.
put(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
put(String, Object) - Method in class org.mmbase.bridge.util.NodeMap
 
put(String, Object) - Method in class org.mmbase.cache.BlobCache
 
put(K, V) - Method in class org.mmbase.cache.Cache
Like 'put' of LRUHashtable but considers if the cache is active or not.
put(K, V) - Method in class org.mmbase.cache.implementation.LRUCache
 
put(K, V) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the put() method of the cache implementation.
put(SearchQuery, List<MMObjectNode>) - Method in class org.mmbase.cache.QueryResultCache
Puts a search result in this cache.
put(Object, Templates) - Method in class org.mmbase.cache.xslt.ResultCache
You can only put Source/Templates values in the cache, so this throws an Exception.
put(TemplateCache.Key, Templates) - Method in class org.mmbase.cache.xslt.TemplateCache
You can only put Source/Templates values in the cache, so this throws an Exception.
put(Source, Templates) - Method in class org.mmbase.cache.xslt.TemplateCache
 
put(Source, Templates, URIResolver) - Method in class org.mmbase.cache.xslt.TemplateCache
 
put(String, Object) - Method in class org.mmbase.datatypes.handlers.JavaRequest
 
put(Object, Object) - Method in class org.mmbase.module.cache
Try to put a cacheline in cache, returns old one if available In all other cases returns null.
put(Object, Object) - Method in interface org.mmbase.module.cacheInterface
 
put(Object, Object, Vector, StringTagger) - Method in class org.mmbase.module.gui.html.MultilevelCacheHandler
Deprecated.
 
put(String, String, String) - Method in class org.mmbase.module.scancache
Store a file in the indicated pool's cache (both on file and in the memory cache).
put(String, String, String) - Method in interface org.mmbase.module.scancacheInterface
Store a file in the indicated pool's cache.
put(MMObjectNode, Operation, Set<MMObjectNode>) - Method in class org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
 
put(K, V) - Method in class org.mmbase.util.BijectiveMap
 
put(K, V) - Method in class org.mmbase.util.LinkMap
 
put(String, Object) - Method in interface org.mmbase.util.logging.MDC
 
put(K, V) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Store an element in the table.
put(Object, Object) - Method in class org.mmbase.util.StringTagger
sets a value (for the Map interface).
putAll(Map<? extends String, ? extends Object>) - Method in class org.mmbase.bridge.util.NodeMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.mmbase.cache.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.mmbase.cache.implementation.LRUCache
 
putAll(Map) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the putAll() method of the cache implementation.
putAll(Map<? extends K, ? extends V>) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
putAll(Map) - Method in class org.mmbase.util.StringTagger
Manually sets a set of values (for the Map interface).
putAnnotation(String, A) - Method in class org.mmbase.bridge.util.AnnotatedNode
 
putBack(MultiConnection) - Method in class org.mmbase.module.database.MultiPool
putback the used connection in the pool
putCache() - Method in class org.mmbase.cache.Cache
Puts this cache in the caches repository.
putCache(Cache<K, V>) - Static method in class org.mmbase.cache.CacheManager
Puts a cache in the caches repository.
putChangeNode(String, Map<String, Object>, Map<String, Object>, Map<String, Integer>, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Changes a node.
putChangeRelation(String, Map, Map, Map, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Changes a relation
putDeleteNode(String, Map<String, Object>, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Deletes a node.
putDeleteRelation(String, Map<String, Object>, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Deletes a relation.
putInContext - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
putNewNode(String, Map<String, Object>, Map<String, Integer>, Map<Node, Element>, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Creates a new node.
putNewRelation(String, Map<String, Object>, Map<String, Integer>, Map<Relation, Element>, Element, Cloud) - Method in class org.mmbase.applications.dove.Dove
Creates a new relation.
putParams(Map, Map) - Method in class org.mmbase.richtext.processors.xml.MmxfGetString
Stupid Xalan can come with exceptions like: java.lang.IllegalArgumentException: The value of param org.mmbase.cloud.ignore-validation must be a valid Java Object If values are null This avoid setting values to null.
putPolicy(Object, CachePolicy) - Static method in class org.mmbase.cache.CachePolicy
 
putProperty(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectNode
Sets a specified property for this node.
putRenderer(Renderer.Type, Renderer) - Method in class org.mmbase.framework.Block
 
putSetValue(String, String) - Method in class org.mmbase.module.sessionInfo
add a value to a set, duplicates are allowed.
putTask(String, MMObjectNode) - Method in class org.mmbase.module.builders.Vwms
Passes a task to a vwm.
putTask(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.Vwm
Adds a new task to the list of taks to perform.
putTask(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.VwmProbe
Puts a task node to the vector (sorted on task start time) of new tasks.
putTmpNode(String, MMObjectNode) - Static method in class org.mmbase.module.core.MMObjectBuilder
Put a Node in the temporary node list
putValue(String, Object) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
putValues(Step, Constraint, Map<String, Object>) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
pwgen - Variable in class org.mmbase.module.builders.Users
 

Q

QUARTER - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'quarter'
Queries - Class in org.mmbase.bridge.util
This class contains various utility methods for manipulating and creating query objects.
Queries() - Constructor for class org.mmbase.bridge.util.Queries
 
queries - Static variable in class org.mmbase.module.database.MultiConnectionImplementation
 
QUERY - Static variable in class org.mmbase.applications.dove.AbstractDove
 
query - Variable in class org.mmbase.bridge.implementation.BasicQuery
The core query which is 'wrapped'
query - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
Query - Interface in org.mmbase.bridge
Representation of a (database) query.
query - Variable in class org.mmbase.bridge.util.AbstractQueryWrapper
 
query - Variable in class org.mmbase.bridge.util.xml.query.QueryDefinition
The query to run
query - Variable in class org.mmbase.module.builders.MMServers
 
QUERY_PROPERTY - Static variable in interface org.mmbase.bridge.NodeList
In the propery of the list with this name you find back the original Query object by which this NodeList was created (if it as created like that)
QUERY_SYNTAX - Static variable in class org.mmbase.module.lucene.Searcher
 
QUERY_TEMPLATE_REGEXP - Static variable in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
QueryAddConstraintTag - Class in org.mmbase.bridge.jsp.taglib.containers
 
QueryAddConstraintTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag
 
QueryAddNodeTag - Class in org.mmbase.bridge.jsp.taglib.containers
 
QueryAddNodeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
QueryAgeConstraintTag - Class in org.mmbase.bridge.jsp.taglib.containers
Cognate of daymarkers.
QueryAgeConstraintTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
QueryAliasConstraintTag - Class in org.mmbase.bridge.jsp.taglib.containers
Alias as constraint.
QueryAliasConstraintTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
queryCheck - Variable in class org.mmbase.bridge.implementation.BasicQuery
The QueryCheck object associated with this Query, or null if no such object was determined yet.
QueryCheck(boolean, Constraint) - Constructor for class org.mmbase.security.Authorization.QueryCheck
 
QueryCompositeConstraintTag - Class in org.mmbase.bridge.jsp.taglib.containers
mm:composite makes it possible to connect constraints by 'OR'.
QueryCompositeConstraintTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
QueryConfigurer - Class in org.mmbase.bridge.util.xml.query
A QueryConfigurer has the task to instantiate QueryDefinitions (wrappers around Query's) and FieldDefinitions (wrappers around StepFields).
QueryConfigurer() - Constructor for class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
QueryConstraintTag - Class in org.mmbase.bridge.jsp.taglib.containers
The most general 'constraint' tag.
QueryConstraintTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
QueryContainer - Interface in org.mmbase.bridge.jsp.taglib.containers
A Query container can be used around node-list Tags.
QueryContainerReferrer - Interface in org.mmbase.bridge.jsp.taglib.containers
A QueryContainerReferrer is just like a containerReferrer.
QueryConvertor - Class in org.mmbase.storage.search.legacy
Class for the converion of a expression string to a SQL where clause.
QueryConvertor() - Constructor for class org.mmbase.storage.search.legacy.QueryConvertor
 
QueryDefinition - Class in org.mmbase.bridge.util.xml.query
Defines a query and possible options for the fields to index.
QueryDefinition() - Constructor for class org.mmbase.bridge.util.xml.query.QueryDefinition
 
QueryDefinition(QueryDefinition) - Constructor for class org.mmbase.bridge.util.xml.query.QueryDefinition
Constructor, copies all data from the specified QueryDefinition object.
QueryDistinctTag - Class in org.mmbase.bridge.jsp.taglib.containers
Make query distinct (or not)
QueryDistinctTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryDistinctTag
 
QueryHandler - Interface in org.mmbase.bridge.mock
Interface for handling of Queries.
queryHandler - Variable in class org.mmbase.storage.StorageManagerFactory
The query handler to use with this factory.
queryHandlerClasses - Variable in class org.mmbase.storage.StorageManagerFactory
The query handler classes.
queryList - Variable in class org.mmbase.bridge.jsp.taglib.editor.Editor
 
QueryMaxNumberTag - Class in org.mmbase.bridge.jsp.taglib.containers
Applies a maxnumber to the surrounding query.
QueryMaxNumberTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryMaxNumberTag
 
QueryNextBatchesTag - Class in org.mmbase.bridge.jsp.taglib.containers
A way to make paging-mechanisms.
QueryNextBatchesTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
QueryOffsetTag - Class in org.mmbase.bridge.jsp.taglib.containers
Applies an offset to the surrounding query.
QueryOffsetTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryOffsetTag
 
QueryParts(String, String) - Constructor for class org.mmbase.servlet.BridgeServlet.QueryParts
 
QueryPreviousBatchesTag - Class in org.mmbase.bridge.jsp.taglib.containers
A way to make paging-mechanisms.
QueryPreviousBatchesTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
QueryReader - Class in org.mmbase.bridge.util.xml.query
This class contains static methods related to creating a Query object using a (fragment of an) XML.
QueryReader() - Constructor for class org.mmbase.bridge.util.xml.query.QueryReader
 
QueryResultCache - Class in org.mmbase.cache
This cache provides a base implementation to cache the result of SearchQuery's.
QueryResultCache(int) - Constructor for class org.mmbase.cache.QueryResultCache
 
QuerySortOrderTag - Class in org.mmbase.bridge.jsp.taglib.containers
Applies a sortorder to the surrounding query.
QuerySortOrderTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
querystring - Variable in class org.mmbase.util.scanpage
 
QueryTEI - Class in org.mmbase.bridge.jsp.taglib.containers
The TEI class belonging to the QueryContainer tags.
QueryTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryTEI
 
QueryTemplate - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
QueryTemplate(String) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplate
 
QueryTemplateParser - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
QueryTemplateParser(String, String, String, QueryTemplate, TemplateQueryRunner) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
QueryTypeConstraintTag - Class in org.mmbase.bridge.jsp.taglib.containers
Type as constraint.
QueryTypeConstraintTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
QueryWrapper - Class in org.mmbase.bridge.util
Implementation of Query completely based on other instance of that.
QueryWrapper(Query) - Constructor for class org.mmbase.bridge.util.QueryWrapper
 
queue - Static variable in class org.mmbase.datatypes.processors.DelayedSetter
 
queue - Variable in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
queue - Variable in class org.mmbase.notifications.Notifier
 
Queue - Class in org.mmbase.util
Deprecated.
Use edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue, or some other Queue implementation.
Queue() - Constructor for class org.mmbase.util.Queue
Deprecated.
Constructs the queue with the default queue size set to DEFAULT_QUEUE_SIZE, and the append timeout set to DEFAULT_APPEND_TIMEOUT
Queue(int) - Constructor for class org.mmbase.util.Queue
Deprecated.
Constructs the queue, sets the max number of queueable items to the given size, sets the append timeout to DEFAULT_APPEND_TIMEOUT, and sets the get timeout to DEFAULT_GET_TIMEOUT
Queue(int, int, int) - Constructor for class org.mmbase.util.Queue
Deprecated.
Constructs the queue, sets the max number of queueable items to the given size, and sets the append() and get() timeouts to the given values.
queued - Static variable in class org.mmbase.datatypes.processors.DelayedSetter
 
QueueElement - Class in org.mmbase.util
Element in a Queue.
QueueElement() - Constructor for class org.mmbase.util.QueueElement
 
queueFunction - Variable in class org.mmbase.module.lucene.Lucene
 
queueSize() - Method in class org.mmbase.util.Queue
Deprecated.
Returns the size of the queue

R

r - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
radio - Variable in class org.mmbase.util.HTMLFormGenerator
RADIO Element
radix - Variable in class org.mmbase.util.transformers.RadixTransformer
 
RadixTransformer - Class in org.mmbase.util.transformers
This straight-forward transformer wraps Long.toString(long, int) and Long.parseLong(String, int).
RadixTransformer() - Constructor for class org.mmbase.util.transformers.RadixTransformer
 
RamURLComposer - Class in org.mmbase.applications.media.urlcomposers
Provides the functionality to create URL's (or URI's) for a certain fragment, source, provider combination.
RamURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.RamURLComposer
 
RandomInputStream - Class in org.mmbase.util
An input stream only producing random bytes.
RandomInputStream(int) - Constructor for class org.mmbase.util.RandomInputStream
This input stream produces a given number of random number.
RandomInputStream() - Constructor for class org.mmbase.util.RandomInputStream
Produces an immense amount of randomness
RandomPlus - Class in org.mmbase.util
Better random function (see Knuth)
RandomPlus() - Constructor for class org.mmbase.util.RandomPlus
 
RandomPlus(long) - Constructor for class org.mmbase.util.RandomPlus
 
RandomPlus(long, int) - Constructor for class org.mmbase.util.RandomPlus
 
RandomPool - Class in org.mmbase.util
Class for holding a pool of random numbers.
RandomPool() - Constructor for class org.mmbase.util.RandomPool
Create a pool.
RandomPool(long) - Constructor for class org.mmbase.util.RandomPool
Create a pool.
RandomThings - Class in org.mmbase.util
Class for doing random things.
RandomThings() - Constructor for class org.mmbase.util.RandomThings
 
ranges - Variable in class org.mmbase.servlet.FileServlet.ChainedRange
 
Rank(Rank) - Constructor for class org.mmbase.security.ActionChecker.Rank
 
Rank(String) - Constructor for class org.mmbase.security.ActionChecker.Rank
 
rank - Variable in class org.mmbase.security.ActionChecker.Rank
 
Rank - Class in org.mmbase.security
This class defines Rank objects which are used in security implementation.
Rank(int, String) - Constructor for class org.mmbase.security.Rank
constructor
rank - Variable in class org.mmbase.security.RequestActionChecker
 
rankCache - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
rankFunction - Variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
Ranks - Class in org.mmbase.security.implementation.cloudcontext.builders
This MMObjectBuilder implementation belongs to the object type 'mmbaseusers' It contains functionality to MD5 encode passwords, and so on.
Ranks() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.Ranks
 
ranPool - Variable in class org.mmbase.util.PasswordGenerator
Pool of random numbers.
reached - Variable in class org.mmbase.module.lucene.Lucene.Scheduler.Marker
 
reached(Stage) - Method in class org.mmbase.streams.createcaches.Job
 
READ - Static variable in class org.mmbase.security.Operation
A 'read' operation is acquiring an MMBase Node.
read(ResultSet) - Method in interface org.mmbase.storage.implementation.database.ResultSetReader
 
read() - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
read(byte[], int, int) - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
read(byte[]) - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
read() - Method in class org.mmbase.util.MockInputStream
 
read(byte[], int, int) - Method in class org.mmbase.util.MockInputStream
 
read() - Method in class org.mmbase.util.ReaderInputStream
Reads from the Reader, returning the same value.
read(byte[], int, int) - Method in class org.mmbase.util.ReaderInputStream
Reads from the Reader into a byte array
read() - Method in class org.mmbase.util.SerializableInputStream
 
read(byte[]) - Method in class org.mmbase.util.SerializableInputStream
 
read(byte[], int, int) - Method in class org.mmbase.util.SerializableInputStream
 
read() - Method in class org.mmbase.util.transformers.TransformingReader
 
read(char[], int, int) - Method in class org.mmbase.util.transformers.TransformingReader
 
READ_INT - Static variable in class org.mmbase.security.Operation
int value for the read Operation
READ_SEQUENCE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for retrieving the key from sequence or number table The parameters accepted are: {0} the storage manager (StorageManager), or the basename for tables (String) {1} the (suggested) name of the primary key field ('number') {2} the sequence buffer size (nr of keys that MMBase caches in the storage layer).
READ_SEQUENCE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for retrieving the key from a sequence table.
readAdmins(InputStream) - Method in class org.mmbase.security.implementation.cloudcontext.Authenticate
 
readArrayFromXml(Element) - Static method in class org.mmbase.util.functions.Parameter
 
readAssigned() - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
readBlocking() - Method in class org.mmbase.util.externalprocess.ProcessClosure
read data from the external process and block the calling thread until reading is finished
readCache() - Method in class org.mmbase.module.corebuilders.TypeRel
The TypeRel cache contains all TypeRels MMObjectNodes.
readChar() - Method in class org.mmbase.util.dateparser.SimpleCharStream
Read a character.
readChar() - Method in class org.mmbase.util.transformers.SimpleCharStream
Read a character.
readConfig() - Static method in class org.mmbase.applications.mmbob.ForumManager
ToDo: Write docs! Called on init.
readConfiguration(Map) - Static method in class org.mmbase.applications.editwizard.Config
 
readConfiguration() - Method in class org.mmbase.cache.CacheManager
 
readConfiguration() - Method in interface org.mmbase.cache.CacheManagerMBean
 
readConfiguration(Map<String, String>) - Method in class org.mmbase.clustering.ClusterManager
 
readConfiguration(Map<String, String>) - Method in class org.mmbase.clustering.jgroups.Multicast
Read configuration settings
readConfiguration(Map<String, String>) - Method in class org.mmbase.clustering.multicast.Multicast
Read configuration settings
readConfiguration(Map<String, String>) - Method in class org.mmbase.clustering.unicast.Unicast
 
readConfiguration(String) - Method in class org.mmbase.framework.ComponentRepository
Reads all component xmls
readConfiguration(String) - Method in class org.mmbase.module.lucene.Lucene
 
readConfiguration() - Static method in class org.mmbase.streams.createcaches.Executors
 
readContentLength(HttpServletRequest) - Method in class org.mmbase.util.HttpPost
read a block into a array of ContentLenght size from the users networksocket
readCSV(String, String, String) - Method in class org.mmbase.util.CSVReader
Reads the contents of the CSV file.
readDataType(Element, BasicDataType, DataTypeCollector) - Static method in class org.mmbase.datatypes.util.xml.DataTypeReader
Reads a datatype.
readDataTypes(Element, DataTypeCollector) - Static method in class org.mmbase.datatypes.util.xml.DataTypeReader
Initialize the data types default supported by the system.
readDataTypes(Element, DataTypeCollector, BasicDataType) - Static method in class org.mmbase.datatypes.util.xml.DataTypeReader
Initialize the data types default supported by the system.
readDefaultPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.Censor
 
readDefaultPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.LinkFinder
 
readDefaultPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.RegexpReplacer
Reads defaults translation patterns into the given collection patterns.
readdResources() - Method in class org.mmbase.util.ResourceWatcher
 
reader - Variable in class org.mmbase.bridge.util.NodeManagerDescription
 
reader - Variable in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
ReaderInputStream - Class in org.mmbase.util
Oddly enough, Java does not provide this itself.
ReaderInputStream(Reader) - Constructor for class org.mmbase.util.ReaderInputStream
Construct a ReaderInputStream for the specified Reader.
ReaderInputStream(Reader, String) - Constructor for class org.mmbase.util.ReaderInputStream
Construct a ReaderInputStream for the specified Reader, with the specified encoding.
ReaderTransformer - Class in org.mmbase.util.transformers
You need only to implement transform(Reader, Writer) you have the simplest kind of tranformer (which is 'streamable').
ReaderTransformer() - Constructor for class org.mmbase.util.transformers.ReaderTransformer
 
readETag(File) - Method in class org.mmbase.framework.CachedRenderer
 
readExample(String) - Static method in class org.mmbase.bridge.jsp.taglib.util.ReadFile
 
readExpires(File) - Method in class org.mmbase.framework.CachedRenderer
 
readExternal(ObjectInput) - Method in class org.mmbase.streams.createcaches.Processor
 
readExternal(ObjectInput) - Method in class org.mmbase.util.logging.ChainedLogger
 
ReadFile - Class in org.mmbase.bridge.jsp.taglib.util
This file is found in the public domain, on http://www.dpawson.co.uk/xsl/sect2/N4760.html It is used to be able to include the codesamples in the taglib documentation.
ReadFile() - Constructor for class org.mmbase.bridge.jsp.taglib.util.ReadFile
 
readForwards() - Static method in class org.mmbase.module.smtp.Forwarder
 
readFromXml(Element) - Static method in class org.mmbase.util.functions.Parameter
 
readJobs() - Method in class org.mmbase.applications.crontab.builders.CronJobs
 
readMimeMapping(String) - Static method in enum org.mmbase.applications.media.Format
 
readMoreJobs() - Method in class org.mmbase.applications.crontab.modules.CrontabModule
 
readNode(MMObjectBuilder, Map<CoreField, Integer>, ResultSet, boolean) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
readNonBlocking() - Method in class org.mmbase.util.externalprocess.ProcessClosure
read data from the external process without blocking the calling thread
readOnly - Variable in class org.mmbase.core.AbstractField
 
Readonly - Class in org.mmbase.datatypes.processors
This processor can be used as a 'set' processor on a field.
Readonly() - Constructor for class org.mmbase.datatypes.processors.Readonly
 
READONLY - Static variable in class org.mmbase.module.lucene.Lucene.Scheduler
 
readOnlyFunction - Variable in class org.mmbase.module.lucene.Lucene
 
ReadonlyLocalizedString - Class in org.mmbase.util
Extends and wraps LocalizedString, to make it readonly
ReadonlyLocalizedString(LocalizedString) - Constructor for class org.mmbase.util.ReadonlyLocalizedString
 
readParams() - Method in class org.mmbase.module.cache
 
readPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.RegexpReplacer
Reads patterns from config-file into given Collection
readPostFormData(byte[], Hashtable<String, Object>, String) - Method in class org.mmbase.util.HttpPost
read post info from buffer, must be defined in multipart/form-data format.
readPostFormData(String, Hashtable<String, Object>, String) - Method in class org.mmbase.util.HttpPost
read post info from buffer, must be defined in multipart/form-data format.
readPostings() - Method in class org.mmbase.applications.mmbob.PostThread
Fill the postings vector with all Postings within the PostThread
readProperties(String) - Method in class org.mmbase.util.ExtendedProperties
Read from Properties and return them.
readProperties(String) - Method in class org.mmbase.util.xml.UtilReader
 
readQuery(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.BridgeServlet
Creates a QueryParts object which wraps request and response and the parse result of them.
readQuery(String) - Static method in class org.mmbase.servlet.BridgeServlet
 
readQueryFromRequestURI(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.BridgeServlet
 
readRemoteHosts() - Method in class org.mmbase.applications.mmbob.Poster
 
readResolve() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
 
readResolve() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
readResolve() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
 
readResolve() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
readResolve() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
 
readResolve() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyStringList
 
readServletPath(String) - Static method in class org.mmbase.servlet.BridgeServlet
 
readSets() - Static method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
readStats() - Method in class org.mmbase.applications.mmbob.Mailbox
 
readStyleSheet() - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
readTheme(String) - Method in class org.mmbase.applications.thememanager.Theme
 
readThemes() - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
readXML(InputSource) - Static method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
readXML(InputSource) - Static method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
'reads' a resource XML and puts its values in a Map with types of edittags
readXml(File) - Method in class org.mmbase.security.implementation.cloudcontext.ConvertTool
Extends the current configuration with an XML file.
ready - Variable in class org.mmbase.applications.crontab.ProposedJobs.Event
 
Ready() - Constructor for class org.mmbase.framework.ComponentRepository.Ready
 
ready - Variable in class org.mmbase.streams.createcaches.Job
 
ready() - Method in class org.mmbase.streams.createcaches.Job
 
ready() - Method in class org.mmbase.streams.createcaches.RecognizerResult
 
ready - Variable in class org.mmbase.streams.createcaches.Result
 
ready() - Method in class org.mmbase.streams.createcaches.Result
Marks this result as ready, meaning that there is nothing left to be done and Result.isReady() will return true from now on.
ready() - Method in class org.mmbase.streams.createcaches.TranscoderResult
 
ready(Node, Node) - Method in interface org.mmbase.streams.transcoders.Analyzer
 
ready(Node, Node) - Method in class org.mmbase.streams.transcoders.ChainedAnalyzer
 
ready(Node, Node) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
 
ready(Node, Node) - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
ready(Node, Node) - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
ready(Node, Node) - Method in class org.mmbase.streams.transcoders.SegmenterAnalyzer
 
ready() - Method in class org.mmbase.util.CommandServer.Copier
 
ready() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
ready() - Method in class org.mmbase.util.images.FileReceiver
 
ready() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
ready() - Method in class org.mmbase.util.images.ImageConversionRequest
 
ready() - Method in class org.mmbase.util.images.MemoryReceiver
 
ready() - Method in class org.mmbase.util.images.NodeReceiver
 
ready() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
ready() - Method in class org.mmbase.util.transformers.ByteTransformerLink
 
ready() - Method in class org.mmbase.util.transformers.CharTransformerLink
 
real - Static variable in enum org.mmbase.applications.media.Format
 
REAL_NODES - Static variable in class org.mmbase.bridge.util.TreeList
 
RealBbURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
 
RealBbURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.RealBbURLComposer
 
realclose() - Method in interface org.mmbase.module.database.MultiConnection
 
realclose() - Method in class org.mmbase.module.database.MultiConnectionImplementation
Close connections
realcopy(String, String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Transfers a file at this server to the host.
realcopy(String, String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
RealFormatSorter() - Constructor for class org.mmbase.applications.media.filters.RealSorter.RealFormatSorter
 
RealSbURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
An example.
RealSbURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.RealSbURLComposer
 
realSearchField - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
RealSorter - Class in org.mmbase.applications.media.filters
This can sort according to properties of real streams.
RealSorter() - Constructor for class org.mmbase.applications.media.filters.RealSorter
 
RealSorter.ChannelsSorter - Class in org.mmbase.applications.media.filters
Sort with channels
RealSorter.RealFormatSorter - Class in org.mmbase.applications.media.filters
Prefer real a little if this filter is used.
RealSorter.SpeedSorter - Class in org.mmbase.applications.media.filters
Sort with speed
RealURLComposer - Class in org.mmbase.applications.media.urlcomposers
A RealURLComposer is an URLComposer which can produce URL's to RM/RA streams.
RealURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.RealURLComposer
 
receive - Variable in class org.mmbase.clustering.ClusterManager
 
Receiver - Class in org.mmbase.sms
The core of this class is Receiver.offer(SMS) which offers an SMS message to a queue.
Receiver(String) - Constructor for class org.mmbase.sms.Receiver
 
RECOGNIZED_HEADERS - Static variable in class org.mmbase.applications.email.SendMail
 
Recognizer - Interface in org.mmbase.streams.transcoders
A Recognizer is a bit like a Transcoder, but it does not transcode anything, it only produces output to the logger, which can be analyzed using an AnalyzerLogger.
recognizer - Variable in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
RecognizerResult - Class in org.mmbase.streams.createcaches
Result of a recognizer JobDefinition, just recognizes the type of stream etc.
RecognizerResult(JobDefinition, Node, URI) - Constructor for class org.mmbase.streams.createcaches.RecognizerResult
 
RecognizerTranscoder - Class in org.mmbase.streams.transcoders
This thin wrapper just represents a 'Recognizer' as a Transcoder.
RecognizerTranscoder(Recognizer) - Constructor for class org.mmbase.streams.transcoders.RecognizerTranscoder
 
redirected - Variable in class org.mmbase.util.GenericResponseWrapper
 
RedirectTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
Does a redirect, using the features of UrlTag.
RedirectTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.RedirectTag
 
referid - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
referid - Variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
referid - Variable in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
referid2 - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
referids - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
referids - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
referids - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
Referids - Class in org.mmbase.bridge.jsp.taglib.util
A helper class to implement referids attribute.
Referids() - Constructor for class org.mmbase.bridge.jsp.taglib.util.Referids
 
ReferredAttachments - Class in org.mmbase.module.builders
An attachment builder where, aside from storing the binary data in the database, you can point out a binary resource on another server using an url.
ReferredAttachments() - Constructor for class org.mmbase.module.builders.ReferredAttachments
 
ReferrerResolver - Class in org.mmbase.applications.vprowizards.spring
This return page resolver will return the referrer url wiht a parameter 'nodenr' added when there is a new node in the result container.
ReferrerResolver() - Constructor for class org.mmbase.applications.vprowizards.spring.ReferrerResolver
 
refresh(MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Reloads the data from a node from the database.
RefreshTag - Class in org.mmbase.bridge.jsp.taglib.edit
 
RefreshTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.RefreshTag
 
refreshTransaction() - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
REGEXP - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
 
RegexpReplacer - Class in org.mmbase.util.transformers
Finds regexps in the Character String, and replaces them.
RegexpReplacer(int) - Constructor for class org.mmbase.util.transformers.RegexpReplacer
 
RegexpReplacer() - Constructor for class org.mmbase.util.transformers.RegexpReplacer
 
RegexpReplacer.PatternWatcher - Class in org.mmbase.util.transformers
 
RegexpReplacerFactory - Class in org.mmbase.util.transformers
Factories new instances of extensions of RegexpReplacer, for which the replace patterns are parameterized (using the 'patterns' parameter).
RegexpReplacerFactory() - Constructor for class org.mmbase.util.transformers.RegexpReplacerFactory
 
regexps - Static variable in class org.mmbase.util.transformers.RegexpReplacer
The regexps for the unextended RegexpReplacer
register(String, Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().register
register(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().register
register(String, Object, boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.BeanPair
 
register(String, Object, boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextCollector
 
register(String, Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
register(String, WriterHelper, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
register(String, Object, boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
register(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
register(String, Object, boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainerPair
 
register(String, Object, boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.MapPair
 
register(String, Object, boolean, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.Pair
 
register(Registry, String, int) - Method in class org.mmbase.module.RemoteMMCI
 
register(String) - Static method in class org.mmbase.util.Encode
Add new transformation types.
registerAll(Map<String, Object>) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
registerField(Query, int, String) - Method in class org.mmbase.bridge.jsp.taglib.editor.Editor
Here is were the FieldTag registers its fields and some associated and maybe usefull information with the EditTag.
registerFields(List<Query>, List<String>, List<String>) - Method in class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
Values passed by the EditTag from the FieldTags.
registerNode(String, Node) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().registerNode
registerNode(String, Node) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
registerPublicID(String, String, Class<?>) - Static method in class org.mmbase.util.xml.EntityResolver
Register a given publicID, binding it to a resource determined by a given class and resource filename
registerPublicIDs() - Static method in class org.mmbase.applications.mmbob.ForumManager
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.
registerPublicIDs() - Static method in class org.mmbase.applications.mmbob.ProfileInfo
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.
registerPublicIDs() - Static method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.
registerPublicIDs() - Static method in class org.mmbase.applications.thememanager.Theme
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.
registerPublicIDs() - Static method in class org.mmbase.applications.thememanager.ThemeManager
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.
registerPublicIDs() - Static method in class org.mmbase.util.xml.AbstractBuilderReader
Register the Public Ids for DTDs used by BuilderReader This method is called by EntityResolver.
registerPublicIDs() - Static method in class org.mmbase.util.xml.applicationdata.ApplicationReader
Register the Public Ids for DTDs used by ApplicationReader This method is called by XMLEntityResolve
registerPublicIDs() - Static method in class org.mmbase.util.xml.DocumentReader
Register the Public Ids for DTDs used by XMLBasicReader This method is called by EntityResolver.
registerPublicIDs() - Static method in class org.mmbase.util.xml.ModuleReader
Register the Public Ids for DTDs used by ModuleReader This method is called by EntityResolver.
registerPublicIDs() - Static method in class org.mmbase.util.xml.UtilReader
Register the Public Ids for DTDs used by UtilReader This method is called by EntityResolver.
registerRank(Rank) - Static method in class org.mmbase.security.Rank
 
registerSystemID(String, String, Class<?>) - Static method in class org.mmbase.util.xml.EntityResolver
It seems that in XSD's you don't have public id's.
registerSystemIDs() - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
Register the namespace and XSD used by QueryReader This method is called by EntityResolver.
registerSystemIDs() - Static method in class org.mmbase.util.xml.AbstractBuilderReader
Register the namespace and XSD used by DataTypeConfigurer This method is called by EntityResolver.
registerSystemIDs() - Static method in class org.mmbase.util.xml.ModuleReader
Register the namespace and XSD used by DataTypeConfigurer This method is called by EntityResolver.
ReInit(InputStream) - Method in class org.mmbase.util.dateparser.DateParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.mmbase.util.dateparser.DateParser
Reinitialise.
ReInit(Reader) - Method in class org.mmbase.util.dateparser.DateParser
Reinitialise.
ReInit(DateParserTokenManager) - Method in class org.mmbase.util.dateparser.DateParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.mmbase.util.transformers.ListParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.mmbase.util.transformers.ListParser
Reinitialise.
ReInit(Reader) - Method in class org.mmbase.util.transformers.ListParser
Reinitialise.
ReInit(ListParserTokenManager) - Method in class org.mmbase.util.transformers.ListParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.mmbase.util.transformers.ListParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.mmbase.util.transformers.ListParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
Reinitialise.
reinitialize() - Static method in class org.mmbase.datatypes.DataTypes
 
reinitWatchers() - Static method in class org.mmbase.util.ResourceWatcher
 
Related - Class in org.mmbase.datatypes.processors
The set- and get- processors implemented in this file can be used to make a virtual field which act as a a node field, but actually is a related node.
Related() - Constructor for class org.mmbase.datatypes.processors.Related
 
Related.AbstractProcessor - Class in org.mmbase.datatypes.processors
 
Related.Creator - Class in org.mmbase.datatypes.processors
This get-processor can be used to implicitly create the wanted related node too.
Related.Getter - Class in org.mmbase.datatypes.processors
 
Related.Setter - Class in org.mmbase.datatypes.processors
 
RelatedContainerTag - Class in org.mmbase.bridge.jsp.taglib.containers
 
RelatedContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
relateDefaultIfNull - Variable in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
RelatedField - Class in org.mmbase.datatypes.processors
The set- and get- processors implemented in this file can be used to make a virtual field which acts as a field of a related node.
RelatedField() - Constructor for class org.mmbase.datatypes.processors.RelatedField
 
RelatedField.AbstractProcessor - Class in org.mmbase.datatypes.processors
 
RelatedField.Creator - Class in org.mmbase.datatypes.processors
 
RelatedField.Getter - Class in org.mmbase.datatypes.processors
 
RelatedField.Setter - Class in org.mmbase.datatypes.processors
 
RelatedList - Class in org.mmbase.datatypes.processors
The set- and get- processors implemented in this file can be used to make a virtual field which act as a list (or 'set') field, but actually represents related nodes.
RelatedList() - Constructor for class org.mmbase.datatypes.processors.RelatedList
 
RelatedList.AbstractProcessor - Class in org.mmbase.datatypes.processors
 
RelatedList.Getter - Class in org.mmbase.datatypes.processors
 
RelatedList.Setter - Class in org.mmbase.datatypes.processors
 
RelatedNodesCache - Class in org.mmbase.cache
Query result cache used for getRelatedNodes from MMObjectNodes.
RelatedNodesContainerTag - Class in org.mmbase.bridge.jsp.taglib.containers
Container cognate of RelatedNodesTag
RelatedNodesContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.containers.RelatedNodesContainerTag
 
RelatedNodesTag - Class in org.mmbase.bridge.jsp.taglib
RelatedNodesTag, provides functionality for listing single related nodes in MMBase
RelatedNodesTag() - Constructor for class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
RelatedNodeTag - Class in org.mmbase.bridge.jsp.taglib
Needs to live under a ListRelationsTag
RelatedNodeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.RelatedNodeTag
 
RelatedTag - Class in org.mmbase.bridge.jsp.taglib.macro
Shortcut for List where the start node is the parent node.
RelatedTag() - Constructor for class org.mmbase.bridge.jsp.taglib.macro.RelatedTag
 
RELATION - Static variable in class org.mmbase.applications.dove.AbstractDove
 
Relation - Interface in org.mmbase.bridge
A relation within the cloud.
RelationalDatabaseStorageManager - Class in org.mmbase.storage.implementation.database
A JDBC implementation of a storage manager for relational databases.
RelationalDatabaseStorageManager() - Constructor for class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
 
relationChanged - Variable in class org.mmbase.bridge.implementation.BasicRelation
 
relationConstraints - Variable in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
RelationEvent - Class in org.mmbase.core.event
This class reflects a ,,change relation event.
RelationEvent(NodeEvent, int, int, String, String, int) - Constructor for class org.mmbase.core.event.RelationEvent
Constructor for relation event
RelationEventBroker - Class in org.mmbase.core.event
This class is the event broker implementation for the RelationEvent
RelationEventBroker() - Constructor for class org.mmbase.core.event.RelationEventBroker
 
RelationEventListener - Interface in org.mmbase.core.event
This is the listener interface for relation events
relationIterator() - Method in class org.mmbase.bridge.implementation.BasicRelationList
 
RelationIterator - Interface in org.mmbase.bridge
A list of nodes
relationIterator() - Method in interface org.mmbase.bridge.RelationList
Returns an type-specific iterator for this list.
relationIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationList_Proxy
 
relationIterator() - Method in interface org.mmbase.bridge.remote.RemoteRelationList
 
relationIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationList_Rmi
 
relationIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
relationIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationList
 
relationIterator() - Method in class org.mmbase.bridge.util.CollectionRelationList
 
RelationList - Interface in org.mmbase.bridge
A list of Relations
relationManager - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
RelationManager - Interface in org.mmbase.bridge
This interface represents a relation constraint (or contex, if you like).
relationManagerIterator() - Method in class org.mmbase.bridge.implementation.BasicRelationManagerList
 
RelationManagerIterator - Interface in org.mmbase.bridge
A list of nodes
relationManagerIterator() - Method in interface org.mmbase.bridge.RelationManagerList
Returns an type-specific iterator for this list.
relationManagerIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManagerList_Proxy
 
relationManagerIterator() - Method in interface org.mmbase.bridge.remote.RemoteRelationManagerList
 
relationManagerIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManagerList_Rmi
 
relationManagerIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
 
relationManagerIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerList
 
RelationManagerList - Interface in org.mmbase.bridge
A list of Relation Managers
RelationNodeReader - Class in org.mmbase.util.xml.applicationdata
This class reads a relation node from an exported application.
RelationNodeReader(InputSource, ResourceLoader) - Constructor for class org.mmbase.util.xml.applicationdata.RelationNodeReader
 
RELATIONS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
RelationsCache - Class in org.mmbase.cache
Cache from MMObjectNode number to List of InsRel MMObjectNodes instances (relation nodes).
RelationStep - Interface in org.mmbase.storage.search
A relationstep refers to a table of relations between the previous and next step.
relationValues - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
RelativeTime - Class in org.mmbase.util
This util class contains several methods and constants to manipulate relative time values.
RelativeTime() - Constructor for class org.mmbase.util.RelativeTime
 
RelDef - Class in org.mmbase.module.corebuilders
RelDef, one of the meta stucture nodes, is used to define the possible relation types.
RelDef() - Constructor for class org.mmbase.module.corebuilders.RelDef
Contruct the builder
reldefCorrect(int, int, int) - Method in class org.mmbase.module.corebuilders.InsRel
Deprecated.
reldefCorrect(int, int, int) - Method in class org.mmbase.module.corebuilders.TypeRel
Deprecated.
relDefNode - Variable in class org.mmbase.bridge.implementation.BasicRelationManager
 
release() - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Release all allocated resources.
release() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
release() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
release(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextCollector
 
release(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
release() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
release(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextContainer
 
release(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
release() - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
release() - Method in interface org.mmbase.module.database.MultiConnection
 
release() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
release() - Method in class org.mmbase.util.DijkstraSemaphore
Releases a previously acquires semaphore and increments the count by one.
release(int) - Method in class org.mmbase.util.DijkstraSemaphore
Same as release() except that the count is increased by pCount instead of 1.
release() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
Release any internal references to previously created Log instances returned by this factory.
releaseActiveConnection() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Safely closes the active connection.
releaseActiveConnection() - Method in class org.mmbase.storage.implementation.database.InformixStorageManager
Safely closes the active connection.
releaseAll() - Method in class org.mmbase.util.DijkstraSemaphore
Releases all semaphores setting the count to max count.
releaseClient(VwmCallBackInterface) - Method in class org.mmbase.module.builders.vwms.Vwm
Release a client from the listen queue of the wvm.
releaseClient(VwmCallBackInterface) - Method in interface org.mmbase.module.builders.vwms.VwmInterface
Deprecated.
Release a client from the listen queue of the wvm.
releaseSavepoint(Savepoint) - Method in class org.mmbase.module.database.ConnectionWrapper
 
releaseSavepoint(Savepoint) - Method in interface org.mmbase.module.database.MultiConnection
 
ReleaseStrategy - Class in org.mmbase.cache
This class is the base for all cache release strategies.
ReleaseStrategy() - Constructor for class org.mmbase.cache.ReleaseStrategy
 
ReleaseStrategy.StrategyResult - Class in org.mmbase.cache
 
ReleaseStrategy.Timer - Class in org.mmbase.cache
Deprecated.
The only thing what this does is knowing how to subtract, which is really not so difficult or verbose by itself
relnumber - Variable in class org.mmbase.module.corebuilders.InsRel
Hold the relnumber to use when creating a node of this builder.
reload() - Method in class org.mmbase.applications.crontab.modules.CrontabModule
All previously added entries are removed from the cron-daemon and the currently configured ones are added (init is called).
reload() - Method in class org.mmbase.applications.email.SendMail
 
reload() - Method in class org.mmbase.clustering.ClusteringModule
 
reload() - Method in class org.mmbase.module.cache
 
reload() - Method in class org.mmbase.module.database.JDBC
What should this do, when is this called?
reload() - Method in class org.mmbase.module.gui.html.MMEdit
 
reload() - Method in class org.mmbase.module.lucene.Lucene
 
reload() - Method in class org.mmbase.module.MMUsers
 
reload() - Method in class org.mmbase.module.ProcessorModule
Deprecated.
called by nothing
reload() - Method in class org.mmbase.module.ReloadableModule
This method should be called when the module should be reloaded.
reload() - Method in class org.mmbase.module.smtp.SMTPModule
 
reload() - Method in class org.mmbase.notifications.Notifier
 
reload() - Method in class org.mmbase.security.MMBaseCop
reload, will load the classes for authorization and authentication with their config files, as specied in the xml from configUrl
reload() - Method in class org.mmbase.servlet.servflash
reload
reload() - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
reload
reload() - Method in class org.mmbase.util.PasswordGeneratorModule
Called when the module is reloaded.
reload - Variable in class org.mmbase.util.scanpage
Indicates whether elements sucha s 'multilevel' should be reloaded, or whether results stored in cache should be used.
ReloadableModule - Class in org.mmbase.module
A Reloadable Module has a 'reload' method.
ReloadableModule() - Constructor for class org.mmbase.module.ReloadableModule
 
ReloadableModule(String) - Constructor for class org.mmbase.module.ReloadableModule
 
reloadBuilder(String) - Method in class org.mmbase.module.corebuilders.TypeDef
 
reloadConfiguration() - Method in class org.mmbase.module.ReloadableModule
Reloads the configuration file.
reloadConfiguration(ModuleReader) - Method in class org.mmbase.module.ReloadableModule
 
reloadFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
reLog(Logger, boolean, Date) - Method in class org.mmbase.util.logging.BufferedLogger
 
RemoteAggregatedField - Interface in org.mmbase.bridge.remote
RemoteAggregatedField is a generated interface based on org.mmbase.storage.search.AggregatedField
This interface has almost the same methods names as the AggregatedField interface.
RemoteAggregatedField_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteAggregatedField_Proxy in a generated smart proxy of AggregatedField
This smart proxy is used by a local class when the MMCI is called remotely
RemoteAggregatedField_Proxy(RemoteAggregatedField) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
RemoteAggregatedField_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteAggregatedField_Rmi in a generated remote implementation of RemoteAggregatedField
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteAggregatedField_Rmi(AggregatedField, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
RemoteAuthenticationData - Interface in org.mmbase.bridge.remote
RemoteAuthenticationData is a generated interface based on org.mmbase.security.AuthenticationData
This interface has almost the same methods names as the AuthenticationData interface.
RemoteAuthenticationData_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteAuthenticationData_Proxy in a generated smart proxy of AuthenticationData
This smart proxy is used by a local class when the MMCI is called remotely
RemoteAuthenticationData_Proxy(RemoteAuthenticationData) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteAuthenticationData_Proxy
 
RemoteAuthenticationData_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteAuthenticationData_Rmi in a generated remote implementation of RemoteAuthenticationData
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteAuthenticationData_Rmi(AuthenticationData, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteAuthenticationData_Rmi
 
RemoteBridgeList<E> - Interface in org.mmbase.bridge.remote
RemoteBridgeList is a generated interface based on org.mmbase.bridge.BridgeList
This interface has almost the same methods names as the BridgeList interface.
RemoteBridgeList_Proxy<L extends Comparable<? super L>,E> - Class in org.mmbase.bridge.remote.proxy
 
RemoteBridgeList_Proxy(RemoteBridgeList<E>) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
RemoteBridgeList_Rmi<R,L> - Class in org.mmbase.bridge.remote.rmi
 
RemoteBridgeList_Rmi(BridgeList<L>, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
RemoteCacheable - Interface in org.mmbase.bridge.remote
RemoteCacheable is a generated interface based on org.mmbase.cache.Cacheable
This interface has almost the same methods names as the Cacheable interface.
RemoteCacheable_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteCacheable_Proxy in a generated smart proxy of Cacheable
This smart proxy is used by a local class when the MMCI is called remotely
RemoteCacheable_Proxy(RemoteCacheable) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteCacheable_Proxy
 
RemoteCacheable_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteCacheable_Rmi in a generated remote implementation of RemoteCacheable
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteCacheable_Rmi(Cacheable, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteCacheable_Rmi
 
RemoteChecker(RemoteMMCI, int) - Constructor for class org.mmbase.module.RemoteMMCI.RemoteChecker
 
RemoteCloud - Interface in org.mmbase.bridge.remote
RemoteCloud is a generated interface based on org.mmbase.bridge.Cloud
This interface has almost the same methods names as the Cloud interface.
RemoteCloud_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteCloud_Proxy in a generated smart proxy of Cloud
This smart proxy is used by a local class when the MMCI is called remotely
RemoteCloud_Proxy(RemoteCloud) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
RemoteCloud_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteCloud_Rmi in a generated remote implementation of RemoteCloud
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteCloud_Rmi(Cloud, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
RemoteCloudContext - Interface in org.mmbase.bridge.remote
RemoteCloudContext is a generated interface based on org.mmbase.bridge.CloudContext
This interface has almost the same methods names as the CloudContext interface.
RemoteCloudContext_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteCloudContext_Proxy in a generated smart proxy of CloudContext
This smart proxy is used by a local class when the MMCI is called remotely
RemoteCloudContext_Proxy(RemoteCloudContext) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteCloudContext_Proxy
 
RemoteCloudContext_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteCloudContext_Rmi in a generated remote implementation of RemoteCloudContext
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteCloudContext_Rmi(CloudContext, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
 
RemoteCompareFieldsConstraint - Interface in org.mmbase.bridge.remote
RemoteCompareFieldsConstraint is a generated interface based on org.mmbase.storage.search.CompareFieldsConstraint
This interface has almost the same methods names as the CompareFieldsConstraint interface.
RemoteCompareFieldsConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteCompareFieldsConstraint_Proxy in a generated smart proxy of CompareFieldsConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteCompareFieldsConstraint_Proxy(RemoteCompareFieldsConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
RemoteCompareFieldsConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteCompareFieldsConstraint_Rmi in a generated remote implementation of RemoteCompareFieldsConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteCompareFieldsConstraint_Rmi(CompareFieldsConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
RemoteCompositeConstraint - Interface in org.mmbase.bridge.remote
RemoteCompositeConstraint is a generated interface based on org.mmbase.storage.search.CompositeConstraint
This interface has almost the same methods names as the CompositeConstraint interface.
RemoteCompositeConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteCompositeConstraint_Proxy in a generated smart proxy of CompositeConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteCompositeConstraint_Proxy(RemoteCompositeConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
RemoteCompositeConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteCompositeConstraint_Rmi in a generated remote implementation of RemoteCompositeConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteCompositeConstraint_Rmi(CompositeConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteCompositeConstraint_Rmi
 
RemoteConstraint - Interface in org.mmbase.bridge.remote
RemoteConstraint is a generated interface based on org.mmbase.storage.search.Constraint
This interface has almost the same methods names as the Constraint interface.
RemoteConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteConstraint_Proxy in a generated smart proxy of Constraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteConstraint_Proxy(RemoteConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteConstraint_Proxy
 
RemoteConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteConstraint_Rmi in a generated remote implementation of RemoteConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteConstraint_Rmi(Constraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteConstraint_Rmi
 
RemoteContext - Class in org.mmbase.bridge
This, despite its name, is not actually a CloudContext, it only provides the static method to obtain one.
RemoteContext.RemoteResolver - Class in org.mmbase.bridge
 
RemoteDescriptor - Interface in org.mmbase.bridge.remote
RemoteDescriptor is a generated interface based on org.mmbase.bridge.Descriptor
This interface has almost the same methods names as the Descriptor interface.
RemoteDescriptor_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteDescriptor_Proxy in a generated smart proxy of Descriptor
This smart proxy is used by a local class when the MMCI is called remotely
RemoteDescriptor_Proxy(RemoteDescriptor) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
RemoteDescriptor_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteDescriptor_Rmi in a generated remote implementation of RemoteDescriptor
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteDescriptor_Rmi(Descriptor, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
RemoteField - Interface in org.mmbase.bridge.remote
RemoteField is a generated interface based on org.mmbase.bridge.Field
This interface has almost the same methods names as the Field interface.
RemoteField_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteField_Proxy in a generated smart proxy of Field
This smart proxy is used by a local class when the MMCI is called remotely
RemoteField_Proxy(RemoteField) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
RemoteField_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteField_Rmi in a generated remote implementation of RemoteField
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteField_Rmi(Field, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
RemoteFieldCompareConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldCompareConstraint is a generated interface based on org.mmbase.storage.search.FieldCompareConstraint
This interface has almost the same methods names as the FieldCompareConstraint interface.
RemoteFieldCompareConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldCompareConstraint_Proxy in a generated smart proxy of FieldCompareConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldCompareConstraint_Proxy(RemoteFieldCompareConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
RemoteFieldCompareConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldCompareConstraint_Rmi in a generated remote implementation of RemoteFieldCompareConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldCompareConstraint_Rmi(FieldCompareConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
RemoteFieldConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldConstraint is a generated interface based on org.mmbase.storage.search.FieldConstraint
This interface has almost the same methods names as the FieldConstraint interface.
RemoteFieldConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldConstraint_Proxy in a generated smart proxy of FieldConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldConstraint_Proxy(RemoteFieldConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
RemoteFieldConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldConstraint_Rmi in a generated remote implementation of RemoteFieldConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldConstraint_Rmi(FieldConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
RemoteFieldIterator - Interface in org.mmbase.bridge.remote
RemoteFieldIterator is a generated interface based on org.mmbase.bridge.FieldIterator
This interface has almost the same methods names as the FieldIterator interface.
RemoteFieldIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldIterator_Proxy in a generated smart proxy of FieldIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldIterator_Proxy(RemoteFieldIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldIterator_Proxy
 
RemoteFieldIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldIterator_Rmi in a generated remote implementation of RemoteFieldIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldIterator_Rmi(FieldIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldIterator_Rmi
 
RemoteFieldList - Interface in org.mmbase.bridge.remote
RemoteFieldList is a generated interface based on org.mmbase.bridge.FieldList
This interface has almost the same methods names as the FieldList interface.
RemoteFieldList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldList_Proxy in a generated smart proxy of FieldList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldList_Proxy(RemoteFieldList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldList_Proxy
 
RemoteFieldList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldList_Rmi in a generated remote implementation of RemoteFieldList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldList_Rmi(FieldList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldList_Rmi
 
RemoteFieldNullConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldNullConstraint is a generated interface based on org.mmbase.storage.search.FieldNullConstraint
This interface has almost the same methods names as the FieldNullConstraint interface.
RemoteFieldNullConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldNullConstraint_Proxy in a generated smart proxy of FieldNullConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldNullConstraint_Proxy(RemoteFieldNullConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
RemoteFieldNullConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldNullConstraint_Rmi in a generated remote implementation of RemoteFieldNullConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldNullConstraint_Rmi(FieldNullConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
RemoteFieldValue - Interface in org.mmbase.bridge.remote
RemoteFieldValue is a generated interface based on org.mmbase.bridge.FieldValue
This interface has almost the same methods names as the FieldValue interface.
RemoteFieldValue_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldValue_Proxy in a generated smart proxy of FieldValue
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldValue_Proxy(RemoteFieldValue) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
RemoteFieldValue_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldValue_Rmi in a generated remote implementation of RemoteFieldValue
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldValue_Rmi(FieldValue, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
RemoteFieldValueBetweenConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldValueBetweenConstraint is a generated interface based on org.mmbase.storage.search.FieldValueBetweenConstraint
This interface has almost the same methods names as the FieldValueBetweenConstraint interface.
RemoteFieldValueBetweenConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldValueBetweenConstraint_Proxy in a generated smart proxy of FieldValueBetweenConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldValueBetweenConstraint_Proxy(RemoteFieldValueBetweenConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
RemoteFieldValueBetweenConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldValueBetweenConstraint_Rmi in a generated remote implementation of RemoteFieldValueBetweenConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldValueBetweenConstraint_Rmi(FieldValueBetweenConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
RemoteFieldValueConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldValueConstraint is a generated interface based on org.mmbase.storage.search.FieldValueConstraint
This interface has almost the same methods names as the FieldValueConstraint interface.
RemoteFieldValueConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldValueConstraint_Proxy in a generated smart proxy of FieldValueConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldValueConstraint_Proxy(RemoteFieldValueConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
RemoteFieldValueConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldValueConstraint_Rmi in a generated remote implementation of RemoteFieldValueConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldValueConstraint_Rmi(FieldValueConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
RemoteFieldValueInConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldValueInConstraint is a generated interface based on org.mmbase.storage.search.FieldValueInConstraint
This interface has almost the same methods names as the FieldValueInConstraint interface.
RemoteFieldValueInConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldValueInConstraint_Proxy in a generated smart proxy of FieldValueInConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldValueInConstraint_Proxy(RemoteFieldValueInConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
RemoteFieldValueInConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldValueInConstraint_Rmi in a generated remote implementation of RemoteFieldValueInConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldValueInConstraint_Rmi(FieldValueInConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
RemoteFieldValueInQueryConstraint - Interface in org.mmbase.bridge.remote
RemoteFieldValueInQueryConstraint is a generated interface based on org.mmbase.storage.search.FieldValueInQueryConstraint
This interface has almost the same methods names as the FieldValueInQueryConstraint interface.
RemoteFieldValueInQueryConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteFieldValueInQueryConstraint_Proxy in a generated smart proxy of FieldValueInQueryConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFieldValueInQueryConstraint_Proxy(RemoteFieldValueInQueryConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
RemoteFieldValueInQueryConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteFieldValueInQueryConstraint_Rmi in a generated remote implementation of RemoteFieldValueInQueryConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFieldValueInQueryConstraint_Rmi(FieldValueInQueryConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
RemoteFunction<R> - Interface in org.mmbase.bridge.remote
RemoteFunction is a generated interface based on org.mmbase.util.functions.Function
This interface has almost the same methods names as the Function interface.
RemoteFunction_Proxy<R> - Class in org.mmbase.bridge.remote.proxy
RemoteFunction_Proxy in a generated smart proxy of Function
This smart proxy is used by a local class when the MMCI is called remotely
RemoteFunction_Proxy(RemoteFunction<R>) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
RemoteFunction_Rmi<R> - Class in org.mmbase.bridge.remote.rmi
RemoteFunction_Rmi in a generated remote implementation of RemoteFunction
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteFunction_Rmi(Function, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
RemoteGenerator - Class in org.mmbase.mojo
Generate interfaces and classes for the remote bridge
RemoteGenerator() - Constructor for class org.mmbase.mojo.RemoteGenerator
 
RemoteHost - Class in org.mmbase.applications.mmbob
 
RemoteHost(Poster, String, int, int) - Constructor for class org.mmbase.applications.mmbob.RemoteHost
 
RemoteIterator<E> - Interface in org.mmbase.bridge.remote
 
RemoteIterator_Proxy<L,R> - Class in org.mmbase.bridge.remote.proxy
 
RemoteIterator_Proxy(ListIterator<L>) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
RemoteIterator_Proxy(RemoteIterator<R>) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
RemoteIterator_Rmi<R,L> - Class in org.mmbase.bridge.remote.rmi
 
RemoteIterator_Rmi(ListIterator<L>, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
RemoteLegacyConstraint - Interface in org.mmbase.bridge.remote
RemoteLegacyConstraint is a generated interface based on org.mmbase.storage.search.LegacyConstraint
This interface has almost the same methods names as the LegacyConstraint interface.
RemoteLegacyConstraint_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteLegacyConstraint_Proxy in a generated smart proxy of LegacyConstraint
This smart proxy is used by a local class when the MMCI is called remotely
RemoteLegacyConstraint_Proxy(RemoteLegacyConstraint) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteLegacyConstraint_Proxy
 
RemoteLegacyConstraint_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteLegacyConstraint_Rmi in a generated remote implementation of RemoteLegacyConstraint
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteLegacyConstraint_Rmi(LegacyConstraint, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteLegacyConstraint_Rmi
 
RemoteList<E> - Interface in org.mmbase.bridge.remote
 
RemoteList_Proxy<L,R> - Class in org.mmbase.bridge.remote.proxy
 
RemoteList_Proxy(RemoteList<R>) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
RemoteList_Rmi<R,L> - Class in org.mmbase.bridge.remote.rmi
 
RemoteList_Rmi(List<L>, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
RemoteMMCI - Class in org.mmbase.module
RemoteMMCI is a MMBase module that starts a Remote Method Invocation registry and binds a remote MMCI context to the server.
RemoteMMCI(String) - Constructor for class org.mmbase.module.RemoteMMCI
 
remoteMMCI - Variable in class org.mmbase.module.RemoteMMCI.RemoteChecker
 
RemoteMMCI.RemoteChecker - Class in org.mmbase.module
 
RemoteModule - Interface in org.mmbase.bridge.remote
RemoteModule is a generated interface based on org.mmbase.bridge.Module
This interface has almost the same methods names as the Module interface.
RemoteModule_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteModule_Proxy in a generated smart proxy of Module
This smart proxy is used by a local class when the MMCI is called remotely
RemoteModule_Proxy(RemoteModule) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
RemoteModule_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteModule_Rmi in a generated remote implementation of RemoteModule
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteModule_Rmi(Module, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
RemoteModuleIterator - Interface in org.mmbase.bridge.remote
RemoteModuleIterator is a generated interface based on org.mmbase.bridge.ModuleIterator
This interface has almost the same methods names as the ModuleIterator interface.
RemoteModuleIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteModuleIterator_Proxy in a generated smart proxy of ModuleIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteModuleIterator_Proxy(RemoteModuleIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteModuleIterator_Proxy
 
RemoteModuleIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteModuleIterator_Rmi in a generated remote implementation of RemoteModuleIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteModuleIterator_Rmi(ModuleIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteModuleIterator_Rmi
 
RemoteModuleList - Interface in org.mmbase.bridge.remote
RemoteModuleList is a generated interface based on org.mmbase.bridge.ModuleList
This interface has almost the same methods names as the ModuleList interface.
RemoteModuleList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteModuleList_Proxy in a generated smart proxy of ModuleList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteModuleList_Proxy(RemoteModuleList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteModuleList_Proxy
 
RemoteModuleList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteModuleList_Rmi in a generated remote implementation of RemoteModuleList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteModuleList_Rmi(ModuleList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteModuleList_Rmi
 
RemoteNode - Interface in org.mmbase.bridge.remote
RemoteNode is a generated interface based on org.mmbase.bridge.Node
This interface has almost the same methods names as the Node interface.
RemoteNode_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNode_Proxy in a generated smart proxy of Node
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNode_Proxy(RemoteNode) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
RemoteNode_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNode_Rmi in a generated remote implementation of RemoteNode
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNode_Rmi(Node, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
RemoteNodeIterator - Interface in org.mmbase.bridge.remote
RemoteNodeIterator is a generated interface based on org.mmbase.bridge.NodeIterator
This interface has almost the same methods names as the NodeIterator interface.
RemoteNodeIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNodeIterator_Proxy in a generated smart proxy of NodeIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNodeIterator_Proxy(RemoteNodeIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNodeIterator_Proxy
 
RemoteNodeIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNodeIterator_Rmi in a generated remote implementation of RemoteNodeIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNodeIterator_Rmi(NodeIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNodeIterator_Rmi
 
RemoteNodeList - Interface in org.mmbase.bridge.remote
RemoteNodeList is a generated interface based on org.mmbase.bridge.NodeList
This interface has almost the same methods names as the NodeList interface.
RemoteNodeList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNodeList_Proxy in a generated smart proxy of NodeList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNodeList_Proxy(RemoteNodeList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNodeList_Proxy
 
RemoteNodeList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNodeList_Rmi in a generated remote implementation of RemoteNodeList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNodeList_Rmi(NodeList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNodeList_Rmi
 
RemoteNodeManager - Interface in org.mmbase.bridge.remote
RemoteNodeManager is a generated interface based on org.mmbase.bridge.NodeManager
This interface has almost the same methods names as the NodeManager interface.
RemoteNodeManager_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNodeManager_Proxy in a generated smart proxy of NodeManager
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNodeManager_Proxy(RemoteNodeManager) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
RemoteNodeManager_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNodeManager_Rmi in a generated remote implementation of RemoteNodeManager
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNodeManager_Rmi(NodeManager, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
RemoteNodeManagerIterator - Interface in org.mmbase.bridge.remote
RemoteNodeManagerIterator is a generated interface based on org.mmbase.bridge.NodeManagerIterator
This interface has almost the same methods names as the NodeManagerIterator interface.
RemoteNodeManagerIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNodeManagerIterator_Proxy in a generated smart proxy of NodeManagerIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNodeManagerIterator_Proxy(RemoteNodeManagerIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNodeManagerIterator_Proxy
 
RemoteNodeManagerIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNodeManagerIterator_Rmi in a generated remote implementation of RemoteNodeManagerIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNodeManagerIterator_Rmi(NodeManagerIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNodeManagerIterator_Rmi
 
RemoteNodeManagerList - Interface in org.mmbase.bridge.remote
RemoteNodeManagerList is a generated interface based on org.mmbase.bridge.NodeManagerList
This interface has almost the same methods names as the NodeManagerList interface.
RemoteNodeManagerList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNodeManagerList_Proxy in a generated smart proxy of NodeManagerList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNodeManagerList_Proxy(RemoteNodeManagerList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNodeManagerList_Proxy
 
RemoteNodeManagerList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNodeManagerList_Rmi in a generated remote implementation of RemoteNodeManagerList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNodeManagerList_Rmi(NodeManagerList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNodeManagerList_Rmi
 
RemoteNodeQuery - Interface in org.mmbase.bridge.remote
RemoteNodeQuery is a generated interface based on org.mmbase.bridge.NodeQuery
This interface has almost the same methods names as the NodeQuery interface.
RemoteNodeQuery_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteNodeQuery_Proxy in a generated smart proxy of NodeQuery
This smart proxy is used by a local class when the MMCI is called remotely
RemoteNodeQuery_Proxy(RemoteNodeQuery) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
RemoteNodeQuery_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteNodeQuery_Rmi in a generated remote implementation of RemoteNodeQuery
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteNodeQuery_Rmi(NodeQuery, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
remoteProxyToRMIObject(Object) - Static method in class org.mmbase.bridge.remote.util.ObjectWrapper
 
RemoteQuery - Interface in org.mmbase.bridge.remote
RemoteQuery is a generated interface based on org.mmbase.bridge.Query
This interface has almost the same methods names as the Query interface.
RemoteQuery_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteQuery_Proxy in a generated smart proxy of Query
This smart proxy is used by a local class when the MMCI is called remotely
RemoteQuery_Proxy(RemoteQuery) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
RemoteQuery_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteQuery_Rmi in a generated remote implementation of RemoteQuery
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteQuery_Rmi(Query, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
RemoteRelation - Interface in org.mmbase.bridge.remote
RemoteRelation is a generated interface based on org.mmbase.bridge.Relation
This interface has almost the same methods names as the Relation interface.
RemoteRelation_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelation_Proxy in a generated smart proxy of Relation
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelation_Proxy(RemoteRelation) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
RemoteRelation_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelation_Rmi in a generated remote implementation of RemoteRelation
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelation_Rmi(Relation, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
RemoteRelationIterator - Interface in org.mmbase.bridge.remote
RemoteRelationIterator is a generated interface based on org.mmbase.bridge.RelationIterator
This interface has almost the same methods names as the RelationIterator interface.
RemoteRelationIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelationIterator_Proxy in a generated smart proxy of RelationIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelationIterator_Proxy(RemoteRelationIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelationIterator_Proxy
 
RemoteRelationIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelationIterator_Rmi in a generated remote implementation of RemoteRelationIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelationIterator_Rmi(RelationIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelationIterator_Rmi
 
RemoteRelationList - Interface in org.mmbase.bridge.remote
RemoteRelationList is a generated interface based on org.mmbase.bridge.RelationList
This interface has almost the same methods names as the RelationList interface.
RemoteRelationList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelationList_Proxy in a generated smart proxy of RelationList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelationList_Proxy(RemoteRelationList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelationList_Proxy
 
RemoteRelationList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelationList_Rmi in a generated remote implementation of RemoteRelationList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelationList_Rmi(RelationList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelationList_Rmi
 
RemoteRelationManager - Interface in org.mmbase.bridge.remote
RemoteRelationManager is a generated interface based on org.mmbase.bridge.RelationManager
This interface has almost the same methods names as the RelationManager interface.
RemoteRelationManager_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelationManager_Proxy in a generated smart proxy of RelationManager
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelationManager_Proxy(RemoteRelationManager) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
RemoteRelationManager_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelationManager_Rmi in a generated remote implementation of RemoteRelationManager
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelationManager_Rmi(RelationManager, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
RemoteRelationManagerIterator - Interface in org.mmbase.bridge.remote
RemoteRelationManagerIterator is a generated interface based on org.mmbase.bridge.RelationManagerIterator
This interface has almost the same methods names as the RelationManagerIterator interface.
RemoteRelationManagerIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelationManagerIterator_Proxy in a generated smart proxy of RelationManagerIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelationManagerIterator_Proxy(RemoteRelationManagerIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelationManagerIterator_Proxy
 
RemoteRelationManagerIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelationManagerIterator_Rmi in a generated remote implementation of RemoteRelationManagerIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelationManagerIterator_Rmi(RelationManagerIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelationManagerIterator_Rmi
 
RemoteRelationManagerList - Interface in org.mmbase.bridge.remote
RemoteRelationManagerList is a generated interface based on org.mmbase.bridge.RelationManagerList
This interface has almost the same methods names as the RelationManagerList interface.
RemoteRelationManagerList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelationManagerList_Proxy in a generated smart proxy of RelationManagerList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelationManagerList_Proxy(RemoteRelationManagerList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelationManagerList_Proxy
 
RemoteRelationManagerList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelationManagerList_Rmi in a generated remote implementation of RemoteRelationManagerList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelationManagerList_Rmi(RelationManagerList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelationManagerList_Rmi
 
RemoteRelationStep - Interface in org.mmbase.bridge.remote
RemoteRelationStep is a generated interface based on org.mmbase.storage.search.RelationStep
This interface has almost the same methods names as the RelationStep interface.
RemoteRelationStep_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteRelationStep_Proxy in a generated smart proxy of RelationStep
This smart proxy is used by a local class when the MMCI is called remotely
RemoteRelationStep_Proxy(RemoteRelationStep) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
RemoteRelationStep_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteRelationStep_Rmi in a generated remote implementation of RemoteRelationStep
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteRelationStep_Rmi(RelationStep, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
RemoteResolver() - Constructor for class org.mmbase.bridge.RemoteContext.RemoteResolver
 
RemoteSearchQuery - Interface in org.mmbase.bridge.remote
RemoteSearchQuery is a generated interface based on org.mmbase.storage.search.SearchQuery
This interface has almost the same methods names as the SearchQuery interface.
RemoteSearchQuery_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteSearchQuery_Proxy in a generated smart proxy of SearchQuery
This smart proxy is used by a local class when the MMCI is called remotely
RemoteSearchQuery_Proxy(RemoteSearchQuery) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
RemoteSearchQuery_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteSearchQuery_Rmi in a generated remote implementation of RemoteSearchQuery
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteSearchQuery_Rmi(SearchQuery, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
RemoteSearchQueryWrapper - Interface in org.mmbase.bridge.remote
RemoteSearchQueryWrapper is a generated interface based on org.mmbase.storage.search.SearchQueryWrapper
This interface has almost the same methods names as the SearchQueryWrapper interface.
RemoteSearchQueryWrapper_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteSearchQueryWrapper_Proxy in a generated smart proxy of SearchQueryWrapper
This smart proxy is used by a local class when the MMCI is called remotely
RemoteSearchQueryWrapper_Proxy(RemoteSearchQueryWrapper) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteSearchQueryWrapper_Proxy
 
RemoteSearchQueryWrapper_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteSearchQueryWrapper_Rmi in a generated remote implementation of RemoteSearchQueryWrapper
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteSearchQueryWrapper_Rmi(SearchQueryWrapper, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteSearchQueryWrapper_Rmi
 
RemoteSortOrder - Interface in org.mmbase.bridge.remote
RemoteSortOrder is a generated interface based on org.mmbase.storage.search.SortOrder
This interface has almost the same methods names as the SortOrder interface.
RemoteSortOrder_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteSortOrder_Proxy in a generated smart proxy of SortOrder
This smart proxy is used by a local class when the MMCI is called remotely
RemoteSortOrder_Proxy(RemoteSortOrder) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteSortOrder_Proxy
 
RemoteSortOrder_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteSortOrder_Rmi in a generated remote implementation of RemoteSortOrder
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteSortOrder_Rmi(SortOrder, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteSortOrder_Rmi
 
RemoteStep - Interface in org.mmbase.bridge.remote
RemoteStep is a generated interface based on org.mmbase.storage.search.Step
This interface has almost the same methods names as the Step interface.
RemoteStep_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteStep_Proxy in a generated smart proxy of Step
This smart proxy is used by a local class when the MMCI is called remotely
RemoteStep_Proxy(RemoteStep) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
RemoteStep_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteStep_Rmi in a generated remote implementation of RemoteStep
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteStep_Rmi(Step, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteStep_Rmi
 
RemoteStepField - Interface in org.mmbase.bridge.remote
RemoteStepField is a generated interface based on org.mmbase.storage.search.StepField
This interface has almost the same methods names as the StepField interface.
RemoteStepField_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteStepField_Proxy in a generated smart proxy of StepField
This smart proxy is used by a local class when the MMCI is called remotely
RemoteStepField_Proxy(RemoteStepField) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
RemoteStepField_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteStepField_Rmi in a generated remote implementation of RemoteStepField
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteStepField_Rmi(StepField, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteStepField_Rmi
 
RemoteStringIterator - Interface in org.mmbase.bridge.remote
RemoteStringIterator is a generated interface based on org.mmbase.bridge.StringIterator
This interface has almost the same methods names as the StringIterator interface.
RemoteStringIterator_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteStringIterator_Proxy in a generated smart proxy of StringIterator
This smart proxy is used by a local class when the MMCI is called remotely
RemoteStringIterator_Proxy(RemoteStringIterator) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteStringIterator_Proxy
 
RemoteStringIterator_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteStringIterator_Rmi in a generated remote implementation of RemoteStringIterator
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteStringIterator_Rmi(StringIterator, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteStringIterator_Rmi
 
RemoteStringList - Interface in org.mmbase.bridge.remote
RemoteStringList is a generated interface based on org.mmbase.bridge.StringList
This interface has almost the same methods names as the StringList interface.
RemoteStringList_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteStringList_Proxy in a generated smart proxy of StringList
This smart proxy is used by a local class when the MMCI is called remotely
RemoteStringList_Proxy(RemoteStringList) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteStringList_Proxy
 
RemoteStringList_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteStringList_Rmi in a generated remote implementation of RemoteStringList
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteStringList_Rmi(StringList, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteStringList_Rmi
 
RemoteTransaction - Interface in org.mmbase.bridge.remote
RemoteTransaction is a generated interface based on org.mmbase.bridge.Transaction
This interface has almost the same methods names as the Transaction interface.
RemoteTransaction_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteTransaction_Proxy in a generated smart proxy of Transaction
This smart proxy is used by a local class when the MMCI is called remotely
RemoteTransaction_Proxy(RemoteTransaction) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
RemoteTransaction_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteTransaction_Rmi in a generated remote implementation of RemoteTransaction
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteTransaction_Rmi(Transaction, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
RemoteUserContext - Interface in org.mmbase.bridge.remote
RemoteUserContext is a generated interface based on org.mmbase.security.UserContext
This interface has almost the same methods names as the UserContext interface.
RemoteUserContext_Proxy - Class in org.mmbase.bridge.remote.proxy
RemoteUserContext_Proxy in a generated smart proxy of UserContext
This smart proxy is used by a local class when the MMCI is called remotely
RemoteUserContext_Proxy(RemoteUserContext) - Constructor for class org.mmbase.bridge.remote.proxy.RemoteUserContext_Proxy
 
RemoteUserContext_Rmi - Class in org.mmbase.bridge.remote.rmi
RemoteUserContext_Rmi in a generated remote implementation of RemoteUserContext
This remote implementation is used by rmci to create a stub and skeleton for communication between remote and server.
RemoteUserContext_Rmi(UserContext, int) - Constructor for class org.mmbase.bridge.remote.rmi.RemoteUserContext_Rmi
 
remove(CronEntry) - Method in class org.mmbase.applications.crontab.CronDaemon
Remove the given CronEntry from this daemon.
remove() - Method in class org.mmbase.applications.mmbob.Forum
remove the forum
remove() - Method in class org.mmbase.applications.mmbob.Mailbox
remove the mailbox
remove() - Method in class org.mmbase.applications.mmbob.PostArea
remove the postarea remove the postarea.
remove() - Method in class org.mmbase.applications.mmbob.Poster
remove the poster.
remove() - Method in class org.mmbase.applications.mmbob.Posting
Delete a posting and signal the parent postthread that the posting must be removed
remove() - Method in class org.mmbase.applications.mmbob.PostThread
remove the whole PostThread
remove(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicCloud
Instructs core to reomve the Node
remove() - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
remove(int) - Method in class org.mmbase.bridge.implementation.BasicList
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
remove - Variable in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
remove - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
remove(Collection, Object) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
MMBase specific 'remove' (for Collections).
remove() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
remove() - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
Removes the current item from the list.
remove - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
remove(ContextContainer, String) - Method in class org.mmbase.bridge.jsp.taglib.RemoveTag
 
remove - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
remove() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
remove(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
remove(Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
remove() - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
remove(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
remove(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
remove() - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
remove(Object) - Method in interface org.mmbase.bridge.remote.RemoteList
 
remove(int) - Method in interface org.mmbase.bridge.remote.RemoteList
 
remove() - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
remove(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
remove(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
remove(String) - Static method in class org.mmbase.bridge.remote.util.StubToLocalMapper
Remove an entry in the StubToLocal mapper.
remove() - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
remove(int) - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
remove(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
remove(int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
remove() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
remove() - Method in class org.mmbase.bridge.util.HugeNodeListIterator
 
remove(Object) - Method in class org.mmbase.bridge.util.NodeMap
 
remove() - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
remove(Object) - Method in class org.mmbase.cache.Cache
 
remove(String, Object) - Static method in class org.mmbase.cache.CacheManager
Used in config/functions/caches.xml
remove(Object) - Method in class org.mmbase.cache.implementation.LRUCache
 
remove(Object) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the remove() method of the cache implementation.
remove(Object) - Method in class org.mmbase.cache.QueryResultCache
Removes an object from the cache.
remove(Object) - Method in class org.mmbase.cache.xslt.TemplateCache
When removing an entry then also the FileWatcher must be removed.
remove() - Method in class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
remove(int) - Method in class org.mmbase.module.builders.AbstractImages.CKeyCache
Remove all cache entries associated with a certain images node This depends now on the fact that ckeys start with the original node-number
remove(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Removes a file at the host.
remove(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
remove(Object) - Method in class org.mmbase.module.cache
Remove the entry identified by key from the cache
remove(Object) - Method in interface org.mmbase.module.cacheInterface
 
remove(UserContext) - Method in class org.mmbase.module.core.MMObjectNode
Remove this node from the storage
remove(Object) - Method in class org.mmbase.module.gui.html.MultilevelCacheHandler
Deprecated.
 
remove(String, String) - Method in class org.mmbase.module.scancache
Removes an entry from the cache pool (both the file on disk and in the memory cache).
remove(String, String) - Method in interface org.mmbase.module.scancacheInterface
Removes an entry from the cache pool.
remove(UserContext, int) - Method in class org.mmbase.security.Authorization
This method should be overrided by an extending class.
remove(UserContext, int) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
remove(UserContext, int) - Method in class org.mmbase.security.implementation.cloud.Verify
 
remove(UserContext, int) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
remove(UserContext, int) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
remove(UserContext, int) - Method in class org.mmbase.security.NoAuthorization
This method does nothing
remove(Field) - Method in class org.mmbase.storage.util.Index
 
remove(int) - Method in class org.mmbase.util.Casting.ListWrapper
 
remove() - Method in class org.mmbase.util.ChainedIterator
Not supported
remove(FileWatcher) - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
 
remove(File) - Method in class org.mmbase.util.FileWatcher
Remove file from the watch-list
remove() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
Deprecated.
 
remove(Object) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Remove an element from the table.
remove(String) - Method in class org.mmbase.util.ResourceWatcher
 
remove(Object) - Method in class org.mmbase.util.StringTagger
remove a value (for the Map interface).
REMOVE_EMPTY_DEFINITIONS - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-remove-empty-definitions.
REMOVE_NEWLINES - Static variable in class org.mmbase.util.transformers.XmlField
 
removeAccents(String) - Static method in class org.apache.lucene.analysis.ISOLatin1AccentFilter
To replace accented characters in a String by unaccented equivalents.
removeAdministrator(Poster) - Method in class org.mmbase.applications.mmbob.Forum
 
removeAdministrator(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Remove a moderator from a postarea (poster is not removed just status moderator is revoked)
removeAll(Collection<?>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
removeAllStrategies() - Method in class org.mmbase.cache.ChainedReleaseStrategy
removes all strategies
removeAllTags(String) - Static method in class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
removeAssign(String) - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
removeAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
removeAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
removeAttribute(String, int) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
removeAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
removeAttribute(String) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
removeAttribute(String) - Method in class org.mmbase.util.LocalServletRequest
 
removeAttribute(String) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
Remove any configuration attribute associated with the specified name.
removeBody - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
removeBookmarkedThread(int) - Method in class org.mmbase.applications.mmbob.Poster
 
removeBuilderField(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
removeCacheEntry(MultilevelCacheEntry) - Method in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
removeCacheNumber(int) - Method in class org.mmbase.module.builders.AbstractImages.CKeyCache
 
removeChild(Constraint) - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
removeCloudFromThread() - Static method in class org.mmbase.bridge.util.CloudUtil
Remove cloud from current thread
removeConstraint(Query, Constraint) - Static method in class org.mmbase.bridge.util.Queries
 
removeDigits(String) - Static method in class org.mmbase.applications.editwizard.Config.ListConfig
 
removeDigits(String) - Static method in class org.mmbase.bridge.util.Queries
Returns substring of given string without the leading digits (used in 'paths')
removedir(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Removes a directory at the host.
removedir(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
removeEd() - Method in class org.mmbase.module.gui.html.EditState
 
removeEntry(CronEntry) - Method in class org.mmbase.applications.crontab.CronDaemon
Actually removes, nor checks for removedEntries' and so on.
removeEventBroker(EventBroker) - Method in class org.mmbase.core.event.EventManager
remove a broker for a specific type of event
removeEventListener(EventListener) - Method in class org.mmbase.core.event.EventManager
 
removeEventListener(EventListener) - Method in class org.mmbase.module.core.MMObjectBuilder
 
removeField(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Remove a field from this builder.
removeFields() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
removeFields() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
removeFields() - Method in interface org.mmbase.bridge.Query
Removes all fields from the Query object.
removeFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
removeFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
removeFields() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
removeFields() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
removeFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
removeFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
removeFields() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
removeFields() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
removeFolder(int, String) - Method in class org.mmbase.applications.mmbob.Forum
remove a folder(mailbox) for a poster
removeFolder(String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
removeForum(int) - Static method in class org.mmbase.applications.mmbob.ForumManager
Remove a forum by it's MMBase node number
removeForum(String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Remove a forum from this MMBase (including postareas, postareas, postthreads, postings and posters).
removeFromIndex(String, Field) - Method in class org.mmbase.core.util.StorageConnector
 
removeFromResult(Query, Node) - Static method in class org.mmbase.bridge.util.Queries
Deletes the relations with a node from a queries resulting relations list.
removeFromResultOnce(Query, Node) - Static method in class org.mmbase.bridge.util.Queries
Remove one node from query, but just once leaving other relations with same node intact.
removeImplicitFields() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
removeImplicitFields() - Method in interface org.mmbase.bridge.Query
 
removeImplicitFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
removeImplicitFields() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
removeImplicitFields() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
removeImplicitFields() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
removeImplicitFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
removeImplicitFields() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
removeImplicitFields() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
RemoveItemTag - Class in org.mmbase.bridge.jsp.taglib
Removes the current item from the list.
RemoveItemTag() - Constructor for class org.mmbase.bridge.jsp.taglib.RemoveItemTag
 
removeJob(Node) - Static method in class org.mmbase.streams.createcaches.Processor
 
removeKeyword(String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
removeKeywords(String, String) - Static method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
removeLanguage(String, String, String) - Method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
removeListener(EventListener) - Method in class org.mmbase.core.event.AbstractEventBroker
 
removeListener(EventListener) - Method in class org.mmbase.core.event.EventBroker
 
removeListener(EventListener) - Method in class org.mmbase.core.event.WeakEventBroker
 
removeLocalObserver(MMBaseObserver) - Method in class org.mmbase.module.core.MMObjectBuilder
 
removeLogger(Logger) - Method in class org.mmbase.util.logging.ChainedLogger
 
removeLogger(Logger) - Method in interface org.mmbase.util.logging.LoggerAccepter
 
removeMailbox(String) - Method in class org.mmbase.applications.mmbob.Poster
remove the poster's mailbox by the name
removeModerator(String, String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Remove a moderator from a postarea (poster is not removed just status moderator is revoked)
removeModerator(Poster) - Method in class org.mmbase.applications.mmbob.PostArea
remove the moderator status of the poster regarding this postarea
removeNode(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Override the MMObjectBuilder removeNode, to invalidate the LRU ImageCache, when a node gets deleted.
removeNode(MMObjectNode) - Method in class org.mmbase.module.builders.Images
Override the MMObjectBuilder removeNode, to invalidate the Image Cache AFTER a deletion of the image node.
removeNode(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Remove a node from the cloud.
removeNode(String, String, String) - Method in class org.mmbase.module.core.TransactionManager
 
removeNode(String, String, String) - Method in interface org.mmbase.module.core.TransactionManagerInterface
 
removeNode(MMObjectNode) - Method in class org.mmbase.module.corebuilders.InsRel
Remove a node from the cloud.
removeNode(MMObjectNode) - Method in class org.mmbase.module.corebuilders.OAlias
Remove a node from the cloud and update the cache
removeNode(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Remove a node from the cloud.
removeNode(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
Remove a node from the cloud, when the represented builder was active it will also be unloaded
removeNode(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
Remove a node from the cloud.
removeNode() - Method in class org.mmbase.module.gui.html.EditState
 
removeNode() - Method in class org.mmbase.module.gui.html.EditStateNode
 
removeNode(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
A rank may only be removed if there are no users of that rank.
removeNodenr() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
removeNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
removeNodeNumber() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
removeNodeNumber() - Method in interface org.mmbase.applications.vprowizards.spring.cache.template.TemplateParser
 
removeNodeRelatedEventsListener(String, EventListener) - Method in class org.mmbase.module.core.MMBase
 
removeOnlinePoster(Poster) - Method in class org.mmbase.applications.mmbob.Forum
remove a poster from the onlineposters-Vector
removePost(String, String, String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Remove a Post from a PostArea
removePostArea(String) - Method in class org.mmbase.applications.mmbob.Forum
remove a postarea of this forum by it's MMbase objectnumber
removePostArea(String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Remove a postarea (including postthreads and postings) from a forum
removePoster(String, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
Remove a Poster from a forum
removePostThread(String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
Removes a whole thread (including postings) from a postarea
removePostThread(String) - Method in class org.mmbase.applications.mmbob.PostArea
remove a postthread by it's MMbase objectnumber
removeProcess(String) - Method in class org.mmbase.module.gui.html.scanparser
Remove a PageProcess from the list of pages currently being calculated
removeProperty(String) - Method in class org.mmbase.applications.thememanager.StyleSheetClass
 
remover - Static variable in class org.mmbase.applications.vprowizards.spring.util.HTMLFilterUtils
 
removeRelations(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Remove the relations of a node.
removeRelations() - Method in class org.mmbase.module.core.MMObjectNode
Remove the relations of the node.
removeRelations() - Method in class org.mmbase.module.gui.html.EditState
 
removeRelations() - Method in class org.mmbase.module.gui.html.EditStateNode
 
removeRemoteObserver(MMBaseObserver) - Method in class org.mmbase.module.core.MMObjectBuilder
 
removeSecurityConstraint() - Method in class org.mmbase.bridge.implementation.BasicQuery
Remove a previously set security constraint (if set one)
removeSecurityConstraintFromClone(BasicSearchQuery) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
removeSources(MMObjectNode) - Method in class org.mmbase.applications.media.builders.MediaFragments
Removes related media sources.
removeStrategy(ReleaseStrategy) - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
removeStyleSheetClass(String) - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
removeStyleSheetClass(String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
removeStyleSheetProperty(String, String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
removeSurroundingQuotes(StringBuilder) - Static method in class org.mmbase.util.images.Imaging
Just a utitility function, used by the function above.
removeSyncNodes(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Removes the syncnodes to this node.
RemoveTag - Class in org.mmbase.bridge.jsp.taglib
Remove an object from the Context.
RemoveTag() - Constructor for class org.mmbase.bridge.jsp.taglib.RemoveTag
 
removeTemplate() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
removeTmpNode(String) - Static method in class org.mmbase.module.core.MMObjectBuilder
Remove a node from the temporary node space
removeValue(String) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
removeValue(String) - Method in class org.mmbase.module.sessionInfo
Removes (clears) a value from a session.
removeWordFilter(String) - Method in class org.mmbase.applications.mmbob.Forum
 
removeWordFilter(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
removeWordFilter(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
removeWordFilter(String, String, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
rename(String, String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Renames a file at the host.
rename(String, String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
render(String, Map<String, Object>, Writer) - Method in class org.mmbase.datatypes.handlers.html.Jsp
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.AbstractRenderer
 
render(Renderer, Parameters, Parameters, Writer, WindowState) - Method in class org.mmbase.framework.basic.BasicFramework
Basic Framework implicitely also processes, i'm not sure if we should require any framework to do that (perhaps we could say, that the render method must process, if that is necessary, and not yet done).
render(Renderer) - Method in class org.mmbase.framework.basic.State
Puts this state in 'render' mode.
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.CachedRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.ChainedRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.ConnectionRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.DeniedRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.ErrorRenderer
 
render(Renderer, Parameters, Parameters, Writer, WindowState) - Method in class org.mmbase.framework.Framework
Render content (such as HTML or XML) using a Renderer obtained from a component's block.
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.IFrameRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.JspRenderer
 
render(Parameters, Writer, RenderHints) - Method in interface org.mmbase.framework.Renderer
Renders to a writer.
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.ResourceRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.StringRenderer
 
render(Parameters, Writer, RenderHints) - Method in class org.mmbase.framework.WrappedRenderer
 
Renderer - Interface in org.mmbase.framework
A Renderer renders a certain aspect of a Block.
Renderer.Type - Enum in org.mmbase.framework
 
renderFile(File, Writer) - Method in class org.mmbase.framework.CachedRenderer
 
RenderHints - Class in org.mmbase.framework
A Renderer is used by Renderer.render(org.mmbase.util.functions.Parameters, java.io.Writer, org.mmbase.framework.RenderHints), with a RenderHints object, which gives to Renderer implementation some instructions about how to render excactly, since it may vary a bit in that.
RenderHints(Renderer, WindowState, String, String, RenderHints.Mode) - Constructor for class org.mmbase.framework.RenderHints
 
RenderHints.Mode - Enum in org.mmbase.framework
 
renderJsp - Variable in class org.mmbase.framework.basic.MMBaseUrlConverter
 
renderToXml(Framework, Renderer, Parameters, Parameters, WindowState, Class<?>) - Static method in class org.mmbase.framework.Utils
Renders a Renderer into a new Document.
renderWrappedAndFile(File, Parameters, Writer, RenderHints, Runnable) - Method in class org.mmbase.framework.CachedRenderer
Renders the wrapped renderer, and writes the result to both a file, and to the writer.
reorderResult(NodeQuery, List<Integer>) - Static method in class org.mmbase.bridge.util.Queries
Will 'reorder' the result of a query with a sort order.
repageBefore - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
repare(CorruptIndexException, boolean) - Method in class org.mmbase.module.lucene.Indexer
 
repeats - Static variable in class org.mmbase.util.logging.Performance
 
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.applications.media.builders.MediaFragments
Replace all for frontend code Replace commands available are GETURL (gets mediafile url for an objectnumber),
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.builders.AnnotRel
Obtains a string value by performing the provided command.
replace(scanpage, StringTokenizer) - Method in class org.mmbase.module.builders.Cookies
replace call, when called in format MMBASE-BUILDER-users-xxxxx
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.builders.DayMarkers
Scan.
replace(scanpage, StringTokenizer) - Method in class org.mmbase.module.builders.People
Obtains a string value by performing the provided command.
replace(scanpage, StringTokenizer) - Method in class org.mmbase.module.builders.Users
replace call, when called in format MMBASE-BUILDER-users-xxxxx
replace(PageInfo, String) - Method in class org.mmbase.module.CALC
Handle a $MOD command
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.core.MMObjectBuilder
Obtains a string value by performing the provided command.
replace(PageInfo, StringTokenizer) - Method in interface org.mmbase.module.gui.html.CommandHandlerInterface
Replace/Trigger commands
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.FieldEditor
Replace/Trigger commands
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.FieldSelector
Replace/Trigger commands
replace(PageInfo, String) - Method in class org.mmbase.module.gui.html.HtmlBase
Handle a $MOD command
replace(PageInfo, String) - Method in class org.mmbase.module.gui.html.MMEdit
The hook that passes all replace and trigger related pages to the correct handler
replace(PageInfo, String) - Method in class org.mmbase.module.gui.html.MMLanguage
Handles the $MOD-MMLANGUAGE-commands.
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.ObjectSelector
Handle a $MOD command.
replace(PageInfo, StringTokenizer) - Method in class org.mmbase.module.gui.html.StateManager
Handle a $MOD command.
replace(PageInfo, String) - Method in class org.mmbase.module.INFO
Handle a $MOD command.
replace(PageInfo, String) - Method in class org.mmbase.module.MMUsers
Handle a $MOD command
replace(PageInfo, String) - Method in class org.mmbase.module.ProcessorModule
 
replace(PageInfo, StringTagger) - Method in class org.mmbase.module.ProcessorModule
 
replace(scanpage, String) - Method in class org.mmbase.module.sessions
Handle a $MOD command
replace(scanpage, String) - Method in interface org.mmbase.module.sessionsInterface
 
replace(PageInfo, String) - Method in class org.mmbase.module.tools.MMAdmin
Handle a $MOD command
replace(PageInfo, String) - Method in class org.mmbase.module.XSLConvert
Handle a $MOD command It is called as: $MOD-XSLCONVERT-xmlPath-xslFile where: - xmlPath is the path relative to mmbase.config and, - xslFile is xsl file located in the subdirectory xslt of mmbase.config.
replace(String) - Method in class org.mmbase.util.ReplacingLocalizedString
 
replace(int, int, String) - Method in class org.mmbase.util.StringObject
replace
replace(String, String) - Method in class org.mmbase.util.StringObject
replace
replace(String, String, String, String) - Method in class org.mmbase.util.StringObject
Does a replace/insert.
replace(String, Writer, ChunkedTransformer<P>.Status) - Method in class org.mmbase.util.transformers.ChunkedTransformer
Implement this.
replace(ChunkedTransformer<P>.Status) - Method in class org.mmbase.util.transformers.ChunkedTransformer
Whether still to do replacing, given status.
replace(String, Writer, ChunkedTransformer<Pattern>.Status) - Method in class org.mmbase.util.transformers.RegexpReplacer
 
replace(String, Writer, ChunkedTransformer.Status) - Method in class org.mmbase.util.transformers.ResourceBundleReplacer
 
replaceAll(String, String) - Method in class org.mmbase.util.ReplacingLocalizedString
 
replaceCache - Variable in class org.mmbase.module.builders.Vwmtasks
 
replaceConnection(MultiConnection) - Method in class org.mmbase.module.database.MultiPool
Tries to fix this multi-connection if it is broken (e.g.
replaced - Variable in class org.mmbase.util.transformers.ChunkedTransformer.Status
 
replaceFirst(String, String) - Method in class org.mmbase.util.StringObject
replace
ReplaceFunction(String, Parameter[]) - Constructor for class org.mmbase.module.ProcessorModule.ReplaceFunction
 
replaceInA - Variable in class org.mmbase.util.transformers.RegexpReplacer
 
replacements - Static variable in class org.mmbase.applications.mmbob.util.transformers.PostingBody
 
replaceQuote(String) - Method in class org.mmbase.module.gui.flash.MMFlash
Escape quotes in a string, because flash generator will fail otherwise
replaceTask(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.VwmProbe
Replaces a task node entry in the sorted task nodes vector with a new one.
replaceWord(StringBuilder, Writer, ChunkedTransformer<P>.Status) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
ReplacingLocalizedString - Class in org.mmbase.util
Extends and wraps LocalizedString.
ReplacingLocalizedString(LocalizedString) - Constructor for class org.mmbase.util.ReplacingLocalizedString
 
ReplysHandler - Class in org.mmbase.applications.mmbob.generate
 
ReplysHandler(int, int, String, String) - Constructor for class org.mmbase.applications.mmbob.generate.ReplysHandler
 
repository - Static variable in class org.mmbase.framework.ComponentRepository
 
req - Variable in class org.mmbase.util.PageInfo
The request object associated with the current page.
req_line - Variable in class org.mmbase.util.scanpage
 
REQUEST - Static variable in class org.mmbase.applications.dove.AbstractDove
 
request - Variable in class org.mmbase.applications.editwizard.Config.Configurator
 
request - Variable in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
request - Variable in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
Request - Interface in org.mmbase.datatypes.handlers
This generalizes one rendition of a form.
REQUEST - Static variable in class org.mmbase.util.functions.Parameter
 
request - Variable in class org.mmbase.util.LocalServletRequest
 
RequestActionChecker - Class in org.mmbase.security
This action checker can deny an action based on properties of the request made by the user.
RequestActionChecker() - Constructor for class org.mmbase.security.RequestActionChecker
 
requestCount - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
the number of times this entry has been requested
requestMethods - Variable in class org.mmbase.framework.StringRenderer
 
requestMethods - Variable in class org.mmbase.util.functions.PatternNodeFunctionProvider.PatternNodeFunction
 
REQUIRED - Static variable in class org.mmbase.applications.dove.AbstractDove
 
required - Variable in class org.mmbase.bridge.jsp.taglib.ImportTag
 
required(boolean) - Method in class org.mmbase.datatypes.util.DataTypeChanger
 
Required - Annotation Type in org.mmbase.util.functions
This annotation can be used on methods, to make the parameter of the corresponding BeanFunction required.
requiredRestriction - Variable in class org.mmbase.datatypes.BasicDataType
 
RequiredRestriction(BasicDataType<C>.RequiredRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
RequiredRestriction(boolean) - Constructor for class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
reregister(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().reregister
reregister(String, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
res - Variable in class org.mmbase.util.PageInfo
The response object associated with the current page.
reset() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
reset() - Method in class org.mmbase.cache.Cache
Reset 'puts', 'misses' and 'puts' to 0.
reset() - Method in interface org.mmbase.cache.CacheMBean
 
reset() - Method in class org.mmbase.util.HttpPost
resets WorkerPosthandler
reset() - Method in class org.mmbase.util.LocalServletResponse
 
reset() - Method in class org.mmbase.util.ReaderInputStream
Resets the StringReader.
reset() - Method in class org.mmbase.util.SerializableInputStream
 
reset() - Method in class org.mmbase.util.xml.filter.XmlWriter
Reset the writer.
resetBind(String, int, String, int) - Method in class org.mmbase.module.RemoteMMCI
 
resetBuffer() - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
resetBuffer() - Method in class org.mmbase.util.LocalServletResponse
 
resetConfig() - Method in class org.mmbase.applications.mmbob.Forum
 
resetUsage() - Method in interface org.mmbase.module.database.MultiConnection
 
resetUsage() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
resize(int) - Method in class org.mmbase.util.Queue
Deprecated.
Resizes the queue so that it can contain at most the given number of items in it.
resolve(String) - Method in class org.mmbase.bridge.ContextProvider.LocalResolver
 
resolve(String) - Method in class org.mmbase.bridge.ContextProvider.Resolver
Resolve an 'uri' string to an actual CloudContext instance.
resolve(String) - Method in class org.mmbase.bridge.mock.MockCloudContext.MockResolver
 
resolve(String) - Method in class org.mmbase.bridge.RemoteContext.RemoteResolver
 
Resolve(String, Map<Integer, Integer>) - Constructor for class org.mmbase.core.event.TransactionEvent.Resolve
 
resolve(VirtualComponent, Component) - Method in class org.mmbase.framework.BasicComponent
 
resolve(VirtualComponent, Component) - Method in interface org.mmbase.framework.Component
Used during bootstrapping.
resolve() - Method in class org.mmbase.framework.ComponentRepository
Tries to resolve unsatisified dependencies, in all components, by calling Component.resolve(VirtualComponent, Component) on all Component.getUnsatisfiedDependencies() of all components.
resolve(String) - Method in class org.mmbase.module.core.TransactionManager
 
resolve(Collection<MMObjectNode>) - Method in class org.mmbase.module.core.TransactionResolver
Result a transaction.
resolve(String, String) - Method in class org.mmbase.util.xml.URIResolver
Implementation of the resolve method of javax.xml.transform.URIResolver.
resolveCacheGroupName(String, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicOSCacheNameResolver
 
resolveCacheGroupName(String, HttpServletRequest) - Method in interface org.mmbase.applications.vprowizards.spring.cache.OSCacheNameResolver
create a full cache group name based on a given identifier.
resolveCacheKeyName(String, HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicOSCacheNameResolver
 
resolveCacheKeyName(String, HttpServletRequest) - Method in interface org.mmbase.applications.vprowizards.spring.cache.OSCacheNameResolver
create a full cache key name based on a given identifier.
resolveEntity(String, String) - Method in class org.mmbase.util.magicfile.XmlDetector.Handler
 
resolveEntity(String, String) - Method in class org.mmbase.util.xml.EntityResolver
Takes the systemId and returns the local location of the dtd/xsd
resolveInheritance() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Resolves inheritance.
resolveInheritance() - Method in class org.mmbase.util.xml.BuilderReader
 
resolveInheritance() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
resolveInheritanceByXML(Document, Document) - Static method in class org.mmbase.util.xml.AbstractBuilderReader
Copy everything from overrides to doc.
resolveNode(String, String, String, Map<String, Node>, Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
Try to resolve a node, by trying either the nodenr or node ref.
resolveNodemanager(Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
This is the default implementation for creating new nodes.
resolveParameter(Object) - Method in class org.mmbase.storage.util.Scheme
Resolves an object (passed as a parameter) to a value that can be applied in a pattern.
resolvePosition(Transaction) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
Derive the position field value, if sortField is set.
Resolver() - Constructor for class org.mmbase.bridge.ContextProvider.Resolver
 
resolveSourceAndDestination(Transaction, Map<String, Node>) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
(try to) resolve the source and destination nodes for this relation.
resolveToFile(String) - Method in class org.mmbase.util.xml.URIResolver
Deprecated. 
resolveToFile(String, String) - Method in class org.mmbase.util.xml.URIResolver
Deprecated. 
resolveToURL(String) - Method in class org.mmbase.applications.editwizard.Config.Configurator
 
resolveToURL(String, String) - Method in class org.mmbase.util.xml.URIResolver
 
resolveTypeParameters(Type[]) - Method in class org.mmbase.mojo.remote.AbstractClassGenerator
 
resolveVariables(String, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
resort(PostThread) - Method in class org.mmbase.applications.mmbob.PostArea
re-add the given PostThread to the postthreads-Vector
RESOURCE - Static variable in enum org.mmbase.applications.media.Codec
 
RESOURCE - Static variable in enum org.mmbase.applications.media.Format
 
resource - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
resource - Variable in class org.mmbase.framework.ResourceRenderer
 
Resource() - Constructor for class org.mmbase.util.xml.EntityResolver.Resource
 
RESOURCE_ROOT - Static variable in class org.mmbase.util.ResourceLoader
Used for files, and servlet resources.
resourceAvailable() - Method in class org.mmbase.util.xml.UtilReader
Reports whether the configured resource (in the constructor) is actually backed.
resourceBuilder - Static variable in class org.mmbase.util.ResourceLoader
 
ResourceBundleReplacer - Class in org.mmbase.util.transformers
 
ResourceBundleReplacer(int, ResourceBundle, String) - Constructor for class org.mmbase.util.transformers.ResourceBundleReplacer
 
ResourceBundleReplacerFactory - Class in org.mmbase.util.transformers
Factories new chartransformer based on ResourceBundle.
ResourceBundleReplacerFactory() - Constructor for class org.mmbase.util.transformers.ResourceBundleReplacerFactory
 
ResourceFileWatcher(String) - Constructor for class org.mmbase.util.ResourceWatcher.ResourceFileWatcher
 
ResourceLoader - Class in org.mmbase.util
MMBase resource loader, for loading config-files and those kind of things.
ResourceLoader() - Constructor for class org.mmbase.util.ResourceLoader
This constructor instantiates a new root resource-loader.
ResourceLoader(ResourceLoader, String) - Constructor for class org.mmbase.util.ResourceLoader
Instantiates a ResourceLoader for a 'sub directory' of given ResourceLoader.
resourceLoader - Variable in class org.mmbase.util.ResourceWatcher
The resource-loader associated with this ResourceWatcher.
ResourceLoader.AbstractFileURLStreamHandler - Class in org.mmbase.util
 
ResourceLoader.ApplicationContextFileURLStreamHandler - Class in org.mmbase.util
 
ResourceLoader.ClassLoaderURLStreamHandler - Class in org.mmbase.util
 
ResourceLoader.FileURLStreamHandler - Class in org.mmbase.util
 
ResourceLoader.NodeURLStreamHandler - Class in org.mmbase.util
URLStreamHandler for NodeConnections.
ResourceLoader.PathURLStreamHandler - Class in org.mmbase.util
Extension URLStreamHandler, used for the 'sub' Handlers, entries of 'roots' in ResourceLoader are of this type.
ResourceLoader.ServletResourceURLStreamHandler - Class in org.mmbase.util
URLStreamHandler based on the servletContext object of ResourceLoader
ResourceLoader.Type - Enum in org.mmbase.util
The available ResourceLoaders wrapped into an enum, which makes them available dynamicly (with ResourceLoader.Type.valueOf(string).get())
ResourceLoaderChange() - Constructor for class org.mmbase.core.event.SystemEvent.ResourceLoaderChange
 
RESOURCENAME_FIELD - Static variable in class org.mmbase.util.ResourceLoader
 
ResourceRenderer - Class in org.mmbase.framework
A Renderer implementation based on an MMBase's ResourceLoader.
ResourceRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.ResourceRenderer
 
Resources - Class in org.mmbase.module.builders
The resources builder can be used by ResourceLoader to load resources from (configuration files, classes, resourcebundles).
Resources() - Constructor for class org.mmbase.module.builders.Resources
 
resources - Variable in class org.mmbase.util.ResourceWatcher
All resources watched by this ResourceWatcher.
resourceType - Variable in class org.mmbase.framework.ResourceRenderer
 
ResourceWatcher - Class in org.mmbase.util
Like FileWatcher but for Resources.
ResourceWatcher(ResourceLoader) - Constructor for class org.mmbase.util.ResourceWatcher
Constructor.
ResourceWatcher(ResourceLoader, boolean) - Constructor for class org.mmbase.util.ResourceWatcher
 
ResourceWatcher() - Constructor for class org.mmbase.util.ResourceWatcher
Constructor, defaulting to the Root ResourceLoader (see ResourceLoader.getConfigurationRoot()).
ResourceWatcher.ResourceFileWatcher - Class in org.mmbase.util
A FileWatcher associated with a certain resource of this ResourceWatcher.
resourceWatchers - Static variable in class org.mmbase.util.ResourceWatcher
All instantiated ResourceWatchers.
RESPONSE - Static variable in class org.mmbase.applications.dove.AbstractDove
 
response - Variable in class org.mmbase.applications.editwizard.Config.Configurator
 
response - Variable in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
RESPONSE - Static variable in class org.mmbase.util.functions.Parameter
 
RESPONSE_KEY - Static variable in class org.mmbase.applications.editwizard.Wizard
 
restKey - Variable in class org.mmbase.bridge.jsp.taglib.util.Pair
 
RestrictedEnumerationIterator(Locale, Cloud, Node, Field) - Constructor for class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
restriction - Variable in class org.mmbase.datatypes.InternetAddressDataType
 
result - Variable in class org.mmbase.bridge.util.TreeList.Branch
 
Result - Class in org.mmbase.streams.createcaches
When executing an actual JobDefinition the result is contained in an object like this.
Result(JobDefinition, URI) - Constructor for class org.mmbase.streams.createcaches.Result
 
ResultBuilder - Class in org.mmbase.storage.search
A ResultBuilder is a builder for ResultNodes, that represent the results of executing an arbitrary search query.
ResultBuilder(MMBase, SearchQuery) - Constructor for class org.mmbase.storage.search.ResultBuilder
Creator.
ResultCache - Class in org.mmbase.cache.xslt
Caches the results of XSL transformations.
ResultContainer - Class in org.mmbase.applications.vprowizards.spring
this class acts as a wrapper for everything that needs to be passed to all the actions that need execution for a request.
ResultContainer(HttpServletRequest, HttpServletResponse, Transaction, Locale) - Constructor for class org.mmbase.applications.vprowizards.spring.ResultContainer
 
resultMessage - Variable in class org.mmbase.module.tools.ApplicationResult
 
ResultNode - Class in org.mmbase.storage.search
A ResultNode is a virtual node, used to represent the result of executing an arbitrary search query.
ResultNode(ResultBuilder) - Constructor for class org.mmbase.storage.search.ResultNode
Constructor.
results - Variable in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
ResultSetReader - Interface in org.mmbase.storage.implementation.database
retain - Variable in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
retain - Variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
retain - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
retain - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
retainAll(Collection<?>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
retrieveFieldValue(String, String) - Method in class org.mmbase.applications.editwizard.Wizard
Obtains the value form the right field (given by name) of the right node (given by did).
retrieveValue(String) - Method in class org.mmbase.module.core.MMObjectNode
Retrieves a value from the values hashtable.
retry() - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
retryAfter - Variable in class org.mmbase.servlet.MMBaseServlet
If MMBase has not been started, a 503 is given, with this value for the 'Retry-After' header.
returnCollection - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
returnList - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
returnList - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
returnType - Variable in class org.mmbase.util.functions.AbstractFunction
 
ReturnType<C> - Class in org.mmbase.util.functions
Description of the return type of certain function.
ReturnType(Class, String) - Constructor for class org.mmbase.util.functions.ReturnType
 
reverse(List, int) - Method in class org.mmbase.module.gui.html.scanparser
 
reverse(Vector) - Method in class org.mmbase.util.DirectoryLister
Reverses the elementorder in a vector.
reverse(Vector, int) - Method in class org.mmbase.util.DirectoryLister
Reverses the elementorder in a vector, taking into consideration that the vector consists of sets of elements (items).
reverse() - Method in class org.mmbase.util.StringObject
Reverse the order of the characters in the String buffer.
ReverseComparator - Class in org.mmbase.util
The comparator which sorts Comparable on the inverse natural order.
ReverseComparator() - Constructor for class org.mmbase.util.ReverseComparator
 
revertVector(SortedVector) - Method in class org.mmbase.module.INFO
Reverse the order of a list of values
revoke(User, MMObjectNode, MMObjectNode, Operation) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
revoke(Node, Node, Operation, UserContext) - Static method in class org.mmbase.security.implementation.cloudcontext.ContextBuilderFunctions
 
revoke(User, MMObjectNode, MMObjectNode, Operation) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
 
rewrite() - Method in class org.mmbase.core.CoreField
 
rewrite(Object) - Method in class org.mmbase.datatypes.BasicDataType
Unlock a DataType so it can be changed or altered.
rewrite(Object) - Method in interface org.mmbase.datatypes.DataType
Unlock a DataType so it can be changed or altered.
rewrite(DataType<?>) - Method in class org.mmbase.datatypes.DataTypeCollector
Unlock a dataType so it can be changed or altered.
RFC1123 - Class in org.mmbase.util
Class with support for creation of date strings in GMT format.
RFC1123() - Constructor for class org.mmbase.util.RFC1123
 
RICH - Static variable in class org.mmbase.richtext.transformers.XmlField
 
RICHBODY - Static variable in class org.mmbase.util.transformers.XmlField
 
richToHTMLBlock(String, boolean, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
So poor, that it actually generates pieces of XHTML 1.1 blocks (so, no use of sections).
richToHTMLBlock(String) - Static method in class org.mmbase.util.transformers.XmlField
 
richToHTMLBlock(String, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
 
richToXML(String, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
Defines a kind of 'rich' text format.
richToXML(String, boolean) - Static method in class org.mmbase.util.transformers.XmlField
 
richToXML(String) - Static method in class org.mmbase.util.transformers.XmlField
 
rightAdd(String, String, String, boolean) - Method in class org.mmbase.security.implementation.context.ContextCache
 
rightGet(String, String, String) - Method in class org.mmbase.security.implementation.context.ContextCache
 
RightsRel - Class in org.mmbase.security.implementation.cloudcontext.builders
The rightsrel relation, connects a 'context' with a 'group'.
RightsRel() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
 
RmiGenerator - Class in org.mmbase.mojo.remote
 
RmiGenerator(Class<?>) - Constructor for class org.mmbase.mojo.remote.RmiGenerator
 
RMIHandlerServlet - Class in org.mmbase.servlet.rmi
The default RMI socket factory contains several "fallback" mechanisms which enable an RMI client to communicate with a remote server.
RMIHandlerServlet() - Constructor for class org.mmbase.servlet.rmi.RMIHandlerServlet
 
RMIHandlerServlet.ServletClientException - Exception in org.mmbase.servlet.rmi
ServletClientException is thrown when an error is detected in a client's request.
RMIHandlerServlet.ServletServerException - Exception in org.mmbase.servlet.rmi
ServletServerException is thrown when an error occurs here on the server.
rmiName - Variable in class org.mmbase.mojo.remote.RmiGenerator
 
rmiObjectToLocal(Object) - Static method in class org.mmbase.bridge.remote.util.ObjectWrapper
 
rmiObjectToRemoteProxy(Object) - Static method in class org.mmbase.bridge.remote.ObjectWrapperHelper
 
rmiObjectToRemoteProxy(Object) - Static method in class org.mmbase.bridge.remote.util.ObjectWrapper
 
rnd - Variable in class org.mmbase.module.INFO
 
RNUMBER - Static variable in class org.mmbase.applications.xmlimporter.TmpObject
 
role - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
role - Variable in class org.mmbase.bridge.jsp.taglib.containers.RelatedNodesContainerTag
 
role - Variable in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
role - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
role - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
role - Variable in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
role - Variable in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
role - Variable in class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
rollback(MMObjectNode) - Method in class org.mmbase.module.builders.vwms.Vwm
Signals that the task should be performed again (possibly after an initial failure).
rollback() - Method in class org.mmbase.module.database.ConnectionWrapper
 
rollback(Savepoint) - Method in class org.mmbase.module.database.ConnectionWrapper
 
rollback() - Method in interface org.mmbase.module.database.MultiConnection
 
rollback(Savepoint) - Method in interface org.mmbase.module.database.MultiConnection
 
rollback() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
rollback() - Method in interface org.mmbase.storage.StorageManager
Cancels any transaction that was started and rollback changes if possible.
rollback() - Method in class org.mmbase.storage.StorageManagerFactory
Rolls back the current thread's database transaction
ROMAN - Static variable in class org.mmbase.util.transformers.RomanTransformer
 
romanSuccessor(String) - Static method in class org.mmbase.util.functions.IndexFunction
Calculates the 'successor' of a roman number, preserving uppercase/lowercase.
romanToDecimal(char) - Static method in class org.mmbase.util.transformers.RomanTransformer
Converts one of the letters from the roman number system to an int.
romanToDecimal(String) - Static method in class org.mmbase.util.transformers.RomanTransformer
Converts roman number to int.
RomanTransformer - Class in org.mmbase.util.transformers
Static utilities to deal with roman numbers, and non static functions to transform strings representing decimal numbers to roman numbers and back.
RomanTransformer() - Constructor for class org.mmbase.util.transformers.RomanTransformer
 
ROOT - Static variable in class org.mmbase.framework.Block.Type
 
ROOT_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
Roots - Variable in class org.mmbase.module.gui.html.scanparser
 
roots - Variable in class org.mmbase.util.ResourceLoader
 
Rot13 - Class in org.mmbase.util.transformers
Rot13 implementation.
Rot13() - Constructor for class org.mmbase.util.transformers.Rot13
 
rot13(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot13
 
Rot5 - Class in org.mmbase.util.transformers
Rot5 implementation.
Rot5() - Constructor for class org.mmbase.util.transformers.Rot5
 
rot5(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot5
 
rotate(PlanarImage, int, int, int) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'rotate' operation: rotates an image.
rows - Variable in class org.mmbase.util.CSVReader
 
rows - Variable in class org.mmbase.util.HTMLElement
added to ROWS=
rstatus - Variable in class org.mmbase.util.scanpage
 
run() - Method in class org.mmbase.applications.crontab.AbstractCronJob
Implement this.
run() - Method in class org.mmbase.applications.crontab.CronDaemon
The main loop of the daemon.
run() - Method in interface org.mmbase.applications.crontab.CronJob
This is the method which is repeatedly called.
run(Interruptable) - Method in interface org.mmbase.applications.crontab.Interruptable.CallBack
 
run() - Method in class org.mmbase.applications.crontab.Interruptable
 
run() - Method in class org.mmbase.applications.crontab.MemoryWarner
 
run() - Method in class org.mmbase.applications.crontab.MMBaseCacheClearerJob
 
run() - Method in class org.mmbase.applications.crontab.MMBaseQueryJob
 
run() - Method in class org.mmbase.applications.crontab.MMBaseStatsJob
 
run() - Method in class org.mmbase.applications.crontab.RunnableCronJob
 
run() - Method in class org.mmbase.applications.crontab.SampleCronJob
 
run() - Method in class org.mmbase.applications.crontab.TestCronJob
 
run() - Method in class org.mmbase.applications.email.EmailExpireHandler
Main loop, exception protected
run() - Method in class org.mmbase.applications.mmbob.ExternalProfilesManager
Main loop, exception protected
run() - Method in class org.mmbase.applications.mmbob.ForumEmailSender
Main loop, exception protected
run() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
Main loop, exception protected
run() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncerShutdown
runs when jvm goes down and tries to sync the MMBob nodes
run() - Method in class org.mmbase.applications.mmbob.ForumSwapManager
Main loop, exception protected
run() - Method in class org.mmbase.applications.mmbob.generate.AreasHandler
 
run() - Method in class org.mmbase.applications.mmbob.generate.Handler
 
run() - Method in class org.mmbase.applications.mmbob.generate.PostersHandler
 
run() - Method in class org.mmbase.applications.mmbob.generate.ReplysHandler
 
run() - Method in class org.mmbase.applications.mmbob.generate.ThreadsHandler
 
run() - Method in class org.mmbase.applications.xmlimporter.Transaction
Wait assynchronously for the transaction to time out.
run() - Method in class org.mmbase.bridge.implementation.BasicCloud.BasicCloudStarter
 
run() - Method in class org.mmbase.clustering.ClusterManager
 
run() - Method in class org.mmbase.clustering.jgroups.ChangesReceiver
 
run() - Method in class org.mmbase.clustering.jgroups.ChangesSender
Take messages fromt the queeu nodesToSend and send them on the JChannel.
run() - Method in class org.mmbase.clustering.multicast.ChangesReceiver
 
run() - Method in class org.mmbase.clustering.multicast.ChangesSender
 
run() - Method in class org.mmbase.clustering.unicast.ChangesReceiver
 
run() - Method in class org.mmbase.clustering.unicast.ChangesSender
 
run() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
Default behavior (when no target is specified) is to run continuously until interrupted.
run() - Method in class org.mmbase.datatypes.processors.DelayedSetter.SetThread
 
run() - Method in class org.mmbase.module.builders.vwms.FileCopier
Main loop, exception-protected.
run() - Method in class org.mmbase.module.builders.vwms.ImagePusher
Main loop, exception protected
run() - Method in class org.mmbase.module.builders.vwms.PerformProbe
admin probe, try's to make a call to all the maintainance calls.
run() - Method in class org.mmbase.module.builders.vwms.Vwm
VWM maintenance scheduler.
run() - Method in class org.mmbase.module.builders.vwms.VwmProbe
blocked on the first task in the queue
run() - Method in class org.mmbase.module.builders.Vwmtasks
VWM maintenance scheduler.
run() - Method in class org.mmbase.module.database.MultiPool.ConnectionCloser
Close the database connection.
run() - Method in class org.mmbase.module.gui.html.PageProcess
Main loop, exception protected
run() - Method in class org.mmbase.module.LinkChecker
 
run() - Method in class org.mmbase.module.lucene.FullIndex
 
run() - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
run() - Method in class org.mmbase.module.RemoteMMCI.RemoteChecker
 
run() - Method in class org.mmbase.module.smtp.PopFetcher
Pops the mail, and maintains an mmevents object, to administer which mails were handled (based on received date)
run() - Method in class org.mmbase.module.smtp.SMTPFetcher
The main run method of this thread.
run() - Method in class org.mmbase.module.smtp.SMTPListener
Main run method; it will listen for new connections and spawn new threads for incoming connections.
run() - Method in class org.mmbase.module.TransactionHandler.TransactionInfo
sleep untill the transaction times out.
run() - Method in class org.mmbase.notifications.Notifier
 
run() - Method in class org.mmbase.poll.TotalUpdater
 
run() - Method in class org.mmbase.searchrelate.SessionCleaner
 
run() - Method in class org.mmbase.servlet.MMBaseStartThread.Job
 
run() - Method in class org.mmbase.sms.cmtelecom.SenderJob
 
run() - Method in class org.mmbase.sms.Receiver
Looks in the queue.
run() - Method in class org.mmbase.storage.util.Sql
 
run() - Method in class org.mmbase.util.ChainedRunnable
 
run() - Method in class org.mmbase.util.CommandServer.Command
 
run() - Method in class org.mmbase.util.CommandServer.Copier
 
run() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
run() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
 
run() - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
Main loop, will check every watched file every amount of time.
run() - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
run() - Method in class org.mmbase.util.images.ImageConversionRequestProcessor
 
run() - Method in class org.mmbase.util.MagickClient.Job
 
run() - Method in class org.mmbase.util.SqlExecutor
 
run() - Method in class org.mmbase.util.transformers.ByteTransformerLink
 
run() - Method in class org.mmbase.util.transformers.CharTransformerLink
 
runnable - Variable in class org.mmbase.applications.crontab.RunnableCronJob
 
RunnableCronJob - Class in org.mmbase.applications.crontab
Just wraps a Runnable into a CronJob.
RunnableCronJob(Runnable) - Constructor for class org.mmbase.applications.crontab.RunnableCronJob
 
running - Variable in class org.mmbase.notifications.Notifier
 
RunningCronEntry - Class in org.mmbase.applications.crontab
 
RunningCronEntry(CronEntry, Date, String, int, String) - Constructor for class org.mmbase.applications.crontab.RunningCronEntry
 
RunningCronEntry(CronEntry, Date, String, int) - Constructor for class org.mmbase.applications.crontab.RunningCronEntry
 
runningJobs - Static variable in class org.mmbase.streams.createcaches.Processor
 
runningJobs() - Static method in class org.mmbase.streams.createcaches.Processor
 
runQuery(Node, Node) - Method in class org.mmbase.applications.editwizard.Wizard
This method tests if a query in a nodelist needs to be run, and runs it if needed, adding the resulting options to the optionlist.
runQuery(String, QueryTemplate) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MMBaseTemplateQueryRunner
 
runQuery(String, QueryTemplate) - Method in interface org.mmbase.applications.vprowizards.spring.cache.template.TemplateQueryRunner
 
runStartupChecks() - Method in class org.mmbase.module.core.MMBase
Whether to perform sanity checks during startup.
runtimeError(String, String, int, String, int) - Method in class org.mmbase.util.logging.JavaScriptErrorReporter
 

S

safeCache(Integer, MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Stores a node in the cache provided the cache is not write locked.
safeCommit(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Locks the node cache during the commit of a node.
safeInsert(MMObjectNode, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Locks the node cache during the insert of a node.
SampleCronJob - Class in org.mmbase.applications.crontab
Sample cron jobs shows ho to create a cronjob.
SampleCronJob() - Constructor for class org.mmbase.applications.crontab.SampleCronJob
 
SAVE - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
save() - Method in class org.mmbase.applications.mmbob.Forum
"Save" the forum (add it to the syncQueue)
save() - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
save() - Method in class org.mmbase.applications.mmbob.PostArea
save the postarea (add it to the SyncQueue)
save() - Method in class org.mmbase.applications.mmbob.Posting
save the node to the cloud
save() - Method in class org.mmbase.applications.mmbob.PostThread
 
save() - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
save() - Method in class org.mmbase.applications.mmbob.RemoteHost
 
save() - Method in class org.mmbase.applications.mmbob.Signature
 
save() - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
save() - Method in class org.mmbase.applications.thememanager.StyleSheetManager
 
save() - Method in class org.mmbase.applications.thememanager.Theme
 
save() - Static method in class org.mmbase.applications.thememanager.ThemeManager
 
save(String) - Method in class org.mmbase.util.ExtendedProperties
This routine does not only saves your Properties but also merges your comments if the file already exists if the file doesn't exists the will call the "normal" write routine.
save() - Method in class org.mmbase.util.ExtendedProperties
 
saveConfig() - Method in class org.mmbase.applications.mmbob.Forum
 
saveConfig() - Static method in class org.mmbase.applications.mmbob.ForumManager
 
saveDirect() - Method in class org.mmbase.applications.mmbob.Forum
"Save direct" the forum
saveFile(String, String) - Static method in class org.mmbase.applications.multilanguagegui.MultiLanguageGui
 
saveFile(String, String) - Static method in class org.mmbase.applications.thememanager.StyleSheetManager
 
saveFile(String, String) - Static method in class org.mmbase.module.gui.flash.MMFlash
Save a stringvalue to a file on the filesystem
saveFile(String, byte[]) - Static method in class org.mmbase.module.gui.flash.MMFlash
Save a byte-array to disk
saveFile(String, String) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Saves a string value to a file.
saveFile(String, byte[]) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Saves an array of byte to a file.
saveFile(String, byte[]) - Static method in class org.mmbase.util.xml.applicationdata.NodeWriter
Stores binary data in a file
savePoster() - Method in class org.mmbase.applications.mmbob.Poster
Save the poster, and add the node to the syncQueue
saveProperties(String, Hashtable<Object, Object>) - Method in class org.mmbase.util.ExtendedProperties
save Properties to file.
saveSettingValue(Setting<C>, C) - Method in class org.mmbase.framework.basic.BasicFramework
 
saveValue(sessionInfo, String) - Method in class org.mmbase.module.sessions
 
saveValue(sessionInfo, String) - Method in interface org.mmbase.module.sessionsInterface
 
saveValueNew(sessionInfo, String) - Method in class org.mmbase.module.sessions
 
saxonFunction(Object, String, String) - Static method in class org.mmbase.bridge.util.xml.NodeFunction
scaleRestriction - Variable in class org.mmbase.datatypes.DecimalDataType
 
ScaleRestriction(DecimalDataType.ScaleRestriction) - Constructor for class org.mmbase.datatypes.DecimalDataType.ScaleRestriction
 
ScaleRestriction() - Constructor for class org.mmbase.datatypes.DecimalDataType.ScaleRestriction
 
scan() - Method in class org.mmbase.mojo.ArchiveScanner
 
scancache - Variable in class org.mmbase.module.gui.html.HtmlBase
 
scancache - Static variable in class org.mmbase.module.gui.html.scanparser
 
scancache - Class in org.mmbase.module
File cache system.
scancache() - Constructor for class org.mmbase.module.scancache
Scancache module constructor.
scancacheInterface - Interface in org.mmbase.module
File cache system interface.
scanp - Variable in class org.mmbase.module.gui.flash.MMFlash
 
scanpage - Class in org.mmbase.util
The scanpage is a container class.
scanpage() - Constructor for class org.mmbase.util.scanpage
Empty constructor for code not yet fixed, constructing its own scanpage Should use new constructor if possible.
scanpage(JamesServlet, HttpServletRequest, HttpServletResponse, sessionsInterface) - Constructor for class org.mmbase.util.scanpage
Construct a scanpage for a servlet
scanparser - Class in org.mmbase.module.gui.html
scanpage is a container class it holds all objects needed per scan page it was introduced to make servscan threadsafe but will probably in the future hold all page related info instead of HttpServletR equest and HttpServletResponse because we want extend the model of offline page generation.
scanparser() - Constructor for class org.mmbase.module.gui.html.scanparser
 
scheduleAtFixedRate(Runnable, int, int) - Static method in class org.mmbase.util.ThreadPools
Deprecated.
Used ThreadPools.scheduler#scheduleAtFixedRate This method is only provided to use this in both 1.8 (concurrecy backport) and 1.9 (java 1.5).
scheduleFileWatcherRunner() - Static method in class org.mmbase.util.FileWatcher
 
Scheduler() - Constructor for class org.mmbase.module.lucene.Lucene.Scheduler
 
scheduler - Static variable in class org.mmbase.util.ThreadPools
This executor is for repeating tasks.
Scheme - Class in org.mmbase.storage.util
This is a specialised version of the MessageFormat class, with some awareness of MMBase objects.
Scheme(StorageManagerFactory, String) - Constructor for class org.mmbase.storage.util.Scheme
Instantiate the Scheme
Schemes - Class in org.mmbase.storage.implementation.database
This class defines the scheme names and defaults used by the default database storage manager classes.
Schemes() - Constructor for class org.mmbase.storage.implementation.database.Schemes
 
SCOPE - Static variable in class org.mmbase.bridge.jsp.taglib.CloudTag
 
SCOPE - Static variable in interface org.mmbase.bridge.jsp.taglib.containers.QueryContainer
 
SCOPE - Static variable in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
SCOPE - Static variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
SCOPE - Static variable in class org.mmbase.bridge.jsp.taglib.editor.EditTag
 
scope() - Method in class org.mmbase.bridge.jsp.taglib.ImportTEI
 
SCOPE - Static variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
scope() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTEI
 
SCOPE - Static variable in interface org.mmbase.bridge.jsp.taglib.ParamHandler
 
scope() - Method in class org.mmbase.bridge.jsp.taglib.WriterTEI
 
scoreNode(TmpObject, TmpObject) - Method in class org.mmbase.applications.xmlimporter.BasicFinder
Calculates matching rate for two objects.
SCPcopy - Class in org.mmbase.module.builders.vwms
Performs a transfer of a file from the current server to a host.
SCPcopy() - Constructor for class org.mmbase.module.builders.vwms.SCPcopy
Deprecated.
vpro-specific
SCPcopy(String) - Constructor for class org.mmbase.module.builders.vwms.SCPcopy
Deprecated.
vpro-specific
SCPcopy(String, String) - Constructor for class org.mmbase.module.builders.vwms.SCPcopy
Deprecated.
vpro-specific
SCPcopy(String, String, String) - Constructor for class org.mmbase.module.builders.vwms.SCPcopy
Deprecated.
vpro-specific
SCPcopy(String, String, String, String) - Constructor for class org.mmbase.module.builders.vwms.SCPcopy
SCPCopy Constructor.
search - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
search - Variable in class org.mmbase.bridge.jsp.taglib.ListTag
 
search(Request, Field, Query) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
search(Request, Field, Query) - Method in interface org.mmbase.datatypes.handlers.Handler
Uses the user's input to create a constraint for the given query
search(String) - Method in class org.mmbase.module.core.MMTable
Deprecated.
Use getNodes(NodeSearchQuery to perform a node search.
search(MMObjectBuilder, String, String, boolean) - Static method in class org.mmbase.module.gui.html.HtmlBase
 
search(Cloud, String) - Method in class org.mmbase.module.lucene.Searcher
 
search(Cloud, String, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
search(Cloud, String, Query, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
search(Cloud, String, Filter, Query, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
search(Cloud, String, String[], Query, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
search(Cloud, String, String[], Query, int, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
search(Cloud, String, Filter, Sort, Analyzer, Query, String[], int, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
SEARCH_ALL - Static variable in class org.mmbase.module.core.ClusterBuilder
SEARCH_AUTO - Static variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
SEARCH_BOTH - Static variable in class org.mmbase.module.core.ClusterBuilder
Deprecated.
use RelationStep.DIRECTIONS_BOTH In future versions of MMBase (1.8 and up) this will be the default value
SEARCH_DESTINATION - Static variable in class org.mmbase.module.core.ClusterBuilder
SEARCH_EITHER - Static variable in class org.mmbase.module.core.ClusterBuilder
Deprecated.
use RelationStep.DIRECTIONS_EITHER. In future versions of MMBase (1.8 and up) the default value will be RelationStep.DIRECTIONS_BOTH
SEARCH_FORCE - Static variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
SEARCH_NO - Static variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
SEARCH_SOURCE - Static variable in class org.mmbase.module.core.ClusterBuilder
SEARCH_TYPE_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
SEARCH_TYPE_PHRASE_ORIENTED - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Search type for phrase oriented search.
SEARCH_TYPE_PROXIMITY_ORIENTED - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Search type for proximity oriented search.
SEARCH_TYPE_WORD_ORIENTED - Static variable in interface org.mmbase.storage.search.StringSearchConstraint
Search type for word oriented search.
SEARCH_YES - Static variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
searchAge - Variable in class org.mmbase.module.core.MMObjectBuilder
The default search age for this builder.
searchAnnotated(Cloud, String, Filter, Sort, Analyzer, Query, String[], int, int, int) - Method in class org.mmbase.module.lucene.Searcher
 
searchDir - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
searchDir - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
searchDir - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
searchDir - Variable in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
searchDir - Variable in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
searchDir - Variable in class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
searchDirs - Variable in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
searchDirs - Variable in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
searchDirs - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
searchDirs - Variable in class org.mmbase.datatypes.processors.PathRelatedList.AbstractProcessor
 
Searcher - Class in org.mmbase.module.lucene
A wrapper around Lucene's IndexSearcher.
Searcher(Indexer, String[]) - Constructor for class org.mmbase.module.lucene.Searcher
 
searchFields - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
searchFields - Variable in class org.mmbase.datatypes.processors.BinaryFile.Delete
 
searchFunction - Variable in class org.mmbase.module.lucene.Lucene
This function starts a search fro a given string.
searchlistStyleSheet - Static variable in class org.mmbase.applications.editwizard.Config
 
searchMultiLevelVector(int, List<String>, String, List<String>, String, List<String>, List<String>) - Method in class org.mmbase.module.core.ClusterBuilder
searchMultiLevelVector(List<String>, List<String>, String, List<String>, String, List<String>, List<String>) - Method in class org.mmbase.module.core.ClusterBuilder
searchMultiLevelVector(List<String>, List<String>, String, List<String>, String, List<String>, List<String>, int) - Method in class org.mmbase.module.core.ClusterBuilder
searchMultiLevelVector(List<String>, List<String>, String, List<String>, String, List<String>, List<String>, List<Integer>) - Method in class org.mmbase.module.core.ClusterBuilder
Return all the objects that match the searchkeys.
searchPositions - Variable in class org.mmbase.util.xml.AbstractBuilderReader
searchPositions and inputPositions are used to adminstrate 'occupied' positions (from editor/positions), which is used to find defaults if not specified.
searchPostings(String, int) - Method in class org.mmbase.applications.mmbob.Forum
 
searchPostings(String, String, String, String, int, int, int) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
searchPostings(String, int) - Method in class org.mmbase.applications.mmbob.PostArea
 
searchPostings(List, String, int) - Method in class org.mmbase.applications.mmbob.PostArea
 
searchPostings(String, int) - Method in class org.mmbase.applications.mmbob.PostThread
 
searchPostings(List, String, int) - Method in class org.mmbase.applications.mmbob.PostThread
 
SearchQuery - Interface in org.mmbase.storage.search
Encapsulates a request for a search of the object cloud.
SearchQueryException - Exception in org.mmbase.storage.search
Exception thrown by the methods that process search queries.
SearchQueryException() - Constructor for exception org.mmbase.storage.search.SearchQueryException
 
SearchQueryException(String) - Constructor for exception org.mmbase.storage.search.SearchQueryException
 
SearchQueryException(Throwable) - Constructor for exception org.mmbase.storage.search.SearchQueryException
 
SearchQueryException(String, Throwable) - Constructor for exception org.mmbase.storage.search.SearchQueryException
 
SearchQueryHandler - Interface in org.mmbase.storage.search
Defines methods for an object that handles search query requests.
SearchQueryWrapper - Interface in org.mmbase.storage.search
 
SearchRelateComponent - Class in org.mmbase.searchrelate
 
SearchRelateComponent(String) - Constructor for class org.mmbase.searchrelate.SearchRelateComponent
 
searchSize(Cloud, String) - Method in class org.mmbase.module.lucene.Searcher
 
searchSize(Cloud, String, Query) - Method in class org.mmbase.module.lucene.Searcher
 
searchSize(Cloud, String, Filter, Analyzer, Query, String[], boolean) - Method in class org.mmbase.module.lucene.Searcher
 
searchSizeFunction - Variable in class org.mmbase.module.lucene.Lucene
This function returns the size of a query on an index.
searchStep(List<Step>, String) - Static method in class org.mmbase.bridge.util.Queries
Searches a list of Steps for a step with a certain name.
searchType - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
SearchUtil - Class in org.mmbase.bridge.util
This utility provides methods to easily create and execute queries in the bridge.
searchValue - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
searchValues - Variable in class org.mmbase.module.gui.html.EditStateNode
 
searchVector(String) - Method in class org.mmbase.module.core.MMTable
Deprecated.
Use getNodes(NodeSearchQuery to perform a node search.
SECOND - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Time part: 'second'
SECOND - Static variable in class org.mmbase.util.logging.Performance
 
second_number() - Method in class org.mmbase.util.dateparser.DateParser
 
secondInYear(Date) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the number of seconds that have elapsed from the beginning of the year to the given date
SECONDS - Static variable in class org.mmbase.module.builders.AnnotRel
 
seconds() - Method in class org.mmbase.util.dateparser.DateParser
 
SECONDS_IN_A_DAY - Static variable in class org.mmbase.module.builders.DayMarkers
 
SECTIONS - Static variable in class org.mmbase.util.transformers.XmlField
SECURITY - Static variable in class org.mmbase.applications.dove.AbstractDove
 
SECURITY_CLOUD - Static variable in class org.mmbase.applications.dove.AbstractDove
 
SECURITY_METHOD - Static variable in class org.mmbase.applications.dove.AbstractDove
 
SECURITY_NAME - Static variable in class org.mmbase.applications.dove.AbstractDove
 
SECURITY_PASSWORD - Static variable in class org.mmbase.applications.dove.AbstractDove
 
SecurityContextDataType - Class in org.mmbase.datatypes
A StringDataType with all security contexts strings as possible value.
SecurityContextDataType(String) - Constructor for class org.mmbase.datatypes.SecurityContextDataType
Constructor for string data type.
SecurityException - Exception in org.mmbase.security
Thrown by the security classes to indicate a security violation/malfunction.
SecurityException() - Constructor for exception org.mmbase.security.SecurityException
 
SecurityException(String) - Constructor for exception org.mmbase.security.SecurityException
 
SecurityException(Throwable) - Constructor for exception org.mmbase.security.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception org.mmbase.security.SecurityException
 
SecurityException(String, String, Object...) - Constructor for exception org.mmbase.security.SecurityException
 
SecurityException(LocalizedString) - Constructor for exception org.mmbase.security.SecurityException
 
securityLoader - Static variable in class org.mmbase.security.MMBaseCopConfig
 
seenThread(PostThread) - Method in class org.mmbase.applications.mmbob.Poster
add the MMbase threadid to the HashMap of seen threads.
SegmenterAnalyzer - Class in org.mmbase.streams.transcoders
Analyzes segmenter output after doing its job, changes url field to m3u8 index file when ready and rewrites m3u8 to removed full paths.
SegmenterAnalyzer() - Constructor for class org.mmbase.streams.transcoders.SegmenterAnalyzer
 
SegmenterTranscoder - Class in org.mmbase.streams.transcoders
The transcoder that uses segmenter to create segments of a stream including their m3u8 index file to be distributed over a cellular network.
SegmenterTranscoder() - Constructor for class org.mmbase.streams.transcoders.SegmenterTranscoder
 
sel - Variable in class org.mmbase.util.HTMLElement
if true there is a Selected item
select - Variable in class org.mmbase.util.HTMLFormGenerator
SELECT Element
SELECT_NODE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for selecting a node.
SELECT_NODE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for selecting a node.
SELECT_NODE_TYPE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for selecting a node type.
SELECT_NODE_TYPE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for selecting a node type.
selected - Variable in class org.mmbase.util.HTMLElement
The element which will be selected (e.g.: <OPTION SELECTED>)
selectionQuery - Variable in class org.mmbase.module.gui.html.EditStateNode
 
selectNodeList(Node, String) - Static method in class org.mmbase.applications.editwizard.Utils
This method selects a multiple nodes using the given contextNode and xpath.
selectSingleNode(Node, String) - Static method in class org.mmbase.applications.editwizard.Utils
This method selects a single node using the given contextNode and xpath.
selectSingleNodeText(Node, String, String) - Static method in class org.mmbase.applications.editwizard.Utils
Selects a single node using the given xpath and uses the given node a a starting context and returns the textnode found.
selectSingleNodeText(Node, String, String, Cloud) - Static method in class org.mmbase.applications.editwizard.Utils
Selects a single node using the given xpath and uses the given node a a starting context and returns the textnode found.
send - Variable in class org.mmbase.clustering.ClusterManager
 
send(Relation, Date) - Method in class org.mmbase.notifications.EmailNotification
 
send(Relation, Date) - Method in class org.mmbase.notifications.Notification
 
send() - Method in class org.mmbase.notifications.Notifyable
 
send(Relation, Date) - Method in class org.mmbase.notifications.SMSNotification
 
send(CMTelecomSender.Appender, String) - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
send(OutputStream, CMTelecomSender.Appender, String) - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
send(OutputStream, SMS) - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
send(SMS) - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
send(SMS) - Method in class org.mmbase.sms.EventSender
 
send(SMS) - Method in class org.mmbase.sms.Sender
Sends an SMS, immediately.
sendBytes(HttpServletResponse, byte[]) - Method in class org.mmbase.servlet.HandleServlet
Deprecated. 
sendBytes(HttpServletResponse, InputStream) - Method in class org.mmbase.servlet.HandleServlet
 
sendEmailOnChange(PostThread) - Method in class org.mmbase.applications.mmbob.Poster
 
Sender - Class in org.mmbase.sms
The core of this class are Sender.offer(SMS) and Sender.send(SMS), which both send an SMS, but the first one allows for some delay.
Sender() - Constructor for class org.mmbase.sms.Sender
 
SenderJob - Class in org.mmbase.sms.cmtelecom
If using cmtelecom for notification, then this class must be scheduled as an mmbase cronjob.
SenderJob() - Constructor for class org.mmbase.sms.cmtelecom.SenderJob
 
sendError(int, String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
sendError(int) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
sendError(int, String) - Method in class org.mmbase.util.GenericResponseWrapper
 
sendError(int) - Method in class org.mmbase.util.GenericResponseWrapper
 
sendError(int) - Method in class org.mmbase.util.LocalHttpServletResponse
 
sendError(int, String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
sendFieldChangeSignal(MMObjectNode, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Send a signal to other servers that a field was changed.
sendFieldChangeSignal(String) - Method in class org.mmbase.module.core.MMObjectNode
Sends a field-changed signal.
sendLocalMail(InternetAddress[], Node) - Method in class org.mmbase.applications.email.SendMail
Delivers the mail represented by an MMBase node 'locally'.
sendMail(String, String, String) - Method in class org.mmbase.applications.email.AbstractSendMail
Send mail without extra headers
sendMail(Mail) - Method in class org.mmbase.applications.email.AbstractSendMail
Send mail
sendMail(String, String, String, Map<String, String>) - Method in class org.mmbase.applications.email.AbstractSendMail
 
sendMail(Node, Parameters) - Method in class org.mmbase.applications.email.EmailBuilder
 
SendMail - Class in org.mmbase.applications.email
Module providing mail functionality based on JavaMail, mail-resources.
SendMail() - Constructor for class org.mmbase.applications.email.SendMail
 
SendMail(String) - Constructor for class org.mmbase.applications.email.SendMail
 
sendMail(String, String, String, Map<String, String>) - Method in class org.mmbase.applications.email.SendMail
Send mail with headers, withouth using any explicit nodes.
sendMail(Node) - Method in class org.mmbase.applications.email.SendMail
Send mail with headers AND attachments
sendMail(String, Node) - Method in class org.mmbase.applications.email.SendMail
Send mail with headers AND attachments to the emailaddresses specified in the 'to' and 'cc' fields.
sendMail(String, String, String) - Method in class org.mmbase.module.builders.Vwms
Send mail, using this builder's email settings.
sendMail(String, String, String, String) - Method in class org.mmbase.module.builders.Vwms
Send mail, using this builder's email settings.
sendMail(String, String, String) - Method in interface org.mmbase.module.SendMailInterface
 
sendMail(String, String, String, Map<String, String>) - Method in interface org.mmbase.module.SendMailInterface
 
sendMail(Mail) - Method in interface org.mmbase.module.SendMailInterface
 
sendmail - Variable in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
SendMailInterface - Interface in org.mmbase.module
This interface has only one implementation.
sendMailNode(Node, Object...) - Static method in class org.mmbase.applications.email.EmailHandler
Send the email node.
sendMultiPartMail(String, String, Map<String, String>, MimeMultipart) - Method in class org.mmbase.applications.email.AbstractSendMail
Sends a 'multipart' mail.
sendMultiPartMail(String, String, Map<String, String>, MimeMultipart) - Method in class org.mmbase.applications.email.SendMail
 
sendMultiPartMail(String, String, Map<String, String>, MimeMultipart) - Method in interface org.mmbase.module.SendMailInterface
Sends a 'multipart' mail.
sendRedirect(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
sendRedirect(String) - Method in class org.mmbase.util.GenericResponseWrapper
 
sendRedirect(String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
sendRemoteMail(InternetAddress[], Node) - Method in class org.mmbase.applications.email.SendMail
 
sendRemoteMail(InternetAddress[], Address, Node) - Method in class org.mmbase.applications.email.SendMail
Sends an email which is represented by an MMBase node.
sendUpdateMail() - Method in class org.mmbase.applications.mmbob.Poster
 
Sent(Message) - Constructor for class org.mmbase.applications.email.EmailEvent.Sent
 
SEPARATOR - Static variable in class org.mmbase.util.UriParser
 
sequence - Variable in class org.mmbase.module.core.MMObjectNode
 
SEQUENCE_BUFFER_SIZE - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: sequence-buffer-size.
sequenceKeys - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
SerializableAbstractMap() - Constructor for class org.mmbase.util.functions.Parameters.SerializableAbstractMap
 
SerializableInputStream - Class in org.mmbase.util
Sometimes you need an InputStream to be Serializable.
SerializableInputStream(InputStream, long) - Constructor for class org.mmbase.util.SerializableInputStream
 
SerializableInputStream(File, String) - Constructor for class org.mmbase.util.SerializableInputStream
 
SerializableInputStream(File) - Constructor for class org.mmbase.util.SerializableInputStream
 
SerializableInputStream(byte[]) - Constructor for class org.mmbase.util.SerializableInputStream
 
SerializableInputStream(FileItem) - Constructor for class org.mmbase.util.SerializableInputStream
 
SerializableInputStream(SerializableInputStream) - Constructor for class org.mmbase.util.SerializableInputStream
 
serialVersionUID - Static variable in class org.mmbase.applications.crontab.RunningCronEntry
 
serialVersionUID - Static variable in class org.mmbase.module.lucene.FullIndexEvents.Event
 
servdb - Class in org.mmbase.servlet
Deprecated.
servdb() - Constructor for class org.mmbase.servlet.servdb
Deprecated.
Construct a servfile worker, it should be places in a worker pool (by the admin thread).
ServerDimensionSorter - Class in org.mmbase.applications.media.filters
Sorts on format of the source, preferred formats can be can be configured with the filters.xml.
ServerDimensionSorter() - Constructor for class org.mmbase.applications.media.filters.ServerDimensionSorter
 
ServerFormatSorter - Class in org.mmbase.applications.media.filters
Sorts on format of the source, preferred formats can be can be configured with the filters.xml.
ServerFormatSorter() - Constructor for class org.mmbase.applications.media.filters.ServerFormatSorter
 
ServerMappedObject - Interface in org.mmbase.bridge.remote
MMBase bridge classes are wrapped in a bridge.remote.rmi object on creation of such an object a ref is kept in the StubToLocalMapper.
ServerMappedObject_Rmi<O> - Class in org.mmbase.bridge.remote.rmi
 
ServerMappedObject_Rmi(O, int) - Constructor for class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
servflash - Class in org.mmbase.servlet
The Servflas servlet responds on certain file extensions to dynamically generate Shockwave Flash based on a template and information from within MMBase
servflash() - Constructor for class org.mmbase.servlet.servflash
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.MMBaseServlet
The service method is extended with calls for the refCount functionality (for performance related debugging).
service(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.servflash
service call will be called by the server when a request is done by a user.
service(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.servjumpers
Deprecated.
Service call for filtering.
service(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.servscan
Servlet request service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
service call will be called by the server when a request is done by a user.
service(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
service(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
service(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
service(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
service(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
service(Object) - Method in class org.mmbase.util.logging.java.Impl
 
service(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
SERVICE - Static variable in class org.mmbase.util.logging.Level
A constant.
service(Object) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
A new logging method that takes the SERVICE priority.
service(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
 
SERVICE - Static variable in class org.mmbase.util.logging.log4j.Log4jLevel
 
service(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with service priority.
service(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
service(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
service(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
service2bot - Variable in class org.mmbase.module.builders.NetFileSrv
Cache of VWMS as they are related to a service.
SERVICE_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
SERVICE_INT - Static variable in class org.mmbase.util.logging.log4j.Log4jLevel
 
servjumpers - Class in org.mmbase.servlet
Deprecated.
use org.mmbase.servlet.JumpersFilter
servjumpers() - Constructor for class org.mmbase.servlet.servjumpers
Deprecated.
 
ServletClientException(String) - Constructor for exception org.mmbase.servlet.rmi.RMIHandlerServlet.ServletClientException
 
ServletContext(ServletContext) - Constructor for class org.mmbase.core.event.SystemEvent.ServletContext
 
ServletResourceURLStreamHandler(String) - Constructor for class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
 
ServletResourceURLStreamHandler(ResourceLoader.ServletResourceURLStreamHandler) - Constructor for class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
 
ServletServerException(String) - Constructor for exception org.mmbase.servlet.rmi.RMIHandlerServlet.ServletServerException
 
servscan - Class in org.mmbase.servlet
servscan is the 'extended html language' (parsing *.shtml) provided for MMbase its a system like php3, asp or jsp but has its roots providing a simpler toolset for Interaction designers and gfx designers.
servscan() - Constructor for class org.mmbase.servlet.servscan
 
session - Variable in class org.mmbase.applications.email.SendMail
 
session - Variable in class org.mmbase.util.scanpage
The user's MMBase session object, if available.
SessionCleaner - Class in org.mmbase.searchrelate
SessionCleaners are added to OrderSubmitter#addCallbackForEnd by order.jspx of mm-sr:relatednodes.
SessionCleaner(HttpSession) - Constructor for class org.mmbase.searchrelate.SessionCleaner
 
sessionCreated(HttpSessionEvent) - Method in class org.mmbase.servlet.FileServletSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.mmbase.servlet.FileServletSessionListener
 
sessionId - Variable in class org.mmbase.applications.editwizard.Config
 
sessionInfo - Class in org.mmbase.module
The module which provides access to a filesystem residing in a database.
sessionInfo(String, String) - Constructor for class org.mmbase.module.sessionInfo
 
sessionInfo(String) - Constructor for class org.mmbase.module.sessionInfo
 
sessionKey - Variable in class org.mmbase.applications.editwizard.Config
 
SESSIONNAME - Static variable in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
SessionReadingCloudFactory - Class in org.mmbase.applications.vprowizards.spring
This version of the cloud factory will pick the cloud from the session, that has been set by the nl.vpro.redactie.AuthenticationInterceptor.
SessionReadingCloudFactory() - Constructor for class org.mmbase.applications.vprowizards.spring.SessionReadingCloudFactory
 
sessions - Variable in class org.mmbase.module.gui.html.HtmlBase
 
sessions - Class in org.mmbase.module
CLEARSET-NAME : This command clears the session variable called NAME ADDSET-NAME-VALUE : This command adds VALUE to the SESSION variable set called NAME, no duplicates are allowed PUTSET-NAME-VALUE : This command adds VALUE to the SESSION variable set called NAME, duplicates are allowed DELSET-NAME-VALUE : This command deletes VALUE form the SESSION variable set called NAME.
sessions() - Constructor for class org.mmbase.module.sessions
sessions Module constructor.
sessions - Variable in class org.mmbase.module.sessions
 
sessionsInterface - Interface in org.mmbase.module
 
set(Object) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing any Object The object type may vary and is generally stored in memory as-is, which means that, generally, the get() method returns the same object.
set(Object) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
set(E) - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
set(int, E) - Method in class org.mmbase.bridge.implementation.BasicList
 
set(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
set(L) - Method in class org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy
 
set(int, L) - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
set(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
set(E) - Method in interface org.mmbase.bridge.remote.RemoteIterator
 
set(int, E) - Method in interface org.mmbase.bridge.remote.RemoteList
 
set(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
set(R) - Method in class org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi
 
set(int, R) - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
set(E) - Method in class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
set(int, E) - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
set(Object) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
set(int, Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
set(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
set(Node) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
 
set(Node) - Method in class org.mmbase.bridge.util.TreeList.TreeItr
 
set(DataType) - Method in class org.mmbase.core.util.DataTypeSetter
 
set(String, Locale) - Method in class org.mmbase.datatypes.DateTimePattern
 
set(String) - Method in class org.mmbase.datatypes.DateTimePattern
 
set(Request, Node, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
set(Request, Node, Field) - Method in interface org.mmbase.datatypes.handlers.Handler
Sets the user's input into the field of the node
Set() - Constructor for class org.mmbase.datatypes.processors.ContextProcessor.Set
 
set() - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
set(int, Object) - Method in class org.mmbase.util.Casting.ListWrapper
 
set(int, Object) - Method in class org.mmbase.util.functions.AutodefiningParameters
 
set(int, Object) - Method in class org.mmbase.util.functions.Parameters
implementation of (modifiable) List
set(Parameter<F>, F) - Method in class org.mmbase.util.functions.Parameters
Sets the value of a parameter.
set(String, Object) - Method in class org.mmbase.util.functions.Parameters
Sets the value of a parameter.
SET - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a Set.
set(String, Locale) - Method in class org.mmbase.util.LocalizedString
Sets the value for a certain locale.
set - Variable in class org.mmbase.util.LRUHashtable.LRUEntrySet
Deprecated.
 
set(String, Locale) - Method in class org.mmbase.util.ReadonlyLocalizedString
 
set(String, Locale) - Method in class org.mmbase.util.WrappedLocalizedString
 
SET_PARAMETERS - Static variable in class org.mmbase.module.builders.Properties
 
SET_SURROGATOR - Static variable in class org.mmbase.storage.Attributes
This attribute can be used to specify a CharTransformer class of which an instance will be used to filter strings which are set into the database.
setAb(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAbitrate(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAbsolute(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
setAbsolute(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setAbsolute(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setAc(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAcodec(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAction(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
setAction(String) - Method in class org.mmbase.framework.basic.State
 
setActionClasses(List<Class<? extends Action>>) - Method in class org.mmbase.applications.vprowizards.spring.BasicCommandFactory
This method accepts a list of classes that implement Action Only the classes that qualify are added.
setActionMappingResolver(ActionMappingResolver) - Method in class org.mmbase.applications.vprowizards.spring.BasicCommandFactory
You can insert your own mapping resolver for your actions.
setActive(boolean) - Method in class org.mmbase.cache.Cache
Sets this cache to active or passive.
setActive(boolean) - Method in interface org.mmbase.cache.CacheMBean
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setAdd(String) - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
setAdd(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setAdded(int) - Method in class org.incava.util.diff.Difference
Sets the point as added.
setAggregating(Boolean) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the aggregating property.
setAggregationType(int) - Method in class org.mmbase.storage.search.implementation.BasicAggregatedField
Sets the aggregation type.
setAlias(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setAlias(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setAlias(Step, String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setAlias(Step, String) - Method in interface org.mmbase.bridge.Query
Sets the alias to the given step.
setAlias(Step, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setAlias(Step, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setAlias(RemoteStep, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setAlias(RemoteStep, String) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setAlias(RemoteStep, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setAlias(RemoteStep, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setAlias(Step, String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setAlias(String) - Method in class org.mmbase.module.core.MMObjectNode
Sets the node's alias.
setAlias(String) - Method in class org.mmbase.storage.search.implementation.BasicStep
Sets alias property.
setAlias(String) - Method in class org.mmbase.storage.search.implementation.BasicStepField
Sets alias property.
setAliasedFirstName(String) - Method in class org.mmbase.applications.mmbob.Poster
 
setAliasedLastName(String) - Method in class org.mmbase.applications.mmbob.Poster
 
setAliasedPassword(String) - Method in class org.mmbase.applications.mmbob.Poster
 
setAlign(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setAll(Map<String, ?>) - Method in class org.mmbase.util.functions.Parameters
Copies all values of a map to the corresponding values of this Parameters Object.
setAll(Collection<?>) - Method in class org.mmbase.util.functions.Parameters
Copies all values of a collection to the corresponding values of this Parameters Object.
setAll(Object...) - Method in class org.mmbase.util.functions.Parameters
 
setAll(Parameters) - Method in class org.mmbase.util.functions.Parameters
 
setAllIfDefined(Parameters) - Method in class org.mmbase.util.functions.Parameters
 
setAllowedIps(String) - Method in class org.mmbase.security.RequestActionChecker
 
setAllowedSchemes(String) - Method in class org.mmbase.security.RequestActionChecker
 
setAllowSpecialNumbers(boolean) - Method in class org.mmbase.datatypes.NumberDataType
 
setAlt(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setAnalyzer(Analyzer) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
setAnotherParameter(String) - Method in class org.mmbase.util.functions.ExampleBean
 
setApplication(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setAq(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAsync(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAttribute(Node, String, String) - Static method in class org.mmbase.applications.editwizard.Utils
Sets an attribute of a specific node.
setAttribute(String, Object) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
setAttribute(String, Object, int) - Method in class org.mmbase.bridge.mock.jsp.MockPageContext
 
setAttribute(String, Object) - Method in class org.mmbase.bridge.mock.jsp.MockServletContext
 
setAttribute(String, Object) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
setAttribute(Element, String, String) - Method in class org.mmbase.bridge.util.xml.Generator
 
setAttribute(String, Object) - Method in class org.mmbase.storage.StorageManagerFactory
Set an attribute of this factory.
setAttribute(String, Object) - Method in class org.mmbase.util.LocalServletRequest
 
setAttribute(String, Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
Set the configuration attribute with the specified name.
setAttributes(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
setAttributes(Map<String, Object>) - Method in class org.mmbase.storage.StorageManagerFactory
Add a map of attributes for this factory.
setAudioChannels(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setAuthenticate(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setAutoCasting(boolean) - Method in class org.mmbase.util.functions.Parameters
Sets the 'auto casting' property (which on default is false)
setAutoCommit(boolean) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setAutoCommit(boolean) - Method in interface org.mmbase.module.database.MultiConnection
 
setAutoCommit(boolean) - Method in class org.mmbase.module.database.MultiConnectionImplementation
If "autoCommit" is true, then all subsequent SQL statements will be executed and committed as individual transactions.
setAvatarsGalleryEnabled(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setAvatarsGalleryEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setAvatarsGalleryEnabled(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setAvatarsGalleryEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setAvatarsUploadEnabled(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setAvatarsUploadEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setAvatarsUploadEnabled(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setAvatarsUploadEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setB(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setBackground(String) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setBackwardsCompatible(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
 
setBackwardsCompatible(boolean) - Method in class org.mmbase.module.core.SmartPathFunction
 
setBase(String) - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
setBcc(String) - Method in class org.mmbase.util.Mail
Sends the message to all persons mentioned in the BCC list.
setBinary(String, byte[], String, String) - Method in class org.mmbase.applications.editwizard.Wizard
With this method you can store a binary in the wizard.
setBinary(String, byte[], String, String, String) - Method in class org.mmbase.applications.editwizard.Wizard
set binary data for uploaded bytes
setBinaryPrefixes(boolean) - Method in class org.mmbase.datatypes.processors.FormatQuantity
If set, will use binary prefixes as recommended by IEEE 1541.
setBinaryStream(long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
setBinaryValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store binary data of a field in a prepared statement.
setBinaryValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.PostgresqlLargeObjectStorageManager
Writes the binary objectValue to to a LargeObject and stores the resulting oid as long in the statement.
setBinpath(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
setBirthdateField(String) - Method in class org.mmbase.datatypes.processors.Age.Getter
 
setBirthdateField(String) - Method in class org.mmbase.datatypes.processors.Age.Setter
 
setBitrate(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setBlock(String) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
setBlock(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setBlock(Map<String, Object>, Block) - Method in class org.mmbase.framework.basic.State
 
setBlockParametersForProcess(State, Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
 
setBlockParametersForRender(State, Parameters) - Method in class org.mmbase.framework.basic.BasicFramework
 
setBody(String, String, boolean) - Method in class org.mmbase.applications.mmbob.Posting
set the body of the posting
setBody(String) - Method in class org.mmbase.applications.mmbob.Signature
 
setBookmarkedChange(int, Poster, boolean) - Method in class org.mmbase.applications.mmbob.Forum
 
setBookmarkedChange(String, String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
setBookmarkedChange(Poster, boolean) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
setBoolean(boolean) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a boolean value.
setBoolean(boolean) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setBoolean(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setBoolean(boolean) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setBoolean(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setBoolean(boolean) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setBooleanValue(String, boolean) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using an boolean.
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setBooleanValue(String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setBooleanValue(String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setBooleanValue(String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setBooleanValue(String, boolean) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.util.AbstractNode
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.util.NodeChanger
 
setBooleanValue(String, boolean) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setBooleanValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store a boolean value of a field in a prepared statement.
setBorder(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setBufferSize(int) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setBufferSize(int) - Method in class org.mmbase.util.LocalServletResponse
 
setBuilder(Versions) - Method in class org.mmbase.module.builders.VersionXMLCacheNodeReader
Deprecated.
 
setBuilder(MMObjectBuilder) - Method in class org.mmbase.module.core.MMObjectNode
 
setBuilder(String) - Method in class org.mmbase.module.gui.html.EditState
 
setBuilder(String) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setBuilderDBField(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderDBKey(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderDBNotNull(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderDBSize(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderDBState(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderDescription(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderEditorInput(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderEditorList(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderEditorSearch(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderGuiName(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBuilderGuiType(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setBundle(String) - Method in class org.mmbase.util.LocalizedString
A resource-bundle with given name can be associated to this LocalizedString.
setBundle(String) - Method in class org.mmbase.util.ReadonlyLocalizedString
 
setBundle(String) - Method in class org.mmbase.util.WrappedLocalizedString
 
setByte(byte[]) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a byte array.
setByte(byte[]) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setByte(byte[]) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setByte(byte[]) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setByte(byte[]) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setByte(byte[]) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setBytes(long, byte[]) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
setBytes(long, byte[], int, int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
setBytesRead(long) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
setByteValue(String, byte[]) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a byte array.
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setByteValue(String, byte[]) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setByteValue(String, byte[]) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setByteValue(String, byte[]) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setByteValue(String, byte[]) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.util.AbstractNode
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.util.NodeChanger
 
setByteValue(String, byte[]) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setCacheControl(HttpServletResponse, Node) - Method in class org.mmbase.servlet.HandleServlet
Sets cache-controlling headers.
setCacheFlushHint(CacheFlushHint) - Method in class org.mmbase.applications.vprowizards.spring.cache.Handling
 
setCacheManagers(String...) - Method in class org.mmbase.streams.createcaches.Processor
The MMBase NodeManagers that contain 'caches', i.e.
setCacheNameResolverFactory(ClassInstanceFactory<CacheNameResolver>) - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setCachepolicy(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
setCachepolicy(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setCachepolicy(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
setCachepolicy(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
setCachepolicy(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedNodesContainerTag
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.proxy.RemoteCacheable_Proxy
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQuery_Proxy
 
setCachePolicy(CachePolicy) - Method in interface org.mmbase.bridge.remote.RemoteCacheable
 
setCachePolicy(CachePolicy) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setCachePolicy(CachePolicy) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setCachePolicy(CachePolicy) - Method in interface org.mmbase.bridge.remote.RemoteSearchQuery
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.rmi.RemoteCacheable_Rmi
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQuery_Rmi
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setCachePolicy(CachePolicy) - Method in interface org.mmbase.cache.Cacheable
Sets the CachePolicy of the query.
setCachePolicy(CachePolicy) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
setCachePolicy(CachePolicy) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
setCacheWrapper(CacheWrapper) - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
setCalculate(Boolean) - Method in class org.mmbase.poll.Total
 
setCanceled(boolean) - Method in class org.mmbase.util.externalprocess.AbstractMonitor
 
setCanceled(boolean) - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
Sets the cancel state to the given value.
setCaseSensitive(FieldConstraint, boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setCasesensitive(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setCasesensitive(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
setCaseSensitive(FieldConstraint, boolean) - Method in interface org.mmbase.bridge.Query
Changes the given constraint's 'case sensitivity' (if applicable).
setCaseSensitive(FieldConstraint, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setCaseSensitive(FieldConstraint, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setCaseSensitive(RemoteFieldConstraint, boolean) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setCaseSensitive(RemoteFieldConstraint, boolean) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setCaseSensitive(RemoteFieldConstraint, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setCaseSensitive(RemoteFieldConstraint, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setCaseSensitive(FieldConstraint, boolean) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setCaseSensitive(boolean) - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
Sets caseSensitive property.
setCaseSensitive(boolean) - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
setCatalog(String) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setCatalog(String) - Method in interface org.mmbase.module.database.MultiConnection
 
setCc(String) - Method in class org.mmbase.util.Mail
Sends the message to all persons mentioned in the CC list.
setChanged() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
call this method to set the changed flag on this node
setCharacterEncoding(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.mmbase.util.LocalServletRequest
 
setCharacterEncoding(String) - Method in class org.mmbase.util.LocalServletResponse
 
setCharAt(int, char) - Method in class org.mmbase.util.StringObject
Changes the character at the specified index to be ch.
setCheckedDirectionality(boolean) - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
Sets checkedDirectionality property.
setCheckService(String) - Method in class org.mmbase.module.builders.MMServers
 
setChoice(int) - Method in class org.mmbase.applications.xmlimporter.Consultant
Sets the index of the mergeresult the user has chosen.
setCite(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
Test whether or not the 'cite' parameter is set
setClass(Class<? extends T>) - Method in class org.mmbase.applications.vprowizards.spring.util.ClassInstanceFactory
 
setClassical(boolean) - Method in class org.mmbase.datatypes.processors.FormatFileSize.Parser
 
setClassical(boolean) - Method in class org.mmbase.datatypes.processors.FormatFileSize
It was commonplace to mix SI prefixes with 'binary' factors.
setClassName(String) - Method in class org.mmbase.applications.vprowizards.spring.util.ClassInstanceFactory
 
setClassname(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setCleanHtml(boolean) - Method in class org.mmbase.module.lucene.analysis.en.StandardCleaningAnalyzer
 
setClone(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setCloud(Cloud) - Method in class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
setCloud(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
If there are more clouds to choose from, you can have a 'cloud' attribute in your tag, in wich you can indicate the id of the cloud you mean.
setCloud(Cloud) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
return false if the cloud was set already (nothing happened);
setCloud(Cloud) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
 
setCloud(Cloud) - Method in class org.mmbase.util.functions.ExampleBean
Makes the functions useable in bridge (so with security).
setCloudContext(CloudContext) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
This context can also serve as a 'cloudcontext'.
setCloudFactory(CloudFactory) - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
setCloudVar(Cloud) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setCodec(String) - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
setCodec(String) - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
setCollapseMultiple(boolean) - Method in class org.mmbase.util.transformers.Asciifier
 
setCollator(Collator) - Method in class org.mmbase.datatypes.StringDataType
 
setCollectComments(boolean) - Method in class org.mmbase.util.images.ImageInfo
Specify whether textual comments are supposed to be extracted from input.
setCollector(DataTypeCollector) - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
setCols(int) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
setCommand(String) - Method in class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
setCommand(String) - Method in class org.mmbase.util.transformers.Graphviz
 
setCommandFactory(CommandFactory) - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
setComment(String) - Method in class org.mmbase.util.Mail
Adds a comment to the mail.
setCommitonclose(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
setCommitonclose(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
setCommitonclose(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
setCommitonclose(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setCommitonclose(String) - Method in interface org.mmbase.bridge.jsp.taglib.NodeProvider
Whether the node must be commited after the body of the tag if any changes occured
setCommitonclose(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
setCommitProcessor(CommitProcessor) - Method in class org.mmbase.datatypes.BasicDataType
 
setCommitProcessor(CommitProcessor) - Method in interface org.mmbase.datatypes.DataType
Set the Commit processor of this datatype
setComparator(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
setComparator(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setComparator(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
setComparator(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setComparator(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setComparator(String) - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setComparator(char) - Method in class org.mmbase.util.magicfile.BasicDetector
 
setCompare(String, CompareInterface) - Method in class org.mmbase.module.core.MMContainerCompare
 
setCompare(CompareInterface) - Method in class org.mmbase.util.SortedVector
Deprecated.
Change the compare function the SortedVector should use.
setComponent(String) - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
setComponent(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
setComponent(String) - Method in class org.mmbase.bridge.jsp.taglib.SettingTag
 
setComponentProperty(String, String, String) - Static method in class org.mmbase.core.util.SystemProperties
Set the value of the property
setConfigFile(String) - Method in class org.mmbase.streams.createcaches.Processor
 
setConfiguration(String) - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
setConfiguration(String) - Method in class org.mmbase.applications.crontab.CronEntry
 
setConstraint(Constraint) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setConstraint(Constraint) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag
 
setConstraint(Constraint) - Method in interface org.mmbase.bridge.Query
The (composite) constraint can actually be set into the query with this method.
setConstraint(Constraint) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setConstraint(Constraint) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setConstraint(RemoteConstraint) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setConstraint(RemoteConstraint) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setConstraint(RemoteConstraint) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setConstraint(RemoteConstraint) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setConstraint(Constraint) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setConstraint(String) - Method in class org.mmbase.storage.search.implementation.BasicLegacyConstraint
Sets the constraint.
setConstraint(Constraint) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Sets constraint.
setConstraint(Constraint) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the constraint property.
setConstraint(BasicSearchQuery, String) - Static method in class org.mmbase.storage.search.legacy.QueryConvertor
Sets constraint for a BasicSearchQuery object.
setConstraints(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Sets the selection query
setContactInfoEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setContactInfoEnabled(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setContactInfoEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setContainer(String) - Method in interface org.mmbase.bridge.jsp.taglib.containers.ContainerReferrer
If it should not use parent container
setContainer(String) - Method in interface org.mmbase.bridge.jsp.taglib.containers.FunctionContainerReferrer
If it should not use parent container
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryDistinctTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryMaxNumberTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryOffsetTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.IndexTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.ListTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.SizeTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.BranchTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setContainer(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setContent(BridgeServlet.QueryParts, Node, String) - Method in class org.mmbase.servlet.HandleServlet
Sets the content disposition header.
setContent(BridgeServlet.QueryParts, Node, String) - Method in class org.mmbase.servlet.ImageServlet
Content-Disposition header Sets the content disposition header.
setContentDescriptor(Processor, MediaLocator) - Method in class Transcode
Set the content descriptor based on the given output MediaLocator.
setContentLength(int) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setContentLength(int) - Method in class org.mmbase.util.LocalServletResponse
 
setContentType(String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setContentType(String) - Method in class org.mmbase.util.GenericResponseWrapper
Sets the content type of the response being sent to the client.
setContentType(String) - Method in class org.mmbase.util.LocalServletResponse
 
setContentType(MimeType) - Method in class org.mmbase.util.SerializableInputStream
 
setContenttypeField(String) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
setContenttypeField(String) - Method in class org.mmbase.datatypes.processors.BinaryFile.Setter
 
setContext(String) - Method in class org.mmbase.bridge.implementation.BasicNode
 
setContext(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Refer to a specific context.
setContext(String) - Method in class org.mmbase.bridge.mock.MockNode
 
setContext(String) - Method in class org.mmbase.bridge.mock.MockNodeManager
 
setContext(String) - Method in interface org.mmbase.bridge.Node
Sets the security context of this Node (AKA the 'owner' field)
setContext(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setContext(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setContext(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setContext(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setContext(String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setContext(String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setContext(String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setContext(String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setContext(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setContext(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setContext(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setContext(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setContext(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
setContext(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setContext(UserContext, String, boolean) - Method in class org.mmbase.module.core.MMObjectNode
Sets the security context for this node
setContext(UserContext, int, String) - Method in class org.mmbase.security.Authorization
This method could be overrided by an extending class.
setContext(UserContext, int, String) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
This method does nothing, except from checking if the setContext was valid..
setContext(UserContext, int, String) - Method in class org.mmbase.security.implementation.cloud.Verify
 
setContext(User, MMObjectNode, String) - Method in class org.mmbase.security.implementation.cloudcontext.BasicContextProvider
 
setContext(User, MMObjectNode, String) - Method in interface org.mmbase.security.implementation.cloudcontext.ContextProvider
Sets the context of the given ode.
setContext(UserContext, int, String) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
setContext(UserContext, int, String) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
setContext(UserContext, int, String) - Method in class org.mmbase.security.NoAuthorization
Since this is not authorization, we simply allow every change of context.
SetContextTag - Class in org.mmbase.bridge.jsp.taglib.security
A very simple tag to change the context of the node
SetContextTag() - Constructor for class org.mmbase.bridge.jsp.taglib.security.SetContextTag
 
setCookie(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setCookie(String) - Method in class org.mmbase.datatypes.processors.Cookies.CookieBase
 
setCookiedomain(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setCookiepath(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setCopy(boolean) - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
setCountry(String) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
setCreateType(String) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setCreateTypeProperty(String) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setCronTime(String) - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
setCronTime(String) - Method in class org.mmbase.applications.crontab.CronEntry
 
setCrop(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setCSSValue(String, String) - Method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
setCurrentlyOpen(SpaceReducer.Tag) - Method in class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
 
setCursorName(String) - Method in class org.mmbase.module.database.MultiStatement
 
setDataSource(DataSource) - Method in class org.mmbase.util.SqlExecutor
 
setDatatype(Object) - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
setDataType(DataType<D>) - Method in class org.mmbase.core.AbstractField
Sets the datatype of a field.
setDataType(DataType) - Method in class org.mmbase.core.CoreField
 
setDataTypes(Map<String, BasicDataType<?>>) - Method in class org.mmbase.datatypes.DataTypeCollector
Set local datatypes of the collector
setDate(String) - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
setDate(Date) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a java.util.Date object.
setDate(Date) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setDate(Date) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setDate(Date) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setDate(Date) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setDate(Date) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setDate(int) - Method in class org.mmbase.util.DynamicDate
Deprecated.
setDate() - Method in class org.mmbase.util.Mail
Sets the time of the mail
setDate(String) - Method in class org.mmbase.util.Mail
Sets given time to the mail
setDateDepth(int) - Method in class org.mmbase.mynews.MyNewsUrlConverter
 
setDateFields(Map<String, DateTime>) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
setDateFields(Map<String, DateTime>) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
setDateFormat(String) - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
override the date format string.
setDateHeader(String, long) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setDateHeader(String, long) - Method in class org.mmbase.util.GenericResponseWrapper
 
setDateHeader(String, long) - Method in class org.mmbase.util.LocalHttpServletResponse
 
setDateTimeValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store a Date value of a field in a prepared statement.
setDateValue(String, Date) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a Date.
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setDateValue(String, Date) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setDateValue(String, Date) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setDateValue(String, Date) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setDateValue(String, Date) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.util.AbstractNode
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.util.NodeChanger
 
setDateValue(String, Date) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setDBKey(boolean) - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
use CoreField.setUnique(boolean) to make a field unique.
setDBNotNull(boolean) - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
to access type constraints, use AbstractField.getDataType()
setDBPos(int) - Method in class org.mmbase.module.corebuilders.FieldDefs
setDBSize(int) - Method in class org.mmbase.module.corebuilders.FieldDefs
setDBState(String) - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
setDBState(int) - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
setDebug(String) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
setDebug(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
With debug attribute you can write the urls in comments to the page, just before and after the included page.
setDebugChars(boolean) - Method in class org.mmbase.util.transformers.LoggerCharTransformer
 
setDebugStream(PrintStream) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.mmbase.util.transformers.ListParserTokenManager
Set debug output.
setDecimalValue(String, BigDecimal) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a BigDecimal.
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setDecimalValue(String, BigDecimal) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setDecimalValue(String, BigDecimal) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setDecimalValue(String, BigDecimal) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setDecimalValue(String, BigDecimal) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.util.AbstractNode
 
setDecimalValue(String, BigDecimal) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setDecimalValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
setDecomposition(int) - Method in class org.mmbase.util.LocaleCollator
 
setDecorate(boolean) - Method in class org.mmbase.framework.ConnectionRenderer
 
setDecorate(boolean) - Method in class org.mmbase.framework.ResourceRenderer
 
setDefault(TimeZone) - Static method in class org.mmbase.util.dateparser.DateParser
 
setDefault(Locale) - Static method in class org.mmbase.util.LocalizedString
Sets a default locale for this JVM or web-app.
setDefaultProcessor(Processor) - Method in class org.mmbase.datatypes.BasicDataType
 
setDefaults(MMObjectNode) - Method in class org.mmbase.module.builders.AnnotRel
Sets defaults for a node.
setDefaults(MMObjectNode) - Method in class org.mmbase.module.builders.AuthRel
setDefaults for a node
setDefaults(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets defaults for a node.
setDefaults(MMObjectNode) - Method in class org.mmbase.module.corebuilders.InsRel
Set defaults for a node.
setDefaults(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Sets defaults for a new relation definition.
setDefaults(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
Makes sure unique values and not-null's are filed
setDefaults(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
unused, ie untested public void addGroup(User user, MMObjectNode group, Verify verify) { for (Enumeration enumeration = user.getNode().getRelations(); enumeration.hasMoreElements();) { MMObjectNode relation = getNode(((MMObjectNode)enumeration.nextElement()).getNumber()); if (relation.parent instanceof ContainsRel) { MMObjectNode source = relation.getNodeValue("snumber"); MMObjectNode destination = relation.getNodeValue("dnumber"); if (destination.getNumber() == user.getNode().getNumber() && source.getBuilder() == this) { MMObjectNode newRelation = ContainsRel.getBuilder().grantRightsTo(group, source); verify.create(user, newRelation.getNumber()); } } } }
setDefaults(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
 
setDefaults(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
Operation defaults to 'read'.
setDefaults(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
Makes sure unique values and not-null's are filed
setDefaultsWithCloud(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
Sometimes default values can only be filled if a cloud is present, hence only in the bridge.
setDefaultsWithCloud(Node) - Method in class org.mmbase.bridge.mock.MockNodeManager
 
setDefaultValue(Object) - Method in class org.mmbase.datatypes.BasicDataType
Set the default value for this DataType
setDefaultValue(Object) - Method in interface org.mmbase.datatypes.DataType
Set the default value for this DataType
setDefaultValue(Object) - Method in class org.mmbase.datatypes.DateTimeDataType
 
setDefaultValue(C) - Method in class org.mmbase.util.functions.Parameter
Sets the default value of this parameter.
setDelay(long) - Method in class org.mmbase.datatypes.processors.DelayedSetter
 
setDelay(int) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
setDelay(long) - Method in class org.mmbase.util.FileWatcher
Set the delay to observe between each check of the file changes.
setDelay(long) - Method in class org.mmbase.util.ResourceWatcher
Set the delay to observe between each check of the file changes.
setDeleted(int) - Method in class org.incava.util.diff.Difference
Sets the point as deleted.
setDeleteProcessor(CommitProcessor) - Method in class org.mmbase.datatypes.BasicDataType
 
setDeleterelations(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.DeleteNodeTag
 
setDescendants(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
setDescendants(String) - Method in class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
setDescription(String) - Method in class org.mmbase.applications.mmbob.Forum
Set the description of the forum
setDescription(String) - Method in class org.mmbase.applications.mmbob.PostArea
set a description for the postarea
setDescription(String, Locale) - Method in interface org.mmbase.bridge.Descriptor
Sets the description of this object.
setDescription(String) - Method in interface org.mmbase.bridge.Descriptor
Sets the description of this object for the default locale.
setDescription(String, Locale) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
setDescription(String) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
setDescription(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
setDescription(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
setDescription(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
setDescription(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
setDescription(String, Locale) - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
setDescription(String) - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
setDescription(String, Locale) - Method in interface org.mmbase.bridge.remote.RemoteField
 
setDescription(String) - Method in interface org.mmbase.bridge.remote.RemoteField
 
setDescription(String) - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
setDescription(String, Locale) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
setDescription(String) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
setDescription(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
setDescription(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
setDescription(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
setDescription(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
setDescription(String, Locale) - Method in class org.mmbase.bridge.util.FieldWrapper
 
setDescription(String) - Method in class org.mmbase.bridge.util.FieldWrapper
 
setDescription(String, Locale) - Method in class org.mmbase.core.AbstractDescriptor
 
setDescription(String) - Method in class org.mmbase.core.AbstractDescriptor
 
setDescription(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Set description of the builder
setDescription(String, String) - Method in class org.mmbase.module.corebuilders.FieldDefs
setDescription(String) - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
setDescription(String) - Method in class org.mmbase.util.functions.AbstractFunction
For documentational purposes a function object needs a description too.
setDescription(String) - Method in class org.mmbase.util.functions.CombinedFunction
 
setDescription(String, Locale) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
setDescription(String) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
setDescription(String) - Method in interface org.mmbase.util.functions.Function
For documentational purposes a function object needs a description too.
setDescription(String) - Method in class org.mmbase.util.functions.FunctionSet
 
setDescription(String) - Method in class org.mmbase.util.functions.WrappedFunction
 
setDescriptions(Map<String, String>) - Method in class org.mmbase.module.core.MMObjectBuilder
Set descriptions of the builder
setDesignation(String) - Method in class org.mmbase.util.magicfile.AbstractDetector
 
setDestination(TmpObject) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Sets destination for relation in temporary cloud.
setDestination(Node) - Method in class org.mmbase.bridge.implementation.BasicRelation
 
setDestination(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateRelationTag
 
setDestination(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateRelationTag
 
setDestination(Node) - Method in interface org.mmbase.bridge.Relation
set the destination of the relation
setDestination(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setDestination(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setDestination(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setDestinationmanager(String) - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
setDestinationNodeNumber(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
setDestinationNodeNumber(int) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
setDestinationNodeRef(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
setDetermineImageNumber(boolean) - Method in class org.mmbase.util.images.ImageInfo
Specify whether the number of images in a file is to be determined - default is false.
setDimension(Dimension) - Method in class org.mmbase.util.images.FileReceiver
 
setDimension(Dimension) - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
setDimension(Dimension) - Method in class org.mmbase.util.images.MemoryReceiver
 
setDimension(Dimension) - Method in class org.mmbase.util.images.NodeReceiver
 
setDimension(Dimension) - Method in class org.mmbase.util.images.OutputStreamReceiver
 
setDirection(String) - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
setDirection(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
setDirection(int) - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
Sets direction.
setDirectionality(int) - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
Sets directionality property.
setDirections(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Sets the direction to sort on
setDirections(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setDirectory(String) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
setDirectory(String) - Method in class org.mmbase.framework.CachedRenderer
 
setDirectory(File) - Method in class org.mmbase.streams.createcaches.Processor
 
setDirectory(File) - Method in class org.mmbase.streams.download.Downloader
 
setDisableOptimizations(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
 
setDisallowedFields(Map) - Method in class org.mmbase.storage.StorageManagerFactory
Sets the map of disallowed Fields.
setDisposition(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setDisposition(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setDistinct(boolean) - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
setDistinct(boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setDistinct(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setDistinct(String) - Method in class org.mmbase.bridge.jsp.taglib.ListTag
 
setDistinct(boolean) - Method in interface org.mmbase.bridge.Query
Specifies wether the query result must contain only 'distinct' results.
setDistinct(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setDistinct(boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setDistinct(boolean) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setDistinct(boolean) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setDistinct(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setDistinct(boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setDistinct(boolean) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setDistinct(boolean) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Sets distinct.
setDistinct(Boolean) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the distinct property.
setDocbook(String) - Method in class org.mmbase.framework.DocumentationRenderer
 
setDomain(String) - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
setDouble(double) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a double value.
setDouble(double) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setDouble(double) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setDouble(double) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setDouble(double) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setDouble(double) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setDoubleValue(String, double) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a double.
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setDoubleValue(String, double) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setDoubleValue(String, double) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setDoubleValue(String, double) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setDoubleValue(String, double) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.util.AbstractNode
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.util.NodeChanger
 
setDoubleValue(String, double) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setDownloadStatus(Node, String) - Method in class org.mmbase.streams.download.DownloadFunction
 
setDownloadUrl(Node, String) - Method in class org.mmbase.streams.download.DownloadFunction
 
setDuplicatesFound(boolean) - Method in class org.mmbase.applications.xmlimporter.Consultant
sets the user chosen import mode true if interactive false otherwise
setDuration(int) - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
setEachTrackFormat(Processor, TrackControl[], Format) - Method in class Transcode
We'll loop through the tracks and try to find a track that can be converted to the given format.
setEdit(boolean) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setEditDateField(EditState, String, Hashtable) - Method in class org.mmbase.module.gui.html.FieldEditor
 
setEditDISKField(EditState, String, Hashtable, PageInfo) - Method in class org.mmbase.module.gui.html.FieldEditor
 
setEditField(EditState, String, Hashtable) - Method in class org.mmbase.module.gui.html.FieldEditor
 
setEditField(EditState, String, String) - Method in class org.mmbase.module.gui.html.FieldEditor
 
setEditIMGField(EditState, String, Hashtable, scanpage) - Method in class org.mmbase.module.gui.html.FieldEditor
 
setEditNode(String, String) - Method in class org.mmbase.module.gui.html.EditState
 
setEditNode(String, String) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setEditPosition(int) - Method in class org.mmbase.core.CoreField
Set the position of the field when editing.
setEditTime(int) - Method in class org.mmbase.applications.mmbob.Posting
set the date/time of the last time this posting was editted
setElapsedTime(long) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
The element attribute is used to access elements of clusternodes.
setElement(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
Override the 'element' attribute of NodeReferrer.
setEmail(String) - Method in class org.mmbase.applications.mmbob.Poster
set the email-address for this poster
setEmailField(String) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
setEmailOnChange(int, Poster, boolean) - Method in class org.mmbase.applications.mmbob.Forum
 
setEmailOnChange(String, String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
setEmailOnChange(Poster, boolean) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
setEmpty(boolean) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
setEmptynumberiscurrentnode(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
 
setEnabled(String) - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
setEnabled(boolean) - Method in class org.mmbase.cache.ChainedReleaseStrategy
This method provides a way of globally switching off all strategies this one wraps.
setEnabled(boolean) - Method in class org.mmbase.cache.ReleaseStrategy
 
setEncode(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setEncodeurls(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setEncoding(String) - Method in class org.mmbase.applications.mmbob.Signature
 
setEncoding(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setEncoding(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
setEnforceStrength(int) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
setEnforceStrength(int) - Method in interface org.mmbase.datatypes.DataType.Restriction
Set enforce strength
setEnumHandlerLimit(int) - Method in class org.mmbase.searchrelate.handlers.SRNodeHandler
 
setErrorDescription(LocalizedString) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
setErrorDescription(LocalizedString) - Method in interface org.mmbase.datatypes.DataType.Restriction
Set error description for this restriction
setErrorPage(String) - Method in class org.mmbase.applications.vprowizards.spring.ReferrerResolver
 
setEscape(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setEscape(String) - Method in interface org.mmbase.bridge.jsp.taglib.Writer
(Override) escape behaviour
setEscape(Attribute) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
For implementation of the escape attribute.
setEscapeamps(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setEscapeLow(boolean) - Method in class org.mmbase.util.transformers.UnicodeEscaper
 
setEscapeProcessing(boolean) - Method in class org.mmbase.module.database.MultiStatement
 
setEscaper(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setExcludeself(String) - Method in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
setExpandBuilder(boolean) - Method in class org.mmbase.util.xml.BuilderWriter
Sets whether the builder will expand when writing.
setExpires(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setExpires(int) - Method in class org.mmbase.framework.CachedRenderer
 
setExpires(HttpServletResponse, Node) - Method in class org.mmbase.servlet.HandleServlet
Sets the exires header.
setExtends(String) - Method in class org.mmbase.bridge.jsp.taglib.XsltTag
If you use the extends attribute in stead of inline xsl:import then the caches can be invalidated (without parsing of xslt beforehand)
setExtension(String) - Method in class org.mmbase.util.magicfile.AbstractDetector
Adds a possible extension.
setExtension(String) - Method in interface org.mmbase.util.magicfile.Detector
 
setExtern(String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
setExternal(String) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setExternalName(String) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setExternField(String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
setExternid(String) - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
The extern id it the identifier in some external source.
setExternKey(String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
setFetchDirection(int) - Method in class org.mmbase.module.database.MultiStatement
 
setFetchSize(int) - Method in class org.mmbase.module.database.MultiStatement
 
setField(String) - Method in class org.mmbase.applications.media.filters.FieldValueFilter
 
setField(String) - Method in class org.mmbase.applications.media.filters.FieldValueLabeler
 
setField(String) - Method in class org.mmbase.applications.media.filters.FieldValueSorter
 
setField(String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
setField(String, Object) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Sets field of the temporary node represented by this TmpObject instance.
setField(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
setField(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setField(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
setField(String) - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
setField(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldReferrerTag
 
setField(String) - Method in class org.mmbase.datatypes.CheckEqualityDataType
The field property is the name of the other field that this fields 'confirms'.
setField(String) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor
Sets the 'field' on which this keywords processor is working.
setField(String) - Method in class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
 
setField(String) - Method in class org.mmbase.datatypes.processors.RelatedField.AbstractProcessor
 
setField(String, boolean) - Method in class org.mmbase.module.core.MMContainerCompare
 
setField2(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setFieldescape(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
setFieldName(String) - Method in class org.mmbase.datatypes.processors.FunctionValueIfEmptyCommitProcessor
 
setFields(Map<String, String>) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
setFields(Map<String, String>) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
setFields(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
setFields(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
setFields(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setFields(String) - Method in class org.mmbase.bridge.jsp.taglib.ListTag
 
setFields(List<CoreField>) - Method in class org.mmbase.module.core.MMObjectBuilder
Stores fields information of this table.
setFields(List<StepField>) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the fields property.
setFields(String) - Method in class org.mmbase.versioning.IdRelVersioningCommitProcessor
 
SetFieldTag - Class in org.mmbase.bridge.jsp.taglib.edit
The SetFieldTag can be used as a child of a 'NodeProvider' tag or inside a FieldProvider.
SetFieldTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.SetFieldTag
 
setFieldVar(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
setFieldVar() - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
setFile(MultipartFile) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
setFile(MultipartFile) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
setFileIndex(int) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
setFileName(String) - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
setFilenameField(String) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
setFileNameTransformer(String) - Method in class org.mmbase.datatypes.processors.BinaryFile.Setter
 
setFilesizeField(String) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
setFilterConfig(FilterConfig) - Method in class org.mmbase.servlet.JumpersFilter
Deprecated.
will be dropped in future versions
setFirstName(String) - Method in class org.mmbase.applications.mmbob.Poster
set the firstname for this poster
setFixed(boolean) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
setFixed(boolean) - Method in interface org.mmbase.datatypes.DataType.Restriction
If a restriction is 'fixed', the value and error-description cannot be changed any more.
setFixedSize(long) - Method in class org.mmbase.storage.util.TypeMapping
Sets a fixed size for this TypeMapping.
setFLoat(float) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a float value.
setFLoat(float) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setFLoat(float) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setFLoat(float) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setFLoat(float) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setFLoat(float) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setFloatValue(String, float) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a float.
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setFloatValue(String, float) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setFloatValue(String, float) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setFloatValue(String, float) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setFloatValue(String, float) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.util.AbstractNode
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.util.NodeChanger
 
setFloatValue(String, float) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setFont(String) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setForceFormat(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setForm(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
setFormat(String) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
Predefined formattings.
setFormat(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setFormat(String) - Method in class org.mmbase.datatypes.processors.FormatQuantity
MessageFormat to format the number.
setFormat(String) - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
setFormat(String) - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
setFramesPerSecond(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setFrom(String) - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
From which external source
setFrom(String) - Method in class org.mmbase.bridge.jsp.taglib.RemoveTag
 
setFrom(String) - Method in class org.mmbase.util.Mail
Tells the mail from who the mail is coming.
SetFunction - Class in org.mmbase.util.functions
A SetFunction is a Function which wraps precisely one method of a class.
SetFunction(String, Parameter[], ReturnType<Object>, Class, String, SetFunction.Type) - Constructor for class org.mmbase.util.functions.SetFunction
 
SetFunction(String, Parameter[], Class) - Constructor for class org.mmbase.util.functions.SetFunction
 
SetFunction.Type - Enum in org.mmbase.util.functions
 
setFunctionName(String) - Method in class org.mmbase.datatypes.processors.FunctionValueIfEmptyCommitProcessor
 
setFunctionName(String) - Method in class org.mmbase.datatypes.processors.FunctionValueIfEmptyGetter
 
setGender(String) - Method in class org.mmbase.applications.mmbob.Poster
set the gender for this poster
setGenerateFile(String, String, String) - Static method in class org.mmbase.applications.mmbob.generate.Handler
 
setGeneratingQuery(Query) - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
setGuestReadModeType(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setGuestReadModeType(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setGuestReadModeType(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setGuestReadModeType(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setGuestReadModeType(String) - Method in class org.mmbase.applications.mmbob.PostArea
 
setGuestReadModeType(String) - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
setGuestWriteModeType(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setGuestWriteModeType(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setGuestWriteModeType(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setGuestWriteModeType(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setGuestWriteModeType(String) - Method in class org.mmbase.applications.mmbob.PostArea
 
setGuestWriteModeType(String) - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
setGuiHeight(String) - Method in class org.mmbase.functions.FlashGuiFunction
 
setGUIList(int) - Method in class org.mmbase.module.corebuilders.FieldDefs
setGuiName(String) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setGUIName(String, Locale) - Method in interface org.mmbase.bridge.Descriptor
Sets the GUI name of this object.
setGUIName(String) - Method in interface org.mmbase.bridge.Descriptor
Sets the GUI name of this object for the default locale.
setGUIName(String, Locale) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
setGUIName(String) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
setGUIName(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteDescriptor_Proxy
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
setGUIName(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
setGUIName(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteModule_Proxy
 
setGUIName(String, Locale) - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
setGUIName(String) - Method in interface org.mmbase.bridge.remote.RemoteDescriptor
 
setGUIName(String, Locale) - Method in interface org.mmbase.bridge.remote.RemoteField
 
setGUIName(String) - Method in interface org.mmbase.bridge.remote.RemoteField
 
setGUIName(String, Locale) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
setGUIName(String) - Method in interface org.mmbase.bridge.remote.RemoteModule
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
setGUIName(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteDescriptor_Rmi
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
setGUIName(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
setGUIName(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
 
setGUIName(String, Locale) - Method in class org.mmbase.bridge.util.FieldWrapper
 
setGUIName(String) - Method in class org.mmbase.bridge.util.FieldWrapper
 
setGUIName(String, Locale) - Method in class org.mmbase.core.AbstractDescriptor
 
setGUIName(String) - Method in class org.mmbase.core.AbstractDescriptor
 
setGUIName(String, String) - Method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
to access type constraints, use AbstractField.getDataType()
setGUIName(String, Locale) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
setGUIName(String) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
setGuiPos(int) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setGUIPos(int) - Method in class org.mmbase.module.corebuilders.FieldDefs
setGUISearch(int) - Method in class org.mmbase.module.corebuilders.FieldDefs
setGuiWidth(String) - Method in class org.mmbase.functions.FlashGuiFunction
 
setHandleField(String) - Method in class org.mmbase.functions.FlashGuiFunction
 
setHeader(String, String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setHeader(String, String) - Method in class org.mmbase.util.GenericResponseWrapper
 
setHeader(String, String) - Method in class org.mmbase.util.LocalHttpServletResponse
 
setHeader(String, String) - Method in class org.mmbase.util.Mail
Sets a mail header to a fixed value
setHeaders(HttpServletRequest, HttpServletResponse, File) - Method in class org.mmbase.servlet.FileServlet
 
setHeight(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setHeight(int) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
setHeight(int) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setHeight(int) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
setHighFormat(String) - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
setHoldability(int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setHoldability(int) - Method in interface org.mmbase.module.database.MultiConnection
 
setHost(String) - Method in class org.mmbase.applications.mmbob.RemoteHost
 
setHost(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Set name of the destination host
setHost(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
setHours(int) - Method in class org.mmbase.util.DynamicDate
Deprecated.
setHspace(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setHtmlField(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
setHtmlValue(String, Object) - Method in class org.mmbase.module.gui.html.EditState
 
setHtmlValue(String, Object) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setHttpPrefix(String) - Method in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
setHttpPrefix(String) - Method in class org.mmbase.streams.transcoders.SegmenterTranscoder
 
setId(int) - Method in class org.mmbase.applications.mmbob.Forum
Set the MMBase objectnumber of the forum
setId(int) - Method in class org.mmbase.applications.mmbob.PostArea
set the MMBase objectnumber for the postarea
setId(int) - Method in class org.mmbase.applications.mmbob.Poster
set the id (MMBase object number) for this poster
setId(int) - Method in class org.mmbase.applications.mmbob.Posting
Set the id of this postingnode
setId(int) - Method in class org.mmbase.applications.mmbob.PostThread
 
setId(int) - Method in class org.mmbase.applications.mmbob.RemoteHost
 
setId(int) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
setId(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
setId(String) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
setId(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setId(String) - Method in interface org.mmbase.module.lucene.IndexDefinition
 
setId(String) - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
setId(String) - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
setIdentifier(String) - Method in class org.mmbase.security.implementation.basic.NameContext
 
setIfDefined(Parameter<F>, F) - Method in class org.mmbase.util.functions.Parameters
Sets the value of an argument, if the argument is defined, otherwise do nothing.
setIfDefined(String, Object) - Method in class org.mmbase.util.functions.Parameters
Sets the value of an argument, if the argument is defined, otherwise do nothing.
setIfNotChanged(boolean) - Method in class org.mmbase.datatypes.processors.LastModified
On default the field is not changed if no other fields were changed.
setIfNotChanged(boolean) - Method in class org.mmbase.datatypes.processors.LastModifier
On default the field is not changed if no other fields were changed.
setIgnoreException(String) - Method in class org.mmbase.util.SqlExecutor
 
setIgnoreVersions(boolean) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
 
setImage(String, String) - Method in class org.mmbase.applications.thememanager.ImageSet
 
setImplementation(String, Map<String, String>) - Method in class org.mmbase.cache.Cache
 
setImportStatus(int) - Method in class org.mmbase.applications.xmlimporter.Consultant
Sets the import status.
setIncludeComments(boolean) - Method in class org.mmbase.util.xml.DocumentWriter
Sets whether the document will include comments
setIncludeRenderTime(String) - Method in class org.mmbase.framework.CachedRenderer
 
setIncludeUrl(String) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
setIndexoffset(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
setIndexoffset(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
setInId(String) - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
setInitException(ServletException) - Method in class org.mmbase.framework.FrameworkFilter
 
setInitException(ServletException) - Method in class org.mmbase.servlet.JumpersFilter
 
setInitException(ServletException) - Method in class org.mmbase.servlet.MMBaseServlet
Called by MMBaseStartThread, if something went wrong during initialization of MMBase.
setInitException(ServletException) - Method in interface org.mmbase.servlet.MMBaseStarter
If something went wrong (an exception occured), the caller may is informed by a call to this method.
setInitialNewline(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
 
setInitParameter(String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Set a single builder property The propertie will not be saved.
setInitParameter(String, String) - Method in class org.mmbase.module.Module
Sets an init-parameter key-value pair
setInitParameters(Map<String, String>) - Method in class org.mmbase.module.core.MMObjectBuilder
Set all builder properties Changed properties will not be saved.
setInput(String) - Method in interface org.mmbase.applications.vprowizards.spring.cache.CacheNameResolver
set the input string to be tokenized, using the registered tokens.
setInput(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.TokenizerCacheNameResolver
 
setInput(DataInput) - Method in class org.mmbase.util.images.ImageInfo
Set the input stream to the argument stream (or file).
setInput(InputStream) - Method in class org.mmbase.util.images.ImageInfo
Set the input stream to the argument stream (or file).
setInputformat(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setInputStreamValue(String, InputStream, long) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a java.io.InputStream.
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setInputStreamValue(String, InputStream, long) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setInputStreamValue(String, InputStream, long) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setInputStreamValue(String, InputStream, long) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setInputStreamValue(String, InputStream, long) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.util.AbstractNode
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.util.NodeChanger
 
setInputStreamValue(String, InputStream, long) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setInSelf(boolean) - Method in class org.mmbase.datatypes.LanguageDataType
If you set this to true, then the names of the languages are not presented in the current locale, but in the language itself (if that is known by the JVM).
setInsSave(boolean) - Method in class org.mmbase.module.gui.html.EditState
 
setInsSave(boolean) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setInsSaveNode(MMObjectNode) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setInstalledVersion(String, String, String, int) - Method in class org.mmbase.module.builders.Versions
 
setInt(int) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a int value.
setInt(int) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setInt(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setInt(int) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setInt(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setInt(int) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setInteger(boolean) - Method in class org.mmbase.datatypes.processors.FormatQuantity
If a quantity is 'integer' then it can not have fractional values.
setInteractive(boolean) - Method in class org.mmbase.applications.xmlimporter.Consultant
Sets the user chosen import mode.
setInternal(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setIntHeader(String, int) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setIntHeader(String, int) - Method in class org.mmbase.util.GenericResponseWrapper
 
setIntHeader(String, int) - Method in class org.mmbase.util.LocalHttpServletResponse
 
setIntValue(String, int) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using an int.
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setIntValue(String, int) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setIntValue(String, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setIntValue(String, int) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setIntValue(String, int) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setIntValue(String, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setIntValue(String, int) - Method in class org.mmbase.bridge.util.AbstractNode
 
setIntValue(String, int) - Method in class org.mmbase.bridge.util.NodeChanger
 
setIntValue(String, int) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setInUse(boolean) - Method in class org.mmbase.util.externalprocess.CommandExecutor.Method
 
setInverse(boolean) - Method in class org.mmbase.applications.media.filters.FieldValueFilter
If inverse, than only filters out those sources that do not match the regular expression.
setInverse(boolean) - Method in class org.mmbase.applications.media.filters.FieldValueSorter
If inverse, than only filters out those sources that do not match the regular expression.
setInverse(Constraint, boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setInverse(String) - Method in interface org.mmbase.bridge.jsp.taglib.Condition
This attribute inverses the sense of the condition.
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.HasFunctionTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasRelationsTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.PresentTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
setInverse(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
setInverse(Constraint, boolean) - Method in interface org.mmbase.bridge.Query
Changes the given constraint's 'inverse' (if applicable).
setInverse(Constraint, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setInverse(Constraint, boolean) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setInverse(RemoteConstraint, boolean) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setInverse(RemoteConstraint, boolean) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setInverse(RemoteConstraint, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setInverse(RemoteConstraint, boolean) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setInverse(Constraint, boolean) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setInverse(boolean) - Method in class org.mmbase.storage.search.implementation.BasicConstraint
Sets inverse.
setItemDataType(DataType) - Method in class org.mmbase.datatypes.ListDataType
Sets the datatype of items in this list.
setItype(boolean) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
setJarfile(JarFile) - Method in class org.mmbase.mojo.ArchiveScanner
 
setJPEGQuality(Player, float) - Method in class Transcode
Setting the encoding quality to the specified value on the JPEG encoder.
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setJspvar(String) - Method in interface org.mmbase.bridge.jsp.taglib.containers.QueryContainer
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.debug.LogTag
JspVar to Create, and write to
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
setJspvar(String) - Method in interface org.mmbase.bridge.jsp.taglib.NodeProvider
NodeProviders support the jspvar attribute (giving a Node jsp var object).
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
setJspVar(PageContext, String, int, Object) - Method in interface org.mmbase.bridge.jsp.taglib.util.Backing
 
setJspVar(PageContext, String, int, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
setJspVar(PageContext, String, int, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.CollectorBacking
 
setJspVar(PageContext, String, int, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
setJspVar(PageContext, String, int, Object) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
setJspvar(String) - Method in interface org.mmbase.bridge.jsp.taglib.Writer
JspVar to Create, and write to
setJspvar(String) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
setJspvar(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Deprecated.
jspvar will be set by setValue then
setKey(String) - Method in class org.mmbase.applications.media.filters.BitrateLabeler
 
setKey(String) - Method in class org.mmbase.applications.media.filters.FieldValueLabeler
 
setKey(String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
setKey(String) - Method in class org.mmbase.util.LocalizedString
Sets the key to use as a default and/or for obtaining a value from the bundle
setKey(String) - Method in class org.mmbase.util.ReadonlyLocalizedString
 
setKey(String) - Method in class org.mmbase.util.WrappedLocalizedString
 
setKeyInt(int) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
setKeys(String) - Method in class org.mmbase.applications.media.filters.ClientLabelFilter
 
setKeys(String) - Method in class org.mmbase.applications.media.filters.ClientLabelSorter
 
setLabel(String) - Method in class org.mmbase.applications.media.filters.FieldValueLabeler
 
setLabel(String) - Method in class org.mmbase.applications.vprowizards.spring.util.Option
 
setLabel(String) - Method in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
setLanguage(String) - Method in class org.mmbase.applications.mmbob.Forum
Set the language of the forum
setLanguage(String) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
setLastBody(String) - Method in class org.mmbase.applications.mmbob.Poster
 
setLastCost(int) - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
setLastCost(int) - Method in class org.mmbase.applications.crontab.CronEntry
 
setLastFullIndex(long) - Method in class org.mmbase.module.lucene.Indexer
 
setLastName(String) - Method in class org.mmbase.applications.mmbob.Poster
set the lastname for this poster
setLastPostTime(int) - Method in class org.mmbase.applications.mmbob.Poster
 
setLastRun(Date) - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
setLastRun(Date) - Method in class org.mmbase.applications.crontab.CronEntry
 
setLastSQL(String) - Method in class org.mmbase.module.database.ConnectionWrapper
Called just before every prepare statement.
setLastSQL(String) - Method in interface org.mmbase.module.database.MultiConnection
 
setLastSQL(String) - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
setLastSubject(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setLastSubject(String) - Method in class org.mmbase.applications.mmbob.PostArea
 
setLastSubject(String) - Method in class org.mmbase.applications.mmbob.Poster
 
setLastSubject(String) - Method in class org.mmbase.applications.mmbob.PostThread
 
setLastUpdateTime(int) - Method in class org.mmbase.applications.mmbob.RemoteHost
 
setLeafConstraint(Constraint) - Method in class org.mmbase.bridge.util.TreeList
Sets a 'leaf constraint' on the last 'growed' step.
setLegacy() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
setLength(int) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setLength(int) - Method in class org.mmbase.util.StringObject
Sets the length of the String.
setLevel(String) - Method in class org.mmbase.bridge.jsp.taglib.debug.LogTag
 
setLevel(Level) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
setLevel(Level) - Method in class org.mmbase.util.logging.ChainedLogger
 
setLevel(Level) - Method in class org.mmbase.util.logging.java.Impl
 
setLevel(Level) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
 
setLevel(Level) - Method in interface org.mmbase.util.logging.Logger
If you want to override the level in the configuration file fixed for this category, you can do it with this method.
setLevel(Level) - Method in class org.mmbase.util.logging.LoggerWrapper
 
setLimit(int) - Method in class org.mmbase.datatypes.processors.FormatQuantity
How big size / prefix must be to enter realm of next bigger prefix.
setLine(String) - Method in class org.mmbase.util.transformers.SpaceReducer.Tag
 
setLineBreakPosition(int) - Method in class org.mmbase.util.transformers.YUICSSCompressor
 
setLineBreakPosition(int) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
 
setList(String) - Method in class org.mmbase.applications.media.filters.NodeTypeSorter
 
setList(String) - Method in class org.mmbase.bridge.jsp.taglib.ListReferrerTag
 
setList(String) - Method in class org.mmbase.framework.EditwizardRenderer
 
setListdelimiter(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Set list delimiter
setListdelimiter(Attribute) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
setListItemType(int) - Method in class org.mmbase.core.CoreField
 
setListItemType(int) - Method in class org.mmbase.core.util.DataTypeSetter
 
setListPosition(int) - Method in class org.mmbase.core.CoreField
Set the position of the field when listing.
setListrelations(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodeTag
 
setListValue(String, List<?>) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a List.
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setListValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setListValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setListValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setListValue(String, List<?>) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setListValue(String, List) - Method in class org.mmbase.bridge.util.AbstractNode
 
setListValue(String, List) - Method in class org.mmbase.bridge.util.NodeChanger
 
setListValue(String, List<?>) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setListValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store a List value of a field in a prepared statement.
setLoadBinaries(boolean) - Method in class org.mmbase.util.xml.applicationdata.NodeReader
 
setLoaded(boolean) - Method in class org.mmbase.applications.mmbob.PostThread
 
setLoader(ResourceLoader) - Method in class org.mmbase.module.core.SmartPathFunction
 
setLocal(boolean) - Method in class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
setLocal(String) - Method in class org.mmbase.datatypes.InternetAddressDataType
 
setLocalCheckUrl(String) - Static method in class org.mmbase.util.HttpAuth
Deprecated.
Sets the url on which an authentication has to be checked.
setLocale(Locale) - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
setLocale(Locale) - Method in interface org.mmbase.bridge.Cloud
Sets a locale for this Cloud instance.
setLocale(Locale) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
setLocale(Locale) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setLocale(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
setLocale(Locale) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
setLocale(Locale) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
setLocale(Locale) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
setLocale(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
setLocale(Locale) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
setLocale(Locale) - Method in class org.mmbase.bridge.util.AbstractCloud
 
setLocale(Locale) - Method in class org.mmbase.util.GenericResponseWrapper
 
setLocale(Locale) - Method in class org.mmbase.util.LocaleLocalizedString
 
setLocale(Locale) - Method in class org.mmbase.util.LocalServletResponse
 
setLocalizedDescription(LocalizedString) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
setLocalizedDescription(LocalizedString) - Method in class org.mmbase.core.AbstractDescriptor
 
setLocalizedDescription(LocalizedString) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
setLocalizedGUIName(LocalizedString) - Method in class org.mmbase.bridge.implementation.ModuleHandler
 
setLocalizedGUIName(LocalizedString) - Method in class org.mmbase.core.AbstractDescriptor
 
setLocalizedGUIName(LocalizedString) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
 
setLocation(String) - Method in class org.mmbase.applications.mmbob.Poster
set the location for this poster
setLockMode(Connection, int) - Method in class org.mmbase.module.database.DatabaseSupportInformix
Deprecated.
 
setLogger(Logger) - Method in class org.mmbase.streams.download.Downloader
 
setLogger(Logger) - Method in class org.mmbase.util.logging.LoggerWrapper
 
setLoginModeType(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setLoginModeType(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setLoginModeType(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setLoginModeType(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setLoginPage(String) - Method in class org.mmbase.applications.vprowizards.spring.AuthenticationInterceptor
 
setLoginpage(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setLoginSystemType(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setLoginSystemType(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setLoginSystemType(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setLoginSystemType(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setLoginTimeout(int) - Method in class org.mmbase.storage.implementation.database.GenericDataSource
Note: currently this code does not actually change the timeout.
setLogon(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setLogoutModeType(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setLogoutModeType(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setLogoutModeType(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setLogoutModeType(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setLogWriter(PrintWriter) - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
setLong(long) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a long value.
setLong(long) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setLong(long) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setLong(long) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setLong(long) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setLong(long) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setLongValue(String, long) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a long.
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setLongValue(String, long) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setLongValue(String, long) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setLongValue(String, long) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setLongValue(String, long) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setLongValue(String, long) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setLongValue(String, long) - Method in class org.mmbase.bridge.util.AbstractNode
 
setLongValue(String, long) - Method in class org.mmbase.bridge.util.NodeChanger
 
setLongValue(String, long) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setLowerLimit(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
Sets the lower limit property.
setLowFormat(String) - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
setLowLimit(int) - Method in class org.mmbase.datatypes.processors.FormatQuantity
For low numbers, sometimes a bit different pattern is desired.
setMachineName(String) - Static method in class org.mmbase.util.logging.Logging
 
setMaintainer(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets the maintainer of this builder
setMaintainer(String) - Method in class org.mmbase.module.Module
 
setMarkused(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setMatchType(int) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Sets the match type.
setMax(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Set the list maximum
setMax(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
setMax(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setMax(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
Set the list maximum
setMax(String) - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setMax(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setMax(int) - Method in class org.mmbase.bridge.util.TreeList
 
setMax(E, boolean) - Method in class org.mmbase.datatypes.ComparableDataType
Sets the maximum Date value for this data type.
setMaxAddress(String) - Method in class org.mmbase.datatypes.InternetAddressDataType
 
setMaxage(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
setMaxAge(long) - Method in class org.mmbase.util.logging.BufferedLogger
 
setMaxConnections(int) - Method in class org.mmbase.module.database.MultiPoolHandler
 
setMaxdepth(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
setMaxdepth(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setMaxDepth(int) - Method in class org.mmbase.bridge.util.GrowingTreeList
As long as the tree is not 'started' yet, max depth can still be changed.
setMaxDuration(int, Future<CommandServer.Command>) - Method in class org.mmbase.util.CommandServer.Command
 
setMaxEntrySize(int) - Method in class org.mmbase.cache.Cache
 
setMaxEntrySize(int) - Method in interface org.mmbase.cache.CacheMBean
 
setMaxFieldSize(int) - Method in class org.mmbase.module.database.MultiStatement
 
setMaxInactiveInterval(int) - Method in class org.mmbase.bridge.mock.jsp.MockSession
 
setMaxLength(int) - Method in class org.mmbase.core.CoreField
 
setMaxLength(long) - Method in class org.mmbase.datatypes.AbstractLengthDataType
Sets the maximum length of binary values for this datatype.
setMaxLength(long) - Method in class org.mmbase.datatypes.DecimalDataType
 
setMaxLength(long) - Method in interface org.mmbase.datatypes.LengthDataType
Sets the maximum length of values for this datatype.
setMaxLength(long) - Method in class org.mmbase.datatypes.StringDataType
Sets the maximum length of values for this datatype.
setMaxLifeTime(long) - Method in class org.mmbase.module.database.MultiPool
Set the time in ms how long a query may live before it is killed.
setMaxLifeTime(long) - Method in class org.mmbase.module.database.MultiPoolHandler
 
setMaxNumber(int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setMaxNumber(int) - Method in interface org.mmbase.bridge.Query
Limits the query-result to maxNumber records.
setMaxNumber(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setMaxNumber(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setMaxNumber(int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setMaxNumber(int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setMaxNumber(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setMaxNumber(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setMaxNumber(int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setMaxNumber(int) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Sets maxNumber.
setMaxNumber(int) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the maxNumber property.
setMaxQuerys(int) - Method in class org.mmbase.module.database.MultiPoolHandler
 
setMaxRows(int) - Method in class org.mmbase.module.database.MultiStatement
 
setMaxSize(int) - Method in class org.mmbase.cache.Cache
 
setMaxSize(int) - Method in interface org.mmbase.cache.CacheImplementationInterface
Sets the (maximal) size of the cache (if implementable).
setMaxSize(int) - Method in interface org.mmbase.cache.CacheMBean
 
setMaxSize(int) - Method in class org.mmbase.cache.implementation.LRUCache
Change the maximum size of the table.
setMaxSize(int) - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the setMaxEntries() method of the cache implementation.
setMaxSize(int) - Method in class org.mmbase.util.logging.BufferedLogger
 
setMaxSize(int) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Change the maximum size of the table.
setMaxtotal(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryNextBatchesTag
 
setMaxtotal(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
setMaxvalue(String) - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
setMetaHeaders(File, Map<String, String>) - Method in class org.mmbase.servlet.FileServlet
Sets contents of FileServlet.getMetaFile(java.io.File) as a Map.
setMethod(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setMethod(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
setMethod(CommandExecutor.Method) - Method in class org.mmbase.streams.transcoders.CommandTranscoder
Indicates how and 'where' the command must run.
setMimeType(String) - Method in interface org.mmbase.module.lucene.extraction.Extractor
Mimetype this Extractor handles
setMimeType(String) - Method in class org.mmbase.module.lucene.extraction.impl.PDFBoxExtractor
 
setMimeType(String) - Method in class org.mmbase.module.lucene.extraction.impl.POIExcelExtractor
 
setMimeType(String) - Method in class org.mmbase.module.lucene.extraction.impl.POIWordExtractor
 
setMimeType(String) - Method in class org.mmbase.module.lucene.extraction.impl.StringsExtractor
 
setMimeType(String) - Method in class org.mmbase.module.lucene.extraction.impl.SwingRTFExtractor
 
setMimeType(String) - Method in class org.mmbase.module.lucene.extraction.impl.TextMiningExtractor
 
setMimeType(String) - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
setMimeType(String) - Method in class org.mmbase.streams.transcoders.FFMpegRecognizer
 
setMimeType(String) - Method in class org.mmbase.streams.transcoders.MockRecognizer
 
setMimeType(String) - Method in interface org.mmbase.streams.transcoders.Recognizer
 
setMimeType(String) - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
setMimeType(String) - Method in class org.mmbase.util.magicfile.AbstractDetector
 
setMimeType(String) - Method in interface org.mmbase.util.magicfile.Detector
 
setMin(E, boolean) - Method in class org.mmbase.datatypes.ComparableDataType
Sets the minimum Date value for this data type.
setMinage(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAgeConstraintTag
 
setMinLength(long) - Method in class org.mmbase.datatypes.AbstractLengthDataType
Sets the minimum length of binary values for this datatype.
setMinLength(long) - Method in class org.mmbase.datatypes.DecimalDataType
 
setMinLength(long) - Method in interface org.mmbase.datatypes.LengthDataType
Sets the minimum length of binary values for this datatype.
setMinLength(long) - Method in class org.mmbase.datatypes.StringDataType
Sets the minimum length of binary values for this datatype.
setMinutes(int) - Method in class org.mmbase.util.DynamicDate
Deprecated.
setMinvalue(String) - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
setMMBase(MMBase) - Method in class org.mmbase.framework.FrameworkFilter
 
setMMBase(MMBase) - Method in class org.mmbase.module.core.MMTable
Set the MMBase object, and retrieve the storage layer.
setMMBase(MMBase) - Method in class org.mmbase.servlet.FileServlet
 
setMMBase(MMBase) - Method in class org.mmbase.servlet.JumpersFilter
 
setMMBase(MMBase) - Method in class org.mmbase.servlet.MMBaseServlet
Sets the mmbase member.
setMMBase(MMBase) - Method in interface org.mmbase.servlet.MMBaseStarter
Set MMBase object after initializion, in the caller.
setMMBase(MMBase) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
setMMBase(MMBase) - Method in class org.mmbase.servlet.servflash
 
setMMBase(MMBase) - Method in class org.mmbase.servlet.servscan
 
setMmweb(boolean) - Method in class org.mmbase.mynews.MyNewsUrlConverter
 
setMode(String) - Method in class org.mmbase.applications.mmbob.Signature
 
setMode(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
setMode(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setModifiable(boolean) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
setModifiers(List<Modifier>) - Method in class org.mmbase.applications.vprowizards.spring.cache.BasicCacheHandlerInterceptor
 
setModule(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setModule(String) - Method in class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
setModule(String) - Method in class org.mmbase.bridge.jsp.taglib.PropertyTag
 
setModule(String) - Method in class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
setModule(String) - Method in class org.mmbase.framework.DocumentationRenderer
 
setModuleProperty(Hashtable<String, Object>) - Method in class org.mmbase.module.tools.MMAdmin
 
setMonth(int) - Method in class org.mmbase.util.DynamicDate
Deprecated.
setMood(String) - Method in class org.mmbase.applications.mmbob.PostThread
 
setMoreDisallowed(String) - Method in class org.mmbase.util.transformers.Asciifier
 
setMultiple(boolean) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
setMunge(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
 
setName(String) - Method in class org.mmbase.applications.mmbob.Forum
Set name of the forum
setName(String) - Method in class org.mmbase.applications.mmbob.PostArea
set the name for the postarea
setName(String) - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
setName(String) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAliasConstraintTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryTypeConstraintTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateAliasTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.HasAliasTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.HasNodeManagerTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.HasSettingTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.IsNullTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeManagerTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.PropertyTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.security.SetContextTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
setName(String) - Method in class org.mmbase.bridge.jsp.taglib.SettingTag
 
setName(String) - Method in class org.mmbase.util.functions.DescribedFunctionProvider
Deprecated. 
setNamespace(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayTag
 
setNamespaceaware(String) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
setNamespaceAware(boolean) - Method in class org.mmbase.bridge.util.xml.Generator
If namespace aware, element are created with the namespace http://www.mmbase.org/objects, otherwise, without namespace.
setNavigationMethod(String) - Method in class org.mmbase.applications.mmbob.Forum
 
setNavigationMethod(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setNewOption(Option) - Method in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
setNext() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setNext() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setNode(Node) - Method in class org.mmbase.applications.mmbob.Forum
Set forum to node
setNode(Node) - Method in class org.mmbase.applications.mmbob.Posting
set the node of this posting
setNode(Node) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a Node.
setNode(Node) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setNode(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicNode
Sets the reference to the underlying MMObjectNode.
setNode(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
A NodeReferrer probably wants to supply the attribute 'node', to make it possible to refer to another node than the direct ancestor.
setNode(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setNode(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setNode(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setNode(Node) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setNode(Node) - Method in class org.mmbase.module.core.SmartPathFunction
 
setNode(MMObjectNode) - Method in class org.mmbase.module.sessionInfo
 
setNode(Node) - Method in class org.mmbase.poll.Total
Makes this bean useable as a Node function.
setNode(Node) - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
setNode(Node) - Method in class org.mmbase.streams.createcaches.Job
Source Node on which this Job will run.
setNode(Node) - Method in class org.mmbase.streams.download.Downloader
 
setNode(Node) - Method in class org.mmbase.util.functions.ExampleBean
Makes this bean useable as a Node function.
setNodeAsParam(String) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
setNodeManager(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicNode
Set nodemanager for node
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.implementation.BasicNode
 
setNodeManager(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
setNodeManager(MMObjectNode) - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
setNodemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.DataTypeTag
 
setNodemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setNodemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.InfoTag
Deprecated.
 
setNodemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.InstanceOfTag
 
setNodemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.PropertyTag
 
setNodemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
setNodeManager(NodeManager) - Method in interface org.mmbase.bridge.Node
Sets the node manager of this node.
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setNodeManager(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setNodeManager(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setNodeManager(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setNodeManager(RemoteNodeManager) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setNodeManager(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setNodeManager(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setNodeManager(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setNodeManager(RemoteNodeManager) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.util.AbstractNode
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.util.MapNode
 
setNodeManager(NodeManager) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setNodenr(String) - Method in class org.mmbase.applications.vprowizards.spring.action.DeleteNodeAction
 
setNodenr(String) - Method in class org.mmbase.applications.vprowizards.spring.action.UpdateNodeAction
 
setNodeNumber(int) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
setNodeNumber(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
setNodeNumber(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
setNodeNumber(String) - Method in class org.mmbase.module.core.SmartPathFunction
The number or alias of the node to filter on
setNodes(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
setNodes(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setNodes(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setNodes(String) - Method in class org.mmbase.bridge.jsp.taglib.ListTag
Sets the nodes to start the search with.
setNodeStep(Step) - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
setNodeStep(Step) - Method in interface org.mmbase.bridge.NodeQuery
Removes all fields and add all fields of the given step.
setNodeStep(Step) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setNodeStep(RemoteStep) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setNodeStep(RemoteStep) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setNodeStep(Step) - Method in class org.mmbase.bridge.util.NodeQueryWrapper
 
setNodeTextValue(Node, String) - Static method in class org.mmbase.util.xml.DocumentReader
 
setNodeType(String) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateNodeAction
 
setNodeType(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
setNodeType(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
setNodetype(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setNodetype(String) - Method in class org.mmbase.bridge.jsp.taglib.HasFieldTag
 
setNodetype(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeInfoTag
 
setNodeType(int, String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
setNodeType(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
setNodeType(MMObjectNode, MMObjectBuilder) - Method in interface org.mmbase.storage.StorageManager
 
setNodeTypeLeaveRelations(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Deletes the node, and recreates it in a different table.
setNodeTypeRememberRelations(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Deletes the node, and recreates it in a different table.
setNodeValue(String, Node) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using an Node.
setNodeValue(String, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setNodeValue(String, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setNodeValue(String, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setNodeValue(String, Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setNodeValue(String, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setNodeValue(String, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setNodeValue(String, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setNodeValue(String, RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setNodeValue(String, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setNodeValue(String, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setNodeValue(String, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setNodeValue(String, RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setNodeValue(String, Node) - Method in class org.mmbase.bridge.util.AbstractNode
 
setNodeValue(String, Node) - Method in class org.mmbase.bridge.util.NodeChanger
 
setNodeValue(String, Node) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setNodeValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store a node value of a field in a prepared statement Nodes are stored in the database as numeric values.
setNodeVar(Node) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
 
setNodeVar(Node) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
setNodeVar(Node) - Method in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
Children can also directly access the node member, but the prefered method is to treat this variable as much as possible as private, and use this.
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldTag
 
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeFunctionTag
 
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeManagerTag
 
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
 
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
setNotfound(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
setNotNull(boolean) - Method in class org.mmbase.core.CoreField
 
setNullValue(PreparedStatement, int, Object, CoreField, int) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Stores the 'null' value in the statement if appopriate (the value is null or unset, and the value may indeed be NULL, according to the configuration).
setNumber(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag
 
setNumber(String) - Method in class org.mmbase.bridge.jsp.taglib.HasNodeTag
 
setNumber(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeTag
 
setNumber(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
setNumber(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayWriteTag
 
setNumericValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store a numeric value of a field in a prepared statement The method uses the Casting class to convert to the appropriate value.
setObject(String) - Method in class org.mmbase.applications.mmbob.FieldAlias
 
setObject(Object) - Method in interface org.mmbase.bridge.FieldValue
 
setObject(Object) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setObject(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setObject(Object) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setObject(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setObject(Object) - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
setObjectField(String, String, String, Object) - Method in class org.mmbase.module.core.TemporaryNodeManager
 
setObjectField(String, String, String, Object) - Method in interface org.mmbase.module.core.TemporaryNodeManagerInterface
 
setObjectlist(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
setObjectlist(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.LeafIncludeTag
 
setObjectlist(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
setObjectlist(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
setObjectlist(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
setObjectSelectionConditions(String, Hashtable) - Method in class org.mmbase.module.gui.html.ObjectSelector
Sets the selection query for this user in this editor.
setObjectValue(String, Object) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using an object, but without dispatching to the right type first.
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setObjectValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setObjectValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setObjectValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setObjectValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.util.AbstractNode
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.util.NodeChanger
 
setObjectValue(String, Object) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setOffset(int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
setOffset(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Set the list offset
setOffset(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
setOffset(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setOffset(String) - Method in class org.mmbase.bridge.jsp.taglib.IndexTag
 
setOffset(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
Set the list offset
setOffset(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setOffset(int) - Method in interface org.mmbase.bridge.Query
Offsets the query-result with offset records.
setOffset(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
setOffset(int) - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
setOffset(int) - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
setOffset(int) - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
setOffset(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
setOffset(int) - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
setOffset(int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
setOffset(int) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Sets offset.
setOffset(int) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the offset property.
setOffset(String) - Method in class org.mmbase.util.magicfile.BasicDetector
 
setOn(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
setOnlyForSelf(boolean) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
setOnlyIf(String) - Method in class org.mmbase.util.SqlExecutor
A query returning either true of false.
setOnlyIfEmpty(boolean) - Method in class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
For setters, the other field will only be set if it is currently empty.
setOperator(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryCompositeConstraintTag
 
setOperator(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setOperator(int) - Method in class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
Sets operator.
setOption(String, boolean) - Method in class org.mmbase.storage.StorageManagerFactory
Set an option to true or false.
setOptions(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
setOptions(String) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
The 'options' attribute can be used to provide option to the transformation to be done
setOrder(Vector<String>, Vector<Boolean>) - Method in class org.mmbase.module.core.MMContainerCompare
 
setOrder(NodeQuery, List) - Method in class org.mmbase.searchrelate.Submitter
Sets the new order for a certain nq, which must be committed after the transaction.
setOrderby(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Sets the fields to sort on.
setOrderby(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setOrderDirections(Vector<Boolean>) - Method in class org.mmbase.module.core.MMContainerCompare
 
setOrderFields(Vector<String>) - Method in class org.mmbase.module.core.MMContainerCompare
 
setOsCahCacheNameResolver(OSCacheNameResolver) - Method in class org.mmbase.applications.vprowizards.spring.cache.OSCacheHandlerInterceptor
The default resolver is BasicOSCachNameResolver so you don't have to set one.
setOutput(Writer) - Method in class org.mmbase.util.xml.filter.XmlWriter
Set a new output destination for the document.
setOutputProperties(Properties) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
setOverwrite(boolean) - Method in class org.mmbase.applications.media.filters.BitrateLabeler
 
setPage(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
setPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.HasPageTag
 
setPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
setPage(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
request and response can be determined once a page..
setPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
setPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.debug.LogTag
 
setPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
setPageContext(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setPageContextOnly(PageContext) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setParameter(String, Object) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Sets parameter.
setParameter1(String) - Method in class org.mmbase.util.functions.ExampleBean
 
setParameter2(Integer) - Method in class org.mmbase.util.functions.ExampleBean
 
setParameterDefinition(Parameter<?>[]) - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
setParameterDefinition(Parameter<?>[]) - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
setParameterDefinition(Parameter<?>[]) - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
setParameterDefinition(Parameter<?>[]) - Method in class org.mmbase.util.functions.AbstractFunction
A function object is of no use, as long as it lacks a definition.
setParameterDefinition(Parameter<?>[]) - Method in class org.mmbase.util.functions.CombinedFunction
 
setParameterDefinition(Parameter<?>[]) - Method in interface org.mmbase.util.functions.Function
A function object is of no use, as long as it lacks a definition.
setParameterDefinition(Parameter<?>[]) - Method in class org.mmbase.util.functions.WrappedFunction
 
setParameters(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setParameters(Object, Parameters, List<Method>) - Static method in class org.mmbase.util.functions.BeanFunction
 
setParamsLine(String) - Method in class org.mmbase.util.scanpage
Manually set the parameterline of a page (as if it was a querystring).
setParamsVector(Vector<String>) - Method in class org.mmbase.util.scanpage
Manually set the parameters of a page.
setParent(Tag) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setParent(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
setParent(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextContainer
 
setParent(PageContext, ContextContainer) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
setParent(MMObjectBuilder) - Method in class org.mmbase.core.CoreField
Set the parent builder for this field
setParentBuilder(MMObjectBuilder) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets the builder that this builder extends, and registers it in the storage layer.
setPart(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setPart(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QuerySortOrderTag
 
setPart(int) - Method in class org.mmbase.storage.search.implementation.BasicDateSortOrder
 
setPart(int) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
 
setPassword(String) - Method in class org.mmbase.applications.mmbob.Poster
 
setPassword(String) - Method in class org.mmbase.applications.vprowizards.spring.NamePasswordCloudFactory
 
setPassword(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
Synonym for setPwd.
setPassword(boolean) - Method in class org.mmbase.datatypes.StringDataType
 
setPath(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
setPath(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setPath(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
setPath(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setPath(String) - Method in class org.mmbase.bridge.jsp.taglib.ListTag
 
setPath(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
setPath(String) - Method in class org.mmbase.datatypes.processors.PathRelatedList.AbstractProcessor
 
setPath(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Set root-path of the file at the destination host
setPath(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
setPath(String) - Method in class org.mmbase.module.core.SmartPathFunction
The subpath of the path to search
setPath(String) - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
setPattern(String) - Method in class org.mmbase.applications.media.filters.FieldValueFilter
 
setPattern(String) - Method in class org.mmbase.applications.media.filters.FieldValueLabeler
 
setPattern(String) - Method in class org.mmbase.applications.media.filters.FieldValueSorter
 
setPattern(String, Locale) - Method in class org.mmbase.datatypes.DateTimeDataType
Set the pattern for a certain Locale.
setPattern(Pattern) - Method in class org.mmbase.datatypes.StringDataType
Sets the regular expression pattern used to validate values for this datatype.
setPluralNames(Map<String, String>) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets a list of plural names (language - value pairs)
setPoolable(boolean) - Method in class org.mmbase.module.database.MultiStatement
 
setPos(int) - Method in class org.mmbase.applications.mmbob.PostArea
 
setPos(int) - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
setPostCount(int) - Method in class org.mmbase.applications.mmbob.Poster
set the number of posts for this poster
setPostingsOverflowPostArea(int) - Method in class org.mmbase.applications.mmbob.Forum
 
setPostingsOverflowPostArea(int) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setPostingsOverflowThreadPage(int) - Method in class org.mmbase.applications.mmbob.Forum
 
setPostingsOverflowThreadPage(int) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setPostingsPerPage(int) - Method in class org.mmbase.applications.mmbob.Forum
 
setPostingsPerPage(int) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setPostingsPerPage(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setPostingsPerPage(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setPostprocessor(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setPostTime(int) - Method in class org.mmbase.applications.mmbob.Posting
set the date/time of the last time this posting was posted
setPrecision(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setPrecision(int) - Method in class org.mmbase.datatypes.DecimalDataType
 
setPrefix(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
setPrefix(String) - Method in class org.mmbase.util.SqlExecutor
 
setPrefix(Document, String, String) - Static method in class org.mmbase.util.xml.DocumentReader
 
setPrefix(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Specify a preferred prefix for a Namespace URI.
setPreserveAllSemiColons(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
 
setPriority(int) - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
setPrivateMessagesEnabled(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setPrivateMessagesEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setProcess() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
setProcess(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setProcessor(int, Processor) - Method in class org.mmbase.datatypes.BasicDataType
Sets the processor for this action
setProcessor(int, Processor, int) - Method in class org.mmbase.datatypes.BasicDataType
Sets the processor for this action
setProcessor(int, Processor) - Method in interface org.mmbase.datatypes.DataType
Sets the processor for this action
setProcessor(int, Processor, int) - Method in interface org.mmbase.datatypes.DataType
Sets the processor for this action
setProcessor(Processor) - Method in class org.mmbase.framework.Block
 
setProfileValue(String, int, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
setProfileValue(String, String) - Method in class org.mmbase.applications.mmbob.Poster
 
setProject(String) - Method in class org.mmbase.framework.DocumentationRenderer
 
setProperty(String, String) - Method in class org.mmbase.applications.thememanager.StyleSheetClass
 
setProperty(String, Object) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
setProperty(Object, Object) - Method in interface org.mmbase.bridge.BridgeList
Sets a property for this list.
setProperty(Object, Object) - Method in interface org.mmbase.bridge.Cloud
Sets a property for this cloud object.
setProperty(Object, Object) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.implementation.BasicList
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
setProperty(Object, Object) - Method in interface org.mmbase.bridge.remote.RemoteBridgeList
 
setProperty(Object, Object) - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
setProperty(Object, Object) - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.util.AbstractBridgeList
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.util.AbstractCloud
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
setProperty(Object, Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
setProperty(String, String) - Static method in class org.mmbase.core.util.SystemProperties
Set the value of the property
setProperty(Parameter<C>, C) - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
setProperty(Parameter<C>, C) - Method in interface org.mmbase.datatypes.handlers.Request
Handler implementations can put properties on the request to do some adminstration.
setProperty(Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
setProperty(String, Object) - Method in class org.mmbase.framework.IFrameRenderer
 
setProperty(Node, String, String) - Method in class org.mmbase.streams.download.DownloadFunction
 
setProperty(String, String) - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
setProperty(String, String) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
setProperty(String, String) - Method in class org.mmbase.util.ExtendedProperties
Set the Property.
setProperty(ThreadPoolExecutor, String, String) - Static method in class org.mmbase.util.ThreadPools
 
setProperty(String, Class, Object, String) - Static method in class org.mmbase.util.xml.Instantiator
Given the name of a property, a clazz, an object and a value, set the property on the object.
SetPropertyTag - Class in org.mmbase.bridge.jsp.taglib
A simple tag to provide the properties on cloud, nodemanager, modules.
SetPropertyTag() - Constructor for class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
setPublicId(String) - Method in class org.mmbase.util.magicfile.XmlDetector
 
setPwd(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setQuery(String) - Method in class org.mmbase.storage.util.Sql
 
setQuery(String) - Method in class org.mmbase.util.SqlExecutor
 
setQueryTimeout(int) - Method in class org.mmbase.module.database.MultiStatement
 
setQuotaMax(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setQuotaMax(int) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setQuotaMax(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setQuotaMax(int) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setQuotaMax(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setQuotaMax(int) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setQuotaSoftWarning(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setQuotaSoftWarning(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setQuotaSoftWarning(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setQuotaWarning(String) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setQuotaWarning(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setQuotaWarning(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setR(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setRadix(int) - Method in class org.mmbase.util.transformers.RadixTransformer
 
setRank(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setRank(Rank) - Method in class org.mmbase.security.implementation.basic.NameContext
 
setRank(String) - Method in class org.mmbase.security.RequestActionChecker
 
setReadOnly(boolean) - Method in class org.mmbase.core.CoreField
 
setReadOnly(boolean) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setReadOnly(boolean) - Method in interface org.mmbase.module.database.MultiConnection
 
setReady() - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
setReferid(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setReferid(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
ContextReferrers normally can have the attribute 'referid'.
setReferid(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayReadTag
 
setReferid2(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setReferid2(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
setReferids(String) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
setReferids(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setReferids(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
setReferrer(String) - Method in class org.mmbase.applications.editwizard.Wizard
 
setRefresh(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
setRegexp(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
setRelate(String) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
when this is set to 'true' and the relation does not exist yet, the relation is created.
setRelateDefaultIfNull(boolean) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setRelationConstraints(Map<String, String>) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setRelationNumber(int) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
setRelationValues(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
Sets the values which must be set in the relation.
setRelevance(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setRemoteAddress(String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setRemove(String) - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
setRemove(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setRemoveDiacritis(boolean) - Method in class org.mmbase.util.transformers.Asciifier
 
setRender(String) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
setRenderJsp(String) - Method in class org.mmbase.framework.basic.MMBaseUrlConverter
 
setRenderJsp(String) - Method in class org.mmbase.mynews.MyNewsUrlConverter
 
setReplacer(String) - Method in class org.mmbase.util.transformers.Asciifier
Replacement character in stead of a question mark.
setReplyOnEachPage(boolean) - Method in class org.mmbase.applications.mmbob.Forum
 
setReplyOnEachPage(boolean) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setReplyTo(String) - Method in class org.mmbase.util.Mail
Sets the Reply-to address
setRepository(String) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor
Sets the 'repository' in which this processor will store its keyword counts.
setRepository(String) - Method in class org.mmbase.framework.DocumentationRenderer
 
setReq(HttpServletRequest) - Method in class org.mmbase.util.scanpage
Sets the HttpServletRequest.
setRequest(HttpServletRequest) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
setRequest(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setRequest(HttpServletRequest) - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
setRequest(HttpServletRequest) - Method in class org.mmbase.util.PageInfo
Sets the HttpServletRequest object for this request.
setRequestIgnore(String) - Method in class org.mmbase.framework.ErrorRenderer.Error
 
setRequired(String) - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
If 'required' then the variable must be available in the external source, otherwise exception.
setRequired(boolean) - Method in class org.mmbase.datatypes.BasicDataType
Sets whether the data type requires a value, which means that it may not remain unfilled.
setRequired(boolean) - Method in interface org.mmbase.datatypes.DataType
Sets whether the data type requires a value, which means that it may not remain unfilled.
setRequiredValueTypes(Class[]) - Static method in class org.mmbase.core.event.NodeEvent
 
setRes(HttpServletResponse) - Method in class org.mmbase.util.scanpage
Sets the HttpServletResponse.
setReset(String) - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
If 'required' then the variable must be available in the external source, otherwise exception.
setReset(boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
Like reset of mm:import.
setResource(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
setResource(String) - Method in class org.mmbase.framework.ResourceRenderer
 
setResourceBuilder(String) - Static method in class org.mmbase.util.ResourceLoader
Sets the MMBase builder which must be used for resource.
setResourceBuilder() - Static method in class org.mmbase.util.ResourceWatcher
Considers all resource-watchers.
setResponse(Node) - Method in class org.mmbase.applications.editwizard.ConnectorCommand
 
setResponse(HttpServletResponse) - Method in class org.mmbase.applications.vprowizards.spring.ResultContainer
 
setResponse(HttpServletResponse) - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
setResponse(HttpServletResponse) - Method in class org.mmbase.util.PageInfo
Sets the HttpServletResponse object for this request.
setRestrictionData(DataType.Restriction, Element) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
setRestrictionEnforceStrength(String) - Method in class org.mmbase.datatypes.InternetAddressDataType
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setRetain(String) - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
setRetain(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setReturnType(ReturnType<R>) - Method in class org.mmbase.bridge.remote.proxy.RemoteFunction_Proxy
 
setReturnType(ReturnType<R>) - Method in interface org.mmbase.bridge.remote.RemoteFunction
 
setReturnType(ReturnType<R>) - Method in class org.mmbase.bridge.remote.rmi.RemoteFunction_Rmi
 
setReturnType(ReturnType<R>) - Method in class org.mmbase.util.functions.AbstractFunction
Sets the ReturnType for this function if not set already.
setReturnType(ReturnType<R>) - Method in class org.mmbase.util.functions.CombinedFunction
 
setReturnType(ReturnType<R>) - Method in interface org.mmbase.util.functions.Function
Sets the return type of the function's result value.
setReturnType(ReturnType<R>) - Method in class org.mmbase.util.functions.WrappedFunction
 
setReturnValues(BridgeList<Node>) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Creates the node iterator and sets appropriate variables (such as listsize) from a passed node list.
setReturnValues(BridgeList<Node>, boolean) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
Creates the node iterator and sets appropriate variables (such as listsize).
setReturnValues(BridgeList<Node>, boolean) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setRole(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedNodesContainerTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.CountRelationsTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateRelationTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateRelationTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.BranchTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setRole(String) - Method in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
setRole(String) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setRole(String) - Method in class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
setRole(Integer) - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
Sets role property.
setRoot(String) - Method in class org.mmbase.module.core.SmartPathFunction
setRoundingMode(String) - Method in class org.mmbase.datatypes.DecimalDataType
 
setRows(int) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
setSavepoint() - Method in class org.mmbase.module.database.ConnectionWrapper
 
setSavepoint(String) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setSavepoint() - Method in interface org.mmbase.module.database.MultiConnection
 
setSavepoint(String) - Method in interface org.mmbase.module.database.MultiConnection
 
setScheme(String, String) - Method in class org.mmbase.storage.StorageManagerFactory
Set a scheme of this factory, using a string pattern to base the Scheme on.
setScope(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
setSearchAge(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets search Age.
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.CountRelationsTag
 
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.ListTag
The search parameter, determines how directionality affects the search.
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
The search parameter, determines how directionality affects the search.
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.BranchTag
 
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setSearchdir(String) - Method in class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
setSearchDir(String) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setSearchDir(String) - Method in class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
setSearchdirs(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListContainerTag
 
setSearchdirs(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setSearchdirs(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.RelatedContainerTag
 
setSearchdirs(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setSearchdirs(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
setSearchDirs(String) - Method in class org.mmbase.datatypes.processors.PathRelatedList.AbstractProcessor
 
setSearchPosition(int) - Method in class org.mmbase.core.CoreField
Set the position of the field when searching.
setSearchTerms(List<String>) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Sets searchterms to elements in specified list.
setSearchTerms(String) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Sets searchterms to searchterms in string.
setSearchType(int) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Sets the search type.
setSearchValue(String, Object) - Method in class org.mmbase.module.gui.html.EditState
 
setSearchValue(String, Object) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setSearchValues(EditState, Hashtable) - Method in class org.mmbase.module.gui.html.StateManager
setSearchVals
setSeconds(int) - Method in class org.mmbase.util.DynamicDate
Deprecated.
setSecurityConstraint(Constraint) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
setSecurityConstraint(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
setSecurityConstraint(Authorization.QueryCheck) - Method in class org.mmbase.bridge.implementation.BasicQuery
Applies a security-constraint to this Query.
setSeed(long) - Method in class org.mmbase.util.RandomPlus
 
setSelectionQuery(String) - Method in class org.mmbase.module.gui.html.EditState
 
setSelectionQuery(String) - Method in class org.mmbase.module.gui.html.EditStateNode
 
setServedNode(Node) - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
setSession(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setSessionId(String) - Method in class org.mmbase.applications.editwizard.Wizard
 
setSessionIgnore(String) - Method in class org.mmbase.framework.ErrorRenderer.Error
 
setSessionKey(String) - Method in class org.mmbase.applications.editwizard.Wizard
 
setSessionname(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setSessionName(String) - Method in class org.mmbase.util.scanpage
Set the session name.
setSet(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
setSetContentTypeIfNotRecognized(boolean) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
If this is true (default), then the content type will be set to 'application/octet-stream' if nothing explicit could be found.
setSetFields(String) - Method in class org.mmbase.datatypes.processors.BinaryFile.Delete
 
setSetIfNotChanged(boolean) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
setSetting(String) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
setSettingValue(Setting<C>, Parameters, C) - Method in class org.mmbase.framework.basic.BasicFramework
 
setSettingValue(Setting<C>, Parameters, C) - Method in class org.mmbase.framework.Framework
setShared() - Method in class org.mmbase.util.StringObject
 
setShowSession(Boolean) - Method in class org.mmbase.framework.ErrorRenderer.Error
 
setShowVersion(Boolean) - Method in class org.mmbase.framework.ErrorRenderer.Error
 
setSingleSignature(String, String, String, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
 
setSingularNames(Map<String, String>) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets a list of singular names (language - value pairs)
setSize(int) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setSize(String, long) - Method in class org.mmbase.bridge.implementation.BasicNode
 
setSize(String, long) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
setSize(String, long) - Method in class org.mmbase.bridge.util.AbstractNode
 
setSize(String, long) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
setSize(String, long) - Method in class org.mmbase.bridge.util.MapNode
 
setSize(String, long) - Method in class org.mmbase.module.core.MMObjectNode
Sets the size (in byte) of the given field.
setSize(long) - Method in class org.mmbase.util.images.FileReceiver
 
setSize(long) - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
setSize(long) - Method in class org.mmbase.util.images.MemoryReceiver
 
setSize(long) - Method in class org.mmbase.util.images.NodeReceiver
 
setSize(long) - Method in class org.mmbase.util.images.OutputStreamReceiver
 
setSmileysEnabled(String) - Static method in class org.mmbase.applications.mmbob.ForumManager
 
setSmileysEnabled(String) - Method in class org.mmbase.applications.mmbob.ForumsConfig
 
setSortField(String) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
setSortField(String) - Method in class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
setSortField(String) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
setSortOrders(List<SortOrder>) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the sortOrders property.
setSortPosition(String) - Method in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
setSortPosition(String) - Method in class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
setSource(TmpObject) - Method in class org.mmbase.applications.xmlimporter.TmpObject
Sets source for relation in temporary cloud.
setSource(Node) - Method in class org.mmbase.bridge.implementation.BasicRelation
 
setSource(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateRelationTag
 
setSource(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateRelationTag
 
setSource(Node) - Method in interface org.mmbase.bridge.Relation
set the source of the relation
setSource(Node) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setSource(RemoteNode) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setSource(RemoteNode) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setSourcemanager(String) - Method in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
setSourceNodeNumber(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
setSourceNodeNumber(int) - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
setSourceNodeRef(String) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
setSpeedPostTime(int) - Method in class org.mmbase.applications.mmbob.Forum
 
setSpeedPostTime(int) - Method in class org.mmbase.applications.mmbob.ForumConfig
 
setSSHpath(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Set path to ssh command
setStartNode(NodeQuery, Node) - Static method in class org.mmbase.bridge.util.Queries
This puts the node as 'startnode' in the query (propably a 'related nodes' query.
setState(int) - Static method in class org.mmbase.applications.mmbob.generate.Generate
 
setState(String) - Method in class org.mmbase.applications.mmbob.PostThread
 
setState(int) - Method in class org.mmbase.core.AbstractField
 
setState(int) - Method in class org.mmbase.core.CoreField
 
setState(String, String, String) - Method in interface org.mmbase.module.idInterface
Deprecated.
 
setState(String, String) - Method in class org.mmbase.module.Module
Sets a state value by name.
setStatus(int) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setStatus(int, String) - Method in class org.mmbase.bridge.mock.jsp.MockHttpServletResponse
 
setStatus(UploadInfo.Status) - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
setStatus(int) - Method in class org.mmbase.util.GenericResponseWrapper
 
setStatus(int) - Method in class org.mmbase.util.LocalHttpServletResponse
 
setStatus(int, String) - Method in class org.mmbase.util.LocalHttpServletResponse
Deprecated.
setStatusField(String) - Method in class org.mmbase.versioning.VersioningCommitProcessor
 
setSteps(List<Step>) - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
Sets the steps property.
setStoragePosition(int) - Method in class org.mmbase.core.CoreField
Set the position of the field in the database table.
setStorageType(int) - Method in class org.mmbase.core.CoreField
 
setStorageType(int) - Method in interface org.mmbase.storage.Storable
Sets the storage type.
setStrength(int) - Method in class org.mmbase.util.LocaleCollator
 
setString(String) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a String.
setString(String) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setString(String) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setString(String) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setString(String) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setString(String) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
SetString() - Constructor for class org.mmbase.datatypes.processors.Duration.SetString
 
setString(String) - Method in class org.mmbase.framework.StringRenderer
 
setStringValue(String, String) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using a String.
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setStringValue(String, String) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setStringValue(String, String) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setStringValue(String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setStringValue(String, String) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setStringValue(String, String) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setStringValue(String, String) - Method in class org.mmbase.bridge.util.AbstractNode
 
setStringValue(String, String) - Method in class org.mmbase.bridge.util.NodeChanger
 
setStringValue(String, String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setStringValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store the text value of a field in a prepared statement.
setStyle(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setStyleClass(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
setStyleClass(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setStylesheetParams(Transformer, Map<String, ?>, Cloud) - Static method in class org.mmbase.applications.editwizard.Utils
This method can set the stylesheetparams for a transformer.
setStyleSheetProperty(String, String, String, String, String) - Static method in class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
setSubject(String) - Method in class org.mmbase.applications.mmbob.Posting
set the subject of the posting
setSubject(String) - Method in class org.mmbase.applications.mmbob.PostThread
 
setSubject(String) - Method in class org.mmbase.util.Mail
Sets the subject of the mail
setSuccessProcessor(String) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
setSuffix(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
setSurrogator - Variable in class org.mmbase.storage.StorageManagerFactory
 
setSwirl(int) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setSynced(boolean) - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
setSynced(boolean) - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
setSystemId(String) - Method in class org.mmbase.util.xml.DocumentReader
 
setSystemId(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
 
setTableName(String) - Method in class org.mmbase.module.core.MMTable
Set tablename of the builder.
setTableName(String) - Method in class org.mmbase.module.corebuilders.InsRel
 
setTabSize(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
 
setTabSize(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
 
setTask(DaemonTask) - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
Sets the task this thread should run when started.
setTemplate(String) - Method in class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
setTemplate(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
The transformation template
setTemplate(String) - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
setTemplateQueryRunner(TemplateQueryRunner) - Method in class org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean
 
setTemplateQueryRunner(TemplateQueryRunner) - Method in class org.mmbase.applications.vprowizards.spring.cache.template.QueryTemplateParser
 
setTemplatesDir(String) - Method in class org.mmbase.applications.editwizard.Wizard
 
Setter() - Constructor for class org.mmbase.datatypes.processors.Age.Setter
 
Setter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Setter
 
Setter() - Constructor for class org.mmbase.datatypes.processors.Cookies.Setter
 
Setter(DelayedSetter.NodeField, Object) - Constructor for class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
Setter() - Constructor for class org.mmbase.datatypes.processors.OtherField.Setter
 
Setter() - Constructor for class org.mmbase.datatypes.processors.Related.Setter
 
Setter() - Constructor for class org.mmbase.datatypes.processors.RelatedField.Setter
 
Setter() - Constructor for class org.mmbase.datatypes.processors.RelatedList.Setter
 
setTest(String) - Method in class org.mmbase.util.magicfile.BasicDetector
 
setText(String) - Method in class org.mmbase.util.Mail
Set the mail message text.
setTextBundle(String) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
SetThread() - Constructor for class org.mmbase.datatypes.processors.DelayedSetter.SetThread
 
setThread(Thread) - Method in class org.mmbase.streams.createcaches.Job
 
setThreadId(int) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
setThreadPageContext(PageContext, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.PageContextThreadLocal
 
setThreadPos(int) - Method in class org.mmbase.applications.mmbob.Posting
 
setThreadStartLevel(String) - Method in class org.mmbase.applications.mmbob.PostArea
 
setThreadStartLevel(String) - Method in class org.mmbase.applications.mmbob.PostAreaConfig
 
setThrowErrors(boolean) - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
 
setTime(String) - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
setTime(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setTime(long) - Method in class org.mmbase.util.DynamicDate
Deprecated.
setTimeFormat(String) - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
override the time format string.
setTimeout(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
setTimeout(int) - Method in class org.mmbase.framework.CachedRenderer
If using an HttpURLConnection, then use the given timeout.
setTimeOut(int) - Method in class org.mmbase.framework.ConnectionRenderer
 
setTimeVal(String) - Method in class org.mmbase.applications.crontab.CronEntryField
 
setTimezone(String) - Method in class org.mmbase.applications.editwizard.Wizard
 
setTimezone(String) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
setTimezone(String) - Method in class org.mmbase.bridge.jsp.taglib.TimeTag
 
setTimeZone(TimeZone) - Method in class org.mmbase.datatypes.DateTimeDataType
You can assign a time zone to the datatype.
setTimeZone(TimeZone) - Method in class org.mmbase.util.DateFormats.DayOfWeekDateFormat
 
Setting<C> - Class in org.mmbase.framework
Representation of Component related settings.
Setting(Component, Element) - Constructor for class org.mmbase.framework.Setting
 
setting - Variable in class org.mmbase.streams.transcoders.MockTranscoder
 
Setting.DataType - Class in org.mmbase.framework
 
Settings - Annotation Type in org.mmbase.streams.transcoders
This annotation can be used on a Transcoder class, and provides a list of 'properties' on that class.
SettingTag - Class in org.mmbase.bridge.jsp.taglib
Returns the value of a certain component setting.
SettingTag() - Constructor for class org.mmbase.bridge.jsp.taglib.SettingTag
 
settingValues - Variable in class org.mmbase.framework.basic.BasicFramework
 
setTo(String) - Method in class org.mmbase.util.Mail
Tells the mail for who the mail is.
setTrackFormats(Processor, Format[]) - Method in class Transcode
Set the target transcode format on the processor.
setTransaction(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
setTransactionIsolation(int) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setTransactionIsolation(int) - Method in interface org.mmbase.module.database.MultiConnection
 
setTree(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeReferrerTag
 
setType(String) - Method in class org.mmbase.applications.mmbob.PostThread
 
setType(String) - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
setType(String) - Method in class org.mmbase.applications.mmbob.ProfileEntryDef
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudInfoTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.CountRelationsTag
Set the type of related nodes wich should be counted.
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.CreateNodeTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.editor.EditTag
The type of editor, add your own editor in config/taglib/edittag.xml.
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.ListRelationsTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeInfoTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.BranchTag
 
setType(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setType(int) - Method in class org.mmbase.core.CoreField
 
setType(int) - Method in class org.mmbase.core.util.DataTypeSetter
 
setType(String) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setType(String) - Method in class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
setType(Renderer.Type) - Method in class org.mmbase.framework.basic.State
 
setType(String) - Method in class org.mmbase.framework.ResourceRenderer
 
setType(String) - Method in class org.mmbase.util.magicfile.BasicDetector
 
setType(String) - Method in class org.mmbase.util.transformers.Graphviz
 
SETTYPE_PARAMETERS - Static variable in class org.mmbase.applications.email.EmailBuilder
 
setTypeMap(Map<String, Class<?>>) - Method in class org.mmbase.module.database.ConnectionWrapper
 
setTypeMap(Map<String, Class<?>>) - Method in interface org.mmbase.module.database.MultiConnection
 
setTypeProperty(String) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
setUnacceptable(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setUnacceptableValueTypes(Class[]) - Static method in class org.mmbase.core.event.NodeEvent
 
setUnique(boolean) - Method in class org.mmbase.core.CoreField
 
setUnique(boolean) - Method in class org.mmbase.datatypes.BasicDataType
Sets whether the data type requires a value.
setUnique(boolean) - Method in interface org.mmbase.datatypes.DataType
Sets whether the data type requires a value.
setUnique(boolean) - Method in class org.mmbase.storage.util.Index
 
setUniqueValue(MMObjectNode, String, String) - Method in class org.mmbase.module.core.MMObjectBuilder
In setDefault you could want to generate unique values for fields (if the field is 'unique').
setUniqueValue(MMObjectNode, String, int) - Method in class org.mmbase.module.core.MMObjectBuilder
In setDefault you could want to generate unique values for fields (if the field is 'unique').
setUnit(String) - Method in class org.mmbase.datatypes.processors.FormatQuantity
The unit symbol which is prefixed by the prefixes.
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteAggregatedField_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompareFieldsConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteCompositeConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldCompareConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldNullConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueBetweenConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValueInQueryConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteLegacyConstraint_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationStep_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteSortOrder_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteStep_Proxy
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.proxy.RemoteStepField_Proxy
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteAggregatedField
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteCompareFieldsConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteCompositeConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldCompareConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldNullConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueBetweenConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteFieldValueInQueryConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteLegacyConstraint
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteRelationStep
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteSortOrder
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteStep
 
setUnmodifiable() - Method in interface org.mmbase.bridge.remote.RemoteStepField
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteAggregatedField_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompareFieldsConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteCompositeConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldCompareConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldNullConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueBetweenConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValueInQueryConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteLegacyConstraint_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationStep_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteSortOrder_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteStep_Rmi
 
setUnmodifiable() - Method in class org.mmbase.bridge.remote.rmi.RemoteStepField_Rmi
 
setUnmodifiable() - Method in interface org.mmbase.storage.search.Constraint
 
setUnmodifiable() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
setUnmodifiable() - Method in class org.mmbase.storage.search.implementation.BasicConstraint
 
setUnmodifiable() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
setUnmodifiable() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
setUnmodifiable() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
setUnmodifiable() - Method in interface org.mmbase.storage.search.SortOrder
 
setUnmodifiable() - Method in interface org.mmbase.storage.search.Step
 
setUnmodifiable() - Method in interface org.mmbase.storage.search.StepField
 
setUpdate(String) - Method in class org.mmbase.util.SqlExecutor
 
setUpdateCount(int) - Method in class org.mmbase.applications.mmbob.RemoteHost
 
setUpdateDestination(boolean) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
setUpdateDestination(boolean) - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
setUpdateSource(boolean) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
setUpdateSource(boolean) - Method in class org.mmbase.streams.transcoders.FFMpegAnalyzer
 
setupEncryption() - Static method in class org.mmbase.datatypes.VerifyEmailProcessor
 
setUpperLimit(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
Sets the upper limit property.
setUri(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
 
setUrl(String) - Method in class org.mmbase.datatypes.VerifyEmailProcessor
 
setUrl(String) - Method in class org.mmbase.framework.ConnectionRenderer
 
setUrl(String) - Method in class org.mmbase.framework.IFrameRenderer
 
setUrl(URL) - Method in class org.mmbase.streams.download.Downloader
 
setUse_Stack(boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
setUser(UserContext) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
Sets a user.
setUser(String) - Method in class org.mmbase.module.builders.vwms.SCPcopy
Set name of the destination user.
setUser(String) - Method in class org.mmbase.module.builders.vwms.UnixCopy
 
setUserInfo(Cloud) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
Sets the right cloud for the user info.
setUsername(String) - Method in class org.mmbase.applications.vprowizards.spring.NamePasswordCloudFactory
 
setUsername(String) - Method in class org.mmbase.bridge.jsp.taglib.CloudTag
Synonym for setLogon.
setUsers(String) - Method in class org.mmbase.security.RequestActionChecker
 
setUseSpecificSetter(boolean) - Method in class org.mmbase.datatypes.handlers.html.BinaryHandler
setUseTitle(boolean) - Method in class org.mmbase.mynews.MyNewsUrlConverter
 
setUsetransaction(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
setValid(boolean) - Method in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
setValid(boolean) - Method in class org.mmbase.util.magicfile.AbstractDetector
 
setValid(boolean) - Method in interface org.mmbase.util.magicfile.Detector
 
setValidMimeTypes(Pattern) - Method in class org.mmbase.datatypes.BinaryDataType
 
setValue(MMObjectNode, String) - Method in class org.mmbase.applications.media.builders.MediaFragments
 
setValue(MMObjectNode, String, Object) - Method in class org.mmbase.applications.media.builders.MediaSources
 
setValue(String, String, String) - Method in interface org.mmbase.applications.mmbob.ExternalProfileInterface
 
setValue(String) - Method in class org.mmbase.applications.mmbob.ProfileEntry
 
setValue(String, String) - Method in class org.mmbase.applications.mmbob.ProfileInfo
 
setValue(String) - Method in class org.mmbase.applications.thememanager.StyleSheetProperty
 
setValue(String) - Method in class org.mmbase.applications.vprowizards.spring.util.Option
 
setValue(String) - Method in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
setValue(BasicNode, String, Object) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
setValue(BasicNode, String, Object) - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryDistinctTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryMaxNumberTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryOffsetTag
 
setValue(Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
Retrieves the value from the writer-helper, but escapes if necessary (using 'escape' attribute)
setValue(Object) - Method in class org.mmbase.bridge.jsp.taglib.ImportTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.ListConditionTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.RemoveTag
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
setValue(Node, String, Object) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
setValue(Node, String, Object) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
setValue(Object) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Sets the vartype for this variable (used for jspvar as well as for taglib var).
setValue(Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
setValue(String) - Method in class org.mmbase.bridge.jsp.taglib.WriteTag
 
setValue(String, Object) - Method in interface org.mmbase.bridge.Node
Sets the value of the specified field using an object, but delegated to the right set--Value depending on the type of the field.
setValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setValue(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setValue(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setValue(String, Object) - Method in class org.mmbase.bridge.util.AbstractNode
Setting value with default method (depending on field's type)
setValue(String, Object) - Method in class org.mmbase.bridge.util.NodeChanger
 
setValue(String, Object) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setValue(D) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
setValue(Request, Node, String, Object) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setValue(D) - Method in interface org.mmbase.datatypes.DataType.Restriction
Set the Value describing the restriction
setValue(Request, Node, String, Object) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
setValue(Request, Node, String, Object) - Method in class org.mmbase.datatypes.handlers.html.BinaryHandler
 
setValue(Object) - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
setValue(MMObjectNode, String) - Method in class org.mmbase.module.builders.AnnotRel
Provides additional functionality when setting field values.
setValue(String, Object) - Method in class org.mmbase.module.core.ClusterNode
Sets a key/value pair in the main values of this node.
setValue(MMObjectNode, String, Object) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets a key/value pair in the main values of this node.
setValue(MMObjectNode, String) - Method in class org.mmbase.module.core.MMObjectBuilder
Provides additional functionality when setting field values.
setValue(String, Object) - Method in class org.mmbase.module.core.MMObjectNode
Sets a key/value pair in the main values of this node.
setValue(MMObjectNode, String, Object) - Method in class org.mmbase.module.corebuilders.TypeDef
Sets a key/value pair in the main values of this node.
setValue(String, String, String) - Method in interface org.mmbase.module.idInterface
Deprecated.
 
setValue(String, String) - Method in class org.mmbase.module.sessionInfo
 
setValue(sessionInfo, String, String) - Method in class org.mmbase.module.sessions
Sets or changes a parameter in a sessionInfo.
setValue(sessionInfo, String, String) - Method in interface org.mmbase.module.sessionsInterface
 
setValue(MMObjectNode, String, Object) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Ranks
Only the description of a rarnk may be changed.
setValue(MMObjectNode, String) - Method in class org.mmbase.security.implementation.cloudcontext.builders.RightsRel
Check on possible values for operation.
setValue(MMObjectNode, String, Object) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
setValue(PreparedStatement, int, MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store the value of a field in a prepared statement
setValue(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
Sets value property.
setValue(String) - Method in class org.mmbase.storage.search.legacy.DBValue
Sets value property.
setValue(V) - Method in class org.mmbase.util.Entry
 
setValue(V) - Method in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
setValue(String, String) - Method in class org.mmbase.util.StringTagger
Manually sets a single value.
setValue(MMObjectBuilder, MMObjectNode, Node, String, String) - Method in class org.mmbase.util.xml.applicationdata.NodeReader
 
setValue2(String) - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
setValueForMap(String, Object) - Method in class org.mmbase.bridge.util.NodeMap
setValueForMap(String, Object) - Method in class org.mmbase.bridge.util.NodeMapWithoutProcess
 
setValueFromNode(sessionInfo, MMObjectNode) - Method in class org.mmbase.module.sessions
 
setValueFromNode(sessionInfo, MMObjectNode) - Method in interface org.mmbase.module.sessionsInterface
 
setValueid(String) - Method in class org.mmbase.bridge.jsp.taglib.edit.SetFieldTag
 
setValueid(String) - Method in class org.mmbase.bridge.jsp.taglib.SetPropertyTag
 
setValueOnly(Object, boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Sets only the value in the helper, withouth setting the _Stack
setvalues - Variable in class org.mmbase.module.sessionInfo
 
setValues(String, Vector) - Method in class org.mmbase.util.StringTagger
Manually sets a multi-value value.
setValueset(String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.CompareTag
 
setValueWithoutChecks(String, Object) - Method in class org.mmbase.bridge.implementation.BasicNode
Protected method to be able to set rnumber when creating a relation.
setValueWithoutChecks(String, Object) - Method in class org.mmbase.bridge.implementation.VirtualNode
 
setValueWithoutChecks(String, Object) - Method in class org.mmbase.bridge.util.AbstractNode
 
setValueWithoutChecks(String, Object) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
setValueWithoutChecks(String, Object) - Method in class org.mmbase.bridge.util.MapNode
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.implementation.BasicRelation
 
setValueWithoutProcess(String, Object) - Method in interface org.mmbase.bridge.Node
Like setValue, but skips any processing that MMBase would normally perform on a field.
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setValueWithoutProcess(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setValueWithoutProcess(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setValueWithoutProcess(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setValueWithoutProcess(String, Object) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.util.AbstractNode
Like setObjectValue, but without processing, this is called by the other set-values.
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.util.MapNode
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.util.NodeChanger
 
setValueWithoutProcess(String, Object) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setVarBranchStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setVariables(Map<String, Object>) - Method in class org.mmbase.bridge.util.xml.query.QueryDefinition
 
setVariant(String) - Method in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
setVaries(String) - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
setVarStatus(String) - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
setVartype(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setVartype(String) - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
setVartype(String) - Method in interface org.mmbase.bridge.jsp.taglib.Writer
Type of the jspvar.
setVartype(String) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
setVcodec(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setVersion(String) - Method in class org.mmbase.bridge.jsp.taglib.XsltTag
 
setVersion(int) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets the version of this builder
setVersion(String) - Method in class org.mmbase.module.core.SmartPathFunction
The version number (or null if not applicable) to filter on
setVersion(int) - Method in class org.mmbase.module.Module
 
setVersionNode(MMObjectNode) - Method in class org.mmbase.module.builders.VersionCacheNode
Deprecated.
 
setVideoQuality(int) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
setViewResolver(ModelAndViewResolver) - Method in class org.mmbase.applications.vprowizards.spring.WizardController
 
setVisitInfo(sessionInfo) - Method in class org.mmbase.module.sessions
Stores visiting info (counters) in a session
setVpre(String) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setVspace(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setWait(int) - Method in class org.mmbase.framework.CachedRenderer
If rendering of the cached renderer takes very long, you may choose to not wait for the result.
setWants(String) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
setWeight(int) - Method in class org.mmbase.framework.Block.Type
 
setWhitespaceReplacer(String) - Method in class org.mmbase.mynews.MyNewsUrlConverter
 
setWhitespaceReplacer(String) - Method in class org.mmbase.util.transformers.Identifier
 
setWidth(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setWidth(int) - Method in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
setWidth(int) - Method in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
setWidth(int) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
setWindowstate(String) - Method in class org.mmbase.bridge.jsp.taglib.ComponentTag
 
setWizard(String) - Method in class org.mmbase.framework.EditwizardRenderer
 
setWraps(Renderer) - Method in class org.mmbase.framework.WrappedRenderer
 
setWrapsBlock(String) - Method in class org.mmbase.framework.WrappedRenderer
 
setWrite(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
 
setWrite(String) - Method in interface org.mmbase.bridge.jsp.taglib.Writer
Wether to write to page or not.
setWrite(Attribute) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
For implementation of the write attribute.
setWrite(Boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Deprecated.
Use setWrite(Attribute)
setWriteEscaper() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
setWriter(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Sets the writer attribute.
setWriter(String) - Method in interface org.mmbase.bridge.jsp.taglib.WriterReferrer
A WriterReferrer has a 'writer' attribute.
setX(int) - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
setXML(Document) - Method in interface org.mmbase.bridge.FieldValue
Sets the value, passing a org.w3c.dom.Document object.
setXML(Document) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
setXML(Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
setXML(Document) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
setXML(Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
setXML(Document) - Method in class org.mmbase.bridge.util.AbstractFieldValue
Function values cannot be changed, and all set-functions throw an exception.
setXml(Element) - Method in class org.mmbase.datatypes.BasicDataType
 
setXmlLang(Element, Locale) - Static method in class org.mmbase.util.LocalizedString
This utility takes care of setting the xml:lang attribute on an element.
setXmlnamespace(String) - Method in class org.mmbase.bridge.jsp.taglib.ImageTag
 
setXmlns(String) - Method in class org.mmbase.util.magicfile.XmlDetector
 
setXMLPath(String) - Method in class org.mmbase.module.core.MMObjectBuilder
Sets the subpath of the builder's xml configuration file.
setXMLValue(String, Document) - Method in interface org.mmbase.bridge.Node
Set's the value of the specified field as a dom.Element
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
setXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteNode
 
setXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
setXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
setXMLValue(String, Document) - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.util.AbstractNode
 
setXMLValue(String, Document) - Method in class org.mmbase.bridge.util.NodeWrapper
 
setXMLValue(PreparedStatement, int, Object, CoreField, MMObjectNode) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
setXslt(String) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
You can give the path the the XSLT-file by this attribute.
setXslt(String) - Method in class org.mmbase.framework.ConnectionRenderer
 
setXslt(String) - Method in class org.mmbase.framework.ResourceRenderer
 
setXslt(String) - Method in class org.mmbase.util.transformers.XsltTransformer
Sets the XSLT (as a resource in the mmbase configuration root).
setXsltSource(Source) - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
The Xslt tag will call this, to inform this tag about the XSLT which must be done.
setY(int) - Method in class org.mmbase.streams.transcoders.MockAnalyzer
 
setYear(int) - Method in class org.mmbase.util.DynamicDate
Deprecated.
shadowed(File, String) - Method in class org.mmbase.util.ResourceLoader
Determine wether File f is shadowed.
shorten(CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Determine whether a field (such as a large text or a blob) should be shortened or not.
shouldIndex(IndexFieldDefinition) - Method in class org.mmbase.module.lucene.MMBaseEntry
 
shouldProcess(Node) - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
this template method is called before any changes are made to the node to edit.
shouldRelease() - Method in class org.mmbase.cache.ReleaseStrategy.StrategyResult
Whether, according to this strategy, the query must be flushed.
Show_Directory(String, File, PrintWriter) - Method in class org.mmbase.servlet.servdb
Deprecated.
 
showContents() - Method in class org.mmbase.util.ExtendedProperties
Dump the contents of this Property to your screen (for debugging)
ShrinkTag - Class in org.mmbase.bridge.jsp.taglib.tree
 
ShrinkTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag
 
ShrinkTag.Entry - Class in org.mmbase.bridge.jsp.taglib.tree
 
SHTML_CONTENTTYPE - Static variable in class org.mmbase.servlet.servscan
 
shuffleArray(int[]) - Static method in class org.mmbase.util.RandomThings
Deprecated.
use java.util.
shuffleCloneVector(Vector<Integer>) - Static method in class org.mmbase.util.RandomThings
Deprecated.
java.util.Collections#shuffle and clone
shuffleVector(Vector<Object>) - Static method in class org.mmbase.util.RandomThings
Deprecated.
java.util.Collections#shuffle
shutdown() - Method in class org.mmbase.applications.crontab.modules.CrontabModule
 
shutdown() - Method in class org.mmbase.applications.email.EmailBuilder
 
shutdown() - Method in interface org.mmbase.bridge.Cloud
Shutdown MMBase, if you are allowed to do so.
shutdown() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
shutdown() - Method in class org.mmbase.bridge.remote.proxy.RemoteCloud_Proxy
 
shutdown() - Method in class org.mmbase.bridge.remote.proxy.RemoteTransaction_Proxy
 
shutdown() - Method in interface org.mmbase.bridge.remote.RemoteCloud
 
shutdown() - Method in interface org.mmbase.bridge.remote.RemoteTransaction
 
shutdown() - Method in class org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
 
shutdown() - Method in class org.mmbase.bridge.remote.rmi.RemoteTransaction_Rmi
 
shutdown() - Method in class org.mmbase.bridge.util.AbstractCloud
 
shutdown() - Static method in class org.mmbase.cache.CacheManager
Clears and dereferences all caches.
shutdown() - Method in class org.mmbase.clustering.ClusteringModule
 
shutdown() - Method in class org.mmbase.clustering.ClusterManager
 
shutdown() - Method in class org.mmbase.core.event.EventManager
 
Shutdown() - Constructor for class org.mmbase.core.event.SystemEvent.Shutdown
 
shutdown() - Method in class org.mmbase.framework.ComponentRepository
 
shutdown() - Method in class org.mmbase.module.builders.DayMarkers
 
shutdown() - Method in class org.mmbase.module.builders.Images
 
shutdown() - Method in class org.mmbase.module.builders.MMEvents
 
shutdown() - Method in class org.mmbase.module.builders.MMServers
 
shutdown() - Method in class org.mmbase.module.cache
 
shutdown() - Method in class org.mmbase.module.core.MMBase
 
shutdown() - Method in class org.mmbase.module.core.MMObjectBuilder
clean all acquired resources, because system is shutting down
shutdown() - Method in class org.mmbase.module.database.JDBC
 
shutdown() - Method in class org.mmbase.module.database.MultiPool
'realcloses' all connections.
shutdown() - Method in class org.mmbase.module.database.MultiPoolHandler
Calls shutdown of all registered MultiPools
shutdown() - Method in class org.mmbase.module.gui.html.MMEdit
 
shutdown() - Method in class org.mmbase.module.lucene.Lucene
 
shutdown() - Method in class org.mmbase.module.lucene.Searcher
 
shutdown() - Method in class org.mmbase.module.Module
Shuts down the module.
shutdown() - Method in class org.mmbase.module.RemoteMMCI
unbinds the object bound to the registry in order to try to stop the registry this usualy fails(the registry keeps running and prevents the webapp to shutdown)
shutdown() - Method in class org.mmbase.module.scancache
Event that sh*ould be triggered when the module is shut down.
shutdown() - Method in class org.mmbase.module.smtp.SMTPModule
Shutdown method.
shutdown() - Method in class org.mmbase.notifications.Notifier
 
shutdown() - Static method in class org.mmbase.util.FileWatcher
 
shutdown() - Static method in class org.mmbase.util.images.Factory
 
shutdown() - Method in class org.mmbase.util.images.ImageConversionRequestProcessor
 
shutdown() - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
 
shutdown() - Static method in class org.mmbase.util.logging.Logging
If the configured Logger implements a shutdown static method, it will be called.
shutdown() - Method in class org.mmbase.util.PasswordGeneratorModule
Called when the module is shut down (removed).
shutdown() - Static method in class org.mmbase.util.ThreadPools
 
shutdownModules() - Static method in class org.mmbase.module.Module
Calls shutdown of all registered modules.
shutdownSync() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
 
SI - Static variable in class org.mmbase.datatypes.processors.FormatQuantity
 
SI_NEGATIVE - Static variable in class org.mmbase.datatypes.processors.FormatQuantity
 
signalContentAdded(PostThread) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
signalMailboxChange(String, int, String) - Method in class org.mmbase.applications.mmbob.gui.Controller
signal mailbox change
signalMailboxChange() - Method in class org.mmbase.applications.mmbob.Mailbox
 
signalNetFileSrv(String) - Method in class org.mmbase.module.scancache
Signal the NetFileServ builder that the .asis file for a page has changed.
signalNewPost(PostArea) - Method in class org.mmbase.applications.mmbob.Forum
signal the forum that there is a new postthread updates the postthreadcount , and places it in the syncQueue
signalNewReply(PostArea) - Method in class org.mmbase.applications.mmbob.Forum
signal the forum that there is a new reply updates the postcount, lastposttime, lastposter, lastpostsubject of ths forum, and places it in the syncQueue
signalNewReply(PostThread) - Method in class org.mmbase.applications.mmbob.PostArea
signal the postarea that there is a new reply
signalRemovedPost(PostArea) - Method in class org.mmbase.applications.mmbob.Forum
signal the forum that there was a postthread removed updates the postthreadcount , and places it in the syncQueue
signalRemovedReply(PostArea) - Method in class org.mmbase.applications.mmbob.Forum
signal the forum that a reply was removed updates the postcount, lastposttime, lastposter, lastpostsubject of ths forum, and places it in the syncQueue
signalRemovedReply(PostThread) - Method in class org.mmbase.applications.mmbob.PostArea
signal the postarea that a reply was removed so it cat update the postcount etc ..
signalSeen() - Method in class org.mmbase.applications.mmbob.Poster
update "lastseen" for the poster, and add the posternode to the syncQueue
signalViewsChanged(PostArea) - Method in class org.mmbase.applications.mmbob.Forum
signal the forum that there's a new view
signalViewsChanged(PostThread) - Method in class org.mmbase.applications.mmbob.PostArea
signal the postarea that the number of views has been changed
Signature - Class in org.mmbase.applications.mmbob
 
Signature(Poster, int, String, String, String) - Constructor for class org.mmbase.applications.mmbob.Signature
 
SimilarObjectFinder - Interface in org.mmbase.applications.xmlimporter
This interface provides methods to customize the way similar objects are searched in both the persistent and temporary cloud.
SIMPLE_TEMPLATE_REGEXP - Static variable in class org.mmbase.applications.vprowizards.spring.cache.template.SimpleTemplateParser
 
SimpleAuthenticator - Class in org.mmbase.applications.email
Password authentication for the email
SimpleAuthenticator(String, String) - Constructor for class org.mmbase.applications.email.SimpleAuthenticator
Create a password authenticator
SimpleCharStream - Class in org.mmbase.util.dateparser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
Constructor.
SimpleCharStream - Class in org.mmbase.util.transformers
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
Constructor.
simpleContainsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Like containsKey but doesn't check for dots.
simpleContainsKey(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
simpleCreate(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
Actual implementation of RelationalDatabaseStorageManager.create(MMObjectNode, MMObjectBuilder) which wraps this in a transction only, now.
SimpleFormToMailServlet - Class in org.mmbase.servlet
Deprecated.
Abstract and not used anywhere.
SimpleFormToMailServlet() - Constructor for class org.mmbase.servlet.SimpleFormToMailServlet
Deprecated.
 
simpleGet(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
Like get, but does not try to search dots, because you know already that there aren't.
simpleGet(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
Like get, but does not try to search dots, because you know already that there aren't.
SimpleImpl - Class in org.mmbase.util.logging
A very simple implementation of Logger.
SimpleRealURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
An example.
SimpleRealURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.SimpleRealURLComposer
 
SimpleTemplateParser - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
SimpleTemplateParser(String, String, String) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.SimpleTemplateParser
 
SimpleTimeStampImpl - Class in org.mmbase.util.logging
Like SimpleImpl, but also adds timestamps.
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.CheckEqualityDataType.FieldRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.ComparableDataType.MaxRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.ComparableDataType.MinRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.DecimalDataType.PrecisionRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.DecimalDataType.ScaleRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.InternetAddressDataType.InternetAddressRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.ListDataType.ItemRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.MustBeTrueDataType.ValueRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.NodeDataType.MustExistRestriction
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.StringDataType.PatternRestriction
 
SimpleWmURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
 
SimpleWmURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.SimpleWmURLComposer
 
singlequote(String) - Static method in class org.mmbase.util.Escape
Deprecated.
Escapes single quotes in a string.
singleQuote(String, int) - Static method in class org.mmbase.util.Strip
Strip single quotes from beginning, end or both, only once.
singleQuote(Reader, Writer) - Static method in class org.mmbase.util.transformers.Sql
Escapes single quotes in a string.
singleQuoteBack(Reader, Writer) - Static method in class org.mmbase.util.transformers.Sql
Unescapes single quotes in a string.
SINGULARNAME - Static variable in class org.mmbase.applications.dove.AbstractDove
 
singularNames - Variable in class org.mmbase.module.core.MMObjectBuilder
Collections of (GUI) names (singular) for the builder's objects, divided by language
Sitestat - Class in org.mmbase.util.transformers
Transforms the input to the characters which are alowed in Sitestat keys for page statistics, being: "A-Z, a-z, 0-9, - .
Sitestat() - Constructor for class org.mmbase.util.transformers.Sitestat
 
size() - Method in class org.mmbase.applications.media.filters.ChainSorter
 
size() - Method in class org.mmbase.bridge.implementation.BasicList
 
size() - Method in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
size() - Method in class org.mmbase.bridge.jsp.taglib.FieldListTag
 
size() - Method in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
size() - Method in class org.mmbase.bridge.jsp.taglib.functions.NodeListFunctionTag
 
size() - Method in interface org.mmbase.bridge.jsp.taglib.ListProvider
 
size() - Method in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
size() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.UrlParameters
 
size() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
 
size() - Method in class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
size() - Method in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag
 
size() - Method in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
size() - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
size() - Method in interface org.mmbase.bridge.remote.RemoteList
 
size() - Method in class org.mmbase.bridge.remote.rmi.RemoteList_Rmi
 
size() - Method in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
size() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
size() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
size() - Method in class org.mmbase.bridge.util.GrowingTreeList
 
size() - Method in class org.mmbase.bridge.util.NodeMap
 
size() - Method in class org.mmbase.bridge.util.TreeList
 
size() - Method in class org.mmbase.cache.Cache
 
size() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
size() - Method in class org.mmbase.cache.implementation.LRUCache
 
size() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the size() method of the cache implementation.
size() - Method in class org.mmbase.core.util.StorageConnector
Determine the number of objects in this table.
size() - Method in class org.mmbase.module.core.MMTable
Determine the number of objects in this table.
size() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
size() - Method in class org.mmbase.module.smtp.ChainedMailHandler
 
size() - Method in class org.mmbase.module.smtp.CloudMailHandler
 
size() - Method in class org.mmbase.module.smtp.Forwarder
 
size() - Method in interface org.mmbase.module.smtp.MailHandler
 
size() - Method in class org.mmbase.module.smtp.VerifyEmailMailHandler
 
size - Variable in class org.mmbase.module.Upload.FileInfo
 
size() - Method in class org.mmbase.security.implementation.cloudcontext.BuilderNames
 
size(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
size() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
size(MMObjectBuilder) - Method in interface org.mmbase.storage.StorageManager
Return the number of objects of a builder in the storage
size() - Method in interface org.mmbase.storage.StorageManager
Return the total number of objects in the storage
size() - Method in class org.mmbase.util.Casting.ListWrapper
 
size() - Method in class org.mmbase.util.ChainedList
 
size() - Method in class org.mmbase.util.CSVReader
Returns the number of rows in the CVS file.
size() - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
 
size() - Method in class org.mmbase.util.functions.Parameters
 
size - Variable in class org.mmbase.util.HTMLElement
added to the SIZE= tag
size(PlanarImage, int, int, boolean) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 's' or 'geometry' operation: Resize an image using specified width and height.
size() - Method in class org.mmbase.util.LinkMap
 
size(Cloud) - Method in class org.mmbase.util.LocalizedEntryListFactory
The size of the collections returned by LocalizedEntryListFactory.get(java.util.Locale)
size() - Method in class org.mmbase.util.LocalizedEntryListFactory
 
size() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySet
Deprecated.
 
size() - Method in class org.mmbase.util.LRUHashtable.LRUValues
Deprecated.
 
size() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Return the current size of the table
size() - Method in class org.mmbase.util.StringTagger
sets a value (for the Map interface).
sizeCheck() - Method in class org.mmbase.bridge.util.TreeList
Checks if the size of the List needs to be (re)determined, and if not, does so.
SizeMeasurable - Interface in org.mmbase.util
The SizeOf class tries to determine the size of memory structures.
SizeOf - Class in org.mmbase.util
Implementation of 'sizeof'.
SizeOf() - Constructor for class org.mmbase.util.SizeOf
 
sizeof(boolean) - Static method in class org.mmbase.util.SizeOf
 
sizeof(byte) - Static method in class org.mmbase.util.SizeOf
 
sizeof(char) - Static method in class org.mmbase.util.SizeOf
 
sizeof(short) - Static method in class org.mmbase.util.SizeOf
 
sizeof(int) - Static method in class org.mmbase.util.SizeOf
 
sizeof(long) - Static method in class org.mmbase.util.SizeOf
 
sizeof(float) - Static method in class org.mmbase.util.SizeOf
 
sizeof(double) - Static method in class org.mmbase.util.SizeOf
 
sizeof(Object) - Method in class org.mmbase.util.SizeOf
 
sizes - Variable in class org.mmbase.bridge.util.MapNode
 
SizeTag - Class in org.mmbase.bridge.jsp.taglib
The size of a list or of a nodelistcontainer (then the query is consulted).
SizeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.SizeTag
 
SKIP - Static variable in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
skip(long) - Method in class org.mmbase.util.IECompatibleJpegInputStream
 
skip(long) - Method in class org.mmbase.util.MockInputStream
 
skip(long) - Method in class org.mmbase.util.SerializableInputStream
 
SkippedResult - Class in org.mmbase.streams.createcaches
This is a place holder for the result of a transcoder which is not to be done, because production of its source was skipped already, or because the source does not match the mime type.
SkippedResult(JobDefinition, URI) - Constructor for class org.mmbase.streams.createcaches.SkippedResult
 
SLEEP_TIME - Static variable in class org.mmbase.module.builders.Vwmtasks
The interval (in seconds) between checks for new nodes by the task scheduler.
sleepPeriod - Variable in class org.mmbase.core.util.DaemonThread
Deprecated.
The threads sleep period.
sleepTime - Variable in class org.mmbase.applications.email.EmailBuilder
 
sleeptime - Variable in class org.mmbase.applications.mmbob.ExternalProfilesManager
 
sleeptime - Variable in class org.mmbase.applications.mmbob.ForumEmailSender
 
sleepTime - Variable in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
 
sleeptime - Variable in class org.mmbase.applications.mmbob.ForumSwapManager
 
sleepTime - Variable in class org.mmbase.module.builders.vwms.FileCopier
Sleeptime for this thread.
sleepTime - Variable in class org.mmbase.module.builders.vwms.ImagePusher
Sleeptime for this thread.
sleeptime - Variable in class org.mmbase.module.builders.vwms.Vwm
Sleep time in seconds.
slowScan() - Method in class org.mmbase.mojo.ArchiveScanner
 
SLOWSYNC - Static variable in class org.mmbase.applications.mmbob.ForumManager
 
SMALLER - Static variable in class org.mmbase.storage.search.legacy.DBConditionItem
 
SMALLEREQUAL - Static variable in class org.mmbase.storage.search.legacy.DBConditionItem
 
smartKey() - Method in class org.mmbase.module.core.SmartPathFunction
 
smartpath() - Method in class org.mmbase.module.core.SmartPathFunction
The found path as a String, or null if not found
smartPathCache - Static variable in class org.mmbase.module.core.SmartPathFunction
 
SmartPathFunction - Class in org.mmbase.module.core
Returns the path to use for TREEPART, TREEFILE, LEAFPART and LEAFFILE.
SmartPathFunction(MMObjectBuilder) - Constructor for class org.mmbase.module.core.SmartPathFunction
 
SmileyFactory - Class in org.mmbase.applications.mmbob.util.transformers
Allow the smilies transformer to be configurable
SmileyFactory() - Constructor for class org.mmbase.applications.mmbob.util.transformers.SmileyFactory
 
smileyMatchers - Static variable in class org.mmbase.applications.mmbob.util.transformers.Smilies
Compiled regexps
smileyPatterns - Static variable in class org.mmbase.applications.mmbob.util.transformers.Smilies
Smiley patterns translated into their regexp version
smileySets - Static variable in class org.mmbase.applications.mmbob.util.transformers.Smilies
All known smileysets
Smilies - Class in org.mmbase.applications.mmbob.util.transformers
Replaces known smilies with their graphical version.
Smilies() - Constructor for class org.mmbase.applications.mmbob.util.transformers.Smilies
 
Smilies(String, String) - Constructor for class org.mmbase.applications.mmbob.util.transformers.Smilies
 
smilies - Static variable in class org.mmbase.applications.mmbob.util.transformers.Smilies
All known smilies
SMS - Interface in org.mmbase.sms
Representation of one SMS.
SMSEvent - Class in org.mmbase.sms
An SMS wrapped into an event.
SMSEvent(SMS, boolean) - Constructor for class org.mmbase.sms.SMSEvent
 
SMSEventBroker - Class in org.mmbase.sms
 
SMSEventBroker() - Constructor for class org.mmbase.sms.SMSEventBroker
 
SMSEventListener - Class in org.mmbase.sms
 
SMSNotification - Class in org.mmbase.notifications
A notification implementation which uses SMS.
SMSNotification() - Constructor for class org.mmbase.notifications.SMSNotification
 
SMTPFetcher - Class in org.mmbase.module.smtp
Listener thread, that accepts connection on port 25 (default) and delegates all work to its worker threads.
SMTPFetcher(Socket, Map<String, String>) - Constructor for class org.mmbase.module.smtp.SMTPFetcher
Public constructor.
SMTPFetcher.State - Enum in org.mmbase.module.smtp
 
SMTPListener - Class in org.mmbase.module.smtp
Listener thread, that accepts connection on port 25 (default) and delegates all work to its worker threads.
SMTPListener(Map<String, String>) - Constructor for class org.mmbase.module.smtp.SMTPListener
 
SMTPModule - Class in org.mmbase.module.smtp
RFC 2821 partial-compliant SMTP server.
SMTPModule() - Constructor for class org.mmbase.module.smtp.SMTPModule
 
sname - Variable in class org.mmbase.util.scanpage
The session name.
snum - Variable in class org.mmbase.bridge.implementation.BasicRelation
 
SNUMBER - Static variable in class org.mmbase.applications.xmlimporter.TmpObject
 
socketThreads - Variable in class org.mmbase.module.smtp.SMTPListener
 
sophisticate(Class<?>) - Static method in class org.mmbase.util.functions.SetFunction
Simple utility method to convert primitive classes to their 'sophisticated' counterparts.
sort() - Method in interface org.mmbase.bridge.BridgeList
Sorts this list according to a default sort order.
sort(Comparator<? super E>) - Method in interface org.mmbase.bridge.BridgeList
Sorts this list according to a specified sort order
sort() - Method in class org.mmbase.bridge.implementation.BasicList
 
sort(Comparator<? super E>) - Method in class org.mmbase.bridge.implementation.BasicList
 
sort(List<E>, String, ContextReferrerTag) - Static method in class org.mmbase.bridge.jsp.taglib.util.ListSorter
 
sort(Comparator<? super L>) - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
sort() - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
sort(Comparator<? super E>) - Method in interface org.mmbase.bridge.remote.RemoteBridgeList
 
sort() - Method in interface org.mmbase.bridge.remote.RemoteBridgeList
 
sort(Comparator<? super R>) - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
sort() - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
sort() - Method in class org.mmbase.bridge.util.AbstractBridgeList
 
sort(Comparator<? super E>) - Method in class org.mmbase.bridge.util.AbstractBridgeList
 
sort() - Method in class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
sort(Comparator<? super E>) - Method in class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
sort() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
sort(Comparator<? super E>) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
sort() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
sort(Comparator<? super E>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
sort(List<? extends Field>, int) - Static method in class org.mmbase.core.util.Fields
 
sort(List<FieldDefs>) - Static method in class org.mmbase.module.corebuilders.FieldDefs
Deprecated.
use Collections.sort
sort(List<CoreField>, int) - Static method in class org.mmbase.module.corebuilders.FieldDefs
Sort() - Method in class org.mmbase.util.SortedVector
Deprecated.
Sort the SortedVector
SORT_POSITION_BEGIN - Static variable in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
SORT_POSITION_END - Static variable in class org.mmbase.applications.vprowizards.spring.action.CreateRelationAction
 
Sortable - Interface in org.mmbase.util
Deprecated.
I think this is the same as java.util.Comparable
SortableCompare - Class in org.mmbase.util
Deprecated.
Use java.util.Comparator
SortableCompare() - Constructor for class org.mmbase.util.SortableCompare
Deprecated.
 
sortcmp - Variable in class org.mmbase.util.SortedVector
Deprecated.
 
sortDirectories(Vector, String) - Method in class org.mmbase.util.DirectoryLister
Sort a Vector containing file pathnames using a comparefield argument.
sortDirectoriesOnModTime(Vector) - Method in class org.mmbase.util.DirectoryLister
Sorts a Vector containing file pathnames on modification time.
sorted - Variable in class org.mmbase.util.HTMLElement
added to Sorted=
SortedBundle - Class in org.mmbase.util
A bit like ResourceBundle (on which it is based), but it creates SortedMap's.
SortedBundle.ValueWrapper - Class in org.mmbase.util
You can specify ValueWrapper.class as a value for the wrapper argument.
SortedVector - Class in org.mmbase.util
Deprecated.
You can use java.util.SortedSet (implementations of that), or Collections.sort(), if duplicate entries are essential (but how should they be sorted then?)
SortedVector() - Constructor for class org.mmbase.util.SortedVector
Deprecated.
Create a SortedVector
SortedVector(CompareInterface) - Constructor for class org.mmbase.util.SortedVector
Deprecated.
Create a SortedVector, specifying which compare function to use.
Sorter - Class in org.mmbase.applications.media.filters
Implements a Filter as a Comparator.
Sorter() - Constructor for class org.mmbase.applications.media.filters.Sorter
 
SORTFIELDS - Static variable in class org.mmbase.module.lucene.Lucene
 
SortOrder - Interface in org.mmbase.storage.search
A sortorder specifies sorting of a single field.
SortRelationAction - Class in org.mmbase.applications.vprowizards.spring.action
FIXME: voor deze actie is het niet direct nodig om een source en destination node the hebben?
SortRelationAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.SortRelationAction
 
sortUniquely(Query) - Static method in class org.mmbase.bridge.util.Queries
Add a sortorder (DESCENDING) on al the'number' fields of the query, on which there is not yet a sortorder.
SortVector(List<String>) - Static method in class org.mmbase.util.SortedVector
Deprecated.
Sort a Vector and return a SortedVector.
SortVector(List, CompareInterface) - Static method in class org.mmbase.util.SortedVector
Deprecated.
Sort a Vector and return a SortedVector using the specified compare function.
source - Variable in class org.mmbase.applications.media.urlcomposers.URLComposer
 
source - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
SOURCE - Static variable in class org.mmbase.bridge.util.SearchUtil
A Search direction of relations in queries
source - Variable in class org.mmbase.streams.createcaches.RecognizerResult
 
source - Variable in class org.mmbase.streams.transcoders.AnalyzerLogger
 
sourceManager - Variable in class org.mmbase.bridge.jsp.taglib.HasRelationManagerTag
 
sourceNode - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
sourceNodeNumber - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
sourceNodeRef - Variable in class org.mmbase.applications.vprowizards.spring.action.AbstractRelationAction
 
sp - Variable in class org.mmbase.module.gui.html.PageProcess
 
sp - Variable in class org.mmbase.util.HTMLElement
page from this request
space() - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
spaceBuffer - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
SpaceReducer - Class in org.mmbase.util.transformers
Replace 1 or more spaces by 1 space, and 1 or more newlines by 1 newline.
SpaceReducer() - Constructor for class org.mmbase.util.transformers.SpaceReducer
 
SpaceReducer.SpaceReducerStatus - Class in org.mmbase.util.transformers
 
SpaceReducer.Tag - Class in org.mmbase.util.transformers
this is a helper class that can check if a tag was opened or closed in a line of text It first removes all bodyless versions of the tag from the line, and then counts all opening and closing occurrences of the tag.
SpaceReducerStatus() - Constructor for class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
 
SpaceRemover - Class in org.mmbase.util.transformers
Replace 1 or white space by 1 space, and all spaces on the begin and end.
SpaceRemover() - Constructor for class org.mmbase.util.transformers.SpaceRemover
 
SpaceSwallower - Class in org.mmbase.util.transformers
Swallows all spaces.
SpaceSwallower() - Constructor for class org.mmbase.util.transformers.SpaceSwallower
 
SPartFileFilter - Class in org.mmbase.util
Support utility for MMObjectBuilder.getSMartPath This filter filters files with the specified number in its name.
SPartFileFilter(String) - Constructor for class org.mmbase.util.SPartFileFilter
Creates the file filter.
spawnThreads - Variable in class org.mmbase.clustering.ClusterManager
 
specialConstructor - Variable in exception org.mmbase.util.dateparser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.mmbase.util.transformers.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.mmbase.util.dateparser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.mmbase.util.transformers.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specific - Variable in class org.mmbase.framework.Block
 
SpecificObjectFinder - Class in org.mmbase.applications.xmlimporter
SpecificObjectFinder implements a SimilarObjectFinder in such a way that a search for an object similar to tmpObj1 always returns tmpObj2, and nothing for other objects, where tmpObj1 and tmpObj2 are provided by the user.
SpecificObjectFinder(TmpObject, TmpObject) - Constructor for class org.mmbase.applications.xmlimporter.SpecificObjectFinder
Creates new SpecificObjectFinder.
SpeedSorter() - Constructor for class org.mmbase.applications.media.filters.RealSorter.SpeedSorter
 
split - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
 
split(String, String) - Static method in class org.mmbase.util.StringSplitter
Simple util method to split delimited values to a list.
split(String) - Static method in class org.mmbase.util.StringSplitter
Simple util method to split comma separated values.
splitFunctions(CharSequence) - Static method in class org.mmbase.util.StringSplitter
Splits up a String, (using comma delimiter), but takes into account brackets.
splitTag(String) - Method in class org.mmbase.util.StringTagger
Handles and splits a tag in its component parts, and store the elemements in the tokens and multitokens fields.
sql - Variable in class org.mmbase.module.lucene.JdbcIndexDefinition.JdbcEntry
 
Sql - Class in org.mmbase.storage.util
Meant to be used as an 'AfterDeployment' job of an app1 xml.
Sql() - Constructor for class org.mmbase.storage.util.Sql
 
Sql - Class in org.mmbase.util.transformers
Encodings related to Sql.
Sql() - Constructor for class org.mmbase.util.transformers.Sql
 
Sql(int) - Constructor for class org.mmbase.util.transformers.Sql
 
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.DBConditionItem
Appends the converted expression to the stringbuffer.
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.DBLogicalOperator
Appends the converted operator to the stringbuffer.
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.DBNumberValue
Appends the converted value to the stringbuffer.
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.DBQuery
Appends the converted query to the stringbuffer.
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.DBStringValue
Appends the converted value to the stringbuffer.
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.DBWildcardStringValue
Appends the converted value to the stringbuffer.
sqlConversion(StringBuffer) - Method in class org.mmbase.storage.search.legacy.ParseItem
Appends the converted item to the stringbuffer.
SqlExecutor - Class in org.mmbase.util
Generic tool to execute some SQL
SqlExecutor() - Constructor for class org.mmbase.util.SqlExecutor
 
SqlExecutorListener - Class in org.mmbase.core.event
 
SqlExecutorListener() - Constructor for class org.mmbase.core.event.SqlExecutorListener
 
SqlHandler - Interface in org.mmbase.storage.search.implementation.database
Interface for handler classes that are used to create SQL string representations of SearchQuery objects.
srcpath - Variable in class org.mmbase.module.builders.vwms.aFile2Copy
Path of the file at this server
SRNodeHandler - Class in org.mmbase.searchrelate.handlers
 
SRNodeHandler() - Constructor for class org.mmbase.searchrelate.handlers.SRNodeHandler
 
sshpath - Variable in class org.mmbase.module.builders.vwms.aFile2Copy
Path to ssh command
sshpath - Variable in class org.mmbase.module.builders.vwms.SCPcopy
Path to ssh command
Stack() - Constructor for class org.mmbase.util.functions.IndexFunction.Stack
 
stack - Variable in class org.mmbase.util.transformers.ListParser
 
stack - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
STACK_ATTRIBUTE - Static variable in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
STACK_ATTRIBUTE - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
StackEntry(Object, CharTransformer, int) - Constructor for class org.mmbase.bridge.jsp.taglib.WriterHelper.StackEntry
 
stackTrace - Variable in class org.mmbase.module.database.MultiConnectionImplementation
 
stackTrace(Throwable, int) - Static method in class org.mmbase.util.CommandServer
 
stackTrace() - Static method in class org.mmbase.util.logging.Logging
Returns the stacktrace of the current call.
stackTrace(int) - Static method in class org.mmbase.util.logging.Logging
 
stackTrace(Throwable) - Static method in class org.mmbase.util.logging.Logging
Returns the stacktrace of an exception as a string, which can be logged handy.
stackTrace(Throwable, int) - Static method in class org.mmbase.util.logging.Logging
Also returns a stringified stack trace to log, but no deeper than given max.
StacktraceLoggingPatternLayout - Class in org.mmbase.util.logging.log4j
This layout can be used in logging in order to print out a stacktrace for a given logging event.
StacktraceLoggingPatternLayout() - Constructor for class org.mmbase.util.logging.log4j.StacktraceLoggingPatternLayout
 
stage - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
Stage - Enum in org.mmbase.streams.createcaches
This enum can contain the 'stage' of the transcoding process
StandaloneContextContainer - Class in org.mmbase.bridge.jsp.taglib.util
This ContextContainer provides its own 'backing', it is used as 'subcontext' in other contextes.
StandaloneContextContainer(PageContext, String, ContextContainer) - Constructor for class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
Since a ContextContainer can contain other ContextContainer, it has to know which ContextContainer contains this.
StandaloneContextContainer(String, Map<String, Object>, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
 
StandardCleaningAnalyzer - Class in org.mmbase.module.lucene.analysis.en
Filters StandardTokenizer with StandardFilter, LowerCaseFilter, StopFilter and ISOLatin1AccentFilter.
StandardCleaningAnalyzer() - Constructor for class org.mmbase.module.lucene.analysis.en.StandardCleaningAnalyzer
Builds an analyzer.
StandardCleaningAnalyzer(String[]) - Constructor for class org.mmbase.module.lucene.analysis.en.StandardCleaningAnalyzer
Builds an analyzer with the given stop words.
StandardCleaningAnalyzer - Class in org.mmbase.module.lucene.analysis.nl
Filters StandardTokenizer with StandardFilter, LowerCaseFilter, StopFilter and ISOLatin1AccentFilter.
StandardCleaningAnalyzer() - Constructor for class org.mmbase.module.lucene.analysis.nl.StandardCleaningAnalyzer
Builds an Dutchyfied analyzer.
STAR - Static variable in class org.mmbase.util.MimeType
 
start() - Method in class org.mmbase.applications.crontab.CronDaemon
Starts the daemon, which you might want to do if you have stopped if for some reason.
start - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
start() - Method in class org.mmbase.applications.mmbob.ExternalProfilesManager
Starts the main Thread.
start() - Method in class org.mmbase.applications.mmbob.ForumEmailSender
Starts the main Thread.
start() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
Starts the main Thread.
start() - Method in class org.mmbase.applications.mmbob.ForumSwapManager
Starts the main Thread.
start() - Method in class org.mmbase.applications.xmlimporter.Transaction
Start the Transaction.
start(String, Object) - Method in enum org.mmbase.bridge.jsp.taglib.util.Debug
 
start() - Method in class org.mmbase.clustering.ClusterManager
Starts the Changer Thread.
start() - Method in class org.mmbase.core.util.DaemonThread
Deprecated.
 
start() - Method in interface org.mmbase.datatypes.handlers.html.upload.OutputStreamListener
 
start() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
start() - Method in class org.mmbase.module.builders.MMServers
Starts the thread for the task scheduler
start() - Method in class org.mmbase.module.builders.vwms.FileCopier
Starts the main Thread.
start() - Method in class org.mmbase.module.builders.vwms.ImagePusher
Starts the main Thread.
start() - Method in class org.mmbase.module.builders.vwms.PerformProbe
Starts the admin Thread.
start() - Method in class org.mmbase.module.builders.vwms.Vwm
Starts the thread for the Vwm.
start() - Method in class org.mmbase.module.builders.vwms.VwmProbe
Starts the admin Thread.
start() - Method in class org.mmbase.module.builders.Vwmtasks
Starts the thread for the task scheduler
start() - Method in class org.mmbase.module.core.MMObjectNode
Start the loading of a node
start() - Method in class org.mmbase.module.database.MultiPool.ConnectionCloser
Starts a Thread and runs this Runnable
start() - Method in class org.mmbase.module.gui.html.PageProcess
Starts the main Thread.
start() - Method in class org.mmbase.module.TransactionHandler.TransactionInfo
start the TransactionInfo to sleep untill it may timeout
start() - Method in class org.mmbase.util.dateparser.DateParser
 
start() - Method in class org.mmbase.util.FileWatcher
 
start() - Method in class org.mmbase.util.ResourceWatcher
 
start(StringBuilder) - Method in class org.mmbase.util.transformers.ListParser
 
START_WIZARD - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
startBlock(Parameters, Renderer) - Method in class org.mmbase.framework.basic.State
 
startCacheTypes() - Method in class org.mmbase.module.builders.Versions
 
startCommunicationThreads() - Method in class org.mmbase.clustering.ClusterManager
Subclasses should start the communication threads in this method
startCommunicationThreads() - Method in class org.mmbase.clustering.jgroups.Multicast
Starts the ChangesSender and MulticastChangerReciever threads, which handle the sending and recieving of messages on the channel in seaparate threads.
startCommunicationThreads() - Method in class org.mmbase.clustering.multicast.Multicast
 
startCommunicationThreads() - Method in class org.mmbase.clustering.unicast.Unicast
 
startDepth - Variable in class org.mmbase.bridge.jsp.taglib.tree.GrowTag
 
startDocument() - Method in class org.mmbase.util.xml.filter.XmlWriter
Write the XML declaration at the beginning of the document.
STARTED - Static variable in class org.mmbase.applications.crontab.Events
 
started - Variable in class org.mmbase.applications.crontab.RunningCronEntry
 
startElement(QName, XMLAttributes, Augmentations) - Method in class org.mmbase.applications.vprowizards.spring.util.JavascriptUrlFilter
 
startElement(String, String, String, Attributes) - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Overrides a method of org.xml.sax.helpers.DefaultHandler.
startElement(String, String, String, Attributes) - Method in class org.mmbase.util.xml.filter.XmlWriter
Write a start tag.
startElement(String, String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Start a new element without a qname or attributes.
startElement(String) - Method in class org.mmbase.util.xml.filter.XmlWriter
Start a new element without a qname, attributes or a Namespace URI.
startFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
STARTMAIL_PARAMETERS - Static variable in class org.mmbase.applications.email.EmailBuilder
 
startModule() - Method in class org.mmbase.module.Module
Starts the module.
startModules() - Static method in class org.mmbase.module.Module
 
startNodes - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
startPrefixMapping(String, String) - Method in class org.mmbase.util.magicfile.XmlDetector.Handler
 
startThread(Runnable, String) - Static method in class org.mmbase.module.core.MMBaseContext
Starts a daemon thread using the MMBase thread group.
startThread(DaemonTask, String) - Static method in class org.mmbase.module.core.MMBaseContext
Deprecated.
startThread() - Method in class org.mmbase.notifications.Notifier
 
startTime - Static variable in class org.mmbase.module.core.MMBase
Time in seconds, when mmbase was started.
startTimer(String, String) - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
Starts a timer.
startTimer(String) - Method in class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
startVwms() - Method in class org.mmbase.module.builders.Vwms
Starts all vwms whose 'entries are related to the current server (entry in mmservers), and that are marked as 'active'.
startVwmsByField() - Method in class org.mmbase.module.builders.Vwms
Deprecated.
Unused. Use startVwms() instead.
startWizard() - Method in class org.mmbase.applications.editwizard.Wizard
Returns whether a sub wizard should be started
starvationCheck() - Method in class org.mmbase.util.DijkstraSemaphore
This method blocks the calling thread until the count drops to zero.
State - Enum in org.mmbase.applications.media
 
state - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
state - Variable in class org.mmbase.core.AbstractField
 
State - Class in org.mmbase.framework.basic
State is a wrapper arround HttpServletRequest which maintains the current state of framework component rendering.
State(ServletRequest) - Constructor for class org.mmbase.framework.basic.State
Use this constructor, if you want to explicitely create a new State object.
State(HttpServletRequest, State) - Constructor for class org.mmbase.framework.basic.State
 
state() - Method in class org.mmbase.module.cache
 
state - Variable in class org.mmbase.module.database.MultiConnectionImplementation
 
state() - Method in class org.mmbase.module.sessions
 
state - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
STATE_DELIVERED - Static variable in class org.mmbase.applications.email.EmailBuilder
 
STATE_DONE - Static variable in class org.mmbase.applications.media.builders.MediaSources
Deprecated. 
STATE_FAILED - Static variable in class org.mmbase.applications.email.EmailBuilder
 
STATE_MAXVALUE - Static variable in class org.mmbase.core.util.Fields
 
STATE_MINVALUE - Static variable in class org.mmbase.core.util.Fields
 
STATE_OFF - Static variable in class org.mmbase.applications.media.builders.MediaProviders
 
STATE_ON - Static variable in class org.mmbase.applications.media.builders.MediaProviders
 
STATE_PERSISTENT - Static variable in interface org.mmbase.bridge.Field
A field's state is 'persistent' if it is persistent in storage, and editable.
STATE_QUEUED - Static variable in class org.mmbase.applications.email.EmailBuilder
 
STATE_REMOVED - Static variable in class org.mmbase.applications.media.builders.MediaSources
Deprecated. 
STATE_SOURCE - Static variable in class org.mmbase.applications.media.builders.MediaSources
Deprecated. 
STATE_SPAMGARDE - Static variable in class org.mmbase.applications.email.EmailBuilder
 
STATE_START_TIME - Variable in class org.mmbase.module.Module
State identifier for module startup time.
STATE_SYSTEM - Static variable in interface org.mmbase.bridge.Field
A field's state is 'system' if it is persistent in storage, but not editable by users.
STATE_SYSTEM_VIRTUAL - Static variable in interface org.mmbase.bridge.Field
A field's state is 'system virtual' if it is not persistent in storage, nor editable by users.
STATE_UNKNOWN - Static variable in class org.mmbase.applications.email.EmailBuilder
 
STATE_UNKNOWN - Static variable in interface org.mmbase.bridge.Field
The field's state when it is not (yet) known.
state_up - Variable in class org.mmbase.module.cache
 
STATE_VIRTUAL - Static variable in interface org.mmbase.bridge.Field
A field's state is 'virtual' if it is not persistent in storage.
STATE_WAITING - Static variable in class org.mmbase.applications.email.EmailBuilder
 
StateConstants - Interface in org.mmbase.datatypes.resources
States, as used in the 'state' field of the MMServers builders.
StateManager - Class in org.mmbase.module.gui.html
The StateManager class maintains a list of EditStates for users logged on to MMBase through SCAN.
StateManager(MMBase) - Constructor for class org.mmbase.module.gui.html.StateManager
Initialises the StateManager, by creating a new (empty) map of editstates.
stateMngr - Variable in class org.mmbase.module.gui.html.FieldEditor
 
stateMngr - Variable in class org.mmbase.module.gui.html.FieldSelector
 
stateMngr - Variable in class org.mmbase.module.gui.html.MMEdit
 
stateMngr - Variable in class org.mmbase.module.gui.html.ObjectSelector
 
STATES_RESOURCE - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
stateTransitionOK - Variable in class Transcode
 
STATIC_LEXER_ERROR - Static variable in error org.mmbase.util.dateparser.TokenMgrError
An attempt was made to create a second instance of a static token manager.
STATIC_LEXER_ERROR - Static variable in error org.mmbase.util.transformers.TokenMgrError
An attempt was made to create a second instance of a static token manager.
StaticAbstractRestriction(BasicDataType<?>, BasicDataType.StaticAbstractRestriction<?>) - Constructor for class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
Instantaties new restriction for a clone of the parent DataType.
StaticAbstractRestriction(BasicDataType<?>, String, D) - Constructor for class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
staticFlag - Static variable in class org.mmbase.util.dateparser.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class org.mmbase.util.transformers.SimpleCharStream
Whether parser is static.
Statistics - Class in org.mmbase.clustering
A structute for basic statistical information about receiving an sending messages in the cluster.
Statistics() - Constructor for class org.mmbase.clustering.Statistics
 
status - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
status - Variable in class org.mmbase.framework.ErrorRenderer.Error
 
status - Variable in class org.mmbase.module.lucene.FullIndexEvents.Event
 
status - Variable in class org.mmbase.module.scancache
Determines whether the cache module is active.
Status() - Constructor for class org.mmbase.util.transformers.BufferedReaderTransformer.Status
 
Status() - Constructor for class org.mmbase.util.transformers.ChunkedTransformer.Status
 
Status - Class in org.mmbase.versioning
 
Status() - Constructor for class org.mmbase.versioning.Status
 
STATUS_ACTIVE - Static variable in class org.mmbase.module.builders.Vwms
Status value for a VWM that it is active
STATUS_CALC_PAGE - Static variable in class org.mmbase.module.builders.Netfiles
Status for a netfile indicating a request to be recalculated
STATUS_CHANGED - Static variable in class org.mmbase.module.builders.Netfiles
Status for a netfile indicating a change
STATUS_CLAIMED - Static variable in class org.mmbase.module.builders.Vwmtasks
Status value for a task that is being performed
STATUS_DONE - Static variable in class org.mmbase.module.builders.Netfiles
Status for a netfile indicating its request has been handled
STATUS_DONE - Static variable in class org.mmbase.module.builders.Vwmtasks
Status value for a task that was succesfully performed
STATUS_ERROR - Static variable in class org.mmbase.module.builders.Vwmtasks
Status value for a task that failed to be performed
STATUS_INACTIVE - Static variable in class org.mmbase.module.builders.Vwms
Status value for a VWM that it is inactive
STATUS_ON_ITS_WAY - Static variable in class org.mmbase.module.builders.Netfiles
Status for a netfile indicating its request is being handled
STATUS_REFRESH - Static variable in class org.mmbase.module.builders.Vwms
Status value for a VWM that it is being refreshed (?)
STATUS_REQUEST - Static variable in class org.mmbase.module.builders.Netfiles
Status for a netfile indicating a service request
STATUS_REQUEST - Static variable in class org.mmbase.module.builders.Vwmtasks
Status value for a task that requests to be performed
STATUS_RESOURCE - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
STATUS_TIMEOUT - Static variable in class org.mmbase.module.builders.Vwmtasks
Status value for a task that timed out
statusDescriptionFunction - Variable in class org.mmbase.module.lucene.Lucene
 
statusField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
statusFunction - Variable in class org.mmbase.module.lucene.Lucene
This function returns the status of the scheduler.
step - Variable in class org.mmbase.bridge.implementation.BasicNodeQuery
 
Step - Interface in org.mmbase.storage.search
A step refers to a table in a search request.
stepField - Variable in class org.mmbase.bridge.util.xml.query.FieldDefinition
Reference to (a) definition of this field in the query.
StepField - Interface in org.mmbase.storage.search
A stepfield refers to a field in a step.
STEREO - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
stillExists(TmpObject) - Method in class org.mmbase.applications.xmlimporter.Transaction
Tests if this object still exists in the temporary cloud.
stir(long) - Method in class org.mmbase.util.RandomPool
Maintain a pool of randomness using a modified 64-bit congruential generator with multipliers dynamically selected from a set of pseudo-random values.
stop() - Method in class org.mmbase.applications.crontab.AbstractCronJob
Empty implementation (probably that's what you want)
stop() - Method in class org.mmbase.applications.crontab.CronDaemon
If you like to temporary stop the daemon, call this.
stop() - Method in class org.mmbase.applications.crontab.CronEntry
 
stop() - Method in interface org.mmbase.applications.crontab.CronJob
If after the last run of the job, there need to be shutdown things, then that can be done here.
stop() - Method in class org.mmbase.applications.mmbob.ExternalProfilesManager
Stops the main Thread.
stop() - Method in class org.mmbase.applications.mmbob.ForumEmailSender
Stops the main Thread.
stop() - Method in class org.mmbase.applications.mmbob.ForumSwapManager
Stops the main Thread.
stop() - Method in class org.mmbase.applications.xmlimporter.Transaction
Stop the Transaction.
stop() - Method in class org.mmbase.clustering.jgroups.ChangesReceiver
 
stop() - Method in class org.mmbase.clustering.jgroups.ChangesSender
 
stop() - Method in class org.mmbase.clustering.multicast.ChangesReceiver
 
stop() - Method in class org.mmbase.clustering.multicast.ChangesSender
 
stop() - Method in class org.mmbase.clustering.unicast.ChangesReceiver
 
stop() - Method in class org.mmbase.clustering.unicast.ChangesSender
 
stop() - Method in class org.mmbase.module.builders.vwms.FileCopier
Stops the main Thread.
stop() - Method in class org.mmbase.module.builders.vwms.ImagePusher
Stops the main Thread.
stop() - Method in class org.mmbase.module.builders.vwms.PerformProbe
Stops the admin Thread.
stop() - Method in class org.mmbase.module.builders.vwms.Vwm
Stops the Vwm's thread.
stop() - Method in class org.mmbase.module.builders.vwms.VwmProbe
Stops the admin Thread.
stop() - Method in class org.mmbase.module.builders.Vwmtasks
Stops the thread for the task scheduler Sets the kicker field to null, which causes the run method to terminate.
stop() - Method in class org.mmbase.module.gui.html.HtmlBase
 
stop() - Method in class org.mmbase.module.gui.html.PageProcess
Stops the main Thread.
stop() - Method in class org.mmbase.module.smtp.PopFetcher
 
stop() - Method in class org.mmbase.module.TransactionHandler.TransactionInfo
stop the timeout sleep and cleanup this TransactionInfo
STOP_WORDS - Static variable in class org.mmbase.module.lucene.analysis.en.StandardCleaningAnalyzer
An array containing some common English words that are usually not useful for searching.
stopCommunicationThreads() - Method in class org.mmbase.clustering.ClusterManager
Subclasses should stop the communication threads in this method
stopCommunicationThreads() - Method in class org.mmbase.clustering.jgroups.Multicast
 
stopCommunicationThreads() - Method in class org.mmbase.clustering.multicast.Multicast
 
stopCommunicationThreads() - Method in class org.mmbase.clustering.unicast.Unicast
 
stopFunction - Variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
stopWatching() - Static method in class org.mmbase.security.classsecurity.ClassAuthentication
Stop watchin the config file, if there is watched one.
Storable - Interface in org.mmbase.storage
This interface contains functionality for retrieving a storage identifier - a name or id suitable for storing the object.
STORAGE_IDENTIFIER_CASE - Static variable in class org.mmbase.storage.Attributes
Attribute: storage-identifier-case.
StorageConfigurationException - Exception in org.mmbase.storage
This exception gets thrown when an error occurred in the configuration of a StorageFactory or a storage manager.
StorageConfigurationException() - Constructor for exception org.mmbase.storage.StorageConfigurationException
 
StorageConfigurationException(String) - Constructor for exception org.mmbase.storage.StorageConfigurationException
 
StorageConfigurationException(Throwable) - Constructor for exception org.mmbase.storage.StorageConfigurationException
 
StorageConfigurationException(String, Throwable) - Constructor for exception org.mmbase.storage.StorageConfigurationException
 
StorageConnector - Class in org.mmbase.core.util
A StorageConnector object is associated with a specific builder.
StorageConnector(MMObjectBuilder) - Constructor for class org.mmbase.core.util.StorageConnector
 
storageConnector - Variable in class org.mmbase.module.core.MMTable
 
storageEquals(CoreField) - Method in class org.mmbase.core.CoreField
Whether this CoreField is equal to another for storage purposes (so, ignoring gui and documentation fields)
storageEquals(BuilderReader) - Method in class org.mmbase.util.xml.BuilderReader
Whether this builderreader object is equal to another for storage purposes (so, ignoring gui and documentation fields)
StorageError - Error in org.mmbase.storage
This error gets thrown when something goes seriously - and likely unrecoverably - wrong in the storage layer.
StorageError() - Constructor for error org.mmbase.storage.StorageError
 
StorageError(String) - Constructor for error org.mmbase.storage.StorageError
 
StorageError(Throwable) - Constructor for error org.mmbase.storage.StorageError
 
StorageError(String, Throwable) - Constructor for error org.mmbase.storage.StorageError
 
StorageException - Exception in org.mmbase.storage
This exception gets thrown when something goes wrong in the storage layer.
StorageException() - Constructor for exception org.mmbase.storage.StorageException
 
StorageException(String) - Constructor for exception org.mmbase.storage.StorageException
 
StorageException(Throwable) - Constructor for exception org.mmbase.storage.StorageException
 
StorageException(String, Throwable) - Constructor for exception org.mmbase.storage.StorageException
 
StorageFactoryException - Exception in org.mmbase.storage
This exception gets thrown when an error occurred during instantiation of the StorageFactory.
StorageFactoryException() - Constructor for exception org.mmbase.storage.StorageFactoryException
Constructs a StorageFactoryException with null as its message.
StorageFactoryException(String) - Constructor for exception org.mmbase.storage.StorageFactoryException
Constructs a StorageFactoryException with the specified detail message.
StorageFactoryException(Throwable) - Constructor for exception org.mmbase.storage.StorageFactoryException
Constructs a StorageFactoryException with the detail message of the original exception.
StorageFactoryException(String, Throwable) - Constructor for exception org.mmbase.storage.StorageFactoryException
Constructs a StorageFactoryException with the detail message of the original exception.
StorageInaccessibleException - Exception in org.mmbase.storage
This exception gets thrown when the storage is inaccessible, such as when files were moved, a database goes offline, or user rights on the storage were insufficient to allow access.
StorageInaccessibleException() - Constructor for exception org.mmbase.storage.StorageInaccessibleException
 
StorageInaccessibleException(String) - Constructor for exception org.mmbase.storage.StorageInaccessibleException
 
StorageInaccessibleException(Throwable) - Constructor for exception org.mmbase.storage.StorageInaccessibleException
 
StorageInaccessibleException(String, Throwable) - Constructor for exception org.mmbase.storage.StorageInaccessibleException
 
StorageManager<SMF extends StorageManagerFactory> - Interface in org.mmbase.storage
The StorageManager interface defines how to access a storage device.
storageManagerClass - Variable in class org.mmbase.storage.StorageManagerFactory
The class used to instantiate storage managers.
StorageManagerFactory<SM extends StorageManager> - Class in org.mmbase.storage
This class contains functionality for retrieving StorageManager instances, which give access to the storage device.
StorageManagerFactory() - Constructor for class org.mmbase.storage.StorageManagerFactory
 
StorageNotFoundException - Exception in org.mmbase.storage
This exception gets thrown if a query resulted nothing, in contrary to the expectation (for example in 'getNode').
StorageNotFoundException() - Constructor for exception org.mmbase.storage.StorageNotFoundException
 
StorageNotFoundException(String) - Constructor for exception org.mmbase.storage.StorageNotFoundException
 
StorageNotFoundException(Throwable) - Constructor for exception org.mmbase.storage.StorageNotFoundException
 
StorageNotFoundException(String, Throwable) - Constructor for exception org.mmbase.storage.StorageNotFoundException
 
StorageReader<SM extends StorageManager> - Class in org.mmbase.storage.util
 
StorageReader(StorageManagerFactory, InputSource) - Constructor for class org.mmbase.storage.util.StorageReader
Constructor.
storeBinaryAsFile(MMObjectNode, CoreField) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Store a binary (blob) data file
storeBinaryAsFileObjects - Variable in class org.mmbase.storage.StorageManagerFactory
The list with objects of which binary data should not be stored in database
storeBuilderConfiguration(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
 
storeConfigurationAttributes(Config.WizardConfig) - Method in class org.mmbase.applications.editwizard.Wizard
Stores configuration variables as attributes in the variables set.
storeData(Map<String, Object>) - Method in class org.mmbase.module.lucene.MMBaseEntry
Store data from field in a node into the cursor
storeDocument(String, Document) - Method in class org.mmbase.util.ResourceLoader
Creates a resource for a given Document.
storeFieldData(Map<String, Object>, String, Object) - Method in class org.mmbase.module.lucene.MMBaseEntry
Store data for a field to index.
storeFieldTextData(Map<String, Object>, String, String) - Method in class org.mmbase.module.lucene.MMBaseEntry
Store textual data for a field to index.
storeFieldValue(String, String, String) - Method in class org.mmbase.applications.editwizard.Wizard
Puts the given value in the right field (given by name) of the right node (given by did) Assumes a text field.
storeLastFullIndexTimes(Properties) - Method in class org.mmbase.module.lucene.Indexer
 
STORES_BINARY_AS_FILE - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-stores-binary-as-file.
STORES_CONTEXT_IN_OWNER - Static variable in interface org.mmbase.security.AuthenticationData
 
storesDimension() - Method in class org.mmbase.module.builders.AbstractImages
Whether this builders has width and height fields
storesFileSize() - Method in class org.mmbase.module.builders.AbstractImages
Whether this builders has a filesize field.
storesImageType() - Method in class org.mmbase.module.builders.AbstractImages
Whether this builders has a filesize field.
storeSource(String, Source, DocumentType) - Method in class org.mmbase.util.ResourceLoader
Creates a resource with given name for given Source.
storeText(Node, String, Map<String, ?>) - Static method in class org.mmbase.applications.editwizard.Utils
This method stores text in a node.
storeText(Node, String) - Static method in class org.mmbase.applications.editwizard.Utils
Same as above, but without the params.
storeText - Variable in class org.mmbase.module.lucene.IndexConfigurer
 
storeText - Variable in class org.mmbase.module.lucene.IndexFieldDefinition
If true, the field's value is stored and can be returned when search results are given.
storeValue(String, Object) - Method in class org.mmbase.module.core.ClusterNode
Stores a value in the values hashtable.
storeValue(String, Object) - Method in class org.mmbase.module.core.MMObjectNode
Stores a value in the values hashtable.
str - Static variable in class org.mmbase.streams.transcoders.FilterPrefix
 
StrategyResult(boolean, long) - Constructor for class org.mmbase.cache.ReleaseStrategy.StrategyResult
 
stream(FileServlet.ChainedRange, InputStream, OutputStream) - Static method in class org.mmbase.servlet.FileServlet
 
stream(HttpServletRequest, HttpServletResponse, OutputStream, File) - Method in class org.mmbase.servlet.FileServlet
 
StreamCopyThread - Class in org.mmbase.util.externalprocess
Thread which continuously reads from a input stream and pushes the read data to an output stream which is immediately flushed afterwards.
StreamCopyThread(String, InputStream, OutputStream, boolean) - Constructor for class org.mmbase.util.externalprocess.StreamCopyThread
Create a thread to copy bytes fro one strea to the other
StreamCopyThread(ThreadGroup, String, InputStream, OutputStream, boolean) - Constructor for class org.mmbase.util.externalprocess.StreamCopyThread
Create a thread to copy bytes fro one stream to the other
STRICT - Static variable in class org.mmbase.module.corebuilders.TypeRel
Constant for TypeRel.contains(int, int, int): return only typerels that exactly match.
string(LocalizedString) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
string - Variable in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag.Entry
 
string - Variable in class org.mmbase.framework.StringRenderer
 
STRING - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that returns a String.
STRING_LOOP - Static variable in class org.mmbase.servlet.Performance
 
StringBufferWriter - Class in org.mmbase.util
Oddly enough, Java does not provide this itself.
StringBufferWriter(StringBuffer) - Constructor for class org.mmbase.util.StringBufferWriter
Create a new StringBufferWriter
StringBuilderWriter - Class in org.mmbase.util
Oddly enough, Java does not provide this itself.
StringBuilderWriter(StringBuilder) - Constructor for class org.mmbase.util.StringBuilderWriter
Create a new StringBufferWriter
stringcmp - Variable in class org.mmbase.util.SortedVector
Deprecated.
 
StringCompare - Class in org.mmbase.util
Deprecated.
Should implement java.util.Comparator, or should not exist, because this is java.lang.String's 'natural' order.
StringCompare() - Constructor for class org.mmbase.util.StringCompare
Deprecated.
 
StringDataType - Class in org.mmbase.datatypes
The datatype for String fields.
StringDataType(String) - Constructor for class org.mmbase.datatypes.StringDataType
Constructor for string data type.
StringDataType.PatternRestriction - Class in org.mmbase.datatypes
 
stringFormatted(Node) - Static method in class org.mmbase.applications.editwizard.Utils
For debugging purposes.
stringFunction() - Method in class org.mmbase.util.functions.ExampleBean
A function defined by this class
StringGetter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.StringGetter
 
StringHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
A TypeHandler for strings, textareas and text-input.
StringHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
Constructor for StringHandler.
StringHandler - Class in org.mmbase.datatypes.handlers.html
 
StringHandler() - Constructor for class org.mmbase.datatypes.handlers.html.StringHandler
 
stringIterator() - Method in class org.mmbase.bridge.implementation.BasicStringList
 
stringIterator() - Method in class org.mmbase.bridge.remote.proxy.RemoteStringList_Proxy
 
stringIterator() - Method in interface org.mmbase.bridge.remote.RemoteStringList
 
stringIterator() - Method in class org.mmbase.bridge.remote.rmi.RemoteStringList_Rmi
 
StringIterator - Interface in org.mmbase.bridge
An iterator for a list of strings
stringIterator() - Method in interface org.mmbase.bridge.StringList
Returns an type-specific iterator for this list.
stringIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyStringList
 
stringIterator() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringList
 
StringList - Interface in org.mmbase.bridge
A list of Strings
StringListTag - Class in org.mmbase.bridge.jsp.taglib
This class makes a tag which can list strings.
StringListTag() - Constructor for class org.mmbase.bridge.jsp.taglib.StringListTag
 
StringObject - Class in org.mmbase.util
This Class is a growable buffer for characters.
StringObject() - Constructor for class org.mmbase.util.StringObject
Constructs an empty String buffer.
StringObject(int) - Constructor for class org.mmbase.util.StringObject
Constructs an empty String buffer with the specified initial length.
StringObject(String) - Constructor for class org.mmbase.util.StringObject
Constructs a String buffer with the specified initial value.
StringPart(String) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.StringPart
 
StringRenderer - Class in org.mmbase.framework
The overly simple renderer which is simply based on a String present in the configuration file.
StringRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.StringRenderer
 
StringResource(String) - Constructor for class org.mmbase.util.xml.EntityResolver.StringResource
 
STRINGS - Static variable in interface org.mmbase.security.AuthenticationData
Resourcebundle containing all kind of i18n versions of parameter names and so on.
StringSearchConstraint - Interface in org.mmbase.storage.search
A constraint specifically for advanced types of text searches.
StringSerializableInputStream(SerializableInputStream, CharTransformer) - Constructor for class org.mmbase.util.Casting.StringSerializableInputStream
 
StringsExtractor - Class in org.mmbase.module.lucene.extraction.impl
A very simple Extractor based on unix's 'strings'.
StringsExtractor() - Constructor for class org.mmbase.module.lucene.extraction.impl.StringsExtractor
 
StringSplitter - Class in org.mmbase.util
Utility class for splitting delimited values.
StringTagger - Class in org.mmbase.util
StringTagger, Creates a object with tags and fields from a String.
StringTagger(String, char, char, char, char, char, char) - Constructor for class org.mmbase.util.StringTagger
Creates a StringTag for the given line.
StringTagger(String, char, char, char, char) - Constructor for class org.mmbase.util.StringTagger
Creates a StringTag for the given line.
StringTagger(String) - Constructor for class org.mmbase.util.StringTagger
Creates a StringTag for the given line.
stringToLocation(String) - Static method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
stringToType(String) - Static method in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
StringTransformer - Class in org.mmbase.util.transformers
You need only to implement transform(String) you have the simplest kind of tranformer (which is not 'streamable').
StringTransformer() - Constructor for class org.mmbase.util.transformers.StringTransformer
 
StringWrapper(CharSequence, CharTransformer) - Constructor for class org.mmbase.util.Casting.StringWrapper
 
StringWriterTEI - Class in org.mmbase.bridge.jsp.taglib
A TEI class for Writer Tags that (on default) produce String jsp vars.
StringWriterTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.StringWriterTEI
 
Strip - Class in org.mmbase.util
Class to strip characters from the beginning and end of strings.
StripJsessionidCommitProcessor - Class in org.mmbase.jumpers
 
StripJsessionidCommitProcessor() - Constructor for class org.mmbase.jumpers.StripJsessionidCommitProcessor
 
stripTemplateLeaveNodenr() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
stripTemplateLeaveNodenr() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
stripTemplateLeaveNodenr() - Method in interface org.mmbase.applications.vprowizards.spring.cache.template.TemplateParser
 
stripTemplates(String) - Static method in class org.mmbase.applications.vprowizards.spring.cache.BasicOSCacheNameResolver
this method strips the templates away from the flushnames and just leaves the nodenumbers.
stripTemplatesLeaveNodeNr(String) - Static method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateParser
 
stub() - Method in class org.mmbase.servlet.Performance
 
StubToLocalMapper - Class in org.mmbase.bridge.remote.util
StubToLocalMapper is a utitity class that helps a Stub to find it's Local implementation.
StubToLocalMapper() - Constructor for class org.mmbase.bridge.remote.util.StubToLocalMapper
 
StyleSheetClass - Class in org.mmbase.applications.thememanager
 
StyleSheetClass(String) - Constructor for class org.mmbase.applications.thememanager.StyleSheetClass
 
StyleSheetManager - Class in org.mmbase.applications.thememanager
 
StyleSheetManager(String) - Constructor for class org.mmbase.applications.thememanager.StyleSheetManager
 
StyleSheetProperty - Class in org.mmbase.applications.thememanager
 
StyleSheetProperty(String, String) - Constructor for class org.mmbase.applications.thememanager.StyleSheetProperty
 
StyleSheetPropertyBackgroundColor - Class in org.mmbase.applications.thememanager
 
StyleSheetPropertyBackgroundColor(String, String) - Constructor for class org.mmbase.applications.thememanager.StyleSheetPropertyBackgroundColor
 
SubArea - Class in org.mmbase.applications.mmbob
 
SubArea() - Constructor for class org.mmbase.applications.mmbob.SubArea
 
SubArea(String, int) - Constructor for class org.mmbase.applications.mmbob.SubArea
 
SubConfig() - Constructor for class org.mmbase.applications.editwizard.Config.SubConfig
 
subdir - Variable in class org.mmbase.module.gui.flash.MMFlash
 
SUBFRAGMENT_SPARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
subList(int, int) - Method in interface org.mmbase.bridge.BridgeList
 
subList(int, int) - Method in class org.mmbase.bridge.implementation.BasicList
 
subList(int, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteBridgeList_Proxy
 
subList(int, int) - Method in interface org.mmbase.bridge.remote.RemoteBridgeList
 
subList(int, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteBridgeList_Rmi
 
subList(int, int) - Method in class org.mmbase.bridge.util.AbstractBridgeList
 
subList(int, int) - Method in class org.mmbase.bridge.util.AbstractSequentialBridgeList
 
subList(int, int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
subList(int, int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
subList(int, int) - Method in class org.mmbase.bridge.util.CollectionNodeList
 
subList(int, int) - Method in class org.mmbase.bridge.util.CollectionRelationList
 
subList(int, int) - Method in class org.mmbase.bridge.util.TreeList
 
subList(int, int) - Method in class org.mmbase.util.functions.Parameters
 
submit(Stage, Callable<T>) - Static method in class org.mmbase.streams.createcaches.Executors
 
submit(Cloud, int, ChainedLogger) - Method in class org.mmbase.streams.createcaches.Job
Start actually executing this Job by submitting it at JobCallable.
submit(JobCallable) - Method in class org.mmbase.streams.createcaches.Job
Re-submit this job.
submit(Node, Parameters) - Method in class org.mmbase.streams.download.DownloadFunction
 
Submitter - Class in org.mmbase.searchrelate
This is used by mm-sr:relatednodes to execute some things after a transaction is committed.
Submitter(String) - Constructor for class org.mmbase.searchrelate.Submitter
 
subNodeList(int, int) - Method in class org.mmbase.bridge.implementation.BasicNodeList
 
subNodeList(int, int) - Method in interface org.mmbase.bridge.NodeList
Returns a sublist of this list.
subNodeList(int, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeList_Proxy
 
subNodeList(int, int) - Method in interface org.mmbase.bridge.remote.RemoteNodeList
 
subNodeList(int, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeList_Rmi
 
subNodeList(int, int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
subNodeList(int, int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeList
 
subNodeList(int, int) - Method in class org.mmbase.bridge.util.CollectionNodeList
 
subNodeList(int, int) - Method in class org.mmbase.bridge.util.TreeList
 
subNodeManagerList(int, int) - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList
 
subObjects - Variable in class org.mmbase.applications.editwizard.Config
 
subQueries - Variable in class org.mmbase.module.lucene.MMBaseIndexDefinition
Subqueries for this index.
subRelationList(int, int) - Method in class org.mmbase.bridge.implementation.BasicRelationList
 
subRelationList(int, int) - Method in interface org.mmbase.bridge.RelationList
Returns a sublist of this list.
subRelationList(int, int) - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationList_Proxy
 
subRelationList(int, int) - Method in interface org.mmbase.bridge.remote.RemoteRelationList
 
subRelationList(int, int) - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationList_Rmi
 
subRelationList(int, int) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
subRelationList(int, int) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationList
 
subRelationList(int, int) - Method in class org.mmbase.bridge.util.CollectionRelationList
 
subRelationManagerList(int, int) - Method in class org.mmbase.bridge.implementation.BasicRelationManagerList
 
subs - Variable in class org.mmbase.framework.Block.Type
 
subSequence(int, int) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
subSequence(int, int) - Method in class org.mmbase.util.Casting.StringWrapper
 
Substring(int, int, String) - Constructor for class org.mmbase.util.transformers.SubstringFactory.Substring
 
SubstringFactory - Class in org.mmbase.util.transformers
Factories CharTransformer's which mirror the input, but only between 'from' and 'to' parameters.
SubstringFactory() - Constructor for class org.mmbase.util.transformers.SubstringFactory
 
SubstringFactory.Substring - Class in org.mmbase.util.transformers
 
success - Variable in class org.mmbase.module.tools.ApplicationResult
 
success(String) - Method in class org.mmbase.module.tools.ApplicationResult
Adds a message and sets the success status to true.
successor() - Method in class org.mmbase.util.functions.ExampleBean
A real node-function (using the node argument).
successor(String) - Static method in class org.mmbase.util.functions.IndexFunction
Returns the 'successor' of a string.
successor(String, String, String, boolean) - Static method in class org.mmbase.util.functions.IndexFunction
Calculates the 'successor' of an index String.
suffix - Variable in class org.mmbase.applications.vprowizards.spring.cache.modifiers.PrefixSuffixModifier
 
SUMFIELDS_PARAMETERS - Static variable in class org.mmbase.util.functions.ExampleBuilder
 
sumFieldsFunction - Variable in class org.mmbase.util.functions.ExampleBuilder
Implementation of 'node function', which can be compared with a instance method in java.
superClassLists - Variable in class org.mmbase.mojo.remote.ObjectWrapperGenerator
 
SUPPORT_NONE - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Support level for features that are not supported.
SUPPORT_NORMAL - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Support level for features that are available for use under normal circumstances.
SUPPORT_OPTIMAL - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Support level for features that are optimally supported.
SUPPORT_WEAK - Static variable in interface org.mmbase.storage.search.SearchQueryHandler
Support level for features that are supported, but not recommended when performance is critical.
SUPPORTS_BLOB - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-supports-blob.
SUPPORTS_COMPOSITE_INDEX - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-supports-composite-index.
SUPPORTS_DATA_DEFINITION - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-supports-data-definition.
SUPPORTS_FOREIGN_KEYS - Static variable in class org.mmbase.storage.implementation.database.Attributes
Foreign keys can be used
SUPPORTS_TRANSACTIONS - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: database-supports-transactions.
supportsForeignKeys - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
supportsTransactions - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
Whether transactions and rollback are supported by this database
supportsTransactions() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
supportsTransactions() - Method in class org.mmbase.storage.StorageManagerFactory
Returns whether transactions, and specifically rollback, is supported in the storage layer.
SURROUNDING_P - Static variable in class org.mmbase.util.transformers.XmlField
 
Swallower - Class in org.mmbase.util.transformers
This tranformer is the equivalent of piping to /dev/null
Swallower() - Constructor for class org.mmbase.util.transformers.Swallower
 
swapOut() - Method in class org.mmbase.applications.mmbob.PostThread
 
SwingRTFExtractor - Class in org.mmbase.module.lucene.extraction.impl
RTF text extractor
SwingRTFExtractor() - Constructor for class org.mmbase.module.lucene.extraction.impl.SwingRTFExtractor
 
swirl - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
SwitchTo(int) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.mmbase.util.transformers.ListParserTokenManager
Switch to specified lex state.
sx - Variable in class org.mmbase.util.LocalServletRequest
 
sync(MMObjectBuilder, Map<String, Field>, NodeManager) - Static method in class org.mmbase.bridge.implementation.BasicNodeManager
 
syncBuilderXML(MMObjectBuilder, String) - Method in class org.mmbase.module.tools.MMAdmin
 
syncModuleXML(Module, String) - Method in class org.mmbase.module.tools.MMAdmin
 
syncNode(Node, int) - Static method in class org.mmbase.applications.mmbob.ForumManager
ToDo: Write docs!
syncNode(Node) - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
add the given node to the syncQueue, to be synchronized at synchronization-time
syncobj - Variable in class org.mmbase.module.builders.vwms.ImageMaster
 
syncobj - Variable in class org.mmbase.module.builders.vwms.PageMaster
 
syncTreeAreas() - Method in class org.mmbase.applications.mmbob.Forum
 
SYSTEM_OWNER - Static variable in class org.mmbase.module.core.MMObjectBuilder
Default (system) owner name for the owner field.
systemDataTypeCollector - Static variable in class org.mmbase.datatypes.DataTypeCollector
 
SystemEvent - Class in org.mmbase.core.event
 
SystemEvent() - Constructor for class org.mmbase.core.event.SystemEvent
 
SystemEvent.Collectable - Class in org.mmbase.core.event
A SystemEvent that is also Collectable will be collected by the EventManger and also issued to EventListeners which are added after the event happened.
SystemEvent.DataSourceAvailable - Class in org.mmbase.core.event
Notifies that the database is now usable
SystemEvent.ResourceLoaderChange - Class in org.mmbase.core.event
 
SystemEvent.ServletContext - Class in org.mmbase.core.event
 
SystemEvent.Shutdown - Class in org.mmbase.core.event
Notifies that the local MMBase is going to be shut down
SystemEvent.Up - Class in org.mmbase.core.event
Notifies that the local MMBase is now fully up and running
SystemEventBroker - Class in org.mmbase.core.event
 
SystemEventBroker() - Constructor for class org.mmbase.core.event.SystemEventBroker
 
SystemEventListener - Interface in org.mmbase.core.event
 
SystemField(String, NodeManager, DataType) - Constructor for class org.mmbase.bridge.mock.MockNodeManager.SystemField
 
systemId - Variable in class org.mmbase.util.xml.DocumentWriter
 
systemId - Variable in class org.mmbase.util.xml.filter.XmlWriter
 
SystemProperties - Class in org.mmbase.core.util
This class facilitates the use of nodes for system properties.
SystemProperties() - Constructor for class org.mmbase.core.util.SystemProperties
 
SZ_REF - Static variable in class org.mmbase.util.SizeOf
 

T

tableName - Variable in class org.mmbase.module.core.MMTable
The table name
tablesInheritFields() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Returns whether tables inherit fields form parent tables.
tablesInheritFields() - Method in class org.mmbase.storage.implementation.database.RelationalDatabaseStorageManager
 
tabSize - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
tabSize - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
TabToSpacesTransformer - Class in org.mmbase.util.transformers
Replace every tab by n spaces.
TabToSpacesTransformer() - Constructor for class org.mmbase.util.transformers.TabToSpacesTransformer
 
TabToSpacesTransformer(int) - Constructor for class org.mmbase.util.transformers.TabToSpacesTransformer
 
tag - Variable in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
Tag(String) - Constructor for class org.mmbase.util.transformers.SpaceReducer.Tag
 
tag - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagCheck
 
TagCheck(boolean, TagStripperFactory.Tag) - Constructor for class org.mmbase.util.transformers.TagStripperFactory.TagCheck
 
tagDataNodesWithoutDataID(Document) - Method in class org.mmbase.applications.editwizard.WizardDatabaseConnector
This method tags the datanodes in the given document.
tagger - Variable in class org.mmbase.module.gui.html.MultilevelCacheEntry
 
TagIdentifier - Interface in org.mmbase.bridge.jsp.taglib
Interface designed to make it possible for child tags to access a parent tag using a String id
TaglibException - Exception in org.mmbase.bridge.jsp.taglib
This exception gets thrown when something goes wrong in the MMBase-taglib.
TaglibException() - Constructor for exception org.mmbase.bridge.jsp.taglib.TaglibException
 
TaglibException(String) - Constructor for exception org.mmbase.bridge.jsp.taglib.TaglibException
 
TaglibException(Throwable) - Constructor for exception org.mmbase.bridge.jsp.taglib.TaglibException
 
TaglibException(String, Throwable) - Constructor for exception org.mmbase.bridge.jsp.taglib.TaglibException
 
tagNodeList(NodeList, String, String) - Static method in class org.mmbase.applications.editwizard.Utils
This method tags all nodes in the nodelist.
tagNodeList(NodeList, String, String, int) - Static method in class org.mmbase.applications.editwizard.Utils
Same as above, but now you can supply a startnumber.
TAGS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
TagStripper(Writer, List<TagStripperFactory.Tag>) - Constructor for class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
TagStripperFactory - Class in org.mmbase.util.transformers
Can be used to strip tags and attributes from HTML.
TagStripperFactory() - Constructor for class org.mmbase.util.transformers.TagStripperFactory
 
TagStripperFactory.ParserGetter - Class in org.mmbase.util.transformers
 
TagStripperFactory.State - Enum in org.mmbase.util.transformers
 
TagStripperFactory.TagCheck - Class in org.mmbase.util.transformers
 
TagStripperFactory.TagStripper - Class in org.mmbase.util.transformers
 
tail - Variable in class org.mmbase.util.Queue
Deprecated.
The tail element of the queue.
tasks - Variable in class org.mmbase.module.builders.vwms.VwmProbe
 
template - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
template - Variable in class org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
 
Template - Class in org.mmbase.applications.vprowizards.spring.cache.template
 
Template(String) - Constructor for class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
template - Variable in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
template - Variable in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
template - Variable in class org.mmbase.util.functions.PatternNodeFunctionProvider.PatternNodeFunction
 
template - Variable in class org.mmbase.util.images.Imaging.CKey
 
template - Variable in class org.mmbase.util.images.LazyDimension
 
TEMPLATE_NODENR_SEPARATOR - Static variable in class org.mmbase.applications.vprowizards.spring.cache.template.Template
 
TemplateCache - Class in org.mmbase.cache.xslt
A cache for XSL transformation templates.
TemplateCache.Key - Class in org.mmbase.cache.xslt
Object to use as a key in the Caches.
TemplateCleanerModifier - Class in org.mmbase.applications.vprowizards.spring.cache.modifiers
 
TemplateCleanerModifier() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.modifiers.TemplateCleanerModifier
 
TemplateParser - Interface in org.mmbase.applications.vprowizards.spring.cache.template
A template is a String where certain placeholders can be prepended with (node) numbers.
TemplateQueryRunner - Interface in org.mmbase.applications.vprowizards.spring.cache.template
 
templates - Variable in class org.mmbase.applications.editwizard.Config
 
templatesDir - Static variable in class org.mmbase.applications.media.urlcomposers.Config
 
TEMPNODE_DEFAULT_SIZE - Static variable in class org.mmbase.module.core.MMObjectBuilder
Default size of the temporary node cache
temporaryNodeId - Variable in class org.mmbase.bridge.implementation.BasicNode
Temporary node ID.
TemporaryNodeManager - Class in org.mmbase.module.core
This class is severely underdocumented.
TemporaryNodeManager(MMBase) - Constructor for class org.mmbase.module.core.TemporaryNodeManager
 
TemporaryNodeManagerInterface - Interface in org.mmbase.module.core
 
temporaryNodes - Static variable in class org.mmbase.module.core.MMObjectBuilder
Collection for temporary nodes, Used by the Temporarynodemanager when working with transactions The default size is 1024.
terminate() - Method in class org.mmbase.util.externalprocess.ProcessClosure
Forces the termination of the launched process
Test - Class in org.mmbase.cache.implementation
Some results (at 2 x (dual core) Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz)
Test() - Constructor for class org.mmbase.cache.implementation.Test
 
test(String, int, String) - Method in class org.mmbase.module.RemoteMMCI
 
test(byte[]) - Method in class org.mmbase.util.magicfile.BasicDetector
 
test(byte[]) - Method in interface org.mmbase.util.magicfile.Detector
 
test(String) - Method in class org.mmbase.util.magicfile.MagicFile
 
test(byte[]) - Method in class org.mmbase.util.magicfile.XmlDetector
 
TEST_STRING - Static variable in class org.mmbase.servlet.Performance
 
testByte(byte[]) - Method in class org.mmbase.util.magicfile.BasicDetector
Test whether a byte matches
TestConfig - Class in org.mmbase.util.logging
Class TestConfig
TestConfig() - Constructor for class org.mmbase.util.logging.TestConfig
 
TestCronJob - Class in org.mmbase.applications.crontab
A test cron-job.
TestCronJob() - Constructor for class org.mmbase.applications.crontab.TestCronJob
 
testLong(byte[], int) - Method in class org.mmbase.util.magicfile.BasicDetector
Test whether a long matches
testShort(byte[], int) - Method in class org.mmbase.util.magicfile.BasicDetector
Test whether a short matches
testString(byte[]) - Method in class org.mmbase.util.magicfile.BasicDetector
Test whether a string matches
testValidData() - Method in class org.mmbase.module.core.ClusterNode
Tests whether the data in a node is valid (throws an exception if this is not the case).
testValidData(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Tests whether the data in a node is valid (throws an exception if this is not the case).
testValidData() - Method in class org.mmbase.module.core.MMObjectNode
Tests whether the data in a node is valid (throws an exception if this is not the case).
testValidData(MMObjectNode) - Method in class org.mmbase.module.corebuilders.RelDef
Tests whether the data in a node is valid (throws an exception if this is not the case).
testValue(Object, StepField) - Static method in class org.mmbase.storage.search.implementation.BasicStepField
Tests if a value is acceptable for comparison with a certain field.
text - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
text - Variable in class org.mmbase.util.HTMLFormGenerator
TEXT
text - Variable in class org.mmbase.util.Mail
The message body text
TEXT_XML_DEFAULT_CHARSET - Static variable in class org.mmbase.util.GenericResponseWrapper
 
textArea - Variable in class org.mmbase.util.HTMLFormGenerator
TEXTAREA Element
TextHandler - Class in org.mmbase.datatypes.handlers.html
The most basic HtmlHandler simply produces an input tag with the type 'text'.
TextHandler() - Constructor for class org.mmbase.datatypes.handlers.html.TextHandler
 
TextMiningExtractor - Class in org.mmbase.module.lucene.extraction.impl
Use textmining lib to extract text from a Word document
TextMiningExtractor() - Constructor for class org.mmbase.module.lucene.extraction.impl.TextMiningExtractor
 
th - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.LeafFileTag
 
th - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
th - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
Theme - Class in org.mmbase.applications.thememanager
 
Theme(String, String, boolean) - Constructor for class org.mmbase.applications.thememanager.Theme
 
ThemeManager - Class in org.mmbase.applications.thememanager
 
ThemeManager() - Constructor for class org.mmbase.applications.thememanager.ThemeManager
 
ThemeManagerController - Class in org.mmbase.applications.thememanager.taglib
 
ThemeManagerController() - Constructor for class org.mmbase.applications.thememanager.taglib.ThemeManagerController
 
THIS - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
this_period() - Method in class org.mmbase.util.dateparser.DateParser
 
THISPAGE - Static variable in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
thisserver - Variable in class org.mmbase.module.builders.vwms.SCPcopy
Name of the current server
thisserver - Variable in class org.mmbase.module.builders.vwms.UnixCopy
 
THOUSANDS - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
THREAD - Static variable in class org.mmbase.applications.crontab.modules.CrontabModule
 
thread - Variable in class org.mmbase.applications.crontab.RunningCronEntry
 
THREAD_DELAY - Static variable in class org.mmbase.util.FileWatcher
The one thread doing al the work also needs a delay.
threadGroup - Static variable in class org.mmbase.util.ThreadPools
 
ThreadObserver - Class in org.mmbase.applications.mmbob
 
ThreadObserver(Forum, int, int, String, String, String) - Constructor for class org.mmbase.applications.mmbob.ThreadObserver
 
ThreadPools - Class in org.mmbase.util
Generic MMBase Thread Pools
threadQueue - Static variable in class org.mmbase.util.CommandServer
 
threads - Static variable in class org.mmbase.util.CommandServer
 
ThreadsHandler - Class in org.mmbase.applications.mmbob.generate
 
ThreadsHandler(int, int, String, String) - Constructor for class org.mmbase.applications.mmbob.generate.ThreadsHandler
 
THROW - Static variable in class org.mmbase.bridge.jsp.taglib.util.Notfound
 
ThumbNailFunction - Class in org.mmbase.streams.thumbnails
Function on mediafragments (videofragments really) to make thumbnails of video streams.
ThumbNailFunction() - Constructor for class org.mmbase.streams.thumbnails.ThumbNailFunction
 
ThumbNailRemover - Class in org.mmbase.streams.thumbnails
 
ThumbNailRemover() - Constructor for class org.mmbase.streams.thumbnails.ThumbNailRemover
 
time() - Method in class org.mmbase.util.dateparser.DateParser
 
time - Variable in class org.mmbase.util.fileInfo
Last Modified Date of the file
time_zone() - Method in class org.mmbase.util.dateparser.DateParser
 
timeOut - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
timeOut - Variable in class org.mmbase.framework.ConnectionRenderer
 
timeout - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
TIMEOUT - Static variable in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
timepool - Variable in class org.mmbase.module.scancache
Contains the last date (as an Integer) a file was stored in a pool.
Timer() - Constructor for class org.mmbase.cache.ReleaseStrategy.Timer
Deprecated.
 
timerHandle - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
A handle necessary when using the Timer Tag;
timerHandle - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
A handle necessary when using the Time Tag;
timerHandle - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.IncludeTag
 
timerHandle - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
TimerTag - Class in org.mmbase.bridge.jsp.taglib.debug
Times how long the executing of the body took, and logs this.
TimerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.debug.TimerTag
 
timeStamp - Variable in class org.mmbase.util.logging.BufferedLogger.LogEntry
 
TimeTag - Class in org.mmbase.bridge.jsp.taglib
The time taglib provides you easy functionality for using times in your web pages.
TimeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.TimeTag
 
timezone - Variable in class org.mmbase.applications.editwizard.Config
 
TIMEZONE - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
title - Variable in class org.mmbase.applications.editwizard.Config.ListConfig
 
TitleField - Class in org.mmbase.streams.thumbnails
The virtual title field of thumbnails.
TitleField() - Constructor for class org.mmbase.streams.thumbnails.TitleField
 
TMP_FIELD_EXISTS - Static variable in class org.mmbase.module.core.MMObjectBuilder
 
TMP_FIELD_NUMBER - Static variable in class org.mmbase.module.core.MMObjectBuilder
 
TMP_FIELD_RESOLVED - Static variable in class org.mmbase.module.core.MMObjectBuilder
 
TmpObject - Class in org.mmbase.applications.xmlimporter
A TmpObject represents a temporary object in a transaction.
TmpObject(UserTransactionInfo, String, boolean, boolean) - Constructor for class org.mmbase.applications.xmlimporter.TmpObject
Creates new import TmpObject.
TmpObject(UserTransactionInfo, String, int) - Constructor for class org.mmbase.applications.xmlimporter.TmpObject
Creates new access TmpObject.
tmpObjectManager - Static variable in class org.mmbase.bridge.implementation.BasicCloudContext
 
TO - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
RegularExpression Id.
to - Variable in class org.mmbase.util.Mail
The recipient of the mail
to - Variable in class org.mmbase.util.transformers.Base64
 
to - Variable in class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
to - Variable in class org.mmbase.util.transformers.ConfigurableStringTransformer
 
to - Variable in class org.mmbase.util.transformers.Hex
 
TO - Static variable in class org.mmbase.util.transformers.SubstringFactory
 
to_period() - Method in class org.mmbase.util.dateparser.DateParser
 
toArray(TreeMap<Integer, Integer>) - Static method in class org.incava.util.diff.Diff
Converts the map (indexed by java.lang.Integers) into an array.
toArray() - Method in class org.mmbase.bridge.implementation.BasicList
 
toArray() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
toArray(T[]) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
toArray() - Method in class org.mmbase.util.Casting.ListWrapper
 
toArray(Object[]) - Method in class org.mmbase.util.Casting.ListWrapper
 
toAudio(Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
toBasicQuery(Query) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
toBoolean() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as an boolean (true or false).
toBoolean() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toBoolean() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toBoolean() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toBoolean() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toBoolean() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toBoolean(Object) - Static method in class org.mmbase.util.Casting
Convert an object to a boolean.
toBuilderField(String, String) - Static method in class org.mmbase.storage.search.implementation.database.informix.excalibur.EtxSqlHandler
Finds builderfield corresponding to the database table and field names.
toByte() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a byte array.
toByte() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toByte() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toByte() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toByte() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toByte() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toByte(Object) - Static method in class org.mmbase.util.Casting
Convert an object to a byte array.
toByteArray(InputStream) - Static method in class org.mmbase.util.SerializableInputStream
 
toClassArray() - Method in class org.mmbase.util.functions.Parameters
 
toCollection(Object, String) - Static method in class org.mmbase.util.Casting
Transforms an object to a collection.
toCollection(Object) - Static method in class org.mmbase.util.Casting
 
toConstraint(String) - Method in class org.mmbase.storage.search.legacy.ConstraintParser
Parses SQL-search-condition, and produces a corresponding Constraint object.
toConstraint(BasicSearchQuery) - Method in class org.mmbase.storage.search.legacy.DBQuery
Converts this query to a constraint for a search query.
toDataType(Object) - Static method in class org.mmbase.util.Casting
 
toDate() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a java.util.Date If the value cannot be converted, this method returns null
toDate() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toDate() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toDate() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toDate() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toDate() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toDate(Object) - Static method in class org.mmbase.util.Casting
Convert an object to a Date.
toDate() - Method in class org.mmbase.util.dateparser.DateParser
 
toDecimal(Object) - Static method in class org.mmbase.util.Casting
 
toDocument(Element) - Static method in class org.mmbase.util.xml.DocumentReader
Utility method to make a document of an element.
toDouble() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a double.
toDouble() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toDouble() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toDouble() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toDouble() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toDouble() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toDouble(Object, double) - Static method in class org.mmbase.util.Casting
Convert an object to an double.
toDouble(Object) - Static method in class org.mmbase.util.Casting
Convert an object to an double.
toEntryList() - Method in class org.mmbase.util.functions.Parameters
Returns the Parameters as an unmodifiable List of Map.Entrys with predictable iteration order (the same order of this Parameters, which is a List of the values only, itself)
toExists(String) - Static method in enum org.mmbase.module.core.TransactionManager.Exists
 
toFloat() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a float.
toFloat() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toFloat() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toFloat() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toFloat() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toFloat() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toFloat(Object, float) - Static method in class org.mmbase.util.Casting
Convert an object to an float.
toFloat(Object) - Static method in class org.mmbase.util.Casting
Convert an object to an float.
ToggleRelationAction - Class in org.mmbase.applications.vprowizards.spring.action
This action is to replace the the CreateCheckboxRelation and UpdateCheckboxRelation actions from the previous version of the backing code.
ToggleRelationAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.ToggleRelationAction
 
toGMTString() - Method in class org.mmbase.util.DynamicDate
Deprecated.
toHtml() - Method in class org.mmbase.versioning.Diff
 
toImage(Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
toIndex - Variable in class org.mmbase.util.functions.Parameters
 
toInputStream(Object) - Static method in class org.mmbase.util.Casting
 
toInt() - Method in enum org.mmbase.applications.media.Codec
 
toInt() - Method in enum org.mmbase.applications.media.Format
 
toInt() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as an int.
toInt() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toInt() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toInt() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toInt() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toInt() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toInt(Object, int) - Static method in class org.mmbase.util.Casting
Convert an object to an int.
toInt(Object) - Static method in class org.mmbase.util.Casting
Convert an object to an int.
toInt() - Method in class org.mmbase.util.logging.Level
Makes an integer from this object.
toInteger(Object) - Static method in class org.mmbase.util.Casting
Convert an object to an Integer.
toInternalForm(String) - Method in class org.mmbase.util.ResourceLoader
Returns an abstract URL for a resource with given name, findResource(name).toString() would give an 'external' form.
toInternalForm(URL) - Static method in class org.mmbase.util.ResourceLoader
 
token - Variable in class org.mmbase.util.dateparser.DateParser
Current token.
Token - Class in org.mmbase.util.dateparser
Describes the input token stream.
Token() - Constructor for class org.mmbase.util.dateparser.Token
No-argument constructor
Token(int) - Constructor for class org.mmbase.util.dateparser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.mmbase.util.dateparser.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.mmbase.util.transformers.ListParser
Current token.
Token - Class in org.mmbase.util.transformers
Describes the input token stream.
Token() - Constructor for class org.mmbase.util.transformers.Token
No-argument constructor
Token(int) - Constructor for class org.mmbase.util.transformers.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.mmbase.util.transformers.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.mmbase.util.dateparser.DateParser
Generated Token Manager.
token_source - Variable in class org.mmbase.util.transformers.ListParser
Generated Token Manager.
tokenBegin - Variable in class org.mmbase.util.dateparser.SimpleCharStream
 
tokenBegin - Variable in class org.mmbase.util.transformers.SimpleCharStream
 
tokenImage - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
Literal token values.
tokenImage - Variable in exception org.mmbase.util.dateparser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.mmbase.util.transformers.ListParserConstants
Literal token values.
tokenImage - Variable in exception org.mmbase.util.transformers.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenize(String) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
Parses SQL search condition string into separate tokens, discarding white spaces, concatenating strings between (single/double) quotes, and replacing escaped (single/double) quotes in strings by the original character.
TokenizerCacheNameResolver - Class in org.mmbase.applications.vprowizards.spring.cache
This class has a no-arg constructor so you can use it as a bean.
TokenizerCacheNameResolver() - Constructor for class org.mmbase.applications.vprowizards.spring.cache.TokenizerCacheNameResolver
 
TokenMgrError - Error in org.mmbase.util.dateparser
Token Manager Error.
TokenMgrError() - Constructor for error org.mmbase.util.dateparser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.mmbase.util.dateparser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.mmbase.util.dateparser.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.mmbase.util.transformers
Token Manager Error.
TokenMgrError() - Constructor for error org.mmbase.util.transformers.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.mmbase.util.transformers.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.mmbase.util.transformers.TokenMgrError
Full Constructor.
tokenStream(String, Reader) - Method in class org.mmbase.module.lucene.analysis.en.StandardCleaningAnalyzer
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.
toKey(MMObjectNode, Map<String, Object>) - Static method in class org.mmbase.applications.media.cache.URLCache
creates a key based of the media fragment number and the user information
toLevel(String) - Static method in class org.mmbase.util.logging.Level
 
toLevel(String) - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
 
toLevel(int) - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
 
toList(Object) - Static method in class org.mmbase.util.Casting
Convert an object to a List.
toList(Object, String) - Static method in class org.mmbase.util.Casting
As Casting.toList(Object) but with one extra argument.
toLocaleString() - Method in class org.mmbase.util.DynamicDate
Deprecated.
toLog4jLevel(String) - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
 
toLong() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a long.
toLong() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toLong() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toLong() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toLong() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toLong() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toLong(Object, long) - Static method in class org.mmbase.util.Casting
Convert an object to a long.
toLong(Object) - Static method in class org.mmbase.util.Casting
Convert an object to a long.
toMap() - Method in class org.mmbase.framework.ComponentRepository
An (unmodifiable) map representing the complete repository
toMap(Object) - Static method in class org.mmbase.util.Casting
 
toMap() - Method in class org.mmbase.util.functions.Parameters
Gives the arguments back as a (unmodifiable) map.
toNode() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a Node.
toNode() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toNode() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toNode() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toNode() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toNode() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toNode(Object, Cloud) - Static method in class org.mmbase.util.Casting
Convert an object to an Node.
toNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNodeManager
 
toNodeManager() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
toNodeManager() - Method in interface org.mmbase.bridge.Node
Returns this as a NodeManager.
toNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
toNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
toNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
toNodeManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
toNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
toNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
toNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
toNodeManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
toNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
toNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
toNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
toNodeManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
toNodeManager() - Method in class org.mmbase.bridge.util.AbstractNode
 
toNodeManager() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
toNodeManager() - Method in class org.mmbase.bridge.util.NodeWrapper
 
toNodeNumber(Object) - Method in class org.mmbase.bridge.implementation.BasicNode
 
toNodeNumber(Object) - Method in class org.mmbase.bridge.util.AbstractNode
A method to convert an object to an node number.
toNodeQuery(CloudReferrerTag, Object) - Static method in class org.mmbase.bridge.jsp.taglib.containers.ListNodesContainerTag
 
toNumber(String) - Method in class org.mmbase.datatypes.DecimalDataType
 
toNumber(String) - Method in class org.mmbase.datatypes.NumberDataType
 
topQuery - Variable in class org.mmbase.bridge.util.TreeList
 
toRelation() - Method in class org.mmbase.bridge.implementation.BasicRelation
 
toRelation() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
toRelation() - Method in interface org.mmbase.bridge.Node
Returns this as a Relation.
toRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
toRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
toRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
toRelation() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
toRelation() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
toRelation() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
toRelation() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
toRelation() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
toRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
toRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
toRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
toRelation() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
toRelation() - Method in class org.mmbase.bridge.util.AbstractNode
 
toRelation() - Method in class org.mmbase.bridge.util.NodeWrapper
 
toRelationManager() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
toRelationManager() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
toRelationManager() - Method in interface org.mmbase.bridge.Node
Returns this as a RelationManager.
toRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
toRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
toRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
toRelationManager() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
toRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
toRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
toRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
toRelationManager() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
toRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
toRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
toRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
toRelationManager() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
toRelationManager() - Method in class org.mmbase.bridge.util.AbstractNode
 
toRelationManager() - Method in class org.mmbase.bridge.util.NodeWrapper
 
toSerializableInputStream(Object) - Static method in class org.mmbase.util.Casting
 
toSql() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
toSql() - Method in interface org.mmbase.bridge.Query
Shows the query in a human-readable SQL form.
toSql() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
toSql() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
toSql() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
toSql() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
toSql() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
toSql() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
toSql() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
toSql(SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
 
toSql(SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.ChainedSqlHandler
 
toSql(SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.HSqlSqlHandler
 
toSql(SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.InformixSqlHandler
 
toSql(SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
toSql(SearchQuery, SqlHandler) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
 
toSql(SearchQuery, SqlHandler) - Method in interface org.mmbase.storage.search.implementation.database.SqlHandler
Represents a SearchQuery object as a string in SQL format, using the database configuration.
toSqlString(String) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Utility method, modifies strings for use in SQL statements.
toSqlString(String) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
toString() - Method in class org.apache.lucene.misc.ChainedFilter
 
toString() - Method in class org.incava.util.diff.Difference
Returns a string representation of this difference.
toString() - Method in class org.mmbase.applications.crontab.builders.NodeCronEntry
 
toString() - Method in class org.mmbase.applications.crontab.CronDaemon
 
toString() - Method in class org.mmbase.applications.crontab.CronEntry
 
toString() - Method in class org.mmbase.applications.crontab.Events.Broker
 
toString() - Method in class org.mmbase.applications.crontab.Events.Event
 
toString() - Method in class org.mmbase.applications.crontab.ProposedJobs.Broker
 
toString() - Method in class org.mmbase.applications.crontab.ProposedJobs.Event
 
toString() - Method in class org.mmbase.applications.crontab.RunningCronEntry
 
toString() - Method in class org.mmbase.applications.editwizard.Wizard.OrderByComparator
 
toString() - Method in class org.mmbase.applications.editwizard.WizardCommand
 
toString() - Method in class org.mmbase.applications.email.EmailEvent.Sent
 
toString() - Method in class org.mmbase.applications.email.EmailEventBroker
 
toString() - Method in class org.mmbase.applications.email.EmailHandler.NodeRecipient
 
toString() - Method in class org.mmbase.applications.media.filters.BitrateInfo
 
toString() - Method in class org.mmbase.applications.media.urlcomposers.URLComposer
 
toString() - Method in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
toString() - Method in class org.mmbase.applications.mmbob.ForumMMBaseSyncer
 
toString() - Method in class org.mmbase.applications.mmbob.util.transformers.PostingBody
 
toString() - Method in class org.mmbase.applications.mmbob.util.transformers.Smilies
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.action.AbstractNodeAction
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.cache.Handling
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.cache.TokenizerCacheNameResolver
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.GlobalError
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.util.DateTime
 
toString() - Method in class org.mmbase.applications.vprowizards.spring.util.URLParamMap
 
toString() - Method in class org.mmbase.applications.xmlimporter.TmpObject
ToString() method, displays most important fields.
toString() - Method in class org.mmbase.bridge.ContextProvider.LocalResolver
 
toString() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a String.
toString() - Method in class org.mmbase.bridge.implementation.BasicCloud
 
toString() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toString() - Method in class org.mmbase.bridge.implementation.BasicNode
 
toString() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
toString() - Method in class org.mmbase.bridge.implementation.BasicRelationManager
 
toString() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
toString() - Method in class org.mmbase.bridge.implementation.VirtualNode
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.tree.BasicDepthProvider
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.tree.ShrinkTag.Entry
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute.Part
String representation of this AttributePart (for debugging)
toString() - Method in class org.mmbase.bridge.jsp.taglib.util.Attribute
String representation of this Attribute object (for debugging)
toString() - Method in class org.mmbase.bridge.jsp.taglib.util.BasicBacking
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.util.NullAttribute
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.util.PageContextBacking
 
toString() - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper.StackEntry
 
toString() - Method in class org.mmbase.bridge.mock.MockCloud
 
toString() - Method in class org.mmbase.bridge.mock.MockCloudContext.MockResolver
 
toString() - Method in class org.mmbase.bridge.mock.MockCloudContext.NodeDescription
 
toString() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
toString() - Method in class org.mmbase.bridge.mock.MockNode
 
toString() - Method in interface org.mmbase.bridge.Node
Converts the node to a string
toString() - Method in class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
 
toString() - Method in class org.mmbase.bridge.remote.proxy.RemoteList_Proxy
 
toString() - Method in class org.mmbase.bridge.RemoteContext.RemoteResolver
 
toString() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toString() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
toString() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
toString() - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
toString() - Method in class org.mmbase.bridge.util.FieldWrapper
 
toString() - Method in class org.mmbase.bridge.util.MapNode
 
toString() - Method in class org.mmbase.bridge.util.MapNodeManager
 
toString() - Method in class org.mmbase.bridge.util.NodeManagerDescription
 
toString() - Method in class org.mmbase.bridge.util.NodeMap
 
toString() - Method in class org.mmbase.bridge.util.NodeWrapper
 
toString() - Method in class org.mmbase.bridge.util.TreeList.Branch
 
toString() - Method in class org.mmbase.bridge.util.TreeList
 
toString() - Method in class org.mmbase.bridge.util.xml.Generator
Returns the document as a String.
toString(boolean) - Method in class org.mmbase.bridge.util.xml.Generator
Returns the document as a String.
toString() - Method in class org.mmbase.bridge.util.xml.query.QueryDefinition
 
toString() - Method in class org.mmbase.cache.Cache
 
toString() - Method in class org.mmbase.cache.CacheManager.Bean
 
toString() - Method in class org.mmbase.cache.ChainedReleaseStrategy
 
toString() - Method in class org.mmbase.cache.ConstraintsMatchingStrategy.AbstractConstraintMatcher
 
toString() - Method in class org.mmbase.cache.implementation.LRUCache
Returns size, maxSize.
toString() - Method in class org.mmbase.cache.QueryResultCache
 
toString() - Method in class org.mmbase.cache.ReleaseStrategy
 
toString() - Method in class org.mmbase.cache.xslt.TemplateCache.Key
 
toString() - Method in class org.mmbase.clustering.jgroups.Multicast
 
toString() - Method in class org.mmbase.clustering.multicast.Multicast
 
toString() - Method in class org.mmbase.clustering.unicast.Unicast
 
toString() - Method in class org.mmbase.core.AbstractDescriptor
 
toString() - Method in class org.mmbase.core.AbstractField
Returns a description for this field.
toString() - Method in class org.mmbase.core.CoreField
 
toString() - Method in class org.mmbase.core.event.AllEventBroker
 
toString() - Method in class org.mmbase.core.event.EventBroker
 
toString() - Method in class org.mmbase.core.event.IdEvent
 
toString() - Method in class org.mmbase.core.event.IdEventBroker
 
toString() - Method in class org.mmbase.core.event.NodeEvent
 
toString() - Method in class org.mmbase.core.event.NodeEventBroker
 
toString() - Method in class org.mmbase.core.event.RelationEvent
 
toString() - Method in class org.mmbase.core.event.RelationEventBroker
 
toString() - Method in class org.mmbase.core.event.SqlExecutorListener
 
toString() - Method in class org.mmbase.core.event.SystemEvent.DataSourceAvailable
 
toString() - Method in class org.mmbase.core.event.SystemEventBroker
 
toString() - Method in class org.mmbase.core.event.TransactionEvent.Cancel
 
toString() - Method in class org.mmbase.core.event.TransactionEvent.Commit
 
toString() - Method in class org.mmbase.core.event.TransactionEvent.Create
 
toString() - Method in class org.mmbase.core.event.TransactionEvent.Resolve
 
toString() - Method in class org.mmbase.core.event.TransactionEventBroker
 
toString() - Method in class org.mmbase.core.event.TypedNodeEventListenerWrapper
 
toString() - Method in class org.mmbase.core.event.TypedRelationEventListenerWrapper
 
toString() - Method in class org.mmbase.core.event.WeakEventBroker
 
toString() - Method in class org.mmbase.core.event.WeakNodeEventBroker
 
toString() - Method in class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
toString() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
toString(Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
toString() - Method in class org.mmbase.datatypes.BasicDataType
 
toString() - Method in class org.mmbase.datatypes.DataTypeCollector
 
toString(int, Locale, int) - Method in class org.mmbase.datatypes.DateTimePattern.Element
Converts a value for the Calendar field associated with this Element to a String.
toString() - Method in class org.mmbase.datatypes.DateTimePattern.Element
 
toString() - Method in class org.mmbase.datatypes.DateTimePattern
 
toString() - Method in class org.mmbase.datatypes.handlers.html.BinaryHandler
 
toString() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
toString() - Method in class org.mmbase.datatypes.processors.ChainedCommitProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.ChainedProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.CharTransformerProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.ContextProcessor.Get
 
toString() - Method in class org.mmbase.datatypes.processors.ContextProcessor.Set
 
toString() - Method in class org.mmbase.datatypes.processors.Cookies.CookieBase
 
toString() - Method in class org.mmbase.datatypes.processors.CopyProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.CreationTimeGuesser
 
toString() - Method in class org.mmbase.datatypes.processors.Creator
 
toString() - Method in class org.mmbase.datatypes.processors.DelayedGetter
 
toString() - Method in class org.mmbase.datatypes.processors.DelayedSetter.NodeField
 
toString() - Method in class org.mmbase.datatypes.processors.DelayedSetter.Setter
 
toString() - Method in class org.mmbase.datatypes.processors.DelayedSetter
 
toString() - Method in class org.mmbase.datatypes.processors.Duration.GetString
 
toString() - Method in class org.mmbase.datatypes.processors.Duration.SetString
 
toString() - Method in class org.mmbase.datatypes.processors.EmptyCommitProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.FileNameProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.FormatDateTime
 
toString() - Method in class org.mmbase.datatypes.processors.FormatFileSize
 
toString() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
toString() - Method in class org.mmbase.datatypes.processors.IgnoreEmptyProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.IgnoreIfChangedProcessor
 
toString() - Method in class org.mmbase.datatypes.processors.Ip
 
toString() - Method in class org.mmbase.datatypes.processors.LastModified
 
toString() - Method in class org.mmbase.datatypes.processors.LastModifier
 
toString() - Method in class org.mmbase.datatypes.processors.NodeNumber
 
toString() - Method in class org.mmbase.datatypes.processors.OriginTrace
 
toString() - Method in class org.mmbase.datatypes.processors.xml.HtmlGetString
 
toString() - Method in class org.mmbase.datatypes.processors.xml.HtmlSetString
 
toString() - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
toString() - Method in class org.mmbase.framework.basic.BasicFramework
 
toString() - Method in class org.mmbase.framework.basic.BasicUrlConverter
 
toString() - Method in class org.mmbase.framework.basic.ChainedUrlConverter
 
toString() - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
 
toString() - Method in class org.mmbase.framework.basic.State
 
toString() - Method in class org.mmbase.framework.basic.Url
 
toString() - Method in class org.mmbase.framework.BasicComponent
 
toString() - Method in class org.mmbase.framework.Block
 
toString() - Method in class org.mmbase.framework.Block.Type
 
toString() - Method in class org.mmbase.framework.CachedRenderer
 
toString() - Method in class org.mmbase.framework.ChainedRenderer
 
toString() - Method in class org.mmbase.framework.ConnectionRenderer
 
toString() - Method in class org.mmbase.framework.DeniedRenderer
 
toString() - Method in class org.mmbase.framework.EditwizardRenderer
 
toString() - Method in class org.mmbase.framework.ErrorRenderer
 
toString() - Method in class org.mmbase.framework.JspProcessor
 
toString() - Method in class org.mmbase.framework.JspRenderer
 
toString() - Method in class org.mmbase.framework.ResourceRenderer
 
toString() - Method in class org.mmbase.framework.Setting
 
toString() - Method in class org.mmbase.framework.StringRenderer
 
toString() - Method in class org.mmbase.framework.VirtualComponent
 
toString() - Method in class org.mmbase.framework.WrappedRenderer
 
toString(MMObjectNode) - Method in class org.mmbase.module.builders.MMServers
 
toString() - Method in class org.mmbase.module.builders.vwms.PriorityURL
Deprecated.
 
toString() - Method in class org.mmbase.module.cacheline
 
toString() - Method in class org.mmbase.module.core.MMObjectBuilder
Implmenting a sensible toString is usefull for debugging.
toString(MMObjectNode) - Method in class org.mmbase.module.core.MMObjectBuilder
Implements for MMObjectNode
toString() - Method in class org.mmbase.module.core.MMObjectNode
Returns the core of this node in a string.
toString() - Method in enum org.mmbase.module.core.TransactionManager.Exists
 
toString(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeRel
 
toString() - Method in class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRelNode
 
toString() - Method in class org.mmbase.module.database.JDBC
Give some info about the jdbc connection
toString() - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
toString() - Method in class org.mmbase.module.database.MultiPool
 
toString() - Method in class org.mmbase.module.gui.html.PageProcess
 
toString() - Method in class org.mmbase.module.lucene.AssignmentEvents.Broker
 
toString() - Method in class org.mmbase.module.lucene.AssignmentEvents.Event
 
toString() - Method in class org.mmbase.module.lucene.FullIndexEvents.Broker
 
toString() - Method in class org.mmbase.module.lucene.Indexer
 
toString() - Method in class org.mmbase.module.lucene.IndexFieldDefinition
 
toString() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition.LazyMap
 
toString() - Method in class org.mmbase.module.lucene.JdbcIndexDefinition
 
toString() - Method in class org.mmbase.module.lucene.MMBaseEntry
 
toString() - Method in class org.mmbase.module.lucene.MMBaseIndexDefinition
 
toString() - Method in class org.mmbase.module.lucene.NewSearcher.Broker
 
toString() - Method in class org.mmbase.module.lucene.NewSearcher.Event
 
toString() - Method in class org.mmbase.module.lucene.Searcher
 
toString() - Method in class org.mmbase.module.sessionInfo
 
toString() - Method in class org.mmbase.module.smtp.ChainedMailHandler
 
toString() - Method in class org.mmbase.module.smtp.MailHandler.Address
 
toString() - Method in class org.mmbase.module.TransactionHandler.TransactionInfo
 
toString() - Method in class org.mmbase.module.Upload.FileInfo
 
toString() - Method in class org.mmbase.notifications.Notifyable
 
toString() - Method in class org.mmbase.richtext.processors.xml.MmxfGetString
 
toString() - Method in class org.mmbase.richtext.processors.xml.MmxfSetString
 
toString() - Method in class org.mmbase.richtext.processors.xml.UnPGet
 
toString(Object) - Static method in class org.mmbase.richtext.processors.xml.Util
 
toString() - Method in class org.mmbase.searchrelate.SessionCleaner
 
toString() - Method in class org.mmbase.searchrelate.Submitter
 
toString() - Method in class org.mmbase.security.Action
 
toString() - Method in class org.mmbase.security.ActionChecker.Rank
 
toString() - Method in class org.mmbase.security.Authorization.QueryCheck
Used for debugging.
toString() - Method in class org.mmbase.security.BasicUser
Gets a string representation of this user context (for debugging)
toString() - Method in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
toString() - Method in class org.mmbase.security.classsecurity.ClassAuthentication.LoginResult
 
toString(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Contexts
 
toString(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Groups
 
toString(MMObjectNode) - Method in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
toString() - Method in class org.mmbase.security.implementation.cloudcontext.ContextProvider.AllowingContexts
 
toString() - Method in class org.mmbase.security.Operation
 
toString() - Method in class org.mmbase.security.Rank
 
toString() - Method in class org.mmbase.security.RequestActionChecker
 
toString() - Method in class org.mmbase.servlet.BridgeServlet.QueryParts
 
toString() - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
toString() - Method in class org.mmbase.servlet.FileServlet.FirstLastRange
 
toString() - Method in class org.mmbase.sms.BasicSMS
 
toString() - Method in class org.mmbase.sms.SMSEvent
 
toString() - Method in class org.mmbase.sms.SMSEventBroker
 
toString() - Method in interface org.mmbase.storage.search.AggregatedField
Returns a string representation of this AggregatedField.
toString() - Method in interface org.mmbase.storage.search.CompareFieldsConstraint
Returns a string representation of this CompareFieldsConstraint.
toString() - Method in interface org.mmbase.storage.search.CompositeConstraint
Returns a string representation of this CompositeConstraint.
toString() - Method in interface org.mmbase.storage.search.FieldNullConstraint
Returns a string representation of this FieldNullConstraint.
toString() - Method in interface org.mmbase.storage.search.FieldValueBetweenConstraint
Returns a string representation of this FieldValueBetweenConstraint.
toString() - Method in interface org.mmbase.storage.search.FieldValueConstraint
Returns a string representation of this FieldValueConstraint.
toString() - Method in interface org.mmbase.storage.search.FieldValueInConstraint
Returns a string representation of this FieldValueInConstraint.
toString() - Method in interface org.mmbase.storage.search.FieldValueInQueryConstraint
Returns a string representation of this FieldValueInConstraint.
toString() - Method in interface org.mmbase.storage.search.FunctionValueConstraint
Returns a string representation of this FunctionValueConstraint.
toString() - Method in class org.mmbase.storage.search.implementation.BasicAggregatedField
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicCompareFieldsConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicDateSortOrder
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldNullConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicLegacyConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicSortOrder
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicStepField
 
toString() - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
 
toString() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
toString() - Method in class org.mmbase.storage.search.legacy.ParseItem
Returns the converted item as a String
toString() - Method in interface org.mmbase.storage.search.LegacyConstraint
Returns a string representation of this LegacyConstraint.
toString() - Method in interface org.mmbase.storage.search.RelationStep
Returns a string representation of this RelationStep.
toString() - Method in interface org.mmbase.storage.search.SearchQuery
Returns a string representation of this SearchQuery.
toString() - Method in interface org.mmbase.storage.search.SortOrder
Returns a string representation of this SortOrder.
toString() - Method in interface org.mmbase.storage.search.Step
Returns a string representation of this Step.
toString() - Method in interface org.mmbase.storage.search.StepField
Returns a string representation of this StepField.
toString() - Method in interface org.mmbase.storage.search.StringSearchConstraint
Returns a string representation of this StringSearchConstraint.
toString() - Method in class org.mmbase.storage.util.Index
 
toString() - Method in class org.mmbase.storage.util.Scheme
 
toString() - Method in class org.mmbase.storage.util.Sql
 
toString() - Method in class org.mmbase.storage.util.TypeMapping
 
toString() - Method in class org.mmbase.streams.createcaches.Job
 
toString() - Method in class org.mmbase.streams.createcaches.JobCallable
 
toString() - Method in class org.mmbase.streams.createcaches.JobDefinition
 
toString() - Method in class org.mmbase.streams.createcaches.RecognizerResult
 
toString() - Method in class org.mmbase.streams.createcaches.SkippedResult
 
toString() - Method in class org.mmbase.streams.createcaches.TranscoderResult
 
toString() - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
toString() - Method in class org.mmbase.streams.transcoders.AnalyzerLogger
 
toString() - Method in class org.mmbase.streams.transcoders.FFMpegRecognizer
 
toString() - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
toString() - Method in class org.mmbase.streams.urlcomposers.ImagesURLComposer
 
toString() - Method in class org.mmbase.util.Casting.ListWrapper
 
toString() - Method in class org.mmbase.util.Casting.NodeListWrapper
 
toString() - Method in class org.mmbase.util.Casting.StringSerializableInputStream
 
toString() - Method in class org.mmbase.util.Casting.StringWrapper
 
toString(Object) - Static method in class org.mmbase.util.Casting
Convert an object to a String.
toString() - Method in class org.mmbase.util.CommandServer.Command
 
toString() - Method in class org.mmbase.util.CommandServer.Copier
 
toString() - Method in class org.mmbase.util.dateparser.Token
Returns the image.
toString() - Method in class org.mmbase.util.DynamicDate
 
toString() - Method in class org.mmbase.util.Entry
A sensible toString, for debugging purposes ('<key>=<value>').
toString() - Method in class org.mmbase.util.ErrorStruct
prints the ErrorStruct
toString() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
toString() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Method
 
toString() - Method in class org.mmbase.util.FileWatcher
Shows the 'contents' of the filewatcher.
toString() - Method in class org.mmbase.util.functions.AbstractFunction
 
toString() - Method in class org.mmbase.util.functions.BeanFunction.Producer
 
toString() - Method in class org.mmbase.util.functions.CombinedFunction
 
toString() - Method in class org.mmbase.util.functions.Parameter
 
toString() - Method in class org.mmbase.util.functions.Parameter.Wrapper
 
toString() - Method in class org.mmbase.util.functions.Parameters
 
toString() - Method in class org.mmbase.util.functions.ReturnType
 
toString() - Method in class org.mmbase.util.functions.WrappedFunction
 
toString() - Method in class org.mmbase.util.GenericResponseWrapper
Return all data that has been written to the PrintWriter.
toString() - Method in class org.mmbase.util.images.Dimension
 
toString() - Method in class org.mmbase.util.images.FileReceiver
 
toString() - Method in class org.mmbase.util.images.ImageConversionRequestProcessor
 
toString() - Method in class org.mmbase.util.images.ImageMagickImageConverter
 
toString() - Method in class org.mmbase.util.images.ImageMagickImageConverter.Version
 
toString() - Method in class org.mmbase.util.images.Imaging.CKey
 
toString() - Method in class org.mmbase.util.images.NodeReceiver
 
toString() - Method in class org.mmbase.util.jumpers.ChainedJumperStrategy
 
toString() - Method in class org.mmbase.util.LocaleCollator
 
toString() - Method in class org.mmbase.util.LocalizedEntryListFactory
 
toString() - Method in class org.mmbase.util.LocalizedString
For LocalizedString this returns the String for the default Locale (see LocalizedString.getDefault()).
toString() - Method in class org.mmbase.util.logging.ChainedLogger
 
toString() - Method in class org.mmbase.util.logging.Level
 
toString() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
 
toString() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Returns a description of the table.
toString(boolean) - Method in class org.mmbase.util.LRUHashtable
Deprecated.
Returns a description of the table.
toString() - Method in class org.mmbase.util.magicfile.AbstractDetector
 
toString() - Method in class org.mmbase.util.magicfile.BasicDetector
 
toString() - Method in class org.mmbase.util.MagickClient.Job
 
toString() - Method in class org.mmbase.util.Mail
Returns a description of the mail object.
toString() - Method in class org.mmbase.util.MimeType
 
toString() - Method in class org.mmbase.util.PageInfo
 
toString() - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
 
toString() - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
 
toString() - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
 
toString() - Method in class org.mmbase.util.ResourceLoader.NodeURLStreamHandler
 
toString() - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
 
toString() - Method in class org.mmbase.util.ResourceLoader
 
toString() - Method in class org.mmbase.util.ResourceWatcher
Shows the 'contents' of the filewatcher.
toString() - Method in class org.mmbase.util.SerializableInputStream
 
toString() - Method in class org.mmbase.util.SortedBundle.ValueWrapper
 
toString() - Method in class org.mmbase.util.SqlExecutor
 
toString() - Method in class org.mmbase.util.StringBufferWriter
Return the buffer's current value as a string.
toString() - Method in class org.mmbase.util.StringBuilderWriter
Return the buffer's current value as a string.
toString() - Method in class org.mmbase.util.StringObject
Converts to a String representing the data in the buffer.
toString() - Method in class org.mmbase.util.StringTagger
toString
toString() - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
 
toString() - Method in class org.mmbase.util.transformers.Asciifier
 
toString() - Method in class org.mmbase.util.transformers.ByteCharTransformer
 
toString() - Method in class org.mmbase.util.transformers.Censor
 
toString() - Method in class org.mmbase.util.transformers.ChainedCharTransformer
 
toString() - Method in class org.mmbase.util.transformers.ChecksumFactory.ChecksumTransformer
 
toString() - Method in class org.mmbase.util.transformers.Config
 
toString() - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
toString() - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
 
toString() - Method in class org.mmbase.util.transformers.CopyCharTransformer
 
toString() - Method in class org.mmbase.util.transformers.Identifier
 
toString() - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
toString() - Method in class org.mmbase.util.transformers.LinkFinder
 
toString() - Method in class org.mmbase.util.transformers.LowerCaser
 
toString() - Method in class org.mmbase.util.transformers.MD5
 
toString() - Method in class org.mmbase.util.transformers.ParagraphTransformerFactory.ParagraphTransformer
 
toString() - Method in class org.mmbase.util.transformers.RadixTransformer
 
toString() - Method in class org.mmbase.util.transformers.RegexpReplacer
 
toString() - Method in class org.mmbase.util.transformers.RomanTransformer
 
toString() - Method in class org.mmbase.util.transformers.Rot13
 
toString() - Method in class org.mmbase.util.transformers.Rot5
 
toString() - Method in class org.mmbase.util.transformers.Sitestat
 
toString() - Method in class org.mmbase.util.transformers.SpaceReducer.Tag
 
toString() - Method in class org.mmbase.util.transformers.SpaceReducer
 
toString() - Method in class org.mmbase.util.transformers.SpaceRemover
 
toString() - Method in class org.mmbase.util.transformers.SpaceSwallower
 
toString() - Method in class org.mmbase.util.transformers.SubstringFactory.Substring
 
toString() - Method in class org.mmbase.util.transformers.Swallower
 
toString() - Method in class org.mmbase.util.transformers.TabToSpacesTransformer
 
toString() - Method in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
toString() - Method in class org.mmbase.util.transformers.Token
Returns the image.
toString() - Method in interface org.mmbase.util.transformers.Transformer
 
toString() - Method in class org.mmbase.util.transformers.Trimmer
 
toString() - Method in class org.mmbase.util.transformers.UnicodeEscaper
 
toString() - Method in class org.mmbase.util.transformers.UpperCaser
 
toString() - Method in class org.mmbase.util.transformers.XmlEntities
 
toString() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
toString() - Method in class org.mmbase.util.xml.DocumentSerializable
 
toString() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
 
toString() - Method in class org.mmbase.util.xml.URIResolver.Entry
 
toString() - Method in class org.mmbase.util.xml.URIResolver
 
toString() - Method in class org.mmbase.util.xml.UtilReader
 
toStringBuffer(StringBuffer, Object) - Static method in class org.mmbase.util.Casting
Convert an object to a string, using a StringBuffer.
toStringBuilder() - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
toStringBuilder() - Method in class org.mmbase.datatypes.BasicDataType
 
toStringBuilder() - Method in class org.mmbase.datatypes.CheckEqualityDataType
 
toStringBuilder() - Method in class org.mmbase.datatypes.ComparableDataType
 
toStringBuilder() - Method in class org.mmbase.datatypes.DateTimeDataType
 
toStringBuilder() - Method in class org.mmbase.datatypes.ListDataType
 
toStringBuilder() - Method in class org.mmbase.datatypes.StringDataType
 
toStringBuilder(StringBuilder, Object) - Static method in class org.mmbase.util.Casting
Convert an object to a string, using a StringBuilder
toStrings(Collection<LocalizedString>, Locale) - Static method in class org.mmbase.util.LocalizedString
Converts a collection of localized strings to a collection of normal strings.
Total - Class in org.mmbase.poll
A Node-function on the 'poll' builder, which simply calculates the total number of given answers.
Total() - Constructor for class org.mmbase.poll.Total
 
total() - Method in class org.mmbase.poll.Total
 
TotalUpdater - Class in org.mmbase.poll
If the mmbase 'crontab' module is active this class can (and defaultly is) scheduled to periodically run to update the 'total' field of the poll builder (if this field exists).
TotalUpdater() - Constructor for class org.mmbase.poll.TotalUpdater
 
toType(Class<C>, Object) - Static method in class org.mmbase.util.Casting
Tries to 'cast' an object for use with the provided class.
toType(Class<C>, Cloud, Object) - Static method in class org.mmbase.util.Casting
Tries to 'cast' an object for use with the provided class.
toUndefaultEntryList() - Method in class org.mmbase.util.functions.Parameters
Returns the Parameters as an unmodifiable List of Map.Entrys with predictable iteration order (the same order of this Parameters, which is a List of the values only, itself) Values which are the same as the default value are returned as null.
toUndefaultMap() - Method in class org.mmbase.util.functions.Parameters
Returns this parameters object as a (unmodifiable) Map, but all values which only have the default value are null
toUnixDiff() - Method in class org.mmbase.versioning.Diff
 
toUnixDiff(StringBuilder, Difference, Object[], Object[]) - Static method in class org.mmbase.versioning.Diff
 
toVideo(Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
toWriter(Writer, Object) - Static method in class org.mmbase.util.Casting
Convert an object to a string, using a Writer.
toXML() - Method in class org.mmbase.applications.xmlimporter.TmpObject
Displays XML representation of this object, such as the XML code necessary to create this object in a transaction.
toXML() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a org.w3c.dom.Document If the node value is not itself a Document, the method attempts to attempts to convert the String value into an XML.
toXML(Document) - Method in interface org.mmbase.bridge.FieldValue
Returns the value as a org.w3c.dom.Element If the node value is not itself a Document, the method attempts to attempts to convert the String value into an XML.
toXML() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toXML(Document) - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
toXML() - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toXML(Document) - Method in class org.mmbase.bridge.remote.proxy.RemoteFieldValue_Proxy
 
toXML() - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toXML(Document) - Method in interface org.mmbase.bridge.remote.RemoteFieldValue
 
toXML() - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toXML(Document) - Method in class org.mmbase.bridge.remote.rmi.RemoteFieldValue_Rmi
 
toXML() - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toXML(Document) - Method in class org.mmbase.bridge.util.AbstractFieldValue
 
toXml(Element) - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
toXml() - Method in class org.mmbase.datatypes.BasicDataType
 
toXml(Element) - Method in class org.mmbase.datatypes.BasicDataType
 
toXml(Element) - Method in class org.mmbase.datatypes.ComparableDataType
 
toXml() - Method in interface org.mmbase.datatypes.DataType
Returns a DOM element describing this DataType.
toXml(Element) - Method in interface org.mmbase.datatypes.DataType
Fills this datatype in another XML (for example in the xml of DataType.getOrigin(), to make one XML, fully describing the DataType).
toXml(DataType<?>) - Static method in class org.mmbase.datatypes.DataTypes
Returns a new XML completely describing the given DataType.
toXml(Element) - Method in class org.mmbase.datatypes.StringDataType
 
toXML(Object, String) - Method in class org.mmbase.module.core.MMObjectNode
 
toXML(Object) - Static method in class org.mmbase.util.Casting
Convert the value to a Document object.
toXml() - Method in class org.mmbase.util.LocalizedEntryListFactory
 
toXml(String, String, Element, String) - Method in class org.mmbase.util.LocalizedString
Writes this LocalizedString object back to an XML, i.e.
toXML(FileWriter) - Method in class org.mmbase.util.magicfile.BasicDetector
XML notatie: foo/bar bar blablabla test string etc
toXML(FileWriter, int) - Method in class org.mmbase.util.magicfile.BasicDetector
 
toXML(String) - Method in class org.mmbase.util.magicfile.MagicParser
 
toXML(File) - Method in class org.mmbase.util.magicfile.MagicParser
Write the current data structure to an XML file
trace - Variable in class org.mmbase.module.TransactionHandler.UserTransactionInfo
 
trace(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
trace(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
trace(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
trace(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
trace(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
trace(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
trace(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
trace(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
trace(Object) - Method in class org.mmbase.util.logging.java.Impl
 
trace(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
TRACE - Static variable in class org.mmbase.util.logging.Level
A constant.
trace(Object) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
A new logging method that takes the TRACE priority.
trace(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
 
trace(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with trace priority.
trace(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
trace(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
trace(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
TRACE_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
TRAILING - Static variable in class org.mmbase.util.Strip
Strip trailing, only characters at end of string are checked
Transaction - Class in org.mmbase.applications.xmlimporter
This class models a Temporary Cloud Transaction.
Transaction(UserTransactionInfo, String, String, boolean, long, File, Consultant) - Constructor for class org.mmbase.applications.xmlimporter.Transaction
Creates new Transaction.
Transaction(UserTransactionInfo, String, String, boolean, long) - Constructor for class org.mmbase.applications.xmlimporter.Transaction
Creates new Transaction.
transaction - Variable in class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
Transaction - Interface in org.mmbase.bridge
A transaction is an environment that allows for the editing of nodes within a 'safe' context.
TRANSACTION_ISOLATION_LEVEL - Static variable in class org.mmbase.storage.implementation.database.Attributes
Attribute: database-transaction-isolation-level.
transactionContext - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
TransactionEvent - Class in org.mmbase.core.event
 
TransactionEvent(String) - Constructor for class org.mmbase.core.event.TransactionEvent
 
TransactionEvent.Cancel - Class in org.mmbase.core.event
 
TransactionEvent.Commit - Class in org.mmbase.core.event
 
TransactionEvent.Create - Class in org.mmbase.core.event
 
TransactionEvent.End - Class in org.mmbase.core.event
 
TransactionEvent.Resolve - Class in org.mmbase.core.event
 
TransactionEventBroker - Class in org.mmbase.core.event
 
TransactionEventBroker() - Constructor for class org.mmbase.core.event.TransactionEventBroker
 
TransactionEventListener - Interface in org.mmbase.core.event
 
TransactionHandler - Class in org.mmbase.applications.xmlimporter
This class parses the TML code and calls the appropriate methods in TransactionManager TemporarayNodeManager org.mmabse.module.core Furthermore is does some nameserving.
TransactionHandler() - Constructor for class org.mmbase.applications.xmlimporter.TransactionHandler
Create new TransactionHandler.
TransactionHandler - Class in org.mmbase.module
TransactionHandler Module This class parses the TML code and calls the appropriate methods in TransactionManager TemporarayNodeManager org.mmabse.module.core Furthermore it does some nameserving.
TransactionHandler() - Constructor for class org.mmbase.module.TransactionHandler
 
TransactionHandler.ParseTrace - Class in org.mmbase.module
 
TransactionHandler.TransactionInfo - Class in org.mmbase.module
container class for objects per transaction
TransactionHandler.User - Class in org.mmbase.module
Dummy User object, this object needs to be replace by the real User object (when that is finished)
TransactionHandler.UserTransactionInfo - Class in org.mmbase.module
container class for transactions per user
TransactionHandlerException - Exception in org.mmbase.applications.xmlimporter
This exception is thrown when something goes wrong while parsing ot handling a Transacion by the xml importer.
TransactionHandlerException() - Constructor for exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
TransactionHandlerException(String) - Constructor for exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
TransactionHandlerException(Throwable) - Constructor for exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
TransactionHandlerException(String, Throwable) - Constructor for exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
TransactionHandlerException - Exception in org.mmbase.module
This exception is thrown when something goes wrong while parsing ot handling a Transacion through TCP.
TransactionHandlerException() - Constructor for exception org.mmbase.module.TransactionHandlerException
 
TransactionHandlerException(String) - Constructor for exception org.mmbase.module.TransactionHandlerException
 
TransactionHandlerException(Throwable) - Constructor for exception org.mmbase.module.TransactionHandlerException
 
TransactionHandlerException(String, Throwable) - Constructor for exception org.mmbase.module.TransactionHandlerException
 
TransactionHandlerInterface - Interface in org.mmbase.module
interface for TransactionHandler
transactionId - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
transactionId - Variable in exception org.mmbase.module.TransactionHandlerException
 
TransactionInfo(String, String, String, TransactionHandler.UserTransactionInfo) - Constructor for class org.mmbase.module.TransactionHandler.TransactionInfo
 
transactionIsolation - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
The transaction issolation level to use when starting a transaction.
transactionIsolation - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
The transaction isolation level available for this storage.
transactionManager - Static variable in class org.mmbase.bridge.implementation.BasicCloudContext
Transaction Manager to keep track of transactions
TransactionManager - Class in org.mmbase.module.core
The MMBase transaction manager manages a group of changes.
TransactionManager.Exists - Enum in org.mmbase.module.core
NO: The node does not exists yet, but will be created on commit YES: The node already existed befor the transaction started.
TransactionManagerException - Exception in org.mmbase.module.core
This Exception is thrown when something goes wrong the MMBase transaction manager.
TransactionManagerException() - Constructor for exception org.mmbase.module.core.TransactionManagerException
 
TransactionManagerException(String) - Constructor for exception org.mmbase.module.core.TransactionManagerException
 
TransactionManagerException(Throwable) - Constructor for exception org.mmbase.module.core.TransactionManagerException
 
TransactionManagerException(String, Throwable) - Constructor for exception org.mmbase.module.core.TransactionManagerException
 
TransactionManagerInterface - Interface in org.mmbase.module.core
 
transactionName - Variable in class org.mmbase.bridge.implementation.BasicTransaction
The id of the transaction for use with the transaction manager.
transactionName - Variable in class org.mmbase.core.event.TransactionEvent
 
transactionOperator - Variable in exception org.mmbase.applications.xmlimporter.TransactionHandlerException
 
transactionOperator - Variable in exception org.mmbase.module.TransactionHandlerException
 
TransactionReferrerTag - Class in org.mmbase.bridge.jsp.taglib.edit
 
TransactionReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.TransactionReferrerTag
 
TransactionResolver - Class in org.mmbase.module.core
 
TransactionResolver(MMBase) - Constructor for class org.mmbase.module.core.TransactionResolver
 
transactions - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
transactions - Variable in class org.mmbase.bridge.util.AbstractCloud
 
transactions - Variable in class org.mmbase.module.core.TransactionManager
 
TransactionsParser - Class in org.mmbase.applications.xmlimporter
This class parses the xml file with TML code and calls the appropriate methods in TransactionManager TemporarayNodeManager org.mmabse.module.core Furthermore is does some nameserving.
TransactionsParser(UserTransactionInfo, Consultant) - Constructor for class org.mmbase.applications.xmlimporter.TransactionsParser
Creates new TransactionParser object.
TransactionsParser(UserTransactionInfo) - Constructor for class org.mmbase.applications.xmlimporter.TransactionsParser
Creates new TransactionParser object.
TransactionTag - Class in org.mmbase.bridge.jsp.taglib.edit
Creates a new Transaction.
TransactionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.TransactionTag
 
TransactionTEI - Class in org.mmbase.bridge.jsp.taglib.edit
The TEI class belonging to the TransactionTag
TransactionTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.TransactionTEI
 
transcode(URI, URI, Logger) - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
transcode(Logger) - Method in class org.mmbase.streams.transcoders.AbstractTranscoder
 
transcode(Logger) - Method in class org.mmbase.streams.transcoders.CommandTranscoder
 
transcode(Logger) - Method in class org.mmbase.streams.transcoders.InfiniteTranscoder
 
transcode(Logger) - Method in class org.mmbase.streams.transcoders.MockTranscoder
 
transcode(URI, URI, Logger) - Method in class org.mmbase.streams.transcoders.RecognizerTranscoder
 
transcode(URI, URI, Logger) - Method in interface org.mmbase.streams.transcoders.Transcoder
Transcode a file to another, follow the process with a logger.
Transcode - Class in <Unnamed>
A sample program to transcode an input source to an output location with different data formats.
Transcode() - Constructor for class Transcode
 
transcoder - Variable in class org.mmbase.streams.createcaches.JobDefinition
 
Transcoder - Interface in org.mmbase.streams.transcoders
Representation of one transcoding action.
TranscoderResult - Class in org.mmbase.streams.createcaches
Container for the result of a JobDefinition.
TranscoderResult(File, JobDefinition, Node, URI, URI) - Constructor for class org.mmbase.streams.createcaches.TranscoderResult
 
transform(String) - Method in class org.mmbase.applications.mmbob.util.transformers.PostingBody
transforms the body in the xml-version.
transform(String) - Method in class org.mmbase.applications.mmbob.util.transformers.Smilies
Default transform method (with no other params).
transform(String, String, String) - Method in class org.mmbase.applications.mmbob.util.transformers.Smilies
Transform the originalString into a version with the graphical version of the smilies
transform(String, String) - Method in class org.mmbase.module.XSLConvert
Transform XML file using an XSL file
transform(String) - Method in class org.mmbase.richtext.transformers.XmlField
 
transform(String) - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.Asciifier
 
transform(byte[]) - Method in class org.mmbase.util.transformers.Base64
 
transform(InputStream, Writer) - Method in class org.mmbase.util.transformers.Base64
 
transform(InputStream) - Method in class org.mmbase.util.transformers.Base64
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.BufferedReaderTransformer
transform(PrintWriter, String, BufferedReaderTransformer.Status) - Method in class org.mmbase.util.transformers.BufferedReaderTransformer
 
transform(byte[]) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
 
transform(InputStream) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
 
transform(InputStream, Writer) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
An implementation for transform(Reader, Writer) based on transform(String).
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ByteCharTransformer
 
transform(InputStream) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
 
transform(InputStream, Writer) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
 
transform(byte[]) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
 
transform(InputStream, OutputStream) - Method in interface org.mmbase.util.transformers.ByteTransformer
 
transform(byte[]) - Method in interface org.mmbase.util.transformers.ByteTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
Implementation without Threads.
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
 
transform(Reader, Writer) - Method in interface org.mmbase.util.transformers.CharTransformer
 
transform(Reader) - Method in interface org.mmbase.util.transformers.CharTransformer
 
transform(String) - Method in interface org.mmbase.util.transformers.CharTransformer
 
transform(byte[]) - Method in class org.mmbase.util.transformers.ChecksumFactory.ChecksumTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.CodeSampleFactory.CodeSample
Default transform method with no (other) parameters then the string to transform while using <pre> as the tag between which to escape the text while using the default escaper 'text/html'.
transform(String, String, String, String, String) - Method in class org.mmbase.util.transformers.CodeSampleFactory.CodeSample
Transforms the characters of a code example between two tags, <pre>-tags and </pre> f.e., within a string and can use a different escaper for the rest of the text.
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.CopyCharTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.CopyCharTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.CP1252Surrogator
 
transform(String) - Method in class org.mmbase.util.transformers.DiacriticsRemover
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.EncryptionTransformerFactory.Decryption
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.EncryptionTransformerFactory.Encryption
 
transform(byte[]) - Method in class org.mmbase.util.transformers.Hex
Transform a bytearray to a string of hexadecimal digits.
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Identifier
 
transform(InputStream, OutputStream) - Method in class org.mmbase.util.transformers.InputStreamTransformer
 
transform(byte[]) - Method in class org.mmbase.util.transformers.InputStreamTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
transform(Reader) - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Javascript
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Latin3Surrogator
 
transform(String) - Static method in class org.mmbase.util.transformers.ListParser
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.LoggerCharTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.LowerCaser
 
transform(String) - Method in class org.mmbase.util.transformers.MD5
 
transform(String) - Method in class org.mmbase.util.transformers.ParagraphTransformerFactory.ParagraphTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.ProcessorCharTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.RadixTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ReaderTransformer
 
transform(Reader) - Method in class org.mmbase.util.transformers.ReaderTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.ReaderTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.RomanTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot13
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot5
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Sitestat
 
transform(PrintWriter, String, BufferedReaderTransformer.Status) - Method in class org.mmbase.util.transformers.SpaceReducer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.SpaceRemover
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.SpaceSwallower
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Sql
 
transform(String) - Method in class org.mmbase.util.transformers.StringTransformer
 
transform(Reader) - Method in class org.mmbase.util.transformers.StringTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.StringTransformer
An implemention for tranform(Reader, Writer) based on transform(String).
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.SubstringFactory.Substring
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Swallower
 
transform(String) - Method in class org.mmbase.util.transformers.Swallower
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.TabToSpacesTransformer
 
transform(String) - Method in class org.mmbase.util.transformers.Trimmer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Trimmer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.UnicodeEscaper
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.UpperCaser
 
transform(String) - Method in class org.mmbase.util.transformers.Url
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.UrlEscaper
Escape a url.
transform(String) - Method in class org.mmbase.util.transformers.Xml
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.XmlEntities
 
transform(String) - Method in class org.mmbase.util.transformers.XmlField
 
transform(InputStream, OutputStream) - Method in class org.mmbase.util.transformers.XsltTransformer
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.YUICSSCompressor
 
transform(Reader, Writer) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
 
transform(String, String) - Static method in class org.mmbase.util.XSLTransformer
Transform an XML document using a certain XSL document.
transform(String, String, boolean) - Static method in class org.mmbase.util.XSLTransformer
Transform an XML document using a certain XSL document, on MMBase specic way (error handling, entitity resolving, uri resolving, logging), and write it to string, which optionally can be 'cut'.
transform(Source, File, Result, Map<String, Object>) - Static method in class org.mmbase.util.XSLTransformer
This is the base function which calls the actual XSL transformations.
transform(Source, File, Result, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
This is the base function which calls the actual XSL transformations.
transform(Source, URL, Result, Map<String, Object>) - Static method in class org.mmbase.util.XSLTransformer
 
transform(Source, URL, Result, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
 
transform(File, File, Result, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
Perfoms XSL Transformation on XML-file which is parsed MMBase specificly (useing MMBasse EntityResolver and Errorhandler).
transform(File, File, File, boolean, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
Can be used to transform a directory of XML-files.
transform2(Reader, Writer) - Method in class org.mmbase.util.transformers.SpaceReducer
This was the original, now unused implementation (not efficient enough)
transform2(String) - Method in class org.mmbase.util.transformers.SpaceReducer
 
transformAttribute(Node, String) - Static method in class org.mmbase.applications.editwizard.Utils
transforms an attribute.
transformAttribute(Node, String, boolean) - Static method in class org.mmbase.applications.editwizard.Utils
same as above, but now you can supply if the given attributeTemplate is already a xpath or not.
transformAttribute(Node, String, boolean, Map<String, ?>) - Static method in class org.mmbase.applications.editwizard.Utils
Executes an attribute template.
transformBack(String) - Method in class org.mmbase.richtext.transformers.XmlField
 
transformBack(String) - Method in class org.mmbase.util.transformers.Base64
 
transformBack(Reader, OutputStream) - Method in class org.mmbase.util.transformers.Base64
 
transformBack(Reader) - Method in class org.mmbase.util.transformers.Base64
 
transformBack(Reader) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
 
transformBack(Reader, OutputStream) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
 
transformBack(Reader) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
 
transformBack(Reader, OutputStream) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
 
transformBack(String) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
 
transformBack(InputStream, OutputStream) - Method in interface org.mmbase.util.transformers.ByteTransformer
 
transformBack(byte[]) - Method in interface org.mmbase.util.transformers.ByteTransformer
 
transformBack(Reader, Writer) - Method in interface org.mmbase.util.transformers.CharTransformer
 
transformBack(Reader) - Method in interface org.mmbase.util.transformers.CharTransformer
 
transformBack(String) - Method in interface org.mmbase.util.transformers.CharTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.CopyCharTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.CopyCharTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.Hex
Transform a string of hexadecimal digits to a bytearray.
transformBack(InputStream, OutputStream) - Method in class org.mmbase.util.transformers.InputStreamTransformer
 
transformBack(byte[]) - Method in class org.mmbase.util.transformers.InputStreamTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
transformBack(Reader) - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.InverseCharTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Javascript
 
transformBack(String) - Method in class org.mmbase.util.transformers.MD5
 
transformBack(String) - Method in class org.mmbase.util.transformers.RadixTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.ReaderTransformer
 
transformBack(Reader) - Method in class org.mmbase.util.transformers.ReaderTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.ReaderTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.RomanTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot13
For Rot13, transformBack does the same as Rot13.transform(java.io.Reader, java.io.Writer)
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot5
For Rot13, transformBack does the same as Rot5.transform(java.io.Reader, java.io.Writer)
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Sql
 
transformBack(Reader) - Method in class org.mmbase.util.transformers.StringTransformer
 
transformBack(String) - Method in class org.mmbase.util.transformers.StringTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.StringTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Swallower
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.TabToSpacesTransformer
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.UnicodeEscaper
 
transformBack(String) - Method in class org.mmbase.util.transformers.Url
 
transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.UrlEscaper
Unescape a url.
transformBack(String) - Method in class org.mmbase.util.transformers.Xml
 
transformBack(String) - Method in class org.mmbase.util.transformers.XmlField
 
transformEntire(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
transformer - Variable in class org.mmbase.bridge.jsp.taglib.EscaperTag
 
Transformer - Interface in org.mmbase.util.transformers
Interface for transformations.
transformers() - Method in class org.mmbase.richtext.transformers.XmlField
 
transformers() - Method in class org.mmbase.util.transformers.Base64
Used when registering this class as a possible Transformer
transformers() - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
transformers() - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
 
transformers() - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
 
transformers() - Method in interface org.mmbase.util.transformers.ConfigurableTransformer
Returns which transformations can be done by an object of this class.
transformers() - Method in class org.mmbase.util.transformers.CP1252Surrogator
 
transformers() - Method in class org.mmbase.util.transformers.Hex
Used when registering this class as a possible Transformer
transformers() - Method in class org.mmbase.util.transformers.Javascript
Used when registering this class as a possible Transformer
transformers() - Method in class org.mmbase.util.transformers.Latin3Surrogator
 
transformers() - Method in class org.mmbase.util.transformers.Sql
Used when registering this class as a possible Transformer
Transformers - Class in org.mmbase.util.transformers
Utitilies related to the tranformers of this package.
Transformers() - Constructor for class org.mmbase.util.transformers.Transformers
 
transformers() - Method in class org.mmbase.util.transformers.Url
Used when registering this class as a possible Transformer
transformers() - Method in class org.mmbase.util.transformers.Xml
Used when registering this class as a possible Transformer
transformers() - Method in class org.mmbase.util.transformers.XmlField
 
TransformingOutputStream - Class in org.mmbase.util.transformers
A Filtering OutputStream based on ByteTransformers.
TransformingOutputStream(OutputStream, ByteTransformer) - Constructor for class org.mmbase.util.transformers.TransformingOutputStream
 
TransformingReader - Class in org.mmbase.util.transformers
A Filtering Reader based on CharTransformers.
TransformingReader(Reader, CharTransformer) - Constructor for class org.mmbase.util.transformers.TransformingReader
 
TransformingWriter - Class in org.mmbase.util.transformers
A Filtering Writer based on CharTransformers.
TransformingWriter(Writer, CharTransformer) - Constructor for class org.mmbase.util.transformers.TransformingWriter
 
transformLines(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
transformNode(Node, URL, URIResolver, Result, Map<String, ?>, Cloud) - Static method in class org.mmbase.applications.editwizard.Utils
This method does a standard XSL(T) transform on a node as a base context node and sends it to the given Result result.
transformNode(Node, URL, URIResolver) - Static method in class org.mmbase.applications.editwizard.Utils
same as above, but now the result is returned in a new Node and some less params.
transformNode(Node, URL, URIResolver, Map<String, ?>, Cloud) - Static method in class org.mmbase.applications.editwizard.Utils
same as above, but now you can supply a params hashtable.
transformNode(Node, URL, URIResolver, Writer) - Static method in class org.mmbase.applications.editwizard.Utils
same as above, but now the result is written to the writer.
transformNode(Node, URL, URIResolver, Writer, Map<String, ?>, Cloud) - Static method in class org.mmbase.applications.editwizard.Utils
same as above, but now the result is written to the writer and you can use params.
transformNode(Node, String, URIResolver, Writer, Map<String, ?>, Cloud) - Static method in class org.mmbase.applications.editwizard.Utils
 
transformPart(String, String) - Method in class org.mmbase.util.transformers.CodeSampleFactory.CodeSample
Transforms parts of the string.
transformWords(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
transformXmlText(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
transformXmlTextWords(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
 
translateURLArguments(List<?>, Map<String, Object>) - Static method in class org.mmbase.applications.media.builders.MediaFragments
Would something like this be feasible to translate a List to a Map?
traverseSequences() - Method in class org.incava.util.diff.Diff
Traverses the sequences, seeking the longest common subsequences, invoking the methods finishedA, finishedB, onANotB, and onBNotA.
tree - Variable in class org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag
 
tree - Variable in class org.mmbase.bridge.jsp.taglib.tree.LeafConstraintsTag
 
tree - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
TreeContainerTag - Class in org.mmbase.bridge.jsp.taglib.tree
Container cognate for TreeTag
TreeContainerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.TreeContainerTag
 
treefile(String, PageContext, Object) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
TreeFileTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
Like IncludeTag, but an entire tree of files is being probed to find the one that has the most specified value.
TreeFileTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.TreeFileTag
 
TreeHasPageTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
 
TreeHasPageTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag
 
TreeHelper - Class in org.mmbase.bridge.jsp.taglib.pageflow
This helper-class has all Tree- and Leaf-related functionality.
TreeHelper() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper
 
TreeIncludeTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
Like IncludeTag, but an entire tree of files is being probed to find the one that has the most specified value.
TreeIncludeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.TreeIncludeTag
 
TreeIterator - Interface in org.mmbase.bridge.util
A specialized iterator for 'TreeLists'
treeIterator() - Method in class org.mmbase.bridge.util.TreeList
 
treeIterator(int) - Method in class org.mmbase.bridge.util.TreeList
 
TreeItr(int) - Constructor for class org.mmbase.bridge.util.TreeList.TreeItr
 
treelink(String, Object) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
 
TreeList - Class in org.mmbase.bridge.util
Queries a Tree from MMBase.
TreeList(NodeQuery) - Constructor for class org.mmbase.bridge.util.TreeList
 
TreeList(TreeList) - Constructor for class org.mmbase.bridge.util.TreeList
Copy-constructor
TreeList.Branch - Class in org.mmbase.bridge.util
Structure to hold the information for every branch-depth.
TreeList.TreeItr - Class in org.mmbase.bridge.util
The TreeIterator contains the core-functionality of TreeList.
TreeProvider - Interface in org.mmbase.bridge.jsp.taglib.tree
 
TreeReferrerTag - Class in org.mmbase.bridge.jsp.taglib.tree
 
TreeReferrerTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.TreeReferrerTag
 
TreeTag - Class in org.mmbase.bridge.jsp.taglib.tree
Implements mm:tree.
TreeTag() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
TreeTag.BranchLoopStatus - Class in org.mmbase.bridge.jsp.taglib.tree
 
TreeTEI - Class in org.mmbase.bridge.jsp.taglib.tree
The TEI class belonging to the TreeContainer.
TreeTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.tree.TreeTEI
 
trigger() - Method in class org.mmbase.sms.cmtelecom.CMTelecomSender
 
TRIM_STRINGS - Static variable in class org.mmbase.storage.implementation.database.Attributes
Option: trim-strings.
Trimmer - Class in org.mmbase.util.transformers
Trims leading and trailing white space.
Trimmer() - Constructor for class org.mmbase.util.transformers.Trimmer
 
truncate(long) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager.InputStreamBlob
 
truncateList() - Method in class org.mmbase.bridge.jsp.taglib.containers.QueryPreviousBatchesTag
 
truncateList() - Method in class org.mmbase.bridge.jsp.taglib.StringListTag
For use with referid
tryAcquire() - Method in class org.mmbase.util.DijkstraSemaphore
Non-blocking version of acquire().
type - Variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
type - Variable in class org.mmbase.bridge.jsp.taglib.ListNodesTag
 
type - Variable in class org.mmbase.bridge.jsp.taglib.RelatedNodesTag
 
type - Variable in class org.mmbase.bridge.jsp.taglib.security.MayCreateTag
 
type - Variable in class org.mmbase.bridge.mock.MockCloudContext.NodeDescription
 
type - Variable in class org.mmbase.core.AbstractField
 
type - Variable in class org.mmbase.datatypes.processors.RelatedList.AbstractProcessor
 
type - Variable in class org.mmbase.framework.AbstractRenderer
 
type - Variable in class org.mmbase.framework.Block.BlockContainer
 
Type(String, Block.Type) - Constructor for class org.mmbase.framework.Block.Type
 
type - Variable in class org.mmbase.module.gui.html.MultilevelSubscribeNode
 
type - Variable in class org.mmbase.module.Upload.FileInfo
 
TYPE - Static variable in class org.mmbase.security.NoAuthentication
 
type - Variable in class org.mmbase.storage.util.TypeMapping
The expression this type should translate to.
Type - Annotation Type in org.mmbase.util.functions
This annotation can be used on methods, to attribute a DataType, e.g.
TYPE_BINARY - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the binary (byte[]) data type
TYPE_BOOLEAN - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Boolean data type
TYPE_BOOLEAN - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_BYTE - Static variable in interface org.mmbase.bridge.Field
Deprecated.
TYPE_BYTES - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_CHANGE - Static variable in class org.mmbase.core.event.Event
 
TYPE_CHARSEQUENCE - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_CHECK - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_CLOUD - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_DATATYPE - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_DATATYPEDESCRIPTION - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_DATATYPEXML - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_DATE - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_DATETIME - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Date data type
TYPE_DECIMAL - Static variable in interface org.mmbase.bridge.Field
 
TYPE_DECIMAL - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_DEFAULTVALUE - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_DELETE - Static variable in class org.mmbase.core.event.Event
 
TYPE_DESCRIPTION - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_DESCRIPTIONS - Static variable in class org.mmbase.applications.dove.AbstractDove
 
TYPE_DOUBLE - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Double data type
TYPE_DOUBLE - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_ERRORS - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_FIELD - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_FIELD - Static variable in class org.mmbase.util.ResourceLoader
 
TYPE_FIELDVALUE - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_FILEITEM - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_FLOAT - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Float data type
TYPE_FLOAT - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_FORID - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_GUINAME - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_GUITYPE - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_GUIVALUE - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_INPUT - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_INTEGER - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Integer data type
TYPE_INTEGER - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_LIST - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the List data type
TYPE_LIST - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_LONG - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Long data type
TYPE_LONG - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_MAXVALUE - Static variable in class org.mmbase.core.util.Fields
 
TYPE_MINVALUE - Static variable in class org.mmbase.core.util.Fields
 
TYPE_NAME - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_NEW - Static variable in class org.mmbase.core.event.Event
 
TYPE_NODE - Static variable in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
for every node that is created, deleted or updated, a hint of this type is created.
TYPE_NODE - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the Node data type
TYPE_NODE - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_OBJECT - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_ONESHOT - Static variable in class org.mmbase.applications.email.EmailBuilder
 
TYPE_ONESHOTKEEP - Static variable in class org.mmbase.applications.email.EmailBuilder
 
TYPE_PARAMETER - Static variable in class org.mmbase.applications.email.EmailBuilder
 
TYPE_READONLYINPUT - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_RECEIVED - Static variable in class org.mmbase.applications.email.EmailBuilder
 
TYPE_RELATION - Static variable in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
For each relation that was created or removed a hint of this type will be created.
TYPE_RELATION_CHANGE - Static variable in class org.mmbase.core.event.NodeEvent
Event type speicfic for MMBase nodes.
TYPE_REQUEST - Static variable in class org.mmbase.applications.vprowizards.spring.cache.CacheFlushHint
For each request a cache flush hint of this type will be added.
TYPE_REUSESEARCHINPUT - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_SEARCHINPUT - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_SET - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_STATIC - Static variable in class org.mmbase.applications.email.EmailBuilder
 
TYPE_STRING - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the String data type
TYPE_STRING - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_TEMPLATE - Static variable in class org.mmbase.applications.email.EmailBuilder
 
TYPE_TRANSACTION - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_TYPE - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_TYPEDESCRIPTION - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_UNKNOWN - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for data types whose type is unknown
TYPE_UNKNOWN - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_UNSET - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_UNSET - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_UNSPECIFIED - Static variable in class org.mmbase.core.event.Event
 
TYPE_USEINPUT - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_USESEARCHINPUT - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_VALUE - Static variable in class org.mmbase.bridge.jsp.taglib.FieldInfoTag
 
TYPE_VECTOR - Static variable in class org.mmbase.bridge.jsp.taglib.WriterHelper
 
TYPE_XML - Static variable in interface org.mmbase.bridge.Field
MMBase base type identifier for the DOM Document data type
typeCache - Static variable in class org.mmbase.storage.implementation.database.DatabaseStorageManager
The cache that contains the last X types of all requested objects
TypeDef - Class in org.mmbase.module.corebuilders
TypeDef is used to define the* object types (builders).
TypeDef() - Constructor for class org.mmbase.module.corebuilders.TypeDef
 
TypedNodeEventListenerWrapper - Class in org.mmbase.core.event
This class is a wrapper for node event listeners that only want to listen to events concerning a specific builder.
TypedNodeEventListenerWrapper(MMObjectBuilder, NodeEventListener, boolean) - Constructor for class org.mmbase.core.event.TypedNodeEventListenerWrapper
 
TypedRelationEventListenerWrapper - Class in org.mmbase.core.event
This class is a wrapper for relation event listeners that only want to listen to events concerning a specific builder - more specifically, events concerning changes in the relations from a specific builder's nodes.
TypedRelationEventListenerWrapper(MMObjectBuilder, RelationEventListener, int, boolean) - Constructor for class org.mmbase.core.event.TypedRelationEventListenerWrapper
 
TypeHandler - Interface in org.mmbase.bridge.jsp.taglib.typehandler
 
TypeMapping - Class in org.mmbase.storage.util
The TypeMapping class helps translating MMBase types to storage-specific type descriptions.
TypeMapping() - Constructor for class org.mmbase.storage.util.TypeMapping
 
typeMappings - Variable in class org.mmbase.storage.StorageManagerFactory
The list with type mappings
TypeRel - Class in org.mmbase.module.corebuilders
TypeRel defines the allowed relations between two object types.
TypeRel() - Constructor for class org.mmbase.module.corebuilders.TypeRel
 
TypeRel.InverseTypeRelSet - Class in org.mmbase.module.corebuilders
An InverseTypeRelSet is a Set of typerel nodes.
TypeRel.TypeRelSet - Class in org.mmbase.module.corebuilders
A TypeRelSet is a Set of typerel nodes.
TypeRel.VirtualTypeRel - Class in org.mmbase.module.corebuilders
Of course, virtual typerel nodes need a virtual typerel builder.
TypeRel.VirtualTypeRelNode - Class in org.mmbase.module.corebuilders
A VirtualTypeRelNode is a MMObjectNode which is added to the typerelset with extensions of the actual builders specified.
typeRelNodes - Variable in class org.mmbase.module.corebuilders.TypeRel
TypeRel should contain only a limited amount of nodes, so we can simply cache them all, and avoid all further querying.
TypeRelSet() - Constructor for class org.mmbase.module.corebuilders.TypeRel.TypeRelSet
 
typeRestriction - Variable in class org.mmbase.datatypes.BasicDataType
 
TypeRestriction(BasicDataType<C>.TypeRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
TypeRestriction() - Constructor for class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
typeToClass(int) - Static method in class org.mmbase.core.util.Fields
Determines the class for a specified MMBase base type.
TZ_KEY - Static variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 

U

UL - Static variable in interface org.mmbase.util.transformers.ListParserConstants
RegularExpression Id.
unary() - Method in class org.mmbase.util.dateparser.DateParser
 
unAssign(int) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
unAssignFunction - Variable in class org.mmbase.module.lucene.Lucene
 
unbind() - Static method in class org.mmbase.bridge.util.CloudThreadLocal
Unassociate a previously bound cloud from the current thread of execution.
undefaultBacking() - Method in class org.mmbase.util.functions.Parameters
Returns a view on the backing where every value wich is the default value is set to null.
UNDETERMINED - Static variable in class org.mmbase.util.images.Dimension
 
UNDETERMINED - Static variable in class org.mmbase.util.MimeType
 
unescapeurl(String) - Static method in class org.mmbase.util.URLEscape
Deprecated.
Unescape a url.
unescapeurl(String) - Static method in class org.mmbase.util.URLParamEscape
Deprecated.
Unescape a url.
Unicast - Class in org.mmbase.clustering.unicast
Unicast implementation for the mmbase cluster.
Unicast() - Constructor for class org.mmbase.clustering.unicast.Unicast
 
UnicodeEscaper - Class in org.mmbase.util.transformers
To escape from and to 'java' like unicode escaping.
UnicodeEscaper() - Constructor for class org.mmbase.util.transformers.UnicodeEscaper
 
UNIDIRECTIONAL - Static variable in interface org.mmbase.bridge.RelationManager
Directionality constant : uni-directional
uniqueId() - Static method in class org.mmbase.bridge.implementation.BasicCloud
Create unique temporary node number.
uniqueRestriction - Variable in class org.mmbase.datatypes.BasicDataType
 
UniqueRestriction(BasicDataType<C>.UniqueRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
UniqueRestriction(boolean) - Constructor for class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
UniqueStringDataType - Class in org.mmbase.datatypes
Like StringDataType, but with an alternative implementation for the default value, namely, ensuring that it is unique already.
UniqueStringDataType(String) - Constructor for class org.mmbase.datatypes.UniqueStringDataType
 
unit - Variable in class org.mmbase.datatypes.processors.FormatQuantity
 
UnixCopy - Class in org.mmbase.module.builders.vwms
Class UnixCopy
UnixCopy() - Constructor for class org.mmbase.module.builders.vwms.UnixCopy
 
UnixCopy(String) - Constructor for class org.mmbase.module.builders.vwms.UnixCopy
 
UnixCopy(String, String) - Constructor for class org.mmbase.module.builders.vwms.UnixCopy
 
UnixCopy(String, String, String) - Constructor for class org.mmbase.module.builders.vwms.UnixCopy
 
UnixCopy(String, String, String, String) - Constructor for class org.mmbase.module.builders.vwms.UnixCopy
 
UNKNOWN - Static variable in interface org.mmbase.datatypes.resources.StateConstants
 
UNKNOWN - Static variable in class org.mmbase.module.core.TemporaryNodeManager
Return value for setObjectField
UNKNOWN - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function is unknown.
UNKNOWN_COMMAND - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
UnknownAuthenticationMethodException - Exception in org.mmbase.security
Thrown by the security authentication implementation to indicate an unknown login authentication 'method/application'.
UnknownAuthenticationMethodException() - Constructor for exception org.mmbase.security.UnknownAuthenticationMethodException
 
UnknownAuthenticationMethodException(String) - Constructor for exception org.mmbase.security.UnknownAuthenticationMethodException
 
UnknownAuthenticationMethodException(Throwable) - Constructor for exception org.mmbase.security.UnknownAuthenticationMethodException
 
UnknownAuthenticationMethodException(String, Throwable) - Constructor for exception org.mmbase.security.UnknownAuthenticationMethodException
 
UnknownCodingException - Exception in org.mmbase.util.transformers
Class UnknownCodingException
UnknownCodingException() - Constructor for exception org.mmbase.util.transformers.UnknownCodingException
 
UnknownCodingException(String) - Constructor for exception org.mmbase.util.transformers.UnknownCodingException
 
UnknownCodingException(Throwable) - Constructor for exception org.mmbase.util.transformers.UnknownCodingException
 
UnknownCodingException(String, Throwable) - Constructor for exception org.mmbase.util.transformers.UnknownCodingException
 
UnknownCodingException(Class<?>, String, int) - Constructor for exception org.mmbase.util.transformers.UnknownCodingException
 
UnknownCodingException(Class<?>, int) - Constructor for exception org.mmbase.util.transformers.UnknownCodingException
 
unload() - Method in class org.mmbase.module.cache
 
unload() - Method in class org.mmbase.module.database.JDBC
 
unload() - Method in class org.mmbase.module.gui.html.MMEdit
 
unload() - Method in class org.mmbase.module.ProcessorModule
Deprecated.
called by nothing
unload() - Method in class org.mmbase.module.scancache
Event that should be triggered when the module is unloaded.
unload() - Method in class org.mmbase.util.PasswordGeneratorModule
Called when the module is unloaded.
unloadBuilder(MMObjectBuilder) - Method in class org.mmbase.module.core.MMBase
Unloads a builders from MMBase.
unloadBuilder(MMObjectNode) - Method in class org.mmbase.module.corebuilders.TypeDef
 
unloadShortedFields(MMObjectNode, MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
unloadTypeDef(String) - Method in class org.mmbase.module.corebuilders.TypeDef
 
unmodifiableBridgeList(BridgeList<E>) - Static method in class org.mmbase.bridge.util.BridgeCollections
Makes a BridgeList unmodifiable.
UnmodifiableBridgeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
UnmodifiableBridgeList(BridgeList<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
UnmodifiableBridgeList(List<E>, BridgeList<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
UnmodifiableListIterator(ListIterator<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
UnmodifiableModuleIterator(ModuleIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableModuleIterator
 
UnmodifiableNodeIterator(NodeIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeIterator
 
unmodifiableNodeList(NodeList) - Static method in class org.mmbase.bridge.util.BridgeCollections
Makes a NodeList unmodifiable.
UnmodifiableNodeList(NodeList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeList
 
UnmodifiableNodeManagerIterator(NodeManagerIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerIterator
 
unmodifiableNodeManagerList(NodeManagerList) - Static method in class org.mmbase.bridge.util.BridgeCollections
Makes a NodeManagerList unmodifiable.
UnmodifiableNodeManagerList(NodeManagerList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerList
 
UnmodifiableRelationIterator(RelationIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationIterator
 
unmodifiableRelationList(RelationList) - Static method in class org.mmbase.bridge.util.BridgeCollections
Makes a RelationList unmodifiable.
UnmodifiableRelationList(RelationList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationList
 
UnmodifiableRelationManagerIterator(RelationManagerIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerIterator
 
unmodifiableRelationManagerList(RelationManagerList) - Static method in class org.mmbase.bridge.util.BridgeCollections
Makes a RelationManagerList unmodifiable.
UnmodifiableRelationManagerList(RelationManagerList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerList
 
UnmodifiableStringIterator(StringIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringIterator
 
unmodifiableStringList(StringList) - Static method in class org.mmbase.bridge.util.BridgeCollections
Makes a StringList unmodifiable.
UnmodifiableStringList(StringList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringList
 
unparseTemplate(List<String>) - Static method in class org.mmbase.util.images.Imaging
Only used in legacy-support and perhaps debug code.
UnPGet - Class in org.mmbase.richtext.processors.xml
If field was previously not 'mmxf' (but for example just a string), then it may be the case that getXMLValue on that field returns <p>ascii-like text</p>.
UnPGet() - Constructor for class org.mmbase.richtext.processors.xml.UnPGet
 
unreferenced() - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
unRegister(String) - Method in class org.mmbase.bridge.jsp.taglib.ContextTag
Deprecated.
Use getContextProvider().getContextContainer().unRegister
unRegister(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.BeanPair
 
unRegister(String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextCollector
 
unRegister(String) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
unRegister(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
unRegister(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainerPair
 
unRegister(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.MapPair
 
unRegister(String, boolean) - Method in class org.mmbase.bridge.jsp.taglib.util.Pair
 
unRegisterAll(Set<String>) - Method in class org.mmbase.bridge.jsp.taglib.util.ContextContainer
 
UnRelatedNodesTag - Class in org.mmbase.bridge.jsp.taglib
Like listnodes tag, but is is also a node-referrer, and substracts the related nodes of the referred node.
UnRelatedNodesTag() - Constructor for class org.mmbase.bridge.jsp.taglib.UnRelatedNodesTag
 
unsatisfied - Variable in class org.mmbase.framework.BasicComponent
 
unsetWriteEscaper() - Method in class org.mmbase.bridge.jsp.taglib.ContentTag
 
unsupported(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
UnsupportedEventException - Exception in org.mmbase.core.event
 
UnsupportedEventException() - Constructor for exception org.mmbase.core.event.UnsupportedEventException
 
unwrap() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
unwrap(ServletRequest) - Static method in class org.mmbase.bridge.jsp.taglib.ContextTag
 
unwrap() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeQuery_Proxy
 
unwrap() - Method in class org.mmbase.bridge.remote.proxy.RemoteQuery_Proxy
 
unwrap() - Method in class org.mmbase.bridge.remote.proxy.RemoteSearchQueryWrapper_Proxy
 
unwrap() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
unwrap() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
unwrap() - Method in interface org.mmbase.bridge.remote.RemoteSearchQueryWrapper
 
unwrap() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
unwrap() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
unwrap() - Method in class org.mmbase.bridge.remote.rmi.RemoteSearchQueryWrapper_Rmi
 
unwrap() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
unwrap(Class<T>) - Method in class org.mmbase.module.database.ConnectionWrapper
 
unwrap(Class<T>) - Method in interface org.mmbase.module.database.MultiConnection
 
unwrap(Class<T>) - Method in class org.mmbase.module.database.MultiStatement
 
unwrap(Class<T>) - Method in class org.mmbase.storage.implementation.database.GenericDataSource
 
unwrap() - Method in interface org.mmbase.storage.search.SearchQueryWrapper
 
unWrap(Object) - Static method in class org.mmbase.util.Casting
When you want to undo the wrapping, this method can be used.
unwrap(Class<T>) - Method in class org.mmbase.util.xml.DocumentSerializable
 
Up() - Constructor for class org.mmbase.core.event.SystemEvent.Up
 
UP - Static variable in class org.mmbase.util.NodeComparator
 
update() - Method in class org.mmbase.module.core.MMObjectBuilder
Updates the internal version number of this buidler;
UPDATE - Static variable in class org.mmbase.module.lucene.AssignmentEvents
 
update(IndexDefinition, Set<String>) - Method in class org.mmbase.module.lucene.Indexer
 
update(UserContext, int) - Method in class org.mmbase.security.Authorization
This method should be overrided by an extending class.
update(UserContext, int) - Method in class org.mmbase.security.implementation.basic.OwnerAuthorization
 
update(UserContext, int) - Method in class org.mmbase.security.implementation.cloud.Verify
 
update(UserContext, int) - Method in class org.mmbase.security.implementation.cloudcontext.Verify
 
update(UserContext, int) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
update(UserContext, int) - Method in class org.mmbase.security.NoAuthorization
This method does nothing
UPDATE_ITEM - Static variable in class org.mmbase.applications.editwizard.WizardCommand
 
UPDATE_NODE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for updating a node type.
UPDATE_NODE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for updating a node type.
UPDATE_SEQUENCE - Static variable in class org.mmbase.storage.implementation.database.Schemes
Name of the scheme for updating a sequence or number table The parameters accepted are: {0} the storage manager (StorageManager), or the basename for tables (String) {1} the (suggested) name of the primary key field ('number') {2} the sequence buffer size (nr of keys that MMBase caches in the storage layer).
UPDATE_SEQUENCE_DEFAULT - Static variable in class org.mmbase.storage.implementation.database.Schemes
The default scheme for updating a sequence table.
updateEditField(String, String) - Method in class org.mmbase.module.gui.html.StateManager
A field has been selected to edit and the EditState for the specific user is updated.
updateFields() - Method in class org.mmbase.module.core.MMObjectBuilder
Clears all field list caches, and recalculates the field list.
updateIndex(String, Class<? extends IndexDefinition>) - Method in class org.mmbase.module.lucene.Indexer
Update the index for the main element node with the given number.
updateIndex(String, Class<? extends IndexDefinition>) - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
updateIndexFunction - Variable in class org.mmbase.module.lucene.Lucene
This function can be called through the function framework.
updateInstalledVersion(String, String, String, int) - Method in class org.mmbase.module.builders.Versions
 
UpdateLineColumn(char) - Method in class org.mmbase.util.dateparser.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.mmbase.util.transformers.SimpleCharStream
 
UpdateNodeAction - Class in org.mmbase.applications.vprowizards.spring.action
This class finds the node that is identified by the field 'nodenr', and updates it with the given field values.
UpdateNodeAction() - Constructor for class org.mmbase.applications.vprowizards.spring.action.UpdateNodeAction
 
updateSelectedObject(String, String) - Method in class org.mmbase.module.gui.html.StateManager
An object has been selected and the EditState of the specific user is updated.
UpdateSourcesFunction - Class in org.mmbase.streams
'Pings' the physical file of a streamssources (video- or audiostream) with FFMpegRecognizer to update current information in its node.
UpdateSourcesFunction() - Constructor for class org.mmbase.streams.UpdateSourcesFunction
 
Upload - Class in org.mmbase.module
the Upload module stores files that are uploaded.
Upload() - Constructor for class org.mmbase.module.Upload
 
Upload.FileInfo - Class in org.mmbase.module
 
UPLOAD_DIR_PROPERTY - Static variable in class org.mmbase.util.HttpPost
 
UploadInfo - Class in org.mmbase.datatypes.handlers.html.upload
 
UploadInfo(long) - Constructor for class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
UploadInfo.Status - Enum in org.mmbase.datatypes.handlers.html.upload
 
UploadListener - Class in org.mmbase.datatypes.handlers.html.upload
 
UploadListener(HttpServletRequest) - Constructor for class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
UploadListener(HttpServletRequest, long) - Constructor for class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
UpperCaser - Class in org.mmbase.util.transformers
A 'hello world' for CharTransformers.
UpperCaser() - Constructor for class org.mmbase.util.transformers.UpperCaser
 
uri - Variable in class org.mmbase.module.gui.html.PageProcess
 
UriParser - Class in org.mmbase.util
For an important part stolen from jakarta vfs (only one function).
UriParser() - Constructor for class org.mmbase.util.UriParser
 
UriRemoteCloud_Proxy - Class in org.mmbase.bridge.remote.proxy
Fixes getCloudContext (should be remote again);
UriRemoteCloud_Proxy(UriRemoteCloudContext_Proxy, RemoteCloud) - Constructor for class org.mmbase.bridge.remote.proxy.UriRemoteCloud_Proxy
 
UriRemoteCloudContext_Proxy - Class in org.mmbase.bridge.remote.proxy
Override the getCloud-methods, to make sure the returned objects have a correct getCloudContext, namely this object again.
UriRemoteCloudContext_Proxy(RemoteCloudContext, String) - Constructor for class org.mmbase.bridge.remote.proxy.UriRemoteCloudContext_Proxy
 
uriResolver - Variable in class org.mmbase.applications.editwizard.Config
 
URIResolver - Class in org.mmbase.util.xml
This URIResolver can be used to resolve URI's, also in TransformerFactory's.
URIResolver(URL, boolean) - Constructor for class org.mmbase.util.xml.URIResolver
This constructor does not create an actual object that can be used.
URIResolver(URL) - Constructor for class org.mmbase.util.xml.URIResolver
Create an URIResolver for a certain directory.
URIResolver(File) - Constructor for class org.mmbase.util.xml.URIResolver
Deprecated. 
URIResolver() - Constructor for class org.mmbase.util.xml.URIResolver
Create an URIResolver without support for a certain directory.
URIResolver(File, URIResolver.EntryList) - Constructor for class org.mmbase.util.xml.URIResolver
Deprecated. 
URIResolver(URL, URIResolver.EntryList) - Constructor for class org.mmbase.util.xml.URIResolver
Besides the current working directory you can also supply an ordered list of URIResolver.Entry's.
URIResolver.Entry - Class in org.mmbase.util.xml
Objects of this type connect a prefix (must normally end in :) with a File (which must be a Directory).
URIResolver.EntryList - Class in org.mmbase.util.xml
This is a list of prefix/directory pairs which is used in the constructor of URIResolver.
url - Variable in class org.mmbase.applications.media.urlcomposers.URLWrapper
 
url(String, PageContext) - Static method in class org.mmbase.bridge.jsp.taglib.functions.Functions
MMBase url generation for EL
Url - Class in org.mmbase.bridge.jsp.taglib.pageflow
A lazy 'URL' creator.
Url(UrlTag, CharSequence, Map<String, Object>, Map<String, Object>, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
Url(UrlTag, Url, Map<String, Object>, Map<String, Object>, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
Url(ContextReferrerTag, CharSequence, String) - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.Url
Used e.g.
Url(Url, boolean, boolean) - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
url - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
Url - Class in org.mmbase.framework.basic
An Url object is the result of UrlConverters.
Url(UrlConverter) - Constructor for class org.mmbase.framework.basic.Url
 
Url(UrlConverter, int) - Constructor for class org.mmbase.framework.basic.Url
 
url - Variable in class org.mmbase.framework.ConnectionRenderer
 
url - Variable in class org.mmbase.framework.ErrorRenderer
 
url(Object, String, String, String) - Static method in class org.mmbase.framework.Functions
 
url - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
Url - Class in org.mmbase.util.transformers
Encodings related to URL's.
Url() - Constructor for class org.mmbase.util.transformers.Url
 
Url(int) - Constructor for class org.mmbase.util.transformers.Url
 
Url.ImplicitList - Class in org.mmbase.bridge.jsp.taglib.pageflow
 
URL_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
URL_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
URLCache - Class in org.mmbase.applications.media.cache
A cache for URLS requested in the MediaFragment builder.
URLCache.CacheExpire - Class in org.mmbase.applications.media.cache
Contains information about which objects are used to create a certain cache entry.
URLComposer - Class in org.mmbase.applications.media.urlcomposers
URLComposer is a wrapper/container class around an URL.
URLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.URLComposer
 
URLComposerFactory - Class in org.mmbase.applications.media.urlcomposers
The URLComposerFactory contains the code to decide which kind of URLComposer is instantiated.
URLCONVERTER - Static variable in class org.mmbase.framework.basic.ChainedUrlConverter
 
UrlConverter - Interface in org.mmbase.framework.basic
Responsible for the proper handling of urls within the basic framework BasicFramework.
URLCONVERTER_PARAM - Static variable in class org.mmbase.framework.basic.ChainedUrlConverter
 
URLEscape - Class in org.mmbase.util
Deprecated.
use Encode
URLEscape() - Constructor for class org.mmbase.util.URLEscape
Deprecated.
 
URLESCAPER - Static variable in class org.mmbase.bridge.jsp.taglib.ImageTag
 
UrlEscaper - Class in org.mmbase.util.transformers
Escapes and Unescapes undesirable characters using % (URLEncoding) Contrary to java.net.URLEncoder, it does not encode '+'.
UrlEscaper() - Constructor for class org.mmbase.util.transformers.UrlEscaper
 
URLParamEscape - Class in org.mmbase.util
Deprecated.
use Encode
URLParamEscape() - Constructor for class org.mmbase.util.URLParamEscape
Deprecated.
 
UrlParameters - Class in org.mmbase.bridge.jsp.taglib.pageflow
Combines the parameters from the 'referids' attribute with the explicit mm:param's subtags.
UrlParameters(UrlTag) - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.UrlParameters
 
URLParamMap - Class in org.mmbase.applications.vprowizards.spring.util
 
URLParamMap(String) - Constructor for class org.mmbase.applications.vprowizards.spring.util.URLParamMap
 
urlPatterns - Static variable in class org.mmbase.util.transformers.LinkFinder
 
Urls - Class in org.mmbase.module.builders
The URL builder provides nice gui indications for objects with an 'url' field.
Urls() - Constructor for class org.mmbase.module.builders.Urls
 
URLS_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaFragments
 
URLS_PARAMETERS - Static variable in class org.mmbase.applications.media.builders.MediaSources
 
UrlStrategy - Class in org.mmbase.util.jumpers
UrlStrategy.
UrlStrategy() - Constructor for class org.mmbase.util.jumpers.UrlStrategy
 
UrlTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
A Tag to produce an URL with parameters.
UrlTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.UrlTag
 
UrlTEI - Class in org.mmbase.bridge.jsp.taglib.pageflow
The TEI class for UrlTag.
UrlTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.UrlTEI
 
URLWrapper - Class in org.mmbase.applications.media.urlcomposers
Serializable wrapper around URLComposers
URLWrapper(URLComposer) - Constructor for class org.mmbase.applications.media.urlcomposers.URLWrapper
 
UrlWriterTag - Class in org.mmbase.bridge.jsp.taglib.pageflow
True write version of mm:url (named mm:link).
UrlWriterTag() - Constructor for class org.mmbase.bridge.jsp.taglib.pageflow.UrlWriterTag
 
useAbsoluteAttribute(StringBuilder, String) - Method in class org.mmbase.bridge.jsp.taglib.pageflow.Url
 
useAliases() - Method in class org.mmbase.module.core.MMObjectNode
 
useCollectionMethods(Collection<C>) - Method in class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
 
used - Variable in class org.mmbase.bridge.implementation.BasicQuery
Whether this Query was used already.
used - Variable in class org.mmbase.util.transformers.ChunkedTransformer.Status
 
useDatabaseInheritance() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Whether during the table verification also metaData.getSuperTables must be used to obtain the fields in the parent builder.
useDatabaseInheritance() - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
useEscaper(boolean) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
Some writer tags produce very specific content, and take care of escaping themselves (UrlTag).
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.IntegerHandler
 
useHtmlInput(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
useHtmlInput(Node, Field) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
returns true if setValue happened.
useLegacy(Node, Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler
 
useLower(FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.BasicSqlHandler
Wether the 'LOWER' function needs to be used to implement case insensitivity.
useLower(FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.MySqlSqlHandler
 
useLower(FieldConstraint) - Method in class org.mmbase.storage.search.implementation.database.PostgreSqlSqlHandler
 
useNext(int) - Method in class org.mmbase.bridge.util.TreeList.TreeItr
Uses the new 'next' node of the iterator with the given index.
User - Class in org.mmbase.applications.xmlimporter
Dummy User object, this object needs to be replace by the real User object (when that is finished).
User(String) - Constructor for class org.mmbase.applications.xmlimporter.User
Creates new User object.
user - Variable in class org.mmbase.applications.xmlimporter.UserTransactionInfo
The user.
user - Variable in class org.mmbase.module.smtp.MailHandler.Address
 
User(String) - Constructor for class org.mmbase.module.TransactionHandler.User
 
user - Variable in class org.mmbase.module.TransactionHandler.UserTransactionInfo
 
User - Class in org.mmbase.security.implementation.cloudcontext
Implementation of UserContext (the security presentation of a User).
User(MMObjectNode, long, String) - Constructor for class org.mmbase.security.implementation.cloudcontext.User
 
USER - Static variable in class org.mmbase.util.functions.Parameter
 
user - Variable in class org.mmbase.util.HTMLElement
The user name that is currently acessing this page
UserBuilder - Class in org.mmbase.security.implementation.cloud
Security from within MMBase.
UserBuilder() - Constructor for class org.mmbase.security.implementation.cloud.UserBuilder
 
userCache - Static variable in class org.mmbase.security.implementation.cloudcontext.Caches
 
userContext - Variable in class org.mmbase.bridge.implementation.BasicCloud
 
userContext - Static variable in class org.mmbase.security.NoAuthentication
 
UserContext - Interface in org.mmbase.security
This User interface defines the storage for the authentication and authorization, so that information can be shared.
userNameField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
UserNodeDataType - Class in org.mmbase.datatypes
This 'Node' datatypes uses the framework to determin the currently logged in user object.
UserNodeDataType(String) - Constructor for class org.mmbase.datatypes.UserNodeDataType
Constructor for node field.
UserProvider - Interface in org.mmbase.security.implementation.cloudcontext
The implemention of 'users' is pluggable, and should be returned by CloudContextAuthentication.getUserProvider().
Users - Class in org.mmbase.module.builders
 
Users() - Constructor for class org.mmbase.module.builders.Users
 
users - Variable in class org.mmbase.module.sessions
 
Users - Class in org.mmbase.security.implementation.cloudcontext.builders
This MMObjectBuilder implementation belongs to the object type 'mmbaseusers' It contains functionality to MD5 encode passwords, and so on.
Users() - Constructor for class org.mmbase.security.implementation.cloudcontext.builders.Users
 
users - Variable in class org.mmbase.security.RequestActionChecker
 
usersBuilder - Static variable in class org.mmbase.applications.email.EmailBuilder
 
usersEmailField - Static variable in class org.mmbase.applications.email.EmailBuilder
 
UserStatus - Enum in org.mmbase.security.implementation.cloudcontext
 
UserTransactionInfo - Class in org.mmbase.applications.xmlimporter
Container class which contains a collection with all transactions for a user.
UserTransactionInfo() - Constructor for class org.mmbase.applications.xmlimporter.UserTransactionInfo
Creates new UserTransactionInfo object.
UserTransactionInfo() - Constructor for class org.mmbase.module.TransactionHandler.UserTransactionInfo
 
usesBridgeServlet - Variable in class org.mmbase.module.builders.AbstractServletBuilder
If this builder is association with a bridge servlet.
usesbuilder - Static variable in class org.mmbase.module.corebuilders.RelDef
Indicates whether the relationdefinitions use the 'builder' field (that is, whether the field has been defined in the xml file).
usesdir - Static variable in class org.mmbase.module.corebuilders.InsRel
Indicates whether the relations use the 'dir' field (that is, whether the field has been defined in the xml file).
usetransaction - Variable in class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
 
uti - Variable in class org.mmbase.module.TransactionHandler.TransactionInfo
 
Util - Class in org.mmbase.richtext.processors.xml
Utility functions, used by various classes in the package.
Util() - Constructor for class org.mmbase.richtext.processors.xml.Util
 
util - Variable in class org.mmbase.streams.transcoders.MockAnalyzer
 
utilProperties - Variable in class org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory
 
utilProperties - Static variable in class org.mmbase.util.xml.DocumentReader
 
UtilReader - Class in org.mmbase.util.xml
This class reads configuration files for utilities, that are placed in /config/utils/.
UtilReader(String) - Constructor for class org.mmbase.util.xml.UtilReader
Instantiates a UtilReader for a given configuration file in /utils.
UtilReader(String, ResourceWatcher) - Constructor for class org.mmbase.util.xml.UtilReader
Produces a UtilReader for the given resource name.
UtilReader(String, Runnable) - Constructor for class org.mmbase.util.xml.UtilReader
Produces a UtilReader for the given resource name.
UtilReader.PropertiesMap<E> - Class in org.mmbase.util.xml
A unmodifiable Map, with extra 'Properties'-like methods.
Utils - Class in org.mmbase.applications.editwizard
This class contains static utility methods used by the editwizard.
Utils() - Constructor for class org.mmbase.applications.editwizard.Utils
 
Utils - Class in org.mmbase.framework
Static utilitiy methods which are related to (combine functionality of) other classes in the packages.
Utils - Class in org.mmbase.util.functions
Several utility methods.
Utils() - Constructor for class org.mmbase.util.functions.Utils
 

V

V - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
valid - Variable in class org.mmbase.applications.crontab.CronEntryField
 
valid(int) - Method in class org.mmbase.applications.crontab.CronEntryField
 
valid - Variable in class org.mmbase.bridge.jsp.taglib.edit.FormTag
 
valid(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
valid(Object, Node, Field) - Method in interface org.mmbase.datatypes.DataType.Restriction
This function should contain the actual logic of the restriction.
VALID - Static variable in interface org.mmbase.datatypes.DataType
Returned by DataType.validate(Object, Node, Field) if no errors: an empty (nonmodifiable) Collection containing no error messages.
valid() - Method in class org.mmbase.util.images.Dimension
Returns true of both x and y > 0.
valid - Variable in class org.mmbase.util.magicfile.AbstractDetector
Set this if parsing of magic file fails
valid() - Method in class org.mmbase.util.magicfile.AbstractDetector
 
valid() - Method in interface org.mmbase.util.magicfile.Detector
 
VALID_TO_DEFAULT - Static variable in class org.mmbase.security.implementation.cloudcontext.builders.Users
 
validate(Document, Document) - Static method in class org.mmbase.applications.editwizard.Validator
Validates the given prehtml-xml.
validate() - Method in class org.mmbase.applications.vprowizards.spring.cache.template.MultiTemplateValidator
 
validate(Object) - Method in interface org.mmbase.bridge.Field
Checks whether a given value is valid for this field.
validate() - Method in interface org.mmbase.bridge.Node
Validates a node by checking the values from it's fields against the constraints of each field's datatype.
validate(Object) - Method in class org.mmbase.bridge.remote.proxy.RemoteField_Proxy
 
validate() - Method in class org.mmbase.bridge.remote.proxy.RemoteNode_Proxy
 
validate() - Method in class org.mmbase.bridge.remote.proxy.RemoteNodeManager_Proxy
 
validate() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelation_Proxy
 
validate() - Method in class org.mmbase.bridge.remote.proxy.RemoteRelationManager_Proxy
 
validate(Object) - Method in interface org.mmbase.bridge.remote.RemoteField
 
validate() - Method in interface org.mmbase.bridge.remote.RemoteNode
 
validate() - Method in interface org.mmbase.bridge.remote.RemoteNodeManager
 
validate() - Method in interface org.mmbase.bridge.remote.RemoteRelation
 
validate() - Method in interface org.mmbase.bridge.remote.RemoteRelationManager
 
validate(Object) - Method in class org.mmbase.bridge.remote.rmi.RemoteField_Rmi
 
validate() - Method in class org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
 
validate() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
 
validate() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelation_Rmi
 
validate() - Method in class org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
 
validate() - Method in class org.mmbase.bridge.util.AbstractNode
 
validate(Object) - Method in class org.mmbase.bridge.util.DataTypeField
 
validate(Object) - Method in class org.mmbase.bridge.util.FieldWrapper
 
validate() - Method in class org.mmbase.bridge.util.NodeWrapper
 
validate(Object) - Method in class org.mmbase.core.CoreField
 
validate(Collection<LocalizedString>, Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
This method is called by BasicDataType.validate(Object, Node, Field) for each of its conditions.
validate(C) - Method in class org.mmbase.datatypes.BasicDataType
validate(C, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
validate(C) - Method in interface org.mmbase.datatypes.DataType
 
validate(C, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Checks if the passed object obeys the restrictions defined for this type.
validate(Collection, Object, Node, Field) - Method in class org.mmbase.datatypes.ListDataType.ItemRestriction
 
validate(Cloud, String) - Static method in class org.mmbase.datatypes.VerifyEmailProcessor
Call this method with the key received from the client to perform the actual validation.
validate() - Method in class org.mmbase.util.functions.Parameters
Validates all values in the Parameters object with their Parameter.getDataType().
validate(String) - Static method in class org.mmbase.util.transformers.XmlField
 
validate() - Static method in class org.mmbase.util.xml.DocumentReader
Returns the default setting for validation for DocumentReaders.
validate(boolean) - Static method in class org.mmbase.util.xml.DocumentReader
Whether to validate given a request for that.
validateable(URL) - Static method in class org.mmbase.util.ResourceLoader
sice MMBase-1.9
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.CaptchaDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.CheckEqualityDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.ComparableDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.DecimalDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.InternetAddressDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.ListDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.MustBeTrueDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.NodeDataType
 
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.StringDataType
 
validateCastValueOrNull(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.AbstractLengthDataType
 
validateCastValueOrNull(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
validateCastValueOrNull(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.StringDataType
 
validateField(Node) - Static method in class org.mmbase.applications.editwizard.Validator
This method validates one field.
validateForm(Node) - Static method in class org.mmbase.applications.editwizard.Validator
This method can validate one form.
validateRequired(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
validateRequired(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType
 
validateRequired(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
Validator - Class in org.mmbase.applications.editwizard
This class validates pre-html documents for the EditWizard.
Validator() - Constructor for class org.mmbase.applications.editwizard.Validator
 
validConstraints(String) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
returns false, when escaping wasnt closed, or when a ";" was found outside a escaped part (to prefent spoofing) This is used by createQuery (i wonder if it still makes sense)
validFormats - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
validFromField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
ValidTag - Class in org.mmbase.bridge.jsp.taglib.edit
Shows the valid state of an mm:form
ValidTag() - Constructor for class org.mmbase.bridge.jsp.taglib.edit.ValidTag
 
validToField - Variable in class org.mmbase.security.implementation.cloudcontext.BasicUserProvider
 
value - Variable in class org.mmbase.applications.vprowizards.spring.util.OptionlistBean
 
value - Variable in class org.mmbase.bridge.jsp.taglib.AbstractParamTag
 
value - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
value - Variable in class org.mmbase.bridge.jsp.taglib.security.HasRankTag
 
value - Variable in class org.mmbase.bridge.jsp.taglib.WriterHelper.StackEntry
 
value - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
VALUE - Static variable in class org.mmbase.module.builders.Properties
 
value - Variable in class org.mmbase.module.core.ByteFieldContainer
Deprecated.
 
VALUE - Static variable in class org.mmbase.module.lucene.Lucene
Parameter constants for Lucene functions.
value - Variable in class org.mmbase.storage.search.legacy.DBConditionItem
The value to compare to.
value - Variable in class org.mmbase.util.fileInfo
Content of the file
value - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
Deprecated.
The element value
value() - Method in class org.mmbase.util.RandomPool
Returns the current random value.
Value(String) - Method in class org.mmbase.util.StringTagger
Returns the first value as a String.
value2 - Variable in class org.mmbase.bridge.jsp.taglib.containers.QueryConstraintTag
 
value_and_stir() - Method in class org.mmbase.util.RandomPool
Stirs, then returns the (new) current random value.
value_and_stir(long) - Method in class org.mmbase.util.RandomPool
Stirs, then returns the (new) current random value.
VALUE_SHORTED - Static variable in class org.mmbase.module.core.MMObjectNode
Large fields (blobs) are loaded 'lazily', so only on explicit request.
valueOf(String) - Static method in enum org.mmbase.applications.crontab.CronEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.mmbase.applications.crontab.CronEntry.Type
 
valueOf(String) - Static method in enum org.mmbase.applications.email.MailBox.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.applications.media.Codec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.applications.media.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.applications.media.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.bridge.jsp.taglib.FieldInfoTag.DataTypeOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.bridge.jsp.taglib.util.Debug
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.datatypes.handlers.html.upload.UploadInfo.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.framework.Renderer.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.framework.RenderHints.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.framework.WindowState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.module.core.TransactionManager.Exists
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.module.lucene.FullIndexEvents.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.module.lucene.Indexer.Multiple
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.module.smtp.MailHandler.MailBoxStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.module.smtp.MailHandler.MessageStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.module.smtp.SMTPFetcher.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.security.implementation.cloudcontext.UserStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.mmbase.security.implementation.cloudcontext.UserStatus
 
valueOf(String) - Static method in enum org.mmbase.streams.createcaches.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.util.externalprocess.CommandExecutor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.util.functions.SetFunction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.util.LinkMap.Changes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.util.LocaleCollator.Decomposition
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.mmbase.util.LocaleCollator.Decomposition
 
valueOf(String) - Static method in enum org.mmbase.util.LocaleCollator.Strength
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.mmbase.util.LocaleCollator.Strength
 
valueOf(String) - Static method in class org.mmbase.util.logging.Level
Like valueOf of real enumerations.
valueOf(String) - Static method in enum org.mmbase.util.ResourceLoader.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mmbase.util.transformers.TagStripperFactory.State
Returns the enum constant of this type with the specified name.
valueOfOrEmpty(String) - Static method in enum org.mmbase.bridge.jsp.taglib.util.Debug
 
valueRestriction - Variable in class org.mmbase.datatypes.MustBeTrueDataType
 
ValueRestriction(MustBeTrueDataType.ValueRestriction) - Constructor for class org.mmbase.datatypes.MustBeTrueDataType.ValueRestriction
 
ValueRestriction(Boolean) - Constructor for class org.mmbase.datatypes.MustBeTrueDataType.ValueRestriction
 
values() - Static method in enum org.mmbase.applications.crontab.CronEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.applications.email.MailBox.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.applications.media.Codec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.applications.media.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.applications.media.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.bridge.jsp.taglib.FieldInfoTag.DataTypeOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.bridge.jsp.taglib.util.Debug
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.mmbase.bridge.mock.MockCloudContext.NodeDescription
 
values - Variable in class org.mmbase.bridge.util.AbstractNodeManager
 
values - Variable in class org.mmbase.bridge.util.MapNode
 
values() - Method in class org.mmbase.bridge.util.NodeMap
 
values() - Method in class org.mmbase.cache.Cache
 
values() - Method in class org.mmbase.cache.implementation.LRUCache
 
values() - Method in class org.mmbase.cache.oscache.OSCacheImplementation
Wrapper around the values() method of the cache implementation.
values() - Static method in enum org.mmbase.datatypes.handlers.html.upload.UploadInfo.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.framework.Renderer.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.framework.RenderHints.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.framework.WindowState
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.mmbase.module.core.MMObjectNode
Holds the name - value pairs of this node (the node's fields).
values() - Static method in enum org.mmbase.module.core.TransactionManager.Exists
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.module.lucene.FullIndexEvents.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.module.lucene.Indexer.Multiple
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.mmbase.module.sessionInfo
 
values() - Static method in enum org.mmbase.module.smtp.MailHandler.MailBoxStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.module.smtp.MailHandler.MessageStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.module.smtp.SMTPFetcher.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.security.implementation.cloudcontext.UserStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.streams.createcaches.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.util.externalprocess.CommandExecutor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.util.functions.SetFunction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.mmbase.util.HTMLElement
The value what will be passed to the Processor or will be the value of the item.
values() - Static method in enum org.mmbase.util.LinkMap.Changes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.util.LocaleCollator.Decomposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mmbase.util.LocaleCollator.Strength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.mmbase.util.LRUHashtable
Deprecated.
 
values() - Static method in enum org.mmbase.util.ResourceLoader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.mmbase.util.StringTagger
returns all values
Values(String) - Method in class org.mmbase.util.StringTagger
Returns the values as a Vector that contains the separated values.
values() - Static method in enum org.mmbase.util.transformers.TagStripperFactory.State
Returns an array containing the constants of this enum type, in the order they are declared.
valuesList - Variable in class org.mmbase.util.HTMLElement
contains the Vector with the items returned by the ProcessorInteface.getList(value) if the PROC tag is present
ValuesString(String) - Method in class org.mmbase.util.StringTagger
Returns the original parsed line
valueString(Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
valueString(Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
If value of a a restriction depends on node, field, then you can override this
ValueWrapper(Object, Comparable<Object>) - Constructor for class org.mmbase.util.SortedBundle.ValueWrapper
 
ValueWrapper(Object, Object, Comparator<Object>) - Constructor for class org.mmbase.util.SortedBundle.ValueWrapper
 
varBranchStatus - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
varBranchStatusName - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
VariablePart(Attribute) - Constructor for class org.mmbase.bridge.jsp.taglib.util.Attribute.VariablePart
 
variables - Variable in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
varStatus - Variable in class org.mmbase.bridge.jsp.taglib.functions.ListFunctionTag
 
varStatus - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
varStatus - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
varStatus - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
varStatusName - Variable in class org.mmbase.bridge.jsp.taglib.NodeListHelper
 
varStatusName - Variable in class org.mmbase.bridge.jsp.taglib.StringListTag
 
varStatusName - Variable in class org.mmbase.bridge.jsp.taglib.tree.TreeTag
 
vartype - Variable in class org.mmbase.bridge.jsp.taglib.WriterHelper.StackEntry
 
varyHeaders - Variable in class org.mmbase.bridge.jsp.taglib.LocaleTag
 
vcloud - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
vcodec - Variable in class org.mmbase.streams.transcoders.FFMpegSegmenterTranscoder
 
vcodec - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
verificationReceivers - Static variable in class org.mmbase.datatypes.VerifyEmailProcessor
 
verify(Operation, int) - Method in class org.mmbase.bridge.implementation.BasicCloud
Asserts access rights.
verify(Operation, int, int, int) - Method in class org.mmbase.bridge.implementation.BasicCloud
Asserts access rights.
verify() - Method in class org.mmbase.bridge.implementation.BasicTransaction
 
verify(UserContext, int, Operation) - Method in class org.mmbase.security.Authorization
This method wraps the check-method with the same arguments.
verify(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.Authorization
This method wraps the check-method with the same arguments.
verify(UserContext, Action, Parameters) - Method in class org.mmbase.security.Authorization
 
Verify - Class in org.mmbase.security.implementation.cloud
Simple authorization implemenation for 'cloud' security implemenation based only on an mmbasusers builder.
Verify() - Constructor for class org.mmbase.security.implementation.cloud.Verify
 
Verify - Class in org.mmbase.security.implementation.cloudcontext
Implementation of Authorization.
Verify() - Constructor for class org.mmbase.security.implementation.cloudcontext.Verify
 
verify(UserContext, int, Operation) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
verify(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.implementation.context.ContextAuthorization
 
verify(UserContext, int, Operation) - Method in class org.mmbase.security.NoAuthorization
This method does nothing
verify(UserContext, int, int, int, Operation) - Method in class org.mmbase.security.NoAuthorization
This method does nothing
verify(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
Tests whether a builder and the table present in the database match.
verify(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
VerifyEmailMailHandler - Class in org.mmbase.module.smtp
This MailHandler explores the Message to see if it just a response to an email verification, and if so, handles it.
VerifyEmailMailHandler() - Constructor for class org.mmbase.module.smtp.VerifyEmailMailHandler
 
VerifyEmailProcessor - Class in org.mmbase.datatypes
Using this class a Processor and as CommitProcessor on a certain field, adds 'email verification' functionality for another field.
VerifyEmailProcessor() - Constructor for class org.mmbase.datatypes.VerifyEmailProcessor
 
verifyTables() - Method in class org.mmbase.storage.implementation.database.DatabaseStorageManager
 
version - Variable in class org.mmbase.module.core.SmartPathFunction
 
Version - Class in org.mmbase
MMBase version reporter.
VERSION_FIELD - Static variable in class org.mmbase.versioning.VersioningCommitProcessor
 
VERSION_FROM - Static variable in class org.mmbase.richtext.builders.IdRel
 
VERSION_TO - Static variable in class org.mmbase.richtext.builders.IdRel
 
VersionCacheNode - Class in org.mmbase.module.builders
Deprecated.
is this (cacheversionfile) used? seems obsolete now
VersionCacheNode(MMBase) - Constructor for class org.mmbase.module.builders.VersionCacheNode
Deprecated.
 
VersionCacheWhenNode - Class in org.mmbase.module.builders
Deprecated.
is this (cacheversionfile) used? seems obsolete now
VersionCacheWhenNode() - Constructor for class org.mmbase.module.builders.VersionCacheWhenNode
Deprecated.
 
VersioningCommitProcessor - Class in org.mmbase.versioning
This commitprocessor copies on every commit the complete node to a 'versioning' table.
VersioningCommitProcessor() - Constructor for class org.mmbase.versioning.VersioningCommitProcessor
 
Versions - Class in org.mmbase.module.builders
 
Versions() - Constructor for class org.mmbase.module.builders.Versions
 
VersionXMLCacheNodeReader - Class in org.mmbase.module.builders
Deprecated.
is this (cacheversionfile) used? seems obsolete now
VersionXMLCacheNodeReader(String) - Constructor for class org.mmbase.module.builders.VersionXMLCacheNodeReader
Deprecated.
 
vertical - Variable in class org.mmbase.util.HTMLElement
The Item list should be VERTICAL (a <BR> tag should be added)
VIDEO - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
video(String, Node, Node) - Method in class org.mmbase.streams.transcoders.AnalyzerUtils
 
VIDEOC - Static variable in class org.mmbase.streams.transcoders.AnalyzerUtils
 
videoQuality - Variable in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
viewCreate(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
ViewDatabaseStorageManager - Class in org.mmbase.storage.implementation.database
A View database storage manager creates tables without the fields of the 'super' tables and views to represent the combined table.
ViewDatabaseStorageManager() - Constructor for class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
viewedThread(int, Integer) - Method in class org.mmbase.applications.mmbob.Poster
determine if the poster has viewed this thread
viewExists(MMObjectBuilder) - Method in class org.mmbase.storage.implementation.database.ViewDatabaseStorageManager
 
virtual - Variable in class org.mmbase.module.core.MMObjectBuilder
Determines whether a builder is virtual (data is not stored in the storage layer).
VirtualBuilder - Class in org.mmbase.module.core
VirtualBuilder is a builder which creates 'virtual' nodes.
VirtualBuilder(MMBase) - Constructor for class org.mmbase.module.core.VirtualBuilder
Creates an instance of a Virtual builder.
VirtualBuilder(MMBase, String) - Constructor for class org.mmbase.module.core.VirtualBuilder
Creates an instance of a Virtual builder and registers it in MMBase.
VirtualComponent - Class in org.mmbase.framework
A Virtual Component is a component which is only mentioned as a dependency of another Component.
VirtualComponent(String, float) - Constructor for class org.mmbase.framework.VirtualComponent
 
VirtualNode - Class in org.mmbase.bridge.implementation
Implementation of Node.
VirtualNode(Cloud, VirtualNode, NodeManager) - Constructor for class org.mmbase.bridge.implementation.VirtualNode
 
VirtualNode(VirtualNode, Cloud) - Constructor for class org.mmbase.bridge.implementation.VirtualNode
 
VirtualNode(Map<String, ?>, Cloud) - Constructor for class org.mmbase.bridge.implementation.VirtualNode
Makes a Node from a map of values.
VirtualNode - Class in org.mmbase.module.core
VirtualNode is a representation of a virtual objectnode.
VirtualNode(MMObjectBuilder) - Constructor for class org.mmbase.module.core.VirtualNode
Main constructor.
VirtualNode(Map<String, Object>) - Constructor for class org.mmbase.module.core.VirtualNode
Alternate constructor, to create a node with the values given.
VirtualNodeManager - Class in org.mmbase.bridge.implementation
This class represents a virtual node type information object.
VirtualNodeManager(VirtualNode, Cloud) - Constructor for class org.mmbase.bridge.implementation.VirtualNodeManager
Instantiated a Virtual NodeManager, and tries its best to find reasonable values for the field-types.
VirtualNodeManager(Query, Cloud) - Constructor for class org.mmbase.bridge.implementation.VirtualNodeManager
 
VirtualNodeManager.VirtualNodeManagerField - Class in org.mmbase.bridge.implementation
 
VirtualNodeManagerField(NodeManager, Field, String) - Constructor for class org.mmbase.bridge.implementation.VirtualNodeManager.VirtualNodeManagerField
 
VirtualReferrerBuilder - Class in org.mmbase.module.core
 
VirtualReferrerBuilder(MMObjectBuilder) - Constructor for class org.mmbase.module.core.VirtualReferrerBuilder
Creates an instance of a Virtual builder.
VirtualTypeRel(TypeRel) - Constructor for class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRel
 
virtualTypeRel - Static variable in class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRel
 
VirtualTypeRelNode(int, int) - Constructor for class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRelNode
 
VirtualTypeRelNode(int) - Constructor for class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRelNode
 
VirtualTypeRelNode(int, int, int) - Constructor for class org.mmbase.module.corebuilders.TypeRel.VirtualTypeRelNode
 
VOID - Static variable in class org.mmbase.util.functions.Parameters
No need to bother for the functions with no parameters.
VOID - Static variable in class org.mmbase.util.functions.ReturnType
The return type of a function that does not return a thing.
VOID_VALUE - Static variable in class org.mmbase.util.functions.ReturnType
Can be return by functions that don't want to return anything.
VoidFunctionTag - Class in org.mmbase.bridge.jsp.taglib.functions
If you want to completely ignore the result of a function (only interested in the side effect), then you can use
VoidFunctionTag() - Constructor for class org.mmbase.bridge.jsp.taglib.functions.VoidFunctionTag
 
vpre - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
Vwm - Class in org.mmbase.module.builders.vwms
Virtual Web Master base object.
Vwm() - Constructor for class org.mmbase.module.builders.vwms.Vwm
 
vwm_cache - Variable in class org.mmbase.module.builders.Vwms
Cache of VWMs, by name.
vwm_cache - Variable in class org.mmbase.module.builders.Vwmtasks
 
VwmCallBackInterface - Interface in org.mmbase.module.builders.vwms
Virtual Web Master Client interface.
VwmInterface - Interface in org.mmbase.module.builders.vwms
Deprecated.
all known implementations extend Vwm so why use an interface?
VwmProbe - Class in org.mmbase.module.builders.vwms
admin module, keeps track of all the worker pools and adds/kills workers if needed (depending on there load and info from the config module).
VwmProbe(VwmProbeInterface) - Constructor for class org.mmbase.module.builders.vwms.VwmProbe
 
VwmProbeInterface - Interface in org.mmbase.module.builders.vwms
Deprecated.
with only one implementation, better to not use an interface?
Vwms - Class in org.mmbase.module.builders
Virtual WebMasterS (VWMS) are agents within MMBase.
Vwms() - Constructor for class org.mmbase.module.builders.Vwms
 
Vwms - Variable in class org.mmbase.module.builders.vwms.Vwm
The VWMs builder that holds the VWM's node.
vwms - Variable in class org.mmbase.module.builders.Vwmtasks
Reference to the VWMs builder
VwmServiceInterface - Interface in org.mmbase.module.builders.vwms
Interface for VWMs that handle file servicing.
Vwmtasks - Class in org.mmbase.module.builders
Virtual Web Master task builder.
Vwmtasks() - Constructor for class org.mmbase.module.builders.Vwmtasks
 
vwmUnload() - Method in interface org.mmbase.module.builders.vwms.VwmCallBackInterface
Callback routine, called when a vwm is unloaded (?).

W

WAIT - Static variable in class org.mmbase.streams.thumbnails.ThumbNailFunction
 
wait(Node) - Static method in class org.mmbase.streams.thumbnails.WaitFunction
 
wait(Node, Integer) - Static method in class org.mmbase.streams.thumbnails.WaitFunction
 
WAIT_DELAY - Static variable in class org.mmbase.util.externalprocess.StreamCopyThread
The number of milliseconds to wait before writing
WAIT_PARAMETERS - Static variable in class org.mmbase.module.builders.ImageCaches
 
waitAndRead(OutputStream, OutputStream) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Reads output from the external process to the streams.
waitAndRead(OutputStream, OutputStream, IProgressMonitor) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Reads output from the external process to the streams.
waitAndWrite(InputStream, OutputStream, OutputStream) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Writes input to and reads output from the external process to the streams.
waitAndWrite(InputStream, OutputStream, OutputStream, IProgressMonitor) - Method in class org.mmbase.util.externalprocess.CommandLauncher
Writes input to and reads output from the external process to the streams.
waitFileSync - Variable in class Transcode
 
waitFor() - Method in class org.mmbase.util.CommandServer.Copier
 
waitFor() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
 
waitFor() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
By calling this method the calling thread will wait until this thread is finished copying bytes
waitForCacheInvalidation() - Static method in class org.mmbase.security.implementation.cloudcontext.Caches
 
waitForConversion(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
If a icache node is created with empty 'handle' field, then the handle field can be filled automaticly.
waitForConversion() - Method in class org.mmbase.util.images.ImageConversionRequest
Waits until the conversion result is ready.
waitForFileDone() - Method in class Transcode
Block until file writing is done.
waitForNode() - Method in class org.mmbase.streams.createcaches.JobCallable
 
waitForProcess() - Method in class org.mmbase.util.externalprocess.ProcessClosure
wait for the external process.to end
waitForReaders() - Method in class org.mmbase.util.externalprocess.ProcessClosure
wait for the reading threads to finish copying
waitForReady() - Method in class org.mmbase.module.lucene.Lucene.Scheduler
 
waitForState(Processor, int) - Method in class Transcode
Block until the processor has transitioned to the given state.
waitForWriter() - Method in class org.mmbase.util.externalprocess.ProcessClosure
wait for the writing thread to finish copying
waitFunction - Variable in class org.mmbase.module.lucene.Lucene
 
WaitFunction - Class in org.mmbase.streams.thumbnails
Function that submits FFMpegThumbNailCreator to create an image.
WaitFunction() - Constructor for class org.mmbase.streams.thumbnails.WaitFunction
 
WaitNode - Class in org.mmbase.clustering
WaitNode is a wrapper class for MMObjectNode we want to put into a 'waiting for a change' mode we don't block on the object itself because we need to check its number before we nofity it again.
WaitNode(MMObjectNode) - Constructor for class org.mmbase.clustering.WaitNode
 
waitReady() - Method in class org.mmbase.util.transformers.TransformingReader
Wait until the transformation is ready
waitSync - Variable in class Transcode
 
waitUntil(Stage) - Method in class org.mmbase.streams.createcaches.Job
 
waitUntilAfter(Stage) - Method in class org.mmbase.streams.createcaches.Job
 
waitUntilReady() - Method in class org.mmbase.util.transformers.TransformingOutputStream
 
waitUntilReady() - Method in class org.mmbase.util.transformers.TransformingWriter
 
WaitUntilRecognizedFunction - Class in org.mmbase.streams.createcaches
To be used in a template, indicates when an uploaded file has been recognized and the user can start editing associated data.
WaitUntilRecognizedFunction() - Constructor for class org.mmbase.streams.createcaches.WaitUntilRecognizedFunction
 
WaitUntilTranscodingFunction - Class in org.mmbase.streams.createcaches
To be used in a template, indicates when transcoding of the uploaded file has started.
WaitUntilTranscodingFunction() - Constructor for class org.mmbase.streams.createcaches.WaitUntilTranscodingFunction
 
wantCache - Variable in class org.mmbase.util.scanpage
 
wants - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
wantsDimension() - Method in class org.mmbase.util.images.FileReceiver
 
wantsDimension() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
wantsDimension() - Method in class org.mmbase.util.images.MemoryReceiver
 
wantsDimension() - Method in class org.mmbase.util.images.NodeReceiver
 
wantsDimension() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
wantsEmailOnChange(Poster) - Method in class org.mmbase.applications.mmbob.ThreadObserver
 
wantXML() - Method in class org.mmbase.bridge.jsp.taglib.FormatterTag
Subtags need to know how they must communicate there content to this tag.
warmingup - Static variable in class org.mmbase.util.logging.Performance
 
warn(String) - Method in class org.mmbase.module.tools.ApplicationResult
Adds a message and logs it as an warning, and sets the success status to false.
warn(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
warn(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
 
warn(Object) - Method in class org.mmbase.util.logging.ChainedLogger
 
warn(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
 
warn(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
warn(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
 
warn(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
warn(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
warn(Object) - Method in class org.mmbase.util.logging.java.Impl
 
warn(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
 
WARN - Static variable in class org.mmbase.util.logging.Level
A constant.
warn(Object) - Method in interface org.mmbase.util.logging.Logger
Logs the message m with warn priority.
warn(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
 
warn(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
 
warn(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
 
WARN_INT - Static variable in class org.mmbase.util.logging.Level
A possible result of Level.toInt()
warnedFeature - Variable in class org.mmbase.cache.xslt.FactoryCache
 
warning(SAXParseException) - Method in class org.mmbase.applications.dove.servlet.DoveServlet.DoveErrorHandler
Logs a warning.
warning(SAXParseException) - Method in class org.mmbase.applications.xmlimporter.TransactionsParser
Overrides a method of org.xml.sax.helpers.DefaultHandler.
warning(String, String, int, String, int) - Method in class org.mmbase.util.logging.JavaScriptErrorReporter
 
warning(SAXParseException) - Method in class org.mmbase.util.transformers.XmlField.ErrorHandler
 
WARNING - Static variable in class org.mmbase.util.xml.ErrorHandler
 
warning(SAXParseException) - Method in class org.mmbase.util.xml.ErrorHandler
 
warning(SAXParseException) - Method in class org.mmbase.util.XMLCheckErrorHandler
 
WatchedReloadableModule - Class in org.mmbase.module
This Reloadable Module extension reloads its configuration and calls reload, automaticly if the module XML changes.
WatchedReloadableModule() - Constructor for class org.mmbase.module.WatchedReloadableModule
 
WatchedReloadableModule(String) - Constructor for class org.mmbase.module.WatchedReloadableModule
 
watcher - Variable in class org.mmbase.core.event.EventManager
 
watcher - Static variable in class org.mmbase.security.classsecurity.ClassAuthentication
 
watcher - Variable in class org.mmbase.security.MMBaseCopConfig
looks if the files have been changed
watcher - Variable in class org.mmbase.servlet.CharsetRemoverFilter
 
watcher - Static variable in class org.mmbase.streams.createcaches.Executors
 
watcher - Variable in class org.mmbase.streams.createcaches.Processor
 
WeakEventBroker - Class in org.mmbase.core.event
An EventBroker which administrates the listeners in a WeakHashMap.
WeakEventBroker() - Constructor for class org.mmbase.core.event.WeakEventBroker
 
WeakNodeEventBroker - Class in org.mmbase.core.event
 
WeakNodeEventBroker() - Constructor for class org.mmbase.core.event.WeakNodeEventBroker
 
WeakNodeEventListener - Interface in org.mmbase.core.event
This is a listener interface for node events.
WebResourcesMojo - Class in org.mmbase.mojo
Deprecated.
Simply move the jsp to the correct location in src/main/webapp. That's easy with svn.
WebResourcesMojo() - Constructor for class org.mmbase.mojo.WebResourcesMojo
Deprecated.
 
webRoot - Variable in class org.mmbase.module.core.SmartPathFunction
 
WEEK - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'week'
week_number() - Method in class org.mmbase.util.dateparser.DateParser
 
WeekdaysDataType - Class in org.mmbase.datatypes
An enumeration datatype representing all days of a week, so an integer with the value 1 through 7.
WeekdaysDataType(String) - Constructor for class org.mmbase.datatypes.WeekdaysDataType
Constructor for string data type.
weekInYear(Date) - Static method in class org.mmbase.util.DateSupport
Deprecated.
Return the number of weeks that have elapsed from the beginning of the year to the given date
weight - Variable in class org.mmbase.framework.Block.BlockContainer
 
weight - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
WeightEventListener - Interface in org.mmbase.core.event
Heavier eventlisteners are notified before lighter ones.
WELL_ENCODED - Static variable in class org.mmbase.util.transformers.CP1252Surrogator
 
wentDown - Variable in class org.mmbase.bridge.jsp.taglib.util.Pair
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
Adds search constraint to Query object.
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BinaryHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.BooleanHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DataTypeHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DateHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.DurationHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.EnumHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.IntegerHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.IntegerHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.NodeHandler
 
whereHtmlInput(Field) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
whereHtmlInput(Field, Query) - Method in class org.mmbase.bridge.jsp.taglib.typehandler.StringHandler
 
whereHtmlInput(Field) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
 
whereHtmlInput(Field, Query) - Method in interface org.mmbase.bridge.jsp.taglib.typehandler.TypeHandler
 
whitespace(String, int) - Static method in class org.mmbase.util.Strip
Strip multiple whitespace characters from beginning, end or both, that means keep on stripping util a non-whitespace character is found.
width - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
width - Variable in class org.mmbase.streams.transcoders.FFMpeg2TheoraTranscoder
 
width - Variable in class org.mmbase.streams.transcoders.FFMpegTranscoder
 
WIDTH_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractImages
 
WIDTH_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
WIKI - Static variable in class org.mmbase.datatypes.processors.xml.Modes
WIKI is a bit like FLAT, but effort is made to give a better representation of the XML in plain text.
Wiki - Class in org.mmbase.richtext.processors.xml
Setting like wiki.
Wiki() - Constructor for class org.mmbase.richtext.processors.xml.Wiki
 
WIKI - Static variable in class org.mmbase.richtext.transformers.XmlField
 
WIKIBR - Static variable in class org.mmbase.richtext.transformers.XmlField
 
WIKIBRS - Static variable in class org.mmbase.richtext.transformers.XmlField
 
wikiToXML(String, boolean, boolean) - Static method in class org.mmbase.richtext.transformers.XmlField
 
wikiToXML(String) - Static method in class org.mmbase.richtext.transformers.XmlField
 
windowsMedia - Static variable in enum org.mmbase.applications.media.Format
 
WindowState - Enum in org.mmbase.framework
Every block can be in a certain window state, which could be considered during rendering.
wiz - Variable in class org.mmbase.applications.editwizard.Config.WizardConfig
 
wizard - Variable in class org.mmbase.applications.editwizard.Config.SubConfig
 
Wizard - Class in org.mmbase.applications.editwizard
EditWizard
Wizard(HttpServletRequest, URIResolver, String, String, Cloud) - Constructor for class org.mmbase.applications.editwizard.Wizard
Deprecated.
use Wizard(String, URIResolver, Config.WizardConfig, Cloud)
Wizard(HttpServletRequest, URIResolver, Config.WizardConfig, Cloud) - Constructor for class org.mmbase.applications.editwizard.Wizard
Constructor.
wizard - Variable in class org.mmbase.framework.EditwizardRenderer
 
Wizard.OrderByComparator - Class in org.mmbase.applications.editwizard
 
WizardCommand - Class in org.mmbase.applications.editwizard
The wizardcommands are used to store information received from the clients about commands.
WizardCommand(String, String) - Constructor for class org.mmbase.applications.editwizard.WizardCommand
Creates a wizard command object with the given command and value.
WizardConfig() - Constructor for class org.mmbase.applications.editwizard.Config.WizardConfig
 
WizardController - Class in org.mmbase.applications.vprowizards.spring
 
WizardController() - Constructor for class org.mmbase.applications.vprowizards.spring.WizardController
 
WizardDatabaseConnector - Class in org.mmbase.applications.editwizard
This class handles all communication with mmbase.
WizardDatabaseConnector() - Constructor for class org.mmbase.applications.editwizard.WizardDatabaseConnector
Constructor: Creates the connector.
WizardException - Exception in org.mmbase.applications.editwizard
This exception is thrown when an error occurs in the EditWizards
WizardException() - Constructor for exception org.mmbase.applications.editwizard.WizardException
 
WizardException(String) - Constructor for exception org.mmbase.applications.editwizard.WizardException
 
WizardException(Throwable) - Constructor for exception org.mmbase.applications.editwizard.WizardException
 
WizardException(String, Throwable) - Constructor for exception org.mmbase.applications.editwizard.WizardException
 
wizardStyleSheet - Static variable in class org.mmbase.applications.editwizard.Config
 
WmBbURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
 
WmBbURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.WmBbURLComposer
 
WmSbURLComposer - Class in org.mmbase.applications.media.urlcomposers.omroep
 
WmSbURLComposer() - Constructor for class org.mmbase.applications.media.urlcomposers.omroep.WmSbURLComposer
 
WORDS - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
Match word by word.
WordWrapperFactory - Class in org.mmbase.util.transformers
Word wrapping as a transformer factory.
WordWrapperFactory() - Constructor for class org.mmbase.util.transformers.WordWrapperFactory
 
work - Variable in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
Deprecated.
 
worked() - Method in class org.mmbase.util.externalprocess.AbstractMonitor
 
worked() - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
Notifies that some work of the external process has been completed.
WorkFlowContextProvider - Class in org.mmbase.security.implementation.cloudcontext.workflow
For the moment only supports contextes prefixed with deleted:.
WorkFlowContextProvider(NodeSearchQuery...) - Constructor for class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
WorkFlowContextProvider(MMObjectBuilder...) - Constructor for class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
WorkFlowContextProvider(String...) - Constructor for class org.mmbase.security.implementation.cloudcontext.workflow.WorkFlowContextProvider
 
wrap(WriterHelper.StackEntry) - Method in class org.mmbase.bridge.jsp.taglib.WriterHelper
How to wrap the values when they are stored somewhere.
wrap(String, int) - Static method in class org.mmbase.module.core.MMObjectBuilder
Wraps a string.
wrap(Connection) - Method in interface org.mmbase.module.database.MultiConnection
 
wrap(Connection) - Method in class org.mmbase.module.database.MultiConnectionImplementation
 
wrap(Object, CharTransformer) - Static method in class org.mmbase.util.Casting
Wraps an object in another object with a toString as we desire.
wrap(Function<S>) - Static method in class org.mmbase.util.functions.NodeFunction
Tries to convert a certain Function object into a NodeFunction object.
WRAP_PARAMETERS - Static variable in class org.mmbase.module.core.MMObjectBuilder
Parameters constants for the NodeFunction MMObjectBuilder.wrapFunction.
wrapFunction - Variable in class org.mmbase.module.core.MMObjectBuilder
This function wraps the text of a node's field and returns the result as a String.
wrapped - Variable in class org.mmbase.bridge.jsp.taglib.pageflow.UrlParameters
 
wrapped - Variable in class org.mmbase.framework.WrappedRenderer
 
wrapped - Variable in class org.mmbase.util.WrappedLocalizedString
 
wrapped_clone() - Method in interface org.mmbase.bridge.remote.RemoteNodeQuery
 
wrapped_clone() - Method in interface org.mmbase.bridge.remote.RemoteQuery
 
wrapped_clone() - Method in class org.mmbase.bridge.remote.rmi.RemoteNodeQuery_Rmi
 
wrapped_clone() - Method in class org.mmbase.bridge.remote.rmi.RemoteQuery_Rmi
 
wrapped_equals(Object) - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
wrapped_equals(Object) - Method in interface org.mmbase.bridge.remote.ServerMappedObject
 
wrapped_hashCode() - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
wrapped_hashCode() - Method in interface org.mmbase.bridge.remote.ServerMappedObject
 
wrapped_toString() - Method in class org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi
 
wrapped_toString() - Method in interface org.mmbase.bridge.remote.ServerMappedObject
 
wrappedCollection - Variable in class org.mmbase.bridge.util.AbstractCollectionNodeList
 
WrappedComparator(Comparator<? super E>) - Constructor for class org.mmbase.bridge.implementation.BasicList.WrappedComparator
 
WrappedFunction<R> - Class in org.mmbase.util.functions
A wrapped function is a base class for function objects based on an other function object.
WrappedFunction(Function<R>) - Constructor for class org.mmbase.util.functions.WrappedFunction
Constructor for Basic Function
wrappedFunction - Variable in class org.mmbase.util.functions.WrappedFunction
 
WrappedLocalizedString - Class in org.mmbase.util
Extends and wraps LocalizedString.
WrappedLocalizedString(LocalizedString) - Constructor for class org.mmbase.util.WrappedLocalizedString
 
WrappedRenderer - Class in org.mmbase.framework
A generic implementation of a Renderer that wraps another Renderer.
WrappedRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.WrappedRenderer
 
wrapper - Variable in class org.mmbase.bridge.util.MapNode
 
Wrapper(Parameter...) - Constructor for class org.mmbase.util.functions.Parameter.Wrapper
 
write() - Static method in class org.mmbase.applications.thememanager.AssignedFileWriter
 
write(char[], int, int) - Method in class org.mmbase.bridge.mock.jsp.MockJspWriter
 
write(byte[], int, int) - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
write(byte[]) - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
write(int) - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
WRITE - Static variable in class org.mmbase.security.Operation
Node.setValue(String, Object) is an example of a write-operation.
write(Document, StreamResult) - Method in class org.mmbase.util.BuilderList
Generates the document and writes it to the result object.
write(char[]) - Method in class org.mmbase.util.ChainedWriter
 
write(char[], int, int) - Method in class org.mmbase.util.ChainedWriter
 
write(int) - Method in class org.mmbase.util.ChainedWriter
 
write(String, int, int) - Method in class org.mmbase.util.ChainedWriter
 
write(char[]) - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
write(int) - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
write(String) - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
write(String, int, int) - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
write(char[], int, int) - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
 
write(char[], int, int) - Method in class org.mmbase.util.logging.LoggerWriter
 
write(int) - Method in class org.mmbase.util.MyServletOutputStream
 
write(byte[]) - Method in class org.mmbase.util.MyServletOutputStream
 
write(byte[], int, int) - Method in class org.mmbase.util.MyServletOutputStream
 
write(int) - Method in class org.mmbase.util.StringBufferWriter
Write a single character.
write(char[], int, int) - Method in class org.mmbase.util.StringBufferWriter
Write a portion of an array of characters.
write(String) - Method in class org.mmbase.util.StringBufferWriter
Write a string.
write(String, int, int) - Method in class org.mmbase.util.StringBufferWriter
Write a portion of a string.
write(int) - Method in class org.mmbase.util.StringBuilderWriter
Write a single character.
write(char[], int, int) - Method in class org.mmbase.util.StringBuilderWriter
Write a portion of an array of characters.
write(String) - Method in class org.mmbase.util.StringBuilderWriter
Write a string.
write(String, int, int) - Method in class org.mmbase.util.StringBuilderWriter
Write a portion of a string.
write(byte[]) - Method in class org.mmbase.util.WriterOutputStream
 
write(byte[], int, int) - Method in class org.mmbase.util.WriterOutputStream
 
write(int) - Method in class org.mmbase.util.WriterOutputStream
 
write(MMObjectNode) - Method in class org.mmbase.util.xml.applicationdata.NodeWriter
Writes a node (object) to the datasource file.
write(StreamResult) - Method in class org.mmbase.util.xml.DocumentWriter
Generates the document and writes it to the result object.
write(Node, Writer, boolean) - Static method in class org.mmbase.util.xml.XMLWriter
write(Node, Writer, boolean, boolean) - Static method in class org.mmbase.util.xml.XMLWriter
static method to serialize an DOM document
write(Node, boolean) - Static method in class org.mmbase.util.xml.XMLWriter
write(Node) - Static method in class org.mmbase.util.xml.XMLWriter
 
write(Collection<? extends Node>) - Static method in class org.mmbase.util.xml.XMLWriter
 
write(Node, boolean, boolean) - Static method in class org.mmbase.util.xml.XMLWriter
static method to serialize a node to a string
WRITE_INT - Static variable in class org.mmbase.security.Operation
int value for the write Operation
writeable - Variable in class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
 
writeApplicationToFile(String, String) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
writeBlocking() - Method in class org.mmbase.util.externalprocess.ProcessClosure
write data to the external process and block the calling thread until writing and reading is finished
writeBuilderToFile(String, String) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
 
writeContext(ApplicationReader, ContextDepthDataReader, String, MMBase, Logger) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Writes an application's nodes, according to that application's contexts, to a path.
writeContext(ApplicationReader, String, MMBase, Logger) - Static method in class org.mmbase.util.xml.applicationdata.FullBackupDataWriter
Writes all nodes to XML.
writeContextXML(ContextDepthDataReader, String) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Writes the context file, based on what was supplied by the application
writeDataSources(ApplicationReader, HashSet<Integer>, String, MMBase, Logger) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Writes the required datasources to their corresponding xml files by calling writeNodes()
writeETag(File, String) - Method in class org.mmbase.framework.CachedRenderer
 
writeExpires(File, long) - Method in class org.mmbase.framework.CachedRenderer
 
writeExternal(ObjectOutput) - Method in class org.mmbase.streams.createcaches.Processor
 
writeExternal(ObjectOutput) - Method in class org.mmbase.util.logging.ChainedLogger
 
writeField(String, boolean) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an boolean field value.
writeField(String, double) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an double field value.
writeField(String, float) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an float field value.
writeField(String, long) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an long field value.
writeField(String, int) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an int field value.
writeField(String, short) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an short field value.
writeField(String, char) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an char field value.
writeField(String, String) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes an string field value.
writeFile(String, String, File) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes a file's contents.
writeFile(String, String, String, InputStream) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes a input stream's contents.
writeFile(String, String, String, byte[]) - Method in class org.mmbase.util.MultiPartFormOutputStream
Writes the given bytes.
writeHtmlForm(Writer, String) - Method in class org.mmbase.applications.editwizard.Wizard
Constructs and writes final form-html to the given out writer.
writeHtmlForm(Writer, String, Map<String, Object>) - Method in class org.mmbase.applications.editwizard.Wizard
Constructs and writes final form-html to the given out writer.
writeNodes(ApplicationReader, HashSet<Integer>, String, MMBase, Logger, boolean) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Writes the nodes to their corresponding xml files
writeNodes(String, MMBase, Logger) - Static method in class org.mmbase.util.xml.applicationdata.FullBackupDataWriter
Searches the MMBase cloud, collecting all nodes and storing them in data files.
writeNodes(String, MMBase, Logger, MMObjectBuilder, List<MMObjectNode>, boolean) - Static method in class org.mmbase.util.xml.applicationdata.FullBackupDataWriter
Writes the nodes of a particular type to the corresponding XML file.
writeNonBlocking() - Method in class org.mmbase.util.externalprocess.ProcessClosure
write data to the external process without blocking the calling thread
Writer - Interface in org.mmbase.bridge.jsp.taglib
Writer tag are tags which can write something to the page (or to something else).
writer - Variable in class org.mmbase.util.logging.WriterLogger
 
writer - Variable in class org.mmbase.util.WriterOutputStream
 
writeRelationSources(ApplicationReader, HashSet<Integer>, String, MMBase, Logger) - Static method in class org.mmbase.util.xml.applicationdata.ContextDepthDataWriter
Writes the required relation sources to their corresponding xml files by calling writeNodes()
writeRenderTime(Date, Writer) - Method in class org.mmbase.framework.CachedRenderer
 
WriterHelper - Class in org.mmbase.bridge.jsp.taglib
Tags that are Writers can use the this class.
WriterHelper(ContextReferrerTag) - Constructor for class org.mmbase.bridge.jsp.taglib.WriterHelper
 
WriterHelper.StackEntry - Class in org.mmbase.bridge.jsp.taglib
 
writerid - Variable in class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
Which writer to use.
WriterLogger - Class in org.mmbase.util.logging
A Logger which writes everything logged to it to a given Writer.
WriterLogger(Writer) - Constructor for class org.mmbase.util.logging.WriterLogger
 
WriterLogger(Writer, Level) - Constructor for class org.mmbase.util.logging.WriterLogger
 
WriterOutputStream - Class in org.mmbase.util
Oddly enough, Java does not provide this itself.
WriterOutputStream(Writer, String) - Constructor for class org.mmbase.util.WriterOutputStream
 
WriterReferrer - Interface in org.mmbase.bridge.jsp.taglib
A Tag which (sometimes) needs to refer to a Writer can implement this interface.
WriterTEI - Class in org.mmbase.bridge.jsp.taglib
Writer tags can also produce a jsp variable, for use in the body.
WriterTEI() - Constructor for class org.mmbase.bridge.jsp.taglib.WriterTEI
 
writeSourceFile(File) - Method in class org.mmbase.mojo.remote.AbstractGenerator
 
WriteTag - Class in org.mmbase.bridge.jsp.taglib
The writetag can take a variable from the context and put it in a jsp variable, or write it to the page.
WriteTag() - Constructor for class org.mmbase.bridge.jsp.taglib.WriteTag
 
writeToFile(String) - Method in class org.mmbase.util.xml.DocumentWriter
Generates the document and store it as a file in the given path.
writeToPath(String, Logger) - Method in class org.mmbase.util.xml.applicationdata.ApplicationWriter
Generates the documents for this application and store it as a set of files in the given path.
writeToStream(OutputStream) - Method in class org.mmbase.util.xml.DocumentWriter
Generates the document and store it in the given stream.
writeToString() - Method in class org.mmbase.util.xml.DocumentWriter
Generates the document and returns it as a string.
writeXml(File) - Method in class org.mmbase.security.implementation.cloudcontext.ConvertTool
Writes the current configuration to an XML file
WRONG_ENCODED - Static variable in class org.mmbase.util.transformers.CP1252Surrogator
 
wrote - Variable in class org.mmbase.util.transformers.TagStripperFactory.TagStripper
 
wvmnode - Variable in class org.mmbase.module.builders.vwms.Vwm
The creation node of this VWM.

X

x - Variable in class org.mmbase.streams.transcoders.MockAnalyzer
 
x - Variable in class org.mmbase.streams.transcoders.MockTranscoder
 
x - Variable in class org.mmbase.util.images.Dimension
 
X - Static variable in class org.mmbase.util.transformers.RomanTransformer
Constants for roman numbers
XFile - Class in org.mmbase.util
Deprecated.
What's wrong with java.io.File itself? The only difference is that lastmodified gives last-modified not of file now, but of file when this object was created. If that is important, the name (nor javadoc) of this class is not very informative.
XFile(File) - Constructor for class org.mmbase.util.XFile
Deprecated.
Creates a XFile object
XFile(String) - Constructor for class org.mmbase.util.XFile
Deprecated.
Creates a XFile object
XFileCompare - Class in org.mmbase.util
Class to compare XFile object depending on their comparefield.
XFileCompare(String) - Constructor for class org.mmbase.util.XFileCompare
Create a XFuileCompare.
XHTML - Static variable in class org.mmbase.util.transformers.XmlField
 
XMETODO - Static variable in class org.mmbase.util.transformers.Latin3Surrogator
 
XML - Static variable in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
XML - Static variable in class org.mmbase.datatypes.processors.xml.Modes
The 'XML' mode should mean that the XML will be sent and expected as 'pure' as possible.
XML - Static variable in class org.mmbase.richtext.transformers.XmlField
 
Xml - Class in org.mmbase.util.transformers
Transformations related to escaping in XML.
Xml() - Constructor for class org.mmbase.util.transformers.Xml
 
Xml(int) - Constructor for class org.mmbase.util.transformers.Xml
 
XML_DOCTYPE - Static variable in class org.mmbase.richtext.transformers.XmlField
 
XML_PATTERN - Static variable in class org.mmbase.util.ResourceLoader
XMLAttributeEscape(String, char) - Static method in class org.mmbase.util.transformers.Xml
Attributes of XML tags cannot contain quotes, and also & must be escaped
XMLAttributeEscape(String) - Static method in class org.mmbase.util.transformers.Xml
Attributes of XML tags cannot contain quotes, and also & must be escaped
XMLBasicReader - Class in org.mmbase.util
Deprecated.
use DocumentReader or DocumentWriter. Some code may need to be moved to DocumentReader
XMLBasicReader(String) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader(String, boolean) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader(String, Class) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader() - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader(InputSource, boolean, Class) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader(InputSource, boolean) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader(InputSource, Class) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLBasicReader(InputSource) - Constructor for class org.mmbase.util.XMLBasicReader
Deprecated.
 
XMLCheckErrorHandler - Class in org.mmbase.util
Provides ErrorHandler methods for checking xml files by Config module
XMLCheckErrorHandler() - Constructor for class org.mmbase.util.XMLCheckErrorHandler
 
XmlDataType - Class in org.mmbase.datatypes
The data associated with 'XML' values (Document).
XmlDataType(String) - Constructor for class org.mmbase.datatypes.XmlDataType
Constructor for xml data type.
XmlDetector - Class in org.mmbase.util.magicfile
A detector which can match on XML namespaces, publicId.
XmlDetector() - Constructor for class org.mmbase.util.magicfile.XmlDetector
 
XmlDetector.Handler - Class in org.mmbase.util.magicfile
 
XmlDetector.Matched - Exception in org.mmbase.util.magicfile
 
XMLDynamicFlashReader - Class in org.mmbase.module.gui.flash
 
XMLDynamicFlashReader(String) - Constructor for class org.mmbase.module.gui.flash.XMLDynamicFlashReader
 
XMLDynamicFlashReader(CharArrayReader) - Constructor for class org.mmbase.module.gui.flash.XMLDynamicFlashReader
 
xmlEntities(String) - Method in class org.mmbase.util.magicfile.BasicDetector
 
XmlEntities - Class in org.mmbase.util.transformers
Any non-ASCII character will be replaced by an XML-entity.
XmlEntities() - Constructor for class org.mmbase.util.transformers.XmlEntities
 
XMLEntityResolver - Class in org.mmbase.util
Deprecated.
XMLEntityResolver() - Constructor for class org.mmbase.util.XMLEntityResolver
Deprecated.
 
XMLEntityResolver(boolean) - Constructor for class org.mmbase.util.XMLEntityResolver
Deprecated.
 
XMLEntityResolver(boolean, Class<?>) - Constructor for class org.mmbase.util.XMLEntityResolver
Deprecated.
 
XMLErrorHandler - Class in org.mmbase.util
Deprecated.
XMLErrorHandler() - Constructor for class org.mmbase.util.XMLErrorHandler
Deprecated.
 
XMLErrorHandler(boolean, int) - Constructor for class org.mmbase.util.XMLErrorHandler
Deprecated.
 
xmlEscape(String) - Method in class org.mmbase.module.sessions
the XML reader will correct the escaped characters again.
XMLEscape(String) - Static method in class org.mmbase.util.transformers.Xml
Utility class for escaping and unescaping (XML)data
XMLEscape(String, StringBuilder) - Static method in class org.mmbase.util.transformers.Xml
 
XMLEscape(String, StringBuffer) - Static method in class org.mmbase.util.transformers.Xml
 
XmlEtxIndicesReader - Class in org.mmbase.storage.search.implementation.database.informix.excalibur
 
XmlEtxIndicesReader(InputSource) - Constructor for class org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
Creates a new instance of XmlEtxIndicesReader
XmlField - Class in org.mmbase.richtext.transformers
Like XmlField but adds everything related to the MMXF doctype.
XmlField() - Constructor for class org.mmbase.richtext.transformers.XmlField
 
XmlField(int) - Constructor for class org.mmbase.richtext.transformers.XmlField
 
XmlField - Class in org.mmbase.util.transformers
XMLFields in MMBase.
XmlField() - Constructor for class org.mmbase.util.transformers.XmlField
 
XmlField(int) - Constructor for class org.mmbase.util.transformers.XmlField
 
XmlField.ErrorHandler - Class in org.mmbase.util.transformers
 
XmlField.FormatException - Exception in org.mmbase.util.transformers
 
XmlHandler - Class in org.mmbase.bridge.jsp.taglib.typehandler
 
XmlHandler(FieldInfoTag) - Constructor for class org.mmbase.bridge.jsp.taglib.typehandler.XmlHandler
Constructor for XmlHandler.
xmlHeader - Variable in class org.mmbase.applications.xmlimporter.TransactionsParser
The XML header used for the reportfile.
XMLMMLanguageReader - Class in org.mmbase.util
Deprecated.
not used anywhere
XMLMMLanguageReader(String) - Constructor for class org.mmbase.util.XMLMMLanguageReader
Deprecated.
 
XMLNS - Static variable in interface org.mmbase.datatypes.DataType
The XML Namespace to be used for creating datatype XML
XMLNS_SUBPATH - Static variable in class org.mmbase.util.xml.EntityResolver
 
xmlPath - Variable in class org.mmbase.module.core.MMObjectBuilder
Full filename (path + buildername + ".xml") where we loaded the builder from It is relative from the '/builders/' subdir
XMLTEXT - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
Match in PCDATA of xml elements.
XMLTEXT_WORDS - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
Match word by word, but only in PCDATA of xml elements.
XMLUnescape(String) - Static method in class org.mmbase.util.transformers.Xml
Utility class for escaping and unescaping (XML)data
xmlValue(Element, Object) - Method in class org.mmbase.datatypes.BasicDataType
 
xmlValue(Element, Object) - Method in class org.mmbase.datatypes.DateTimeDataType
 
XmlWriter - Class in org.mmbase.util.xml.filter
Filter to write an XML document from a SAX event stream.
XmlWriter() - Constructor for class org.mmbase.util.xml.filter.XmlWriter
Create a new XML writer.
XmlWriter(Writer) - Constructor for class org.mmbase.util.xml.filter.XmlWriter
Create a new XML writer.
XmlWriter(XMLReader) - Constructor for class org.mmbase.util.xml.filter.XmlWriter
Create a new XML writer.
XmlWriter(XMLReader, Writer) - Constructor for class org.mmbase.util.xml.filter.XmlWriter
Create a new XML writer.
XMLWriter - Class in org.mmbase.util.xml
Util class to serialize xml (wrapper around javax.xml.transform.Transformer)
XOR - Static variable in class org.apache.lucene.misc.ChainedFilter
xpathCache - Static variable in class org.mmbase.applications.editwizard.Utils
 
xpathFactory - Static variable in class org.mmbase.applications.editwizard.Utils
 
XSD - Static variable in class org.mmbase.framework.basic.BasicFramework
 
XSD - Static variable in class org.mmbase.framework.Framework
 
XSD_BLOCKTYPES - Static variable in class org.mmbase.framework.ComponentRepository
 
XSD_BUILDER_2_0 - Static variable in class org.mmbase.util.xml.AbstractBuilderReader
 
XSD_COMPONENT - Static variable in class org.mmbase.framework.ComponentRepository
 
XSD_CREATECACHES - Static variable in class org.mmbase.streams.createcaches.Processor
 
XSD_DATATYPES_1_0 - Static variable in class org.mmbase.datatypes.util.xml.DataTypeReader
 
XSD_ENUMERATIONQUERY_1_0 - Static variable in class org.mmbase.datatypes.util.xml.DataTypeReader
enumeration query (expansion of standard searchquery)
XSD_LUCENE_1_0 - Static variable in class org.mmbase.module.lucene.Lucene
But we use XSD now!
XSD_MODULE_2_0 - Static variable in class org.mmbase.util.xml.ModuleReader
 
XSD_SEARCHQUERY_1_0 - Static variable in class org.mmbase.bridge.util.xml.query.QueryReader
 
xsl - Variable in class org.mmbase.framework.ConnectionRenderer
 
xsl - Variable in class org.mmbase.framework.ResourceRenderer
 
XSLConvert - Class in org.mmbase.module
XSL conversion module Right now, only the replace() method is defined.
XSLConvert(String) - Constructor for class org.mmbase.module.XSLConvert
 
xslt - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
xslt - Variable in class org.mmbase.util.transformers.XsltTransformer
 
xslTransform(Parameters, URL, InputStream, Writer, URL) - Static method in class org.mmbase.framework.Utils
 
XSLTransform(String, String) - Static method in class org.mmbase.util.transformers.XmlField
Base function for XSL conversions.
XSLTransformer - Class in org.mmbase.util
Make XSL Transformations
XSLTransformer() - Constructor for class org.mmbase.util.XSLTransformer
 
xsltSource - Variable in class org.mmbase.bridge.jsp.taglib.FormatterTag
 
XsltTag - Class in org.mmbase.bridge.jsp.taglib
Has to live in a formatter tag (FormatterTag, and can provide inline XSLT to it.
XsltTag() - Constructor for class org.mmbase.bridge.jsp.taglib.XsltTag
 
XsltTransformer - Class in org.mmbase.util.transformers
A Transformer based on an XSLT.
XsltTransformer() - Constructor for class org.mmbase.util.transformers.XsltTransformer
 
XSS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 

Y

y - Variable in class org.mmbase.streams.transcoders.MockAnalyzer
 
y - Variable in class org.mmbase.streams.transcoders.MockTranscoder
 
y - Variable in class org.mmbase.util.images.Dimension
 
YAMMEditor - Class in org.mmbase.bridge.jsp.taglib.editor
This is an example implementation of the EditTag.
YAMMEditor() - Constructor for class org.mmbase.bridge.jsp.taglib.editor.YAMMEditor
 
YEAR - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'year'
year_number() - Method in class org.mmbase.util.dateparser.DateParser
 
YUICSSCompressor - Class in org.mmbase.util.transformers
CSS compressor based on http://yuilibrary.com/
YUICSSCompressor() - Constructor for class org.mmbase.util.transformers.YUICSSCompressor
 
YUIJavaScriptCompressor - Class in org.mmbase.util.transformers
Javascript compressor based on http://yuilibrary.com/
YUIJavaScriptCompressor() - Constructor for class org.mmbase.util.transformers.YUIJavaScriptCompressor
 

_

_date - Variable in class org.mmbase.bridge.jsp.taglib.TimeTag
 
_DNUMBER - Static variable in class org.mmbase.applications.xmlimporter.TmpObject
 
_NODE - Static variable in class org.mmbase.bridge.jsp.taglib.NodeProviderHelper
 
_readObject(ObjectInputStream) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
_readObject(ObjectInputStream) - Method in class org.mmbase.util.SerializableInputStream
 
_SNUMBER - Static variable in class org.mmbase.applications.xmlimporter.TmpObject
 
_writeObject(ObjectOutputStream) - Method in class org.mmbase.bridge.implementation.BasicCloud
 
_writeObject(ObjectOutputStream) - Method in class org.mmbase.util.SerializableInputStream
 
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 _ 

MMBase 1.9-SNAPSHOT - ${javadoctimestamp}