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

absoluteParent - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
If a restriction has an 'absolute' parent restriction, then also that restriction must be valid (because it was 'absolute').
AbstractBridgeList<E extends Comparable<? super E>> - Class in org.mmbase.bridge.util
As AbstractList, but implements some extra methods required by BridgeList
AbstractBridgeList() - Constructor for class org.mmbase.bridge.util.AbstractBridgeList
 
AbstractBridgeList.BasicIterator - Class in org.mmbase.bridge.util
 
AbstractBridgeList.BasicIterator() - Constructor for class org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
 
AbstractBuilderReader<F extends Field> - Class in org.mmbase.util.xml
Abstraction of BuilderReader with no dependencies on core classes.
AbstractBuilderReader(InputSource) - Constructor for class org.mmbase.util.xml.AbstractBuilderReader
 
AbstractBuilderReader(Document) - Constructor for class org.mmbase.util.xml.AbstractBuilderReader
 
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
 
AbstractDescriptor - Class in org.mmbase.bridge.util
 
AbstractDescriptor() - Constructor for class org.mmbase.bridge.util.AbstractDescriptor
 
AbstractDescriptor(String) - Constructor for class org.mmbase.bridge.util.AbstractDescriptor
Create a data type object
AbstractDescriptor(String, Descriptor, boolean) - Constructor for class org.mmbase.bridge.util.AbstractDescriptor
Create a data type object
AbstractDescriptor(String, Descriptor) - Constructor for class org.mmbase.bridge.util.AbstractDescriptor
 
AbstractField<D> - Class in org.mmbase.bridge.util
 
AbstractField(String, Field) - Constructor for class org.mmbase.bridge.util.AbstractField
Create a field object based on another field.
AbstractField(String, Field, boolean) - Constructor for class org.mmbase.bridge.util.AbstractField
Create a field object based on another field.
AbstractField(String, int, int, int, DataType<D>) - Constructor for class org.mmbase.bridge.util.AbstractField
Create a field object
AbstractFieldValue - Class in org.mmbase.bridge.util
This abstract version of FieldValue only leaves AbstractFieldValue.get() to implement.
AbstractFieldValue(Node, Cloud) - Constructor for class org.mmbase.bridge.util.AbstractFieldValue
 
AbstractFunction<R> - Class in org.mmbase.util.functions
An abstract representation of a piece of functionality (a 'function').
AbstractFunction(String, Parameter<?>[], ReturnType<R>) - Constructor for class org.mmbase.util.functions.AbstractFunction
Constructor for Function objects.
AbstractFunction(String, Parameter<?>...) - Constructor for class org.mmbase.util.functions.AbstractFunction
Determines the ReturnType automaticly using the return type of AbstractFunction.getFunctionValue(Parameters).
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
 
AbstractLengthDataType<E> - Class in org.mmbase.datatypes
A LengthDataType is a datatype that defines a length for its values (AbstractLengthDataType.getLength(Object)) , and restrictions on that (minimal an maximal length).
AbstractLengthDataType(String, Class<E>) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType
Constructor for big data field.
AbstractLengthDataType.MaxRestriction - Class in org.mmbase.datatypes
 
AbstractLengthDataType.MaxRestriction(BasicDataType<?>, AbstractLengthDataType.MaxRestriction) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
AbstractLengthDataType.MaxRestriction(BasicDataType<?>, long) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MaxRestriction
 
AbstractLengthDataType.MinRestriction - Class in org.mmbase.datatypes
 
AbstractLengthDataType.MinRestriction(BasicDataType<?>, AbstractLengthDataType.MinRestriction) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
AbstractLengthDataType.MinRestriction(BasicDataType<?>, long) - Constructor for class org.mmbase.datatypes.AbstractLengthDataType.MinRestriction
 
AbstractNode - Class in org.mmbase.bridge.util
Abstract implementation of Node.
AbstractNode() - Constructor for class org.mmbase.bridge.util.AbstractNode
 
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
 
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
 
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
 
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
 
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
 
ACTION - Static variable in class org.mmbase.framework.basic.BasicFramework
 
Action - Class in org.mmbase.security
An action is something which an authenticated user may want to do, but which is not directly associated with MMBase nodes.
Action(String, String, ActionChecker) - Constructor for class org.mmbase.security.Action
 
ActionChecker - Interface in org.mmbase.security
A piece of 'action check' functionality.
ActionChecker.Rank - Class in org.mmbase.security
This basic implementation of ActionChecker checks the action only based on rank.
ActionChecker.Rank(Rank) - Constructor for class org.mmbase.security.ActionChecker.Rank
 
ActionChecker.Rank(String) - Constructor for class org.mmbase.security.ActionChecker.Rank
 
ActionRepository - Class in org.mmbase.security
The defined 'actions' are maintained by the Action repository.
ActionRepository() - Constructor for class org.mmbase.security.ActionRepository
 
ACTIVE - Static variable in interface org.mmbase.datatypes.resources.StateConstants
 
add(int, E) - Method in class org.mmbase.bridge.implementation.BasicList
 
