org.exist.dom
Interface MutableDocumentSet

All Superinterfaces:
DocumentSet
All Known Implementing Classes:
DefaultDocumentSet

public interface MutableDocumentSet
extends DocumentSet


Field Summary
 
Fields inherited from interface org.exist.dom.DocumentSet
EMPTY_DOCUMENT_SET
 
Method Summary
 void add(DocumentImpl doc)
           
 void add(DocumentImpl doc, boolean checkDuplicates)
           
 void addAll(DBBroker broker, Collection collection, String[] paths, boolean checkPermissions)
           
 void addAll(DBBroker broker, Collection collection, String[] paths, LockedDocumentMap lockMap, int lockType)
           
 void addAll(DocumentSet other)
           
 void addCollection(Collection collection)
           
 void clear()
           
 
Methods inherited from interface org.exist.dom.DocumentSet
contains, contains, docsToNodeSet, equalDocs, getCollectionIterator, getDoc, getDocumentAt, getDocumentCount, getDocumentIterator, getNames, intersection, lock, unlock
 

Method Detail

add

void add(DocumentImpl doc)

add

void add(DocumentImpl doc,
         boolean checkDuplicates)

addAll

void addAll(DocumentSet other)

addAll

void addAll(DBBroker broker,
            Collection collection,
            String[] paths,
            boolean checkPermissions)

addAll

void addAll(DBBroker broker,
            Collection collection,
            String[] paths,
            LockedDocumentMap lockMap,
            int lockType)
            throws LockException
Throws:
LockException

addCollection

void addCollection(Collection collection)

clear

void clear()


Copyright (C) Wolfgang Meier. All rights reserved.