add(E) - Method in class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
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(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(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_BRS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
ADD_NEWLINES - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
addAggregatedField(Step, Field, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addAggregatedField(Step, Field, int) - Method in interface org.mmbase.bridge.Query
Add an aggregated field to a step
addAggregatedField(Step, Field, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addAggregatedField(Step, Field, int) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Adds new aggregated field to this SearchQuery.
addAggregatedField(Step, Field, int) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
addAll(Collection<? extends E>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
addAll(int, Collection<? extends E>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
addAllowedRelation(String, String, String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addBlock(Block) - Method in class org.mmbase.framework.basic.BlockUrlConverter
Explicitly add a block to make sure this BlockUrlConverter is only about that block.
addBundle(String, ClassLoader, Class, Class, Comparator) - Method in class org.mmbase.util.LocalizedEntryListFactory
Adds a bundle, to the (current) end of all maintained collections.
addChild(Constraint) - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
Adds new child constraint.
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.
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).
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.
addCore() - Method in class org.mmbase.bridge.mock.MockCloudContext
Adds the 'core' builders to the object model.
addCoreModel() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addDataType(BasicDataType<?>) - Method in class org.mmbase.datatypes.DataTypeCollector
Adds a datatype to this collector.
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
 
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.
addErrorDescription(Element, DataType.Restriction<?>) - Method in class org.mmbase.datatypes.BasicDataType
 
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(Step, Field) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addField(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addField(Step, Field) - Method in interface org.mmbase.bridge.Query
Adds a field to a step.
addField(String) - Method in interface org.mmbase.bridge.Query
Adds a field by string
addField(Step, Field) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addField(String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addField(Element, QueryDefinition, QueryConfigurer) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
addField(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
 
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.storage.search.ClusterQueries
Retrieves fieldnames from an expression, and adds these to a search query.
addFields(Step, QueryContext) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addFields(Step, String, QueryContext) - 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
 
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.
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.
addInConstraint(Query, Field, SortedSet<?>) - 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
addInitParameters(String, Map<String, String>) - Static method in class org.mmbase.module.Module
 
addKeywords(String, String) - Static method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
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.
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(MockCloudContext.NodeDescription) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addNode(Step, Node) - Method in interface org.mmbase.bridge.Query
Adds a node to a step.
addNode(Step, int) - Method in interface org.mmbase.bridge.Query
 
addNode(Step, Node) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addNode(Step, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addNode(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
 
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
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
addParameters(Parameter...) - Method in class org.mmbase.framework.Block
 
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.
addProcessor(int, Element, Collection<Integer>) - Method in class org.mmbase.datatypes.util.xml.DataTypeDefinition
 
addQuery(Locale, Document) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
addRelationDirections(BasicSearchQuery, List<Integer>, Map<String, Integer>) - Method in class org.mmbase.storage.search.ClusterQueries
Adds relation directions.
addRelationFields(NodeQuery, String, String, String) - Static method in class org.mmbase.bridge.util.Queries
 
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.
addRelationStep(String, NodeManager, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager, String, String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager, String, String, boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addRelationStep(NodeManager, String, String) - Method in interface org.mmbase.bridge.Query
Adds new Relation step to the query.
addRelationStep(NodeManager) - Method in interface org.mmbase.bridge.Query
If you need to add a 'related' NodeManager without specifying a role/searchDir simply use these addRelationStep.
addRelationStep(NodeManager, String, String) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addRelationStep(NodeManager) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addRelationStep(Object, Object) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Deprecated. Use {@link #addRelationStep(String, String).
addRelationStep(String, String) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addRelationStep(String, String) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
addRestriction(Element, String, String, DataType.Restriction<?>) - Method in class org.mmbase.datatypes.BasicDataType
 
addRestriction(Element, String, String, String, DataType.Restriction<?>) - Method in class org.mmbase.datatypes.BasicDataType
 
addRole(String, String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
addSearchTerm(String) - Method in class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Adds searchterm to list of searchterms.
addSortedFields(Query) - Static method in class org.mmbase.bridge.util.Queries
Make sure all sorted fields are queried
addSortOrder(StepField, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addSortOrder(StepField, int, boolean) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addSortOrder(StepField, int, boolean, int) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addSortOrder(StepField, int, boolean, int) - Method in interface org.mmbase.bridge.Query
Adds an order on a certain field.
addSortOrder(StepField, int, boolean) - Method in interface org.mmbase.bridge.Query
Defaulting version of Query.addSortOrder(StepField, int, boolean, int) (no date parts)
addSortOrder(StepField, int) - Method in interface org.mmbase.bridge.Query
Defaulting version of Query.addSortOrder(StepField, int, boolean, int) (sorting case insensitively, and no date parts).
addSortOrder(StepField, int, boolean, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addSortOrder(StepField, int, boolean) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addSortOrder(StepField, int) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addSortOrder(NodeQuery, NodeManager, String, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a sort order to a query for a field of the manager.
addSortOrder(NodeQuery, StepField, String) - Static method in class org.mmbase.bridge.util.SearchUtil
Add a sort order to a query for a field of the manager.
addSortOrder(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
addSortOrder(StepField) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Creates sortorder for this SearchQuery.
addSortOrders(Query, String, String) - Static method in class org.mmbase.bridge.util.Queries
Adds sort orders to the query, using two strings.
addSortOrders(BasicSearchQuery, List<String>, List<String>, Map<String, BasicStepField>) - Method in class org.mmbase.storage.search.ClusterQueries
Adds sorting orders to a search query.
addStartNodes(Query, String) - Static method in class org.mmbase.bridge.util.Queries
Add startNodes to the first step with the correct type to the given query.
addStep(NodeManager) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
addStep(NodeManager) - Method in interface org.mmbase.bridge.Query
Adds a NodeManager to this Query.
addStep(NodeManager) - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
addStep(Object) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Deprecated. Use {@link #addStep(String).
addStep(String) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
addStep(String) - 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.storage.search.ClusterQueries
Creates a full chain of steps, adds these to the specified query.
addStyleClass(String) - Method in class org.mmbase.datatypes.BasicDataType
 
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.
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.
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
addValue(Object) - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
Adds value.
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
Age - Class in org.mmbase.datatypes.processors
The set- and get- processors implemented in this file can be used to make a virtual 'age' field.
Age.Getter - Class in org.mmbase.datatypes.processors
 
Age.Getter() - Constructor for class org.mmbase.datatypes.processors.Age.Getter
 
Age.Setter - Class in org.mmbase.datatypes.processors
 
Age.Setter() - Constructor for class org.mmbase.datatypes.processors.Age.Setter
 
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
 
aggregating - Variable in class org.mmbase.bridge.implementation.BasicQuery
Whether this Query is aggregating.
aggregatingClone() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
aggregatingClone() - Method in interface org.mmbase.bridge.Query
Creates an unused aggregate clone of this query.
aggregatingClone() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
AGGREGATION_TYPE_COUNT - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in count of non-null values in this field.
AGGREGATION_TYPE_COUNT_DISTINCT - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in count of distinct non-null values in this field.
AGGREGATION_TYPE_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.AggregatedField
Search type descriptions corresponding to the search type values: AggregatedField.AGGREGATION_TYPE_GROUP_BY, AggregatedField.AGGREGATION_TYPE_COUNT, AggregatedField.AGGREGATION_TYPE_COUNT_DISTINCT, AggregatedField.AGGREGATION_TYPE_MIN, and AggregatedField.AGGREGATION_TYPE_MAX
AGGREGATION_TYPE_GROUP_BY - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in grouping the results on non-null values of this field.
AGGREGATION_TYPE_MAX - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in maximum value in this field.
AGGREGATION_TYPE_MIN - Static variable in interface org.mmbase.storage.search.AggregatedField
Aggregation type, resulting in minimum value in this field.
alias - Variable in class org.mmbase.storage.search.implementation.BasicStep
 
aliases - Variable in class org.mmbase.bridge.mock.MockCloudContext.NodeDescription
 
allowed - Variable in class org.mmbase.bridge.mock.MockCloudContext
 
allowedIps - Variable in class org.mmbase.security.RequestActionChecker
 
allowedSchemes - Variable in class org.mmbase.security.RequestActionChecker
 
ALLOWS - Static variable in interface org.mmbase.security.ActionChecker
The ActionChecker that always allows every action to to everybody.
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
 
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
 
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
appendClasses(Request, StringBuilder, Node, Field, boolean) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
appendNameId(StringBuilder, Request, Field) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
application - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
ApplicationsInstalledEvent - Class in org.mmbase.core.event
Application installations functionality of MMAdmin.
ApplicationsInstalledEvent() - Constructor for class org.mmbase.core.event.ApplicationsInstalledEvent
 
applyConstraints(Query, Step, Node) - Static method in class org.mmbase.bridge.util.Queries
 
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
 
arguments - Variable in class org.mmbase.util.functions.Parameter.Wrapper
 
ascending - Variable in class org.mmbase.bridge.util.NodeFieldComparator
 
assertUp() - Method in interface org.mmbase.bridge.CloudContext
Assert whether MMbase is up and running.
assertUp() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
attributes - Variable in class org.mmbase.security.Authentication
 
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.
authenticationType - Variable in class org.mmbase.security.BasicUser
 
Authorization - Class in org.mmbase.security
The abstract implementation of user authorization in MMBase.
Authorization() - Constructor for class org.mmbase.security.Authorization
 
Authorization.QueryCheck - Class in org.mmbase.security
Defines the result of a security check on a query.
Authorization.QueryCheck(boolean, Constraint) - Constructor for class org.mmbase.security.Authorization.QueryCheck
 
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
 

B

backing - Variable in class org.mmbase.util.functions.Parameters
The contents of this List are stored in this HashMap.
backwardsCompatible - Variable in class org.mmbase.util.functions.SmartPathFunction
 
base() - Method in class org.mmbase.util.transformers.ResourceBundleReplacer
 
BasicAggregatedField - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicAggregatedField(Step, Field, int) - Constructor for class org.mmbase.storage.search.implementation.BasicAggregatedField
 
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
 
BasicDataType<C> - Class in org.mmbase.datatypes
Every DataType extends this one.
BasicDataType(String) - Constructor for class org.mmbase.datatypes.BasicDataType
Create a data type object of unspecified class type
BasicDataType(String, Class<C>) - Constructor for class org.mmbase.datatypes.BasicDataType
Create a data type object
BasicDataType.AbstractRestriction<D extends Serializable> - Class in org.mmbase.datatypes
Abstract inner class Restriction.
BasicDataType.AbstractRestriction(BasicDataType<C>.AbstractRestriction<?>) - Constructor for class org.mmbase.datatypes.BasicDataType.AbstractRestriction
 
BasicDataType.AbstractRestriction(String, D) - Constructor for class org.mmbase.datatypes.BasicDataType.AbstractRestriction
 
BasicDataType.DataTypeComparator<D> - Class in org.mmbase.datatypes
 
BasicDataType.DataTypeComparator(BasicDataType<D>) - Constructor for class org.mmbase.datatypes.BasicDataType.DataTypeComparator
 
BasicDataType.EnumerationRestriction - Class in org.mmbase.datatypes
 
BasicDataType.EnumerationRestriction(BasicDataType<C>.EnumerationRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
BasicDataType.EnumerationRestriction(LocalizedEntryListFactory<C>) - Constructor for class org.mmbase.datatypes.BasicDataType.EnumerationRestriction
 
BasicDataType.RequiredRestriction - Class in org.mmbase.datatypes
 
BasicDataType.RequiredRestriction(BasicDataType<C>.RequiredRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
BasicDataType.RequiredRestriction(boolean) - Constructor for class org.mmbase.datatypes.BasicDataType.RequiredRestriction
 
BasicDataType.RestrictedEnumerationIterator - Class in org.mmbase.datatypes
Iterates over the collection provided by the EnumerationRestriction, but skips the values which are invalid because of the other restrictions on this DataType.
BasicDataType.RestrictedEnumerationIterator(Locale, Cloud, Node, Field) - Constructor for class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
BasicDataType.StaticAbstractRestriction<D extends Serializable> - Class in org.mmbase.datatypes
A Restriction is represented by these kind of objects.
BasicDataType.StaticAbstractRestriction(BasicDataType<?>, BasicDataType.StaticAbstractRestriction<?>) - Constructor for class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
Instantaties new restriction for a clone of the parent DataType.
BasicDataType.StaticAbstractRestriction(BasicDataType<?>, String, D) - Constructor for class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
BasicDataType.TypeRestriction - Class in org.mmbase.datatypes
 
BasicDataType.TypeRestriction(BasicDataType<C>.TypeRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
BasicDataType.TypeRestriction() - Constructor for class org.mmbase.datatypes.BasicDataType.TypeRestriction
 
BasicDataType.UniqueRestriction - Class in org.mmbase.datatypes
 
BasicDataType.UniqueRestriction(BasicDataType<C>.UniqueRestriction) - Constructor for class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
BasicDataType.UniqueRestriction(boolean) - Constructor for class org.mmbase.datatypes.BasicDataType.UniqueRestriction
 
BasicDateSortOrder - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicDateSortOrder(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicDateSortOrder
Constructor.
BasicField - Class in org.mmbase.bridge.implementation
 
BasicField(Field, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicField
 
BasicFieldCompareConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldCompareConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldCompareConstraint
Constructor.
BasicFieldConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldConstraint
Constructor.
BasicFieldList - Class in org.mmbase.bridge.implementation
A list of fields
BasicFieldList() - Constructor for class org.mmbase.bridge.implementation.BasicFieldList
 
BasicFieldList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicFieldList
 
BasicFieldList.BasicFieldIterator - Class in org.mmbase.bridge.implementation
 
BasicFieldList.BasicFieldIterator() - Constructor for class org.mmbase.bridge.implementation.BasicFieldList.BasicFieldIterator
 
BasicFieldNullConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldNullConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldNullConstraint
Constructor.
BasicFieldValue - Class in org.mmbase.bridge.implementation
This is the basic implementation of the Field Value interface.
BasicFieldValue(Node, Field) - Constructor for class org.mmbase.bridge.implementation.BasicFieldValue
 
BasicFieldValueBetweenConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueBetweenConstraint(StepField, Object, Object) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueBetweenConstraint
Constructor.
BasicFieldValueConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueConstraint(StepField, Object) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueConstraint
Constructor.
BasicFieldValueDateConstraint - Class in org.mmbase.storage.search.implementation
A constraint on a 'part' of a DateTime field.
BasicFieldValueDateConstraint(StepField, Object, int) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueDateConstraint
Constructor.
BasicFieldValueInConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueInConstraint(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
Constructor.
BasicFieldValueInQueryConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicFieldValueInQueryConstraint(StepField, SearchQuery) - Constructor for class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
Constructor.
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
 
BasicFunctionValueConstraint - Class in org.mmbase.storage.search.implementation
 
BasicFunctionValueConstraint(StepField, Object, String) - Constructor for class org.mmbase.storage.search.implementation.BasicFunctionValueConstraint
 
BasicLegacyConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicLegacyConstraint(String) - Constructor for class org.mmbase.storage.search.implementation.BasicLegacyConstraint
Constructor.
BasicList<E extends Comparable<? super E>> - Class in org.mmbase.bridge.implementation
A list of objects.
BasicList() - Constructor for class org.mmbase.bridge.implementation.BasicList
 
BasicList(Collection) - Constructor for class org.mmbase.bridge.implementation.BasicList
 
BasicList(BridgeList<? extends E>) - Constructor for class org.mmbase.bridge.implementation.BasicList
 
BasicList.BasicIterator - Class in org.mmbase.bridge.implementation
 
BasicList.BasicIterator() - Constructor for class org.mmbase.bridge.implementation.BasicList.BasicIterator
 
BasicModuleList - Class in org.mmbase.bridge.implementation
A list of Modules
BasicModuleList() - Constructor for class org.mmbase.bridge.implementation.BasicModuleList
 
BasicModuleList(Collection<? extends Module>) - Constructor for class org.mmbase.bridge.implementation.BasicModuleList
 
BasicModuleList.BasicModuleIterator - Class in org.mmbase.bridge.implementation
 
BasicModuleList.BasicModuleIterator() - Constructor for class org.mmbase.bridge.implementation.BasicModuleList.BasicModuleIterator
 
BasicNodeManagerList - Class in org.mmbase.bridge.implementation
A list of node managers
BasicNodeManagerList() - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList
 
BasicNodeManagerList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList
 
BasicNodeManagerList.BasicNodeManagerIterator - Class in org.mmbase.bridge.implementation
 
BasicNodeManagerList.BasicNodeManagerIterator() - Constructor for class org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
 
BasicNodeQuery - Class in org.mmbase.bridge.implementation
'Basic' implementation of bridge NodeQuery.
BasicNodeQuery(Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicNodeQuery
 
BasicNodeQuery(NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicNodeQuery
node query.
BasicNodeQuery(Cloud, 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.
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
 
BasicRelationList - Class in org.mmbase.bridge.implementation
A list of relations
BasicRelationList() - Constructor for class org.mmbase.bridge.implementation.BasicRelationList
 
BasicRelationList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicRelationList
 
BasicRelationList(Collection, NodeManager) - Constructor for class org.mmbase.bridge.implementation.BasicRelationList
 
BasicRelationList.BasicRelationIterator - Class in org.mmbase.bridge.implementation
 
BasicRelationList.BasicRelationIterator() - Constructor for class org.mmbase.bridge.implementation.BasicRelationList.BasicRelationIterator
 
BasicRelationManagerList - Class in org.mmbase.bridge.implementation
A list of relation managers
BasicRelationManagerList() - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList
 
BasicRelationManagerList(Collection, Cloud) - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList
 
BasicRelationManagerList.BasicRelationManagerIterator - Class in org.mmbase.bridge.implementation
 
BasicRelationManagerList.BasicRelationManagerIterator() - Constructor for class org.mmbase.bridge.implementation.BasicRelationManagerList.BasicRelationManagerIterator
 
BasicRelationStep - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicRelationStep(String, Step, Step) - Constructor for class org.mmbase.storage.search.implementation.BasicRelationStep
Creator.
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.
BasicSortOrder - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicSortOrder(StepField) - Constructor for class org.mmbase.storage.search.implementation.BasicSortOrder
Constructor.
BasicStep - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicStep(String) - Constructor for class org.mmbase.storage.search.implementation.BasicStep
Constructor.
BasicStepField - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicStepField(Step, Field) - Constructor for class org.mmbase.storage.search.implementation.BasicStepField
Constructor.
BasicStringList - Class in org.mmbase.bridge.implementation
A list of Strings
BasicStringList() - Constructor for class org.mmbase.bridge.implementation.BasicStringList
 
BasicStringList(Collection<String>) - Constructor for class org.mmbase.bridge.implementation.BasicStringList
 
BasicStringList.BasicStringIterator - Class in org.mmbase.bridge.implementation
 
BasicStringList.BasicStringIterator() - Constructor for class org.mmbase.bridge.implementation.BasicStringList.BasicStringIterator
 
BasicStringSearchConstraint - Class in org.mmbase.storage.search.implementation
Basic implementation.
BasicStringSearchConstraint(StepField, int, int, List<String>) - Constructor for class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Creates a new instance of BasicStringSearchConstraint.
BasicStringSearchConstraint(StepField, int, int, String) - Constructor for class org.mmbase.storage.search.implementation.BasicStringSearchConstraint
Creates a new instance of BasicStringSearchConstraint.
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(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
batchSize - Variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
BeanFunction - Class in org.mmbase.util.functions
One or more functions based on a Java-bean.
BeanFunction(Object, String) - Constructor for class org.mmbase.util.functions.BeanFunction
 
BeanFunction.Producer - Class in org.mmbase.util.functions
A producer can instantiate beans
BeanFunction.Producer() - Constructor for class org.mmbase.util.functions.BeanFunction.Producer
 
BeanFunctionProvider - Class in org.mmbase.util.functions
 
BeanFunctionProvider(Class<?>) - Constructor for class org.mmbase.util.functions.BeanFunctionProvider
 
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
 
BIDIRECTIONAL - Static variable in interface org.mmbase.bridge.RelationManager
Directionality constant : bi-directional
BinaryCommitProcessor - Class in org.mmbase.datatypes.processors
Used as 'commitprocessor' on the 'binaries'.
BinaryCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
BinaryDataType - Class in org.mmbase.datatypes
The datatype associated with byte arrays ('blobs').
BinaryDataType(String) - Constructor for class org.mmbase.datatypes.BinaryDataType
Constructor for binary field.
BinaryDataType.MimeTypeRestriction - Class in org.mmbase.datatypes
 
BinaryDataType.MimeTypeRestriction(BinaryDataType.MimeTypeRestriction) - Constructor for class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
BinaryDataType.MimeTypeRestriction(Pattern) - Constructor for class org.mmbase.datatypes.BinaryDataType.MimeTypeRestriction
 
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
 
bind(Cloud) - Static method in class org.mmbase.bridge.util.CloudThreadLocal
Associates the given cloud with the current thread of execution.
Block - Class in org.mmbase.framework
A Block is a representation of a page within a component.
Block(String, String, Component, String) - Constructor for class org.mmbase.framework.Block
 
block - Variable in class org.mmbase.framework.Block.BlockContainer
 
BLOCK - Static variable in class org.mmbase.framework.Framework
The proposed parameter if the framework can be explicitely requested a block to render.
Block.BlockContainer - Class in org.mmbase.framework
A wrapper class for a certain block in a type, which defined its weighted place in between it's child block of the same type.
Block.BlockContainer(Block, Block.Type, int) - Constructor for class org.mmbase.framework.Block.BlockContainer
 
Block.Type - Class in org.mmbase.framework
Every block can be assigned a hierarchal 'Type', which can classify it.
Block.Type(String, Block.Type) - Constructor for class org.mmbase.framework.Block.Type
 
blocks - Variable in class org.mmbase.framework.basic.BlockUrlConverter
 
blocks - Variable in class org.mmbase.framework.Block.Type
 
BlockUrlConverter - Class in org.mmbase.framework.basic
A block url converter is an url converter which encodes in the URL precisely one block.
BlockUrlConverter(BasicFramework) - Constructor for class org.mmbase.framework.basic.BlockUrlConverter
 
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).
branches - Variable in class org.mmbase.bridge.util.TreeList
 
BRIDGE - Static variable in class org.mmbase.storage.search.legacy.ConstraintParser
 
BridgeCaster - Class in org.mmbase.bridge.util
Plugged into Casting to supply some extra casting based on the availability of an MMBase Bridge.
BridgeCaster() - Constructor for class org.mmbase.bridge.util.BridgeCaster
 
BridgeCaster.NodeListWrapper - Class in org.mmbase.bridge.util
 
BridgeCaster.NodeListWrapper(NodeList, CharTransformer) - Constructor for class org.mmbase.bridge.util.BridgeCaster.NodeListWrapper
 
BridgeClusterQueries - Class in org.mmbase.storage.search
 
BridgeClusterQueries(QueryContext.Bridge) - Constructor for class org.mmbase.storage.search.BridgeClusterQueries
 
BridgeCollections - Class in org.mmbase.bridge.util
Analogon of Collections.
BridgeCollections() - Constructor for class org.mmbase.bridge.util.BridgeCollections
 
BridgeCollections.EmptyBridgeList<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyBridgeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
BridgeCollections.EmptyModuleList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyModuleList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
 
BridgeCollections.EmptyNodeList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyNodeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
 
BridgeCollections.EmptyNodeManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyNodeManagerList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
 
BridgeCollections.EmptyRelationList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyRelationList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
 
BridgeCollections.EmptyRelationManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyRelationManagerList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
 
BridgeCollections.EmptyStringList - Class in org.mmbase.bridge.util
 
BridgeCollections.EmptyStringList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.EmptyStringList
 
BridgeCollections.UnmodifiableBridgeList<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableBridgeList() - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
BridgeCollections.UnmodifiableBridgeList(BridgeList<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
BridgeCollections.UnmodifiableBridgeList(List<E>, BridgeList<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
BridgeCollections.UnmodifiableListIterator<E> - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableListIterator(ListIterator<E>) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
 
BridgeCollections.UnmodifiableModuleIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableModuleIterator(ModuleIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableModuleIterator
 
BridgeCollections.UnmodifiableNodeIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeIterator(NodeIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeIterator
 
BridgeCollections.UnmodifiableNodeList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeList(NodeList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeList
 
BridgeCollections.UnmodifiableNodeManagerIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeManagerIterator(NodeManagerIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerIterator
 
BridgeCollections.UnmodifiableNodeManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableNodeManagerList(NodeManagerList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerList
 
BridgeCollections.UnmodifiableRelationIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationIterator(RelationIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationIterator
 
BridgeCollections.UnmodifiableRelationList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationList(RelationList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationList
 
BridgeCollections.UnmodifiableRelationManagerIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationManagerIterator(RelationManagerIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerIterator
 
BridgeCollections.UnmodifiableRelationManagerList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableRelationManagerList(RelationManagerList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableRelationManagerList
 
BridgeCollections.UnmodifiableStringIterator - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableStringIterator(StringIterator) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringIterator
 
BridgeCollections.UnmodifiableStringList - Class in org.mmbase.bridge.util
 
BridgeCollections.UnmodifiableStringList(StringList) - Constructor for class org.mmbase.bridge.util.BridgeCollections.UnmodifiableStringList
 
BridgeException - Exception in org.mmbase.bridge
This exception gets thrown when something goes wrong on the MMCI.
BridgeException() - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeException(String) - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeException(Throwable) - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeException(String, Throwable) - Constructor for exception org.mmbase.bridge.BridgeException
 
BridgeList<E> - Interface in org.mmbase.bridge
 
builder - Variable in class org.mmbase.storage.search.implementation.BasicStep
 
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
 
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.
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
 

C

c - Variable in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
CachedRenderer - Class in org.mmbase.framework
This renderer caches other renderers.
CachedRenderer(Renderer.Type, Block) - Constructor for class org.mmbase.framework.CachedRenderer
 
calculateHashCode() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.NodeEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.RelationEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.TransactionEventBroker
 
canBrokerForEvent(Event) - Method in class org.mmbase.core.event.WeakNodeEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.NodeEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.RelationEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.TransactionEventBroker
 
canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.WeakNodeEventBroker
 
cancel() - Method in class org.mmbase.bridge.mock.MockTransaction
 
cancel() - Method in interface org.mmbase.bridge.Node
Cancel changes to a node This fails if the current node is not in edit mode.
cancel() - Method in interface org.mmbase.bridge.Transaction
Cancels this transaction.
cancel() - Method in class org.mmbase.bridge.util.AbstractNode
 
cancel() - Method in class org.mmbase.bridge.util.MapNode
 
cancel() - Method in class org.mmbase.bridge.util.NodeWrapper
 
cancelThis() - Method in class org.mmbase.bridge.util.NodeChanger
 
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.util.AbstractFieldValue
Function values cannot be changed
CANNOTCHANGE - Static variable in class org.mmbase.bridge.util.AbstractFieldValue
 
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.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.StringDataType
 
castForSearch(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
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
 
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.
castKeyOrException(Object, Cloud) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
castOrException(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType
 
castOrException(Object, Node, Field) - Method in interface org.mmbase.datatypes.DataType
Tries to 'cast' an object for use with this parameter.
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
 
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.DateTimeDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.NodeDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.NumberDataType
 
CATEGORY - Static variable in class org.mmbase.framework.basic.MMBaseUrlConverter
MMBaseUrlConverter wants a 'category'.
CENTURY - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'century'
chain - Variable in class org.mmbase.framework.ChainedRenderer
 
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
 
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
 
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
 
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
 
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
 
change(String) - Method in class org.mmbase.bridge.util.NodeChanger
 
change(String, String) - Method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
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_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
CHANGECONTEXT_INT - Static variable in class org.mmbase.security.Operation
Deprecated. use CHANGE_CONTEXT_INT
ChangedNode - Class in org.mmbase.bridge.util
A node wrapper 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
 
CHARSEQUENCE - Static variable in class org.mmbase.util.functions.ReturnType
 
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() - 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(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.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.functions.Parameters
 
checkDef() - Method in class org.mmbase.util.functions.Parameters
 
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
 
CheckEqualityDataType.FieldRestriction(CheckEqualityDataType.FieldRestriction) - Constructor for class org.mmbase.datatypes.CheckEqualityDataType.FieldRestriction
 
CheckEqualityDataType.FieldRestriction(String) - Constructor for class org.mmbase.datatypes.CheckEqualityDataType.FieldRestriction
 
checkModules(boolean, String...) - Static method in class org.mmbase.module.Module
Makes sure that modules are loaded and started.
checkRequiredParameters() - Method in class org.mmbase.util.functions.Parameters
Throws an IllegalArgumentException if one of the required parameters was not entered.
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
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
 
ChecksumFactory.ChecksumTransformer(Checksum) - Constructor for class org.mmbase.util.transformers.ChecksumFactory.ChecksumTransformer
 
ChecksumGetProcessorFactory - Class in org.mmbase.datatypes.processors
See ChecksumFactory.
ChecksumGetProcessorFactory() - Constructor for class org.mmbase.datatypes.processors.ChecksumGetProcessorFactory
 
ChecksumProcessorFactory - Class in org.mmbase.datatypes.processors
See ChecksumFactory.
ChecksumProcessorFactory() - Constructor for class org.mmbase.datatypes.processors.ChecksumProcessorFactory
 
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.
checkWrite() - Method in class org.mmbase.bridge.util.AbstractNode
Throws exception if may not write current node
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.Login(URL, Pattern, String, Map<String, String>, int, int) - Constructor for class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
ClassAuthentication.LoginResult - Class in org.mmbase.security.classsecurity
 
ClassAuthentication.LoginResult(ClassAuthentication.Login, Map<String, String>, int) - Constructor for class org.mmbase.security.classsecurity.ClassAuthentication.LoginResult
 
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
 
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
 
classPattern - Variable in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
classToType(Class) - Static method in class org.mmbase.bridge.Fields
Determines the MMBase type of a specified class.
cleanConstraint - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
cleanLeafConstraint - Variable in class org.mmbase.bridge.util.GrowingTreeList
 
clear() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
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.datatypes.DataTypeCollector
 
clear() - Method in class org.mmbase.framework.ComponentRepository
 
clear() - Method in class org.mmbase.util.LocalizedEntryListFactory
Clears all added keys, bundles and queries.
clone() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
clone() - Method in interface org.mmbase.bridge.Query
Create an (unused) clone
clone() - Method in class org.mmbase.bridge.util.AbstractDescriptor
 
clone(String) - Method in class org.mmbase.bridge.util.AbstractDescriptor
 
clone() - Method in class org.mmbase.bridge.util.AbstractField
 
clone(String, boolean) - Method in class org.mmbase.bridge.util.AbstractField
 
clone() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
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.storage.search.implementation.BasicSearchQuery
 
clone() - Method in class org.mmbase.util.LocalizedEntryListFactory
 
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.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.util.AbstractQueryWrapper
 
close() - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
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.BasicQuery
reference to the cloud.
cloud - Variable in class org.mmbase.bridge.mock.AbstractQueryHandler
 
cloud - Variable in class org.mmbase.bridge.mock.MockNode
 
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 - Variable in class org.mmbase.storage.search.QueryContext.Bridge
 
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
 
clouds - Variable in class org.mmbase.bridge.util.AbstractCloudContext
 
CloudThreadLocal - Class in org.mmbase.bridge.util
ThreadLocal to store an MMBase Bridge Cloud
CloudThreadLocal() - Constructor for class org.mmbase.bridge.util.CloudThreadLocal
 
CloudUtil - Class in org.mmbase.bridge.util
An utility to work with clouds on the session or as a ThreadLocal
clusterNode(Relation, String, Node) - Static method in class org.mmbase.bridge.util.Queries
Given a 'relation' node
ClusterQueries - Class in org.mmbase.storage.search
 
ClusterQueries() - Constructor for class org.mmbase.storage.search.ClusterQueries
 
clusterQueries - Variable in class org.mmbase.storage.search.QueryContext.Bridge
 
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
 
CodeSampleFactory.CodeSample(String, String, String, String) - Constructor for class org.mmbase.util.transformers.CodeSampleFactory.CodeSample
Constructor
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
 
CollectionNodeList.BasicNodeIterator() - Constructor for class org.mmbase.bridge.util.CollectionNodeList.BasicNodeIterator
 
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
 
CollectionRelationList.BasicRelationIterator() - Constructor for class org.mmbase.bridge.util.CollectionRelationList.BasicRelationIterator
 
collector - Variable in class org.mmbase.datatypes.util.xml.DataTypeDefinition
The data type collector that contains the data datatype with this definition.
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
 
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 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(Node, Field) - Method in class org.mmbase.datatypes.processors.BinaryCommitProcessor
 
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
 
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.
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.MaxRestriction(ComparableDataType<E>.MaxRestriction) - Constructor for class org.mmbase.datatypes.ComparableDataType.MaxRestriction
 
ComparableDataType.MaxRestriction(boolean) - Constructor for class org.mmbase.datatypes.ComparableDataType.MaxRestriction
 
ComparableDataType.MinRestriction - Class in org.mmbase.datatypes
 
ComparableDataType.MinRestriction(ComparableDataType<E>.MinRestriction) - Constructor for class org.mmbase.datatypes.ComparableDataType.MinRestriction
 
ComparableDataType.MinRestriction(boolean) - Constructor for class org.mmbase.datatypes.ComparableDataType.MinRestriction
 
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
 
CompareFieldsConstraint - Interface in org.mmbase.storage.search
A constraint that compares the value of two stepfields.
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.
compareTo(Field) - Method in class org.mmbase.bridge.implementation.BasicField
 
compareTo(Field) - Method in class org.mmbase.bridge.util.AbstractField
 
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(Field) - Method in class org.mmbase.bridge.util.VirtualNodeManagerField
 
compareTo(DataType<C>) - Method in class org.mmbase.datatypes.BasicDataType
 
compareTo(Block.BlockContainer) - Method in class org.mmbase.framework.Block.BlockContainer
 
compareTo(Block.Type) - Method in class org.mmbase.framework.Block.Type
 
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(Function<R>) - Method in class org.mmbase.util.functions.AbstractFunction
 
COMPLETE_CHECK - Static variable in class org.mmbase.security.Authorization
Constant which can be used as a result for the check query function.
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
 
ComponentRepository.Ready() - Constructor for class org.mmbase.framework.ComponentRepository.Ready
 
components - Variable in class org.mmbase.framework.basic.BlockUrlConverter
 
CompositeConstraint - Interface in org.mmbase.storage.search
A constraint combining several child constraints, using either logical AND or OR.
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
 
configurationPath - Variable in class org.mmbase.module.Module
 
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() - 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 configuration 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.
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
 
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.
connect() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
 
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
 
CONSERVE_NEWLINES - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
Constants - Class in org.mmbase.datatypes
 
Constants() - Constructor for class org.mmbase.datatypes.Constants
 
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(QueryContext, SearchQuery) - Constructor for class org.mmbase.storage.search.legacy.ConstraintParser
Creates a new instance of ConstraintParser
ConstraintParser(Query) - Constructor for class org.mmbase.storage.search.legacy.ConstraintParser
 
contains(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
 
contains(Object) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
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
 
containsAll(Collection<?>) - Method in class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
 
containsKey(Object) - Method in class org.mmbase.bridge.util.NodeMap
 
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.
containsValue(Object) - Method in class org.mmbase.bridge.util.NodeMap
 
context - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
contextDestroyed(ServletContextEvent) - Method in class org.mmbase.bridge.mock.MockSetup
 
contextInitialized(ServletContextEvent) - Method in class org.mmbase.bridge.mock.MockSetup
 
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.Get() - Constructor for class org.mmbase.datatypes.processors.ContextProcessor.Get
 
ContextProcessor.Set - Class in org.mmbase.datatypes.processors
 
ContextProcessor.Set() - Constructor for class org.mmbase.datatypes.processors.ContextProcessor.Set
 
ContextProvider - Class in org.mmbase.bridge
This is the main factory to acquire certain CloudContexts.
ContextProvider.Resolver - Class in org.mmbase.bridge
A Resolver resolves an URI-string (the argument of ContextProvider.getCloudContext(String) to a CloudContext object.
ContextProvider.Resolver() - Constructor for class org.mmbase.bridge.ContextProvider.Resolver
 
convert(Object) - Method in class org.mmbase.bridge.implementation.AbstractNodeList
 
convert(Object) - Method in class org.mmbase.bridge.implementation.BasicFieldList
 
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.BasicNodeManagerList
 
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
 
convertClauseToDBS(QueryContext, String) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
Converts a constraint by turning all 'quoted' fields into database supported fields.
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
 
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.CookieBase - Class in org.mmbase.datatypes.processors
 
Cookies.CookieBase() - Constructor for class org.mmbase.datatypes.processors.Cookies.CookieBase
 
Cookies.Getter - Class in org.mmbase.datatypes.processors
 
Cookies.Getter() - Constructor for class org.mmbase.datatypes.processors.Cookies.Getter
 
Cookies.Setter - Class in org.mmbase.datatypes.processors
 
Cookies.Setter() - Constructor for class org.mmbase.datatypes.processors.Cookies.Setter
 
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_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
 
copyConstraint(Constraint, Step, Query, Step) - Static method in class org.mmbase.bridge.util.Queries
Takes a Constraint of a query, and takes all 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.
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
 
copySteps(SearchQuery) - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
copySteps(SearchQuery) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
 
CORENODE - Static variable in class org.mmbase.util.functions.Parameter
 
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')
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.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.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
 
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.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_INT - Static variable in class org.mmbase.security.Operation
int value for the create Operation
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.util.AbstractCloud
 
createAlias(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
Creates a unique alias for this Query based on a given base String
createAlias(String) - Method in class org.mmbase.bridge.mock.MockNode
 
createAlias(String) - Method in interface org.mmbase.bridge.Node
Create an alias for this node.
createAlias(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
createAlias(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
createANDConstraint(Query, Constraint, Constraint) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a AND composite constraint for the query
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
 
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<?>) - 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<?>) - 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(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<?>) - 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
Defaulting version of Queries.createConstraint(Query, String, int, Object, Object, boolean, int).
createConstraint(Query, String, int, Object, Object, boolean) - Static method in class org.mmbase.bridge.util.Queries
Defaulting version of Queries.createConstraint(Query, String, int, Object, Object, boolean, int).
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.
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(Cloud, String, int, int, DataType) - Static method in class org.mmbase.bridge.Fields
Defaulting version of #createField(String, int int, int, DataType) (no list item type, because it is nearly always irrelevant).
createField(Cloud, String, int, int, int, DataType) - Static method in class org.mmbase.bridge.Fields
 
createFieldList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty field list
createFieldList() - Method in interface org.mmbase.bridge.NodeManager
Returns a new, empty field list for this nodemanager
createFieldList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createFieldList() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
createFunctionValue(Object) - Method in class org.mmbase.bridge.util.AbstractNode
 
createInConstraint(Query, Field, SortedSet<?>) - 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
createItem(String, String, boolean, String) - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItemFactory
 
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).
createLogicalConstraint(Query, Constraint, Constraint, int) - Static method in class org.mmbase.bridge.util.SearchUtil
Create a composite constraint for the query
createMakeEmptyConstraint(Query) - Static method in class org.mmbase.bridge.util.Queries
Creates a constraint that would make the result of the query q empty.
createModuleList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty module list
createModuleList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createNewQuery() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
createNewStepField(SearchQuery, StepField) - Static method in class org.mmbase.storage.search.implementation.BasicSearchQuery
Creates a new StepField like f for query q.
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.util.AbstractNodeManager
 
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 interface org.mmbase.bridge.NodeManager
Returns a new, empty node list for this nodemanager
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.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.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
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.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
Create empty Parameters object for use with ChecksumGetProcessorFactory.createProcessor(org.mmbase.util.functions.Parameters).
createParameters() - Method in class org.mmbase.datatypes.processors.ChecksumProcessorFactory
Create empty Parameters object for use with ChecksumProcessorFactory.createProcessor(org.mmbase.util.functions.Parameters).
createParameters() - Method in class org.mmbase.datatypes.processors.CopyFieldCommitProcessorFactory
Create empty Parameters object for use with CopyFieldCommitProcessorFactory.createProcessor(org.mmbase.util.functions.Parameters).
createParameters() - Method in class org.mmbase.datatypes.processors.LastModifiedProcessorFactory
Create empty Parameters object for use with LastModifiedProcessorFactory.createProcessor(org.mmbase.util.functions.Parameters).
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() - 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.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
 
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
 
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 interface org.mmbase.bridge.NodeManager
Creates a query for this NodeNanager.
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).
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(Node, Node) - Method in class org.mmbase.bridge.mock.MockRelationManager
 
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.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
 
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 interface org.mmbase.bridge.NodeManager
Returns a new, empty relation list for this nodemanager
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.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.
createSettingValueParameters() - Method in class org.mmbase.framework.basic.BasicFramework
 
createSettingValueParameters() - Method in class org.mmbase.framework.Framework
 
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.
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, 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
 
createStringList() - Method in interface org.mmbase.bridge.CloudContext
Returns a new, empty string list
createStringList() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
createSubHandler(ResourceLoader) - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeURLStreamHandler
 
createSystemDataTypeCollector() - Static method in class org.mmbase.datatypes.DataTypeCollector
Creates the DataTypeCollector used to store datatypes accessible throughout the application.
createSystemField(Cloud, String, int) - Static method in class org.mmbase.bridge.Fields
 
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.util.AbstractCloud
 
createTransaction(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
createTransaction(String, boolean) - Method in class org.mmbase.bridge.util.AbstractCloud
 
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.
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
createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory
 
createVirtualNodeManager(Cloud, Map, boolean) - Static method in class org.mmbase.bridge.util.MapNode
 
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
 
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()

D

dataType - Variable in class org.mmbase.bridge.util.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 - Variable in class org.mmbase.datatypes.util.xml.DataTypeDefinition
The data type which will be produced
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_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(Serializable) - Constructor for class org.mmbase.datatypes.DataTypeCollector
 
dataTypeCollector - Variable in class org.mmbase.framework.Setting
 
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<?>) - Constructor for class org.mmbase.bridge.util.DataTypeField
 
DataTypeField(NodeManager, Field) - Constructor for class org.mmbase.bridge.util.DataTypeField
 
DataTypeField(String, NodeManager, DataType<?>) - Constructor for class org.mmbase.bridge.util.DataTypeField
 
DataTypeField(Field, DataType<?>) - Constructor for class org.mmbase.bridge.util.DataTypeField
This constructor only wraps the given field to have another datatype.
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
 
DataTypes.FieldNotFoundException(Exception) - Constructor for exception org.mmbase.datatypes.DataTypes.FieldNotFoundException
 
DataTypes.FieldNotFoundException(String) - Constructor for exception org.mmbase.datatypes.DataTypes.FieldNotFoundException
 
DataTypeSetter - Class in org.mmbase.bridge.util
Wraps a Field.
DataTypeSetter(AbstractField) - Constructor for class org.mmbase.bridge.util.DataTypeSetter
 
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
 
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
 
DateSortOrder - Interface in org.mmbase.storage.search
A datesortorder specifies sorting of a single date field.
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.
DateTimePattern.Element(String, int, int, int) - Constructor for class org.mmbase.datatypes.DateTimePattern.Element
 
DateTimePattern.Element(String, int, int, int, int) - Constructor for class org.mmbase.datatypes.DateTimePattern.Element
 
DAY_OF_MONTH - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'day of month'
DAY_OF_WEEK - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'day of week'
DAY_OF_YEAR - Static variable in interface org.mmbase.storage.search.FieldValueDateConstraint
Date part: 'day of year'
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.PrecisionRestriction(DecimalDataType.PrecisionRestriction) - Constructor for class org.mmbase.datatypes.DecimalDataType.PrecisionRestriction
 
DecimalDataType.PrecisionRestriction() - Constructor for class org.mmbase.datatypes.DecimalDataType.PrecisionRestriction
 
DecimalDataType.ScaleRestriction - Class in org.mmbase.datatypes
 
DecimalDataType.ScaleRestriction(DecimalDataType.ScaleRestriction) - Constructor for class org.mmbase.datatypes.DecimalDataType.ScaleRestriction
 
DecimalDataType.ScaleRestriction() - Constructor for class org.mmbase.datatypes.DecimalDataType.ScaleRestriction
 
decimalMinRestriction - Variable in class org.mmbase.datatypes.DecimalDataType
 
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.
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
 
decorate - Variable in class org.mmbase.framework.ConnectionRenderer
 
decorate - Variable in class org.mmbase.framework.ResourceRenderer
 
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
 
decrease(Integer) - Method in class org.mmbase.datatypes.IntegerDataType
 
decrease(Long) - Method in class org.mmbase.datatypes.LongDataType
 
decrease(E) - Method in interface org.mmbase.datatypes.SequentialDataType
Given a certain value, returns the value with is 1 smaller.
DEFAULT - Static variable in class org.mmbase.datatypes.DateTimePattern
 
DEFAULT_AUTHENTICATION - Static variable in class org.mmbase.bridge.util.CloudUtil
 
DEFAULT_BATCH_SIZE - Static variable in class org.mmbase.bridge.util.HugeNodeListIterator
 
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_CONTEXT - Static variable in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory
 
DEFAULT_MAX_NUMBER - Static variable in interface org.mmbase.storage.search.SearchQuery
Default maxNumber value, corresponds to no maximum.
DEFAULT_OFFSET - Static variable in interface org.mmbase.storage.search.SearchQuery
Default offset value, corresponds to no offset.
DEFAULT_SESSIONNAME - Static variable in class org.mmbase.bridge.util.CloudUtil
 
defaultChecker - Variable in class org.mmbase.security.Action
 
DefaultOwner - Class in org.mmbase.datatypes.processors
Fills field with a owner value per default.
DefaultOwner() - Constructor for class org.mmbase.datatypes.processors.DefaultOwner
 
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.util.functions.Parameters
This array maps integers (position in array) to map keys, making it possible to implement List.
delete(boolean) - Method in class org.mmbase.bridge.mock.MockNode
 
delete() - Method in interface org.mmbase.bridge.Node
Removes the Node.
delete(boolean) - Method in interface org.mmbase.bridge.Node
Removes the Node.
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 - Static variable in class org.mmbase.security.Operation
Identifier for remove operation, which is used when removing a node
DELETE_INT - Static variable in class org.mmbase.security.Operation
int value for the remove Operation
deleteAlias(String) - Method in class org.mmbase.bridge.mock.MockNode
 
deleteAlias(String) - Method in interface org.mmbase.bridge.Node
Delete an alias for this node.
deleteAlias(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
deleteAlias(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
deleteRank(String) - Static method in class org.mmbase.security.Rank
Removes a rank from the security system.
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.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
 
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
 
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 - Variable in class org.mmbase.bridge.ContextProvider.Resolver
 
description - Variable in class org.mmbase.bridge.util.AbstractDescriptor
 
description - Variable in class org.mmbase.framework.basic.BasicFramework
 
description - Variable in class org.mmbase.security.Action
 
description - Variable in class org.mmbase.util.functions.DescribedFunctionProvider
Descriptions per locale
Descriptor - Interface in org.mmbase.bridge
XXX A descriptor does not describe.
destination - Variable in class org.mmbase.bridge.mock.MockRelationManager
 
DESTINATION - Static variable in class org.mmbase.bridge.util.SearchUtil
A Search direction of relations in queries
destroy() - Method in class org.mmbase.framework.FrameworkFilter
Destroy method
destType - Variable in class org.mmbase.bridge.mock.MockCloudContext.AllowedRelation
 
determinDefinition() - Method in class org.mmbase.util.functions.CombinedFunction
Combines the parameter definitions of the wrapped function to one new parameter definition
determineNext() - Method in class org.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
 
DIRECTIONALITY_DESCRIPTIONS - Static variable in interface org.mmbase.storage.search.RelationStep
Directionality names corresponding to the direction values.
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.
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
 
DOCBOOK - Static variable in class org.mmbase.datatypes.processors.xml.Modes
Makes the field look like Docbook XML.
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
 
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
 
documentRoot - Variable in class org.mmbase.util.functions.SmartPathFunction
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.framework.FrameworkFilter
Filters a request and delegates it to UrlConverter if needed.
doFinally() - Method in class org.mmbase.bridge.util.TreeHelper
 
done() - Method in interface org.mmbase.datatypes.handlers.html.upload.OutputStreamListener
 
done() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadListener
 
doTest(Writer, NodeQuery) - Static method in class org.mmbase.bridge.util.TreeList
 
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
 
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_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_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_SECURITY_1_0 - Static variable in class org.mmbase.security.MMBaseCopConfig
DTD resource filename of the Builder DTD version 1.0
Duration - Class in org.mmbase.datatypes.processors
Formats a long with hour:minutes:seconds.
Duration() - Constructor for class org.mmbase.datatypes.processors.Duration
 
Duration.DataType - Class in org.mmbase.datatypes.processors
 
Duration.DataType(String) - Constructor for class org.mmbase.datatypes.processors.Duration.DataType
 
Duration.GetString - Class in org.mmbase.datatypes.processors
 
Duration.GetString() - Constructor for class org.mmbase.datatypes.processors.Duration.GetString
 
Duration.SetString - Class in org.mmbase.datatypes.processors
 
Duration.SetString() - Constructor for class org.mmbase.datatypes.processors.Duration.SetString
 
DURATION_PATTERN - Static variable in class org.mmbase.datatypes.processors.Duration
 

E

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
 
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
 
elapsedTime - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
elementManager - Variable in class org.mmbase.bridge.util.xml.query.QueryDefinition
The NodeManager of the 'main' nodetype in this query (if appropriate).
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
 
EMPTY - Static variable in class org.mmbase.bridge.implementation.BasicStringList
 
empty(Node, String) - Method in class org.mmbase.datatypes.processors.OtherField.AbstractProcessor
 
EMPTY - Static variable in class org.mmbase.util.functions.Parameter
An empty Parameter array.
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
 
EmptyCommitProcessor - Class in org.mmbase.datatypes.processors
The CommitProcessor that does nothing.
EmptyCommitProcessor() - Constructor for class org.mmbase.datatypes.processors.EmptyCommitProcessor
 
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.
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.Decryption(String, String, String) - Constructor for class org.mmbase.util.transformers.EncryptionTransformerFactory.Decryption
 
EncryptionTransformerFactory.Encryption - Class in org.mmbase.util.transformers
 
EncryptionTransformerFactory.Encryption(String, String, String) - Constructor for class org.mmbase.util.transformers.EncryptionTransformerFactory.Encryption
 
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.
endBlock() - Method in class org.mmbase.framework.basic.State
After rendering (a certain renderer of) a block, the state must be informed about that.
endProcess() - Method in class org.mmbase.framework.basic.State
 
enforce(Object, Node, Field) - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
Whether BasicDataType.StaticAbstractRestriction.validate(java.util.Collection, java.lang.Object, org.mmbase.bridge.Node, org.mmbase.bridge.Field) must enforce this condition
ENFORCE_ABSOLUTE - Static variable in interface org.mmbase.datatypes.DataType
Return value for DataType.Restriction.getEnforceStrength().
ENFORCE_ALWAYS - Static variable in interface org.mmbase.datatypes.DataType
Return value for DataType.Restriction.getEnforceStrength().
ENFORCE_NEVER - Static variable in interface org.mmbase.datatypes.DataType
Return value for DataType.Restriction.getEnforceStrength().
ENFORCE_ONCHANGE - Static variable in interface org.mmbase.datatypes.DataType
Return value for DataType.Restriction.getEnforceStrength().
ENFORCE_ONCREATE - Static variable in interface org.mmbase.datatypes.DataType
Return value for DataType.Restriction.getEnforceStrength().
ENFORCE_ONVALIDATE - Static variable in interface org.mmbase.datatypes.DataType
Return value for DataType.Restriction.getEnforceStrength().
enforceStrength - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
entrySet() - Method in class org.mmbase.bridge.util.NodeMap
 
enumerationRestriction - Variable in class org.mmbase.datatypes.BasicDataType
 
EnumHandler - Class in org.mmbase.datatypes.handlers.html
 
EnumHandler() - Constructor for class org.mmbase.datatypes.handlers.html.EnumHandler
 
EQUAL - Static variable in interface org.mmbase.storage.search.FieldCompareConstraint
Operator 'equal'
equalFieldValues(Object, Object) - Static method in class org.mmbase.storage.search.implementation.BasicStepField
Compares two field values for equality.
equals(Object) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
equals(Object) - Method in class org.mmbase.bridge.mock.MockCloudContext.MockResolver
 
equals(Object) - Method in class org.mmbase.bridge.util.AbstractField
Whether data type equals to other data type.
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.core.event.NodeEvent
 
equals(Object) - Method in class org.mmbase.core.event.RelationEvent
 
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.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(Object) - Method in class org.mmbase.security.BasicUser
 
equals(Object) - Method in class org.mmbase.security.Rank
 
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.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.xml.AbstractBuilderReader
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
 
errorDescription - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
errorMessage - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
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
 
ErrorRenderer.Error(int, Throwable) - Constructor for class org.mmbase.framework.ErrorRenderer.Error
 
errors - Variable in exception org.mmbase.datatypes.CastException
 
ESCAPE_AMPS - Static variable in class org.mmbase.util.transformers.TagStripperFactory
 
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
 
exception - Variable in class org.mmbase.framework.ErrorRenderer.Error
 
executeNextQuery(Query) - Method in class org.mmbase.bridge.util.HugeNodeListIterator
Executes the given query, and prepares to do 'next', so setting 'nextNode' and 'previousNode'.
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'.
explicitFields - Variable in class org.mmbase.bridge.implementation.BasicQuery
The explicitely added 'extra' fields.

F

F - Static variable in class org.mmbase.datatypes.resources.Gender
 
factor(String) - Method in class org.mmbase.datatypes.processors.FormatQuantity.Parser
 
fallback() - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
fallbackConverter - Variable in class org.mmbase.framework.basic.BasicFramework
 
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.
Field - Interface in org.mmbase.bridge
This interface represents a node's field type information object.
field - Variable in class org.mmbase.bridge.util.DataTypeField
 
field - Variable in class org.mmbase.bridge.util.DataTypeSetter
 
field - Variable in class org.mmbase.bridge.util.FieldWrapper
 
field - Variable in class org.mmbase.bridge.util.NodeFieldComparator
 
field - Variable in class org.mmbase.datatypes.DateTimePattern.Element
 
FIELD - Static variable in class org.mmbase.util.functions.Parameter
 
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
FieldGetString - Class in org.mmbase.datatypes.processors.xml
 
FieldGetString() - Constructor for class org.mmbase.datatypes.processors.xml.FieldGetString
 
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
 
FieldList - Interface in org.mmbase.bridge
A list of field types Not that since MMBase-1.9/Java 1.5 this list simply implements BridgeList<Field>.
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.OtherField.AbstractProcessor
 
FieldNullConstraint - Interface in org.mmbase.storage.search
A constraint that tests if a stepfield value is null.
fieldRestriction - Variable in class org.mmbase.datatypes.CheckEqualityDataType
 
Fields - Class in org.mmbase.bridge
 
Fields() - Constructor for class org.mmbase.bridge.Fields
 
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 - Variable in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
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
 
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
 
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.
FieldWrapper - Class in org.mmbase.bridge.util
Wraps another Field (and makes it unmodifiable).
FieldWrapper(Field) - Constructor for class org.mmbase.bridge.util.FieldWrapper
 
fileIndex - Variable in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
FILENAME_FIELD - Static variable in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory
 
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
 
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'
findField(Query, Field) - Static method in class org.mmbase.bridge.util.SearchUtil
Find a step field in a query based on a bridge field
findLeafFile(String, String, HttpSession) - Method in class org.mmbase.bridge.util.TreeHelper
Method to find the file to 'LeafInclude' given a list of objectnumbers
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.
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
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
findString(Request, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
findTreeFile(String, String, HttpSession) - Method in class org.mmbase.bridge.util.TreeHelper
Method to find the file to 'TreeInclude' given a list of objectnumbers
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
 
first() - Method in class org.mmbase.datatypes.ComparableDataType
Returns a natural 'first' value.
first() - Method in class org.mmbase.datatypes.DateTimeDataType
 
first() - Method in class org.mmbase.datatypes.DecimalDataType
 
first() - Method in class org.mmbase.datatypes.DoubleDataType
 
first() - Method in class org.mmbase.datatypes.FloatDataType
 
first() - Method in class org.mmbase.datatypes.IntegerDataType
 
first() - Method in class org.mmbase.datatypes.LongDataType
 
first() - Method in interface org.mmbase.datatypes.SequentialDataType
Returns a natural 'first' value.
first() - Method in class org.mmbase.datatypes.StringDataType
 
FIRST_MATCH - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
FIRST_PATTERN - Static variable in class org.mmbase.util.transformers.RegexpReplacerFactory
 
fixateParameters(Parameters) - Static method in class org.mmbase.framework.Utils
 
fixed - Variable in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
fixQuery(Query, Map<Integer, Integer>) - Static method in class org.mmbase.bridge.util.Queries
Fixes the nodes of the steps of query.
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.
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
 
flush() - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredOutputStream
 
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?
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
 
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
 
FormatFileSize.Parser() - Constructor for class org.mmbase.datatypes.processors.FormatFileSize.Parser
 
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
 
FormatQuantity.Parser() - Constructor for class org.mmbase.datatypes.processors.FormatQuantity.Parser
 
foundEnd - Variable in class org.mmbase.bridge.util.TreeList
 
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
 
FROM - Static variable in class org.mmbase.util.transformers.SubstringFactory
 
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 cannot 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 cannot 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').
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 - Variable in class org.mmbase.bridge.mock.MockNodeManager
 
Functions - Class in org.mmbase.framework
Framework functions for use in XSLT.
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 - 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
 
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
 

G

Gender - Class in org.mmbase.datatypes.resources
Just a container for some constants.
generateId(int) - Method in class org.mmbase.framework.basic.State
 
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 construct 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
 
get() - Method in interface org.mmbase.bridge.FieldValue
Returns the value as an Object.
get() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
get(int) - Method in class org.mmbase.bridge.implementation.BasicList
 
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.BridgeCaster.NodeListWrapper
 
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() - Method in class org.mmbase.framework.Block.BlockContainer
 
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
Shortcut for ActionRepository.get(String).Map.get(java.lang.Object).
get(String) - Method in class org.mmbase.security.MemoryActionRepository
 
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(Locale) - Method in class org.mmbase.util.LocalizedEntryListFactory
Defaulting version of LocalizedEntryListFactory.get(Locale, Cloud).
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.
getActionRepository() - Method in interface org.mmbase.bridge.CloudContext
Returns the Repository with actions
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.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)
getAgeConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
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(Cloud, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
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.
getAliasConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getAliases() - Method in class org.mmbase.bridge.mock.MockNode
 
getAliases() - Method in interface org.mmbase.bridge.Node
Returns all aliases for this node.
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
 
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() - 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
 
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
getAnnotation(String) - Method in class org.mmbase.bridge.util.AnnotatedNode
 
getAnotherParameter() - Method in class org.mmbase.util.functions.ExampleBean
 
getArguments() - Method in class org.mmbase.util.functions.Parameter.Wrapper
 
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(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.
getAuthentication() - Method in interface org.mmbase.bridge.CloudContext
Acquires information about the currently configuration Authentication implementation.
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.security.BasicUser
 
getAuthenticationType() - Method in interface org.mmbase.security.UserContext
Returns the original authentication type as specified in getCloud
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.
getBackwardsCompatible() - Method in class org.mmbase.util.functions.SmartPathFunction
 
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.
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
 
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
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.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
 
getBuilder(int) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getBuilder(String, Map<String, Integer>) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getBuilder(String, Map<String, Integer>) - Method in class org.mmbase.storage.search.ClusterQueries
Gets builder corresponding to the specified table alias.
getBuilder(int) - Method in class org.mmbase.storage.search.ClusterQueries
 
getBuilderLoader() - Static method in class org.mmbase.util.xml.AbstractBuilderReader
 
getBuilderName() - Method in class org.mmbase.core.event.NodeEvent
 
getBuilderNameFromField(String) - Method in class org.mmbase.storage.search.ClusterQueries
Determines the builder part of a specified field.
getBuilderNumber(String) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getBuilderNumber(String) - Method in class org.mmbase.storage.search.ClusterQueries
 
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.
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
 
getBytesRead() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
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.util.AbstractNode
 
getByteValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getCacheFile(Parameters, RenderHints) - Method in class org.mmbase.framework.CachedRenderer
 
getCachePolicy() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getCachePolicy() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getCachePolicy() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getCachePolicy() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getChainedRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
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.util.AbstractNode
 
getChanged() - Method in class org.mmbase.bridge.util.ChangedNode
 
getChanged() - Method in class org.mmbase.bridge.util.NodeWrapper
 
getChangedFields() - Method in class org.mmbase.core.event.NodeEvent
 
getCharTransformer(String, String, String, boolean) - Static method in class org.mmbase.util.transformers.Transformers
This method instatiates a CharTransformer by use of reflection.
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.
getChilds() - Method in interface org.mmbase.storage.search.CompositeConstraint
Gets the child constraints.
getChilds() - Method in class org.mmbase.storage.search.implementation.BasicCompositeConstraint
 
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
 
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
 
getClassName(Class<?>) - Method in class org.mmbase.datatypes.handlers.html.HtmlHandler
 
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.
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.util.AbstractQueryWrapper
 
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() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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) - 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(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.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.util.AbstractCloud
 
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.mock.MockTransaction
 
getCloudName() - Method in interface org.mmbase.bridge.Transaction
Returns the name of the cloud this transaction uses
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.util.AbstractCloudContext
 
getClusterQueries() - Method in class org.mmbase.storage.search.QueryContext.Bridge
 
getClusterQueries() - Method in interface org.mmbase.storage.search.QueryContext
 
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
 
getCols(Field) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
getCommitProcessor() - Method in class org.mmbase.datatypes.BasicDataType
 
getCommitProcessor() - Method in interface org.mmbase.datatypes.DataType
Return the Commit processor of this datatype
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
 
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.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
 
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.
getCompositeConstraint(Element, QueryDefinition) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getConstraint() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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.
getConstraints(Constraint, Step) - Static method in class org.mmbase.bridge.util.Queries
 
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.util.AbstractNode
 
getContext() - Method in class org.mmbase.bridge.util.NodeWrapper
 
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.NoAuthorization
This method does nothing, except from giving a specified string back
getCop() - Method in class org.mmbase.core.event.SecurityLoaded
 
getCost() - Method in class org.mmbase.bridge.util.xml.Generator
Returns an estimation on how long it took to construct the document.
getCount() - Method in class org.mmbase.core.event.ApplicationsInstalledEvent
 
getDataType() - Method in interface org.mmbase.bridge.Field
Returns the data type this field contains.
getDataType() - Method in class org.mmbase.bridge.util.AbstractField
 
getDataType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
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(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.
getDataTypeDefinition() - Method in class org.mmbase.datatypes.DataTypeCollector
 
getDataTypeForFieldAttribute(String) - Static method in class org.mmbase.datatypes.DataTypes
Get the datatype as 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
 
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(DataTypeCollector) - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the datatypes defined for this builder.
getDateFormat(Locale) - Method in class org.mmbase.datatypes.DateTimePattern
Returns a DateFormat object associated with this object.
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
getDateValue(String) - Method in interface org.mmbase.bridge.Node
 
getDateValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getDateValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
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
getDayMark(Cloud, int) - Static method in class org.mmbase.bridge.util.Queries
 
getDayMark(Cloud, int) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getDecimalValue(String) - Method in interface org.mmbase.bridge.Node
 
getDecimalValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getDecimalValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getDefault() - Method in class org.mmbase.security.Action
Every action needs to do a proposal on how to check it.
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.util.AbstractCloudContext
 
getDefaultCloudContext() - Static method in class org.mmbase.bridge.ContextProvider
Returns the 'default' cloud context.
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
 
getDefaultConfigurer() - Static method in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
getDefaultLocale() - Method in interface org.mmbase.bridge.CloudContext
Returns the default locale setting.
getDefaultLocale() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
getDefaultLocale() - Method in class org.mmbase.bridge.util.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.
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.
getDefaultProcessor() - Method in class org.mmbase.datatypes.BasicDataType
 
getDefaultTimeZone() - Method in interface org.mmbase.bridge.CloudContext
Returns the default time zone.
getDefaultTimeZone() - Method in class org.mmbase.bridge.util.AbstractCloudContext
 
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
 
getDefinition() - Method in class org.mmbase.util.functions.Parameters
 
getDeleteProcessor() - Method in class org.mmbase.datatypes.BasicDataType
 
getDeleteProcessor() - Method in interface org.mmbase.datatypes.DataType
Return the Delete processor of this datatype
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.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.
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.util.AbstractNodeManager
 
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 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.util.AbstractCloud
 
getDescription(Locale) - Method in class org.mmbase.bridge.util.AbstractDescriptor
 
getDescription() - Method in class org.mmbase.bridge.util.AbstractDescriptor
 
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.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.security.Action
 
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
 
getDescriptions() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Deprecated. use getLocalizedDescription()
getDestination() - Method in class org.mmbase.bridge.mock.MockRelation
 
getDestination() - Method in interface org.mmbase.bridge.Relation
Retrieves the destination of the relation
getDestinationManager() - Method in class org.mmbase.bridge.mock.MockRelationManager
 
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.
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.mock.MockRelationManager
 
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.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
getDirectory() - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
The 'directory' used for thie UrlConverter.
getDocument() - Method in class org.mmbase.bridge.util.xml.Generator
Returns the working DOM document.
getDocument(String[], Map<String, Object>, boolean) - Static method in class org.mmbase.bridge.util.xml.Generator
 
getDocumentConverter(String) - Static method in class org.mmbase.bridge.util.xml.DocumentConverter
 
getDoInput() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
 
getDomain() - Method in class org.mmbase.framework.basic.DirectoryUrlConverter
A regular expression witch must match 'getLocalName' of the request for this UrlConverter to match.
getDoOutput() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
 
getDouble(String) - Static method in class org.mmbase.datatypes.processors.Duration.SetString
 
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.util.AbstractNode
 
getDoubleValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
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.util.AbstractField
 
getEditPosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getEditPosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getElapsedTime() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
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.
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.
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
See DataType.ENFORCE_ALWAYS, DataType.ENFORCE_ONCHANGE, DataType.ENFORCE_NEVER.
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
 
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
 
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.
getErrorDescriptionBundle() - Method in class org.mmbase.datatypes.BasicDataType.StaticAbstractRestriction
 
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 exception org.mmbase.datatypes.CastException
 
getETagFile(File) - Method in class org.mmbase.framework.CachedRenderer
 
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
 
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, org.mmbase.util.functions.Parameters, boolean, boolean), which may often be what you want.
getExtends() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Get the name of the builder that this builder extends
getExtraFields() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getExtraFields() - Method in interface org.mmbase.bridge.NodeQuery
 
getExtraFields() - Method in class org.mmbase.bridge.util.NodeQueryWrapper
 
getFailedComponents() - Method in class org.mmbase.framework.ComponentRepository
The components which could not be instantiated or configured, due to some misconfiguration.
getField(int) - Method in interface org.mmbase.bridge.FieldList
Returns the Field at the indicated position 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 interface org.mmbase.bridge.NodeManager
Returns the field with the specified name.
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.DataTypeSetter
 
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.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, SearchQuery) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getField(String) - Method in class org.mmbase.storage.search.ClusterQueries
Return a field.
getField(String, SearchQuery) - Method in class org.mmbase.storage.search.ClusterQueries
 
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(Field) - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
Returns the stepfield corresponding to the specified field.
getField(QueryContext, 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<? extends Step>) - Static method in class org.mmbase.storage.search.legacy.ConstraintParser
 
getField(QueryContext, 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(String, String) - Method in class org.mmbase.storage.search.QueryContext.Bridge
 
getField(String, String) - Method in interface org.mmbase.storage.search.QueryContext
 
getField() - Method in interface org.mmbase.storage.search.SortOrder
Gets the associated field.
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.
getFieldDefinition() - Method in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
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.storage.search.ClusterQueries
Determines the fieldname part of a specified field (without the builder name).
getFieldRestrictionName() - Method in class org.mmbase.datatypes.CheckEqualityDataType
 
getFieldRestrictionName() - Method in class org.mmbase.datatypes.ConfirmPasswordDataType
 
getFields() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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() - 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() - Method in class org.mmbase.storage.search.implementation.BasicSearchQuery
 
getFields() - Method in class org.mmbase.storage.search.implementation.ModifiableQuery
 
getFields(String) - Method in class org.mmbase.storage.search.QueryContext.Bridge
 
getFields(String) - Method in interface org.mmbase.storage.search.QueryContext
 
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.ParentBuilderReader
 
getFieldTypes(SearchQuery, NodeManager) - Static method in class org.mmbase.bridge.Fields
 
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(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(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.
getFileIndex() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getFileItem(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
Deprecated.  
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
 
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
 
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.util.AbstractNode
 
getFloatValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getFormat() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
getForwardedRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
getForwardGUIName() - Method in class org.mmbase.bridge.mock.MockRelationManager
 
getForwardGUIName() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the gui name (prompt) of the role from source to destination
getForwardRole() - Method in class org.mmbase.bridge.mock.MockRelationManager
 
getForwardRole() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the role of the source to the destination
getFraction() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getFrameworkParameters() - Method in class org.mmbase.framework.basic.State
Returns the parameters which were used to initialize rendering of the current block.
getFullFieldName(QueryDefinition, String) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getFunction(String, String) - Method in interface org.mmbase.bridge.Cloud
Returns a Function object from a function set.
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.util.AbstractCloud
 
getFunction(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFunction(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
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
Wraps AbstractNode.getFunctions() in a Map
getFunctionNameAndFillArgs(String, List<String>) - Static method in class org.mmbase.util.functions.NodeFunction
 
getFunctions(String) - Method in interface org.mmbase.bridge.Cloud
Returns all Function objects from a function set.
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.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.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(Object) - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
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 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(String, List<?>) - Method in class org.mmbase.bridge.util.AbstractNode
 
getFunctionValue(String, List<?>) - Method in class org.mmbase.bridge.util.NodeWrapper
 
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(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(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
 
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).
getFunctionValueWithArgs(Object...) - Method in class org.mmbase.util.functions.AbstractFunction
 
getFunctionValueWithArgs(Object...) - Method in class org.mmbase.util.functions.CombinedFunction
 
getFunctionValueWithArgs(Object...) - Method in interface org.mmbase.util.functions.Function
A 'varargs' version of Function.getFunctionValueWithList(List).
getFunctionValueWithArgs(Object...) - Method in class org.mmbase.util.functions.WrappedFunction
 
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
 
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 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 in a a specified language.
getGUIName(Locale) - Method in class org.mmbase.bridge.util.AbstractDescriptor
Retrieve the GUI name of the field depending on specified langauge.
getGUIName() - Method in class org.mmbase.bridge.util.AbstractDescriptor
Retrieve the GUI name of the field.
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.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.
getGUIType() - Method in interface org.mmbase.bridge.Field
Deprecated. use Field.getDataType() and Descriptor.getName()
getGUIType() - Method in class org.mmbase.bridge.util.AbstractField
 
getGUIType() - Method in class org.mmbase.bridge.util.DataTypeField
 
getGUIType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
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.
getHandlers() - Method in class org.mmbase.datatypes.BasicDataType
 
getHandlers() - Method in interface org.mmbase.datatypes.DataType
 
getHighFormat() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
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
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.
getIdentifier() - Method in class org.mmbase.security.BasicUser
Gets the unique identifier for this user.
getIdentifier() - Method in interface org.mmbase.security.UserContext
Get the unique identifier for this user.
getIFrameUrl(Parameters) - Method in class org.mmbase.framework.EditwizardRenderer
 
getIFrameUrl(Parameters) - Method in class org.mmbase.framework.IFrameRenderer
 
getIncludedRequests() - Static method in class org.mmbase.framework.FrameworkFilter
 
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.util.AbstractNodeManager
 
getInfo(String, ServletRequest, ServletResponse) - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
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
getInitParameters(String) - Static method in class org.mmbase.module.Module
 
getInitParameters() - Method in class org.mmbase.module.Module
Gets own modules properties
getInputStream() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
 
getInputStream(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
 
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.util.AbstractNode
 
getInputStreamValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getInQuery() - Method in interface org.mmbase.storage.search.FieldValueInQueryConstraint
 
getInQuery() - Method in class org.mmbase.storage.search.implementation.BasicFieldValueInQueryConstraint
 
getInstance() - Static method in class org.mmbase.bridge.mock.MockCloudContext
Returns 'the' MockCloudContext.
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.security.ActionRepository
Returns the ActionRepository associated with the current MMBase's MMBaseCop.
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
 
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
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
See Framework.getInternalUrl(String, Map, Parameters).
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.
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.util.AbstractNode
 
getIntValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
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(Request, Node, Field) - Method in class org.mmbase.datatypes.handlers.html.EnumHandler
 
getIterator(Locale) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
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.security.Authentication
Some unique key associated with this security configuration.
getKeys(Locale, Cloud, Node, Field) - Method in class org.mmbase.util.LocalizedEntryListFactory
 
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.
getLastModified() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
 
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.
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.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
 
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() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
getList() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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.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(Locale) - Method in class org.mmbase.datatypes.DateTimePattern
Returns the pattern 'parsed'.
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.
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.util.AbstractField
 
getListItemType() - Method in class org.mmbase.bridge.util.DataTypeSetter
 
getListItemType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
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.util.AbstractField
 
getListPosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getListPosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getListValue(String) - Method in interface org.mmbase.bridge.Node
 
getListValue(String) - Method in class org.mmbase.bridge.util.AbstractNode
 
getListValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getLoader() - Method in class org.mmbase.util.functions.SmartPathFunction
 
getLocale() - Method in interface org.mmbase.bridge.Cloud
Gets the locale associated with this Cloud instance.
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
 
getLocalizedDescription() - Method in interface org.mmbase.bridge.Descriptor
Returns the set of (localized) descriptions of this object.
getLocalizedDescription() - Method in class org.mmbase.bridge.util.AbstractDescriptor
 
getLocalizedDescription() - Method in class org.mmbase.bridge.util.FieldWrapper
 
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.util.AbstractDescriptor
 
getLocalizedGUIName() - Method in class org.mmbase.bridge.util.FieldWrapper
 
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.
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
getLong(String) - Static method in class org.mmbase.datatypes.processors.Duration.SetString
 
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.util.AbstractNode
 
getLongValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getLongValue(Element) - Static method in class org.mmbase.datatypes.util.xml.DataTypeXml
 
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
 
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.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.
getManifest() - Method in class org.mmbase.framework.BasicComponent
EXPERIMENTAL.
getMap(State, Map<String, Object>) - Method in class org.mmbase.framework.basic.BasicFramework
 
getMap() - Method in class org.mmbase.security.classsecurity.ClassAuthentication.Login
 
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.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
 
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.util.AbstractField
 
getMaxLength() - Method in class org.mmbase.bridge.util.DataTypeField
 
getMaxLength() - Method in class org.mmbase.bridge.util.FieldWrapper
 
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.
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.
getMaxNumber() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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.
getMaxRestriction() - Method in class org.mmbase.datatypes.ComparableDataType
 
getMessage() - Method in exception org.mmbase.datatypes.util.xml.DependencyException
 
getMessage(Locale) - Method in exception org.mmbase.security.SecurityException
 
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'.
getMethodFromClass(Class<?>, String) - Static method in class org.mmbase.util.functions.Functions
 
getMimeType(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryDataType
 
getMimeType() - Method in class org.mmbase.framework.Block
Mimetype for this block.
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.
getMinRestriction() - Method in class org.mmbase.datatypes.ComparableDataType
 
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
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
 
getModule(String) - Method in interface org.mmbase.bridge.CloudContext
Returns the module with the specified name.
getModule(int) - Method in class org.mmbase.bridge.implementation.BasicModuleList
 
getModule(int) - Method in interface org.mmbase.bridge.ModuleList
Returns the Module at the indicated position in the list
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.
getModuleInfo() - Method in class org.mmbase.module.Module
Deprecated. use getDescription
getModuleLoader() - Static method in class org.mmbase.module.Module
 
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.util.AbstractCloudContext
 
getModules() - Static method in class org.mmbase.module.Module
Returns an iterator of all the modules that are currently active.
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
getMultiLevelSearchQuery(List<String>, List<String>, String, List<String>, String, List<String>, List<String>, List<Integer>) - Method in class org.mmbase.storage.search.ClusterQueries
Creates search query that selects all the objects that match the searchkeys.
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 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.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.util.AbstractCloud
 
getName() - Method in class org.mmbase.bridge.util.AbstractDescriptor
Returns the name or 'key' of this descriptor.
getName() - Method in class org.mmbase.bridge.util.AbstractNodeManager
 
getName() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getName(URL) - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeURLStreamHandler
 
getName() - Method in class org.mmbase.bridge.util.VirtualNodeManagerField
 
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.security.Action
Every action has a non-null name.
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.xml.AbstractBuilderReader
Get the name of the builder that this builder extends
getName() - Method in class org.mmbase.util.xml.ModuleReader
Get the name of this module.
getNameSpace() - Method in class org.mmbase.security.Action
Most 'actions' have a namespace.
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.storage.search.implementation.BasicRelationStep
 
getNext() - Method in interface org.mmbase.storage.search.RelationStep
Gets the next step.
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.
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
 
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
 
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(int) - Method in class org.mmbase.bridge.implementation.AbstractNodeList
 
getNode() - Method in class org.mmbase.bridge.implementation.BasicFieldValue
 
getNode(MockCloudContext.NodeDescription, boolean) - Method in class org.mmbase.bridge.mock.MockCloud
 
getNode(int) - Method in class org.mmbase.bridge.mock.MockCloud
 
getNode(MockCloudContext.NodeDescription, boolean) - Method in class org.mmbase.bridge.mock.MockTransaction
 
getNode(int) - Method in interface org.mmbase.bridge.NodeList
Returns the Node at the indicated position in the list
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(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(Parameters) - Method in class org.mmbase.util.functions.NodeFunction
 
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.mock.MockCloud
 
getNodeByAlias(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNodeEvent() - Method in class org.mmbase.core.event.RelationEvent
 
getNodeField(String) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getNodeField(String) - Method in class org.mmbase.storage.search.ClusterQueries
 
getNodeFunction(String) - Method in class org.mmbase.bridge.util.AbstractNode
Based on getFunctions.
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() - Method in class org.mmbase.bridge.implementation.BasicField
 
getNodeManager(int) - Method in class org.mmbase.bridge.implementation.BasicNodeManagerList
 
getNodeManager() - Method in class org.mmbase.bridge.implementation.BasicNodeQuery
 
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 position in the list
getNodeManager() - Method in interface org.mmbase.bridge.NodeQuery
Returns the node-manager.
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.AbstractField
 
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.bridge.util.VirtualNodeManagerField
 
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
 
getNodeManagerForRole(String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getNodeManagers() - Method in interface org.mmbase.bridge.Cloud
Returns all node managers available in this cloud.
getNodeManagers() - Method in class org.mmbase.bridge.mock.MockCloud
 
getNodeManagers() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNodeNumber() - Method in class org.mmbase.core.event.NodeEvent
 
getNodeParameterDef(Parameter...) - Static method in class org.mmbase.util.functions.NodeFunction
 
getNodes() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getNodes() - Method in class org.mmbase.bridge.mock.MockTransaction
 
getNodes() - Method in interface org.mmbase.bridge.Transaction
 
getNodes() - Method in class org.mmbase.storage.search.implementation.BasicStep
 
getNodes() - Method in interface org.mmbase.storage.search.Step
Gets nodenumbers for nodes that must be included in this step.
getNodesStep(List<Step>, int) - Method in class org.mmbase.storage.search.ClusterQueries
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.util.NodeQueryWrapper
 
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.util.AbstractNode
 
getNodeValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getNonTransactionalCloud() - Method in interface org.mmbase.bridge.Cloud
Returns a cloud which is not a Transaction.
getNonTransactionalCloud() - Method in class org.mmbase.bridge.mock.MockTransaction
 
getNonTransactionalCloud() - Method in class org.mmbase.bridge.util.AbstractCloud
 
getNullValue() - Method in class org.mmbase.datatypes.DateTimePattern.Element
The int-value representing null.
getNumber() - Method in interface org.mmbase.bridge.Node
Returns the unique number for this node.
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
 
getNumberForAlias(String) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getNumberForAlias(String) - Method in class org.mmbase.storage.search.ClusterQueries
 
getNumberValue(String) - Static method in class org.mmbase.bridge.util.Queries
Used in implementation of createConstraint
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.util.AbstractNode
 
getObjectValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
getOffset() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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.
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.
getOperation(String) - Static method in class org.mmbase.security.Operation
retrieve a Operation by a given string
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 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
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
getOTypes(Cloud, List<String>, boolean) - Static method in class org.mmbase.bridge.util.xml.query.QueryReader
 
getOutputStream() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
 
getOutputStream() - Method in class org.mmbase.datatypes.handlers.html.upload.MonitoredDiskFileItem
 
getOwnerField() - Method in class org.mmbase.security.BasicUser
Gets the owner field value of new objects created by this user.
getOwnerField() - Method in interface org.mmbase.security.UserContext
Return the default owner field value for new nodes created by this user.
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.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.
getParameterNames() - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
 
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.
getParameterValues(String) - Method in class org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest
Method to retrieve the parameter.
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.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.framework.Block.Type
 
getParentBuilder(String) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getParentBuilder(String) - Method in class org.mmbase.storage.search.ClusterQueries
 
getParentClassName() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
getParentClassName() - Method in class org.mmbase.util.xml.ParentBuilderReader
 
getParentMaintainer() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
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.ParentBuilderReader
 
getParentSearchAge() - Method in class org.mmbase.util.xml.AbstractBuilderReader
 
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.ParentBuilderReader
 
getParser() - Method in class org.mmbase.datatypes.processors.FormatQuantity
 
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
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
 
getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeURLStreamHandler
 
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.
getPercentage() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getPluralNames() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Deprecated. use getLocalizedPluralName()
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.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.util.AbstractCloud
 
getPossibleContexts() - Method in class org.mmbase.bridge.util.AbstractNode
 
getPossibleContexts() - Method in class org.mmbase.bridge.util.NodeWrapper
 
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.NoAuthorization
This method does nothing, except from returning a dummy value
getPrecision() - Method in class org.mmbase.datatypes.DecimalDataType
The maximal value for BigDecimal.precision().
getPrecisionRestriction() - Method in class org.mmbase.datatypes.DecimalDataType
 
getPrefix(State) - Method in class org.mmbase.framework.basic.BasicFramework
 
getPrevious() - Method in class org.mmbase.storage.search.implementation.BasicRelationStep
 
getPrevious() - Method in interface org.mmbase.storage.search.RelationStep
Gets the previous step.
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
Basically the same as ChainedUrlConverter.getUrl(java.lang.String, java.util.Map, org.mmbase.util.functions.Parameters, boolean) but for a Processor url.
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
 
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.BasicList
 
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.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.util.xml.AbstractBuilderReader
Get the properties of this builder
getProperties() - Method in class org.mmbase.util.xml.ModuleReader
Get the properties of this builder
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.BasicList
 
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.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(Parameter<C>) - Method in class org.mmbase.datatypes.handlers.AbstractRequest
 
getProperty(Parameter<C>) - Method in interface org.mmbase.datatypes.handlers.Request
 
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.
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.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.
getQueryContext() - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getQueryContext() - Method in class org.mmbase.storage.search.ClusterQueries
 
getQueryDefinition() - Method in class org.mmbase.bridge.util.xml.query.QueryConfigurer
 
getRank() - Method in class org.mmbase.security.ActionChecker.Rank
 
getRank() - Method in class org.mmbase.security.BasicUser
Gets the rank of this user.
getRank(String) - Static method in class org.mmbase.security.Rank
 
getRank() - Method in interface org.mmbase.security.UserContext
Get the rank of this user.
getRanks() - Static method in class org.mmbase.security.Rank
Returns all ranks currently known by the security implemetation.
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.
getReciprocalGUIName() - Method in class org.mmbase.bridge.mock.MockRelationManager
 
getReciprocalGUIName() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the gui name (prompt) of the role from destination to source
getReciprocalRole() - Method in class org.mmbase.bridge.mock.MockRelationManager
 
getReciprocalRole() - Method in interface org.mmbase.bridge.RelationManager
Retrieves the role of the destination to the source
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
 
getRelatedCreateType(Node) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
getRelatedNode(Node, Field) - Method in class org.mmbase.datatypes.processors.Related.AbstractProcessor
 
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() - 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.
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
 
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.BasicRelationList
 
getRelation(int) - Method in interface org.mmbase.bridge.RelationList
Returns the Relation at the indicated position in the list
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
 
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) - 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(int) - Method in class org.mmbase.bridge.implementation.BasicRelationManagerList
 
getRelationManager(NodeManager, NodeManager, String) - Method in class org.mmbase.bridge.mock.MockCloud
 
getRelationManager(String) - Method in class org.mmbase.bridge.mock.MockCloud
 
getRelationManager() - Method in class org.mmbase.bridge.mock.MockRelation
 
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 position in the list
getRelationManager(int) - Method in class org.mmbase.bridge.util.AbstractCloud
On default we don't associated number id's with node managers
getRelationManager(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
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(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.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
 
getRelations(Node) - Method in class org.mmbase.bridge.mock.MockRelationManager
 
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.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.
getRelationSourceNumber() - Method in class org.mmbase.core.event.RelationEvent
 
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.
getRelDefNode(String, String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
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
getRepository(String) - Static method in class org.mmbase.datatypes.processors.KeywordsProcessor
 
getRequest() - Method in class org.mmbase.framework.basic.State
 
getRequest() - Method in class org.mmbase.util.PageInfo
Returns the HttpServletRequest object for this request.
getRequestMethods(String) - Static method in class org.mmbase.util.functions.PatternNodeFunctionProvider
 
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.
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).
getResourceBuilder() - Static method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory
 
getResourceNode() - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeConnection
Gets the Node associated with this URL if there is one.
getResourceNode(String) - Method in class org.mmbase.bridge.util.NodeURLStreamHandlerFactory.NodeURLStreamHandler
 
getResponse() - Method in class org.mmbase.util.PageInfo
Returns the HttpServletResponse object for this request.
getRestrictions() - Method in class org.mmbase.datatypes.BasicDataType
 
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
 
getRole(int) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
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
 
getRoots() - Method in class org.mmbase.datatypes.DataTypeCollector
Returns all DataTypes in this Collector which did not have an origina DataType (in this Collector).
getRoundingMode() - Method in class org.mmbase.datatypes.DecimalDataType
 
getRows(Field) - Method in class org.mmbase.datatypes.handlers.html.AreaHandler
 
getScale() - Method in class org.mmbase.datatypes.DecimalDataType
The maximal value for BigDecimal.scale().
getScaleRestriction() - Method in class org.mmbase.datatypes.DecimalDataType
 
getSearchAge() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Retrieves the Search Age.
getSearchDirString(int) - Static method in class org.mmbase.storage.search.ClusterQueries
Translates a search direction constant to a string.
getSearchFieldValue(Request, Field) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
 
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.util.AbstractField
 
getSearchPosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getSearchPosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getSearchQueryHandler() - Method in interface org.mmbase.bridge.CloudContext
 
getSearchQueryHandler() - Method in class org.mmbase.bridge.mock.MockCloudContext
 
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, Field, int) - Method in class org.mmbase.datatypes.handlers.AbstractHandler
Converts the value to the actual value to be searched.
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
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, org.mmbase.util.functions.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.
getSharedSecret() - Method in class org.mmbase.security.MMBaseCop
get the shared Secret
getSharedSecret() - Method in class org.mmbase.security.MMBaseCopConfig
get the shared Secret
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
 
getSingularNames() - Method in class org.mmbase.util.xml.AbstractBuilderReader
Deprecated. use getLocalizedSingularName()
getSize(String) - Method in interface org.mmbase.bridge.Node
Returns the 'size' (e.g.
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.
getSmartPath() - Method in class org.mmbase.util.functions.SmartPathFunction
The found path as a String, or null if not found
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.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.
getSource() - Method in class org.mmbase.bridge.mock.MockRelation
 
getSource() - Method in interface org.mmbase.bridge.Relation
Retrieves the source of the relation
getSourceManager() - Method in class org.mmbase.bridge.mock.MockRelationManager
 
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.
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
getSql() - Method in class org.mmbase.bridge.implementation.BasicQuery
Getter for use in EL.
getSql() - Method in class org.mmbase.bridge.util.AbstractQueryWrapper
 
getStack() - Method in class org.mmbase.framework.ErrorRenderer.Error
 
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).
getState() - Method in interface org.mmbase.bridge.Field
Returns this field's state identifier (Field.STATE_VIRTUAL, Field.STATE_PERSISTENT, Field.STATE_SYSTEM or Field.STATE_SYSTEM_VIRTUAL, in erroneous situations it may return Field.STATE_UNKNOWN)
getState(String) - Static method in class org.mmbase.bridge.Fields
Provide an id for the specified mmbase state description.
getState() - Method in class org.mmbase.bridge.util.AbstractField
 
getState() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getState() - Method in class org.mmbase.bridge.util.VirtualNodeManagerField
 
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(String) - Method in class org.mmbase.module.Module
Returns a state value by name.
getStateDescription(int) - Static method in class org.mmbase.bridge.Fields
Provide a description for the specified state.
getStates() - Method in class org.mmbase.module.Module
Returns the module's runtime-generated state information as a unmodifiable map with name-value pairs.
getStatus() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
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
getStep(String) - Method in class org.mmbase.bridge.implementation.BasicQuery
 
getStep(String) - Method in interface org.mmbase.bridge.Query
Returns the step with given alias, or null if it is not present
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.util.NodeQueryWrapper
 
getSteps() - Method in class org.mmbase.bridge.implementation.BasicQuery
 
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.
getStorageIdentifier(String) - Method in class org.mmbase.storage.search.QueryContext.Bridge
 
getStorageIdentifier(String) - Method in interface org.mmbase.storage.search.QueryContext
 
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.util.AbstractField
 
getStoragePosition() - Method in class org.mmbase.bridge.util.DataTypeField
 
getStoragePosition() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getString(int) - Method in class org.mmbase.bridge.implementation.BasicStringList
 
getString(int) - Method in interface org.mmbase.bridge.StringList
Returns the string at the indicated position 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(long) - Static method in class org.mmbase.datatypes.processors.Duration.GetString
 
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.
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.util.AbstractNode
 
getStringValue(String) - Method in class org.mmbase.bridge.util.NodeWrapper
 
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
 
getSubQuery(Query, Node, int) - Static method in class org.mmbase.bridge.util.Queries
Defaulting version Queries.getSubQuery(Query, Node, int, int).
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.
getSubTypes() - Method in class org.mmbase.framework.Block.Type
 
getSubTypes() - Method in class org.mmbase.util.functions.ReturnType
 
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.
getSystemCollector() - Static method in class org.mmbase.datatypes.DataTypes
 
getTableName(String) - Method in class org.mmbase.storage.search.ClusterQueries
Returns the name part of a tablename.
getTableName() - Method in class org.mmbase.storage.search.implementation.BasicStep
Gets the associated builder.
getTableName() - Method in class org.mmbase.storage.search.implementation.NodeSearchQuery
Returns the builder for the specified nodetype.
getTableName() - Method in interface org.mmbase.storage.search.Step
Gets the name of the table referred to by this step.
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.
getTimeZone() - Method in class org.mmbase.datatypes.DateTimeDataType
A timezone can be attributed.
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
 
getTotalSize() - Method in class org.mmbase.datatypes.handlers.html.upload.UploadInfo
 
getTransaction(String) - Method in interface org.mmbase.bridge.Cloud
Returns the transaction with the specified name.
getTransaction(String) - Method in class org.mmbase.bridge.util.AbstractCloud
 
getTransactionName() - Method in class org.mmbase.core.event.TransactionEvent
 
getTransformerFactory(String, String) - Static method in class org.mmbase.util.transformers.Transformers
 
getTrueTableName(String) - Method in class org.mmbase.storage.search.BridgeClusterQueries
 
getTrueTableName(String) - Method in class org.mmbase.storage.search.ClusterQueries
Returns the name part of a tablename, and convert it to a buidler name.
getType() - Method in interface org.mmbase.bridge.Field
Returns the identifier for the MMBase base type for this field.
getType(String) - Static method in class org.mmbase.bridge.Fields
Provide an id for the specified mmbase type description
getType() - Method in class org.mmbase.bridge.util.AbstractField
 
getType() - Method in class org.mmbase.bridge.util.DataTypeSetter
 
getType() - Method in class org.mmbase.bridge.util.FieldWrapper
 
getType() - Method in class org.mmbase.core.event.RelationEvent
 
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.
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
 
getTypeDefNode(String) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
getTypeDescription(int) - Static method in class org.mmbase.bridge.Fields
Provide a description for the specified type.
getTypeRelNode(int, int, int) - Method in class org.mmbase.bridge.mock.MockCloudContext
 
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.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.storage.search.ClusterQueries
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.
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
 
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.mock.MockCloudContext
 
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(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
Parameterized proposal implementation for both BlockUrlConverter.getUrl(java.lang.String, java.util.Map, org.mmbase.util.functions.Parameters, boolean, boolean) and BlockUrlConverter.getProcessUrl(java.lang.String, java.util.Map, org.mmbase.util.functions.Parameters, boolean), because they will probably be about the same.
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
See Framework.getUrl(String, Map, Parameters, boolean).
getUrl(String, Map<String, ?>, Parameters, boolean) - Method in class org.mmbase.framework.Framework
Return a (possibly modified) URL for a given path.
getUrlConverter() - Method in class org.mmbase.framework.basic.Url
 
getURLString() - Method in class org.mmbase.util.xml.ModuleReader
get the optional resource url for the module
getUser() - Method in interface org.mmbase.bridge.Cloud
Who is using this cloud.
getUser() - Method in class org.mmbase.bridge.util.AbstractCloud
 
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.
getUserCredentials(String, String) - Static method in class org.mmbase.bridge.util.CloudUtil
Get Map with login credentials to pass to MMbase bridge
getUserNode(Parameters) - Method in class org.mmbase.framework.basic.BasicFramework