SYMBOL INDEX (30523 symbols across 2863 files) FILE: examples/jackrabbit-firsthops/src/main/java/org/apache/jackrabbit/firsthops/FirstHop.java class FirstHop (line 29) | public class FirstHop { method main (line 39) | public static void main(String[] args) throws Exception { FILE: examples/jackrabbit-firsthops/src/main/java/org/apache/jackrabbit/firsthops/SecondHop.java class SecondHop (line 29) | public class SecondHop { method main (line 39) | public static void main(String[] args) throws Exception { FILE: examples/jackrabbit-firsthops/src/main/java/org/apache/jackrabbit/firsthops/ThirdHop.java class ThirdHop (line 28) | public class ThirdHop { method main (line 38) | public static void main(String[] args) throws Exception { method dump (line 67) | private static void dump(Node node) throws RepositoryException { FILE: jackrabbit-aws-ext/src/main/java/org/apache/jackrabbit/aws/ext/S3Constants.java class S3Constants (line 23) | public final class S3Constants { method S3Constants (line 118) | private S3Constants() { FILE: jackrabbit-aws-ext/src/main/java/org/apache/jackrabbit/aws/ext/S3RequestDecorator.java class S3RequestDecorator (line 30) | public class S3RequestDecorator { method S3RequestDecorator (line 33) | public S3RequestDecorator(Properties props) { method decorate (line 42) | public PutObjectRequest decorate(PutObjectRequest request) { method decorate (line 60) | public CopyObjectRequest decorate(CopyObjectRequest request) { method getDataEncryption (line 75) | private DataEncryption getDataEncryption() { type DataEncryption (line 83) | private enum DataEncryption { FILE: jackrabbit-aws-ext/src/main/java/org/apache/jackrabbit/aws/ext/Utils.java class Utils (line 46) | public final class Utils { method Utils (line 73) | private Utils() { method openService (line 83) | public static AmazonS3Client openService(final Properties prop) { method deleteBucket (line 140) | public static void deleteBucket(final String bucketName) throws IOExce... method readConfig (line 164) | public static Properties readConfig(String fileName) throws IOException { method deleteIfPossible (line 190) | private static void deleteIfPossible(final File file) { method getClientConfiguration (line 197) | private static ClientConfiguration getClientConfiguration(Properties p... method getS3ClientOptions (line 229) | private static S3ClientOptions getS3ClientOptions(Properties prop) { FILE: jackrabbit-aws-ext/src/main/java/org/apache/jackrabbit/aws/ext/ds/S3Backend.java class S3Backend (line 75) | public class S3Backend extends AbstractBackend { method init (line 100) | @Override method init (line 124) | public void init(CachingDataStore store, String homeDir, Properties prop) method write (line 211) | @Override method writeAsync (line 218) | @Override method exists (line 232) | @Override method exists (line 264) | @Override method touchAsync (line 313) | @Override method touch (line 352) | @Override method read (line 384) | @Override method getAllIdentifiers (line 408) | @Override method getLastModified (line 440) | @Override method getLength (line 470) | @Override method deleteRecord (line 494) | @Override method deleteAllOlderThan (line 516) | @Override method close (line 583) | @Override method getBucket (line 595) | public String getBucket() { method setBucket (line 599) | public void setBucket(String bucket) { method setProperties (line 609) | public void setProperties(Properties properties) { method write (line 613) | private void write(DataIdentifier identifier, File file, method renameKeys (line 705) | private void renameKeys() throws DataStoreException { method convertKey (line 783) | private static String convertKey(String oldKey) method getKeyName (line 795) | private static String getKeyName(DataIdentifier identifier) { method getIdentifierName (line 803) | private static String getIdentifierName(String key) { class KeyRenameThread (line 814) | private class KeyRenameThread implements Runnable { method run (line 818) | public void run() { method KeyRenameThread (line 842) | public KeyRenameThread(String oldKey) { class S3UploadProgressListener (line 850) | private class S3UploadProgressListener implements ProgressListener { method S3UploadProgressListener (line 860) | public S3UploadProgressListener(Upload upload, DataIdentifier identi... method progressChanged (line 869) | public void progressChanged(ProgressEvent progressEvent) { class AsyncUploadJob (line 897) | private class AsyncUploadJob implements Runnable { method AsyncUploadJob (line 905) | public AsyncUploadJob(DataIdentifier identifier, File file, method run (line 913) | public void run() { FILE: jackrabbit-aws-ext/src/main/java/org/apache/jackrabbit/aws/ext/ds/S3BackendResourceAbortableInputStream.java class S3BackendResourceAbortableInputStream (line 28) | public class S3BackendResourceAbortableInputStream extends ProxyInputStr... method S3BackendResourceAbortableInputStream (line 39) | public S3BackendResourceAbortableInputStream(final S3ObjectInputStream... method abort (line 44) | @Override FILE: jackrabbit-aws-ext/src/main/java/org/apache/jackrabbit/aws/ext/ds/S3DataStore.java class S3DataStore (line 27) | public class S3DataStore extends CachingDataStore { method createBackend (line 30) | @Override method getMarkerFile (line 39) | @Override method setProperties (line 47) | public void setProperties(Properties properties) { FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/TestAll.java class TestAll (line 36) | public class TestAll extends TestCase { method suite (line 46) | public static Test suite() { FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/ds/S3TestDataStore.java class S3TestDataStore (line 29) | public class S3TestDataStore extends S3DataStore { method S3TestDataStore (line 33) | public S3TestDataStore() { method S3TestDataStore (line 37) | public S3TestDataStore(Properties props) { method createBackend (line 42) | protected Backend createBackend() { FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/ds/TestS3DSAsyncTouch.java class TestS3DSAsyncTouch (line 34) | public class TestS3DSAsyncTouch extends TestS3Ds { method TestS3DSAsyncTouch (line 38) | public TestS3DSAsyncTouch() throws IOException { method createDataStore (line 42) | @Override FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/ds/TestS3DSWithSSES3.java class TestS3DSWithSSES3 (line 34) | public class TestS3DSWithSSES3 extends TestS3Ds { method TestS3DSWithSSES3 (line 38) | public TestS3DSWithSSES3() throws IOException { method createDataStore (line 41) | @Override method testDataMigration (line 56) | public void testDataMigration() { FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/ds/TestS3DSWithSmallCache.java class TestS3DSWithSmallCache (line 34) | public class TestS3DSWithSmallCache extends TestS3Ds { method TestS3DSWithSmallCache (line 38) | public TestS3DSWithSmallCache() throws IOException { method createDataStore (line 41) | @Override FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/ds/TestS3Ds.java class TestS3Ds (line 47) | public class TestS3Ds extends TestCaseBase { method TestS3Ds (line 57) | public TestS3Ds() throws IOException { method setUp (line 62) | @Override method tearDown (line 73) | @Override method createDataStore (line 83) | @Override method deleteBucket (line 99) | public void deleteBucket() throws Exception { method deleteBucket (line 105) | public void deleteBucket(String bucket) throws Exception { FILE: jackrabbit-aws-ext/src/test/java/org/apache/jackrabbit/aws/ext/ds/TestS3DsCacheOff.java class TestS3DsCacheOff (line 33) | public class TestS3DsCacheOff extends TestS3Ds { method TestS3DsCacheOff (line 37) | public TestS3DsCacheOff() throws IOException { method createDataStore (line 40) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/AbstractNodeData.java class AbstractNodeData (line 29) | public abstract class AbstractNodeData extends ItemData { method AbstractNodeData (line 40) | protected AbstractNodeData(NodeState state, ItemManager itemMgr) { method AbstractNodeData (line 53) | protected AbstractNodeData(ItemId id) { method getNodeState (line 62) | public NodeState getNodeState() { method getNodeDefinition (line 72) | public NodeDefinition getNodeDefinition() throws RepositoryException { method setNodeDefinition (line 81) | public void setNodeDefinition(NodeDefinition definition) { method getParentId (line 91) | @Override method getPrimaryParentId (line 106) | public NodeId getPrimaryParentId() { method setPrimaryParentId (line 115) | protected void setPrimaryParentId(NodeId primaryParentId) { method isNode (line 122) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/AddMixinOperation.java class AddMixinOperation (line 50) | class AddMixinOperation implements SessionWriteOperation { method AddMixinOperation (line 56) | public AddMixinOperation(NodeImpl node, Name mixinName) { method perform (line 61) | public Object perform(SessionContext context) throws RepositoryExcepti... method toString (line 175) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/BatchedItemOperations.java class BatchedItemOperations (line 76) | public class BatchedItemOperations extends ItemValidator { method BatchedItemOperations (line 103) | public BatchedItemOperations( method edit (line 120) | public void edit() throws IllegalStateException { method store (line 130) | public void store(ItemState state) throws IllegalStateException { method destroy (line 140) | public void destroy(ItemState state) throws IllegalStateException { method update (line 152) | public void update() throws RepositoryException, IllegalStateException { method cancel (line 168) | public void cancel() throws IllegalStateException { method clone (line 206) | public NodeId clone(Path srcPath, Path destPath) method clone (line 260) | public NodeId clone(NodeState srcState, NodeState destParentState, Nam... method copy (line 328) | public NodeId copy(Path srcPath, Path destPath, int flag) method copy (line 363) | public NodeId copy(Path srcPath, method move (line 480) | public NodeId move(Path srcPath, Path destPath) method removeNode (line 599) | public void removeNode(Path nodePath) method checkAddNode (line 657) | public void checkAddNode(NodeState parentState, Name nodeName, method checkRemoveNode (line 792) | public void checkRemoveNode(NodeState targetState, int options) method checkRemoveNode (line 830) | public void checkRemoveNode(NodeState targetState, NodeId parentId, method verifyCanWrite (line 965) | public void verifyCanWrite(Path nodePath) method verifyCanRead (line 1018) | public void verifyCanRead(Path nodePath) method createNodeState (line 1047) | public NodeState createNodeState(NodeState parent, method createNodeState (line 1085) | public NodeState createNodeState(NodeState parent, method createPropertyState (line 1169) | public PropertyState createPropertyState(NodeState parent, method createPropertyState (line 1220) | public PropertyState createPropertyState(NodeState parent, method removeNodeState (line 1268) | public void removeNodeState(NodeState target) method getNodeState (line 1296) | public NodeState getNodeState(Path nodePath) method getNodeState (line 1311) | public NodeState getNodeState(NodeId id) method getPropertyState (line 1326) | public PropertyState getPropertyState(PropertyId id) method getItemState (line 1341) | public ItemState getItemState(ItemId id) method verifyCheckedOut (line 1361) | protected void verifyCheckedOut(Path nodePath) method verifyUnlocked (line 1403) | protected void verifyUnlocked(Path nodePath) method verifyNotProtected (line 1419) | protected void verifyNotProtected(Path nodePath) method getNodeState (line 1442) | protected NodeState getNodeState(ItemStateManager srcStateMgr, method getItemState (line 1469) | protected ItemState getItemState(ItemStateManager srcStateMgr, ItemId id) method recursiveRemoveNodeState (line 1500) | private void recursiveRemoveNodeState(NodeState targetState) method copyNodeState (line 1585) | private NodeState copyNodeState(NodeState srcState, method copyPropertyState (line 1830) | private PropertyState copyPropertyState(PropertyState srcState, method checkInEditMode (line 1869) | private void checkInEditMode() throws IllegalStateException { method isShareable (line 1884) | private boolean isShareable(NodeState state) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/CachingHierarchyManager.java class CachingHierarchyManager (line 52) | public class CachingHierarchyManager extends HierarchyManagerImpl method CachingHierarchyManager (line 127) | public CachingHierarchyManager(NodeId rootNodeId, method enableConsistencyChecks (line 145) | public void enableConsistencyChecks(boolean enable) { method resolvePath (line 154) | protected ItemId resolvePath(Path path, int typesAllowed) method pathResolved (line 196) | protected void pathResolved(ItemId id, PathBuilder builder) method buildPath (line 212) | protected void buildPath( method getPath (line 252) | public Path getPath(ItemId id) method getName (line 273) | public Name getName(ItemId id) method getDepth (line 288) | public int getDepth(ItemId id) method isAncestor (line 303) | public boolean isAncestor(NodeId nodeId, ItemId itemId) method stateCreated (line 323) | public void stateCreated(ItemState created) { method stateModified (line 329) | public void stateModified(ItemState modified) { method nodeModified (line 342) | public void nodeModified(NodeState modified) { method getCachedPaths (line 366) | private List> getCachedPaths(NodeId id) { method stateDestroyed (line 384) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 391) | public void stateDiscarded(ItemState discarded) { method nodeAdded (line 406) | public void nodeAdded(NodeState state, Name name, int index, NodeId id) { method nodesReplaced (line 439) | public void nodesReplaced(NodeState state) { method nodeRemoved (line 492) | public void nodeRemoved(NodeState state, Name name, int index, NodeId ... method get (line 527) | private PathMap.Element get(ItemId id) { method map (line 546) | private PathMap.Element map(Path path) { method cache (line 567) | private void cache(NodeId id, Path path) { method isCached (line 624) | boolean isCached(NodeId id, Path path) { method isCached (line 650) | boolean isCached(Path path) { method evictAll (line 667) | private void evictAll(ItemId id, boolean shift) { method evict (line 687) | private void evict(PathMap.Element element, boolean shift) { method nodeAdded (line 712) | private void nodeAdded(NodeState state, Path path, NodeId id) method nodeRemoved (line 757) | private void nodeRemoved(NodeState state, Path path, NodeId id) method toString (line 797) | public String toString() { method checkConsistency (line 824) | private void checkConsistency() throws IllegalStateException { method logItemStateException (line 884) | private void logItemStateException(String logMessage, ItemStateExcepti... class LRUEntry (line 897) | private class LRUEntry { method LRUEntry (line 925) | @SuppressWarnings("unchecked") method append (line 936) | public void append() { method remove (line 950) | public void remove() { method touch (line 971) | public void touch() { method getNext (line 981) | public LRUEntry getNext() { method getId (line 990) | public NodeId getId() { method getElements (line 1001) | public PathMap.Element[] getElements() { method addElement (line 1008) | @SuppressWarnings("unchecked") method removeElement (line 1022) | @SuppressWarnings("unchecked") method toString (line 1044) | public String toString() { class CacheStatistics (line 1049) | private final class CacheStatistics { method CacheStatistics (line 1057) | public CacheStatistics() { method log (line 1062) | public void log() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/DefaultSecurityManager.java class DefaultSecurityManager (line 83) | public class DefaultSecurityManager implements JackrabbitSecurityManager { method init (line 155) | public synchronized void init(Repository repository, Session systemSes... method dispose (line 241) | public void dispose(String workspaceName) { method close (line 254) | public void close() { method getAccessManager (line 267) | public AccessManager getAccessManager(Session session, AMContext amCon... method getPrincipalManager (line 298) | public PrincipalManager getPrincipalManager(Session session) throws Re... method getUserManager (line 311) | public UserManager getUserManager(Session session) throws RepositoryEx... method getUserID (line 339) | public String getUserID(Subject subject, String workspaceName) throws ... method getAuthContext (line 421) | public AuthContext getAuthContext(Credentials creds, Subject subject, ... method getConfig (line 433) | protected SecurityManagerConfig getConfig() { method getSystemUserManager (line 444) | protected UserManager getSystemUserManager(String workspaceName) throw... method getMembershipCache (line 453) | protected MembershipCache getMembershipCache(SessionImpl session) thro... method createUserManager (line 470) | protected UserManagerImpl createUserManager(SessionImpl session) throw... method createPrincipalManager (line 497) | protected PrincipalManager createPrincipalManager(SessionImpl session)... method createDefaultWorkspaceAccessManager (line 505) | protected WorkspaceAccessManager createDefaultWorkspaceAccessManager() { method createDefaultPrincipalProvider (line 516) | protected PrincipalProvider createDefaultPrincipalProvider(Properties[... method getPrincipalProviderRegistry (line 536) | protected PrincipalProviderRegistry getPrincipalProviderRegistry() { method getAuthContextProvider (line 543) | protected AuthContextProvider getAuthContextProvider() { method checkInitialized (line 551) | protected void checkInitialized() { method getSystemSession (line 560) | protected Session getSystemSession() { method getRepository (line 567) | protected Repository getRepository() { method getAccessControlProvider (line 580) | private AccessControlProvider getAccessControlProvider(String workspac... method createSystemUsers (line 615) | static void createSystemUsers(UserManager userManager, class WorkspaceAccessManagerImpl (line 656) | private final class WorkspaceAccessManagerImpl implements SecurityCons... method init (line 662) | public void init(Session systemSession) throws RepositoryException { method close (line 669) | public void close() throws RepositoryException { method grants (line 676) | public boolean grants(Set principals, String workspaceNam... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/HierarchyManager.java type HierarchyManager (line 31) | public interface HierarchyManager { method resolvePath (line 52) | @Deprecated method resolveNodePath (line 67) | NodeId resolveNodePath(Path path) throws RepositoryException; method resolvePropertyPath (line 81) | PropertyId resolvePropertyPath(Path path) throws RepositoryException; method getPath (line 90) | Path getPath(ItemId id) throws ItemNotFoundException, RepositoryExcept... method getName (line 99) | Name getName(ItemId id) throws ItemNotFoundException, RepositoryExcept... method getName (line 111) | Name getName(NodeId id, NodeId parentId) method getDepth (line 125) | int getDepth(ItemId id) throws ItemNotFoundException, RepositoryExcept... method getRelativeDepth (line 142) | int getRelativeDepth(NodeId ancestorId, ItemId descendantId) method isAncestor (line 160) | boolean isAncestor(NodeId nodeId, ItemId itemId) method isShareAncestor (line 189) | boolean isShareAncestor(NodeId ancestor, NodeId descendant) method getShareRelativeDepth (line 207) | int getShareRelativeDepth(NodeId ancestorId, ItemId descendantId) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/HierarchyManagerImpl.java class HierarchyManagerImpl (line 50) | public class HierarchyManagerImpl implements HierarchyManager { method HierarchyManagerImpl (line 70) | public HierarchyManagerImpl(NodeId rootNodeId, method getRootNodeId (line 76) | public NodeId getRootNodeId() { method resolvePath (line 94) | protected ItemId resolvePath(Path.Element[] elements, int next, method getItemState (line 152) | protected ItemState getItemState(ItemId id) method hasItemState (line 167) | protected boolean hasItemState(ItemId id) { method getParentId (line 180) | protected NodeId getParentId(ItemState state) { method getParentIds (line 193) | protected Set getParentIds(ItemState state, boolean useOverlay... method getChildNodeEntry (line 228) | protected ChildNodeEntry getChildNodeEntry(NodeState parent, method getChildNodeEntry (line 248) | protected ChildNodeEntry getChildNodeEntry(NodeState parent, method buildPath (line 264) | protected void buildPath( method resolvePath (line 327) | protected ItemId resolvePath(Path path, int typesAllowed) method pathResolved (line 351) | protected void pathResolved(ItemId id, PathBuilder builder) method resolvePath (line 362) | public final ItemId resolvePath(Path path) throws RepositoryException { method resolveNodePath (line 378) | public NodeId resolveNodePath(Path path) throws RepositoryException { method resolvePropertyPath (line 385) | public PropertyId resolvePropertyPath(Path path) throws RepositoryExce... method getPath (line 392) | public Path getPath(ItemId id) method getName (line 422) | public Name getName(ItemId itemId) method getName (line 452) | public Name getName(NodeId id, NodeId parentId) method getDepth (line 482) | public int getDepth(ItemId id) method getRelativeDepth (line 512) | public int getRelativeDepth(NodeId ancestorId, ItemId descendantId) method isAncestor (line 547) | public boolean isAncestor(NodeId nodeId, ItemId itemId) method isShareAncestor (line 581) | public boolean isShareAncestor(NodeId ancestor, NodeId descendant) method getShareRelativeDepth (line 618) | public int getShareRelativeDepth(NodeId ancestor, ItemId descendant) class CycleDetector (line 668) | protected static class CycleDetector { method checkCycle (line 674) | boolean checkCycle(ItemId id) throws InvalidItemStateException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemData.java class ItemData (line 32) | public abstract class ItemData { method ItemData (line 55) | protected ItemData(ItemState state, ItemManager itemMgr) { method ItemData (line 67) | protected ItemData(ItemId id) { method getState (line 77) | public ItemState getState() { method setState (line 86) | protected void setState(ItemState state) { method getDefinition (line 96) | public ItemDefinition getDefinition() throws RepositoryException { method setDefinition (line 112) | protected void setDefinition(ItemDefinition definition) { method getStatus (line 121) | public int getStatus() { method setStatus (line 130) | protected void setStatus(int status) { method isNode (line 140) | public boolean isNode() { method getId (line 149) | public ItemId getId() { method getParentId (line 158) | public NodeId getParentId() { method toString (line 165) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemImpl.java class ItemImpl (line 44) | public abstract class ItemImpl implements Item { method ItemImpl (line 80) | ItemImpl(ItemManager itemMgr, SessionContext sessionContext, ItemData ... method perform (line 88) | protected T perform(final SessionOperation operation) method sanityCheck (line 99) | protected void sanityCheck() throws RepositoryException { method itemSanityCheck (line 112) | protected void itemSanityCheck() throws RepositoryException { method isTransient (line 121) | protected boolean isTransient() { method getOrCreateTransientItemState (line 125) | protected abstract ItemState getOrCreateTransientItemState() throws Re... method makePersistent (line 127) | protected abstract void makePersistent() throws RepositoryException; method setRemoved (line 136) | protected void setRemoved() throws RepositoryException { method getItemState (line 169) | ItemState getItemState() { method getId (line 178) | public ItemId getId() { method getPrimaryPath (line 187) | public Path getPrimaryPath() throws RepositoryException { method safeGetJCRPath (line 197) | public String safeGetJCRPath() { method getQName (line 209) | public abstract Name getQName() throws RepositoryException; method getQName (line 218) | protected Name getQName(String name) throws RepositoryException { method getValueFactory (line 228) | protected ValueFactory getValueFactory() throws RepositoryException { method getValues (line 241) | protected Value[] getValues(String[] values, int type) method getType (line 257) | protected int getType(Value[] values) { method accept (line 273) | public abstract void accept(ItemVisitor visitor) method isNode (line 279) | public abstract boolean isNode(); method getName (line 284) | public abstract String getName() throws RepositoryException; method getParent (line 289) | public abstract Node getParent() method isNew (line 295) | public boolean isNew() { method isTransactionalNew (line 305) | protected boolean isTransactionalNew() { method isModified (line 313) | public boolean isModified() { method remove (line 321) | public void remove() throws RepositoryException { method save (line 328) | public void save() throws RepositoryException { method refresh (line 335) | public void refresh(boolean keepChanges) throws RepositoryException { method getAncestor (line 342) | public Item getAncestor(final int degree) throws RepositoryException { method getPath (line 375) | public String getPath() throws RepositoryException { method getDepth (line 390) | public int getDepth() throws RepositoryException { method getSession (line 416) | public Session getSession() { method isSame (line 423) | public boolean isSame(Item otherItem) throws RepositoryException { method toString (line 447) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemLifeCycleListener.java type ItemLifeCycleListener (line 25) | public interface ItemLifeCycleListener { method itemCreated (line 32) | void itemCreated(ItemImpl item); method itemInvalidated (line 46) | void itemInvalidated(ItemId id, ItemImpl item); method itemDestroyed (line 60) | void itemDestroyed(ItemId id, ItemImpl item); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemManager.java class ItemManager (line 87) | public class ItemManager implements ItemStateListener { method ItemManager (line 118) | protected ItemManager(SessionContext sessionContext) { method sanityCheck (line 137) | private void sanityCheck() throws RepositoryException { method dispose (line 144) | void dispose() { method getDefinition (line 151) | NodeDefinitionImpl getDefinition(NodeState state) method getDefinition (line 234) | PropertyDefinitionImpl getDefinition(PropertyState state) method itemExists (line 296) | private boolean itemExists(ItemId itemId, Path path) { method getItem (line 325) | private ItemImpl getItem(ItemId itemId, Path path, boolean permissionC... method getItemData (line 346) | private ItemData getItemData(ItemId itemId) method getItemData (line 371) | ItemData getItemData(ItemId itemId, Path path, boolean permissionCheck) method canRead (line 413) | private boolean canRead(ItemData data, Path path) throws RepositoryExc... method canRead (line 448) | private boolean canRead(ItemData parent, ItemId childId) throws Reposi... method itemExists (line 470) | @Deprecated method nodeExists (line 488) | public boolean nodeExists(Path path) { method propertyExists (line 505) | public boolean propertyExists(Path path) { method itemExists (line 522) | public boolean itemExists(ItemId id) { method getRootNode (line 530) | NodeImpl getRootNode() throws RepositoryException { method getItem (line 548) | @Deprecated method getNode (line 574) | public NodeImpl getNode(Path path) throws PathNotFoundException, method getProperty (line 603) | public PropertyImpl getProperty(Path path) method getItem (line 621) | public synchronized ItemImpl getItem(ItemId id) method getItem (line 631) | synchronized ItemImpl getItem(ItemId id, boolean permissionCheck) method getNode (line 646) | public synchronized NodeImpl getNode(NodeId id, NodeId parentId) method getNode (line 663) | synchronized NodeImpl getNode(NodeId id, NodeId parentId, boolean perm... method createItemInstance (line 700) | synchronized ItemImpl createItemInstance(ItemState state) method hasChildNodes (line 713) | synchronized boolean hasChildNodes(NodeId parentId) method getChildNodes (line 741) | synchronized NodeIterator getChildNodes(NodeId parentId) method hasChildProperties (line 771) | synchronized boolean hasChildProperties(NodeId parentId) method getChildProperties (line 801) | synchronized PropertyIterator getChildProperties(NodeId parentId) method createItemData (line 839) | private ItemData createItemData(ItemState state, Path path, boolean pe... method createItemInstance (line 857) | private ItemImpl createItemInstance(ItemData data) { method createNodeInstance (line 865) | private NodeImpl createNodeInstance(AbstractNodeData data) { method createPropertyInstance (line 878) | private PropertyImpl createPropertyInstance(PropertyData data) { method retrieveItem (line 892) | private ItemData retrieveItem(ItemId id) { method retrieveItem (line 910) | private AbstractNodeData retrieveItem(NodeId id, NodeId parentId) { method cacheItem (line 926) | private void cacheItem(ItemData data) { method evictItems (line 952) | private void evictItems(ItemId id) { method evictItem (line 969) | private void evictItem(ItemData data) { method safeGetJCRPath (line 993) | String safeGetJCRPath(Path path) { method safeGetJCRPath (line 1010) | String safeGetJCRPath(ItemId id) { method itemInvalidated (line 1025) | public void itemInvalidated(ItemId id, ItemData data) { method itemDestroyed (line 1035) | public void itemDestroyed(ItemId id, ItemData data) { method toString (line 1049) | public synchronized String toString() { method stateCreated (line 1077) | public void stateCreated(ItemState created) { method stateModified (line 1087) | public void stateModified(ItemState modified) { method stateDestroyed (line 1108) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 1120) | public void stateDiscarded(ItemState discarded) { class ShareableNodesCache (line 1188) | static class ShareableNodesCache { method ShareableNodesCache (line 1199) | public ShareableNodesCache() { method clear (line 1208) | public void clear() { method retrieveFirst (line 1218) | public AbstractNodeData retrieveFirst(NodeId id) { method retrieve (line 1243) | public AbstractNodeData retrieve(NodeId id, NodeId parentId) { method cache (line 1256) | public void cache(AbstractNodeData data) { method evict (line 1274) | public void evict(AbstractNodeData data) { method evictAll (line 1286) | public synchronized void evictAll(NodeId id) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemRefreshOperation.java class ItemRefreshOperation (line 31) | public class ItemRefreshOperation implements SessionOperation { method ItemRefreshOperation (line 43) | public ItemRefreshOperation(ItemState state, boolean keepChanges) { method perform (line 48) | public Object perform(SessionContext context) throws RepositoryExcepti... method toString (line 143) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemRemoveOperation.java class ItemRemoveOperation (line 36) | class ItemRemoveOperation implements SessionWriteOperation { method ItemRemoveOperation (line 48) | public ItemRemoveOperation(ItemImpl item, boolean checks) { method perform (line 53) | public Object perform(SessionContext context) method toString (line 92) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemSaveOperation.java class ItemSaveOperation (line 75) | class ItemSaveOperation implements SessionWriteOperation { method ItemSaveOperation (line 85) | public ItemSaveOperation(ItemState state) { method perform (line 89) | public Object perform(SessionContext context) throws RepositoryExcepti... method getTransientStates (line 304) | private Collection getTransientStates( method getRemovedStates (line 382) | private Collection getRemovedStates( method validateTransientItems (line 425) | private void validateTransientItems( method removeTransientItems (line 714) | private void removeTransientItems( method processShareableNodes (line 739) | private void processShareableNodes( method initVersionHistories (line 776) | private boolean initVersionHistories( method persistTransientItems (line 844) | private void persistTransientItems( method restoreTransientItems (line 856) | private void restoreTransientItems( method getEffectiveNodeType (line 916) | private EffectiveNodeType getEffectiveNodeType( method toString (line 935) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ItemValidator.java class ItemValidator (line 53) | public class ItemValidator { method ItemValidator (line 123) | public ItemValidator(SessionContext context) { method performRelaxed (line 135) | public synchronized T performRelaxed( method validate (line 165) | public void validate(NodeState nodeState) method validate (line 223) | public void validate(PropertyState propState) method checkModify (line 245) | public synchronized void checkModify( method checkRemove (line 251) | public synchronized void checkRemove( method checkCondition (line 257) | private void checkCondition(ItemImpl item, int options, int permission... method canModify (line 307) | public synchronized boolean canModify( method hasCondition (line 313) | private boolean hasCondition(ItemImpl item, int options, int permissio... method checkLock (line 361) | private void checkLock(ItemImpl item) throws LockException, Repository... method isProtected (line 370) | private boolean isProtected(ItemImpl item) throws RepositoryException { method hasHold (line 380) | private boolean hasHold(ItemImpl item, boolean isRemoval) throws Repos... method hasRetention (line 392) | private boolean hasRetention(ItemImpl item, boolean isRemoval) throws ... method getEffectiveNodeType (line 416) | public EffectiveNodeType getEffectiveNodeType(NodeState state) method findApplicableNodeDefinition (line 442) | public QNodeDefinition findApplicableNodeDefinition(Name name, method findApplicablePropertyDefinition (line 471) | public QPropertyDefinition findApplicablePropertyDefinition(Name name, method findApplicablePropertyDefinition (line 502) | public QPropertyDefinition findApplicablePropertyDefinition(Name name, method safeGetJCRPath (line 517) | public String safeGetJCRPath(Path path) { method safeGetJCRPath (line 534) | public String safeGetJCRPath(ItemId id) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/JackrabbitRepositoryStub.java class JackrabbitRepositoryStub (line 45) | public class JackrabbitRepositoryStub extends RepositoryStub { method run (line 74) | public void run() { method getRepositoryContext (line 86) | public static RepositoryContext getRepositoryContext( method getStaticProperties (line 98) | private static Properties getStaticProperties() { method getResource (line 114) | private static InputStream getResource(String name) { method JackrabbitRepositoryStub (line 123) | public JackrabbitRepositoryStub(Properties settings) { method getRepository (line 141) | public synchronized Repository getRepository() method createRepository (line 162) | protected Repository createRepository(String dir, String xml) method getOrCreateRepository (line 184) | protected Repository getOrCreateRepository(String dir, String xml) method getKnownPrincipal (line 204) | @Override method getName (line 226) | public String getName() { method getUnknownPrincipal (line 231) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/JackrabbitThreadPool.java class JackrabbitThreadPool (line 34) | class JackrabbitThreadPool extends ScheduledThreadPoolExecutor { method newThread (line 63) | public Thread newThread(Runnable runnable) { method getMaxLoadForLowPriorityTasks (line 97) | private static int getMaxLoadForLowPriorityTasks() { method JackrabbitThreadPool (line 121) | public JackrabbitThreadPool() { method execute (line 126) | @Override method scheduleLowPriority (line 135) | private void scheduleLowPriority(Runnable command) { method isOverDefinedMaxLoad (line 154) | private boolean isOverDefinedMaxLoad() { method getPendingLowPriorityTaskCount (line 167) | int getPendingLowPriorityTaskCount() { class RetryLowPriorityTask (line 171) | private static final class RetryLowPriorityTask implements Runnable { method RetryLowPriorityTask (line 187) | public RetryLowPriorityTask(JackrabbitThreadPool executor, method retryLater (line 194) | public void retryLater() { method run (line 200) | public void run() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/LazyItemIterator.java class LazyItemIterator (line 53) | public class LazyItemIterator implements NodeIterator, PropertyIterator { method LazyItemIterator (line 84) | public LazyItemIterator(SessionContext sessionContext, List< ? extends... method LazyItemIterator (line 97) | public LazyItemIterator(SessionContext sessionContext, List< ? extends... method prefetchNext (line 113) | private void prefetchNext() { method nextNode (line 165) | public Node nextNode() { method nextProperty (line 173) | public Property nextProperty() { method getPosition (line 181) | public long getPosition() { method getSize (line 195) | public long getSize() { method skip (line 202) | public void skip(long skipNum) { method hasNext (line 244) | public boolean hasNext() { method next (line 251) | public Object next() { method remove (line 266) | public void remove() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/LowPriorityTask.java type LowPriorityTask (line 25) | public interface LowPriorityTask extends Runnable { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NamespaceRegistryImpl.java class NamespaceRegistryImpl (line 45) | public class NamespaceRegistryImpl implements method NamespaceRegistryImpl (line 107) | public NamespaceRegistryImpl(FileSystem fs) throws RepositoryException { method clear (line 115) | private void clear() { method map (line 128) | private void map(String prefix, String uri) { method map (line 139) | private void map(String prefix, String uri, Integer idx) { method load (line 156) | private void load() throws RepositoryException { method store (line 235) | private void store() throws RepositoryException { method escapePropertyKey (line 294) | private String escapePropertyKey(String key) { method unescapePropertyKey (line 309) | private String unescapePropertyKey(String key) { method setEventChannel (line 322) | public void setEventChannel(NamespaceEventChannel eventChannel) { method isReservedURI (line 335) | public boolean isReservedURI(String uri) { method stringToIndex (line 348) | public int stringToIndex(String uri) { method indexToString (line 363) | public String indexToString(int idx) { method registerNamespace (line 375) | public synchronized void registerNamespace(String prefix, String uri) method unregisterNamespace (line 441) | public void unregisterNamespace(String prefix) method getPrefixes (line 461) | public String[] getPrefixes() throws RepositoryException { method getURIs (line 468) | public String[] getURIs() throws RepositoryException { method getURI (line 475) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 487) | public String getPrefix(String uri) throws NamespaceException { method externalRemap (line 501) | public void externalRemap(String oldPrefix, String newPrefix, String uri) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeData.java class NodeData (line 26) | class NodeData extends AbstractNodeData { method NodeData (line 34) | NodeData(NodeState state, ItemManager itemMgr) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeDataRef.java class NodeDataRef (line 29) | class NodeDataRef extends AbstractNodeData { method NodeDataRef (line 40) | protected NodeDataRef(AbstractNodeData data, NodeId primaryParentId) { method getState (line 53) | public ItemState getState() { method setState (line 62) | protected void setState(ItemState state) { method getDefinition (line 72) | public ItemDefinition getDefinition() throws RepositoryException { method setDefinition (line 81) | protected void setDefinition(ItemDefinition definition) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java class NodeImpl (line 128) | public class NodeImpl extends ItemImpl implements Node, JackrabbitNode { method NodeImpl (line 145) | protected NodeImpl( method getNodeState (line 186) | NodeState getNodeState() { method resolveRelativePropertyPath (line 202) | protected PropertyId resolveRelativePropertyPath(String relPath) method resolveRelativeNodePath (line 220) | protected NodeId resolveRelativeNodePath(String relPath) method resolveRelativePath (line 236) | private Path resolveRelativePath(String relPath) throws RepositoryExce... method getNodeId (line 258) | private NodeId getNodeId(Path p) throws RepositoryException { method getPropertyId (line 293) | private PropertyId getPropertyId(Path p) throws RepositoryException { method hasPendingChanges (line 324) | protected boolean hasPendingChanges() throws RepositoryException { method getOrCreateTransientItemState (line 331) | @Override method getOrCreateProperty (line 365) | protected PropertyImpl getOrCreateProperty(String name, int type, method getOrCreateProperty (line 390) | protected synchronized PropertyImpl getOrCreateProperty(Name name, int... method createChildProperty (line 473) | protected synchronized PropertyImpl createChildProperty(Name name, int... method createChildNode (line 515) | protected synchronized NodeImpl createChildNode(Name name, method renameChildNode (line 568) | @Deprecated method renameChildNode (line 582) | protected void renameChildNode(NodeId id, Name newName, boolean replace) method removeChildProperty (line 597) | protected void removeChildProperty(Name propName) throws RepositoryExc... method removeChildNode (line 613) | protected void removeChildNode(NodeId childId) throws RepositoryExcept... method onRedefine (line 651) | protected void onRedefine(QNodeDefinition def) throws RepositoryExcept... method onRemove (line 660) | protected void onRemove(NodeId parentId) throws RepositoryException { method setMixinTypesProperty (line 746) | void setMixinTypesProperty(Set mixinNames) throws RepositoryExce... method getMixinTypeNames (line 781) | public Set getMixinTypeNames() { method getEffectiveNodeType (line 792) | public EffectiveNodeType getEffectiveNodeType() throws RepositoryExcep... method getApplicableChildNodeDefinition (line 815) | protected NodeDefinitionImpl getApplicableChildNodeDefinition(Name nod... method getApplicablePropertyDefinition (line 837) | protected PropertyDefinitionImpl getApplicablePropertyDefinition(Name ... method makePersistent (line 860) | @Override method restoreTransient (line 880) | protected void restoreTransient(NodeState transientState) method addMixin (line 920) | public void addMixin(Name mixinName) throws RepositoryException { method removeMixin (line 930) | public void removeMixin(Name mixinName) throws RepositoryException { method isNodeType (line 942) | public boolean isNodeType(Name ntName) throws RepositoryException { method checkSetProperty (line 981) | protected void checkSetProperty() method internalSetProperty (line 1000) | protected Property internalSetProperty(Name name, InternalValue value) method internalSetProperty (line 1041) | protected Property internalSetProperty(Name name, InternalValue[] values) method internalSetProperty (line 1067) | protected Property internalSetProperty(Name name, InternalValue[] values, method getNode (line 1095) | public NodeImpl getNode(Name name) throws ItemNotFoundException, Repos... method getNode (line 1110) | public NodeImpl getNode(final Name name, final int index) method hasNode (line 1143) | public boolean hasNode(Name name) throws RepositoryException { method hasNode (line 1157) | public boolean hasNode(final Name name, final int index) method getProperty (line 1183) | public PropertyImpl getProperty(final Name name) method hasProperty (line 1212) | public boolean hasProperty(final Name name) throws RepositoryException { method addNode (line 1244) | public synchronized NodeImpl addNode( method setProperty (line 1337) | public PropertyImpl setProperty(Name name, Value[] values, int type) method setProperty (line 1348) | public PropertyImpl setProperty(Name name, Value value) method getQName (line 1357) | @Override method getNodeId (line 1375) | public NodeId getNodeId() { method getPrimaryNodeTypeName (line 1385) | public Name getPrimaryNodeTypeName() { method isAccessControllable (line 1400) | public boolean isAccessControllable() throws RepositoryException { method orderBefore (line 1419) | public synchronized void orderBefore(Path.Element srcName, method replaceChildNode (line 1565) | public synchronized NodeImpl replaceChildNode(NodeId id, Name nodeName, method clone (line 1637) | public synchronized NodeImpl clone(NodeImpl src, Name name) method isNode (line 1699) | @Override method getName (line 1707) | @Override method accept (line 1735) | @Override method getParent (line 1746) | @Override method addNode (line 1770) | public Node addNode(String relPath) throws RepositoryException { method addNode (line 1777) | public Node addNode(String relPath, String nodeTypeName) method addNodeWithUuid (line 1795) | public Node addNodeWithUuid(String relPath, String uuid) method addNodeWithUuid (line 1816) | public Node addNodeWithUuid( method orderBefore (line 1825) | public void orderBefore(String srcName, String destName) method setProperty (line 1866) | public Property setProperty(String name, Value[] values) method setProperty (line 1872) | public Property setProperty(String name, Value[] values, int type) method setProperty (line 1878) | public Property setProperty(String name, String[] strings) method setProperty (line 1885) | public Property setProperty(String name, String[] values, int type) method setProperty (line 1892) | public Property setProperty(String name, String value) method setProperty (line 1902) | public Property setProperty(String name, String value, int type) method setProperty (line 1913) | public Property setProperty(String name, Value value, int type) method setProperty (line 1923) | public Property setProperty(String name, Value value) method setProperty (line 1930) | public Property setProperty(String name, InputStream value) method setProperty (line 1945) | public Property setProperty(String name, boolean value) method setProperty (line 1951) | public Property setProperty(String name, double value) method setProperty (line 1957) | public Property setProperty(String name, long value) method setProperty (line 1963) | public Property setProperty(String name, Calendar value) method setProperty (line 1978) | public Property setProperty(String name, Node value) class SetPropertyOperation (line 2003) | private class SetPropertyOperation implements SessionWriteOperation T performProtected(SessionImpl session, SessionOperation... method checkPermission (line 160) | private void checkPermission(ItemImpl item, int perm) throws Repositor... method checkPermission (line 170) | private void checkPermission(NodeImpl node, Name childName, int perm) ... method getPermission (line 182) | private int getPermission(boolean isNode, boolean isRemove) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RemoveMixinOperation.java class RemoveMixinOperation (line 63) | class RemoveMixinOperation implements SessionWriteOperation { method RemoveMixinOperation (line 69) | public RemoveMixinOperation(NodeImpl node, Name mixinName) { method perform (line 74) | public Object perform(SessionContext context) throws RepositoryExcepti... method isReferenceable (line 291) | private boolean isReferenceable(NodeTypeImpl mixin) { method toString (line 301) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RepositoryChecker.java class RepositoryChecker (line 60) | class RepositoryChecker { method RepositoryChecker (line 89) | public RepositoryChecker(PersistenceManager workspace, method check (line 97) | public void check(NodeId id, boolean recurse, boolean fixImmediately) method internalCheck (line 115) | private void internalCheck(NodeId id, boolean recurse, method fix (line 140) | private void fix(PersistenceManager pm, ChangeLog changes, String store, method fix (line 163) | public void fix() throws RepositoryException { method internalFix (line 167) | private void internalFix(boolean verbose) throws RepositoryException { method checkVersionHistory (line 174) | private void checkVersionHistory(NodeState node) { method removeVersionHistoryReferences (line 263) | private void removeVersionHistoryReferences(NodeState node, NodeId vh... method removeProperty (line 325) | private void removeProperty(NodeState node, Name name) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RepositoryContext.java class RepositoryContext (line 48) | public class RepositoryContext { method RepositoryContext (line 138) | RepositoryContext(RepositoryImpl repository) { method create (line 154) | public static RepositoryContext create(RepositoryConfig config) method install (line 173) | public static RepositoryContext install(File dir) method getRepositoryConfig (line 178) | public RepositoryConfig getRepositoryConfig() { method getRepository (line 187) | public RepositoryImpl getRepository() { method getExecutor (line 196) | public ScheduledExecutorService getExecutor() { method getNamespaceRegistry (line 205) | public NamespaceRegistryImpl getNamespaceRegistry() { method setNamespaceRegistry (line 215) | void setNamespaceRegistry(NamespaceRegistryImpl namespaceRegistry) { method getNodeTypeRegistry (line 225) | public NodeTypeRegistry getNodeTypeRegistry() { method setNodeTypeRegistry (line 235) | void setNodeTypeRegistry(NodeTypeRegistry nodeTypeRegistry) { method getPrivilegeRegistry (line 245) | public PrivilegeRegistry getPrivilegeRegistry() { method setPrivilegeRegistry (line 254) | void setPrivilegeRegistry(PrivilegeRegistry privilegeRegistry) { method getInternalVersionManager (line 264) | public InternalVersionManagerImpl getInternalVersionManager() { method setInternalVersionManager (line 273) | void setInternalVersionManager( method getRootNodeId (line 284) | public NodeId getRootNodeId() { method setRootNodeId (line 294) | void setRootNodeId(NodeId rootNodeId) { method getFileSystem (line 304) | public FileSystem getFileSystem() { method setFileSystem (line 314) | void setFileSystem(FileSystem fileSystem) { method getDataStore (line 325) | public DataStore getDataStore() { method setDataStore (line 334) | void setDataStore(DataStore dataStore) { method getClusterNode (line 345) | public ClusterNode getClusterNode() { method setClusterNode (line 354) | void setClusterNode(ClusterNode clusterNode) { method getWorkspaceManager (line 364) | public WorkspaceManager getWorkspaceManager() { method setWorkspaceManager (line 374) | void setWorkspaceManager(WorkspaceManager workspaceManager) { method getWorkspaceInfo (line 389) | public WorkspaceInfo getWorkspaceInfo(String workspaceName) method getSecurityManager (line 399) | public JackrabbitSecurityManager getSecurityManager() { method setSecurityManager (line 409) | void setSecurityManager(JackrabbitSecurityManager securityManager) { method getItemStateCacheFactory (line 419) | public ItemStateCacheFactory getItemStateCacheFactory() { method setItemStateCacheFactory (line 429) | void setItemStateCacheFactory(ItemStateCacheFactory itemStateCacheFact... method setNodeIdFactory (line 434) | public void setNodeIdFactory(NodeIdFactory nodeIdFactory) { method getNodeIdFactory (line 438) | public NodeIdFactory getNodeIdFactory() { method getRepositoryStatistics (line 447) | public RepositoryStatisticsImpl getRepositoryStatistics() { method getStatManager (line 454) | public StatManager getStatManager() { method isGcRunning (line 462) | public synchronized boolean isGcRunning() { method setGcRunning (line 470) | public synchronized void setGcRunning(boolean gcRunning) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RepositoryCopier.java class RepositoryCopier (line 54) | public class RepositoryCopier { method copy (line 81) | public static void copy(File source, File target) method copy (line 95) | public static void copy(RepositoryConfig source, File target) method copy (line 108) | public static void copy(RepositoryConfig source, RepositoryConfig target) method copy (line 130) | public static void copy(RepositoryImpl source, File target) method copy (line 146) | public static void copy(RepositoryImpl source, RepositoryConfig target) method RepositoryCopier (line 176) | public RepositoryCopier(RepositoryImpl source, RepositoryImpl target) { method copy (line 199) | public void copy() throws RepositoryException { method copyNamespaces (line 214) | private void copyNamespaces() throws RepositoryException { method copyNodeTypes (line 229) | private void copyNodeTypes() throws RepositoryException { method copyVersionStore (line 250) | private void copyVersionStore() throws RepositoryException { method copyWorkspaces (line 260) | private void copyWorkspaces() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RepositoryFactoryImpl.java class RepositoryFactoryImpl (line 44) | public class RepositoryFactoryImpl implements JackrabbitRepositoryFactory { method getRepository (line 71) | public Repository getRepository(Map parameters) throws RepositoryExcep... method getRepository (line 102) | private Repository getRepository(String home, Map parameters) method getOrCreateRepository (line 119) | private static synchronized TransientRepository getOrCreateRepository( method getRepositoryManager (line 160) | public RepositoryManager getRepositoryManager(JackrabbitRepository rep... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RepositoryImpl.java class RepositoryImpl (line 127) | public class RepositoryImpl extends AbstractRepository method RepositoryImpl (line 252) | protected RepositoryImpl(RepositoryConfig repConfig) throws Repository... method createNamespaceRegistry (line 396) | protected NamespaceRegistryImpl createNamespaceRegistry() method createNodeTypeRegistry (line 409) | protected NodeTypeRegistry createNodeTypeRegistry() method getRepositoryContext (line 424) | RepositoryContext getRepositoryContext() { // TODO: Get rid of this me... method getCacheManager (line 435) | public CacheManager getCacheManager() { method initSecurityManager (line 445) | private synchronized void initSecurityManager() throws RepositoryExcep... method createVersionManager (line 507) | protected InternalVersionManagerImpl createVersionManager(VersioningCo... method initStartupWorkspaces (line 536) | protected void initStartupWorkspaces() throws RepositoryException { method loadRootNodeId (line 570) | private NodeId loadRootNodeId() throws RepositoryException { method create (line 614) | public static RepositoryImpl create(RepositoryConfig config) method sanityCheck (line 625) | protected void sanityCheck() throws RepositoryException { method getSystemSearchManager (line 637) | protected SearchManager getSystemSearchManager(String wspName) method createClusterNode (line 665) | protected ClusterNode createClusterNode() throws RepositoryException { method getWorkspaceNames (line 681) | protected String[] getWorkspaceNames() { method getWorkspaceInfo (line 697) | protected WorkspaceInfo getWorkspaceInfo(String workspaceName) method createWorkspace (line 727) | protected void createWorkspace(String workspaceName) method externalWorkspaceCreated (line 755) | public void externalWorkspaceCreated(String workspaceName, method createWorkspaceInternal (line 776) | private void createWorkspaceInternal(String workspaceName, method createWorkspace (line 803) | protected void createWorkspace(String workspaceName, method getWorkspaceStateManager (line 816) | SharedItemStateManager getWorkspaceStateManager(String workspaceName) method setReferentialIntegrityChecking (line 836) | protected void setReferentialIntegrityChecking( method getObservationDispatcher (line 842) | ObservationDispatcher getObservationDispatcher(String workspaceName) method getSearchManager (line 863) | SearchManager getSearchManager(String workspaceName) method getLockManager (line 880) | LockManagerImpl getLockManager(String workspaceName) throws method getRetentionRegistry (line 897) | RetentionRegistry getRetentionRegistry(String workspaceName) throws No... method getSystemSession (line 912) | SystemSession getSystemSession(String workspaceName) method markWorkspaceActive (line 931) | void markWorkspaceActive(String workspaceName) throws RepositoryExcept... method createSession (line 952) | protected final SessionImpl createSession(AuthContext loginContext, method createSession (line 981) | protected final SessionImpl createSession(Subject subject, method onSessionCreated (line 999) | protected void onSessionCreated(SessionImpl session) { method extendAuthentication (line 1022) | private Session extendAuthentication(String workspaceName) method shutdown (line 1063) | public void shutdown() { method doShutdown (line 1085) | protected synchronized void doShutdown() { method getConfig (line 1198) | public RepositoryConfig getConfig() { method initRepositoryDescriptors (line 1212) | protected void initRepositoryDescriptors() throws RepositoryException { method getCustomRepositoryDescriptors (line 1320) | protected Properties getCustomRepositoryDescriptors() throws Repositor... method setDescriptor (line 1339) | protected void setDescriptor(String desc, String value) { method setDescriptor (line 1343) | protected void setDescriptor(String desc, Value value) { method setDescriptor (line 1347) | protected void setDescriptor(String desc, Value[] values) { method createPersistenceManager (line 1362) | private PersistenceManager createPersistenceManager( method createItemStateManager (line 1393) | protected SharedItemStateManager createItemStateManager( method createDataStoreGarbageCollector (line 1413) | public GarbageCollector createDataStoreGarbageCollector() method login (line 1465) | public Session login(Credentials credentials, String workspaceName) method getDescriptor (line 1538) | public String getDescriptor(String key) { method getDescriptorKeys (line 1551) | public String[] getDescriptorKeys() { method getDescriptorValue (line 1560) | public Value getDescriptorValue(String key) { method getDescriptorValues (line 1568) | public Value[] getDescriptorValues(String key) { method isSingleValueDescriptor (line 1576) | public boolean isSingleValueDescriptor(String key) { method loggingOut (line 1585) | public void loggingOut(SessionImpl session) { method loggedOut (line 1591) | public void loggedOut(SessionImpl session) { method createSessionInstance (line 1610) | protected SessionImpl createSessionInstance(AuthContext loginContext, method createSessionInstance (line 1627) | protected SessionImpl createSessionInstance(Subject subject, method createWorkspaceInfo (line 1640) | protected WorkspaceInfo createWorkspaceInfo(WorkspaceConfig wspConfig) { class WorkspaceInfo (line 1651) | public class WorkspaceInfo implements UpdateEventListener { method WorkspaceInfo (line 1742) | protected WorkspaceInfo(WorkspaceConfig config) { method getName (line 1753) | protected String getName() { method getConfig (line 1762) | public WorkspaceConfig getConfig() { method getIdleTimestamp (line 1773) | final long getIdleTimestamp() { method setIdleTimestamp (line 1784) | final void setIdleTimestamp(long ts) { method isInitialized (line 1794) | protected final boolean isInitialized() { method isActive (line 1808) | public boolean isActive() { method setActive (line 1812) | public void setActive(boolean active) { method getFileSystem (line 1821) | protected FileSystem getFileSystem() { method getPersistenceManager (line 1837) | public PersistenceManager getPersistenceManager() method getItemStateProvider (line 1854) | protected SharedItemStateManager getItemStateProvider() method getObservationDispatcher (line 1869) | protected ObservationDispatcher getObservationDispatcher() { method getSearchManager (line 1885) | protected SearchManager getSearchManager() throws RepositoryException { method getLockManager (line 1914) | protected LockManagerImpl getLockManager() throws RepositoryException { method createLockManager (line 1941) | protected LockManagerImpl createLockManager() throws RepositoryExcep... method getRetentionRegistry (line 1952) | protected RetentionRegistry getRetentionRegistry() throws Repository... method getSystemSession (line 1970) | protected SystemSession getSystemSession() throws RepositoryException { method initialize (line 2007) | final boolean initialize() throws RepositoryException { method doInitialize (line 2049) | protected void doInitialize() throws RepositoryException { method doVersionRecovery (line 2096) | protected void doVersionRecovery() throws RepositoryException { method doPostInitialize (line 2112) | protected void doPostInitialize() method disposeIfIdle (line 2152) | final void disposeIfIdle(long maxIdleTime) { method dispose (line 2183) | final void dispose() { method doDispose (line 2211) | protected void doDispose() { method lockAcquire (line 2287) | void lockAcquire() throws TransactionException { method lockRelease (line 2301) | void lockRelease() { method externalUpdate (line 2310) | public void externalUpdate(ChangeLog external, class WorkspaceJanitor (line 2334) | private class WorkspaceJanitor implements Runnable { method WorkspaceJanitor (line 2354) | WorkspaceJanitor(long maxIdleTime) { method run (line 2372) | public void run() { class ExternalEventListener (line 2415) | class ExternalEventListener implements ClusterContext { method getClusterConfig (line 2420) | public ClusterConfig getClusterConfig() { method getRepositoryHome (line 2427) | public File getRepositoryHome() { method getNamespaceResolver (line 2434) | public NamespaceResolver getNamespaceResolver() { method updateEventsReady (line 2441) | public void updateEventsReady(String workspace) throws RepositoryExc... method lockEventsReady (line 2449) | public void lockEventsReady(String workspace) throws RepositoryExcep... class DescriptorValue (line 2459) | protected static final class DescriptorValue { method DescriptorValue (line 2464) | protected DescriptorValue(Value val) { method DescriptorValue (line 2468) | protected DescriptorValue(Value[] vals) { method getValue (line 2472) | protected Value getValue() { method getValues (line 2476) | protected Value[] getValues() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/RepositoryManagerImpl.java class RepositoryManagerImpl (line 27) | public class RepositoryManagerImpl implements RepositoryManager { method RepositoryManagerImpl (line 31) | RepositoryManagerImpl(TransientRepository tr) { method createDataStoreGarbageCollector (line 35) | public DataStoreGarbageCollector createDataStoreGarbageCollector() thr... method stop (line 44) | public void stop() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SearchManager.java class SearchManager (line 60) | public class SearchManager implements SynchronousEventListener { method SearchManager (line 127) | public SearchManager( method safeRegisterNamespace (line 190) | private void safeRegisterNamespace(String prefixHint, String uri) method close (line 217) | public void close() { method createQuery (line 238) | public Query createQuery( method createQueryObjectModel (line 261) | public QueryObjectModel createQueryObjectModel( method getWeaklyReferringNodes (line 280) | public Iterable getWeaklyReferringNodes(NodeId id) method isExcluded (line 293) | private boolean isExcluded(EventImpl event) { method getQueryHandler (line 312) | public QueryHandler getQueryHandler() { method onEvent (line 318) | public void onEvent(EventIterator events) { method createQueryInstance (line 431) | protected AbstractQueryImpl createQueryInstance() throws RepositoryExc... method shutdownQueryHandler (line 455) | private void shutdownQueryHandler() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionFactory.java class SessionFactory (line 28) | public class SessionFactory { method SessionFactory (line 32) | public SessionFactory(RepositoryContext context) { method createAdminSession (line 36) | public SessionImpl createAdminSession(String workspace) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionImpl.java class SessionImpl (line 115) | public class SessionImpl extends AbstractSession method SessionImpl (line 235) | protected SessionImpl( method SessionImpl (line 253) | protected SessionImpl( method retrieveUserId (line 287) | protected String retrieveUserId(Subject subject, String workspaceName)... method createSessionItemStateManager (line 297) | protected SessionItemStateManager createSessionItemStateManager() { method createItemManager (line 309) | protected ItemManager createItemManager() { method createObservationManager (line 315) | protected ObservationManagerImpl createObservationManager(String wspName) method createVersionManager (line 332) | protected InternalVersionManager createVersionManager() method createAccessManager (line 346) | protected AccessManager createAccessManager(Subject subject) method perform (line 361) | private T perform(SessionOperation operation) method sanityCheck (line 373) | private void sanityCheck() throws RepositoryException { method getSubject (line 383) | public Subject getSubject() { method isSystem (line 394) | public boolean isSystem() { method isAdmin (line 406) | public boolean isAdmin() { method createSession (line 439) | public Session createSession(String workspaceName) method getAccessManager (line 455) | public AccessManager getAccessManager() { method getNodeTypeManager (line 464) | public NodeTypeManagerImpl getNodeTypeManager() { method getItemManager (line 473) | public ItemManager getItemManager() { method getHierarchyManager (line 482) | public HierarchyManager getHierarchyManager() { method getInternalVersionManager (line 491) | public InternalVersionManager getInternalVersionManager() { method getRetentionRegistry (line 503) | protected RetentionRegistry getRetentionRegistry() throws RepositoryEx... method setAttribute (line 516) | public void setAttribute(String name, Object value) { method getNodeById (line 533) | public NodeImpl getNodeById(NodeId id) throws ItemNotFoundException, R... method notifyLoggingOut (line 547) | protected void notifyLoggingOut() { method notifyLoggedOut (line 561) | protected void notifyLoggedOut() { method addListener (line 577) | public void addListener(SessionListener listener) { method removeListener (line 588) | public void removeListener(SessionListener listener) { method createDataStoreGarbageCollector (line 597) | public GarbageCollector createDataStoreGarbageCollector() throws Repos... method getPrefix (line 613) | public String getPrefix(String uri) throws NamespaceException { method getURI (line 623) | public String getURI(String prefix) throws NamespaceException { method getJCRName (line 635) | public String getJCRName(Name name) throws NamespaceException { method getQName (line 639) | public Name getQName(String name) throws IllegalNameException, Namespa... method getJCRPath (line 645) | public String getJCRPath(Path path) throws NamespaceException { method getQPath (line 649) | public Path getQPath(String path) throws MalformedPathException, Illeg... method getQPath (line 653) | public Path getQPath(String path, boolean normalizeIdentifier) throws ... method getPath (line 661) | public Path getPath(String identifier) throws MalformedPathException { method checkFormat (line 672) | public void checkFormat(String identifier) throws MalformedPathExcepti... method hasPermission (line 684) | @Override method getPrincipalManager (line 692) | public PrincipalManager getPrincipalManager() throws RepositoryExcepti... method getUserManager (line 703) | public UserManager getUserManager() throws AccessDeniedException, Repo... method getItemOrNull (line 711) | @Override method getPropertyOrNull (line 721) | @Override method getNodeOrNull (line 731) | @Override method isValidNamespaceName (line 741) | private static boolean isValidNamespaceName(String namespace) { method getExpandedName (line 747) | @Override method getExpandedPath (line 765) | @Override method checkPermission (line 782) | public void checkPermission(String absPath, String actions) method getWorkspace (line 792) | public Workspace getWorkspace() { method impersonate (line 799) | @Override method getRootNode (line 833) | public Node getRootNode() throws RepositoryException { method getNodeByUUID (line 843) | public Node getNodeByUUID(String uuid) throws ItemNotFoundException, R... method getItem (line 861) | @Override method itemExists (line 869) | @Override method save (line 886) | public void save() throws RepositoryException { method refresh (line 896) | public void refresh(boolean keepChanges) throws RepositoryException { method clusterSyncOnRefresh (line 913) | protected boolean clusterSyncOnRefresh() { method autoFixCorruptions (line 927) | protected boolean autoFixCorruptions() { method hasPendingChanges (line 934) | public boolean hasPendingChanges() throws RepositoryException { method move (line 944) | public void move(String srcAbsPath, String destAbsPath) method getImportContentHandler (line 952) | public ContentHandler getImportContentHandler(String parentAbsPath, method isLive (line 989) | public boolean isLive() { method removeRegisteredEventListeners (line 996) | @SuppressWarnings("unchecked") method logout (line 1019) | @Override method getRepository (line 1067) | public Repository getRepository() { method getValueFactory (line 1074) | public ValueFactory getValueFactory() { method getUserID (line 1081) | public String getUserID() { method getAttribute (line 1088) | public Object getAttribute(String name) { method getAttributeNames (line 1095) | public String[] getAttributeNames() { method setNamespacePrefix (line 1102) | @Override method addLockToken (line 1115) | public void addLockToken(String lt) { method getLockTokens (line 1126) | public String[] getLockTokens() { method removeLockToken (line 1138) | public void removeLockToken(String lt) { method getLocks (line 1151) | public Lock[] getLocks() { method getNodeByIdentifier (line 1172) | public Node getNodeByIdentifier(String id) method getNode (line 1187) | @Override method getProperty (line 1196) | @Override method nodeExists (line 1205) | @Override method propertyExists (line 1223) | @Override method removeItem (line 1232) | @Override method hasPermission (line 1241) | public boolean hasPermission(String absPath, String actions) throws Re... method hasCapability (line 1287) | public boolean hasCapability(String methodName, Object target, Object[... method getAccessControlManager (line 1356) | public AccessControlManager getAccessControlManager() method getRetentionManager (line 1371) | public RetentionManager getRetentionManager() method toString (line 1393) | @Override method finalize (line 1403) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionListener.java type SessionListener (line 25) | public interface SessionListener { method loggingOut (line 34) | void loggingOut(SessionImpl session); method loggedOut (line 42) | void loggedOut(SessionImpl session); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionMoveOperation.java class SessionMoveOperation (line 39) | public class SessionMoveOperation implements SessionWriteOperation pri... method hasPrivileges (line 315) | public boolean hasPrivileges(String absPath, Set principa... method getPrivileges (line 322) | public Privilege[] getPrivileges(String absPath, Set prin... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/TestContentLoader.java class TestContentLoader (line 46) | public class TestContentLoader { method loadTestContent (line 53) | public void loadTestContent(Session session) throws RepositoryExceptio... method getOrAddNode (line 89) | private Node getOrAddNode(Node node, String name) method addPropertyTestData (line 102) | private void addPropertyTestData(Node node) throws RepositoryException { method addRetentionTestData (line 117) | private void addRetentionTestData(Node node) throws RepositoryExcepti... method addQueryTestData (line 126) | private void addQueryTestData(Node node) throws RepositoryException { method addNodeTestData (line 142) | private void addNodeTestData(Node node) throws RepositoryException, I... method addLifecycleTestData (line 185) | private void addLifecycleTestData(Node node) throws RepositoryExcepti... method addExportTestData (line 197) | private void addExportTestData(Node node) throws RepositoryException,... method addExportValues (line 235) | private void addExportValues(Node node, String name) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/TransientRepository.java class TransientRepository (line 48) | public class TransientRepository extends AbstractRepository type RepositoryFactory (line 84) | public interface RepositoryFactory { method getRepository (line 93) | RepositoryImpl getRepository() throws RepositoryException; method TransientRepository (line 136) | public TransientRepository(RepositoryFactory factory, String home) { method TransientRepository (line 166) | public TransientRepository() { method TransientRepository (line 178) | public TransientRepository(final RepositoryConfig config) { method TransientRepository (line 195) | public TransientRepository(String config, String home) { method TransientRepository (line 207) | public TransientRepository(File dir) { method TransientRepository (line 229) | public TransientRepository(final File xml, final File dir) { method TransientRepository (line 246) | public TransientRepository(final Properties properties) method getHomeDir (line 269) | public String getHomeDir() { method startRepository (line 278) | private synchronized void startRepository() throws RepositoryException { method stopRepository (line 288) | private synchronized void stopRepository() { method getDescriptorKeys (line 305) | public synchronized String[] getDescriptorKeys() { method getDescriptor (line 325) | public synchronized String getDescriptor(String key) { method getDescriptorValue (line 333) | public Value getDescriptorValue(String key) { method getDescriptorValues (line 342) | public Value[] getDescriptorValues(String key) { method isSingleValueDescriptor (line 351) | public boolean isSingleValueDescriptor(String key) { method login (line 372) | public synchronized Session login( method shutdown (line 406) | public synchronized void shutdown() { method loggedOut (line 422) | public synchronized void loggedOut(SessionImpl session) { method loggingOut (line 440) | public void loggingOut(SessionImpl session) { method getRepository (line 448) | RepositoryImpl getRepository() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/UserPerWorkspaceSecurityManager.java class UserPerWorkspaceSecurityManager (line 68) | public class UserPerWorkspaceSecurityManager extends DefaultSecurityMana... method getPrincipalProviderRegistry (line 79) | private PrincipalProviderRegistry getPrincipalProviderRegistry(Session... method init (line 122) | @Override method dispose (line 132) | @Override method close (line 146) | @Override method getUserManager (line 164) | @Override method getAuthContext (line 198) | @Override method createDefaultPrincipalProvider (line 215) | @Override method getSystemUserManager (line 220) | @Override method createUserManager (line 236) | @Override method createPrincipalManager (line 271) | @Override method createDefaultWorkspaceAccessManager (line 290) | @Override class WorkspaceBasedPrincipalProviderRegistry (line 301) | private final class WorkspaceBasedPrincipalProviderRegistry implements... method WorkspaceBasedPrincipalProviderRegistry (line 305) | public WorkspaceBasedPrincipalProviderRegistry(PrincipalProvider def... method registerProvider (line 309) | public PrincipalProvider registerProvider(Properties configuration) ... method getDefault (line 313) | public PrincipalProvider getDefault() { method getProvider (line 317) | public PrincipalProvider getProvider(String className) { method getProviders (line 325) | public PrincipalProvider[] getProviders() { class WorkspaceAccessManagerImpl (line 333) | private final class WorkspaceAccessManagerImpl implements WorkspaceAcc... method init (line 338) | public void init(Session systemSession) throws RepositoryException { method close (line 346) | public void close() throws RepositoryException { method grants (line 358) | public boolean grants(Set principals, String workspaceNam... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/VersionManagerImpl.java class VersionManagerImpl (line 73) | public class VersionManagerImpl extends VersionManagerImplConfig method VersionManagerImpl (line 88) | public VersionManagerImpl( method perform (line 94) | private T perform(SessionOperation operation) method checkin (line 100) | public Version checkin(String absPath) throws RepositoryException { method checkin (line 113) | public Version checkin(final String absPath, final Calendar created) method checkout (line 134) | public void checkout(final String absPath) throws RepositoryException { method checkpoint (line 153) | public Version checkpoint(final String absPath) throws RepositoryExcep... method isCheckedOut (line 171) | public boolean isCheckedOut(String absPath) throws RepositoryException { method getVersionHistory (line 178) | public VersionHistory getVersionHistory(final String absPath) method getBaseVersion (line 199) | public Version getBaseVersion(final String absPath) method restore (line 215) | public void restore(Version version, boolean removeExisting) method restore (line 223) | public void restore(final Version[] versions, final boolean removeExis... method restore (line 271) | public void restore( method restore (line 295) | public void restore( method restore (line 346) | protected void restore(NodeImpl node, Version version, boolean removeE... method restoreByLabel (line 359) | public void restoreByLabel( method update (line 389) | public void update(NodeImpl node, String srcWorkspaceName) method merge (line 398) | public NodeIterator merge( method merge (line 407) | public NodeIterator merge( method mergeOrUpdate (line 440) | private void mergeOrUpdate(NodeStateEx state, String srcWorkspaceName, method doneMerge (line 480) | public void doneMerge(String absPath, Version version) method cancelMerge (line 491) | public void cancelMerge(String absPath, Version version) method createConfiguration (line 502) | public Node createConfiguration(String absPath) throws RepositoryExcep... method setActivity (line 529) | public Node setActivity(Node activity) throws RepositoryException { method getActivity (line 548) | public Node getActivity() throws RepositoryException { method createActivity (line 559) | public Node createActivity(String title) throws RepositoryException { method removeActivity (line 567) | public void removeActivity(Node node) throws RepositoryException { method merge (line 584) | public NodeIterator merge(Node activityNode) throws RepositoryException { method getNodeState (line 608) | private NodeStateEx getNodeState(String path) throws RepositoryExcepti... method getNodeState (line 620) | private NodeStateEx getNodeState(String path, int options, int permiss... method getNodeState (line 633) | private NodeStateEx getNodeState(NodeImpl node, int options, int permi... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/WorkspaceImpl.java class WorkspaceImpl (line 76) | public class WorkspaceImpl extends AbstractWorkspace method WorkspaceImpl (line 149) | public WorkspaceImpl( method getHierarchyManager (line 168) | public HierarchyManager getHierarchyManager() { method getItemStateManager (line 178) | public LocalItemStateManager getItemStateManager() { method dispose (line 185) | void dispose() { method sanityCheck (line 202) | public void sanityCheck() throws RepositoryException { method createWorkspace (line 210) | public void createWorkspace(String name, String srcWorkspace) method deleteWorkspace (line 250) | public void deleteWorkspace(String name) throws AccessDeniedException, method getLockManager (line 264) | public javax.jcr.lock.LockManager getLockManager() throws UnsupportedR... method getVersionManager (line 275) | public VersionManager getVersionManager() { method getVersionManagerImpl (line 279) | VersionManagerImpl getVersionManagerImpl() { method createWorkspace (line 312) | public void createWorkspace(String name) method createWorkspace (line 334) | public void createWorkspace( method getPrivilegeManager (line 351) | public PrivilegeManager getPrivilegeManager() throws RepositoryExcepti... method getConfig (line 361) | public WorkspaceConfig getConfig() { method internalCopy (line 384) | private String internalCopy(String srcAbsPath, method internalClone (line 462) | private String internalClone(String srcAbsPath, String destAbsPath) method getInternalLockManager (line 524) | public synchronized org.apache.jackrabbit.core.lock.LockManager getInt... method getRetentionRegistry (line 547) | synchronized RetentionRegistry getRetentionRegistry() throws Repositor... method getName (line 561) | public String getName() { method getSession (line 568) | public Session getSession() { method getNamespaceRegistry (line 575) | public NamespaceRegistry getNamespaceRegistry() throws RepositoryExcep... method getNodeTypeManager (line 582) | public NodeTypeManager getNodeTypeManager() throws RepositoryException { method clone (line 592) | public void clone(String srcWorkspace, String srcAbsPath, method copy (line 648) | public void copy(String srcAbsPath, String destAbsPath) method copy (line 662) | public void copy(String srcWorkspace, String srcAbsPath, String destAb... method move (line 707) | public void move(String srcAbsPath, String destAbsPath) method getObservationManager (line 770) | public ObservationManager getObservationManager() { method getQueryManager (line 777) | public synchronized QueryManager getQueryManager() throws RepositoryEx... method restore (line 806) | @Deprecated method getAccessibleWorkspaceNames (line 823) | public String[] getAccessibleWorkspaceNames() throws RepositoryExcepti... method getImportContentHandler (line 847) | public ContentHandler getImportContentHandler(String parentAbsPath, method getSharedItemStateManager (line 879) | protected SharedItemStateManager getSharedItemStateManager() method createItemStateManager (line 893) | protected LocalItemStateManager createItemStateManager() method createEventStateCollection (line 917) | public EventStateCollection createEventStateCollection() FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/WorkspaceManager.java class WorkspaceManager (line 31) | public class WorkspaceManager { method WorkspaceManager (line 35) | WorkspaceManager(RepositoryImpl repository) { method getDefaultWorkspaceName (line 44) | public String getDefaultWorkspaceName() { method getWorkspaceNames (line 53) | public String[] getWorkspaceNames() { method createWorkspace (line 64) | public void createWorkspace(String workspaceName) method createWorkspace (line 78) | public void createWorkspace( method getWorkspaceStateManager (line 85) | public SharedItemStateManager getWorkspaceStateManager(String workspac... method getObservationDispatcher (line 91) | public ObservationDispatcher getObservationDispatcher(String workspace... method createSession (line 97) | public SessionImpl createSession(Subject subject, String workspaceName) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/XASessionImpl.java class XASessionImpl (line 44) | @SuppressWarnings("deprecation") method XASessionImpl (line 97) | protected XASessionImpl( method XASessionImpl (line 115) | protected XASessionImpl( method init (line 126) | private void init() throws RepositoryException { method createVersionManager (line 159) | @Override method getXAResource (line 173) | public XAResource getXAResource() { method getTransactionTimeout (line 181) | public int getTransactionTimeout() { method setTransactionTimeout (line 188) | public boolean setTransactionTimeout(int seconds) { method isSameRM (line 199) | public boolean isSameRM(XAResource xares) throws XAException { method start (line 219) | public void start(Xid xid, int flags) throws XAException { method createTransaction (line 255) | private TransactionContext createTransaction(Xid xid) { method end (line 277) | public void end(Xid xid, int flags) throws XAException { method prepare (line 307) | public int prepare(Xid xid) throws XAException { method commit (line 319) | public void commit(Xid xid, boolean onePhase) throws XAException { method rollback (line 337) | public void rollback(Xid xid) throws XAException { method recover (line 354) | public Xid[] recover(int flags) throws XAException { method forget (line 363) | public void forget(Xid xid) throws XAException { method associate (line 371) | public synchronized void associate(TransactionContext tx) { method isAssociated (line 385) | private boolean isAssociated() { method logout (line 392) | @Override method stringsEqual (line 407) | private static boolean stringsEqual(String s1, String s2) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/ZombieHierarchyManager.java class ZombieHierarchyManager (line 36) | public class ZombieHierarchyManager extends HierarchyManagerImpl { method ZombieHierarchyManager (line 43) | public ZombieHierarchyManager(HierarchyManagerImpl parent, method getItemState (line 55) | protected ItemState getItemState(ItemId id) method hasItemState (line 71) | protected boolean hasItemState(ItemId id) { method getParentId (line 85) | protected NodeId getParentId(ItemState state) { method getChildNodeEntry (line 99) | protected ChildNodeEntry getChildNodeEntry(NodeState parent, method getChildNodeEntry (line 122) | protected ChildNodeEntry getChildNodeEntry(NodeState parent, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cache/AbstractCache.java class AbstractCache (line 35) | public abstract class AbstractCache implements Cache { method isTooBig (line 98) | protected boolean isTooBig() { method recordSizeChange (line 107) | protected void recordSizeChange(long delta) { method recordCacheAccess (line 116) | protected void recordCacheAccess() { method recordCacheMiss (line 127) | protected void recordCacheMiss() { method getAccessCount (line 131) | public long getAccessCount() { method resetAccessCount (line 135) | public void resetAccessCount() { method getTotalAccessCount (line 139) | public long getTotalAccessCount(){ method getMissCount (line 143) | public long getMissCount() { method resetMissCount (line 147) | public void resetMissCount() { method getMemoryUsed (line 151) | public long getMemoryUsed() { method getMaxMemorySize (line 155) | public long getMaxMemorySize() { method setMaxMemorySize (line 159) | public void setMaxMemorySize(long size) { method setAccessListener (line 168) | public void setAccessListener(CacheAccessListener listener) { method dispose (line 175) | public void dispose() { method getCacheInfoAsString (line 185) | public String getCacheInfoAsString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cache/Cache.java type Cache (line 24) | public interface Cache { method setMaxMemorySize (line 30) | void setMaxMemorySize(long size); method getMaxMemorySize (line 36) | long getMaxMemorySize(); method getMemoryUsed (line 42) | long getMemoryUsed(); method getAccessCount (line 48) | long getAccessCount(); method resetAccessCount (line 53) | void resetAccessCount(); method getTotalAccessCount (line 59) | long getTotalAccessCount(); method getMissCount (line 66) | long getMissCount(); method resetMissCount (line 71) | void resetMissCount(); method getElementCount (line 77) | long getElementCount(); method setAccessListener (line 82) | void setAccessListener(CacheAccessListener listener); method getCacheInfoAsString (line 87) | String getCacheInfoAsString(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cache/CacheAccessListener.java type CacheAccessListener (line 23) | public interface CacheAccessListener { method cacheAccessed (line 41) | void cacheAccessed(long accessCount); method disposeCache (line 46) | void disposeCache(Cache cache); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cache/CacheManager.java class CacheManager (line 38) | public class CacheManager implements CacheAccessListener { method getMaxMemory (line 99) | public long getMaxMemory() { method setMaxMemory (line 103) | public void setMaxMemory(final long maxMemory) { method getMaxMemoryPerCache (line 107) | public long getMaxMemoryPerCache() { method setMaxMemoryPerCache (line 111) | public void setMaxMemoryPerCache(final long maxMemoryPerCache) { method getMinMemoryPerCache (line 115) | public long getMinMemoryPerCache() { method setMinMemoryPerCache (line 119) | public void setMinMemoryPerCache(final long minMemoryPerCache) { method getMinResizeInterval (line 123) | public long getMinResizeInterval() { method setMinResizeInterval (line 127) | public void setMinResizeInterval(long minResizeInterval) { method cacheAccessed (line 135) | public void cacheAccessed(long accessCount) { method logCacheStats (line 158) | private void logCacheStats() { method resizeAll (line 179) | private void resizeAll() { method add (line 261) | public void add(Cache cache) { method remove (line 275) | public void remove(Cache cache) { class CacheInfo (line 284) | public static class CacheInfo { method CacheInfo (line 295) | CacheInfo(Cache cache) { method wasFull (line 311) | boolean wasFull() { method getAccessCount (line 315) | long getAccessCount() { method getMemoryUsed (line 319) | long getMemoryUsed() { method setMemory (line 323) | void setMemory(long mem) { method getMemory (line 327) | long getMemory() { method getCache (line 331) | Cache getCache() { method disposeCache (line 337) | public void disposeCache(Cache cache) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cache/ConcurrentCache.java class ConcurrentCache (line 32) | public class ConcurrentCache extends AbstractCache { class E (line 47) | private static class E { method E (line 53) | public E(V value, long size) { method ConcurrentCache (line 63) | @SuppressWarnings({ "unchecked", "serial" }) method ConcurrentCache (line 82) | public ConcurrentCache(String name) { method getSegment (line 95) | private Map> getSegment(K key) { method containsKey (line 108) | public boolean containsKey(K key) { method get (line 121) | public V get(K key) { method values (line 143) | public List values() { method put (line 163) | public V put(K key, V value, long size) { method remove (line 188) | public V remove(K key) { method clear (line 207) | public void clear() { method isEmpty (line 221) | public boolean isEmpty() { method setMaxMemorySize (line 229) | @Override method shrinkIfNeeded (line 238) | private void shrinkIfNeeded() { method getElementCount (line 256) | public long getElementCount() { method toString (line 264) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cache/GrowingLRUMap.java class GrowingLRUMap (line 26) | public class GrowingLRUMap extends LRUMap { method GrowingLRUMap (line 30) | public GrowingLRUMap(int initialSize, int maxSize) { method removeLRU (line 35) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ChangeLogRecord.java class ChangeLogRecord (line 46) | public class ChangeLogRecord extends ClusterRecord { method ChangeLogRecord (line 128) | public ChangeLogRecord(ChangeLog changes, List events, method ChangeLogRecord (line 146) | ChangeLogRecord(int identifier, Record record, String workspace) { method doRead (line 157) | @Override method readEndMarker (line 189) | @Override method readTimestampRecord (line 201) | private void readTimestampRecord() throws JournalException { method readUserDataRecord (line 210) | private void readUserDataRecord() throws JournalException { method readNodeRecord (line 219) | private void readNodeRecord() throws JournalException { method readPropertyRecord (line 232) | private void readPropertyRecord() throws JournalException { method apply (line 247) | private void apply(int operation, ItemState state) throws JournalExcep... method readEventRecord (line 272) | private void readEventRecord() throws JournalException { method createEventState (line 327) | private EventState createEventState(int type, NodeId parentId, Path pa... method getOrCreateSession (line 361) | private Session getOrCreateSession(String userId) { method doWrite (line 371) | @Override method writeTimestampRecord (line 407) | private void writeTimestampRecord() throws JournalException { method writeUserDataRecord (line 417) | private void writeUserDataRecord() throws JournalException { method writeNodeRecord (line 431) | private void writeNodeRecord(int operation, NodeState state) method writePropertyRecord (line 446) | private void writePropertyRecord(int operation, PropertyState state) method writeEventRecord (line 460) | private void writeEventRecord(EventState event) throws JournalException { method process (line 498) | @Override method getChanges (line 508) | public ChangeLog getChanges() { method getEvents (line 517) | public List getEvents() { method getTimestamp (line 526) | public long getTimestamp() { method getUserData (line 535) | public String getUserData() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterContext.java type ClusterContext (line 29) | public interface ClusterContext { method getClusterConfig (line 36) | ClusterConfig getClusterConfig(); method getRepositoryHome (line 43) | File getRepositoryHome(); method getNamespaceResolver (line 50) | NamespaceResolver getNamespaceResolver(); method updateEventsReady (line 59) | void updateEventsReady(String workspace) throws RepositoryException; method lockEventsReady (line 68) | void lockEventsReady(String workspace) throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterException.java class ClusterException (line 22) | public class ClusterException extends Exception { method ClusterException (line 31) | public ClusterException(String message) { method ClusterException (line 43) | public ClusterException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterNode.java class ClusterNode (line 53) | public class ClusterNode implements Runnable, method init (line 212) | public void init(ClusterContext clusterContext) throws ClusterException { method init (line 223) | protected void init() throws ClusterException { method setStopDelay (line 249) | public void setStopDelay(long stopDelay) { method getStopDelay (line 259) | public long getStopDelay() { method disableAutoSync (line 266) | protected void disableAutoSync() { method start (line 275) | public synchronized void start() throws ClusterException { method run (line 292) | public void run() { method internalSync (line 325) | private void internalSync(boolean startup) throws ClusterException { method sync (line 355) | public void sync() throws ClusterException { method syncOnStartup (line 364) | public void syncOnStartup() throws ClusterException { method stop (line 371) | public synchronized void stop() { method createUpdateChannel (line 402) | public UpdateEventChannel createUpdateChannel(String workspace) { method createLockChannel (line 412) | public LockEventChannel createLockChannel(String workspace) { method getJournal (line 421) | public Journal getJournal() { method remapped (line 430) | public void remapped(String oldPrefix, String newPrefix, String uri) { method setListener (line 457) | public void setListener(NamespaceEventListener listener) { method registered (line 466) | public void registered(Collection ntDefs) { method reregistered (line 496) | public void reregistered(QNodeTypeDefinition ntDef) { method unregistered (line 526) | public void unregistered(Collection qnames) { method setListener (line 556) | public void setListener(NodeTypeEventListener listener) { method registeredPrivileges (line 565) | public void registeredPrivileges(Collection defin... method setListener (line 592) | public void setListener(PrivilegeEventListener listener) { class WorkspaceUpdateChannel (line 600) | class WorkspaceUpdateChannel implements UpdateEventChannel { method WorkspaceUpdateChannel (line 622) | public WorkspaceUpdateChannel(String workspace) { method updateCreated (line 629) | public void updateCreated(Update update) throws ClusterException { method updatePrepared (line 650) | public void updatePrepared(Update update) throws ClusterException { method updateCommitted (line 689) | public void updateCommitted(Update update, String path) { method updateCancelled (line 729) | public void updateCancelled(Update update) { method setListener (line 740) | public void setListener(UpdateEventListener listener) { class WorkspaceLockChannel (line 760) | class WorkspaceLockChannel implements LockEventChannel { method WorkspaceLockChannel (line 772) | public WorkspaceLockChannel(String workspace) { method create (line 779) | public ClusterOperation create(NodeId nodeId, boolean deep, String o... method create (line 802) | public ClusterOperation create(NodeId nodeId) { method setListener (line 825) | public void setListener(LockEventListener listener) { method getId (line 838) | public String getId() { method getRevision (line 845) | public long getRevision() { method consume (line 857) | public void consume(Record record) { method setRevision (line 871) | public void setRevision(long revision) { method process (line 884) | public void process(ChangeLogRecord record) { method process (line 939) | public void process(LockRecord record) { method process (line 977) | public void process(NamespaceRecord record) { method process (line 995) | public void process(NodeTypeRecord record) { method process (line 1024) | public void process(PrivilegeRecord record) { method process (line 1038) | public void process(WorkspaceRecord record) { method setListener (line 1058) | public void setListener(WorkspaceListener listener) { method workspaceCreated (line 1062) | public void workspaceCreated(String workspaceName, method ended (line 1100) | public void ended(DefaultClusterOperation operation, boolean successfu... method getFirstUserId (line 1124) | private String getFirstUserId(List eventStates) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterOperation.java type ClusterOperation (line 23) | public interface ClusterOperation { method ended (line 32) | void ended(boolean successful); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterRecord.java class ClusterRecord (line 26) | public abstract class ClusterRecord { method ClusterRecord (line 49) | protected ClusterRecord(Record record, String workspace) { method ClusterRecord (line 60) | protected ClusterRecord(Record record) { method read (line 69) | public final void read() throws JournalException { method doRead (line 80) | protected abstract void doRead() throws JournalException; method write (line 87) | public final void write() throws JournalException { method doWrite (line 100) | protected abstract void doWrite() throws JournalException; method readEndMarker (line 107) | protected void readEndMarker() throws JournalException { method process (line 121) | public abstract void process(ClusterRecordProcessor processor); method update (line 129) | public void update() throws JournalException { method cancelUpdate (line 138) | public void cancelUpdate() { method getRevision (line 148) | public long getRevision() { method getWorkspace (line 157) | public String getWorkspace() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterRecordDeserializer.java class ClusterRecordDeserializer (line 25) | public class ClusterRecordDeserializer { method deserialize (line 34) | public ClusterRecord deserialize(Record record) throws JournalException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterRecordProcessor.java type ClusterRecordProcessor (line 26) | public interface ClusterRecordProcessor { method process (line 33) | void process(ChangeLogRecord record); method process (line 40) | void process(LockRecord record); method process (line 47) | void process(NamespaceRecord record); method process (line 54) | void process(NodeTypeRecord record); method process (line 61) | void process(PrivilegeRecord record); method process (line 67) | void process(WorkspaceRecord record); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/ClusterSession.java class ClusterSession (line 41) | class ClusterSession implements Session { method ClusterSession (line 53) | public ClusterSession(String userId) { method isUserId (line 65) | boolean isUserId(String userId) { method getUserID (line 76) | public String getUserID() { method getRepository (line 83) | public Repository getRepository() { method getAttribute (line 90) | public Object getAttribute(String s) { method getAttributeNames (line 97) | public String[] getAttributeNames() { method getWorkspace (line 104) | public Workspace getWorkspace() { method impersonate (line 111) | public Session impersonate(Credentials credentials) throws Unsupported... method getRootNode (line 118) | public Node getRootNode() throws UnsupportedRepositoryOperationExcepti... method getNodeByUUID (line 125) | public Node getNodeByUUID(String s) throws UnsupportedRepositoryOperat... method getItem (line 132) | public Item getItem(String s) throws UnsupportedRepositoryOperationExc... method itemExists (line 139) | public boolean itemExists(String s) throws UnsupportedRepositoryOperat... method move (line 146) | public void move(String s, String s1) throws UnsupportedRepositoryOper... method save (line 154) | public void save() throws UnsupportedRepositoryOperationException { method refresh (line 161) | public void refresh(boolean b) throws UnsupportedRepositoryOperationEx... method hasPendingChanges (line 168) | public boolean hasPendingChanges() throws UnsupportedRepositoryOperati... method getValueFactory (line 175) | public ValueFactory getValueFactory() throws UnsupportedRepositoryOper... method checkPermission (line 182) | public void checkPermission(String s, String s1) throws UnsupportedRep... method getImportContentHandler (line 189) | public ContentHandler getImportContentHandler(String s, int i) throws ... method importXML (line 196) | public void importXML(String s, InputStream inputStream, int i) throws... method exportSystemView (line 203) | public void exportSystemView(String s, ContentHandler contentHandler, ... method exportSystemView (line 212) | public void exportSystemView(String s, OutputStream outputStream, bool... method exportDocumentView (line 221) | public void exportDocumentView(String s, ContentHandler contentHandler... method exportDocumentView (line 230) | public void exportDocumentView(String s, OutputStream outputStream, bo... method setNamespacePrefix (line 239) | public void setNamespacePrefix(String s, String s1) throws Unsupported... method getNamespacePrefixes (line 246) | public String[] getNamespacePrefixes() throws UnsupportedRepositoryOpe... method getNamespaceURI (line 253) | public String getNamespaceURI(String s) throws UnsupportedRepositoryOp... method getNamespacePrefix (line 260) | public String getNamespacePrefix(String s) throws UnsupportedRepositor... method logout (line 267) | public void logout() { method isLive (line 273) | public boolean isLive() { method addLockToken (line 280) | public void addLockToken(String s) { method getLockTokens (line 286) | public String[] getLockTokens() { method removeLockToken (line 293) | public void removeLockToken(String s) { method equals (line 299) | public boolean equals(Object obj) { method hashCode (line 310) | public int hashCode() { method getAccessControlManager (line 314) | public AccessControlManager getAccessControlManager() method getNode (line 319) | public Node getNode(String path) throws RepositoryException { method getNodeByIdentifier (line 323) | public Node getNodeByIdentifier(String identifier) method getProperty (line 328) | public Property getProperty(String arg0) throws RepositoryException { method getRetentionManager (line 332) | public RetentionManager getRetentionManager() method hasCapability (line 337) | public boolean hasCapability(String arg0, Object arg1, Object[] arg2) method hasPermission (line 342) | public boolean hasPermission(String arg0, String arg1) method nodeExists (line 347) | public boolean nodeExists(String path) throws RepositoryException { method propertyExists (line 351) | public boolean propertyExists(String path) throws RepositoryException { method removeItem (line 355) | public void removeItem(String path) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/DefaultClusterOperation.java class DefaultClusterOperation (line 22) | public class DefaultClusterOperation implements ClusterOperation { method DefaultClusterOperation (line 40) | public DefaultClusterOperation(ClusterNode clusterNode, method ended (line 50) | public void ended(boolean successful) { method getRecord (line 59) | public ClusterRecord getRecord() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/LockEventChannel.java type LockEventChannel (line 24) | public interface LockEventChannel { method create (line 37) | ClusterOperation create(NodeId nodeId, boolean deep, String owner); method create (line 47) | ClusterOperation create(NodeId nodeId); method setListener (line 54) | void setListener(LockEventListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/LockEventListener.java type LockEventListener (line 26) | public interface LockEventListener { method externalLock (line 37) | void externalLock(NodeId nodeId, boolean isDeep, String lockOwner) thr... method externalUnlock (line 45) | void externalUnlock(NodeId nodeId) throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/LockRecord.java class LockRecord (line 26) | public class LockRecord extends ClusterRecord { method LockRecord (line 63) | public LockRecord(NodeId nodeId, boolean isDeep, String lockOwner, method LockRecord (line 81) | public LockRecord(NodeId nodeId, Record record, String workspace) { method LockRecord (line 95) | LockRecord(Record record, String workspace) { method doRead (line 102) | @Override method doWrite (line 115) | @Override method process (line 129) | @Override method getNodeId (line 139) | public NodeId getNodeId() { method isLock (line 149) | public boolean isLock() { method isDeep (line 159) | public boolean isDeep() { method getUserId (line 169) | @Deprecated method getOwner (line 179) | public String getOwner() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/NamespaceEventChannel.java type NamespaceEventChannel (line 22) | public interface NamespaceEventChannel { method remapped (line 31) | void remapped(String oldPrefix, String newPrefix, String uri); method setListener (line 38) | void setListener(NamespaceEventListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/NamespaceEventListener.java type NamespaceEventListener (line 24) | public interface NamespaceEventListener { method externalRemap (line 34) | void externalRemap(String oldPrefix, String newPrefix, String uri) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/NamespaceRecord.java class NamespaceRecord (line 26) | public class NamespaceRecord extends ClusterRecord { method NamespaceRecord (line 57) | public NamespaceRecord(String oldPrefix, String newPrefix, String uri, method NamespaceRecord (line 71) | NamespaceRecord(Record record) { method doRead (line 78) | @Override method doWrite (line 88) | @Override method process (line 99) | @Override method getOldPrefix (line 109) | public String getOldPrefix() { method getNewPrefix (line 118) | public String getNewPrefix() { method getUri (line 126) | public String getUri() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/NodeTypeEventChannel.java type NodeTypeEventChannel (line 27) | public interface NodeTypeEventChannel { method registered (line 34) | void registered(Collection ntDefs); method reregistered (line 41) | void reregistered(QNodeTypeDefinition ntDef); method unregistered (line 48) | void unregistered(Collection ntNames); method setListener (line 55) | void setListener(NodeTypeEventListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/NodeTypeEventListener.java type NodeTypeEventListener (line 30) | public interface NodeTypeEventListener { method externalRegistered (line 39) | void externalRegistered(Collection ntDefs) method externalReregistered (line 50) | void externalReregistered(QNodeTypeDefinition ntDef) method externalUnregistered (line 60) | void externalUnregistered(Collection ntNames) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/NodeTypeRecord.java class NodeTypeRecord (line 34) | public class NodeTypeRecord extends ClusterRecord { method NodeTypeRecord (line 95) | public NodeTypeRecord(Collection collection, boolean isRegister, Recor... method NodeTypeRecord (line 109) | public NodeTypeRecord(QNodeTypeDefinition ntDef, Record record) { method NodeTypeRecord (line 123) | NodeTypeRecord(Record record) { method doRead (line 130) | @Override method doWrite (line 165) | @Override method getBitMask (line 188) | private int getBitMask() { method process (line 203) | @Override method getOperation (line 213) | public int getOperation() { method getCollection (line 222) | public Collection getCollection() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/PrivilegeEventChannel.java type PrivilegeEventChannel (line 26) | public interface PrivilegeEventChannel { method registeredPrivileges (line 28) | void registeredPrivileges(Collection definitions); method setListener (line 30) | void setListener(PrivilegeEventListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/PrivilegeEventListener.java type PrivilegeEventListener (line 27) | public interface PrivilegeEventListener { method externalRegisteredPrivileges (line 35) | void externalRegisteredPrivileges(Collection defi... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/PrivilegeRecord.java class PrivilegeRecord (line 30) | public class PrivilegeRecord extends ClusterRecord { method PrivilegeRecord (line 42) | protected PrivilegeRecord(Record record) { method PrivilegeRecord (line 46) | protected PrivilegeRecord(Collection definitions,... method doRead (line 52) | @Override method doWrite (line 61) | @Override method process (line 71) | @Override method getDefinitions (line 81) | public Collection getDefinitions() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/Update.java type Update (line 27) | public interface Update { method setAttribute (line 36) | void setAttribute(String name, Object value); method getAttribute (line 44) | Object getAttribute(String name); method getChanges (line 51) | ChangeLog getChanges(); method getEvents (line 59) | List getEvents(); method getTimestamp (line 66) | long getTimestamp(); method getUserData (line 73) | String getUserData(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/UpdateEventChannel.java type UpdateEventChannel (line 22) | public interface UpdateEventChannel { method updateCreated (line 30) | void updateCreated(Update update) throws ClusterException; method updatePrepared (line 38) | void updatePrepared(Update update) throws ClusterException; method updateCommitted (line 46) | void updateCommitted(Update update, String path); method updateCancelled (line 53) | void updateCancelled(Update update); method setListener (line 60) | void setListener(UpdateEventListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/UpdateEventListener.java type UpdateEventListener (line 28) | public interface UpdateEventListener { method externalUpdate (line 39) | void externalUpdate(ChangeLog changes, List events, long t... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/WorkspaceEventChannel.java type WorkspaceEventChannel (line 24) | public interface WorkspaceEventChannel { method workspaceCreated (line 26) | void workspaceCreated(String workspaceName, ClonedInputSource inputSou... method setListener (line 28) | void setListener(WorkspaceListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/WorkspaceListener.java type WorkspaceListener (line 26) | public interface WorkspaceListener { method externalWorkspaceCreated (line 35) | void externalWorkspaceCreated(String workspaceName, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/cluster/WorkspaceRecord.java class WorkspaceRecord (line 32) | public class WorkspaceRecord extends ClusterRecord { class Action (line 47) | public abstract static class Action { method getType (line 48) | abstract int getType(); method write (line 50) | abstract void write(Record record) throws JournalException; method read (line 52) | abstract void read(Record record) throws JournalException; class CreateWorkspaceAction (line 58) | static final class CreateWorkspaceAction extends Action { method getType (line 63) | @Override method CreateWorkspaceAction (line 68) | CreateWorkspaceAction() { method CreateWorkspaceAction (line 72) | CreateWorkspaceAction(ClonedInputSource inputSource) { method write (line 78) | @Override method read (line 103) | @Override method getInputSource (line 123) | public InputSource getInputSource() { method WorkspaceRecord (line 141) | protected WorkspaceRecord(String workspace, ClonedInputSource inputSou... method WorkspaceRecord (line 153) | protected WorkspaceRecord(Record record) { method doRead (line 157) | @Override method doWrite (line 176) | @Override method getActionType (line 193) | public int getActionType() { method getCreateWorkspaceAction (line 197) | public CreateWorkspaceAction getCreateWorkspaceAction() { method process (line 201) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/AccessManagerConfig.java class AccessManagerConfig (line 28) | public class AccessManagerConfig extends BeanConfig { method AccessManagerConfig (line 36) | public AccessManagerConfig(BeanConfig config) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/BeanConfig.java class BeanConfig (line 41) | public class BeanConfig { method BeanConfig (line 117) | public BeanConfig(String className, Properties properties) { method BeanConfig (line 132) | public BeanConfig(BeanConfig config) { method setValidate (line 143) | protected void setValidate(boolean validate) { method setConnectionFactory (line 151) | public void setConnectionFactory(ConnectionFactory connectionFactory) { method setInstanceFactory (line 159) | public void setInstanceFactory(BeanFactory instanceFactory) { method getClassName (line 168) | public String getClassName() { method getParameters (line 177) | public Properties getParameters() { method newInstance (line 187) | @SuppressWarnings("unchecked") method getSetters (line 221) | private Map getSetters(Class klass) { method setProperty (line 238) | private void setProperty( method getClassLoader (line 295) | public ClassLoader getClassLoader() { method setClassLoader (line 311) | public void setClassLoader(ClassLoader classLoader) { method getDefaultClassLoader (line 324) | public static ClassLoader getDefaultClassLoader() { method setDefaultClassLoader (line 340) | public static void setDefaultClassLoader(ClassLoader classLoader) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/BeanConfigVisitor.java type BeanConfigVisitor (line 23) | public interface BeanConfigVisitor { method visit (line 24) | void visit(BeanConfig config); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/BeanFactory.java type BeanFactory (line 20) | public interface BeanFactory { method newInstance (line 21) | Object newInstance(Class klass, BeanConfig config) throws Configura... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ClusterConfig.java class ClusterConfig (line 28) | public class ClusterConfig implements JournalFactory { method ClusterConfig (line 57) | public ClusterConfig(String id, long syncDelay, JournalFactory jf) { method ClusterConfig (line 69) | public ClusterConfig(String id, long syncDelay, method getId (line 82) | public String getId() { method getSyncDelay (line 91) | public long getSyncDelay() { method getStopDelay (line 98) | public long getStopDelay() { method getJournal (line 110) | public Journal getJournal(NamespaceResolver resolver) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java class ConfigurationEntityResolver (line 58) | public class ConfigurationEntityResolver implements EntityResolver { method ConfigurationEntityResolver (line 79) | private ConfigurationEntityResolver() { method resolveEntity (line 173) | public InputSource resolveEntity(String publicId, String systemId) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationErrorHandler.java class ConfigurationErrorHandler (line 28) | public class ConfigurationErrorHandler implements ErrorHandler { method error (line 36) | public void error(SAXParseException exception) throws SAXException { method log (line 40) | private void log(String type, SAXParseException exception) { method fatalError (line 48) | public void fatalError(SAXParseException exception) throws SAXException { method warning (line 57) | public void warning(SAXParseException exception) throws SAXException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationParser.java class ConfigurationParser (line 47) | public class ConfigurationParser { method ConfigurationParser (line 75) | public ConfigurationParser(Properties variables) { method getVariables (line 83) | public Properties getVariables() { method parseBeanConfig (line 107) | protected BeanConfig parseBeanConfig(Element parent, String name) method parseBeanConfig (line 134) | protected BeanConfig parseBeanConfig(Element element) method parseParameters (line 159) | protected Properties parseParameters(Element element) method replaceVariables (line 197) | protected String replaceVariables(String value) method parseXML (line 218) | protected Element parseXML(InputSource xml) throws ConfigurationExcept... method getErrorHandler (line 230) | protected ErrorHandler getErrorHandler() { method getEntityResolver (line 242) | protected EntityResolver getEntityResolver() { method postParseModificationHook (line 255) | protected Document postParseModificationHook(Document document) { method parseXML (line 271) | protected Element parseXML(InputSource xml, boolean validate) throws C... method getElement (line 306) | protected Element getElement(Element parent, String name) method getElement (line 323) | protected Element getElement(Element parent, String name, boolean requ... method getElements (line 359) | protected Element[] getElements(Element parent, String name, boolean r... method getAttribute (line 386) | protected String getAttribute(Element element, String name) method getAttribute (line 407) | protected String getAttribute(Element element, String name, String def) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ImportConfig.java class ImportConfig (line 30) | public class ImportConfig { method ImportConfig (line 39) | public ImportConfig() { method ImportConfig (line 43) | public ImportConfig(List protectedItemImporters) { method getProtectedItemImporters (line 47) | public List getProtectedItemImporters... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/LoginModuleConfig.java class LoginModuleConfig (line 30) | public class LoginModuleConfig extends BeanConfig { method LoginModuleConfig (line 75) | public LoginModuleConfig(BeanConfig config) { method getLoginModule (line 80) | public LoginModule getLoginModule() throws ConfigurationException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/NoOpConfigVisitor.java class NoOpConfigVisitor (line 19) | public class NoOpConfigVisitor implements BeanConfigVisitor{ method visit (line 20) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/PersistenceManagerConfig.java class PersistenceManagerConfig (line 28) | public class PersistenceManagerConfig extends BeanConfig { method PersistenceManagerConfig (line 36) | public PersistenceManagerConfig(BeanConfig config) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/RepositoryConfig.java class RepositoryConfig (line 81) | public class RepositoryConfig method install (line 108) | public static RepositoryConfig install(File dir) method install (line 128) | public static RepositoryConfig install(Properties variables) method getRepositoryHome (line 162) | public static File getRepositoryHome(Properties variables) { method install (line 186) | public static RepositoryConfig install(File xml, File dir) method installRepositorySkeleton (line 193) | private static void installRepositorySkeleton( method create (line 233) | public static RepositoryConfig create(File dir) method create (line 251) | public static RepositoryConfig create(File xml, File dir) method create (line 277) | public static RepositoryConfig create(String file, String home) method create (line 294) | public static RepositoryConfig create(URI uri, String home) method create (line 310) | public static RepositoryConfig create(InputStream input, String home) method create (line 326) | public static RepositoryConfig create(InputSource xml, String home) method create (line 349) | public static RepositoryConfig create(InputSource xml, Properties vari... method create (line 369) | public static RepositoryConfig create(RepositoryConfig config) throws ... method RepositoryConfig (line 492) | public RepositoryConfig( method init (line 529) | public void init() throws ConfigurationException, IllegalStateException { method loadWorkspaceConfig (line 625) | private WorkspaceConfig loadWorkspaceConfig(File directory) method loadWorkspaceConfig (line 665) | private WorkspaceConfig loadWorkspaceConfig(FileSystem fs, String conf... method addWorkspaceConfig (line 706) | private void addWorkspaceConfig(WorkspaceConfig wc) method internalCreateWorkspaceConfig (line 735) | private synchronized WorkspaceConfig internalCreateWorkspaceConfig(Str... method createWorkspaceConfig (line 878) | public WorkspaceConfig createWorkspaceConfig(String name, StringBuffer... method createWorkspaceConfig (line 902) | public WorkspaceConfig createWorkspaceConfig(String name, method getHomeDir (line 915) | public String getHomeDir() { method getFileSystem (line 925) | public FileSystem getFileSystem() throws RepositoryException { method getAppName (line 936) | @Deprecated method getAccessManagerConfig (line 947) | @Deprecated method getLoginModuleConfig (line 959) | @Deprecated method getSecurityConfig (line 969) | public SecurityConfig getSecurityConfig() { method getWorkspacesConfigRootDir (line 978) | public String getWorkspacesConfigRootDir() { method getDefaultWorkspaceName (line 987) | public String getDefaultWorkspaceName() { method getWorkspaceMaxIdleTime (line 998) | public int getWorkspaceMaxIdleTime() { method getWorkspaceConfigs (line 1007) | public Collection getWorkspaceConfigs() { method getWorkspaceConfig (line 1018) | public WorkspaceConfig getWorkspaceConfig(String name) { method getVersioningConfig (line 1027) | public VersioningConfig getVersioningConfig() { method isSearchEnabled (line 1037) | public boolean isSearchEnabled() { method getQueryHandler (line 1047) | public QueryHandler getQueryHandler(QueryHandlerContext context) method getClusterConfig (line 1063) | public ClusterConfig getClusterConfig() { method getConnectionFactory (line 1073) | public ConnectionFactory getConnectionFactory() { method getDataStore (line 1084) | public DataStore getDataStore() throws RepositoryException { method getRepositoryLockMechanism (line 1096) | public RepositoryLockMechanism getRepositoryLockMechanism() throws Rep... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/RepositoryConfigurationParser.java class RepositoryConfigurationParser (line 77) | public class RepositoryConfigurationParser extends ConfigurationParser { method RepositoryConfigurationParser (line 256) | protected RepositoryConfigurationParser( method RepositoryConfigurationParser (line 267) | public RepositoryConfigurationParser(Properties variables) { method parseRepositoryConfig (line 321) | public RepositoryConfig parseRepositoryConfig(InputSource xml) method parseBeanConfig (line 378) | @Override method parseBeanConfig (line 390) | @Override method parseSecurityConfig (line 421) | public SecurityConfig parseSecurityConfig(Element security) method parseSecurityManagerConfig (line 439) | public SecurityManagerConfig parseSecurityManagerConfig(Element security) method parseAccessManagerConfig (line 483) | public AccessManagerConfig parseAccessManagerConfig(Element security) method parseLoginModuleConfig (line 501) | public LoginModuleConfig parseLoginModuleConfig(Element security) method parseWorkspaceConfig (line 562) | public WorkspaceConfig parseWorkspaceConfig(InputSource xml) method parseWorkspaceConfig (line 577) | protected WorkspaceConfig parseWorkspaceConfig(Element root) method getQueryHandlerFactory (line 656) | protected QueryHandlerFactory getQueryHandlerFactory(final Element par... method parseWorkspaceSecurityConfig (line 711) | public WorkspaceSecurityConfig parseWorkspaceSecurityConfig(Element pa... method parseImportConfig (line 744) | public ImportConfig parseImportConfig(Element parent) throws Configura... method getISMLockingFactory (line 787) | protected ISMLockingFactory getISMLockingFactory(final Element parent) { method parseVersioningConfig (line 820) | protected VersioningConfig parseVersioningConfig(Element parent) method parseClusterConfig (line 861) | protected ClusterConfig parseClusterConfig(Element parent, File home) method getJournalFactory (line 922) | protected JournalFactory getJournalFactory( method parseDataSourceConfig (line 964) | protected DataSourceConfig parseDataSourceConfig(Element parent) method getDataStoreFactory (line 1020) | protected DataStoreFactory getDataStoreFactory( method getRepositoryLockMechanismFactory (line 1103) | protected RepositoryLockMechanismFactory getRepositoryLockMechanismFac... method parsePersistenceManagerConfig (line 1128) | protected PersistenceManagerConfig parsePersistenceManagerConfig( method createSubParser (line 1141) | protected RepositoryConfigurationParser createSubParser(Properties var... method getFileSystemFactory (line 1157) | protected FileSystemFactory getFileSystemFactory(Element parent, Strin... method setBeanFactory (line 1175) | public void setBeanFactory(BeanFactory beanFactory) { method setConfigVisitor (line 1179) | public void setConfigVisitor(BeanConfigVisitor configVisitor) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/SearchConfig.java class SearchConfig (line 34) | public class SearchConfig extends BeanConfig implements FileSystemFactory { method SearchConfig (line 48) | public SearchConfig( method getFileSystem (line 61) | public FileSystem getFileSystem() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/SecurityConfig.java class SecurityConfig (line 23) | public class SecurityConfig { method SecurityConfig (line 53) | public SecurityConfig( method getAppName (line 69) | public String getAppName() { method getSecurityManagerConfig (line 78) | public SecurityManagerConfig getSecurityManagerConfig() { method getAccessManagerConfig (line 87) | public AccessManagerConfig getAccessManagerConfig() { method getLoginModuleConfig (line 97) | public LoginModuleConfig getLoginModuleConfig() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/SecurityManagerConfig.java class SecurityManagerConfig (line 31) | public class SecurityManagerConfig extends BeanConfig { method SecurityManagerConfig (line 55) | public SecurityManagerConfig(BeanConfig config, String workspaceName, method SecurityManagerConfig (line 69) | public SecurityManagerConfig(BeanConfig config, String workspaceName, method getWorkspaceName (line 94) | public String getWorkspaceName() { method getWorkspaceAccessConfig (line 103) | public BeanConfig getWorkspaceAccessConfig() { method getUserManagerConfig (line 112) | public UserManagerConfig getUserManagerConfig() { method getUserIdClass (line 121) | public Class getUserIdClass() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/SimpleBeanFactory.java class SimpleBeanFactory (line 25) | public class SimpleBeanFactory implements BeanFactory { method newInstance (line 28) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/UserManagerConfig.java class UserManagerConfig (line 36) | public class UserManagerConfig extends BeanConfig { method UserManagerConfig (line 47) | public UserManagerConfig(BeanConfig config) { method UserManagerConfig (line 51) | public UserManagerConfig(BeanConfig config, BeanConfig[] actionConfig) { method getUserManager (line 79) | public UserManager getUserManager(Class assigna... method getAuthorizableActions (line 103) | public AuthorizableAction[] getAuthorizableActions() throws Configurat... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/VersioningConfig.java class VersioningConfig (line 38) | public class VersioningConfig implements FileSystemFactory, ISMLockingFa... method VersioningConfig (line 68) | public VersioningConfig(String home, method getHomeDir (line 83) | public File getHomeDir() { method getFileSystem (line 93) | public FileSystem getFileSystem() throws RepositoryException { method getPersistenceManagerConfig (line 102) | public PersistenceManagerConfig getPersistenceManagerConfig() { method getISMLocking (line 112) | public ISMLocking getISMLocking() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/WorkspaceConfig.java class WorkspaceConfig (line 38) | public class WorkspaceConfig method WorkspaceConfig (line 107) | public WorkspaceConfig(String home, String name, boolean clustered, method WorkspaceConfig (line 127) | public WorkspaceConfig(String home, String name, boolean clustered, method WorkspaceConfig (line 149) | public WorkspaceConfig(String home, String name, boolean clustered, Fi... method getHomeDir (line 169) | public String getHomeDir() { method getName (line 178) | public String getName() { method isClustered (line 188) | public boolean isClustered() { method getDefaultLockTimeout (line 199) | public long getDefaultLockTimeout() { method getISMLocking (line 209) | public ISMLocking getISMLocking() throws RepositoryException { method getFileSystem (line 219) | public FileSystem getFileSystem() throws RepositoryException { method getPersistenceManagerConfig (line 228) | public PersistenceManagerConfig getPersistenceManagerConfig() { method isSearchEnabled (line 238) | public boolean isSearchEnabled() { method getQueryHandler (line 248) | public QueryHandler getQueryHandler(QueryHandlerContext context) method getSecurityConfig (line 260) | public WorkspaceSecurityConfig getSecurityConfig() { method getImportConfig (line 267) | public ImportConfig getImportConfig() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/WorkspaceSecurityConfig.java class WorkspaceSecurityConfig (line 22) | public class WorkspaceSecurityConfig { method WorkspaceSecurityConfig (line 30) | public WorkspaceSecurityConfig(BeanConfig accessControlProviderConfig) { method getAccessControlProviderConfig (line 38) | public BeanConfig getAccessControlProviderConfig() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/DB2FileSystem.java class DB2FileSystem (line 46) | public class DB2FileSystem extends DbFileSystem { method DB2FileSystem (line 51) | public DB2FileSystem() { method buildSQLStatements (line 65) | protected void buildSQLStatements() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/DatabaseFileSystem.java class DatabaseFileSystem (line 54) | public abstract class DatabaseFileSystem implements FileSystem { method DatabaseFileSystem (line 100) | public DatabaseFileSystem() { method getSchemaObjectPrefix (line 107) | public String getSchemaObjectPrefix() { method setSchemaObjectPrefix (line 111) | public void setSchemaObjectPrefix(String schemaObjectPrefix) { method getSchema (line 116) | public String getSchema() { method setSchema (line 120) | public void setSchema(String schema) { method isSchemaCheckEnabled (line 127) | public final boolean isSchemaCheckEnabled() { method setSchemaCheckEnabled (line 134) | public final void setSchemaCheckEnabled(boolean enabled) { method equals (line 142) | public boolean equals(Object obj) { method equals (line 154) | private static boolean equals(Object a, Object b) { method hashCode (line 171) | public int hashCode() { method init (line 180) | public void init() throws FileSystemException { method getDataSource (line 214) | protected abstract DataSource getDataSource() throws Exception; method createConnectionHelper (line 225) | protected ConnectionHelper createConnectionHelper(DataSource dataSrc) ... method createCheckSchemaOperation (line 236) | protected CheckSchemaOperation createCheckSchemaOperation() { method close (line 245) | public void close() throws FileSystemException { method createFolder (line 254) | public void createFolder(String folderPath) throws FileSystemException { method deleteFile (line 271) | public void deleteFile(String filePath) throws FileSystemException { method deleteFolder (line 301) | public void deleteFolder(String folderPath) throws FileSystemException { method exists (line 338) | public boolean exists(String path) throws FileSystemException { method isFile (line 370) | public boolean isFile(String path) throws FileSystemException { method isFolder (line 401) | public boolean isFolder(String path) throws FileSystemException { method lastModified (line 432) | public long lastModified(String path) throws FileSystemException { method length (line 464) | public long length(String filePath) throws FileSystemException { method hasChildren (line 496) | public boolean hasChildren(String path) throws FileSystemException { method list (line 533) | public String[] list(String folderPath) throws FileSystemException { method listFiles (line 573) | public String[] listFiles(String folderPath) throws FileSystemException { method listFolders (line 607) | public String[] listFolders(String folderPath) throws FileSystemExcept... method getInputStream (line 647) | public InputStream getInputStream(String filePath) throws FileSystemEx... method getOutputStream (line 688) | public OutputStream getOutputStream(final String filePath) method buildSQLStatements (line 777) | protected void buildSQLStatements() { method verifyRootExists (line 873) | protected void verifyRootExists() throws Exception { method createDeepFolder (line 906) | protected void createDeepFolder(String folderPath) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/DbFileSystem.java class DbFileSystem (line 109) | public class DbFileSystem extends DatabaseFileSystem implements Database... method setConnectionFactory (line 141) | public void setConnectionFactory(ConnectionFactory connnectionFactory) { method getUrl (line 146) | public String getUrl() { method setUrl (line 150) | public void setUrl(String url) { method getUser (line 154) | public String getUser() { method setUser (line 158) | public void setUser(String user) { method getPassword (line 162) | public String getPassword() { method setPassword (line 166) | public void setPassword(String password) { method getDriver (line 170) | public String getDriver() { method setDriver (line 174) | public void setDriver(String driver) { method getDataSourceName (line 178) | public String getDataSourceName() { method setDataSourceName (line 182) | public void setDataSourceName(String dataSourceName) { method equals (line 190) | public boolean equals(Object obj) { method hashCode (line 214) | public int hashCode() { method getDataSource (line 223) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/DerbyFileSystem.java class DerbyFileSystem (line 56) | public class DerbyFileSystem extends DbFileSystem { method DerbyFileSystem (line 66) | public DerbyFileSystem() { method getShutdownOnClose (line 76) | public boolean getShutdownOnClose() { method setShutdownOnClose (line 80) | public void setShutdownOnClose(boolean shutdownOnClose) { method createConnectionHelper (line 89) | @Override method close (line 97) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/JNDIDatabaseFileSystem.java class JNDIDatabaseFileSystem (line 38) | @Deprecated method getDataSourceLocation (line 53) | public String getDataSourceLocation() { method setDataSourceLocation (line 62) | public void setDataSourceLocation(String dataSourceLocation) { method getDataSource (line 71) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/MSSqlFileSystem.java class MSSqlFileSystem (line 52) | public class MSSqlFileSystem extends DbFileSystem { method getTableSpace (line 64) | public String getTableSpace() { method setTableSpace (line 72) | public void setTableSpace(String tableSpace) { method MSSqlFileSystem (line 83) | public MSSqlFileSystem() { method createCheckSchemaOperation (line 92) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/Oracle9FileSystem.java class Oracle9FileSystem (line 27) | public class Oracle9FileSystem extends OracleFileSystem { method createConnectionHelper (line 32) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/db/OracleFileSystem.java class OracleFileSystem (line 58) | public class OracleFileSystem extends DbFileSystem { method OracleFileSystem (line 84) | public OracleFileSystem() { method getTablespace (line 98) | public String getTablespace() { method setTablespace (line 106) | public void setTablespace(String tablespaceName) { method getIndexTablespace (line 114) | public String getIndexTablespace() { method setIndexTablespace (line 122) | public void setIndexTablespace(String tablespaceName) { method buildTablespaceClause (line 135) | private String buildTablespaceClause(String tablespaceName) { method createConnectionHelper (line 148) | @Override method createCheckSchemaOperation (line 158) | @Override method buildSQLStatements (line 187) | protected void buildSQLStatements() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/mem/MemoryFile.java class MemoryFile (line 22) | public class MemoryFile extends MemoryFileSystemEntry { method isFolder (line 26) | public boolean isFolder() { method getData (line 30) | protected byte[] getData() { method setData (line 34) | protected void setData(byte[] data) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/mem/MemoryFileSystem.java class MemoryFileSystem (line 36) | public class MemoryFileSystem implements FileSystem { method close (line 40) | public void close() { method getFile (line 43) | private MemoryFile getFile(String filePath) throws FileSystemException { method createFolder (line 49) | public void createFolder(String folderPath) throws FileSystemException { method createFolderInternal (line 67) | private void createFolderInternal(String folderPath) { method deleteFile (line 72) | public void deleteFile(String filePath) throws FileSystemException { method deleteFolder (line 77) | public void deleteFolder(String folderPath) throws FileSystemException { method exists (line 90) | public boolean exists(String path) throws FileSystemException { method getInputStream (line 94) | public InputStream getInputStream(String filePath) method assertIsFolder (line 103) | private void assertIsFolder(String folderPath) throws FileSystemExcept... method assertIsFile (line 111) | private void assertIsFile(String filePath) throws FileSystemException { method getOutputStream (line 117) | public OutputStream getOutputStream(String filePath) method hasChildren (line 145) | public boolean hasChildren(String path) throws FileSystemException { method init (line 150) | public void init() { method isFile (line 154) | public boolean isFile(String path) throws FileSystemException { method getEntry (line 158) | private MemoryFileSystemEntry getEntry(String path) { method assertExistence (line 162) | private void assertExistence(String path) throws FileSystemException { method isFolder (line 168) | public boolean isFolder(String path) throws FileSystemException { method lastModified (line 176) | public long lastModified(String path) throws FileSystemException { method length (line 181) | public long length(String filePath) throws FileSystemException { method list (line 186) | public String[] list(String folderPath) { method listFiles (line 199) | public String[] listFiles(String folderPath) { method listFolders (line 203) | public String[] listFolders(String folderPath) { method listInternal (line 207) | private String[] listInternal(String folderPath, boolean isFolder) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/mem/MemoryFileSystemEntry.java class MemoryFileSystemEntry (line 22) | public abstract class MemoryFileSystemEntry { method isFolder (line 26) | public abstract boolean isFolder(); method MemoryFileSystemEntry (line 28) | public MemoryFileSystemEntry() { method getLastModified (line 32) | public long getLastModified() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/fs/mem/MemoryFolder.java class MemoryFolder (line 22) | public class MemoryFolder extends MemoryFileSystemEntry { method isFolder (line 24) | public boolean isFolder() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/gc/GarbageCollector.java class GarbageCollector (line 88) | public class GarbageCollector implements DataStoreGarbageCollector { class ScanNodeIdListTask (line 90) | private class ScanNodeIdListTask implements Callable { method ScanNodeIdListTask (line 97) | public ScanNodeIdListTask(int split, List nodeList, Persiste... method call (line 104) | public Void call() throws Exception { method GarbageCollector (line 164) | public GarbageCollector(RepositoryContext context, method setSleepBetweenNodes (line 174) | public void setSleepBetweenNodes(long millis) { method getSleepBetweenNodes (line 178) | public long getSleepBetweenNodes() { method getMinSplitSize (line 182) | public long getMinSplitSize() { method setMinSplitSize (line 186) | public void setMinSplitSize(long minSplitSize) { method getConcurrentThreadSize (line 190) | public int getConcurrentThreadSize() { method setConcurrentThreadSize (line 194) | public void setConcurrentThreadSize(int concurrentThreadSize) { method setTestDelay (line 203) | public void setTestDelay(int testDelay) { method setMarkEventListener (line 207) | public void setMarkEventListener(MarkEventListener callback) { method mark (line 211) | public void mark() throws RepositoryException { method scanNodes (line 238) | private void scanNodes(SessionImpl session) throws RepositoryException { method setPersistenceManagerScan (line 249) | public void setPersistenceManagerScan(boolean allow) { method isPersistenceManagerScan (line 253) | public boolean isPersistenceManagerScan() { method scanPersistenceManagersByNodeInfos (line 257) | private void scanPersistenceManagersByNodeInfos() throws RepositoryExc... method scanPersistenceManagersByNodeIds (line 300) | private void scanPersistenceManagersByNodeIds() throws RepositoryExcep... method scanNodeIdList (line 331) | private void scanNodeIdList(int split, List nodeList, Persiste... method splitIntoParts (line 366) | private List> splitIntoParts(List ls, int parts) { method stopScan (line 388) | public void stopScan() throws RepositoryException { method sweep (line 402) | public int sweep() throws RepositoryException { method getDataStore (line 415) | public DataStore getDataStore() { method recurse (line 419) | void recurse(final Node n, long sleep) throws RepositoryException { method rememberNode (line 463) | private void rememberNode(String path) { method checkLengths (line 499) | private static void checkLengths(long... lengths) throws RepositoryExc... method close (line 507) | public void close() { method checkObservationException (line 520) | private void checkObservationException() throws RepositoryException { method onObservationException (line 530) | void onObservationException(Exception e) { method finalize (line 541) | protected void finalize() throws Throwable { class Listener (line 550) | class Listener implements SynchronousEventListener { method Listener (line 556) | Listener(GarbageCollector gc, Session session) method stop (line 567) | void stop() throws RepositoryException { method onEvent (line 572) | public void onEvent(EventIterator events) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/id/ItemId.java type ItemId (line 29) | public interface ItemId extends Serializable { method denotesNode (line 39) | boolean denotesNode(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/id/NodeId.java class NodeId (line 25) | public class NodeId implements ItemId, Comparable { method valueOf (line 50) | public static NodeId valueOf(String uuid) throws IllegalArgumentExcept... method NodeId (line 74) | public NodeId(long msb, long lsb) { method NodeId (line 87) | public NodeId(byte[] bytes) method NodeId (line 114) | public NodeId(UUID uuid) { method NodeId (line 124) | public NodeId(String uuidString) throws IllegalArgumentException { method randomId (line 164) | public static NodeId randomId() { method getMostSignificantBits (line 179) | public long getMostSignificantBits() { method getLeastSignificantBits (line 188) | public long getLeastSignificantBits() { method getRawBytes (line 197) | public byte[] getRawBytes() { method denotesNode (line 215) | public boolean denotesNode() { method compareTo (line 228) | public int compareTo(NodeId that) { method toString (line 251) | public String toString() { method hex4 (line 268) | private static final void hex4(char[] c, int index, long value) { method equals (line 284) | public boolean equals(Object that) { method hashCode (line 295) | public int hashCode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/id/NodeIdFactory.java class NodeIdFactory (line 30) | public class NodeIdFactory { method NodeIdFactory (line 48) | public NodeIdFactory(String repositoryHome) { method setCacheSize (line 52) | public void setCacheSize(int cacheSize) { method open (line 56) | public void open() throws RepositoryException { method close (line 105) | public void close() throws RepositoryException { method store (line 111) | private void store(long lsb) throws RepositoryException { method newNodeId (line 132) | public NodeId newNodeId() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/id/PropertyId.java class PropertyId (line 27) | public class PropertyId implements ItemId { method PropertyId (line 47) | public PropertyId(NodeId parentId, Name propName) { method denotesNode (line 70) | public boolean denotesNode() { method getParentId (line 79) | public NodeId getParentId() { method getName (line 88) | public Name getName() { method valueOf (line 104) | public static PropertyId valueOf(String s) throws IllegalArgumentExcep... method equals (line 122) | public boolean equals(Object obj) { method toString (line 139) | public String toString() { method hashCode (line 149) | public int hashCode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/id/SeededSecureRandom.java class SeededSecureRandom (line 28) | class SeededSecureRandom extends SecureRandom implements Runnable { method getInstance (line 46) | public static Random getInstance() { method SeededSecureRandom (line 65) | private SeededSecureRandom() { method run (line 106) | public void run() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/jdkcompat/Java23Subject.java class Java23Subject (line 35) | public class Java23Subject { method getSubject (line 45) | public static Subject getSubject() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/jndi/BindableRepository.java class BindableRepository (line 61) | public class BindableRepository extends AbstractRepository method BindableRepository (line 104) | public BindableRepository(Reference reference) throws RepositoryExcept... method init (line 116) | private void init() throws RepositoryException { method createRepository (line 136) | protected JackrabbitRepository createRepository() method getRepository (line 150) | protected JackrabbitRepository getRepository() { method login (line 160) | public Session login(Credentials credentials, String workspaceName) method getDescriptor (line 169) | public String getDescriptor(String key) { method getDescriptorKeys (line 177) | public String[] getDescriptorKeys() { method getDescriptorValue (line 185) | public Value getDescriptorValue(String key) { method getDescriptorValues (line 193) | public Value[] getDescriptorValues(String key) { method isSingleValueDescriptor (line 201) | public boolean isSingleValueDescriptor(String key) { method isStandardDescriptor (line 209) | public boolean isStandardDescriptor(String key) { method getReference (line 222) | public Reference getReference() { method readObject (line 239) | private void readObject(ObjectInputStream in) method shutdown (line 257) | public void shutdown() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/jndi/BindableRepositoryFactory.java class BindableRepositoryFactory (line 35) | public class BindableRepositoryFactory implements ObjectFactory { method getObjectInstance (line 46) | public Object getObjectInstance( method removeReference (line 66) | static void removeReference(Reference reference) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/jndi/RegistryHelper.java class RegistryHelper (line 35) | public class RegistryHelper { method RegistryHelper (line 40) | private RegistryHelper() { method registerRepository (line 59) | public static void registerRepository(Context ctx, String name, method unregisterRepository (line 98) | public static void unregisterRepository(Context ctx, String name) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/jndi/provider/DummyContext.java class DummyContext (line 42) | class DummyContext extends Hashtable implements Context, Cloneable { method DummyContext (line 51) | DummyContext() { method DummyContext (line 60) | DummyContext(Hashtable environment) { method getComponentName (line 68) | protected String getComponentName(Name name) throws NamingException { method getBoundObject (line 80) | protected Object getBoundObject(String name) throws NamingException { method clone (line 89) | public Object clone() { method bind (line 99) | public void bind(Name name, Object obj) throws NamingException { method bind (line 113) | public void bind(String name, Object obj) throws NamingException { method close (line 120) | public void close() throws NamingException { method composeName (line 126) | public Name composeName(Name name, Name prefix) throws NamingException { method composeName (line 134) | public String composeName(String name, String prefix) throws NamingExc... method createSubcontext (line 141) | public Context createSubcontext(Name name) throws NamingException { method createSubcontext (line 148) | public Context createSubcontext(String name) throws NamingException { method destroySubcontext (line 155) | public void destroySubcontext(Name name) throws NamingException { method destroySubcontext (line 162) | public void destroySubcontext(String name) throws NamingException { method getEnvironment (line 169) | public Hashtable getEnvironment() throws NamingException { method getNameInNamespace (line 176) | public String getNameInNamespace() throws NamingException { method getNameParser (line 183) | public NameParser getNameParser(Name name) throws NamingException { method getNameParser (line 190) | public NameParser getNameParser(String name) throws NamingException { method list (line 197) | public NamingEnumeration list(Name name) throws NamingException { method list (line 213) | public NamingEnumeration list(String name) throws NamingException { method listBindings (line 220) | public NamingEnumeration listBindings(Name name) throws NamingException { method listBindings (line 236) | public NamingEnumeration listBindings(String name) throws NamingExcept... method lookup (line 243) | public Object lookup(Name name) throws NamingException { method lookup (line 254) | public Object lookup(String name) throws NamingException { method lookupLink (line 261) | public Object lookupLink(Name name) throws NamingException { method lookupLink (line 269) | public Object lookupLink(String name) throws NamingException { method rebind (line 276) | public void rebind(Name name, Object obj) throws NamingException { method rebind (line 287) | public void rebind(String name, Object obj) throws NamingException { method removeFromEnvironment (line 294) | public Object removeFromEnvironment(String propName) throws NamingExce... method rename (line 301) | public void rename(Name oldName, Name newName) throws NamingException { method rename (line 314) | public void rename(String oldName, String newName) throws NamingExcept... method unbind (line 321) | public void unbind(Name name) throws NamingException { method unbind (line 332) | public void unbind(String name) throws NamingException { method addToEnvironment (line 339) | public Object addToEnvironment(String propName, Object propVal) throws... class FlatNameParser (line 347) | static class FlatNameParser implements NameParser { method parse (line 359) | public Name parse(String name) throws NamingException { class NamingEnum (line 367) | class NamingEnum implements NamingEnumeration { method NamingEnum (line 371) | NamingEnum(Hashtable bindings) { method hasMoreElements (line 376) | public boolean hasMoreElements() { method hasMore (line 380) | public boolean hasMore() throws NamingException { method next (line 384) | public Object next() throws NamingException { method nextElement (line 388) | public Object nextElement() { method close (line 394) | public void close() throws NamingException { class BindingEnum (line 401) | class BindingEnum extends NamingEnum { method BindingEnum (line 403) | BindingEnum(Hashtable bindings) { method nextElement (line 407) | public Object nextElement() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/jndi/provider/DummyInitialContextFactory.java class DummyInitialContextFactory (line 28) | public class DummyInitialContextFactory implements InitialContextFactory { method getInitialContext (line 38) | public Context getInitialContext(Hashtable environment) throws NamingE... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/AbstractJournal.java class AbstractJournal (line 36) | public abstract class AbstractJournal implements Journal { method init (line 96) | public void init(String id, NamespaceResolver resolver) throws Journal... method register (line 105) | public void register(RecordConsumer consumer) throws JournalException { method unregister (line 120) | public boolean unregister(RecordConsumer consumer) { method getConsumer (line 134) | public RecordConsumer getConsumer(String identifier) { method getProducer (line 143) | public RecordProducer getProducer(String identifier) { method createProducer (line 160) | protected RecordProducer createProducer(String identifier) { method getMinimalRevision (line 167) | private long getMinimalRevision() { method sync (line 184) | public void sync(boolean startup) throws JournalException { method internalSync (line 215) | private void internalSync(boolean startup) throws JournalException { method doSync (line 230) | protected void doSync(long startRevision, boolean startup) throws Jour... method doSync (line 243) | protected void doSync(long startRevision) throws JournalException { method syncAgainOnNewRecords (line 283) | protected boolean syncAgainOnNewRecords() { method lockAndSync (line 293) | public void lockAndSync() throws JournalException { method internalLockAndSync (line 308) | private void internalLockAndSync() throws JournalException { method unlock (line 345) | public void unlock(boolean successful) { method doLock (line 361) | protected abstract void doLock() throws JournalException; method appending (line 370) | protected void appending(AppendRecord record) { method append (line 384) | protected abstract void append(AppendRecord record, InputStream in, in... method doUnlock (line 393) | protected abstract void doUnlock(boolean successful); method getId (line 400) | public String getId() { method getResolver (line 409) | public NamespaceResolver getResolver() { method getNamePathResolver (line 418) | public NamePathResolver getNamePathResolver() { method setRepositoryHome (line 428) | public void setRepositoryHome(File repHome) { method setInternalVersionManager (line 435) | public void setInternalVersionManager(InternalVersionManagerImpl inter... method getRepositoryHome (line 445) | public File getRepositoryHome() { method getRevision (line 456) | public String getRevision() { method setRevision (line 463) | public void setRevision(String revision) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/AbstractRecord.java class AbstractRecord (line 52) | public abstract class AbstractRecord implements Record { method AbstractRecord (line 84) | public AbstractRecord(NamespaceResolver nsResolver, NamePathResolver r... method writeQName (line 92) | public void writeQName(Name name) throws JournalException { method writePathElement (line 104) | public void writePathElement(Path path) throws JournalException { method writePath (line 112) | public void writePath(Path path) throws JournalException { method writeNodeId (line 124) | public void writeNodeId(NodeId nodeId) throws JournalException { method writePropertyId (line 143) | public void writePropertyId(PropertyId propertyId) throws JournalExcep... method writeNodeTypeDef (line 151) | public void writeNodeTypeDef(QNodeTypeDefinition ntd) throws JournalEx... method writePrivilegeDef (line 168) | public void writePrivilegeDef(PrivilegeDefinition privilegeDefinition)... method readQName (line 196) | public Name readQName() throws JournalException { method readPathElement (line 211) | public Path readPathElement() throws JournalException { method readPath (line 232) | public Path readPath() throws JournalException { method readNodeId (line 250) | public NodeId readNodeId() throws JournalException { method readPropertyId (line 274) | public PropertyId readPropertyId() throws JournalException { method readNodeTypeDef (line 281) | public QNodeTypeDefinition readNodeTypeDef() throws JournalException { method readPrivilegeDef (line 304) | public PrivilegeDefinition readPrivilegeDef() throws JournalException { method getOrCreateIndex (line 328) | private int getOrCreateIndex(NodeId nodeId) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/AppendRecord.java class AppendRecord (line 36) | public class AppendRecord extends AbstractRecord { method AppendRecord (line 109) | public AppendRecord(AbstractJournal journal, String producerId) { method getJournalId (line 123) | public String getJournalId() { method getProducerId (line 130) | public String getProducerId() { method getRevision (line 137) | public long getRevision() { method setRevision (line 146) | public void setRevision(long revision) { method writeByte (line 153) | public void writeByte(int n) throws JournalException { method writeChar (line 167) | public void writeChar(char c) throws JournalException { method writeBoolean (line 181) | public void writeBoolean(boolean b) throws JournalException { method writeInt (line 195) | public void writeInt(int n) throws JournalException { method writeLong (line 209) | public void writeLong(long n) throws JournalException { method writeString (line 223) | public void writeString(String s) throws JournalException { method write (line 242) | public void write(byte[] b) throws JournalException { method update (line 256) | public long update() throws JournalException { method cancelUpdate (line 287) | public void cancelUpdate() { method openInput (line 298) | private InputStream openInput() throws JournalException { method checkOutput (line 316) | private void checkOutput() throws JournalException { method closeOutput (line 349) | private void closeOutput() throws JournalException { method dispose (line 369) | private void dispose() { method readByte (line 389) | public byte readByte() throws JournalException { method readChar (line 393) | public char readChar() throws JournalException { method readBoolean (line 397) | public boolean readBoolean() throws JournalException { method readInt (line 401) | public int readInt() throws JournalException { method readLong (line 405) | public long readLong() throws JournalException { method readString (line 409) | public String readString() throws JournalException { method readFully (line 413) | public void readFully(byte[] b) throws JournalException { method unsupported (line 417) | private JournalException unsupported() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/DatabaseJournal.java class DatabaseJournal (line 81) | public class DatabaseJournal extends AbstractJournal implements Database... method DatabaseJournal (line 236) | public DatabaseJournal() { method setConnectionFactory (line 244) | public void setConnectionFactory(ConnectionFactory connnectionFactory) { method init (line 251) | public void init(String id, NamespaceResolver resolver) method getDataSource (line 283) | private DataSource getDataSource() throws Exception { method createConnectionHelper (line 300) | protected ConnectionHelper createConnectionHelper(DataSource dataSrc) ... method createCheckSchemaOperation (line 311) | protected CheckSchemaOperation createCheckSchemaOperation() { method init (line 326) | protected void init() throws JournalException { method initInstanceRevisionAndJanitor (line 360) | protected void initInstanceRevisionAndJanitor() throws Exception { method getInstanceRevision (line 390) | public InstanceRevision getInstanceRevision() throws JournalException { method getDatabaseTypeFromURL (line 402) | private static String getDatabaseTypeFromURL(String url) throws Illega... method getRecords (line 416) | public RecordIterator getRecords(long startRevision) throws JournalExc... method getRecords (line 428) | public RecordIterator getRecords() throws JournalException { method doSync (line 448) | @Override method doLock (line 475) | protected void doLock() throws JournalException { method doUnlock (line 507) | protected void doUnlock(boolean successful) { method startBatch (line 511) | private void startBatch() throws SQLException { method endBatch (line 517) | private void endBatch(boolean successful) { method appending (line 532) | protected void appending(AppendRecord record) { method append (line 541) | protected void append(AppendRecord record, InputStream in, int length) method close (line 557) | public void close() { method checkLocalRevisionSchema (line 569) | private void checkLocalRevisionSchema() throws Exception { method buildSQLStatements (line 598) | protected void buildSQLStatements() { method getDriver (line 630) | public String getDriver() { method getUrl (line 634) | public String getUrl() { method getDatabaseType (line 643) | public String getDatabaseType() { method getSchema (line 654) | @Deprecated method getSchemaObjectPrefix (line 659) | public String getSchemaObjectPrefix() { method getUser (line 663) | public String getUser() { method getPassword (line 667) | public String getPassword() { method getJanitorEnabled (line 671) | public boolean getJanitorEnabled() { method getJanitorSleep (line 675) | public int getJanitorSleep() { method getJanitorFirstRunHourOfDay (line 679) | public int getJanitorFirstRunHourOfDay() { method setDriver (line 686) | public void setDriver(String driver) { method setUrl (line 690) | public void setUrl(String url) { method setDatabaseType (line 699) | public void setDatabaseType(String databaseType) { method setSchema (line 710) | @Deprecated method setSchemaObjectPrefix (line 715) | public void setSchemaObjectPrefix(String schemaObjectPrefix) { method setUser (line 719) | public void setUser(String user) { method setPassword (line 723) | public void setPassword(String password) { method setJanitorEnabled (line 727) | public void setJanitorEnabled(boolean enabled) { method setJanitorSleep (line 731) | public void setJanitorSleep(int sleep) { method setJanitorFirstRunHourOfDay (line 735) | public void setJanitorFirstRunHourOfDay(int hourOfDay) { method getDataSourceName (line 746) | public String getDataSourceName() { method setDataSourceName (line 750) | public void setDataSourceName(String dataSourceName) { method isSchemaCheckEnabled (line 757) | public final boolean isSchemaCheckEnabled() { method setSchemaCheckEnabled (line 764) | public final void setSchemaCheckEnabled(boolean enabled) { class DatabaseRevision (line 773) | public class DatabaseRevision implements InstanceRevision { method init (line 793) | protected synchronized long init(long revision) throws JournalExcept... method get (line 821) | public synchronized long get() { method set (line 828) | public synchronized void set(long localRevision) throws JournalExcep... method close (line 844) | public void close() { class RevisionTableJanitor (line 854) | public class RevisionTableJanitor implements Runnable { method run (line 859) | public void run() { method cleanUpOldRevisions (line 879) | protected void cleanUpOldRevisions() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/DatabaseRecordIterator.java class DatabaseRecordIterator (line 33) | class DatabaseRecordIterator implements RecordIterator { method DatabaseRecordIterator (line 73) | public DatabaseRecordIterator(ResultSet rs, NamespaceResolver resolver... method hasNext (line 82) | public boolean hasNext() { method nextRecord (line 104) | public Record nextRecord() throws NoSuchElementException, JournalExcep... method close (line 119) | public void close() { method fetchRecord (line 135) | private void fetchRecord() throws SQLException { method close (line 152) | private static void close(ReadRecord record) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/DefaultRecordProducer.java class DefaultRecordProducer (line 22) | public class DefaultRecordProducer implements RecordProducer { method DefaultRecordProducer (line 40) | public DefaultRecordProducer(AbstractJournal journal, String id) { method append (line 48) | public Record append() throws JournalException { method createRecord (line 69) | protected AppendRecord createRecord() throws JournalException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/FileJournal.java class FileJournal (line 43) | public class FileJournal extends AbstractJournal { method init (line 108) | public void init(String id, NamespaceResolver resolver) throws Journal... method getGlobalRevision (line 151) | protected long getGlobalRevision() throws JournalException { method getRecords (line 158) | public RecordIterator getRecords(long startRevision) method getRecords (line 178) | public RecordIterator getRecords() throws JournalException { method doLock (line 204) | protected void doLock() throws JournalException { method append (line 211) | protected void append(AppendRecord record, InputStream in, int length) method doUnlock (line 237) | protected void doUnlock(boolean successful) { method close (line 244) | public void close() { method getInstanceRevision (line 250) | public InstanceRevision getInstanceRevision() throws JournalException { method getDirectory (line 257) | public String getDirectory() { method getBasename (line 261) | public String getBasename() { method getMaximumSize (line 265) | public int getMaximumSize() { method setDirectory (line 272) | public void setDirectory(String directory) { method setBasename (line 276) | public void setBasename(String basename) { method setMaximumSize (line 280) | public void setMaximumSize(int maximumSize) { method rotateLogs (line 290) | private void rotateLogs() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/FileRecordIterator.java class FileRecordIterator (line 30) | public class FileRecordIterator implements RecordIterator { method FileRecordIterator (line 74) | public FileRecordIterator(File[] logFiles, long startRevision, long st... method hasNext (line 87) | public boolean hasNext() { method nextRecord (line 94) | public Record nextRecord() throws NoSuchElementException, JournalExcep... method close (line 139) | public void close() { method getRecordLog (line 152) | private FileRecordLog getRecordLog(long revision) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/FileRecordLog.java class FileRecordLog (line 68) | public class FileRecordLog { method FileRecordLog (line 142) | public FileRecordLog(File logFile) throws IOException { method init (line 165) | public void init(long previousRevision) throws IOException { method contains (line 190) | public boolean contains(long revision) { method isNew (line 200) | public boolean isNew() { method exceeds (line 207) | public boolean exceeds(long size) { method seek (line 218) | public void seek(long revision) throws IOException { method skip (line 236) | private void skip(long n) throws IOException { method read (line 258) | public ReadRecord read(NamespaceResolver resolver, NamePathResolver np... method append (line 279) | public long append(String journalId, String producerId, InputStream in... method getPreviousRevision (line 309) | public long getPreviousRevision() { method getLastRevision (line 318) | public long getLastRevision() { method close (line 325) | public void close() { method readHeader (line 343) | private void readHeader(DataInputStream in) throws IOException { method writeHeader (line 370) | private void writeHeader(DataOutputStream out) throws IOException { method close (line 379) | private static void close(InputStream in) { method close (line 391) | private static void close(OutputStream out) { method toHexString (line 403) | private static String toHexString(byte[] b) { method utfLength (line 420) | private static int utfLength(String s) { class DataBuffer (line 441) | private static final class DataBuffer extends DataOutputStream { method DataBuffer (line 443) | public DataBuffer() { method copy (line 455) | public void copy(OutputStream out) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/FileRevision.java class FileRevision (line 29) | public class FileRevision implements InstanceRevision { method FileRevision (line 64) | public FileRevision(File file, boolean sync) throws JournalException { method get (line 87) | public synchronized long get() throws JournalException { method set (line 106) | public synchronized void set(long value) throws JournalException { method close (line 125) | public synchronized void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/InstanceRevision.java type InstanceRevision (line 22) | public interface InstanceRevision { method get (line 30) | long get() throws JournalException; method set (line 38) | void set(long value) throws JournalException; method close (line 43) | void close(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/JNDIDatabaseJournal.java class JNDIDatabaseJournal (line 41) | @Deprecated method getDataSourceLocation (line 56) | public String getDataSourceLocation() { method setDataSourceLocation (line 65) | public void setDataSourceLocation(String dataSourceLocation) { method getConnection (line 79) | protected Connection getConnection() throws SQLException { method init (line 95) | protected void init() throws JournalException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/Journal.java type Journal (line 24) | public interface Journal { method init (line 33) | void init(String id, NamespaceResolver resolver) throws JournalException; method register (line 41) | void register(RecordConsumer consumer) throws JournalException; method unregister (line 50) | boolean unregister(RecordConsumer consumer); method sync (line 65) | void sync(boolean startup) throws JournalException; method getProducer (line 74) | RecordProducer getProducer(String identifier) throws JournalException; method close (line 79) | void close(); method getInstanceRevision (line 87) | InstanceRevision getInstanceRevision() throws JournalException; method getRecords (line 96) | RecordIterator getRecords(long startRevision) method getRecords (line 105) | RecordIterator getRecords() throws JournalException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/JournalException.java class JournalException (line 22) | public class JournalException extends Exception { method JournalException (line 31) | public JournalException(String message) { method JournalException (line 43) | public JournalException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/JournalFactory.java type JournalFactory (line 28) | public interface JournalFactory { method getJournal (line 38) | Journal getJournal(NamespaceResolver resolver) throws RepositoryExcept... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/LockableFileRevision.java class LockableFileRevision (line 30) | class LockableFileRevision { method LockableFileRevision (line 62) | public LockableFileRevision(File file) { method lock (line 80) | public synchronized void lock(boolean shared) throws JournalException { method unlock (line 106) | public synchronized void unlock() { method get (line 134) | public long get() throws JournalException { method set (line 158) | public void set(long value) throws JournalException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/MSSqlDatabaseJournal.java class MSSqlDatabaseJournal (line 27) | public class MSSqlDatabaseJournal extends DatabaseJournal { method MSSqlDatabaseJournal (line 36) | public MSSqlDatabaseJournal() { method createCheckSchemaOperation (line 44) | @Override method getTableSpace (line 54) | public String getTableSpace() { method setTableSpace (line 62) | public void setTableSpace(String tableSpace) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/MemoryJournal.java class MemoryJournal (line 35) | public class MemoryJournal extends AbstractJournal { method getInstanceRevision (line 82) | public InstanceRevision getInstanceRevision() throws JournalException { method init (line 89) | public void init(String id, NamespaceResolver resolver) method doLock (line 98) | protected void doLock() throws JournalException { method appending (line 102) | @Override method append (line 110) | protected void append(AppendRecord record, InputStream in, int length) method doUnlock (line 142) | protected void doUnlock(boolean successful) { method getRecords (line 153) | public RecordIterator getRecords(long startRevision) method getRecords (line 167) | public RecordIterator getRecords() throws JournalException { method setRecords (line 176) | public void setRecords(List records) { method getReadDelay (line 185) | public long getReadDelay() { method setReadDelay (line 194) | public void setReadDelay(long readDelay) { method getWriteDelay (line 203) | public long getWriteDelay() { method setWriteDelay (line 212) | public void setWriteDelay(long writeDelay) { method close (line 219) | public void close() { method checkState (line 226) | private void checkState() throws JournalException { class MemoryRecord (line 235) | public static class MemoryRecord { method MemoryRecord (line 259) | public MemoryRecord(String journalId, String producerId, byte[] data) { method getJournalId (line 270) | public String getJournalId() { method getProducerId (line 279) | public String getProducerId() { method getData (line 288) | public byte[] getData() { class MemoryRecordIterator (line 296) | public class MemoryRecordIterator implements RecordIterator { method MemoryRecordIterator (line 314) | public MemoryRecordIterator(long startRevision, long stopRevision) { method hasNext (line 322) | public boolean hasNext() { method nextRecord (line 329) | public Record nextRecord() throws NoSuchElementException, method close (line 355) | public void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/MemoryRevision.java class MemoryRevision (line 22) | public class MemoryRevision implements InstanceRevision { method get (line 32) | public long get() throws JournalException { method set (line 39) | public void set(long value) throws JournalException { method close (line 46) | public void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/OracleDatabaseJournal.java class OracleDatabaseJournal (line 32) | public class OracleDatabaseJournal extends DatabaseJournal { method OracleDatabaseJournal (line 55) | public OracleDatabaseJournal() { method getTablespace (line 67) | public String getTablespace() { method setTablespace (line 75) | public void setTablespace(String tablespaceName) { method getIndexTablespace (line 83) | public String getIndexTablespace() { method setIndexTablespace (line 91) | public void setIndexTablespace(String tablespaceName) { method buildTablespaceClause (line 104) | private String buildTablespaceClause(String tablespaceName) { method createConnectionHelper (line 115) | @Override method createCheckSchemaOperation (line 125) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/ReadRecord.java class ReadRecord (line 29) | public class ReadRecord extends AbstractRecord { method ReadRecord (line 64) | public ReadRecord(String journalId, String producerId, method getJournalId (line 80) | public String getJournalId() { method getProducerId (line 87) | public String getProducerId() { method getRevision (line 94) | public long getRevision() { method readByte (line 101) | public byte readByte() throws JournalException { method readChar (line 115) | public char readChar() throws JournalException { method readBoolean (line 129) | public boolean readBoolean() throws JournalException { method readInt (line 143) | public int readInt() throws JournalException { method readLong (line 157) | public long readLong() throws JournalException { method readString (line 171) | public String readString() throws JournalException { method readFully (line 190) | public void readFully(byte[] b) throws JournalException { method close (line 206) | public void close() throws IOException { method skip (line 223) | private void skip(long n) throws IOException { method writeByte (line 242) | public void writeByte(int n) throws JournalException { method writeChar (line 246) | public void writeChar(char c) throws JournalException { method writeBoolean (line 250) | public void writeBoolean(boolean b) throws JournalException { method writeInt (line 254) | public void writeInt(int n) throws JournalException { method writeLong (line 258) | public void writeLong(long n) throws JournalException { method writeString (line 262) | public void writeString(String s) throws JournalException { method writeQName (line 266) | public void writeQName(Name name) throws JournalException { method write (line 270) | public void write(byte[] b) throws JournalException { method update (line 274) | public long update() throws JournalException { method cancelUpdate (line 278) | public void cancelUpdate() { method unsupported (line 281) | private JournalException unsupported() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/Record.java type Record (line 29) | public interface Record { method getRevision (line 36) | long getRevision(); method getJournalId (line 43) | String getJournalId(); method getProducerId (line 50) | String getProducerId(); method readByte (line 58) | byte readByte() throws JournalException; method readChar (line 66) | char readChar() throws JournalException; method readBoolean (line 74) | boolean readBoolean() throws JournalException; method readInt (line 82) | int readInt() throws JournalException; method readLong (line 90) | long readLong() throws JournalException; method readString (line 98) | String readString() throws JournalException; method readFully (line 106) | void readFully(byte[] b) throws JournalException; method readQName (line 114) | Name readQName() throws JournalException; method readPathElement (line 122) | Path readPathElement() throws JournalException; method readPath (line 130) | Path readPath() throws JournalException; method readNodeId (line 138) | NodeId readNodeId() throws JournalException; method readPropertyId (line 146) | PropertyId readPropertyId() throws JournalException; method readNodeTypeDef (line 154) | QNodeTypeDefinition readNodeTypeDef() throws JournalException; method readPrivilegeDef (line 162) | PrivilegeDefinition readPrivilegeDef() throws JournalException; method writeByte (line 170) | void writeByte(int n) throws JournalException; method writeChar (line 178) | void writeChar(char c) throws JournalException; method writeBoolean (line 186) | void writeBoolean(boolean b) throws JournalException; method writeInt (line 194) | void writeInt(int n) throws JournalException; method writeLong (line 202) | void writeLong(long n) throws JournalException; method writeString (line 210) | void writeString(String s) throws JournalException; method write (line 218) | void write(byte[] b) throws JournalException; method writeQName (line 226) | void writeQName(Name name) throws JournalException; method writePathElement (line 234) | void writePathElement(Path element) throws JournalException; method writePath (line 242) | void writePath(Path path) throws JournalException; method writeNodeId (line 250) | void writeNodeId(NodeId nodeId) throws JournalException; method writePropertyId (line 258) | void writePropertyId(PropertyId propertyId) throws JournalException; method writeNodeTypeDef (line 266) | void writeNodeTypeDef(QNodeTypeDefinition ntd) throws JournalException; method writePrivilegeDef (line 274) | void writePrivilegeDef(PrivilegeDefinition privilegeDefinition) throws... method update (line 284) | long update() throws JournalException; method cancelUpdate (line 289) | void cancelUpdate(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/RecordConsumer.java type RecordConsumer (line 22) | public interface RecordConsumer { method getId (line 30) | String getId(); method getRevision (line 37) | long getRevision(); method consume (line 44) | void consume(Record record); method setRevision (line 51) | void setRevision(long revision); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/RecordIterator.java type RecordIterator (line 24) | public interface RecordIterator { method hasNext (line 32) | boolean hasNext(); method nextRecord (line 43) | Record nextRecord() throws NoSuchElementException, JournalException; method close (line 48) | void close(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/RecordProducer.java type RecordProducer (line 22) | public interface RecordProducer { method append (line 32) | Record append() throws JournalException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/journal/RotatingLogFile.java class RotatingLogFile (line 31) | public class RotatingLogFile implements Comparable { method RotatingLogFile (line 69) | private RotatingLogFile(File directory, String basename, File file) method parseName (line 85) | private void parseName() throws IllegalArgumentException { method getFile (line 117) | public File getFile() { method rotate (line 124) | public void rotate() { method compareTo (line 137) | public int compareTo(RotatingLogFile o) { method listFiles (line 150) | public static RotatingLogFile[] listFiles(File directory, final String... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockImpl.java class LockImpl (line 32) | class LockImpl implements javax.jcr.lock.Lock { method LockImpl (line 50) | public LockImpl(LockInfo info, NodeImpl node) { method getLockOwner (line 60) | public String getLockOwner() { method isDeep (line 67) | public boolean isDeep() { method getNode (line 74) | public Node getNode() { method getLockToken (line 81) | public String getLockToken() { method isLive (line 92) | public boolean isLive() throws RepositoryException { method isSessionScoped (line 99) | public boolean isSessionScoped() { method refresh (line 108) | public void refresh() throws LockException, RepositoryException { method getSecondsRemaining (line 132) | public long getSecondsRemaining() { method isLockOwningSession (line 151) | public boolean isLockOwningSession() { method isAdminUser (line 158) | private boolean isAdminUser(Session session) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockInfo.java class LockInfo (line 29) | public abstract class LockInfo { method LockInfo (line 90) | protected LockInfo( method LockInfo (line 102) | protected LockInfo(LockInfo that) { method getLockToken (line 116) | public String getLockToken() { method getId (line 125) | public NodeId getId() { method getLockOwner (line 134) | public String getLockOwner() { method isDeep (line 144) | public boolean isDeep() { method isLockHolder (line 153) | public boolean isLockHolder(Session session) { method getLockHolder (line 162) | public SessionImpl getLockHolder() { method setLockHolder (line 171) | public void setLockHolder(SessionImpl lockHolder) { method isLive (line 180) | public boolean isLive() { method setLive (line 189) | public void setLive(boolean live) { method mayChange (line 198) | public boolean mayChange() { method isSessionScoped (line 208) | public boolean isSessionScoped() { method getTimeoutHint (line 217) | public long getTimeoutHint() { method getTimeoutTime (line 226) | public long getTimeoutTime() { method isExpired (line 230) | public boolean isExpired() { method updateTimeoutTime (line 240) | public void updateTimeoutTime() { method throwLockException (line 259) | public void throwLockException(String message, SessionImpl session) method toString (line 279) | public String toString() { method parseLockToken (line 307) | public static NodeId parseLockToken(String token) method getLockTokenCheckDigit (line 325) | private static char getLockTokenCheckDigit(String uuid) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManager.java type LockManager (line 31) | public interface LockManager { method lock (line 44) | Lock lock(NodeImpl node, boolean isDeep, boolean isSessionScoped) method lock (line 62) | Lock lock(NodeImpl node, boolean isDeep, boolean isSessionScoped, long... method getLock (line 73) | Lock getLock(NodeImpl node) throws LockException, RepositoryException; method getLocks (line 82) | Lock[] getLocks(SessionImpl session) throws RepositoryException; method unlock (line 91) | void unlock(NodeImpl node) throws LockException, RepositoryException; method holdsLock (line 102) | boolean holdsLock(NodeImpl node) throws RepositoryException; method isLocked (line 115) | boolean isLocked(NodeImpl node) throws RepositoryException; method checkLock (line 126) | void checkLock(NodeImpl node) method checkLock (line 139) | void checkLock(Path path, Session session) method checkUnlock (line 148) | void checkUnlock(Session session, NodeImpl node) throws LockException, method addLockToken (line 159) | void addLockToken(SessionImpl session, String lt) throws LockException... method removeLockToken (line 169) | void removeLockToken(SessionImpl session, String lt) throws LockExcept... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManagerImpl.java class LockManagerImpl (line 73) | public class LockManagerImpl method LockManagerImpl (line 134) | public LockManagerImpl( method close (line 161) | public void close() { class TimeoutHandler (line 173) | private class TimeoutHandler implements Runnable { method run (line 176) | public void run() { class TimeoutHandlerVisitor (line 181) | private class TimeoutHandlerVisitor implements method elementVisited (line 183) | public void elementVisited(PathMap.Element element) { method load (line 206) | private void load() throws FileSystemException { method reapplyLock (line 231) | private void reapplyLock(String lockTokenLine) { method save (line 269) | private void save() { method getSessionLockManager (line 315) | static SessionLockManager getSessionLockManager(SessionImpl session) t... method internalLock (line 333) | LockInfo internalLock( method internalUnlock (line 402) | boolean internalUnlock(NodeImpl node) method getLockInfos (line 453) | LockInfo[] getLockInfos(final SessionImpl session) { method copyOpenScopedLocksFrom (line 475) | public void copyOpenScopedLocksFrom(LockManagerImpl source) { method getLockInfo (line 497) | public LockInfo getLockInfo(NodeId id) throws RepositoryException { method lock (line 525) | public Lock lock(NodeImpl node, boolean isDeep, boolean isSessionScoped) method lock (line 530) | public Lock lock(NodeImpl node, boolean isDeep, boolean isSessionScope... method getLock (line 541) | public Lock getLock(NodeImpl node) method getLocks (line 569) | public Lock[] getLocks(SessionImpl session) throws RepositoryException { method unlock (line 595) | public void unlock(NodeImpl node) throws LockException, RepositoryExce... method holdsLock (line 603) | public boolean holdsLock(NodeImpl node) throws RepositoryException { method isLocked (line 624) | public boolean isLocked(NodeImpl node) throws RepositoryException { method checkLock (line 651) | public void checkLock(NodeImpl node) method checkLock (line 661) | public void checkLock(Path path, Session session) method checkLock (line 690) | protected void checkLock(LockInfo info, Session session) method checkUnlock (line 701) | public void checkUnlock(Session session, NodeImpl node) method checkUnlock (line 734) | protected void checkUnlock(LockInfo info, Session session) method addLockToken (line 746) | public void addLockToken(SessionImpl session, String lt) throws LockEx... method removeLockToken (line 784) | public void removeLockToken(SessionImpl session, String lt) method getPath (line 822) | private Path getPath(SessionImpl session, ItemId id) throws Repository... method acquire (line 829) | private void acquire() { method release (line 843) | private void release() { method acquireLockPropertiesLock (line 850) | private void acquireLockPropertiesLock() { method releaseLockPropertiesLock (line 864) | private void releaseLockPropertiesLock() { method beginUpdate (line 872) | public void beginUpdate() { method endUpdate (line 881) | public void endUpdate() { method cancelUpdate (line 890) | public void cancelUpdate() { method writeLockProperties (line 902) | protected void writeLockProperties(NodeImpl node, String lockOwner, bo... method removeLockProperties (line 970) | protected void removeLockProperties(NodeImpl node) throws RepositoryEx... class HierarchyEvent (line 1022) | private static class HierarchyEvent { method HierarchyEvent (line 1057) | public HierarchyEvent(NodeId id, Path path, int type) { method merge (line 1069) | public void merge(HierarchyEvent event) { method getOldPath (line 1085) | public Path getOldPath() { method getNewPath (line 1094) | public Path getNewPath() { method onEvent (line 1102) | public void onEvent(EventIterator events) { method consolidateEvents (line 1121) | private Iterator consolidateEvents(EventIterator event... method refresh (line 1154) | private void refresh(PathMap.Element element) { method nodeAdded (line 1201) | private void nodeAdded(Path path) { method nodeMoved (line 1224) | private void nodeMoved(Path oldPath, Path newPath) { method nodeRemoved (line 1246) | private void nodeRemoved(Path path) { class InternalLockInfo (line 1266) | class InternalLockInfo extends LockInfo implements SessionListener { method InternalLockInfo (line 1277) | public InternalLockInfo(NodeId lockToken, boolean sessionScoped, method loggingOut (line 1291) | public void loggingOut(SessionImpl session) { method loggedOut (line 1327) | public void loggedOut(SessionImpl session) { method setEventChannel (line 1338) | public void setEventChannel(LockEventChannel eventChannel) { method externalLock (line 1346) | public void externalLock(NodeId nodeId, boolean isDeep, String lockOwn... method externalUnlock (line 1367) | public void externalUnlock(NodeId nodeId) throws RepositoryException { method toString (line 1393) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/SessionLockManager.java class SessionLockManager (line 48) | public class SessionLockManager implements javax.jcr.lock.LockManager { method SessionLockManager (line 72) | public SessionLockManager( method getLockTokens (line 82) | public String[] getLockTokens() throws RepositoryException { method addLockToken (line 93) | public void addLockToken(String lockToken) throws LockException, Repos... method removeLockToken (line 104) | public void removeLockToken(String lockToken) throws LockException, Re... method isLocked (line 115) | public boolean isLocked(String absPath) throws RepositoryException { method getLock (line 135) | public Lock getLock(String absPath) throws method holdsLock (line 157) | public boolean holdsLock(String absPath) throws RepositoryException { method lock (line 171) | public Lock lock(String absPath, boolean isDeep, boolean isSessionScoped, method unlock (line 187) | public void unlock(String absPath) throws method lockTokenAdded (line 213) | boolean lockTokenAdded(String lockToken) { method lockTokenRemoved (line 224) | boolean lockTokenRemoved(String lockToken) { method checkLockable (line 237) | private static void checkLockable(NodeImpl node) throws LockException,... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/XAEnvironment.java class XAEnvironment (line 38) | class XAEnvironment { method XAEnvironment (line 88) | public XAEnvironment(LockManagerImpl lockMgr) { method reset (line 95) | public void reset() { method lock (line 112) | public LockInfo lock(NodeImpl node, boolean isDeep, boolean isSessionS... method lock (line 129) | public LockInfo lock(NodeImpl node, boolean isDeep, boolean isSessionS... method unlock (line 170) | public void unlock(NodeImpl node) throws LockException, RepositoryExce... method isLocked (line 199) | public boolean isLocked(NodeImpl node) throws RepositoryException { method getLockInfo (line 211) | public LockInfo getLockInfo(NodeImpl node) throws RepositoryException { method getLockInfos (line 246) | public LockInfo[] getLockInfos(SessionImpl session) method addLockToken (line 270) | public void addLockToken(SessionImpl session, String lt) throws Reposi... method removeLockToken (line 299) | public void removeLockToken(SessionImpl session, String lt) throws Rep... method getSessionLockManager (line 323) | static SessionLockManager getSessionLockManager(SessionImpl session) t... method prepare (line 332) | public void prepare() throws TransactionException { method commit (line 369) | public void commit() { method rollback (line 386) | public void rollback() { method differentXAEnv (line 412) | public boolean differentXAEnv(LockInfo info) { class XALockInfo (line 423) | class XALockInfo extends LockInfo { method XALockInfo (line 441) | public XALockInfo( method XALockInfo (line 452) | public XALockInfo(NodeImpl node, LockInfo info) { method isUnlock (line 463) | public boolean isUnlock() { method update (line 470) | public void update() throws LockException, RepositoryException { method undo (line 496) | public void undo() throws LockException, RepositoryException { method getXAEnv (line 509) | public XAEnvironment getXAEnv() { method mayChange (line 519) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/XALockImpl.java class XALockImpl (line 26) | class XALockImpl extends LockImpl { method XALockImpl (line 43) | public XALockImpl( method isLive (line 56) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/XALockManager.java class XALockManager (line 36) | public class XALockManager implements LockManager, InternalXAResource { method XALockManager (line 57) | public XALockManager(LockManagerImpl lockMgr) { method lock (line 66) | public Lock lock(NodeImpl node, boolean isDeep, boolean isSessionScoped) method lock (line 74) | public Lock lock(NodeImpl node, boolean isDeep, boolean isSessionScope... method getLock (line 89) | public Lock getLock(NodeImpl node) throws LockException, RepositoryExc... method getLocks (line 107) | public Lock[] getLocks(SessionImpl session) throws RepositoryException { method unlock (line 128) | public void unlock(NodeImpl node) throws LockException, RepositoryExce... method holdsLock (line 140) | public boolean holdsLock(NodeImpl node) throws RepositoryException { method isLocked (line 153) | public boolean isLocked(NodeImpl node) throws RepositoryException { method checkLock (line 166) | public void checkLock(NodeImpl node) throws LockException, RepositoryE... method checkLock (line 181) | public void checkLock(Path path, Session session) method checkUnlock (line 195) | public void checkUnlock(Session session, NodeImpl node) method addLockToken (line 214) | public void addLockToken(SessionImpl session, String lt) throws Reposi... method removeLockToken (line 225) | public void removeLockToken(SessionImpl session, String lt) throws Rep... method associate (line 238) | public void associate(TransactionContext tx) { method beforeOperation (line 253) | public void beforeOperation(TransactionContext tx) { method prepare (line 259) | public void prepare(TransactionContext tx) throws TransactionException { method commit (line 271) | public void commit(TransactionContext tx) { method rollback (line 283) | public void rollback(TransactionContext tx) { method afterOperation (line 293) | public void afterOperation(TransactionContext tx) { method differentXAEnv (line 300) | public boolean differentXAEnv(LockInfo info) { method isInXA (line 312) | private boolean isInXA() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/BitSetENTCacheImpl.java class BitSetENTCacheImpl (line 33) | public class BitSetENTCacheImpl implements EffectiveNodeTypeCache { method BitSetENTCacheImpl (line 77) | BitSetENTCacheImpl() { method getKey (line 85) | public Key getKey(Name[] ntNames) { method put (line 92) | public void put(EffectiveNodeType ent) { method put (line 99) | public void put(Key key, EffectiveNodeType ent) { method findBest (line 107) | public Key findBest(Key key) { method invalidate (line 127) | public void invalidate(Name name) { method contains (line 145) | public boolean contains(Key key) { method get (line 152) | public EffectiveNodeType get(Key key) { method getBitNumber (line 163) | private int getBitNumber(Name name) { method getName (line 189) | private Name getName(int n) { method remove (line 200) | private EffectiveNodeType remove(Key key) { method clone (line 214) | public Object clone() { method toString (line 227) | public String toString() { class BitSetKey (line 244) | private class BitSetKey implements Key { method BitSetKey (line 266) | public BitSetKey(Name[] names, int maxBit) { method BitSetKey (line 282) | private BitSetKey(long[] bits, int numBits) { method getNames (line 297) | public Name[] getNames() { method contains (line 304) | public boolean contains(Key otherKey) { method subtract (line 328) | public Key subtract(Key otherKey) { method nextSetBit (line 356) | private int nextSetBit(int fromIndex) { method bitCount (line 384) | private int bitCount(long val) { method compareTo (line 400) | public int compareTo(Key other) { method equals (line 427) | public boolean equals(Object obj) { method hashCode (line 453) | public int hashCode() { method calcHashCode (line 461) | private int calcHashCode() { method toString (line 477) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/EffectiveNodeType.java class EffectiveNodeType (line 49) | public class EffectiveNodeType implements Cloneable { method EffectiveNodeType (line 72) | private EffectiveNodeType() { method create (line 98) | static EffectiveNodeType create(QNodeTypeDefinition ntd, method create (line 256) | static EffectiveNodeType create() { method hasOrderableChildNodes (line 265) | public boolean hasOrderableChildNodes() { method getPrimaryItemName (line 269) | public Name getPrimaryItemName() { method getMergedNodeTypes (line 273) | public Name[] getMergedNodeTypes() { method getInheritedNodeTypes (line 277) | public Name[] getInheritedNodeTypes() { method getAllNodeTypes (line 281) | public Name[] getAllNodeTypes() { method getAllItemDefs (line 285) | public QItemDefinition[] getAllItemDefs() { method getNamedItemDefs (line 300) | public QItemDefinition[] getNamedItemDefs() { method getUnnamedItemDefs (line 314) | public QItemDefinition[] getUnnamedItemDefs() { method hasNamedItemDef (line 321) | public boolean hasNamedItemDef(Name name) { method getNamedItemDefs (line 325) | public QItemDefinition[] getNamedItemDefs(Name name) { method getAllNodeDefs (line 333) | public QNodeDefinition[] getAllNodeDefs() { method getNamedNodeDefs (line 356) | public QNodeDefinition[] getNamedNodeDefs() { method getNamedNodeDefs (line 374) | public QNodeDefinition[] getNamedNodeDefs(Name name) { method getUnnamedNodeDefs (line 391) | public QNodeDefinition[] getUnnamedNodeDefs() { method getAutoCreateNodeDefs (line 407) | public QNodeDefinition[] getAutoCreateNodeDefs() { method getAllPropDefs (line 427) | public QPropertyDefinition[] getAllPropDefs() { method getNamedPropDefs (line 450) | public QPropertyDefinition[] getNamedPropDefs() { method getNamedPropDefs (line 468) | public QPropertyDefinition[] getNamedPropDefs(Name name) { method getUnnamedPropDefs (line 485) | public QPropertyDefinition[] getUnnamedPropDefs() { method getAutoCreatePropDefs (line 501) | public QPropertyDefinition[] getAutoCreatePropDefs() { method getMandatoryPropDefs (line 521) | public QPropertyDefinition[] getMandatoryPropDefs() { method getMandatoryNodeDefs (line 541) | public QNodeDefinition[] getMandatoryNodeDefs() { method includesNodeType (line 569) | public boolean includesNodeType(Name nodeTypeName) { method includesNodeTypes (line 581) | public boolean includesNodeTypes(Name[] nodeTypeNames) { method checkSetPropertyValueConstraints (line 600) | public static void checkSetPropertyValueConstraints(QPropertyDefinitio... method checkAddNodeConstraints (line 640) | public void checkAddNodeConstraints(Name name) method checkAddNodeConstraints (line 658) | public void checkAddNodeConstraints(Name name, Name nodeTypeName, method getApplicableChildNodeDef (line 692) | public QNodeDefinition getApplicableChildNodeDef(Name name, Name nodeT... method getApplicablePropertyDef (line 764) | public QPropertyDefinition getApplicablePropertyDef(Name name, int type, method getApplicablePropertyDef (line 806) | public QPropertyDefinition getApplicablePropertyDef(Name name, int type) method getMatchingPropDef (line 825) | private QPropertyDefinition getMatchingPropDef(QPropertyDefinition[] d... method getMatchingPropDef (line 860) | private QPropertyDefinition getMatchingPropDef(QPropertyDefinition[] d... method checkRemoveItemConstraints (line 890) | public void checkRemoveItemConstraints(Name name) throws ConstraintVio... method checkRemoveNodeConstraints (line 912) | public void checkRemoveNodeConstraints(Name name) throws ConstraintVio... method checkRemovePropertyConstraints (line 934) | public void checkRemovePropertyConstraints(Name name) throws Constrain... method merge (line 960) | EffectiveNodeType merge(EffectiveNodeType other) method internalMerge (line 984) | private synchronized void internalMerge(EffectiveNodeType other, boole... method clone (line 1148) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/EffectiveNodeTypeCache.java type EffectiveNodeTypeCache (line 25) | public interface EffectiveNodeTypeCache extends Cloneable { method put (line 32) | void put(EffectiveNodeType ent); method put (line 39) | void put(Key key, EffectiveNodeType ent); method contains (line 47) | boolean contains(Key key); method get (line 55) | EffectiveNodeType get(Key key); method getKey (line 63) | Key getKey(Name[] ntNames); method invalidate (line 70) | void invalidate(Name name); method clone (line 75) | Object clone(); method findBest (line 86) | Key findBest(Key key); type Key (line 92) | interface Key extends Comparable { method getNames (line 98) | Name[] getNames(); method contains (line 107) | boolean contains(Key otherKey); method subtract (line 120) | Key subtract(Key otherKey); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/EffectiveNodeTypeCacheImpl.java class EffectiveNodeTypeCacheImpl (line 34) | public class EffectiveNodeTypeCacheImpl implements EffectiveNodeTypeCache { method EffectiveNodeTypeCacheImpl (line 49) | EffectiveNodeTypeCacheImpl() { method getKey (line 57) | public Key getKey(Name[] ntNames) { method put (line 64) | public void put(EffectiveNodeType ent) { method put (line 77) | public void put(Key key, EffectiveNodeType ent) { method contains (line 85) | public boolean contains(Key key) { method get (line 92) | public EffectiveNodeType get(Key key) { method remove (line 102) | private EffectiveNodeType remove(Key key) { method invalidate (line 126) | public void invalidate(Name name) { method findBest (line 142) | public Key findBest(Key key) { method clone (line 164) | @Override method toString (line 177) | public String toString() { class WeightedKey (line 216) | private static class WeightedKey implements Key { method WeightedKey (line 231) | WeightedKey(Name[] ntNames) { method WeightedKey (line 239) | WeightedKey(Name[] ntNames, int weight) { method WeightedKey (line 249) | WeightedKey(Collection ntNames) { method WeightedKey (line 257) | WeightedKey(Collection ntNames, int weight) { method getNames (line 264) | public Name[] getNames() { method contains (line 271) | public boolean contains(Key otherKey) { method subtract (line 285) | public Key subtract(Key otherKey) { method compareTo (line 301) | public int compareTo(Key o) { method hashCode (line 332) | public int hashCode() { method equals (line 345) | public boolean equals(Object obj) { method toString (line 360) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/InvalidNodeTypeDefException.java class InvalidNodeTypeDefException (line 22) | public class InvalidNodeTypeDefException extends Exception { method InvalidNodeTypeDefException (line 31) | public InvalidNodeTypeDefException(String message) { method InvalidNodeTypeDefException (line 43) | public InvalidNodeTypeDefException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeConflictException.java class NodeTypeConflictException (line 22) | public class NodeTypeConflictException extends Exception { method NodeTypeConflictException (line 31) | public NodeTypeConflictException(String message) { method NodeTypeConflictException (line 43) | public NodeTypeConflictException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefStore.java class NodeTypeDefStore (line 43) | public class NodeTypeDefStore { method NodeTypeDefStore (line 51) | public NodeTypeDefStore() throws RepositoryException { method load (line 60) | public void load(InputStream in) method loadCND (line 78) | public void loadCND(Reader in, String systemId) method store (line 99) | public void store(OutputStream out, NamespaceRegistry registry) method add (line 108) | public void add(QNodeTypeDefinition ntd) { method remove (line 116) | public boolean remove(Name name) { method removeAll (line 123) | public void removeAll() { method contains (line 131) | public boolean contains(Name name) { method get (line 139) | public QNodeTypeDefinition get(Name name) { method all (line 146) | public Collection all() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefinitionImpl.java class NodeTypeDefinitionImpl (line 41) | public class NodeTypeDefinitionImpl implements NodeTypeDefinition { method NodeTypeDefinitionImpl (line 50) | public NodeTypeDefinitionImpl(QNodeTypeDefinition ntd, NamePathResolve... method getName (line 60) | public String getName() { method getDeclaredSupertypeNames (line 82) | public String[] getDeclaredSupertypeNames() { method isAbstract (line 113) | public boolean isAbstract() { method isQueryable (line 131) | public boolean isQueryable() { method isMixin (line 138) | public boolean isMixin() { method hasOrderableChildNodes (line 145) | public boolean hasOrderableChildNodes() { method getPrimaryItemName (line 152) | public String getPrimaryItemName() { method getDeclaredChildNodeDefinitions (line 170) | public NodeDefinition[] getDeclaredChildNodeDefinitions() { method getDeclaredPropertyDefinitions (line 182) | public PropertyDefinition[] getDeclaredPropertyDefinitions() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeImpl.java class NodeTypeImpl (line 51) | public class NodeTypeImpl extends AbstractNodeType implements NodeType, ... method NodeTypeImpl (line 77) | NodeTypeImpl(EffectiveNodeType ent, method isNodeType (line 93) | @Override method isDerivedFrom (line 106) | public boolean isDerivedFrom(Name nodeTypeName) { method getAutoCreatedNodeDefinitions (line 119) | public NodeDefinition[] getAutoCreatedNodeDefinitions() { method getAutoCreatedPropertyDefinitions (line 137) | public PropertyDefinition[] getAutoCreatedPropertyDefinitions() { method getMandatoryPropertyDefinitions (line 155) | public PropertyDefinition[] getMandatoryPropertyDefinitions() { method getMandatoryNodeDefinitions (line 173) | public NodeDefinition[] getMandatoryNodeDefinitions() { method getQName (line 187) | public Name getQName() { method getInheritedSupertypes (line 198) | public NodeType[] getInheritedSupertypes() { method hasOrderableChildNodes (line 231) | public boolean hasOrderableChildNodes() { method getSupertypes (line 240) | public NodeType[] getSupertypes() { method getChildNodeDefinitions (line 258) | public NodeDefinition[] getChildNodeDefinitions() { method getPropertyDefinitions (line 270) | public PropertyDefinition[] getPropertyDefinitions() { method canSetProperty (line 282) | public boolean canSetProperty(String propertyName, Value value) { method canSetProperty (line 339) | public boolean canSetProperty(String propertyName, Value[] values) { method canAddChildNode (line 418) | public boolean canAddChildNode(String childNodeName) { method canAddChildNode (line 433) | public boolean canAddChildNode(String childNodeName, String nodeTypeNa... method canRemoveItem (line 451) | public boolean canRemoveItem(String itemName) { method canRemoveNode (line 473) | public boolean canRemoveNode(String nodeName) { method canRemoveProperty (line 494) | public boolean canRemoveProperty(String propertyName) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeManagerImpl.java class NodeTypeManagerImpl (line 74) | public class NodeTypeManagerImpl extends AbstractNodeTypeManager method NodeTypeManagerImpl (line 110) | @SuppressWarnings("unchecked") method dispose (line 132) | public void dispose() { method getRootNodeDefinition (line 139) | public NodeDefinitionImpl getRootNodeDefinition() { method getNodeDefinition (line 147) | @Override method getPropertyDefinition (line 163) | @Override method getNodeType (line 181) | @Override method getNamePathResolver (line 201) | @Override method getNodeTypeRegistry (line 209) | public NodeTypeRegistry getNodeTypeRegistry() { method registerNodeTypes (line 228) | public NodeType[] registerNodeTypes(InputStream in, String contentType, method nodeTypeRegistered (line 324) | public void nodeTypeRegistered(Name ntName) { method nodeTypeReRegistered (line 331) | public void nodeTypeReRegistered(Name ntName) { method nodeTypesUnregistered (line 357) | public void nodeTypesUnregistered(Collection names) { method getAllNodeTypes (line 386) | public NodeTypeIterator getAllNodeTypes() throws RepositoryException { method getPrimaryNodeTypes (line 399) | public NodeTypeIterator getPrimaryNodeTypes() throws RepositoryExcepti... method getMixinNodeTypes (line 415) | public NodeTypeIterator getMixinNodeTypes() throws RepositoryException { method getNodeType (line 431) | public NodeType getNodeType(String nodeTypeName) method registerNodeTypes (line 453) | private Collection registerNodeTypes(List ntDefs) method registerNodeTypes (line 234) | private void registerNodeTypes(Collection ntDefs, method unregisterNodeTypes (line 276) | public void unregisterNodeTypes(Set ntNames) method unregisterNodeTypes (line 291) | private void unregisterNodeTypes( method unregisterNodeType (line 363) | public void unregisterNodeType(Name ntName) method reregisterNodeType (line 380) | public EffectiveNodeType reregisterNodeType(QNodeTypeDefinition ntd) method reregisterNodeType (line 399) | private EffectiveNodeType reregisterNodeType(QNodeTypeDefinition ntd, method getEffectiveNodeType (line 471) | public EffectiveNodeType getEffectiveNodeType(Name ntName) method getEffectiveNodeType (line 486) | public EffectiveNodeType getEffectiveNodeType(Name primary, Set ... method getEffectiveNodeType (line 506) | public EffectiveNodeType getEffectiveNodeType(Set mixins) method getDependentNodeTypes (line 521) | public Set getDependentNodeTypes(Name nodeTypeName) method getNodeTypeDef (line 548) | public QNodeTypeDefinition getNodeTypeDef(Name nodeTypeName) method isRegistered (line 562) | public boolean isRegistered(Name nodeTypeName) { method isBuiltIn (line 571) | public boolean isBuiltIn(Name nodeTypeName) { method addListener (line 581) | public void addListener(NodeTypeRegistryListener listener) { method removeListener (line 592) | public void removeListener(NodeTypeRegistryListener listener) { method toString (line 601) | public String toString() { method externalRegistered (line 684) | public void externalRegistered(Collection ntDefs) method externalReregistered (line 693) | public void externalReregistered(QNodeTypeDefinition ntDef) method externalUnregistered (line 703) | public void externalUnregistered(Collection ntNames) method NodeTypeRegistry (line 716) | @SuppressWarnings("unchecked") method loadBuiltInNodeTypeDefs (line 788) | protected void loadBuiltInNodeTypeDefs(NodeTypeDefStore store) method loadCustomNodeTypeDefs (line 825) | protected void loadCustomNodeTypeDefs(NodeTypeDefStore store) method persistCustomNodeTypeDefs (line 877) | protected void persistCustomNodeTypeDefs(NodeTypeDefStore store) method checkForConflictingContent (line 931) | protected void checkForConflictingContent(QNodeTypeDefinition ntd, fin... method checkForReferencesInContent (line 982) | protected void checkForReferencesInContent(Name nodeTypeName) method getRootNodeDef (line 1002) | public QNodeDefinition getRootNodeDef() { method setEventChannel (line 1011) | public void setEventChannel(NodeTypeEventChannel eventChannel) { method getEffectiveNodeType (line 1024) | static EffectiveNodeType getEffectiveNodeType(Name ntName, method getEffectiveNodeType (line 1070) | static EffectiveNodeType getEffectiveNodeType(Name[] ntNames, method checkForCircularInheritance (line 1141) | static void checkForCircularInheritance(Name[] supertypes, method checkForCircularNodeAutoCreation (line 1178) | static void checkForCircularNodeAutoCreation(EffectiveNodeType childNo... method internalRegister (line 1227) | private EffectiveNodeType internalRegister(QNodeTypeDefinition ntd) method internalRegister (line 1261) | private void internalRegister(Collection ntDefs, ... method internalRegister (line 1276) | private void internalRegister(Collection ntDefs, ... method internalUnregister (line 1331) | private void internalUnregister(Name name) throws NoSuchNodeTypeExcept... method internalUnregister (line 1340) | private void internalUnregister(Collection ntNames) method checkNamespace (line 1356) | private static void checkNamespace(Name name, NamespaceRegistry nsReg) method checkNtBaseSubtyping (line 1374) | private static QNodeTypeDefinition checkNtBaseSubtyping(QNodeTypeDefin... method validateNodeTypeDef (line 1434) | private static EffectiveNodeType validateNodeTypeDef(QNodeTypeDefiniti... method createRootNodeDef (line 1819) | private static QNodeDefinition createRootNodeDef() { method notifyRegistered (line 1839) | private void notifyRegistered(Name ntName) { method notifyReRegistered (line 1854) | private void notifyReRegistered(Name ntName) { method notifyUnregistered (line 1869) | private void notifyUnregistered(Collection names) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistryListener.java type NodeTypeRegistryListener (line 30) | public interface NodeTypeRegistryListener { method nodeTypeRegistered (line 37) | void nodeTypeRegistered(Name ntName); method nodeTypeReRegistered (line 44) | void nodeTypeReRegistered(Name ntName); method nodeTypesUnregistered (line 51) | void nodeTypesUnregistered(Collection names); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/virtual/VirtualNodeTypeStateManager.java class VirtualNodeTypeStateManager (line 51) | public class VirtualNodeTypeStateManager implements NodeTypeRegistryList... method VirtualNodeTypeStateManager (line 115) | public VirtualNodeTypeStateManager( method getVirtualItemStateProvider (line 129) | public synchronized VirtualItemStateProvider getVirtualItemStateProvid... method setSession (line 142) | public void setSession(SessionImpl systemSession) { method nodeTypeRegistered (line 149) | public void nodeTypeRegistered(Name ntName) { method nodeTypeReRegistered (line 172) | public void nodeTypeReRegistered(Name ntName) { method nodeTypesUnregistered (line 181) | public void nodeTypesUnregistered(Collection names) { method recursiveAdd (line 214) | private void recursiveAdd( method recursiveRemove (line 255) | private void recursiveRemove( FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/virtual/VirtualNodeTypeStateProvider.java class VirtualNodeTypeStateProvider (line 48) | public class VirtualNodeTypeStateProvider extends AbstractVISProvider { method VirtualNodeTypeStateProvider (line 60) | public VirtualNodeTypeStateProvider(NodeTypeRegistry ntReg, method createRootNodeState (line 76) | protected VirtualNodeState createRootNodeState() throws RepositoryExce... method internalHasNodeState (line 92) | protected boolean internalHasNodeState(NodeId id) { method internalGetNodeState (line 99) | protected VirtualNodeState internalGetNodeState(NodeId id) throws NoSu... method onNodeTypeAdded (line 103) | public void onNodeTypeAdded(Name ntName) { method onNodeTypeModified (line 107) | public void onNodeTypeModified(Name ntName) { method onNodeTypesRemoved (line 111) | public void onNodeTypesRemoved(Collection names) { method createNodeTypeState (line 123) | private VirtualNodeState createNodeTypeState(VirtualNodeState parent, method createPropertyDefState (line 167) | private VirtualNodeState createPropertyDefState(VirtualNodeState parent, method createChildNodeDefState (line 218) | private VirtualNodeState createChildNodeDefState(VirtualNodeState parent, method calculateStableId (line 252) | private static NodeId calculateStableId(String name) throws Repository... method setNodeReferences (line 265) | public boolean setNodeReferences(ChangeLog references) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/xml/AdditionalNamespaceResolver.java class AdditionalNamespaceResolver (line 31) | public class AdditionalNamespaceResolver implements NamespaceResolver { method AdditionalNamespaceResolver (line 45) | public AdditionalNamespaceResolver(Properties namespaces) { method AdditionalNamespaceResolver (line 61) | public AdditionalNamespaceResolver(NamespaceRegistry registry) method addNamespace (line 75) | private void addNamespace(String prefix, String uri) { method getURI (line 81) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 92) | public String getPrefix(String uri) throws NamespaceException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/xml/Constants.java type Constants (line 22) | public interface Constants { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/xml/NodeTypeReader.java class NodeTypeReader (line 60) | public class NodeTypeReader { method read (line 74) | public static QNodeTypeDefinition[] read(InputStream xml) method NodeTypeReader (line 107) | public NodeTypeReader(InputStream xml) throws IOException { method getNamespaces (line 120) | public Properties getNamespaces() { method getNodeTypeDefs (line 134) | public QNodeTypeDefinition[] getNodeTypeDefs() method getNodeTypeDef (line 152) | private QNodeTypeDefinition getNodeTypeDef() method getPropDef (line 216) | private QPropertyDefinitionBuilder getPropDef() method getChildNodeDef (line 321) | private QNodeDefinitionBuilder getChildNodeDef() throws NameException,... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/xml/NodeTypeWriter.java class NodeTypeWriter (line 51) | public final class NodeTypeWriter { method write (line 66) | public static void write( method NodeTypeWriter (line 103) | private NodeTypeWriter(NamespaceRegistry registry) method addNodeTypeDef (line 129) | private void addNodeTypeDef(QNodeTypeDefinition def) method addPropDef (line 192) | private void addPropDef(QPropertyDefinition def) method addChildNodeDef (line 286) | private void addChildNodeDef(QNodeDefinition def) method write (line 334) | private void write(OutputStream xml) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/ChangeLogBasedHierarchyMgr.java class ChangeLogBasedHierarchyMgr (line 46) | class ChangeLogBasedHierarchyMgr extends CachingHierarchyManager { method ChangeLogBasedHierarchyMgr (line 58) | ChangeLogBasedHierarchyMgr(NodeId rootNodeId, method getZombiePath (line 75) | public Path getZombiePath(ItemId id) method getZombieName (line 90) | public Name getZombieName(NodeId id, NodeId parentId) class ChangeLogItemStateManager (line 98) | private static class ChangeLogItemStateManager implements ItemStateMan... method ChangeLogItemStateManager (line 117) | private ChangeLogItemStateManager(ItemStateManager base, ChangeLog c... method getItemState (line 132) | public ItemState getItemState(ItemId id) throws NoSuchItemStateExcep... method hasItemState (line 154) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 170) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 178) | public boolean hasNodeReferences(NodeId id) { class AtticItemStateManager (line 186) | private static class AtticItemStateManager implements ItemStateManager { method AtticItemStateManager (line 200) | private AtticItemStateManager(ChangeLog changes) { method getItemState (line 215) | public ItemState getItemState(ItemId id) throws NoSuchItemStateExcep... method hasItemState (line 233) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 240) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 248) | public boolean hasNodeReferences(NodeId id) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/DelegatingObservationDispatcher.java class DelegatingObservationDispatcher (line 32) | public class DelegatingObservationDispatcher extends EventDispatcher { method addDispatcher (line 49) | public void addDispatcher(ObservationDispatcher dispatcher) { method removeDispatcher (line 60) | public void removeDispatcher(ObservationDispatcher dispatcher) { method createEventStateCollection (line 74) | public EventStateCollection createEventStateCollection( method prepareEvents (line 84) | void prepareEvents(EventStateCollection events) { method prepareDeleted (line 91) | void prepareDeleted(EventStateCollection events, ChangeLog changes) { method dispatchEvents (line 98) | void dispatchEvents(EventStateCollection events) { method dispatch (line 113) | public void dispatch(List eventList, SessionImpl session, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/DispatchAction.java class DispatchAction (line 26) | class DispatchAction { method DispatchAction (line 43) | DispatchAction(EventStateCollection eventStates, Collection getEventConsumers() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventConsumer.java class EventConsumer (line 50) | class EventConsumer { method EventConsumer (line 98) | EventConsumer(SessionImpl session, EventListener listener, EventFilter... method getSession (line 121) | Session getSession() { method getEventListener (line 131) | EventListener getEventListener() { method prepareEvents (line 141) | void prepareEvents(EventStateCollection events) { method prepareDeleted (line 183) | void prepareDeleted(EventStateCollection events, Iterable d... method consumeEvents (line 220) | void consumeEvents(EventStateCollection events) throws RepositoryExcep... method equals (line 273) | public boolean equals(Object obj) { method hashCode (line 290) | public int hashCode() { method canRead (line 305) | private boolean canRead(EventState eventState) throws RepositoryExcept... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventDispatcher.java class EventDispatcher (line 26) | abstract class EventDispatcher { method prepareEvents (line 34) | abstract void prepareEvents(EventStateCollection events); method prepareDeleted (line 42) | abstract void prepareDeleted(EventStateCollection events, ChangeLog ch... method dispatchEvents (line 49) | abstract void dispatchEvents(EventStateCollection events); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventFilter.java class EventFilter (line 36) | public class EventFilter { method EventFilter (line 114) | EventFilter(SessionImpl session, method blocks (line 143) | boolean blocks(EventState eventState) throws RepositoryException { class BlockAllFilter (line 216) | private static final class BlockAllFilter extends EventFilter { method BlockAllFilter (line 221) | BlockAllFilter() { method blocks (line 230) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventImpl.java class EventImpl (line 43) | public final class EventImpl implements JackrabbitEvent, AdditionalEvent... method EventImpl (line 86) | EventImpl(SessionImpl session, EventState eventState, method getType (line 99) | public int getType() { method getPath (line 106) | public String getPath() throws RepositoryException { method getUserID (line 114) | public String getUserID() { method getDate (line 121) | public long getDate() { method getUserData (line 128) | public String getUserData() { method getIdentifier (line 135) | public String getIdentifier() throws RepositoryException { method getInfo (line 155) | public Map getInfo() throws RepositoryException { method getQPath (line 176) | public Path getQPath() throws RepositoryException { method getParentId (line 205) | public NodeId getParentId() { method getChildId (line 216) | public NodeId getChildId() { method isShareableChildNode (line 227) | public boolean isShareableChildNode() { method isExternal (line 238) | public boolean isExternal() { method getPrimaryNodeTypeName (line 248) | public Name getPrimaryNodeTypeName() { method getMixinTypeNames (line 256) | public Set getMixinTypeNames() { method getSessionAttribute (line 263) | public Object getSessionAttribute(String name) { method toString (line 272) | public String toString() { method hashCode (line 295) | public int hashCode() { method equals (line 316) | public boolean equals(Object obj) { method equals (line 338) | private static boolean equals(Object o1, Object o2) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventJournalImpl.java class EventJournalImpl (line 55) | public class EventJournalImpl implements EventJournal { method EventJournalImpl (line 118) | public EventJournalImpl( method skipTo (line 132) | public void skipTo(long date) { method nextEvent (line 165) | public Event nextEvent() { method skip (line 188) | public void skip(long skipNum) { method getSize (line 197) | public long getSize() { method getPosition (line 204) | public long getPosition() { method remove (line 214) | public void remove() { method hasNext (line 221) | public boolean hasNext() { method next (line 234) | public Object next() { class RecordProcessor (line 244) | private class RecordProcessor implements ClusterRecordProcessor { method getNumEvents (line 259) | private int getNumEvents() { method getLastTimestamp (line 266) | private long getLastTimestamp() { method process (line 273) | public void process(ChangeLogRecord record) { method process (line 287) | public void process(LockRecord record) { method process (line 291) | public void process(NamespaceRecord record) { method process (line 295) | public void process(NodeTypeRecord record) { method process (line 299) | public void process(PrivilegeRecord record) { method process (line 303) | public void process(WorkspaceRecord record) { method getCurrentBundle (line 313) | private EventBundle getCurrentBundle() { method refill (line 328) | private void refill() { method getSkipMap (line 380) | private SortedMap getSkipMap() { class EventBundle (line 394) | private final class EventBundle { method EventBundle (line 413) | private EventBundle( FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventListenerIteratorImpl.java class EventListenerIteratorImpl (line 29) | class EventListenerIteratorImpl implements EventListenerIterator { method EventListenerIteratorImpl (line 62) | EventListenerIteratorImpl(Session session, Collection s... method nextEventListener (line 83) | public EventListener nextEventListener() { method skip (line 96) | public void skip(long skipNum) { method getSize (line 107) | public long getSize() { method getPosition (line 114) | public long getPosition() { method remove (line 123) | public void remove() { method hasNext (line 134) | public boolean hasNext() { method next (line 141) | public Object next() { method fetchNext (line 151) | private void fetchNext() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventState.java class EventState (line 57) | public class EventState { method EventState (line 185) | private EventState(int type, NodeId parentId, Path parentPath, method childNodeAdded (line 227) | public static EventState childNodeAdded(NodeId parentId, method childNodeAdded (line 255) | public static EventState childNodeAdded(NodeId parentId, method childNodeRemoved (line 283) | public static EventState childNodeRemoved(NodeId parentId, method childNodeRemoved (line 311) | public static EventState childNodeRemoved(NodeId parentId, method nodeMoved (line 343) | public static EventState nodeMoved(NodeId parentId, method nodeMovedWithInfo (line 373) | public static EventState nodeMovedWithInfo( method nodeReordered (line 417) | public static EventState nodeReordered(NodeId parentId, method propertyAdded (line 455) | public static EventState propertyAdded(NodeId parentId, method propertyAdded (line 481) | public static EventState propertyAdded(NodeId parentId, method propertyRemoved (line 507) | public static EventState propertyRemoved(NodeId parentId, method propertyRemoved (line 533) | public static EventState propertyRemoved(NodeId parentId, method propertyChanged (line 559) | public static EventState propertyChanged(NodeId parentId, method propertyChanged (line 585) | public static EventState propertyChanged(NodeId parentId, method persist (line 605) | public static EventState persist(Session session, boolean external) { method getType (line 614) | public int getType() { method getParentId (line 623) | public NodeId getParentId() { method getParentPath (line 632) | public Path getParentPath() { method getChildId (line 643) | public NodeId getChildId() { method getChildRelPath (line 653) | public Path getChildRelPath() { method getNodeType (line 662) | public Name getNodeType() { method getMixinNames (line 672) | public Set getMixinNames() { method getNodeTypes (line 684) | public Set getNodeTypes(NodeTypeManagerImpl ntMgr) { method getUserId (line 709) | public String getUserId() { method getSession (line 720) | Session getSession() { method getTargetId (line 729) | ItemId getTargetId() { method isExternal (line 747) | boolean isExternal() { method getInfo (line 754) | public Map getInfo() { method setInfo (line 763) | public void setInfo(Map info) { method isShareableNode (line 774) | boolean isShareableNode() { method setShareableNode (line 784) | void setShareableNode(boolean shareableNode) { method toString (line 793) | public String toString() { method hashCode (line 811) | public int hashCode() { method equals (line 833) | public boolean equals(Object obj) { method valueOf (line 854) | public static String valueOf(int eventType) { method createValue (line 880) | private static InternalValue createValue(Path path) { method getCommonPath (line 891) | public static String getCommonPath(List events, SessionImp... method getJCRPath (line 931) | private static String getJCRPath(Path path) { method setupCachingPathResolver (line 945) | private static void setupCachingPathResolver() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventStateCollection.java class EventStateCollection (line 64) | public final class EventStateCollection { method EventStateCollection (line 115) | public EventStateCollection(EventDispatcher dispatcher, method createEventStates (line 147) | public void createEventStates(NodeId rootNodeId, ChangeLog changes, It... method addAll (line 451) | public void addAll(Collection c) { method prepare (line 458) | public void prepare() { method prepareDeleted (line 467) | public void prepareDeleted(ChangeLog changes) { method dispatch (line 474) | public void dispatch() { method getPathPrefix (line 485) | public Path getPathPrefix() { method getTimestamp (line 492) | public long getTimestamp() { method setTimestamp (line 501) | public void setTimestamp(long timestamp) { method iterator (line 510) | Iterator iterator() { method getEvents (line 518) | public List getEvents() { method size (line 527) | public int size() { method getSession (line 535) | public SessionImpl getSession() { method getUserData (line 542) | public String getUserData() { method setUserData (line 551) | public void setUserData(String userData) { method createShareableNodeEvents (line 557) | private void createShareableNodeEvents(NodeState n, method getNodeType (line 631) | private NodeTypeImpl getNodeType(NodeState node, SessionImpl session) method getParent (line 657) | private Path getParent(Path p) throws ItemStateException { method getPath (line 675) | private Path getPath(ItemId itemId, HierarchyManager hmgr) method getNameElement (line 698) | private Path getNameElement( method getZombieNameElement (line 722) | private Path getZombieNameElement( method getZombiePath (line 744) | private Path getZombiePath(ItemId itemId, ChangeLogBasedHierarchyMgr h... method prefixPath (line 764) | private Path prefixPath(Path p) throws RepositoryException { method getPathElement (line 785) | private Path getPathElement(ChildNodeEntry entry) { method getCommonPath (line 796) | public String getCommonPath() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/EventStateCollectionFactory.java type EventStateCollectionFactory (line 24) | public interface EventStateCollectionFactory { method createEventStateCollection (line 32) | EventStateCollection createEventStateCollection() throws RepositoryExc... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/FilteredEventIterator.java class FilteredEventIterator (line 35) | class FilteredEventIterator extends EventIteratorAdapter { method FilteredEventIterator (line 71) | public FilteredEventIterator( method next (line 92) | @Override method wrapAndAddPersist (line 101) | private static Iterator wrapAndAddPersist(final Iterator states) { method hasNext (line 124) | public boolean hasNext() { method next (line 132) | public EventState next() { method remove (line 148) | public void remove() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/ObservationDispatcher.java class ObservationDispatcher (line 33) | public final class ObservationDispatcher extends EventDispatcher method ObservationDispatcher (line 100) | public ObservationDispatcher() { method dispose (line 110) | public void dispose() { method getAsynchronousConsumers (line 126) | Set getAsynchronousConsumers() { method getSynchronousConsumers (line 135) | Set getSynchronousConsumers() { method run (line 148) | public void run() { method prepareEvents (line 180) | void prepareEvents(EventStateCollection events) { method prepareDeleted (line 192) | void prepareDeleted(EventStateCollection events, ChangeLog changes) { method dispatchEvents (line 207) | void dispatchEvents(EventStateCollection events) { method delayIfEventQueueOverloaded (line 245) | public void delayIfEventQueueOverloaded() { method addConsumer (line 276) | void addConsumer(EventConsumer consumer) { method removeConsumer (line 300) | void removeConsumer(EventConsumer consumer) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/ObservationManagerImpl.java class ObservationManagerImpl (line 49) | public class ObservationManagerImpl implements EventStateCollectionFactory, method ObservationManagerImpl (line 93) | public ObservationManagerImpl( method addEventListener (line 111) | public void addEventListener(EventListener listener, method addEventListener (line 127) | @Override method removeEventListener (line 152) | public void removeEventListener(EventListener listener) method getRegisteredEventListeners (line 162) | public EventListenerIterator getRegisteredEventListeners() method setUserData (line 173) | public void setUserData(String userData) throws RepositoryException { method getUserData (line 180) | String getUserData() { method dispose (line 187) | public void dispose() { method createEventFilter (line 215) | public EventFilter createEventFilter(int eventTypes, method getEventJournal (line 277) | public EventJournal getEventJournal( method getEventJournal (line 304) | public EventJournal getEventJournal() throws RepositoryException { method createEventStateCollection (line 316) | public EventStateCollection createEventStateCollection() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation/SynchronousEventListener.java type SynchronousEventListener (line 34) | public interface SynchronousEventListener extends EventListener { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/AbstractPersistenceManager.java class AbstractPersistenceManager (line 35) | @Deprecated method createNew (line 41) | public NodeState createNew(NodeId id) { method createNew (line 48) | public PropertyState createNew(PropertyId id) { method store (line 61) | public synchronized void store(ChangeLog changeLog) throws ItemStateEx... method checkConsistency (line 99) | public void checkConsistency(String[] uuids, boolean recursive, boolea... method store (line 108) | protected abstract void store(NodeState state) throws ItemStateException; method store (line 116) | protected abstract void store(PropertyState state) throws ItemStateExc... method store (line 124) | protected abstract void store(NodeReferences refs) throws ItemStateExc... method destroy (line 132) | protected abstract void destroy(NodeState state) throws ItemStateExcep... method destroy (line 140) | protected abstract void destroy(PropertyState state) throws ItemStateE... method destroy (line 148) | protected abstract void destroy(NodeReferences refs) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/CachingPersistenceManager.java type CachingPersistenceManager (line 25) | public interface CachingPersistenceManager { method onExternalUpdate (line 33) | void onExternalUpdate(ChangeLog changes); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/IterablePersistenceManager.java type IterablePersistenceManager (line 34) | public interface IterablePersistenceManager extends PersistenceManager { method getAllNodeIds (line 49) | List getAllNodeIds(NodeId after, int maxCount) method getAllNodeInfos (line 66) | Map getAllNodeInfos(NodeId after, int maxCount) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/PMContext.java class PMContext (line 35) | public class PMContext { method PMContext (line 79) | public PMContext(File homeDir, method getHomeDir (line 100) | public File getHomeDir() { method getFileSystem (line 108) | public FileSystem getFileSystem() { method getRootNodeId (line 116) | public NodeId getRootNodeId() { method getNamespaceRegistry (line 125) | public NamespaceRegistry getNamespaceRegistry() { method getNodeTypeRegistry (line 134) | public NodeTypeRegistry getNodeTypeRegistry() { method getDataStore (line 143) | public DataStore getDataStore() { method getRepositoryStatistics (line 153) | public RepositoryStatisticsImpl getRepositoryStatistics() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/PersistenceCopier.java class PersistenceCopier (line 45) | public class PersistenceCopier { method PersistenceCopier (line 78) | public PersistenceCopier( method excludeNode (line 92) | public void excludeNode(NodeId id) { method copy (line 104) | public void copy(NodeId id) throws RepositoryException { method copy (line 128) | private void copy(NodeState sourceNode) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/PersistenceManager.java type PersistenceManager (line 71) | public interface PersistenceManager { method init (line 86) | void init(PMContext context) throws Exception; method close (line 102) | void close() throws Exception; method createNew (line 110) | NodeState createNew(NodeId id); method createNew (line 118) | PropertyState createNew(PropertyId id); method load (line 128) | NodeState load(NodeId id) method load (line 139) | PropertyState load(PropertyId id) method loadReferencesTo (line 149) | NodeReferences loadReferencesTo(NodeId id) method exists (line 160) | boolean exists(NodeId id) throws ItemStateException; method exists (line 170) | boolean exists(PropertyId id) throws ItemStateException; method existsReferencesTo (line 180) | boolean existsReferencesTo(NodeId targetId) throws ItemStateException; method store (line 188) | void store(ChangeLog changeLog) throws ItemStateException; method checkConsistency (line 207) | void checkConsistency(String[] uuids, boolean recursive, boolean fix); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/bundle/AbstractBundlePersistenceManager.java class AbstractBundlePersistenceManager (line 97) | public abstract class AbstractBundlePersistenceManager implements method getBundleCacheSize (line 185) | public String getBundleCacheSize() { method setBundleCacheSize (line 195) | public void setBundleCacheSize(String bundleCacheSize) { method buildNodeFolderPath (line 207) | protected StringBuffer buildNodeFolderPath(StringBuffer buf, NodeId id) { method buildPropFilePath (line 235) | protected StringBuffer buildPropFilePath(StringBuffer buf, PropertyId ... method buildBlobFilePath (line 256) | protected StringBuffer buildBlobFilePath(StringBuffer buf, PropertyId id, method buildNodeFilePath (line 275) | protected StringBuffer buildNodeFilePath(StringBuffer buf, NodeId id) { method buildNodeReferencesFilePath (line 293) | protected StringBuffer buildNodeReferencesFilePath( method getNsIndex (line 309) | public StringIndex getNsIndex() { method getNameIndex (line 333) | public StringIndex getNameIndex() { method onExternalUpdate (line 352) | public synchronized void onExternalUpdate(ChangeLog changes) { method getBundleId (line 365) | private NodeId getBundleId(ItemState state) { method getAllNodeInfos (line 375) | @Override method loadBundle (line 395) | protected abstract NodePropBundle loadBundle(NodeId id) method storeBundle (line 404) | protected abstract void storeBundle(NodePropBundle bundle) method destroyBundle (line 414) | protected abstract void destroyBundle(NodePropBundle bundle) method destroy (line 423) | protected abstract void destroy(NodeReferences refs) method store (line 432) | protected abstract void store(NodeReferences refs) method getBlobStore (line 440) | protected abstract BLOBStore getBlobStore(); method init (line 449) | public void init(PMContext context) throws Exception { method close (line 479) | public void close() throws Exception { method load (line 489) | public NodeState load(NodeId id) throws NoSuchItemStateException, Item... method load (line 502) | public PropertyState load(PropertyId id) throws NoSuchItemStateExcepti... method exists (line 542) | public boolean exists(PropertyId id) throws ItemStateException { method exists (line 561) | public boolean exists(NodeId id) throws ItemStateException { method createNew (line 569) | public NodeState createNew(NodeId id) { method createNew (line 576) | public PropertyState createNew(PropertyId id) { method store (line 589) | public synchronized void store(ChangeLog changeLog) method storeInternal (line 608) | private void storeInternal(ChangeLog changeLog) method getBundle (line 740) | private NodePropBundle getBundle(NodeId id) throws ItemStateException { method getBundleCacheMiss (line 763) | private NodePropBundle getBundleCacheMiss(NodeId id) method deleteBundle (line 787) | private void deleteBundle(NodePropBundle bundle) throws ItemStateExcep... method putBundle (line 799) | private void putBundle(NodePropBundle bundle) throws ItemStateException { method checkConsistency (line 823) | public void checkConsistency(String[] uuids, boolean recursive, boolea... method setEventChannel (line 836) | public void setEventChannel(UpdateEventChannel eventChannel) { method check (line 843) | public ConsistencyReport check(String[] uuids, boolean recursive, method evictBundle (line 860) | protected void evictBundle(NodeId id) { method cacheAccessed (line 864) | public void cacheAccessed(long accessCount) { method logCacheStats (line 870) | private void logCacheStats() { method disposeCache (line 881) | public void disposeCache(Cache cache) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/bundle/BundleFsPersistenceManager.java class BundleFsPersistenceManager (line 58) | public class BundleFsPersistenceManager extends AbstractBundlePersistenc... method getBlobFSBlockSize (line 106) | public String getBlobFSBlockSize() { method setBlobFSBlockSize (line 123) | public void setBlobFSBlockSize(String size) { method useLocalFsBlobStore (line 131) | public boolean useLocalFsBlobStore() { method getMinBlobSize (line 139) | public String getMinBlobSize() { method setMinBlobSize (line 150) | public void setMinBlobSize(String minBlobSize) { method setErrorHandling (line 160) | public void setErrorHandling(String errorHandling) { method getErrorHandling (line 168) | public String getErrorHandling() { method init (line 175) | public void init(PMContext context) throws Exception { method getBlobStore (line 206) | @Override method close (line 214) | public synchronized void close() throws Exception { method loadBundle (line 234) | protected NodePropBundle loadBundle(NodeId id) throws ItemStateExcepti... method buildNodeFilePath (line 261) | protected StringBuffer buildNodeFilePath(StringBuffer buf, NodeId id) { method buildNodeReferencesFilePath (line 279) | protected StringBuffer buildNodeReferencesFilePath( method storeBundle (line 293) | protected synchronized void storeBundle(NodePropBundle bundle) throws ... method destroyBundle (line 319) | protected synchronized void destroyBundle(NodePropBundle bundle) throw... method loadReferencesTo (line 336) | public synchronized NodeReferences loadReferencesTo(NodeId targetId) method store (line 366) | public synchronized void store(NodeReferences refs) method destroy (line 393) | public synchronized void destroy(NodeReferences refs) throws ItemState... method existsReferencesTo (line 413) | public synchronized boolean existsReferencesTo(NodeId targetId) throws... method logException (line 432) | protected void logException(String message, SQLException se) { method toString (line 445) | public String toString() { type CloseableBLOBStore (line 452) | protected static interface CloseableBLOBStore extends BLOBStore { method close (line 453) | void close(); class FSBlobStore (line 460) | private class FSBlobStore extends FileSystemBLOBStore implements Bundl... method FSBlobStore (line 464) | public FSBlobStore(FileSystem fs) { method createId (line 469) | public String createId(PropertyId id, int index) { method close (line 473) | public void close() { method getAllNodeIds (line 486) | public List getAllNodeIds(NodeId bigger, int maxCount) method getIdFromFileName (line 502) | protected NodeId getIdFromFileName(String fileName) { method getListRecursive (line 523) | private void getListRecursive( FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/bundle/ConsistencyCheckerError.java class ConsistencyCheckerError (line 28) | abstract class ConsistencyCheckerError { method ConsistencyCheckerError (line 34) | ConsistencyCheckerError(NodeId nodeId, String message) { method getNodeId (line 39) | final NodeId getNodeId() { method repair (line 43) | final void repair(final ChangeLog changes) throws ItemStateException { method getReportItem (line 48) | final ReportItem getReportItem() { method isRepairable (line 55) | abstract boolean isRepairable(); method doRepair (line 63) | abstract void doRepair(final ChangeLog changes) throws ItemStateExcept... method getType (line 65) | abstract ReportItem.Type getType(); method doubleCheck (line 72) | abstract boolean doubleCheck() throws ItemStateException; method toString (line 74) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/bundle/ConsistencyCheckerImpl.java class ConsistencyCheckerImpl (line 54) | public class ConsistencyCheckerImpl { method ConsistencyCheckerImpl (line 77) | public ConsistencyCheckerImpl(AbstractBundlePersistenceManager pm, Con... method check (line 96) | public void check(String[] uuids, boolean recursive) throws Repository... method doubleCheckErrors (line 107) | public void doubleCheckErrors() { method getReport (line 127) | public ConsistencyReport getReport() { method repair (line 143) | public void repair() throws RepositoryException { method hasErrors (line 183) | private boolean hasErrors() { method hasRepairableErrors (line 187) | private boolean hasRepairableErrors() { method checkLostNFound (line 198) | private void checkLostNFound() { method internalCheckConsistency (line 219) | private int internalCheckConsistency(String[] uuids, boolean recursive... method checkBundleConsistency (line 315) | private void checkBundleConsistency(NodeId nodeId, NodeInfo nodeInfo, ... method isVirtualNode (line 371) | protected boolean isVirtualNode(NodeId nodeId) { method isRoot (line 375) | private boolean isRoot(NodeId nodeId) { method addError (line 379) | private void addError(ConsistencyCheckerError error) { method info (line 386) | private void info(String id, String message) { method error (line 395) | private void error(String id, String message) { method error (line 404) | private void error(String id, String message, Throwable ex) { method storeBundle (line 412) | private void storeBundle(NodePropBundle bundle) { method getBundle (line 423) | private NodePropBundle getBundle(NodeId nodeId) throws ItemStateExcept... method saveBundle (line 430) | private void saveBundle(NodePropBundle bundle) { class MissingChild (line 440) | private class MissingChild extends ConsistencyCheckerError { method MissingChild (line 444) | private MissingChild(final NodeId nodeId, final NodeId childNodeId) { method getType (line 449) | @Override method isRepairable (line 454) | @Override method doRepair (line 459) | @Override method doubleCheck (line 473) | @Override class DisconnectedChild (line 496) | private class DisconnectedChild extends ConsistencyCheckerError { method DisconnectedChild (line 500) | DisconnectedChild(final NodeId nodeId, final NodeId childNodeId, fin... method getType (line 505) | @Override method isRepairable (line 510) | @Override method doRepair (line 515) | @Override method doubleCheck (line 530) | @Override class OrphanedNode (line 554) | private class OrphanedNode extends ConsistencyCheckerError { method OrphanedNode (line 558) | OrphanedNode(final NodeId nodeId, final NodeId parentNodeId) { method getType (line 563) | @Override method isRepairable (line 568) | @Override method doRepair (line 573) | @Override method doubleCheck (line 592) | @Override class AbandonedNode (line 615) | private class AbandonedNode extends ConsistencyCheckerError { method AbandonedNode (line 620) | AbandonedNode(final NodeId nodeId, final NodeId parentNodeId) { method getType (line 626) | @Override method isRepairable (line 631) | @Override method doRepair (line 636) | @Override method createNodeName (line 646) | private Name createNodeName() { method doubleCheck (line 653) | @Override class CheckerUpdate (line 673) | private class CheckerUpdate implements Update { method setAttribute (line 679) | @Override method getAttribute (line 684) | @Override method getChanges (line 689) | @Override method getEvents (line 694) | @Override method getTimestamp (line 699) | @Override method getUserData (line 704) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/check/ConsistencyCheckListener.java type ConsistencyCheckListener (line 19) | public interface ConsistencyCheckListener { method startCheck (line 25) | public void startCheck(String id); method report (line 31) | public void report(ReportItem item); method error (line 38) | public void error(String id, String message); method info (line 45) | public void info(String id, String message); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/check/ConsistencyChecker.java type ConsistencyChecker (line 31) | public interface ConsistencyChecker { method setEventChannel (line 38) | public void setEventChannel(UpdateEventChannel eventChannel); method check (line 64) | ConsistencyReport check(String[] uuids, boolean recursive, boolean fix, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/check/ConsistencyReport.java type ConsistencyReport (line 24) | public interface ConsistencyReport { method getNodeCount (line 29) | public int getNodeCount(); method getElapsedTimeMs (line 34) | public long getElapsedTimeMs(); method getItems (line 39) | public Set getItems(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/check/ConsistencyReportImpl.java class ConsistencyReportImpl (line 21) | public class ConsistencyReportImpl implements ConsistencyReport { method ConsistencyReportImpl (line 27) | public ConsistencyReportImpl(int nodeCount, long elapsedTimeMs, method getNodeCount (line 34) | public int getNodeCount() { method getElapsedTimeMs (line 38) | public long getElapsedTimeMs() { method getItems (line 42) | public Set getItems() { method toString (line 46) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/check/ReportItem.java type ReportItem (line 22) | public interface ReportItem { type Type (line 24) | public enum Type { method getNodeId (line 31) | public String getNodeId(); method getMessage (line 36) | public String getMessage(); method getType (line 41) | public Type getType(); method isRepaired (line 46) | public boolean isRepaired(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/check/ReportItemImpl.java class ReportItemImpl (line 19) | public class ReportItemImpl implements ReportItem { method ReportItemImpl (line 26) | public ReportItemImpl(String nodeId, String message, Type type, boolea... method getNodeId (line 33) | public String getNodeId() { method getMessage (line 37) | public String getMessage() { method getType (line 41) | @Override method isRepaired (line 46) | @Override method toString (line 51) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/db/DatabasePersistenceManager.java class DatabasePersistenceManager (line 74) | @Deprecated method DatabasePersistenceManager (line 157) | public DatabasePersistenceManager() { method getSchemaObjectPrefix (line 166) | public String getSchemaObjectPrefix() { method setSchemaObjectPrefix (line 170) | public void setSchemaObjectPrefix(String schemaObjectPrefix) { method getSchema (line 175) | public String getSchema() { method setSchema (line 179) | public void setSchema(String schema) { method isExternalBLOBs (line 183) | public boolean isExternalBLOBs() { method setExternalBLOBs (line 187) | public void setExternalBLOBs(boolean externalBLOBs) { method setExternalBLOBs (line 191) | public void setExternalBLOBs(String externalBLOBs) { method isSchemaCheckEnabled (line 198) | public final boolean isSchemaCheckEnabled() { method setSchemaCheckEnabled (line 205) | public final void setSchemaCheckEnabled(boolean enabled) { method init (line 213) | public void init(PMContext context) throws Exception { method close (line 266) | public synchronized void close() throws Exception { method store (line 296) | public synchronized void store(ChangeLog changeLog) method load (line 366) | public NodeState load(NodeId id) method load (line 404) | public PropertyState load(PropertyId id) method store (line 457) | @Override method store (line 496) | @Override method destroy (line 530) | public synchronized void destroy(NodeState state) method destroy (line 550) | public synchronized void destroy(PropertyState state) method loadReferencesTo (line 590) | public NodeReferences loadReferencesTo(NodeId targetId) method store (line 635) | @Override method destroy (line 668) | public synchronized void destroy(NodeReferences refs) method exists (line 688) | public boolean exists(NodeId id) throws ItemStateException { method exists (line 714) | public boolean exists(PropertyId id) throws ItemStateException { method existsReferencesTo (line 741) | public boolean existsReferencesTo(NodeId targetId) throws ItemStateExc... method initConnection (line 778) | protected void initConnection() throws Exception { method getConnection (line 800) | protected Connection getConnection() throws Exception { method closeConnection (line 816) | protected void closeConnection(Connection connection) throws Exception { method reestablishConnection (line 827) | protected synchronized boolean reestablishConnection() { method executeStmt (line 879) | protected Statement executeStmt(String sql, Object[] params) method resetStatement (line 941) | protected void resetStatement(PreparedStatement stmt) { method closeResultSet (line 952) | protected void closeResultSet(ResultSet rs) { method closeStatement (line 962) | protected void closeStatement(Statement stmt) { method logException (line 972) | protected void logException(String message, SQLException se) { method prepareSchemaObjectPrefix (line 988) | protected void prepareSchemaObjectPrefix() throws Exception { method checkSchema (line 1016) | protected void checkSchema() throws Exception { method createSchemaSql (line 1071) | protected String createSchemaSql(String sql) { method getSchemaDDL (line 1080) | protected InputStream getSchemaDDL() { method buildSQLStatements (line 1089) | protected void buildSQLStatements() { method initPreparedStatements (line 1145) | protected void initPreparedStatements() throws SQLException { class SizedInputStream (line 1190) | static class SizedInputStream extends FilterInputStream { method SizedInputStream (line 1194) | SizedInputStream(InputStream in, long size) { method getSize (line 1199) | long getSize() { method isConsumed (line 1203) | boolean isConsumed() { method read (line 1207) | public int read() throws IOException { method skip (line 1212) | public long skip(long n) throws IOException { method read (line 1217) | public int read(byte[] b) throws IOException { method read (line 1222) | public int read(byte[] b, int off, int len) throws IOException { class DbBLOBStore (line 1228) | class DbBLOBStore implements BLOBStore { method createId (line 1232) | public String createId(PropertyId id, int index) { method get (line 1245) | public InputStream get(String blobId) throws Exception { method put (line 1278) | public synchronized void put(String blobId, InputStream in, long size) method remove (line 1293) | public synchronized boolean remove(String blobId) throws Exception { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/db/DerbyPersistenceManager.java class DerbyPersistenceManager (line 67) | @Deprecated method DerbyPersistenceManager (line 83) | public DerbyPersistenceManager() { method getShutdownOnClose (line 93) | public boolean getShutdownOnClose() { method setShutdownOnClose (line 97) | public void setShutdownOnClose(boolean shutdownOnClose) { method closeConnection (line 111) | protected void closeConnection(Connection connection) throws SQLExcept... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/db/JNDIDatabasePersistenceManager.java class JNDIDatabasePersistenceManager (line 39) | @Deprecated method getDataSourceLocation (line 54) | public String getDataSourceLocation() { method setDataSourceLocation (line 63) | public void setDataSourceLocation(String dataSourceLocation) { method getConnection (line 78) | protected Connection getConnection() throws NamingException, SQLExcept... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/db/MSSqlPersistenceManager.java class MSSqlPersistenceManager (line 62) | @Deprecated method MSSqlPersistenceManager (line 74) | public MSSqlPersistenceManager() { method getTableSpace (line 89) | public String getTableSpace() { method setTableSpace (line 97) | public void setTableSpace(String tableSpace) { method createSchemaSql (line 105) | protected String createSchemaSql(String sql) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/db/OraclePersistenceManager.java class OraclePersistenceManager (line 88) | @Deprecated method OraclePersistenceManager (line 110) | public OraclePersistenceManager() { method getTableSpace (line 124) | public String getTableSpace() { method setTableSpace (line 132) | public void setTableSpace(String tableSpace) { method init (line 148) | public void init(PMContext context) throws Exception { method store (line 169) | public synchronized void store(NodeState state) throws ItemStateExcept... method store (line 210) | public synchronized void store(PropertyState state) throws ItemStateEx... method store (line 251) | public synchronized void store(NodeReferences refs) throws ItemStateEx... method checkSchema (line 297) | protected void checkSchema() throws Exception { method createTemporaryBlob (line 362) | protected Blob createTemporaryBlob(InputStream in) throws Exception { method freeTemporaryBlob (line 400) | protected void freeTemporaryBlob(Object blob) throws Exception { class OracleBLOBStore (line 407) | class OracleBLOBStore extends DbBLOBStore { method put (line 411) | public synchronized void put(String blobId, InputStream in, long size) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/db/SimpleDbPersistenceManager.java class SimpleDbPersistenceManager (line 138) | @Deprecated method setConnectionFactory (line 154) | public void setConnectionFactory(ConnectionFactory connnectionFactory) { method getUrl (line 159) | public String getUrl() { method setUrl (line 163) | public void setUrl(String url) { method getUser (line 167) | public String getUser() { method setUser (line 171) | public void setUser(String user) { method getPassword (line 175) | public String getPassword() { method setPassword (line 179) | public void setPassword(String password) { method getDriver (line 183) | public String getDriver() { method setDriver (line 187) | public void setDriver(String driver) { method getConnection (line 199) | protected Connection getConnection() throws RepositoryException, SQLEx... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/mem/InMemBundlePersistenceManager.java class InMemBundlePersistenceManager (line 79) | public class InMemBundlePersistenceManager extends AbstractBundlePersist... method InMemBundlePersistenceManager (line 182) | public InMemBundlePersistenceManager() { method setInitialCapacity (line 186) | public void setInitialCapacity(int initialCapacity) { method setInitialCapacity (line 190) | public void setInitialCapacity(String initialCapacity) { method getInitialCapacity (line 194) | public String getInitialCapacity() { method setLoadFactor (line 198) | public void setLoadFactor(float loadFactor) { method setLoadFactor (line 202) | public void setLoadFactor(String loadFactor) { method getLoadFactor (line 206) | public String getLoadFactor() { method isPersistent (line 210) | public boolean isPersistent() { method setPersistent (line 214) | public void setPersistent(boolean persistent) { method setPersistent (line 218) | public void setPersistent(String persistent) { method setUseFileBlobStore (line 222) | public void setUseFileBlobStore(boolean useFileBlobStore) { method setUseFileBlobStore (line 226) | public void setUseFileBlobStore(String useFileBlobStore) { method getMinBlobSize (line 230) | public String getMinBlobSize() { method setMinBlobSize (line 234) | public void setMinBlobSize(String minBlobSize) { method loadContents (line 243) | public synchronized void loadContents() throws Exception { method storeContents (line 314) | public synchronized void storeContents() throws Exception { method init (line 381) | public void init(PMContext context) throws Exception { method close (line 416) | public synchronized void close() throws Exception { method loadReferencesTo (line 438) | public NodeReferences loadReferencesTo(NodeId id) throws NoSuchItemSta... method store (line 460) | @Override method existsReferencesTo (line 478) | public boolean existsReferencesTo(NodeId targetId) throws ItemStateExc... method destroy (line 488) | @Override method getAllNodeIds (line 496) | public List getAllNodeIds(NodeId after, int maxCount) throws I... method loadBundle (line 516) | @Override method storeBundle (line 533) | @Override method destroyBundle (line 549) | @Override method getBlobStore (line 557) | @Override type CloseableBLOBStore (line 565) | protected static interface CloseableBLOBStore extends BLOBStore { method close (line 566) | void close(); class InMemBLOBStore (line 572) | protected class InMemBLOBStore implements CloseableBLOBStore { method InMemBLOBStore (line 574) | public InMemBLOBStore() { method createId (line 581) | public String createId(PropertyId id, int index) { method put (line 596) | public void put(String blobId, InputStream in, long size) throws Exc... method get (line 603) | public InputStream get(String blobId) throws Exception { method remove (line 614) | public boolean remove(String blobId) throws Exception { method close (line 621) | public void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/mem/InMemPersistenceManager.java class InMemPersistenceManager (line 71) | @Deprecated method InMemPersistenceManager (line 111) | public InMemPersistenceManager() { method setInitialCapacity (line 115) | public void setInitialCapacity(int initialCapacity) { method setInitialCapacity (line 119) | public void setInitialCapacity(String initialCapacity) { method getInitialCapacity (line 123) | public String getInitialCapacity() { method setLoadFactor (line 127) | public void setLoadFactor(float loadFactor) { method setLoadFactor (line 131) | public void setLoadFactor(String loadFactor) { method getLoadFactor (line 135) | public String getLoadFactor() { method isPersistent (line 139) | public boolean isPersistent() { method setPersistent (line 143) | public void setPersistent(boolean persistent) { method setPersistent (line 147) | public void setPersistent(String persistent) { method buildBlobFilePath (line 151) | protected static String buildBlobFilePath(String parentUUID, Name prop... method loadContents (line 179) | public synchronized void loadContents() throws Exception { method storeContents (line 238) | public synchronized void storeContents() throws Exception { method init (line 288) | public void init(PMContext context) throws Exception { method close (line 319) | public synchronized void close() throws Exception { method load (line 361) | public synchronized NodeState load(NodeId id) method load (line 388) | public synchronized PropertyState load(PropertyId id) method store (line 415) | protected void store(NodeState state) throws ItemStateException { method store (line 440) | protected void store(PropertyState state) throws ItemStateException { method destroy (line 465) | protected void destroy(NodeState state) throws ItemStateException { method destroy (line 477) | protected void destroy(PropertyState state) throws ItemStateException { method loadReferencesTo (line 499) | public synchronized NodeReferences loadReferencesTo(NodeId id) method store (line 526) | protected void store(NodeReferences refs) throws ItemStateException { method destroy (line 551) | protected void destroy(NodeReferences refs) throws ItemStateException { method exists (line 563) | public boolean exists(PropertyId id) throws ItemStateException { method exists (line 573) | public boolean exists(NodeId id) throws ItemStateException { method existsReferencesTo (line 583) | public boolean existsReferencesTo(NodeId id) throws ItemStateException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/obj/ObjectPersistenceManager.java class ObjectPersistenceManager (line 56) | @Deprecated method ObjectPersistenceManager (line 82) | public ObjectPersistenceManager() { method buildNodeFolderPath (line 86) | private static String buildNodeFolderPath(NodeId id) { method buildPropFilePath (line 104) | private static String buildPropFilePath(PropertyId id) { method buildNodeFilePath (line 126) | private static String buildNodeFilePath(NodeId id) { method buildNodeReferencesFilePath (line 130) | private static String buildNodeReferencesFilePath(NodeId id) { method init (line 138) | public void init(PMContext context) throws Exception { method close (line 162) | public synchronized void close() throws Exception { method load (line 185) | public synchronized NodeState load(NodeId id) method load (line 227) | public synchronized PropertyState load(PropertyId id) method loadReferencesTo (line 265) | public synchronized NodeReferences loadReferencesTo(NodeId id) method store (line 304) | protected void store(NodeState state) throws ItemStateException { method store (line 330) | protected void store(PropertyState state) throws ItemStateException { method store (line 356) | protected void store(NodeReferences refs) throws ItemStateException { method destroy (line 381) | protected void destroy(NodeState state) throws ItemStateException { method destroy (line 403) | protected void destroy(PropertyState state) throws ItemStateException { method destroy (line 436) | protected void destroy(NodeReferences refs) throws ItemStateException { method exists (line 458) | public synchronized boolean exists(PropertyId id) throws ItemStateExce... method exists (line 477) | public synchronized boolean exists(NodeId id) throws ItemStateException { method existsReferencesTo (line 496) | public synchronized boolean existsReferencesTo(NodeId id) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/BundleDbPersistenceManager.java class BundleDbPersistenceManager (line 86) | public class BundleDbPersistenceManager method setConnectionFactory (line 196) | public void setConnectionFactory(ConnectionFactory connectionFactory) { method getUrl (line 204) | public String getUrl() { method setUrl (line 217) | public void setUrl(String url) { method getUser (line 225) | public String getUser() { method setUser (line 233) | public void setUser(String user) { method getPassword (line 241) | public String getPassword() { method setPassword (line 249) | public void setPassword(String password) { method getDriver (line 257) | public String getDriver() { method setDriver (line 268) | public void setDriver(String driver) { method getSchemaObjectPrefix (line 276) | public String getSchemaObjectPrefix() { method setSchemaObjectPrefix (line 287) | public void setSchemaObjectPrefix(String schemaObjectPrefix) { method getSchema (line 299) | @Deprecated method getDatabaseType (line 308) | public String getDatabaseType() { method setSchema (line 321) | @Deprecated method setDatabaseType (line 333) | public void setDatabaseType(String databaseType) { method getDataSourceName (line 337) | public String getDataSourceName() { method setDataSourceName (line 341) | public void setDataSourceName(String dataSourceName) { method isExternalBLOBs (line 349) | public boolean isExternalBLOBs() { method setExternalBLOBs (line 358) | public void setExternalBLOBs(boolean externalBLOBs) { method getConsistencyCheck (line 366) | public String getConsistencyCheck() { method setConsistencyCheck (line 374) | public void setConsistencyCheck(String consistencyCheck) { method getConsistencyFix (line 382) | public String getConsistencyFix() { method setConsistencyFix (line 392) | public void setConsistencyFix(String consistencyFix) { method getMinBlobSize (line 400) | public String getMinBlobSize() { method setMinBlobSize (line 410) | public void setMinBlobSize(String minBlobSize) { method setErrorHandling (line 420) | public void setErrorHandling(String errorHandling) { method getErrorHandling (line 428) | public String getErrorHandling() { method setBlockOnConnectionLoss (line 432) | public void setBlockOnConnectionLoss(String block) { method getBlockOnConnectionLoss (line 436) | public String getBlockOnConnectionLoss() { method useDbBlobStore (line 444) | public boolean useDbBlobStore() { method useLocalFsBlobStore (line 452) | public boolean useLocalFsBlobStore() { method isSchemaCheckEnabled (line 459) | public final boolean isSchemaCheckEnabled() { method setSchemaCheckEnabled (line 466) | public final void setSchemaCheckEnabled(boolean enabled) { method store (line 477) | public synchronized void store(final ChangeLog changeLog) throws ItemS... method isIntegrityConstraintViolation (line 521) | private boolean isIntegrityConstraintViolation(Throwable t) { method init (line 533) | public void init(PMContext context) throws Exception { method getDataSource (line 569) | private DataSource getDataSource() throws Exception { method createConnectionHelper (line 590) | protected ConnectionHelper createConnectionHelper(DataSource dataSrc) ... method createCheckSchemaOperation (line 601) | protected CheckSchemaOperation createCheckSchemaOperation() { method getBlobStore (line 612) | @Override method createBlobStore (line 622) | protected CloseableBLOBStore createBlobStore() throws Exception { method getNameIndex (line 635) | public StringIndex getNameIndex() { method createDbNameIndex (line 660) | protected DbNameIndex createDbNameIndex() throws SQLException { method getStorageModel (line 668) | public int getStorageModel() { method createLocalFSBlobStore (line 680) | protected CloseableBLOBStore createLocalFSBlobStore(PMContext context) method createDBBlobStore (line 701) | protected CloseableBLOBStore createDBBlobStore(PMContext context) method close (line 709) | public synchronized void close() throws Exception { method getKey (line 734) | protected Object[] getKey(NodeId id) { method createParams (line 752) | protected Object[] createParams(NodeId id, Object p, boolean before) { method getAllNodeIds (line 779) | public synchronized List getAllNodeIds(NodeId bigger, int maxC... method getAllNodeInfos (line 831) | @Override method loadBundle (line 884) | @Override method readBundle (line 919) | private NodePropBundle readBundle(NodeId id, ResultSet rs, int column) method storeBundle (line 944) | protected synchronized void storeBundle(NodePropBundle bundle) throws ... method destroyBundle (line 973) | protected synchronized void destroyBundle(NodePropBundle bundle) throw... method loadReferencesTo (line 989) | public synchronized NodeReferences loadReferencesTo(NodeId targetId) method store (line 1030) | public synchronized void store(NodeReferences refs) throws ItemStateEx... method destroy (line 1060) | public synchronized void destroy(NodeReferences refs) throws ItemState... method existsReferencesTo (line 1080) | public synchronized boolean existsReferencesTo(NodeId targetId) throws... method toString (line 1104) | public String toString() { method buildSQLStatements (line 1111) | protected void buildSQLStatements() { type CloseableBLOBStore (line 1168) | protected static interface CloseableBLOBStore extends BLOBStore { method close (line 1169) | void close(); class FSBlobStore (line 1176) | protected class FSBlobStore extends FileSystemBLOBStore implements Clo... method FSBlobStore (line 1180) | public FSBlobStore(FileSystem fs) { method createId (line 1185) | public String createId(PropertyId id, int index) { method close (line 1189) | public void close() { class DbBlobStore (line 1202) | protected class DbBlobStore implements CloseableBLOBStore { method DbBlobStore (line 1210) | public DbBlobStore() throws SQLException { method createId (line 1221) | public String createId(PropertyId id, int index) { method get (line 1236) | public InputStream get(String blobId) throws Exception { method put (line 1276) | public synchronized void put(String blobId, InputStream in, long size) method remove (line 1295) | public synchronized boolean remove(String blobId) throws Exception { method close (line 1299) | public void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/DbNameIndex.java class DbNameIndex (line 38) | public class DbNameIndex implements StringIndex { method DbNameIndex (line 57) | public DbNameIndex(ConnectionHelper conHlpr, String schemaObjectPrefix) method init (line 69) | protected void init(String schemaObjectPrefix) method close (line 79) | public void close() { method stringToIndex (line 87) | public int stringToIndex(String string) { method indexToString (line 108) | public String indexToString(int idx) throws IllegalArgumentException { method insertString (line 129) | protected int insertString(String string) { method getIndex (line 159) | protected int getIndex(String string) { method getString (line 184) | protected String getString(int index) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/DerbyPersistenceManager.java class DerbyPersistenceManager (line 50) | public class DerbyPersistenceManager extends BundleDbPersistenceManager { method getDerbyStorageInitialPages (line 74) | public String getDerbyStorageInitialPages() { method setDerbyStorageInitialPages (line 108) | public void setDerbyStorageInitialPages(String derbyStorageInitialPage... method getDerbyStorageMinimumRecordSize (line 117) | public String getDerbyStorageMinimumRecordSize() { method setDerbyStorageMinimumRecordSize (line 136) | public void setDerbyStorageMinimumRecordSize(String derbyStorageMinimu... method getDerbyStoragePageCacheSize (line 145) | public String getDerbyStoragePageCacheSize() { method setDerbyStoragePageCacheSize (line 173) | public void setDerbyStoragePageCacheSize(String derbyStoragePageCacheS... method getDerbyStoragePageReservedSpace (line 183) | public String getDerbyStoragePageReservedSpace() { method setDerbyStoragePageReservedSpace (line 204) | public void setDerbyStoragePageReservedSpace(String derbyStoragePageRe... method getDerbyStoragePageSize (line 213) | public String getDerbyStoragePageSize() { method setDerbyStoragePageSize (line 228) | public void setDerbyStoragePageSize(String derbyStoragePageSize) { method init (line 235) | public void init(PMContext context) throws Exception { method createConnectionHelper (line 268) | @Override method getStorageModel (line 280) | public int getStorageModel() { method close (line 290) | public void close() throws Exception { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/H2PersistenceManager.java class H2PersistenceManager (line 41) | public class H2PersistenceManager extends BundleDbPersistenceManager { method getLockTimeout (line 50) | public String getLockTimeout() { method setLockTimeout (line 58) | public void setLockTimeout(String lockTimeout) { method init (line 65) | public void init(PMContext context) throws Exception { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/MSSqlPersistenceManager.java class MSSqlPersistenceManager (line 39) | public class MSSqlPersistenceManager extends BundleDbPersistenceManager { method MSSqlPersistenceManager (line 44) | public MSSqlPersistenceManager() { method createCheckSchemaOperation (line 52) | @Override method getTableSpace (line 63) | public String getTableSpace() { method setTableSpace (line 72) | public void setTableSpace(String tableSpace) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/MySqlPersistenceManager.java class MySqlPersistenceManager (line 38) | public class MySqlPersistenceManager extends BundleDbPersistenceManager { method init (line 43) | public void init(PMContext context) throws Exception { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/NGKDbNameIndex.java class NGKDbNameIndex (line 29) | public class NGKDbNameIndex extends DbNameIndex { method NGKDbNameIndex (line 37) | public NGKDbNameIndex(ConnectionHelper conHelper, String schemaObjectP... method init (line 45) | protected void init(String schemaObjectPrefix) method insertString (line 61) | protected int insertString(String string) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/Oracle9PersistenceManager.java class Oracle9PersistenceManager (line 41) | public class Oracle9PersistenceManager extends OraclePersistenceManager { method createConnectionHelper (line 46) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/OraclePersistenceManager.java class OraclePersistenceManager (line 48) | public class OraclePersistenceManager extends BundleDbPersistenceManager { method OraclePersistenceManager (line 74) | public OraclePersistenceManager() { method getTablespace (line 85) | public String getTablespace() { method setTablespace (line 93) | public void setTablespace(String tablespaceName) { method getIndexTablespace (line 101) | public String getIndexTablespace() { method setIndexTablespace (line 109) | public void setIndexTablespace(String tablespaceName) { method buildTablespaceClause (line 122) | private String buildTablespaceClause(String tablespaceName) { method init (line 130) | public void init(PMContext context) throws Exception { method createDbNameIndex (line 153) | protected DbNameIndex createDbNameIndex() throws SQLException { method createConnectionHelper (line 160) | @Override method createCheckSchemaOperation (line 170) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/PostgreSQLNameIndex.java class PostgreSQLNameIndex (line 30) | public class PostgreSQLNameIndex extends DbNameIndex { method PostgreSQLNameIndex (line 34) | public PostgreSQLNameIndex(ConnectionHelper connectionHelper, String s... method init (line 45) | protected void init(String schemaObjectPrefix) method insertString (line 62) | protected int insertString(String string) { method getGeneratedKey (line 78) | protected int getGeneratedKey() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/pool/PostgreSQLPersistenceManager.java class PostgreSQLPersistenceManager (line 44) | public class PostgreSQLPersistenceManager extends BundleDbPersistenceMan... method init (line 49) | public void init(PMContext context) throws Exception { method createDbNameIndex (line 65) | protected DbNameIndex createDbNameIndex() throws SQLException { method createConnectionHelper (line 72) | @Override method getStorageModel (line 81) | public int getStorageModel() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/BLOBStore.java type BLOBStore (line 33) | public interface BLOBStore { method createId (line 42) | String createId(PropertyId id, int index); method put (line 53) | void put(String blobId, InputStream in, long size) throws Exception; method get (line 63) | InputStream get(String blobId) throws Exception; method remove (line 75) | boolean remove(String blobId) throws Exception; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/BundleBinding.java class BundleBinding (line 30) | public class BundleBinding { method BundleBinding (line 104) | public BundleBinding( method getMinBlobSize (line 119) | public long getMinBlobSize() { method setMinBlobSize (line 130) | public void setMinBlobSize(long minBlobSize) { method getBlobStore (line 138) | public BLOBStore getBlobStore() { method readBundle (line 150) | public NodePropBundle readBundle(InputStream in, NodeId id) method writeBundle (line 162) | public void writeBundle(OutputStream out, NodePropBundle bundle) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/BundleDumper.java class BundleDumper (line 37) | public class BundleDumper { method main (line 109) | public static void main(String... args) throws IOException { method run (line 113) | void run(String... args) throws IOException { method dump (line 126) | public String dump(byte[] bundle) throws IOException { method readBundleNew (line 144) | private void readBundleNew() throws IOException { method readBundleOld (line 199) | private void readBundleOld() throws IOException { method getType (line 261) | private static String getType(int type) { method readPropertyEntry (line 276) | private void readPropertyEntry() method readNodeId (line 384) | private UUID readNodeId() throws IOException { method readDecimal (line 400) | private BigDecimal readDecimal() throws IOException { method readQName (line 415) | private String readQName() throws IOException { method readIndexedQName (line 431) | private String readIndexedQName() throws IOException { method readName (line 452) | private String readName() throws IOException { method readVarInt (line 479) | private int readVarInt() throws IOException { method readVarInt (line 488) | private int readVarInt(int value, int base) throws IOException { method readVarLong (line 503) | private long readVarLong() throws IOException { method readDate (line 532) | private Calendar readDate() throws IOException { method readString (line 605) | private String readString() throws IOException { method readBytes (line 613) | private byte[] readBytes(int len, int base) throws IOException { method convertBytesToHex (line 619) | public static String convertBytesToHex(byte[] value) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/BundleNames.java class BundleNames (line 40) | class BundleNames { method nameToIndex (line 207) | public static int nameToIndex(Name name) { method indexToName (line 216) | public static Name indexToName(int index) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/BundleReader.java class BundleReader (line 50) | class BundleReader { method BundleReader (line 128) | public BundleReader(BundleBinding binding, InputStream stream) method readBundle (line 143) | public NodePropBundle readBundle(NodeId id) throws IOException { method readBundleNew (line 155) | private void readBundleNew(NodePropBundle bundle) throws IOException { method readBundleOld (line 216) | private void readBundleOld(NodePropBundle bundle) throws IOException { method readPropertyEntry (line 299) | private NodePropBundle.PropertyEntry readPropertyEntry(PropertyId id) method readNodeId (line 438) | private NodeId readNodeId() throws IOException { method readDecimal (line 454) | private BigDecimal readDecimal() throws IOException { method readQName (line 469) | private Name readQName() throws IOException { method readIndexedQName (line 485) | private Name readIndexedQName() throws IOException { method readName (line 506) | private Name readName() throws IOException { method readVarInt (line 535) | private int readVarInt() throws IOException { method readVarInt (line 544) | private int readVarInt(int value, int base) throws IOException { method readVarLong (line 559) | private long readVarLong() throws IOException { method readDate (line 588) | private Calendar readDate() throws IOException { method readString (line 661) | private String readString() throws IOException { method readBytes (line 669) | private byte[] readBytes(int len, int base) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/BundleWriter.java class BundleWriter (line 48) | class BundleWriter { method BundleWriter (line 73) | public BundleWriter(BundleBinding binding, OutputStream stream) method writeBundle (line 87) | public void writeBundle(NodePropBundle bundle) method writeState (line 182) | private void writeState(NodePropBundle.PropertyEntry state) method convertToIOException (line 340) | private static IOException convertToIOException(int propertyType, Exce... method writeSmallBinary (line 356) | private byte[] writeSmallBinary( method writeNodeId (line 386) | private void writeNodeId(NodeId id) throws IOException { method writeDecimal (line 397) | private void writeDecimal(BigDecimal decimal) throws IOException { method writeName (line 450) | private void writeName(Name name) throws IOException { method writeVarInt (line 510) | private void writeVarInt(int value) throws IOException { method writeVarInt (line 523) | private void writeVarInt(int value, int base) throws IOException { method writeVarLong (line 541) | private void writeVarLong(long value) throws IOException { method writeDate (line 651) | private void writeDate(Calendar value) throws IOException { method writeString (line 710) | private void writeString(String value) throws IOException { method writeBytes (line 723) | private void writeBytes(byte[] bytes, int base) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/ErrorHandling.java class ErrorHandling (line 24) | public final class ErrorHandling { method ErrorHandling (line 43) | public ErrorHandling() { method ErrorHandling (line 52) | public ErrorHandling(String str) { method ignoreMissingBlobs (line 64) | public boolean ignoreMissingBlobs() { method toString (line 73) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/FileBasedIndex.java class FileBasedIndex (line 34) | public class FileBasedIndex extends HashMapIndex { method FileBasedIndex (line 55) | public FileBasedIndex(FileSystemResource file) method load (line 68) | protected void load() { method save (line 98) | protected void save() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/FileSystemBLOBStore.java class FileSystemBLOBStore (line 34) | public class FileSystemBLOBStore implements ResourceBasedBLOBStore { method FileSystemBLOBStore (line 46) | public FileSystemBLOBStore(FileSystem fs) { method createId (line 54) | public String createId(PropertyId id, int index) { method get (line 82) | public InputStream get(String blobId) throws Exception { method put (line 89) | public void put(String blobId, InputStream in, long size) throws Excep... method remove (line 104) | public boolean remove(String blobId) throws Exception { method getResource (line 119) | public FileSystemResource getResource(String blobId) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/HashMapIndex.java class HashMapIndex (line 30) | public class HashMapIndex implements StringIndex { method load (line 47) | protected void load() { method save (line 53) | protected void save() { method stringToIndex (line 62) | public synchronized int stringToIndex(String nsUri) { method indexToString (line 88) | public synchronized String indexToString(int i) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/NodeInfo.java class NodeInfo (line 36) | public final class NodeInfo { method NodeInfo (line 80) | public NodeInfo(final NodePropBundle bundle) { method getId (line 125) | public NodeId getId() { method getParentId (line 132) | public NodeId getParentId() { method getChildren (line 139) | public List getChildren() { method getReferences (line 146) | public Map> getReferences() { method isReferenceable (line 153) | public boolean isReferenceable() { method hasBlobsInDataStore (line 160) | public boolean hasBlobsInDataStore() { method getNodeId (line 169) | private static NodeId getNodeId(NodeId nodeId) { method clearPool (line 186) | public static void clearPool() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/NodePropBundle.java class NodePropBundle (line 44) | public class NodePropBundle { method NodePropBundle (line 112) | public NodePropBundle(NodeId id) { method NodePropBundle (line 121) | public NodePropBundle(NodeState state) { method update (line 130) | public void update(NodeState state) { method createNodeState (line 153) | public NodeState createNodeState(PersistenceManager pMgr) { method isNew (line 184) | public boolean isNew() { method markOld (line 191) | public void markOld() { method getId (line 199) | public NodeId getId() { method getParentId (line 207) | public NodeId getParentId() { method setParentId (line 215) | public void setParentId(NodeId parentId) { method getNodeTypeName (line 223) | public Name getNodeTypeName() { method setNodeTypeName (line 231) | public void setNodeTypeName(Name nodeTypeName) { method getMixinTypeNames (line 239) | public Set getMixinTypeNames() { method setMixinTypeNames (line 247) | public void setMixinTypeNames(Set mixinTypeNames) { method isReferenceable (line 256) | public boolean isReferenceable() { method setReferenceable (line 264) | public void setReferenceable(boolean referenceable) { method getModCount (line 273) | public short getModCount() { method setModCount (line 282) | public void setModCount(short modCount) { method getChildNodeEntries (line 290) | public List getChildNodeEntries() { method addChildNodeEntry (line 299) | public void addChildNodeEntry(Name name, NodeId id) { method addProperty (line 307) | public void addProperty(PropertyEntry entry) { method addProperty (line 319) | public void addProperty(PropertyState state, BLOBStore blobStore) { method hasProperty (line 333) | public boolean hasProperty(Name name) { method getPropertyNames (line 341) | public Set getPropertyNames() { method getPropertyEntries (line 349) | public Collection getPropertyEntries() { method getPropertyEntry (line 358) | public PropertyEntry getPropertyEntry(Name name) { method removeAllProperties (line 367) | public void removeAllProperties(BLOBStore blobStore) { method removeProperty (line 379) | public void removeProperty(Name name, BLOBStore blobStore) { method getSharedSet (line 390) | public Set getSharedSet() { method setSharedSet (line 398) | public void setSharedSet(Set sharedSet) { method getSize (line 406) | public long getSize() { method setSize (line 430) | public void setSize(long size) { method toString (line 436) | @Override method equals (line 462) | @Override method equalNullSafe (line 478) | private static boolean equalNullSafe(Object a, Object b) { class ChildNodeEntry (line 490) | public static class ChildNodeEntry { method ChildNodeEntry (line 507) | public ChildNodeEntry(Name name, NodeId id) { method getName (line 516) | public Name getName() { method getId (line 524) | public NodeId getId() { method toString (line 530) | public String toString() { method equals (line 534) | public boolean equals(Object object) { class PropertyEntry (line 550) | public static class PropertyEntry { method PropertyEntry (line 586) | public PropertyEntry(PropertyId id) { method PropertyEntry (line 595) | public PropertyEntry(PropertyState state) { method getId (line 613) | public PropertyId getId() { method getName (line 621) | public Name getName() { method getValues (line 629) | public InternalValue[] getValues() { method setValues (line 637) | public void setValues(InternalValue[] values) { method getType (line 645) | public int getType() { method setType (line 653) | public void setType(int type) { method isMultiValued (line 661) | public boolean isMultiValued() { method setMultiValued (line 669) | public void setMultiValued(boolean multiValued) { method getBlobId (line 678) | public String getBlobId(int n) { method setBlobIds (line 686) | public void setBlobIds(String[] blobIds) { method setBlobId (line 695) | public void setBlobId(String blobId, int n) { method getModCount (line 703) | public short getModCount() { method setModCount (line 711) | public void setModCount(short modCount) { method destroy (line 719) | private void destroy(BLOBStore blobStore) { method toString (line 735) | public String toString() { method equals (line 748) | public boolean equals(Object object) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/ResourceBasedBLOBStore.java type ResourceBasedBLOBStore (line 27) | public interface ResourceBasedBLOBStore extends BLOBStore { method getResource (line 36) | FileSystemResource getResource(String blobId) throws Exception; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/util/Serializer.java class Serializer (line 51) | public final class Serializer { method serialize (line 72) | public static void serialize(NodeState state, OutputStream stream) method deserialize (line 120) | public static void deserialize(NodeState state, InputStream stream) method serialize (line 174) | public static void serialize(PropertyState state, method deserialize (line 248) | public static void deserialize(PropertyState state, method serialize (line 320) | public static void serialize(NodeReferences refs, OutputStream stream) method deserialize (line 342) | public static void deserialize(NodeReferences refs, InputStream stream) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/xml/XMLPersistenceManager.java class XMLPersistenceManager (line 72) | @Deprecated method XMLPersistenceManager (line 141) | public XMLPersistenceManager() { method getNodePathTemplate (line 151) | public String getNodePathTemplate() { method setNodePathTemplate (line 160) | public void setNodePathTemplate(String template) { method buildNodeFolderPath (line 171) | private String buildNodeFolderPath(NodeId id) { method buildPropFilePath (line 188) | private String buildPropFilePath(PropertyId id) { method buildNodeFilePath (line 210) | private String buildNodeFilePath(NodeId id) { method buildNodeReferencesFilePath (line 214) | private String buildNodeReferencesFilePath(NodeId id) { method readState (line 218) | private void readState(DOMWalker walker, NodeState state) method readState (line 286) | private void readState(DOMWalker walker, PropertyState state) method readState (line 382) | private void readState(DOMWalker walker, NodeReferences refs) method init (line 410) | public void init(PMContext context) throws Exception { method close (line 433) | public synchronized void close() throws Exception { method load (line 456) | public synchronized NodeState load(NodeId id) method load (line 498) | public synchronized PropertyState load(PropertyId id) method store (line 536) | protected void store(NodeState state) throws ItemStateException { method store (line 602) | protected void store(PropertyState state) throws ItemStateException { method destroy (line 697) | protected void destroy(NodeState state) throws ItemStateException { method destroy (line 720) | protected void destroy(PropertyState state) throws ItemStateException { method loadReferencesTo (line 753) | public synchronized NodeReferences loadReferencesTo(NodeId id) method store (line 792) | protected void store(NodeReferences refs) throws ItemStateException { method destroy (line 828) | protected void destroy(NodeReferences refs) throws ItemStateException { method exists (line 850) | public synchronized boolean exists(NodeId id) throws ItemStateException { method exists (line 869) | public synchronized boolean exists(PropertyId id) throws ItemStateExce... method existsReferencesTo (line 888) | public synchronized boolean existsReferencesTo(NodeId id) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/AQTQueryFactory.java class AQTQueryFactory (line 28) | public abstract class AQTQueryFactory implements QueryFactory { method getSupportedLanguages (line 33) | public List getSupportedLanguages() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/AbstractQueryHandler.java class AbstractQueryHandler (line 34) | public abstract class AbstractQueryHandler implements QueryHandler { method init (line 74) | public final void init(FileSystem fs, QueryHandlerContext context) method close (line 81) | public void close() throws IOException { method doInit (line 98) | protected abstract void doInit() throws IOException; method getContext (line 106) | public QueryHandlerContext getContext() { method updateNodes (line 121) | public synchronized void updateNodes( method getOnWorkspaceInconsistencyHandler (line 135) | public OnWorkspaceInconsistency getOnWorkspaceInconsistencyHandler() { method setOnWorkspaceInconsistency (line 151) | public void setOnWorkspaceInconsistency(String name) { method getOnWorkspaceInconsistency (line 158) | public String getOnWorkspaceInconsistency() { method setQueryClass (line 167) | public void setQueryClass(String queryClass) { method getQueryClass (line 174) | public String getQueryClass() { method setIdleTime (line 186) | @Deprecated method getIdleTime (line 196) | public String getIdleTime() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/AbstractQueryImpl.java class AbstractQueryImpl (line 28) | public abstract class AbstractQueryImpl implements Query { method init (line 42) | public abstract void init( FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/CompoundQueryFactory.java class CompoundQueryFactory (line 30) | public class CompoundQueryFactory implements QueryFactory { method CompoundQueryFactory (line 43) | public CompoundQueryFactory(List factories) { method getSupportedLanguages (line 50) | public List getSupportedLanguages() { method createQuery (line 63) | public Query createQuery(String statement, String language) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/ExecutableQuery.java type ExecutableQuery (line 27) | public interface ExecutableQuery { method execute (line 37) | QueryResult execute(long offset, long limit) throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/OnWorkspaceInconsistency.java class OnWorkspaceInconsistency (line 37) | public abstract class OnWorkspaceInconsistency { method handleMissingChildNode (line 50) | public void handleMissingChildNode(NoSuchItemStateException exception, method handleMissingChildNode (line 75) | public void handleMissingChildNode(NoSuchItemStateException exception, method OnWorkspaceInconsistency (line 111) | protected OnWorkspaceInconsistency(String name) { method getName (line 118) | public String getName() { method fromString (line 132) | public static OnWorkspaceInconsistency fromString(String name) method handleMissingChildNode (line 158) | public abstract void handleMissingChildNode(NoSuchItemStateException e... method logError (line 177) | public void logError(ItemStateException exception, QueryHandler handler, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/PropertyTypeRegistry.java class PropertyTypeRegistry (line 43) | public class PropertyTypeRegistry implements NodeTypeRegistryListener { method PropertyTypeRegistry (line 66) | public PropertyTypeRegistry(NodeTypeRegistry reg) { method getPropertyTypes (line 78) | public TypeMapping[] getPropertyTypes(Name propName) { method nodeTypeRegistered (line 89) | public void nodeTypeRegistered(Name ntName) { method nodeTypeReRegistered (line 117) | public void nodeTypeReRegistered(Name ntName) { method nodeTypesUnregistered (line 122) | public void nodeTypesUnregistered(Collection names) { method fillCache (line 160) | private void fillCache() { class TypeMapping (line 166) | public static class TypeMapping { method TypeMapping (line 177) | private TypeMapping(Name ntName, int type, boolean isMultiValued) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QOMQueryFactory.java class QOMQueryFactory (line 34) | public class QOMQueryFactory implements QueryFactory { method QOMQueryFactory (line 52) | public QOMQueryFactory(QueryObjectModelFactory qf, ValueFactory vf) { method getSupportedLanguages (line 60) | public List getSupportedLanguages() { method createQuery (line 67) | public Query createQuery(String statement, String language) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryFactory.java type QueryFactory (line 29) | public interface QueryFactory { method getSupportedLanguages (line 34) | public List getSupportedLanguages(); method createQuery (line 47) | public Query createQuery(String statement, String language) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryHandler.java type QueryHandler (line 36) | public interface QueryHandler { method init (line 50) | void init(FileSystem fs, QueryHandlerContext context) throws IOException; method getContext (line 58) | QueryHandlerContext getContext(); method addNode (line 66) | void addNode(NodeState node) throws RepositoryException, IOException; method deleteNode (line 73) | void deleteNode(NodeId id) throws IOException; method updateNodes (line 86) | void updateNodes(Iterator remove, Iterator add) method close (line 93) | void close() throws IOException; method createExecutableQuery (line 109) | ExecutableQuery createExecutableQuery( method getQueryClass (line 116) | String getQueryClass(); method getWeaklyReferringNodes (line 128) | public Iterable getWeaklyReferringNodes(NodeId id) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryHandlerContext.java class QueryHandlerContext (line 37) | public class QueryHandlerContext { method QueryHandlerContext (line 98) | public QueryHandlerContext( method getItemStateManager (line 127) | public ItemStateManager getItemStateManager() { method getHierarchyManager (line 137) | public HierarchyManager getHierarchyManager() { method getPersistenceManager (line 144) | public PersistenceManager getPersistenceManager() { method getRootId (line 152) | public NodeId getRootId() { method getPropertyTypeRegistry (line 160) | public PropertyTypeRegistry getPropertyTypeRegistry() { method getNodeTypeRegistry (line 168) | public NodeTypeRegistry getNodeTypeRegistry() { method getNamespaceRegistry (line 176) | public NamespaceRegistryImpl getNamespaceRegistry() { method getParentHandler (line 184) | public QueryHandler getParentHandler() { method getExcludedNodeId (line 194) | public NodeId getExcludedNodeId() { method destroy (line 201) | public void destroy() { method getExecutor (line 210) | public ScheduledExecutorService getExecutor() { method getClusterNode (line 220) | public ClusterNode getClusterNode() { method getWorkspace (line 224) | public String getWorkspace() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryHandlerFactory.java type QueryHandlerFactory (line 21) | public interface QueryHandlerFactory { method getQueryHandler (line 23) | QueryHandler getQueryHandler(QueryHandlerContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryImpl.java class QueryImpl (line 48) | public class QueryImpl extends AbstractQueryImpl { method init (line 104) | @Override method execute (line 125) | public QueryResult execute() throws RepositoryException { method getStatement (line 154) | public String getStatement() { method getLanguage (line 162) | public String getLanguage() { method getStoredQueryPath (line 170) | public String getStoredQueryPath() method storeAsNode (line 182) | public Node storeAsNode(String absPath) method getBindVariableNames (line 215) | public String[] getBindVariableNames() { method bindValue (line 225) | public void bindValue(String varName, Value value) method setLimit (line 235) | public void setLimit(long limit) { method setOffset (line 247) | public void setOffset(long offset) { method setInitialized (line 259) | protected void setInitialized() { method checkNotInitialized (line 267) | protected void checkNotInitialized() { method checkInitialized (line 277) | protected void checkInitialized() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryManagerImpl.java class QueryManagerImpl (line 46) | public class QueryManagerImpl implements QueryManager { method QueryManagerImpl (line 72) | public QueryManagerImpl( method createQuery (line 89) | public Query createQuery(final String statement, final String language) method getQuery (line 106) | public Query getQuery(final Node node) throws RepositoryException { method getSupportedQueryLanguages (line 131) | public String[] getSupportedQueryLanguages() throws RepositoryException { method getQOMFactory (line 145) | public QueryObjectModelFactory getQOMFactory() { method getWeaklyReferringNodes (line 159) | public Iterable getWeaklyReferringNodes(final Node node) method getQueryHandler (line 186) | QueryHandler getQueryHandler() { method perform (line 195) | private T perform(SessionOperation operation) class QueryFactoryImpl (line 200) | private class QueryFactoryImpl extends CompoundQueryFactory { method QueryFactoryImpl (line 202) | public QueryFactoryImpl(String language) { method QueryFactoryImpl (line 206) | public QueryFactoryImpl(final Node node, final String language) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/QueryObjectModelImpl.java class QueryObjectModelImpl (line 50) | public class QueryObjectModelImpl extends QueryImpl implements QueryObje... method init (line 71) | @Override method init (line 93) | public void init( method execute (line 121) | public QueryResult execute() throws RepositoryException { method getBindVariableNames (line 149) | @Override method bindValue (line 154) | @Override method getSource (line 172) | public Source getSource() { method getConstraint (line 181) | public Constraint getConstraint() { method getOrderings (line 190) | public Ordering[] getOrderings() { method getColumns (line 199) | public Column[] getColumns() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AbstractExcerpt.java class AbstractExcerpt (line 52) | public abstract class AbstractExcerpt implements HighlightingExcerptProv... method init (line 77) | public void init(Query query, SearchIndex index) throws IOException { method getExcerpt (line 85) | public String getExcerpt(NodeId id, int maxFragments, int maxFragmentS... method highlight (line 140) | public String highlight(String text) throws IOException { method createExcerpt (line 157) | protected abstract String createExcerpt(TermPositionVector tpv, method getQueryTerms (line 166) | protected final Set getQueryTerms() { method getQueryTerms (line 172) | private static void getQueryTerms(Query q, Set relevantTerms) { method filterRelevantTerms (line 197) | private static Set filterRelevantTerms(Set extractedTerms) { method checkRewritten (line 223) | private void checkRewritten(IndexReader reader) throws IOException { method createTermPositionVector (line 245) | private TermPositionVector createTermPositionVector(String text) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java class AbstractIndex (line 64) | abstract class AbstractIndex { method AbstractIndex (line 133) | AbstractIndex(Analyzer analyzer, method getDirectory (line 159) | Directory getDirectory() { method isExisting (line 170) | boolean isExisting() { method addDocuments (line 180) | void addDocuments(Document[] docs) throws IOException { method removeDocument (line 236) | int removeDocument(Term idTerm) throws IOException { method getIndexReader (line 247) | protected synchronized CommittableIndexReader getIndexReader() throws ... method getIndexDeletionPolicy (line 268) | protected IndexDeletionPolicy getIndexDeletionPolicy() { method getReadOnlyIndexReader (line 283) | synchronized ReadOnlyIndexReader getReadOnlyIndexReader(boolean initCa... method getReadOnlyIndexReader (line 332) | protected ReadOnlyIndexReader getReadOnlyIndexReader() method getIndexWriter (line 342) | protected synchronized IndexWriter getIndexWriter() throws IOException { method commit (line 366) | protected void commit() throws IOException { method commit (line 377) | protected synchronized void commit(boolean optimize) throws IOException { method close (line 398) | synchronized void close() { method releaseWriterAndReaders (line 413) | protected void releaseWriterAndReaders() { method getRamSizeInBytes (line 451) | synchronized long getRamSizeInBytes() { method invalidateSharedReader (line 464) | protected synchronized void invalidateSharedReader() throws IOException { method getFinishedDocument (line 487) | private Document getFinishedDocument(Document doc) throws IOException { method setUseCompoundFile (line 538) | void setUseCompoundFile(boolean b) { method getTermInfosIndexDivisor (line 545) | public int getTermInfosIndexDivisor() { method setTermInfosIndexDivisor (line 554) | public void setTermInfosIndexDivisor(int termInfosIndexDivisor) { method getIndexParameter (line 566) | private static Field.Index getIndexParameter(Fieldable f) { method getTermVectorParameter (line 582) | private static Field.TermVector getTermVectorParameter(Fieldable f) { class LoggingPrintStream (line 599) | private static final class LoggingPrintStream extends PrintStream { method LoggingPrintStream (line 604) | public LoggingPrintStream() { method print (line 612) | public void print(String s) { method println (line 616) | public void println(String s) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AbstractNamespaceMappings.java class AbstractNamespaceMappings (line 31) | public abstract class AbstractNamespaceMappings method AbstractNamespaceMappings (line 39) | public AbstractNamespaceMappings() { method translateName (line 48) | public String translateName(Name qName) method translatePath (line 62) | public String translatePath(Path path) throws IllegalNameException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AbstractQueryHits.java class AbstractQueryHits (line 25) | public abstract class AbstractQueryHits implements QueryHits { method close (line 30) | public void close() throws IOException { method skip (line 48) | public void skip(int n) throws IOException { method getSize (line 61) | public int getSize() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AbstractQueryImpl.java class AbstractQueryImpl (line 31) | public abstract class AbstractQueryImpl implements ExecutableQuery { method AbstractQueryImpl (line 63) | public AbstractQueryImpl( method getRespectDocumentOrder (line 82) | public boolean getRespectDocumentOrder() { method setRespectDocumentOrder (line 94) | public void setRespectDocumentOrder(boolean documentOrder) { method getQOMFactory (line 102) | protected QueryObjectModelFactory getQOMFactory() method needsSystemTree (line 115) | public abstract boolean needsSystemTree(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AbstractWeight.java class AbstractWeight (line 30) | @SuppressWarnings("serial") method AbstractWeight (line 44) | public AbstractWeight(Searcher searcher) { method createScorer (line 56) | protected abstract Scorer createScorer(IndexReader reader, boolean sco... method scorer (line 65) | public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AggregateRule.java type AggregateRule (line 31) | public interface AggregateRule { method getAggregateRoot (line 44) | NodeState getAggregateRoot(NodeState nodeState) method getRecursiveAggregationLimit (line 53) | long getRecursiveAggregationLimit(); method getAggregatedNodeStates (line 65) | NodeState[] getAggregatedNodeStates(NodeState nodeState) method getAggregatedPropertyStates (line 78) | public PropertyState[] getAggregatedPropertyStates(NodeState nodeState) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/AggregateRuleImpl.java class AggregateRuleImpl (line 52) | class AggregateRuleImpl implements AggregateRule { method AggregateRuleImpl (line 123) | AggregateRuleImpl(Node config, method getAggregateRoot (line 149) | public NodeState getAggregateRoot(NodeState nodeState) method getAggregatedNodeStates (line 184) | public NodeState[] getAggregatedNodeStates(NodeState nodeState) method getAggregatedPropertyStates (line 206) | public PropertyState[] getAggregatedPropertyStates(NodeState nodeState) method getRecursiveAggregationLimit (line 223) | public long getRecursiveAggregationLimit() { method getNodeTypeName (line 239) | private Name getNodeTypeName(Node config) method getNodeIncludes (line 257) | private NodeInclude[] getNodeIncludes(Node config) method getPropertyIncludes (line 297) | private PropertyInclude[] getPropertyIncludes(Node config) throws method getRecursiveAggregation (line 318) | private boolean getRecursiveAggregation(Node config) { method getRecursiveAggregationLimit (line 326) | private long getRecursiveAggregationLimit(Node config) method getTextContent (line 347) | private static String getTextContent(Node node) { class AbstractInclude (line 359) | private abstract class AbstractInclude { method AbstractInclude (line 379) | AbstractInclude(Path pattern, Name nodeTypeName) { method matches (line 396) | NodeState matches(NodeState nodeState) method resolve (line 442) | protected void resolve(NodeState nodeState, List collecto... class NodeInclude (line 471) | private final class NodeInclude extends AbstractInclude { method NodeInclude (line 481) | NodeInclude(Path pattern, Name nodeTypeName) { method resolve (line 493) | NodeState[] resolve(NodeState nodeState) throws ItemStateException { class PropertyInclude (line 500) | private final class PropertyInclude extends AbstractInclude { method PropertyInclude (line 504) | PropertyInclude(Path pattern) method resolvePropertyStates (line 518) | PropertyState[] resolvePropertyStates(NodeState nodeState) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CachingIndexReader.java class CachingIndexReader (line 51) | class CachingIndexReader extends FilterIndexReader { method CachingIndexReader (line 126) | CachingIndexReader(IndexReader delegatee, method initShareableNodes (line 145) | private BitSet initShareableNodes(IndexReader delegatee) throws IOExce... method getParent (line 169) | DocId getParent(int n, BitSet deleted) throws IOException { method getCreationTick (line 249) | public long getCreationTick() { method getSequentialSubReaders (line 255) | @Override method getFieldInfos (line 260) | @Override method document (line 275) | public Document document(int n, FieldSelector fieldSelector) method termDocs (line 307) | public TermDocs termDocs(Term term) throws IOException { method doClose (line 347) | protected void doClose() throws IOException { method getNextCreationTick (line 363) | private static long getNextCreationTick() { class CacheInitializer (line 373) | private class CacheInitializer implements Runnable { method CacheInitializer (line 400) | public CacheInitializer(IndexReader reader) { method run (line 407) | public void run() { method waitUntilStopped (line 441) | public void waitUntilStopped() throws InterruptedException { method initializeParents (line 457) | private void initializeParents(IndexReader reader) throws IOException { method collectTermDocs (line 590) | private void collectTermDocs(IndexReader reader, method saveCacheToFile (line 631) | public void saveCacheToFile() throws IOException { method loadCacheFromFile (line 658) | private boolean loadCacheFromFile() throws IOException { type TermDocsCollector (line 694) | private interface TermDocsCollector { method collect (line 704) | boolean collect(Term term, TermDocs tDocs) throws IOException; class NodeInfo (line 707) | private final static class NodeInfo { method NodeInfo (line 715) | public NodeInfo(int docId, NodeId id) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CachingMultiIndexReader.java class CachingMultiIndexReader (line 33) | public final class CachingMultiIndexReader method CachingMultiIndexReader (line 65) | public CachingMultiIndexReader(ReadOnlyIndexReader[] subReaders, method getParents (line 79) | public int[] getParents(int n, int[] docNumbers) throws IOException { method getParentDocId (line 93) | public DocId getParentDocId(int n) throws IOException { method termDocs (line 102) | public TermDocs termDocs(Term term) throws IOException { method acquire (line 138) | synchronized void acquire() { method release (line 145) | public synchronized final void release() throws IOException { method doClose (line 154) | protected synchronized void doClose() throws IOException { method getIndexReaders (line 167) | public IndexReader[] getIndexReaders() { method createDocId (line 176) | public ForeignSegmentDocId createDocId(NodeId id) throws IOException { method getDocumentNumber (line 198) | public int getDocumentNumber(ForeignSegmentDocId docId) { class OffsetReader (line 211) | private static final class OffsetReader { method OffsetReader (line 229) | OffsetReader(ReadOnlyIndexReader reader, int offset) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CaseTermQuery.java class CaseTermQuery (line 37) | @SuppressWarnings("serial") method CaseTermQuery (line 47) | CaseTermQuery(Term term, int transform) { method getEnum (line 56) | @Override method toString (line 62) | @Override class Upper (line 74) | static final class Upper extends CaseTermQuery { method Upper (line 76) | Upper(Term term) { class Lower (line 81) | static final class Lower extends CaseTermQuery { method Lower (line 83) | Lower(Term term) { class CaseTermEnum (line 88) | private final class CaseTermEnum extends FilteredTermEnum { method CaseTermEnum (line 90) | CaseTermEnum(IndexReader reader) throws IOException { method termCompare (line 200) | @Override method difference (line 206) | @Override method endEnum (line 211) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ChildAxisQuery.java class ChildAxisQuery (line 57) | @SuppressWarnings("serial") method ChildAxisQuery (line 124) | ChildAxisQuery(ItemStateManager itemMgr, method ChildAxisQuery (line 146) | ChildAxisQuery(ItemStateManager itemMgr, method getContextQuery (line 163) | Query getContextQuery() { method matchesAnyChildNode (line 171) | boolean matchesAnyChildNode() { method getNameTest (line 178) | Name getNameTest() { method getPosition (line 186) | int getPosition() { method createWeight (line 196) | public Weight createWeight(Searcher searcher) { method extractTerms (line 203) | public void extractTerms(Set terms) { method rewrite (line 210) | public Query rewrite(IndexReader reader) throws IOException { method toString (line 241) | public String toString(String field) { method execute (line 260) | public QueryHits execute(JackrabbitIndexSearcher searcher, class ChildAxisWeight (line 277) | private class ChildAxisWeight extends Weight { method ChildAxisWeight (line 290) | private ChildAxisWeight(Searcher searcher) { method getQuery (line 299) | public Query getQuery() { method getValue (line 306) | public float getValue() { method sumOfSquaredWeights (line 313) | public float sumOfSquaredWeights() throws IOException { method normalize (line 320) | public void normalize(float norm) { method scorer (line 330) | @Override method explain (line 343) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class ChildAxisScorer (line 353) | private class ChildAxisScorer extends Scorer { method ChildAxisScorer (line 382) | protected ChildAxisScorer(Similarity similarity, method nextDoc (line 390) | @Override method docID (line 407) | @Override method score (line 412) | @Override method advance (line 417) | @Override method calculateChildren (line 443) | private void calculateChildren() throws IOException { method indexIsValid (line 487) | private boolean indexIsValid(int i) throws IOException { class ChildrenCalculator (line 555) | private abstract class ChildrenCalculator { method ChildrenCalculator (line 574) | public ChildrenCalculator(IndexReader reader, method collectContextHit (line 585) | protected abstract void collectContextHit(int doc); method getHits (line 591) | public abstract Hits getHits() throws IOException; class SimpleChildrenCalculator (line 597) | private final class SimpleChildrenCalculator extends ChildrenCalculator { method SimpleChildrenCalculator (line 610) | public SimpleChildrenCalculator(IndexReader reader, method collectContextHit (line 618) | protected void collectContextHit(int doc) { method getHits (line 625) | public Hits getHits() throws IOException { class HierarchyResolvingChildrenCalculator (line 674) | private final class HierarchyResolvingChildrenCalculator method HierarchyResolvingChildrenCalculator (line 688) | public HierarchyResolvingChildrenCalculator(IndexReader reader, method collectContextHit (line 696) | protected void collectContextHit(int doc) { method getHits (line 703) | public Hits getHits() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ChildNodesQueryHits.java class ChildNodesQueryHits (line 30) | public class ChildNodesQueryHits extends AbstractQueryHits { method ChildNodesQueryHits (line 56) | public ChildNodesQueryHits(QueryHits parents, SessionImpl session) method close (line 66) | public void close() throws IOException { method nextScoreNode (line 76) | public ScoreNode nextScoreNode() throws IOException { method fetchNextChildHits (line 94) | private void fetchNextChildHits() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CloseableHits.java type CloseableHits (line 26) | public interface CloseableHits { method close (line 33) | void close() throws IOException; method getSize (line 38) | int getSize(); method skip (line 46) | void skip(int n) throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CommittableIndexReader.java class CommittableIndexReader (line 35) | class CommittableIndexReader extends FilterIndexReader { method CommittableIndexReader (line 64) | CommittableIndexReader(IndexReader in) { method doDelete (line 82) | protected void doDelete(int n) throws CorruptIndexException, IOExcepti... method getModificationCount (line 97) | long getModificationCount() { method getDeletedSince (line 112) | Collection getDeletedSince(long modCount) method getDeletedDocs (line 137) | BitSet getDeletedDocs() { method toString (line 141) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ConsistencyCheck.java class ConsistencyCheck (line 67) | public class ConsistencyCheck { method ConsistencyCheck (line 120) | private ConsistencyCheck(MultiIndex index, SearchIndex handler, Set getErrors() { method run (line 224) | private void run() throws IOException { method doubleCheckErrors (line 233) | public void doubleCheckErrors() { method loadNodes (line 261) | private void loadNodes() { method checkIndexConsistency (line 295) | private void checkIndexConsistency() throws IOException { method checkIndexCompleteness (line 386) | private void checkIndexCompleteness() { method isExcluded (line 411) | private boolean isExcluded(NodeId id) { method isIgnored (line 425) | private boolean isIgnored(NodeId id) { method getNodeState (line 439) | private NodeState getNodeState(NodeId nodeId) throws ItemStateException { method isBrokenNode (line 447) | private boolean isBrokenNode(final NodeId nodeId, final NodeState node... method getPath (line 470) | private String getPath(NodeState node) { class MissingAncestor (line 509) | private class MissingAncestor extends ConsistencyCheckError { method MissingAncestor (line 513) | private MissingAncestor(NodeId id, NodeId parentId) { method repairable (line 522) | public boolean repairable() { method repair (line 530) | public void repair() throws Exception { method doubleCheck (line 542) | @Override class UnknownParent (line 563) | private static class UnknownParent extends ConsistencyCheckError { method UnknownParent (line 567) | private UnknownParent(NodeId id, NodeId parentId) { method repairable (line 576) | public boolean repairable() { method repair (line 583) | public void repair() { method doubleCheck (line 587) | @Override class WrongParent (line 607) | private class WrongParent extends ConsistencyCheckError { method WrongParent (line 611) | private WrongParent(NodeId id, NodeId indexedParentId, NodeId actual... method repairable (line 616) | @Override method repair (line 624) | @Override method doubleCheck (line 638) | @Override class MultipleEntries (line 659) | private class MultipleEntries extends ConsistencyCheckError { method MultipleEntries (line 661) | MultipleEntries(NodeId id) { method repairable (line 669) | public boolean repairable() { method repair (line 678) | public void repair() throws Exception { method doubleCheck (line 693) | @Override class NodeDeleted (line 703) | private class NodeDeleted extends ConsistencyCheckError { method NodeDeleted (line 705) | NodeDeleted(NodeId id) { method repairable (line 713) | public boolean repairable() { method repair (line 721) | public void repair() throws IOException { method doubleCheck (line 726) | @Override class NodeAdded (line 739) | private class NodeAdded extends ConsistencyCheckError { method NodeAdded (line 741) | NodeAdded(final NodeId id) { method repairable (line 745) | @Override method repair (line 750) | @Override method doubleCheck (line 763) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ConsistencyCheckError.java class ConsistencyCheckError (line 29) | public abstract class ConsistencyCheckError { method ConsistencyCheckError (line 41) | ConsistencyCheckError(String message, NodeId id) { method toString (line 50) | public String toString() { method repairable (line 58) | public abstract boolean repairable(); method repair (line 64) | abstract void repair() throws Exception; method doubleCheck (line 73) | abstract boolean doubleCheck(SearchIndex handler, ItemStateManager sta... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DateField.java class DateField (line 26) | public class DateField { method DateField (line 28) | private DateField() { method dateToString (line 70) | public static String dateToString(Date date) { method timeToString (line 80) | public static String timeToString(long time) { method stringToTime (line 111) | public static long stringToTime(String s) { method stringToDate (line 118) | public static Date stringToDate(String s) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DecimalField.java class DecimalField (line 48) | public class DecimalField { method decimalToString (line 56) | public static String decimalToString(BigDecimal value) { method stringToDecimal (line 73) | public static BigDecimal stringToDecimal(String value) { method positiveDecimalToString (line 98) | private static String positiveDecimalToString(BigDecimal value) { method invert (line 131) | private static String invert(String s, int incLast) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DefaultHTMLExcerpt.java class DefaultHTMLExcerpt (line 33) | public class DefaultHTMLExcerpt extends AbstractExcerpt { method createExcerpt (line 38) | protected String createExcerpt(TermPositionVector tpv, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DefaultHighlighter.java class DefaultHighlighter (line 50) | public class DefaultHighlighter { method DefaultHighlighter (line 74) | protected DefaultHighlighter() { method highlight (line 97) | public static String highlight(TermPositionVector tvec, method highlight (line 124) | public static String highlight(TermPositionVector tvec, method doHighlight (line 138) | protected String doHighlight(TermPositionVector tvec, method mergeFragments (line 256) | protected String mergeFragments(TermVectorOffsetInfo[] offsets, method createDefaultExcerpt (line 457) | protected String createDefaultExcerpt(String text, method escape (line 495) | protected String escape(String input) { class FragmentInfo (line 499) | private static class FragmentInfo { method FragmentInfo (line 506) | public FragmentInfo(TermVectorOffsetInfo offsetinfo, int mergeGap) { method add (line 515) | public boolean add(TermVectorOffsetInfo offsetinfo) { method iterator (line 524) | public Iterator iterator() { method getStartOffset (line 528) | public int getStartOffset() { method numTerms (line 532) | public int numTerms() { method trim (line 536) | public void trim() { class FragmentInfoScoreSorter (line 548) | private static class FragmentInfoScoreSorter method compare (line 551) | public int compare(FragmentInfo o1, FragmentInfo o2) { class FragmentInfoPositionSorter (line 561) | private static class FragmentInfoPositionSorter method compare (line 564) | public int compare(FragmentInfo o1, FragmentInfo o2) { class TermVectorOffsetInfoSorter (line 574) | private static class TermVectorOffsetInfoSorter method compare (line 577) | public int compare(TermVectorOffsetInfo o1, TermVectorOffsetInfo o2) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DefaultQueryHits.java class DefaultQueryHits (line 27) | public class DefaultQueryHits extends AbstractQueryHits { method DefaultQueryHits (line 45) | public DefaultQueryHits(Collection scoreNodes) { method nextScoreNode (line 53) | public ScoreNode nextScoreNode() throws IOException { method getSize (line 64) | public int getSize() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DefaultRedoLog.java class DefaultRedoLog (line 45) | class DefaultRedoLog implements RedoLog { method collect (line 72) | public void collect(MultiIndex.Action a) { method DefaultRedoLog (line 105) | private DefaultRedoLog(Directory dir, String fileName) throws IOExcept... method create (line 120) | static RedoLog create(Directory dir, long generation) throws IOExcepti... method hasEntries (line 137) | public boolean hasEntries() { method getSize (line 145) | public int getSize() { method getActions (line 157) | public List getActions() throws IOException { method append (line 174) | public void append(MultiIndex.Action action) throws IOException { method flush (line 184) | public void flush() throws IOException { method close (line 195) | public void close() throws IOException { method initOut (line 207) | private void initOut() throws IOException { method read (line 221) | private void read(ActionCollector collector) throws IOException { type ActionCollector (line 252) | interface ActionCollector { method collect (line 255) | void collect(MultiIndex.Action action); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DefaultRedoLogFactory.java class DefaultRedoLogFactory (line 24) | public class DefaultRedoLogFactory implements RedoLogFactory { method createRedoLog (line 26) | public RedoLog createRedoLog(MultiIndex index) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DefaultXMLExcerpt.java class DefaultXMLExcerpt (line 35) | public class DefaultXMLExcerpt extends AbstractExcerpt { method createExcerpt (line 40) | protected String createExcerpt(TermPositionVector tpv, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DerefQuery.java class DerefQuery (line 41) | @SuppressWarnings("serial") method DerefQuery (line 91) | DerefQuery(Query context, String refProperty, Name nameTest, method createWeight (line 106) | public Weight createWeight(Searcher searcher) { method toString (line 116) | public String toString(String field) { method extractTerms (line 131) | public void extractTerms(Set terms) { method rewrite (line 138) | public Query rewrite(IndexReader reader) throws IOException { class DerefWeight (line 152) | private class DerefWeight extends Weight { method DerefWeight (line 165) | private DerefWeight(Searcher searcher) { method getQuery (line 174) | public Query getQuery() { method getValue (line 181) | public float getValue() { method sumOfSquaredWeights (line 188) | public float sumOfSquaredWeights() throws IOException { method normalize (line 195) | public void normalize(float norm) { method scorer (line 205) | @Override method explain (line 218) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class DerefScorer (line 228) | private class DerefScorer extends Scorer { method DerefScorer (line 256) | protected DerefScorer(Similarity similarity, IndexReader reader) { method nextDoc (line 262) | @Override method docID (line 276) | @Override method score (line 281) | @Override method advance (line 286) | @Override method calculateChildren (line 317) | private void calculateChildren() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DescendantSelfAxisQuery.java class DescendantSelfAxisQuery (line 49) | @SuppressWarnings("serial") method DescendantSelfAxisQuery (line 94) | public DescendantSelfAxisQuery(Query context, boolean includeSelf) { method DescendantSelfAxisQuery (line 105) | public DescendantSelfAxisQuery(Query context, Query sub) { method DescendantSelfAxisQuery (line 119) | public DescendantSelfAxisQuery(Query context, Query sub, boolean inclu... method DescendantSelfAxisQuery (line 132) | public DescendantSelfAxisQuery(Query context, Query sub, int minLevels) { method getContextQuery (line 141) | Query getContextQuery() { method subQueryMatchesAll (line 149) | boolean subQueryMatchesAll() { method getMinLevels (line 168) | int getMinLevels() { method createWeight (line 178) | public Weight createWeight(Searcher searcher) { method toString (line 185) | public String toString(String field) { method extractTerms (line 200) | public void extractTerms(Set terms) { method rewrite (line 208) | public Query rewrite(IndexReader reader) throws IOException { method execute (line 230) | public QueryHits execute(final JackrabbitIndexSearcher searcher, class DescendantSelfAxisWeight (line 338) | private class DescendantSelfAxisWeight extends Weight { method DescendantSelfAxisWeight (line 351) | private DescendantSelfAxisWeight(Searcher searcher) { method getQuery (line 362) | public Query getQuery() { method getValue (line 369) | public float getValue() { method sumOfSquaredWeights (line 376) | public float sumOfSquaredWeights() throws IOException { method normalize (line 383) | public void normalize(float norm) { method scorer (line 393) | public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, method explain (line 404) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class DescendantSelfAxisScorer (line 414) | private class DescendantSelfAxisScorer extends Scorer { method DescendantSelfAxisScorer (line 458) | protected DescendantSelfAxisScorer(Similarity similarity, method nextDoc (line 467) | @Override method docID (line 494) | @Override method score (line 499) | @Override method advance (line 504) | @Override method collectContextHits (line 529) | private void collectContextHits() throws IOException { method isValid (line 562) | private boolean isValid(int doc) throws IOException { method getParents (line 627) | private int[] getParents(int[] docs, int[] pDocs) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DocId.java class DocId (line 30) | abstract class DocId { method getDocumentNumbers (line 57) | final int[] getDocumentNumbers(MultiIndexReader reader, method applyOffset (line 67) | final DocId applyOffset(int offset) { method isValid (line 76) | final boolean isValid(BitSet deleted) { method getDocumentNumbers (line 96) | abstract int[] getDocumentNumbers(MultiIndexReader reader, int[] docNu... method applyOffset (line 107) | abstract DocId applyOffset(int offset); method isValid (line 117) | abstract boolean isValid(BitSet deleted); method create (line 125) | static DocId create(int docNumber) { method create (line 141) | static DocId create(String uuid) { method create (line 151) | static DocId create(NodeId id) { method create (line 161) | static DocId create(String[] uuids) { class PlainDocId (line 170) | private static final class PlainDocId extends DocId { method PlainDocId (line 182) | PlainDocId(int docNumber) { method getDocumentNumbers (line 189) | int[] getDocumentNumbers(MultiIndexReader reader, int[] docNumbers) { method applyOffset (line 201) | DocId applyOffset(int offset) { method isValid (line 208) | boolean isValid(BitSet deleted) { method toString (line 217) | public String toString() { class UUIDDocId (line 225) | private static final class UUIDDocId extends DocId { method UUIDDocId (line 247) | UUIDDocId(NodeId id) { method getDocumentNumbers (line 254) | int[] getDocumentNumbers(MultiIndexReader reader, int[] docNumbers) method applyOffset (line 287) | DocId applyOffset(int offset) { method isValid (line 297) | boolean isValid(BitSet deleted) { method toString (line 306) | public String toString() { class MultiUUIDDocId (line 314) | private static final class MultiUUIDDocId extends DocId { method MultiUUIDDocId (line 325) | MultiUUIDDocId(String[] uuids) { method getDocumentNumbers (line 335) | int[] getDocumentNumbers(MultiIndexReader reader, int[] docNumbers) method applyOffset (line 351) | DocId applyOffset(int offset) { method isValid (line 361) | boolean isValid(BitSet deleted) { method toString (line 370) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DocNumberCache.java class DocNumberCache (line 26) | final class DocNumberCache { method DocNumberCache (line 75) | DocNumberCache(int size) { method put (line 95) | void put(String uuid, CachingIndexReader reader, int n) { method get (line 128) | Entry get(String uuid) { method getSegmentIndex (line 168) | private static int getSegmentIndex(char c) { class Entry (line 175) | public static final class Entry { method Entry (line 187) | Entry(long creationTick, int doc) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DocOrderScoreNodeIterator.java class DocOrderScoreNodeIterator (line 37) | class DocOrderScoreNodeIterator implements ScoreNodeIterator { method DocOrderScoreNodeIterator (line 67) | DocOrderScoreNodeIterator(ItemManager itemMgr, method next (line 78) | public Object next() { method nextScoreNodes (line 85) | public ScoreNode[] nextScoreNodes() { method remove (line 93) | public void remove() { method skip (line 100) | public void skip(long skipNum) { method getSize (line 117) | public long getSize() { method getPosition (line 128) | public long getPosition() { method hasNext (line 136) | public boolean hasNext() { method initOrderedIterator (line 146) | private void initOrderedIterator() { class SortFailedException (line 273) | @SuppressWarnings("serial") FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DoubleField.java class DoubleField (line 24) | public class DoubleField { method DoubleField (line 31) | private DoubleField() { method doubleToString (line 34) | public static String doubleToString(double value) { method stringToDouble (line 61) | public static double stringToDouble(String value) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/DynamicPooledExecutor.java class DynamicPooledExecutor (line 30) | public class DynamicPooledExecutor implements Executor { method DynamicPooledExecutor (line 51) | public DynamicPooledExecutor() { method adjustPoolSize (line 58) | private static synchronized ThreadPoolExecutor adjustPoolSize() { method execute (line 79) | public void execute(Runnable command) { method close (line 89) | public void close() { method startInstance (line 93) | private static synchronized void startInstance() { method stopInstance (line 111) | private static synchronized void stopInstance() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/EmptyTermDocs.java class EmptyTermDocs (line 26) | class EmptyTermDocs implements TermDocs { method EmptyTermDocs (line 33) | private EmptyTermDocs() { method seek (line 36) | public void seek(Term term) { method seek (line 39) | public void seek(TermEnum termEnum) { method doc (line 42) | public int doc() { method freq (line 46) | public int freq() { method next (line 50) | public boolean next() { method read (line 54) | public int read(int[] docs, int[] freqs) { method skipTo (line 58) | public boolean skipTo(int target) { method close (line 62) | public void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ExcerptProvider.java type ExcerptProvider (line 30) | public interface ExcerptProvider { method init (line 46) | void init(Query query, SearchIndex index) throws IOException; method getExcerpt (line 58) | String getExcerpt(NodeId id, int maxFragments, int maxFragmentSize) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FieldComparatorBase.java class FieldComparatorBase (line 28) | abstract public class FieldComparatorBase extends FieldComparator { method sortValue (line 41) | protected abstract Comparable sortValue(int doc); method getValue (line 49) | protected abstract Comparable getValue(int slot); method setValue (line 57) | protected abstract void setValue(int slot, Comparable value); method compare (line 59) | @Override method compareBottom (line 64) | @Override method setBottom (line 69) | @Override method compare (line 83) | protected int compare(Comparable val1, Comparable val2) { method copy (line 96) | @Override method value (line 101) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FieldComparatorDecorator.java class FieldComparatorDecorator (line 28) | abstract class FieldComparatorDecorator extends FieldComparatorBase { method FieldComparatorDecorator (line 39) | public FieldComparatorDecorator(FieldComparatorBase base) { method setNextReader (line 43) | @Override method sortValue (line 48) | @Override method getValue (line 53) | @Override method setValue (line 58) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FieldNames.java class FieldNames (line 23) | public class FieldNames { method FieldNames (line 28) | private FieldNames() { method createNamedLength (line 128) | public static String createNamedLength(String propertyName, long lengt... method createNamedValue (line 140) | public static String createNamedValue(String fieldName, String value) { method getNameLength (line 152) | public static int getNameLength(String namedValue) { method isFulltextField (line 165) | public static boolean isFulltextField(String fieldName) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FieldSelectors.java class FieldSelectors (line 25) | public class FieldSelectors { method FieldSelectors (line 30) | private FieldSelectors() { method accept (line 41) | public FieldSelectorResult accept(String fieldName) { method accept (line 58) | public FieldSelectorResult accept(String fieldName) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FileBasedNamespaceMappings.java class FileBasedNamespaceMappings (line 45) | public class FileBasedNamespaceMappings extends AbstractNamespaceMappings { method FileBasedNamespaceMappings (line 80) | public FileBasedNamespaceMappings(File file) throws IOException { method getURI (line 93) | public synchronized String getURI(String prefix) throws NamespaceExcep... method getPrefix (line 110) | public synchronized String getPrefix(String uri) throws NamespaceExcep... method load (line 137) | private void load() throws IOException { method store (line 166) | private void store() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FilterMultiColumnQuery.java class FilterMultiColumnQuery (line 30) | public class FilterMultiColumnQuery implements MultiColumnQuery { method FilterMultiColumnQuery (line 54) | public FilterMultiColumnQuery(MultiColumnQuery query, method execute (line 63) | public MultiColumnQueryHits execute(final JackrabbitIndexSearcher sear... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FilterMultiColumnQueryHits.java class FilterMultiColumnQueryHits (line 28) | public class FilterMultiColumnQueryHits implements MultiColumnQueryHits { method FilterMultiColumnQueryHits (line 41) | public FilterMultiColumnQueryHits(MultiColumnQueryHits hits) { method close (line 48) | public void close() throws IOException { method getSize (line 55) | public int getSize() { method nextScoreNodes (line 62) | public ScoreNode[] nextScoreNodes() throws IOException { method getSelectorNames (line 69) | public Name[] getSelectorNames() { method skip (line 76) | public void skip(int n) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/FilterSearcher.java class FilterSearcher (line 39) | class FilterSearcher extends Searcher { method FilterSearcher (line 43) | FilterSearcher(Searcher searcher) { method search (line 47) | @Override method close (line 53) | @Override method docFreq (line 58) | @Override method maxDoc (line 63) | @Override method search (line 68) | @Override method doc (line 74) | @Override method doc (line 79) | @Override method rewrite (line 85) | @Override method explain (line 90) | @Override method search (line 95) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ForeignSegmentDocId.java class ForeignSegmentDocId (line 26) | final class ForeignSegmentDocId extends DocId { method ForeignSegmentDocId (line 50) | ForeignSegmentDocId(int docNumber, long creationTick) { method getDocNumber (line 58) | int getDocNumber() { method getCreationTick (line 65) | long getCreationTick() { method getDocumentNumbers (line 72) | int[] getDocumentNumbers(MultiIndexReader reader, int[] docNumbers) th... method applyOffset (line 92) | DocId applyOffset(int offset) { method isValid (line 106) | boolean isValid(BitSet deleted) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/HierarchyResolver.java type HierarchyResolver (line 25) | public interface HierarchyResolver { method getParents (line 43) | int[] getParents(int n, int[] docNumbers) throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/HighlightingExcerptProvider.java type HighlightingExcerptProvider (line 26) | public interface HighlightingExcerptProvider extends ExcerptProvider { method highlight (line 35) | String highlight(String text) throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IDField.java class IDField (line 30) | public class IDField extends AbstractField { method IDField (line 36) | public IDField(NodeId id) { method stringValue (line 46) | public String stringValue() { method readerValue (line 50) | public Reader readerValue() { method tokenStreamValue (line 54) | public TokenStream tokenStreamValue() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IOCounters.java class IOCounters (line 29) | public class IOCounters { method getReads (line 39) | public static synchronized long getReads() { method incrRead (line 47) | public static void incrRead() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexDeletionPolicyImpl.java class IndexDeletionPolicyImpl (line 29) | public class IndexDeletionPolicyImpl implements IndexDeletionPolicy { method IndexDeletionPolicyImpl (line 37) | public IndexDeletionPolicyImpl(PersistentIndex index, long maxAge) method onInit (line 45) | public void onInit(List commits) throws IOExcep... method onCommit (line 49) | public void onCommit(List commits) throws IOExc... method checkCommits (line 66) | private void checkCommits(List commits) throws ... method readCurrentGeneration (line 80) | void readCurrentGeneration() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexFormatVersion.java class IndexFormatVersion (line 43) | public class IndexFormatVersion { method IndexFormatVersion (line 70) | private IndexFormatVersion(int version) { method getVersion (line 78) | public int getVersion() { method isAtLeast (line 90) | public boolean isAtLeast(IndexFormatVersion version) { method toString (line 97) | public String toString() { method getVersion (line 105) | public static IndexFormatVersion getVersion(IndexReader indexReader) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexHistory.java class IndexHistory (line 35) | class IndexHistory { method IndexHistory (line 71) | IndexHistory(Directory dir, long maxAge) throws IOException { method getLastUseOf (line 115) | long getLastUseOf(String indexName) { method pruneOutdated (line 135) | void pruneOutdated() { method addIndexInfos (line 190) | void addIndexInfos(IndexInfos infos) { method getRedoLogName (line 203) | String getRedoLogName(long generation) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexInfo.java class IndexInfo (line 23) | final class IndexInfo implements Cloneable { method IndexInfo (line 41) | IndexInfo(String name, long generation) { method getName (line 49) | public String getName() { method getGeneration (line 56) | public long getGeneration() { method setGeneration (line 64) | public void setGeneration(long generation) { method clone (line 68) | public IndexInfo clone() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexInfos.java class IndexInfos (line 45) | class IndexInfos implements Cloneable { method IndexInfos (line 101) | IndexInfos(Directory dir, String baseName) throws IOException { method IndexInfos (line 136) | IndexInfos(Directory dir, String baseName, long generation) throws IOE... method getFileName (line 152) | String getFileName() { method write (line 161) | void write() throws IOException { method iterator (line 204) | Iterator iterator() { method size (line 213) | int size() { method getLastModified (line 220) | long getLastModified() { method addName (line 230) | void addName(String name, long generation) { method updateGeneration (line 237) | void updateGeneration(String name, long generation) { method removeName (line 251) | void removeName(String name) { method contains (line 262) | boolean contains(String name) { method getGeneration (line 269) | long getGeneration() { method newName (line 277) | String newName() { method clone (line 286) | @SuppressWarnings("unchecked") method read (line 308) | private void read() throws IOException { method getFileName (line 346) | private String getFileName(long gen) { method getFileNames (line 361) | private static String[] getFileNames(Directory directory, final String... method generationFromFileName (line 387) | private static long generationFromFileName(String fileName, String bas... method getGenerations (line 403) | private static long[] getGenerations(String[] fileNames, String base) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexListener.java type IndexListener (line 25) | public interface IndexListener { method documentDeleted (line 33) | void documentDeleted(Term id); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexMerger.java class IndexMerger (line 39) | class IndexMerger implements IndexListener { method IndexMerger (line 112) | IndexMerger(MultiIndex multiIndex, Executor executor) { method start (line 120) | void start() { method indexAdded (line 135) | void indexAdded(String name, int numDocs) { method documentDeleted (line 228) | public void documentDeleted(Term id) { method waitUntilIdle (line 245) | void waitUntilIdle() throws InterruptedException { method dispose (line 257) | void dispose() { method setMergeFactor (line 302) | public void setMergeFactor(int mergeFactor) { method setMinMergeDocs (line 312) | public void setMinMergeDocs(int minMergeDocs) { method setMaxMergeDocs (line 321) | public void setMaxMergeDocs(int maxMergeDocs) { method addMergeTask (line 327) | private void addMergeTask(Merge task) { class Index (line 347) | private static final class Index implements Comparable { method Index (line 365) | Index(String name, int numDocs) { method compareTo (line 379) | public int compareTo(Index other) { method toString (line 391) | public String toString() { class Merge (line 399) | private static final class Merge { method Merge (line 409) | Merge(Index[] indexes) { class IndexBucket (line 420) | private static final class IndexBucket extends ArrayList { method IndexBucket (line 446) | IndexBucket(long lower, long upper, boolean allowMerge) { method fits (line 459) | boolean fits(long numDocs) { method allowsMerge (line 468) | boolean allowsMerge() { method toString (line 472) | @Override class Worker (line 478) | private class Worker implements Runnable, IndexListener { method Worker (line 507) | private Worker(Merge task) { method run (line 514) | public void run() { method documentDeleted (line 607) | public void documentDeleted(Term id) { method unblock (line 615) | void unblock() { method join (line 628) | void join(long timeout) throws InterruptedException { method isAlive (line 640) | boolean isAlive() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexMigration.java class IndexMigration (line 62) | public class IndexMigration { method migrate (line 77) | public static void migrate(PersistentIndex index, class MigrationIndexReader (line 152) | private static class MigrationIndexReader extends FilterIndexReader { method MigrationIndexReader (line 156) | public MigrationIndexReader(IndexReader in, char oldSepChar) { method getSequentialSubReaders (line 161) | @Override method getFieldInfos (line 166) | @Override method document (line 171) | @Override method terms (line 189) | @Override method termPositions (line 204) | @Override method addPropertyTerms (line 209) | private void addPropertyTerms(List enums) throws IOExcepti... class MigrationTermEnum (line 236) | private static class MigrationTermEnum extends FilterTermEnum { method MigrationTermEnum (line 240) | public MigrationTermEnum(TermEnum in, char oldSepChar) { method term (line 245) | public Term term() { method unwrap (line 258) | TermEnum unwrap() { class MigrationTermPositions (line 263) | private static class MigrationTermPositions extends FilterTermPositi... method MigrationTermPositions (line 267) | public MigrationTermPositions(TermPositions in, char oldSepChar) { method seek (line 272) | public void seek(Term term) throws IOException { method seek (line 282) | public void seek(TermEnum termEnum) throws IOException { class ChainedTermEnum (line 292) | static final class ChainedTermEnum extends TermEnum { method ChainedTermEnum (line 296) | public ChainedTermEnum(Collection enums) { method next (line 301) | public boolean next() throws IOException { method term (line 325) | public Term term() { method docFreq (line 333) | public int docFreq() { method close (line 341) | public void close() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexingConfiguration.java type IndexingConfiguration (line 31) | public interface IndexingConfiguration { method init (line 46) | void init(Element config, QueryHandlerContext context, NamespaceMappin... method getAggregateRules (line 54) | AggregateRule[] getAggregateRules(); method isIndexed (line 65) | boolean isIndexed(NodeState state, Name propertyName); method isIncludedInNodeScopeIndex (line 77) | boolean isIncludedInNodeScopeIndex(NodeState state, Name propertyName); method useInExcerpt (line 89) | boolean useInExcerpt(NodeState state, Name propertyName); method getPropertyBoost (line 100) | float getPropertyBoost(NodeState state, Name propertyName); method getNodeBoost (line 108) | float getNodeBoost(NodeState state); method getPropertyAnalyzer (line 122) | Analyzer getPropertyAnalyzer(String fieldName); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexingConfigurationEntityResolver.java class IndexingConfigurationEntityResolver (line 33) | public class IndexingConfigurationEntityResolver implements EntityResolv... method resolveEntity (line 57) | public InputSource resolveEntity(String publicId, String systemId) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexingConfigurationImpl.java class IndexingConfigurationImpl (line 75) | public class IndexingConfigurationImpl method init (line 141) | public void init(Element config, method getAggregateRules (line 204) | public AggregateRule[] getAggregateRules() { method isIndexed (line 217) | public boolean isIndexed(NodeState state, Name propertyName) { method getPropertyBoost (line 235) | public float getPropertyBoost(NodeState state, Name propertyName) { method getNodeBoost (line 249) | public float getNodeBoost(NodeState state) { method isIncludedInNodeScopeIndex (line 267) | public boolean isIncludedInNodeScopeIndex(NodeState state, method useInExcerpt (line 287) | public boolean useInExcerpt(NodeState state, Name propertyName) { method getPropertyAnalyzer (line 308) | public Analyzer getPropertyAnalyzer(String fieldName) { method nodeTypeRegistered (line 317) | public void nodeTypeRegistered(Name ntName) { method nodeTypeReRegistered (line 325) | public void nodeTypeReRegistered(Name ntName) { method nodeTypesUnregistered (line 329) | public void nodeTypesUnregistered(Collection names) { method refreshIndexRules (line 341) | private void refreshIndexRules() throws Exception { method getApplicableIndexingRule (line 375) | private IndexingRule getApplicableIndexingRule(NodeState state) { method getNamespaces (line 414) | private Properties getNamespaces(Node node) { method createPropertyConfigs (line 439) | private void createPropertyConfigs(Node config, method getCondition (line 504) | private PathExpression getCondition(Node config) method getTextContent (line 581) | private static String getTextContent(Node node) { class NamePattern (line 596) | private static final class NamePattern { method NamePattern (line 620) | private NamePattern(String pattern, method matches (line 648) | boolean matches(Path path) { method getConfig (line 655) | PropertyConfig getConfig() { class IndexingRule (line 660) | private class IndexingRule { method IndexingRule (line 705) | IndexingRule(IndexingRule original, QNodeTypeDefinition nodeTypeDef,... method IndexingRule (line 722) | IndexingRule(Node config) method getNodeTypeName (line 737) | public Name getNodeTypeName() { method getNodeBoost (line 744) | public float getNodeBoost() { method isIndexed (line 757) | public boolean isIndexed(NodeState state, Name propertyName) { method getBoost (line 779) | public float getBoost(Name propertyName) { method isIncludedInNodeScopeIndex (line 797) | public boolean isIncludedInNodeScopeIndex(Name propertyName) { method useInExcerpt (line 811) | public boolean useInExcerpt(Name propertyName) { method appliesToNodeType (line 824) | public boolean appliesToNodeType(NodeState state) { method appliesToCondition (line 842) | public boolean appliesToCondition(NodeState state) { method containsCondition (line 852) | public boolean containsCondition() { method getConfig (line 864) | private PropertyConfig getConfig(Name propertyName) { method getNodeTypeName (line 890) | private Name getNodeTypeName(Node config) method getNodeBoost (line 903) | private float getNodeBoost(Node config) { class PropertyConfig (line 919) | private static class PropertyConfig { method PropertyConfig (line 938) | PropertyConfig(float boost, class PathExpression (line 947) | private class PathExpression { method PathExpression (line 967) | PathExpression(int axis, Name elementTest, Name nameTest, method evaluate (line 985) | @SuppressWarnings({ "rawtypes", "unchecked" }) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexingQueue.java class IndexingQueue (line 39) | class IndexingQueue { method IndexingQueue (line 67) | IndexingQueue(IndexingQueueStore queueStore) { method initialize (line 77) | void initialize(MultiIndex index) throws IOException { method getFinishedDocuments (line 120) | public Document[] getFinishedDocuments() { method removeDocument (line 146) | public synchronized Document removeDocument(String uuid) { method addDocument (line 165) | public synchronized Document addDocument(Document doc) { method close (line 182) | public synchronized void close() { method checkInitialized (line 198) | private void checkInitialized() { method getNumPendingDocuments (line 209) | synchronized int getNumPendingDocuments() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/IndexingQueueStore.java class IndexingQueueStore (line 40) | class IndexingQueueStore { method IndexingQueueStore (line 83) | IndexingQueueStore(Directory directory) throws IOException { method getPending (line 91) | public String[] getPending() { method addUUID (line 100) | public void addUUID(String uuid) { method removeUUID (line 109) | public void removeUUID(String uuid) { method close (line 116) | public void close() { method readStore (line 136) | private void readStore() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitAnalyzer.java class JackrabbitAnalyzer (line 40) | public class JackrabbitAnalyzer extends Analyzer { method getAnalyzerInstance (line 55) | static Analyzer getAnalyzerInstance(String className) { method setIndexingConfig (line 111) | protected void setIndexingConfig(IndexingConfiguration indexingConfig) { method setDefaultAnalyzer (line 118) | protected void setDefaultAnalyzer(Analyzer analyzer) { method getDefaultAnalyzerClass (line 122) | String getDefaultAnalyzerClass() { method setDefaultAnalyzerClass (line 126) | void setDefaultAnalyzerClass(String className) { method tokenStream (line 135) | public final TokenStream tokenStream(String fieldName, Reader reader) { method reusableTokenStream (line 145) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitIndexReader.java class JackrabbitIndexReader (line 33) | public final class JackrabbitIndexReader method JackrabbitIndexReader (line 57) | public JackrabbitIndexReader(IndexReader in) { method termDocs (line 73) | @Override method doClose (line 87) | protected void doClose() throws IOException { method getParents (line 96) | public int[] getParents(int n, int[] docNumbers) throws IOException { method getIndexReaders (line 105) | public IndexReader[] getIndexReaders() { method getSequentialSubReaders (line 109) | public IndexReader[] getSequentialSubReaders() { method createDocId (line 117) | public ForeignSegmentDocId createDocId(NodeId id) throws IOException { method getDocumentNumber (line 124) | public int getDocumentNumber(ForeignSegmentDocId docId) throws IOExcep... method release (line 131) | public void release() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitIndexSearcher.java class JackrabbitIndexSearcher (line 35) | public class JackrabbitIndexSearcher method JackrabbitIndexSearcher (line 61) | public JackrabbitIndexSearcher(SessionImpl s, method execute (line 80) | public MultiColumnQueryHits execute(Query query, method evaluate (line 98) | public QueryHits evaluate(Query query, Sort sort, long resultFetchHint) method docFreq (line 118) | @Override method evaluate (line 138) | public QueryHits evaluate(Query query) throws IOException { method getSession (line 145) | public SessionImpl getSession() { method getItemStateManager (line 152) | public ItemStateManager getItemStateManager() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitQuery.java type JackrabbitQuery (line 30) | public interface JackrabbitQuery { method execute (line 49) | public QueryHits execute(JackrabbitIndexSearcher searcher, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitQueryParser.java class JackrabbitQueryParser (line 38) | public class JackrabbitQueryParser extends QueryParser { method JackrabbitQueryParser (line 55) | public JackrabbitQueryParser(String fieldName, method parse (line 71) | public Query parse(String textsearch) throws ParseException { method getSynonymQuery (line 123) | protected Query getSynonymQuery(String field, String termStr) method getFieldQuery (line 144) | protected Query getFieldQuery(String field, String queryText) method getFieldQuery (line 152) | protected Query getFieldQuery(String field, String queryText, boolean ... method getPrefixQuery (line 165) | protected Query getPrefixQuery(String field, String termStr) method getWildcardQuery (line 199) | protected Query getWildcardQuery(String field, String termStr) method translateWildcards (line 213) | private String translateWildcards(String input) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitTermQuery.java class JackrabbitTermQuery (line 34) | public class JackrabbitTermQuery extends TermQuery { method JackrabbitTermQuery (line 38) | public JackrabbitTermQuery(Term t) { method createWeight (line 42) | public Weight createWeight(Searcher searcher) throws IOException { class JackrabbitTermWeight (line 53) | protected class JackrabbitTermWeight extends AbstractWeight { method JackrabbitTermWeight (line 62) | public JackrabbitTermWeight(Searcher searcher, Weight weight) { method createScorer (line 70) | protected Scorer createScorer(IndexReader reader, boolean scoreDocsI... method getQuery (line 78) | public Query getQuery() { method getValue (line 85) | public float getValue() { method sumOfSquaredWeights (line 92) | public float sumOfSquaredWeights() throws IOException { method normalize (line 99) | public void normalize(float norm) { method explain (line 106) | public Explanation explain(IndexReader reader, int doc) throws FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JoinQuery.java class JoinQuery (line 30) | public class JoinQuery implements MultiColumnQuery { method JoinQuery (line 72) | public JoinQuery(MultiColumnQuery left, method execute (line 89) | public MultiColumnQueryHits execute(JackrabbitIndexSearcher searcher, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LazyTextExtractorField.java class LazyTextExtractorField (line 47) | @SuppressWarnings("serial") method LazyTextExtractorField (line 74) | public LazyTextExtractorField( method stringValue (line 96) | public synchronized String stringValue() { method readerValue (line 111) | public Reader readerValue() { method binaryValue (line 118) | public byte[] binaryValue() { method tokenStreamValue (line 125) | public TokenStream tokenStreamValue() { method isExtractorFinished (line 134) | public boolean isExtractorFinished() { method setExtractedText (line 138) | private synchronized void setExtractedText(String value) { method dispose (line 146) | public void dispose() { class ParsingTask (line 153) | abstract static class ParsingTask extends BodyContentHandler implement... method ParsingTask (line 163) | public ParsingTask(Parser parser, InternalValue value, method ParsingTask (line 169) | private ParsingTask(WriteOutContentHandler writeOutContentHandler, method run (line 178) | public void run() { method setExtractedText (line 216) | protected abstract void setExtractedText(String value); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LengthSortComparator.java class LengthSortComparator (line 32) | public class LengthSortComparator extends FieldComparatorSource { method LengthSortComparator (line 39) | public LengthSortComparator(NamespaceMappings nsMappings) { method newComparator (line 43) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LocalNameQuery.java class LocalNameQuery (line 29) | @SuppressWarnings("serial") method LocalNameQuery (line 49) | public LocalNameQuery(String localName, IndexFormatVersion version) { method rewrite (line 57) | public Query rewrite(IndexReader reader) throws IOException { method extractTerms (line 68) | public void extractTerms(Set terms) { method toString (line 74) | public String toString(String field) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LocalNameRangeQuery.java class LocalNameRangeQuery (line 25) | @SuppressWarnings("serial") method LocalNameRangeQuery (line 36) | public LocalNameRangeQuery(String lowerName, method getLowerTerm (line 49) | private static Term getLowerTerm(String lowerName) { method getUpperTerm (line 65) | private static Term getUpperTerm(String upperName) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LongField.java class LongField (line 21) | public class LongField { method LongField (line 26) | private LongField() { method longToString (line 30) | public static String longToString(long value) { method stringToLong (line 61) | public static long stringToLong(String value) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LowerCaseSortComparator.java class LowerCaseSortComparator (line 28) | public class LowerCaseSortComparator extends FieldComparatorSource { method LowerCaseSortComparator (line 40) | public LowerCaseSortComparator(FieldComparatorSource base) { method newComparator (line 44) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LuceneQueryBuilder.java class LuceneQueryBuilder (line 84) | public class LuceneQueryBuilder implements QueryNodeVisitor { method LuceneQueryBuilder (line 179) | private LuceneQueryBuilder(QueryRootNode root, method createQuery (line 221) | public static Query createQuery(QueryRootNode root, method createLuceneQuery (line 257) | private Query createLuceneQuery() throws RepositoryException { method visit (line 263) | public Object visit(QueryRootNode node, Object data) throws Repository... method visit (line 274) | public Object visit(OrQueryNode node, Object data) throws RepositoryEx... method visit (line 305) | public Object visit(AndQueryNode node, Object data) throws RepositoryE... method visit (line 318) | public Object visit(NotQueryNode node, Object data) throws RepositoryE... method visit (line 332) | public Object visit(ExactQueryNode node, Object data) { method visit (line 344) | public Object visit(NodeTypeQueryNode node, Object data) { method visit (line 408) | public Object visit(TextsearchQueryNode node, Object data) { method visit (line 466) | public Object visit(PathQueryNode node, Object data) throws Repository... method visit (line 523) | public Object visit(LocationStepQueryNode node, Object data) throws Re... method visit (line 610) | public Object visit(DerefQueryNode node, Object data) throws Repositor... method visit (line 646) | public Object visit(RelationQueryNode node, Object data) throws Reposi... method createPredicateDeref (line 1001) | public Query createPredicateDeref(Query subQuery, DerefQueryNode node,... method visit (line 1033) | public Object visit(OrderQueryNode node, Object data) { method visit (line 1037) | public Object visit(PropertyFunctionQueryNode node, Object data) { method createSingleValueConstraint (line 1052) | private Query createSingleValueConstraint(Query q, String propName) { method getStringValues (line 1079) | private String[] getStringValues(Name propertyName, String literal) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LuceneQueryFactory.java class LuceneQueryFactory (line 115) | public class LuceneQueryFactory { method LuceneQueryFactory (line 156) | public LuceneQueryFactory( method execute (line 186) | public List execute(Map columns, method create (line 270) | public Query create(Selector selector) throws RepositoryException { method createNodeTypeTerm (line 293) | protected Term createNodeTypeTerm(NodeType type) throws RepositoryExce... method create (line 313) | public Query create(FullTextSearchImpl fts) throws RepositoryException { method create (line 345) | public Query create(PropertyExistenceImpl prop) throws RepositoryExcep... method mapConstraintToQueryAndFilter (line 351) | protected Predicate mapConstraintToQueryAndFilter( method create (line 415) | protected Query create( method getDescendantNodeQuery (line 450) | protected Query getDescendantNodeQuery( method getFullTextSearchQuery (line 492) | protected Query getFullTextSearchQuery(FullTextSearch fts) method getAndQuery (line 515) | protected BooleanQuery getAndQuery( method getOrQuery (line 527) | protected BooleanQuery getOrQuery( method addBooleanConstraint (line 539) | protected void addBooleanConstraint( method getNotQuery (line 560) | protected NotQuery getNotQuery( method getPropertyExistenceQuery (line 567) | protected Query getPropertyExistenceQuery(PropertyExistence property) class Transform (line 575) | protected static class Transform { method Transform (line 581) | public Transform(DynamicOperand operand) { method getComparisonQuery (line 605) | protected Query getComparisonQuery( method getNodeNameQuery (line 635) | protected Query getNodeNameQuery( method getNodeLocalNameQuery (line 671) | protected Query getNodeLocalNameQuery(int transform, String operator, method getNodeIdQuery (line 684) | protected Query getNodeIdQuery(String field, String path) method getPropertyValueQuery (line 695) | protected Query getPropertyValueQuery( method getTerm (line 740) | protected Term getTerm(String field, String value) { method getValueString (line 744) | protected String getValueString(Value value, int type) class QueryPair (line 771) | protected static class QueryPair { method QueryPair (line 775) | QueryPair(BooleanQuery mainQuery) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/LuceneQueryHits.java class LuceneQueryHits (line 33) | public class LuceneQueryHits implements QueryHits { method LuceneQueryHits (line 45) | public LuceneQueryHits(IndexReader reader, method nextScoreNode (line 58) | public ScoreNode nextScoreNode() throws IOException { method close (line 74) | public void close() throws IOException { method getSize (line 84) | public int getSize() { method skip (line 91) | public void skip(int n) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MatchAllDocsQuery.java class MatchAllDocsQuery (line 29) | @SuppressWarnings("serial") method execute (line 37) | public QueryHits execute(JackrabbitIndexSearcher searcher, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MatchAllQuery.java class MatchAllQuery (line 30) | @SuppressWarnings("serial") method MatchAllQuery (line 44) | MatchAllQuery(String field, PerQueryCache cache) method createWeight (line 59) | public Weight createWeight(Searcher searcher) { method toString (line 69) | public String toString(String field) { method extractTerms (line 76) | public void extractTerms(Set terms) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MatchAllScorer.java class MatchAllScorer (line 36) | class MatchAllScorer extends Scorer { method MatchAllScorer (line 66) | MatchAllScorer(IndexReader reader, String field, PerQueryCache cache) method score (line 74) | @Override method nextDoc (line 83) | @Override method docID (line 96) | @Override method score (line 101) | @Override method advance (line 106) | @Override method calculateDocFilter (line 131) | @SuppressWarnings({"unchecked"}) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MatchAllWeight.java class MatchAllWeight (line 31) | @SuppressWarnings("serial") method MatchAllWeight (line 66) | MatchAllWeight( method createScorer (line 80) | protected Scorer createScorer(IndexReader reader, boolean scoreDocsInO... method getQuery (line 88) | public Query getQuery() { method getValue (line 95) | public float getValue() { method sumOfSquaredWeights (line 102) | public float sumOfSquaredWeights() throws IOException { method normalize (line 111) | public void normalize(float queryNorm) { method explain (line 119) | public Explanation explain(IndexReader reader, int doc) throws IOExcep... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MoreLikeThis.java class MoreLikeThis (line 146) | public final class MoreLikeThis { method MoreLikeThis (line 282) | public MoreLikeThis(IndexReader ir) { method MoreLikeThis (line 286) | public MoreLikeThis(IndexReader ir, Similarity sim){ method getSimilarity (line 292) | public Similarity getSimilarity() { method setSimilarity (line 296) | public void setSimilarity(Similarity similarity) { method getAnalyzer (line 307) | public Analyzer getAnalyzer() { method setAnalyzer (line 317) | public void setAnalyzer(Analyzer analyzer) { method getMinTermFreq (line 327) | public int getMinTermFreq() { method setMinTermFreq (line 336) | public void setMinTermFreq(int minTermFreq) { method getMinDocFreq (line 347) | public int getMinDocFreq() { method setMinDocFreq (line 358) | public void setMinDocFreq(int minDocFreq) { method isBoost (line 369) | public boolean isBoost() { method setBoost (line 379) | public void setBoost(boolean boost) { method getFieldNames (line 389) | public String[] getFieldNames() { method setFieldNames (line 401) | public void setFieldNames(String[] fieldNames) { method getMinWordLen (line 411) | public int getMinWordLen() { method setMinWordLen (line 420) | public void setMinWordLen(int minWordLen) { method getMaxWordLen (line 430) | public int getMaxWordLen() { method setMaxWordLen (line 439) | public void setMaxWordLen(int maxWordLen) { method setStopWords (line 454) | public void setStopWords(Set stopWords) { method getStopWords (line 462) | public Set getStopWords() { method getMaxQueryTerms (line 472) | public int getMaxQueryTerms() { method setMaxQueryTerms (line 482) | public void setMaxQueryTerms(int maxQueryTerms) { method getMaxNumTokensParsed (line 490) | public int getMaxNumTokensParsed() { method setMaxNumTokensParsed (line 497) | public void setMaxNumTokensParsed(int i) { method like (line 507) | public Query like(int docNum) throws IOException { method like (line 522) | public Query like(File f) throws IOException { method like (line 537) | public Query like(URL u) throws IOException { method like (line 546) | public Query like(java.io.InputStream is) throws IOException { method like (line 555) | public Query like(Reader r) throws IOException { method createQuery (line 562) | private Query createQuery(PriorityQueue q) { method createQueue (line 602) | private PriorityQueue createQueue(Map words) throws IOExc... method describeParams (line 652) | public String describeParams() { method retrieveTerms (line 676) | public PriorityQueue retrieveTerms(int docNum) throws IOException { method addTermFrequencies (line 706) | private void addTermFrequencies(Map termFreqMap, TermFreq... method addTermFrequencies (line 734) | private void addTermFrequencies(Reader r, Map termFreqMap... method isNoiseWord (line 767) | private boolean isNoiseWord(String term) { method retrieveTerms (line 804) | public PriorityQueue retrieveTerms(Reader r) throws IOException { method retrieveInterestingTerms (line 816) | public String[] retrieveInterestingTerms(int docNum) throws IOException { method retrieveInterestingTerms (line 838) | public String[] retrieveInterestingTerms(Reader r) throws IOException { class FreqQ (line 854) | private static class FreqQ extends PriorityQueue { method FreqQ (line 855) | FreqQ (int s) { method lessThan (line 859) | protected boolean lessThan(Object a, Object b) { class Int (line 871) | private static class Int { method Int (line 874) | Int() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiColumnQuery.java type MultiColumnQuery (line 25) | public interface MultiColumnQuery { method execute (line 36) | public MultiColumnQueryHits execute(JackrabbitIndexSearcher searcher, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiColumnQueryAdapter.java class MultiColumnQueryAdapter (line 30) | public class MultiColumnQueryAdapter implements MultiColumnQuery { method MultiColumnQueryAdapter (line 48) | private MultiColumnQueryAdapter(Query query, Name selectorName) { method adapt (line 60) | public static MultiColumnQuery adapt(Query query, Name selectorName) { method execute (line 67) | public MultiColumnQueryHits execute(JackrabbitIndexSearcher searcher, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiColumnQueryHits.java type MultiColumnQueryHits (line 28) | public interface MultiColumnQueryHits extends CloseableHits { method nextScoreNodes (line 37) | ScoreNode[] nextScoreNodes() throws IOException; method getSelectorNames (line 43) | Name[] getSelectorNames(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiColumnQueryResult.java class MultiColumnQueryResult (line 31) | public class MultiColumnQueryResult extends QueryResultImpl { method MultiColumnQueryResult (line 43) | public MultiColumnQueryResult( method executeQuery (line 60) | protected MultiColumnQueryHits executeQuery(long resultFetchHint) method createExcerptProvider (line 70) | protected ExcerptProvider createExcerptProvider() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiIndex.java class MultiIndex (line 83) | public class MultiIndex { method MultiIndex (line 244) | MultiIndex(SearchIndex handler, Set excludedIDs) throws IOExce... method numDocs (line 343) | int numDocs() throws IOException { method getIndexFormatVersion (line 359) | IndexFormatVersion getIndexFormatVersion() { method createInitialIndex (line 374) | void createInitialIndex(ItemStateManager stateMgr, method update (line 417) | synchronized void update( method addDocument (line 472) | void addDocument(Document doc) throws IOException { method removeDocument (line 483) | void removeDocument(NodeId id) throws IOException { method removeAllDocuments (line 495) | synchronized int removeAllDocuments(NodeId id) throws IOException { method getIndexReaders (line 543) | synchronized IndexReader[] getIndexReaders( method getOrCreateIndex (line 581) | synchronized PersistentIndex getOrCreateIndex(String indexName) method hasIndex (line 627) | synchronized boolean hasIndex(String indexName) throws IOException { method replaceIndexes (line 650) | void replaceIndexes(String[] obsoleteIndexes, method getIndexReader (line 719) | public CachingMultiIndexReader getIndexReader() throws IOException { method getIndexReader (line 732) | public synchronized CachingMultiIndexReader getIndexReader(boolean ini... method getVolatileIndex (line 772) | VolatileIndex getVolatileIndex() { method runConsistencyCheck (line 782) | ConsistencyCheck runConsistencyCheck() throws IOException { method close (line 789) | void close() { method getNamespaceMappings (line 832) | NamespaceMappings getNamespaceMappings() { method getIndexingQueue (line 840) | IndexingQueue getIndexingQueue() { method getDirectory (line 847) | Directory getDirectory() { method getIndexGeneration (line 854) | long getIndexGeneration() { method createDocument (line 866) | Document createDocument(NodeState node) throws RepositoryException { method createDocument (line 879) | Document createDocument(NodeId id) throws RepositoryException { method getRedoLogApplied (line 895) | boolean getRedoLogApplied() { method deleteIndex (line 909) | synchronized void deleteIndex(PersistentIndex index) { method flush (line 925) | private void flush() throws IOException { method releaseMultiReader (line 1001) | void releaseMultiReader() throws IOException { method waitUntilIndexingQueueIsEmpty (line 1013) | void waitUntilIndexingQueueIsEmpty() { method notifyIfIndexingQueueIsEmpty (line 1030) | void notifyIfIndexingQueueIsEmpty() { method enqueueUnusedSegments (line 1049) | private void enqueueUnusedSegments() throws IOException { method scheduleFlushTask (line 1079) | private void scheduleFlushTask() { method unscheduleFlushTask (line 1094) | private void unscheduleFlushTask() { method resetVolatileIndex (line 1106) | private void resetVolatileIndex() throws IOException { method getTransactionId (line 1122) | private long getTransactionId() { method executeAndLog (line 1135) | private Action executeAndLog(Action a) method checkVolatileCommit (line 1158) | private boolean checkVolatileCommit() throws IOException { method commitVolatileIndex (line 1174) | private void commitVolatileIndex() throws IOException { method createIndex (line 1214) | private long createIndex(NodeState node, method attemptDelete (line 1258) | private void attemptDelete() { method removeDeletable (line 1280) | private void removeDeletable() { method checkFlush (line 1297) | private synchronized void checkFlush() { method safeFlush (line 1317) | void safeFlush() throws IOException{ method checkIndexingQueue (line 1342) | private void checkIndexingQueue(boolean transactionPresent) { class Action (line 1395) | public abstract static class Action { method Action (line 1505) | Action(long transactionId, int type) { method getTransactionId (line 1515) | long getTransactionId() { method getType (line 1524) | int getType() { method execute (line 1535) | public abstract void execute(MultiIndex index) throws IOException; method undo (line 1545) | public void undo(MultiIndex index) throws IOException { method toString (line 1554) | public abstract String toString(); method fromString (line 1563) | static Action fromString(String line) throws IllegalArgumentException { class AddIndex (line 1611) | private static class AddIndex extends Action { method AddIndex (line 1626) | AddIndex(long transactionId, String indexName) { method fromString (line 1640) | static AddIndex fromString(long transactionId, String arguments) { method execute (line 1649) | public void execute(MultiIndex index) throws IOException { method toString (line 1661) | public String toString() { class AddNode (line 1675) | private static class AddNode extends Action { method AddNode (line 1700) | AddNode(long transactionId, NodeId id) { method AddNode (line 1711) | AddNode(long transactionId, Document doc) { method fromString (line 1726) | static AddNode fromString(long transactionId, String arguments) method execute (line 1736) | public void execute(MultiIndex index) throws IOException { method toString (line 1753) | public String toString() { class Commit (line 1767) | private static class Commit extends Action { method Commit (line 1774) | Commit(long transactionId) { method fromString (line 1786) | static Commit fromString(long transactionId, String arguments) { method execute (line 1795) | public void execute(MultiIndex index) throws IOException { method toString (line 1802) | public String toString() { class CreateIndex (line 1811) | private static class CreateIndex extends Action { method CreateIndex (line 1826) | CreateIndex(long transactionId, String indexName) { method fromString (line 1840) | static CreateIndex fromString(long transactionId, String arguments) { method execute (line 1850) | public void execute(MultiIndex index) throws IOException { method undo (line 1858) | public void undo(MultiIndex index) throws IOException { method toString (line 1869) | public String toString() { method getIndexName (line 1885) | String getIndexName() { class DeleteIndex (line 1893) | private static class DeleteIndex extends Action { method DeleteIndex (line 1907) | DeleteIndex(long transactionId, String indexName) { method fromString (line 1921) | static DeleteIndex fromString(long transactionId, String arguments) { method execute (line 1930) | public void execute(MultiIndex index) throws IOException { method toString (line 1944) | public String toString() { class DeleteNode (line 1958) | private static class DeleteNode extends Action { method DeleteNode (line 1978) | DeleteNode(long transactionId, NodeId id) { method fromString (line 1993) | static DeleteNode fromString(long transactionId, String arguments) { method execute (line 2002) | public void execute(MultiIndex index) throws IOException { method toString (line 2032) | public String toString() { class Start (line 2046) | private static class Start extends Action { method Start (line 2053) | Start(long transactionId) { method fromString (line 2065) | static Start fromString(long transactionId, String arguments) { method execute (line 2074) | public void execute(MultiIndex index) throws IOException { method toString (line 2081) | public String toString() { class VolatileCommit (line 2089) | private static class VolatileCommit extends Action { method VolatileCommit (line 2103) | VolatileCommit(long transactionId, String targetIndex) { method fromString (line 2116) | static VolatileCommit fromString(long transactionId, String argument... method execute (line 2125) | public void execute(MultiIndex index) throws IOException { method toString (line 2135) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiIndexReader.java type MultiIndexReader (line 28) | public interface MultiIndexReader extends ReleaseableIndexReader { method getIndexReaders (line 34) | IndexReader[] getIndexReaders(); method createDocId (line 44) | ForeignSegmentDocId createDocId(NodeId id) throws IOException; method getDocumentNumber (line 55) | int getDocumentNumber(ForeignSegmentDocId docId) throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MultiScorer.java class MultiScorer (line 29) | class MultiScorer extends Scorer { method MultiScorer (line 59) | MultiScorer(Similarity similarity, Scorer[] scorers, int[] starts) { method nextDoc (line 65) | @Override method docID (line 81) | @Override method score (line 86) | @Override method advance (line 91) | @Override method scorerIndex (line 135) | private int scorerIndex(int n) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NSRegistryBasedNamespaceMappings.java class NSRegistryBasedNamespaceMappings (line 27) | public class NSRegistryBasedNamespaceMappings extends AbstractNamespaceM... method NSRegistryBasedNamespaceMappings (line 39) | NSRegistryBasedNamespaceMappings(NamespaceRegistryImpl nsReg) { method getURI (line 48) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 61) | public String getPrefix(String uri) throws NamespaceException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NamePathResolverImpl.java class NamePathResolverImpl (line 38) | public class NamePathResolverImpl extends DefaultNamePathResolver { method NamePathResolverImpl (line 43) | private NamePathResolverImpl(NameResolver nResolver, PathResolver pRes... method create (line 47) | public static NamePathResolver create(NamespaceMappings nsMappings) { class NameResolverImpl (line 60) | private static class NameResolverImpl implements NameResolver { method NameResolverImpl (line 72) | public NameResolverImpl(NamespaceResolver resolver) { method getQName (line 85) | public Name getQName(String name) throws IllegalNameException, Names... method getJCRName (line 100) | public String getJCRName(Name name) throws NamespaceException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NameQuery.java class NameQuery (line 33) | @SuppressWarnings("serial") method NameQuery (line 58) | public NameQuery(Name nodeName, method getName (line 69) | public Name getName() { method rewrite (line 76) | public Query rewrite(IndexReader reader) throws IOException { method extractTerms (line 100) | public void extractTerms(Set terms) { method toString (line 106) | public String toString(String field) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NameRangeQuery.java class NameRangeQuery (line 33) | @SuppressWarnings("serial") method NameRangeQuery (line 75) | public NameRangeQuery(Name lowerName, method rewrite (line 99) | public Query rewrite(IndexReader reader) throws IOException { method toString (line 120) | public String toString(String field) { method getNamespaceURI (line 137) | private String getNamespaceURI() { method getLowerLocalNameTerm (line 145) | private Term getLowerLocalNameTerm() { method getUpperLocalNameTerm (line 157) | private Term getUpperLocalNameTerm() { method getLowerTerm (line 169) | private Term getLowerTerm() throws IOException { method getUpperTerm (line 187) | private Term getUpperTerm() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NamespaceMappings.java type NamespaceMappings (line 29) | public interface NamespaceMappings extends NamespaceResolver { method translateName (line 39) | String translateName(Name name) throws IllegalNameException; method translatePath (line 48) | String translatePath(Path path) throws IllegalNameException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NodeIndexer.java class NodeIndexer (line 59) | public class NodeIndexer { method NodeIndexer (line 144) | public NodeIndexer( method getNodeId (line 159) | public NodeId getNodeId() { method setSupportHighlighting (line 169) | public void setSupportHighlighting(boolean b) { method setIndexFormatVersion (line 178) | public void setIndexFormatVersion(IndexFormatVersion indexFormatVersio... method setIndexingConfiguration (line 187) | public void setIndexingConfiguration(IndexingConfiguration config) { method getMaxExtractLength (line 196) | public int getMaxExtractLength() { method setMaxExtractLength (line 205) | public void setMaxExtractLength(int length) { method createDoc (line 216) | public Document createDoc() throws RepositoryException { method throwRepositoryException (line 300) | protected void throwRepositoryException(Exception e) method addMVPName (line 314) | protected void addMVPName(Document doc, Name name) { method addValue (line 331) | protected void addValue(Document doc, InternalValue value, Name name) ... method addValueProperty (line 401) | protected void addValueProperty(Document doc, InternalValue value, method addPropertyName (line 415) | protected void addPropertyName(Document doc, Name name) { method addBinaryValue (line 438) | protected void addBinaryValue(Document doc, method getValue (line 478) | protected InternalValue getValue(Name name) throws ItemStateException { method addBooleanValue (line 502) | protected void addBooleanValue(Document doc, String fieldName, Object ... method createFieldWithoutNorms (line 515) | protected Field createFieldWithoutNorms(String fieldName, method addCalendarValue (line 547) | protected void addCalendarValue(Document doc, String fieldName, Calend... method addDoubleValue (line 567) | protected void addDoubleValue(Document doc, String fieldName, double i... method addLongValue (line 581) | protected void addLongValue(Document doc, String fieldName, long inter... method addDecimalValue (line 595) | protected void addDecimalValue(Document doc, String fieldName, BigDeci... method addReferenceValue (line 612) | protected void addReferenceValue(Document doc, String fieldName, NodeI... method addPathValue (line 635) | protected void addPathValue(Document doc, String fieldName, Path inter... method addURIValue (line 653) | protected void addURIValue(Document doc, String fieldName, URI interna... method addStringValue (line 668) | @Deprecated method addStringValue (line 684) | protected void addStringValue(Document doc, String fieldName, method addStringValue (line 706) | @Deprecated method addStringValue (line 731) | protected void addStringValue(Document doc, String fieldName, method addNameValue (line 778) | protected void addNameValue(Document doc, String fieldName, Name inter... method createFulltextField (line 796) | @Deprecated method createFulltextField (line 810) | @Deprecated method createFulltextField (line 826) | protected Field createFulltextField(String value, method createFulltextField (line 862) | @Deprecated method createFulltextField (line 876) | protected Fieldable createFulltextField( method isIndexed (line 893) | protected boolean isIndexed(Name propertyName) { method isIncludedInNodeIndex (line 908) | protected boolean isIncludedInNodeIndex(Name propertyName) { method useInExcerpt (line 924) | protected boolean useInExcerpt(Name propertyName) { method isSupportedMediaType (line 939) | protected boolean isSupportedMediaType(final String type) { method getPropertyBoost (line 952) | protected float getPropertyBoost(Name propertyName) { method getNodeBoost (line 963) | protected float getNodeBoost() { method addLength (line 979) | protected void addLength(Document doc, method addNodeName (line 998) | protected void addNodeName(Document doc, method addParentChildRelation (line 1024) | protected void addParentChildRelation(Document doc, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NodeIteratorImpl.java class NodeIteratorImpl (line 36) | class NodeIteratorImpl implements NodeIterator { method NodeIteratorImpl (line 71) | NodeIteratorImpl( method nextNode (line 85) | public Node nextNode() throws NoSuchElementException { method next (line 101) | public Object next() throws NoSuchElementException { method skip (line 112) | public void skip(long skipNum) throws NoSuchElementException { method getSize (line 132) | public long getSize() { method getPosition (line 145) | public long getPosition() { method hasNext (line 162) | public boolean hasNext() { method remove (line 170) | public void remove() { method fetchNext (line 180) | protected void fetchNext() { class FetchNext (line 189) | private class FetchNext implements SessionOperation { method perform (line 191) | public Object perform(SessionContext context) { method initialize (line 212) | protected void initialize() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NodeTraversingQueryHits.java class NodeTraversingQueryHits (line 35) | public class NodeTraversingQueryHits extends AbstractQueryHits { method NodeTraversingQueryHits (line 49) | public NodeTraversingQueryHits(Node start, boolean includeStart) { method NodeTraversingQueryHits (line 61) | public NodeTraversingQueryHits(Node start, method nextScoreNode (line 73) | public ScoreNode nextScoreNode() throws IOException { class TraversingNodeIterator (line 86) | private class TraversingNodeIterator implements Iterator { method TraversingNodeIterator (line 111) | TraversingNodeIterator(Node start, int maxDepth) { method remove (line 122) | public void remove() { method hasNext (line 129) | public boolean hasNext() { method next (line 137) | public Node next() { method init (line 145) | @SuppressWarnings({"unchecked", "rawtypes"}) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NormalizeSortComparator.java class NormalizeSortComparator (line 29) | public class NormalizeSortComparator extends FieldComparatorSource { method NormalizeSortComparator (line 41) | public NormalizeSortComparator(FieldComparatorSource base) { method newComparator (line 45) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NotQuery.java class NotQuery (line 37) | @SuppressWarnings("serial") method NotQuery (line 54) | NotQuery(Query context) { method createWeight (line 61) | public Weight createWeight(Searcher searcher) { method toString (line 68) | public String toString(String field) { method extractTerms (line 75) | public void extractTerms(Set terms) { method rewrite (line 82) | public Query rewrite(IndexReader reader) throws IOException { class NotQueryWeight (line 94) | private class NotQueryWeight extends Weight { method NotQueryWeight (line 105) | NotQueryWeight(Searcher searcher) { method getQuery (line 112) | public Query getQuery() { method getValue (line 119) | public float getValue() { method sumOfSquaredWeights (line 126) | public float sumOfSquaredWeights() throws IOException { method normalize (line 133) | public void normalize(float norm) { method scorer (line 139) | public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, method explain (line 154) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class NotQueryScorer (line 163) | private class NotQueryScorer extends Scorer { method NotQueryScorer (line 186) | NotQueryScorer(IndexReader reader) { method nextDoc (line 191) | @Override method docID (line 222) | @Override method score (line 227) | @Override method advance (line 232) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/OffsetCharSequence.java class OffsetCharSequence (line 23) | final class OffsetCharSequence implements CharSequence, Comparable terms) { method rewrite (line 108) | public Query rewrite(IndexReader reader) throws IOException { method toString (line 123) | public String toString(String field) { class ParentAxisWeight (line 138) | private class ParentAxisWeight extends Weight { method ParentAxisWeight (line 151) | private ParentAxisWeight(Searcher searcher) { method getQuery (line 160) | public Query getQuery() { method getValue (line 167) | public float getValue() { method sumOfSquaredWeights (line 174) | public float sumOfSquaredWeights() throws IOException { method normalize (line 181) | public void normalize(float norm) { method scorer (line 191) | public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, method explain (line 202) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class ParentAxisScorer (line 212) | private class ParentAxisScorer extends Scorer { method ParentAxisScorer (line 262) | protected ParentAxisScorer(Similarity similarity, method nextDoc (line 272) | @Override method docID (line 286) | @Override method score (line 291) | @Override method advance (line 300) | @Override method calculateParent (line 319) | private void calculateParent() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/PerQueryCache.java class PerQueryCache (line 26) | class PerQueryCache { method get (line 42) | Object get(Class type, Object key) { method put (line 56) | Object put(Class type, Object key, Object value) { class Key (line 63) | private static final class Key { method Key (line 81) | private Key(Class type, Object key) { method hashCode (line 89) | public int hashCode() { method equals (line 96) | public boolean equals(Object obj) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/PersistentIndex.java class PersistentIndex (line 35) | class PersistentIndex extends AbstractIndex { method PersistentIndex (line 71) | PersistentIndex(String name, Analyzer analyzer, method removeDocument (line 89) | int removeDocument(Term idTerm) throws IOException { method getIndexDeletionPolicy (line 100) | protected IndexDeletionPolicy getIndexDeletionPolicy() { method addIndexes (line 113) | void addIndexes(IndexReader[] readers) throws IOException { method copyIndex (line 126) | void copyIndex(AbstractIndex index) throws IOException { method getReadOnlyIndexReader (line 166) | synchronized ReadOnlyIndexReader getReadOnlyIndexReader(IndexListener ... method resetListener (line 176) | synchronized void resetListener() { method getNumDocuments (line 186) | int getNumDocuments() throws IOException { method getName (line 194) | String getName() { method getCurrentGeneration (line 201) | long getCurrentGeneration() { method setCurrentGeneration (line 211) | void setCurrentGeneration(long generation) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/PredicateDerefQuery.java class PredicateDerefQuery (line 39) | @SuppressWarnings("serial") method PredicateDerefQuery (line 93) | PredicateDerefQuery(Query subQuery, String refProperty, method createWeight (line 108) | public Weight createWeight(Searcher searcher) { method toString (line 118) | public String toString(String field) { method extractTerms (line 134) | public void extractTerms(Set terms) { method rewrite (line 141) | public Query rewrite(IndexReader reader) throws IOException { class DerefWeight (line 155) | private class DerefWeight extends Weight { method DerefWeight (line 168) | private DerefWeight(Searcher searcher) { method getQuery (line 177) | public Query getQuery() { method getValue (line 184) | public float getValue() { method sumOfSquaredWeights (line 191) | public float sumOfSquaredWeights() throws IOException { method normalize (line 198) | public void normalize(float norm) { method scorer (line 208) | public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, method explain (line 221) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class DerefScorer (line 231) | private class DerefScorer extends Scorer { method DerefScorer (line 260) | protected DerefScorer(Similarity similarity, IndexReader reader) { method nextDoc (line 267) | @Override method docID (line 281) | @Override method score (line 286) | @Override method advance (line 291) | @Override method calculateChildren (line 319) | private void calculateChildren() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/PropertiesSynonymProvider.java class PropertiesSynonymProvider (line 40) | public class PropertiesSynonymProvider implements SynonymProvider { method initialize (line 80) | public synchronized void initialize(FileSystemResource fsr) method getSynonyms (line 98) | public String[] getSynonyms(String term) { method checkConfigUpdated (line 119) | private synchronized void checkConfigUpdated() { method getSynonyms (line 146) | private static Map getSynonyms(FileSystemResource co... method addSynonym (line 170) | private static void addSynonym(String term, String synonym, Map terms) { method execute (line 85) | public QueryHits execute(JackrabbitIndexSearcher searcher, class QueryHitsQueryWeight (line 100) | public class QueryHitsQueryWeight extends Weight { method QueryHitsQueryWeight (line 112) | public QueryHitsQueryWeight(Similarity similarity) { method getQuery (line 119) | public Query getQuery() { method getValue (line 126) | public float getValue() { method sumOfSquaredWeights (line 133) | public float sumOfSquaredWeights() throws IOException { method normalize (line 140) | public void normalize(float norm) { method scorer (line 146) | public Scorer scorer(IndexReader reader, boolean scoreDocsInOrder, method explain (line 154) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class QueryHitsQueryScorer (line 164) | public class QueryHitsQueryScorer extends Scorer { method QueryHitsQueryScorer (line 190) | protected QueryHitsQueryScorer(IndexReader reader, method nextDoc (line 217) | @Override method docID (line 227) | @Override method score (line 232) | @Override method advance (line 237) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/QueryImpl.java class QueryImpl (line 55) | public class QueryImpl extends AbstractQueryImpl { method QueryImpl (line 84) | public QueryImpl( method execute (line 103) | public QueryResult execute(long offset, long limit) throws RepositoryE... method getColumns (line 148) | protected ColumnImpl[] getColumns() throws RepositoryException { method needsSystemTree (line 206) | public boolean needsSystemTree() { method columnForName (line 218) | protected ColumnImpl columnForName(Name propertyName) throws Repositor... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/QueryResultImpl.java class QueryResultImpl (line 41) | public abstract class QueryResultImpl implements JackrabbitQueryResult { method QueryResultImpl (line 145) | public QueryResultImpl( method getSelectorNames (line 171) | public String[] getSelectorNames() throws RepositoryException { method getColumnNames (line 182) | public String[] getColumnNames() throws RepositoryException { method getNodes (line 189) | public NodeIterator getNodes() throws RepositoryException { method getRows (line 196) | public RowIterator getRows() throws RepositoryException { method executeQuery (line 221) | protected abstract MultiColumnQueryHits executeQuery(long resultFetchH... method createExcerptProvider (line 230) | protected abstract ExcerptProvider createExcerptProvider() method getScoreNodes (line 240) | private ScoreNodeIterator getScoreNodes() { method getResults (line 259) | protected void getResults(long size) throws RepositoryException { method collectScoreNodes (line 362) | private void collectScoreNodes(MultiColumnQueryHits hits, method isAccessGranted (line 390) | protected boolean isAccessGranted(ScoreNode[] nodes) method getTotalSize (line 417) | public int getTotalSize() { class LazyScoreNodeIteratorImpl (line 429) | private final class LazyScoreNodeIteratorImpl implements ScoreNodeIter... method nextScoreNodes (line 437) | public ScoreNode[] nextScoreNodes() { method skip (line 450) | public void skip(long skipNum) { method getSize (line 482) | public long getSize() { method getPosition (line 502) | public long getPosition() { method remove (line 510) | public void remove() { method hasNext (line 517) | public boolean hasNext() { method next (line 525) | public Object next() { method initialize (line 532) | private void initialize() { method fetchNext (line 544) | private void fetchNext() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RangeQuery.java class RangeQuery (line 49) | @SuppressWarnings("serial") method RangeQuery (line 96) | public RangeQuery( method RangeQuery (line 111) | public RangeQuery( method setTransformation (line 137) | public void setTransformation(int transformation) { method rewrite (line 150) | public Query rewrite(IndexReader reader) throws IOException { method createWeight (line 178) | public Weight createWeight(Searcher searcher) { method toString (line 187) | public String toString(String field) { method extractTerms (line 208) | public void extractTerms(Set terms) { method getField (line 217) | private String getField() { class RangeQueryWeight (line 226) | private class RangeQueryWeight extends AbstractWeight { method RangeQueryWeight (line 236) | RangeQueryWeight(Searcher searcher, PerQueryCache cache) { method createScorer (line 247) | protected Scorer createScorer(IndexReader reader, boolean scoreDocsI... method getQuery (line 257) | public Query getQuery() { method getValue (line 264) | public float getValue() { method sumOfSquaredWeights (line 271) | public float sumOfSquaredWeights() throws IOException { method normalize (line 278) | public void normalize(float norm) { method explain (line 284) | public Explanation explain(IndexReader reader, int doc) throws IOExc... class RangeQueryScorer (line 294) | private final class RangeQueryScorer extends Scorer { method RangeQueryScorer (line 331) | @SuppressWarnings({"unchecked"}) method nextDoc (line 365) | @Override method docID (line 379) | @Override method score (line 384) | @Override method advance (line 389) | @Override method calculateHits (line 413) | private void calculateHits() throws IOException { method termCompare (line 525) | private int termCompare(String text, String other, int offset) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RangeScan.java class RangeScan (line 28) | class RangeScan extends FilteredTermEnum { method RangeScan (line 40) | RangeScan(IndexReader reader, Term lower, Term upper) throws IOExcepti... method termCompare (line 45) | protected boolean termCompare(Term term) { method difference (line 53) | public float difference() { method endEnum (line 57) | protected boolean endEnum() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ReadOnlyIndexReader.java class ReadOnlyIndexReader (line 37) | class ReadOnlyIndexReader extends RefCountingIndexReader { method ReadOnlyIndexReader (line 61) | public ReadOnlyIndexReader(SharedIndexReader reader, method getDeletedDocsVersion (line 74) | long getDeletedDocsVersion() { method getCreationTick (line 84) | long getCreationTick() { method updateDeletedDocs (line 99) | void updateDeletedDocs(CommittableIndexReader reader) { method getParent (line 122) | public DocId getParent(int n) throws IOException { method getBase (line 131) | public SharedIndexReader getBase() { method isDeleted (line 142) | public boolean isDeleted(int n) { method hasDeletions (line 151) | public boolean hasDeletions() { method numDocs (line 160) | public int numDocs() { method doDelete (line 167) | protected final void doDelete(int docNum) { method doUndeleteAll (line 174) | protected final void doUndeleteAll() { method doCommit (line 181) | @Override method termDocs (line 202) | public TermDocs termDocs(Term term) throws IOException { method termDocs (line 218) | public TermDocs termDocs() throws IOException { method termPositions (line 229) | public TermPositions termPositions() throws IOException { method toString (line 233) | @Override class FilteredTermDocs (line 248) | private class FilteredTermDocs extends FilterTermDocs { method FilteredTermDocs (line 255) | public FilteredTermDocs(TermDocs in) { method next (line 262) | public final boolean next() throws IOException { method read (line 273) | public final int read(int[] docs, int[] freqs) throws IOException { method skipTo (line 302) | public final boolean skipTo(int i) throws IOException { class FilteredTermPositions (line 316) | private final class FilteredTermPositions extends FilteredTermDocs method FilteredTermPositions (line 324) | public FilteredTermPositions(TermPositions in) { method nextPosition (line 331) | public int nextPosition() throws IOException { method getPayloadLength (line 338) | public int getPayloadLength() { method getPayload (line 345) | public byte[] getPayload(byte[] data, int offset) throws IOException { method isPayloadAvailable (line 352) | public boolean isPayloadAvailable() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/Recovery.java class Recovery (line 30) | class Recovery { method Recovery (line 58) | private Recovery(MultiIndex index, RedoLog redoLog) { method run (line 77) | static void run(MultiIndex index, RedoLog redoLog) throws IOException { method run (line 93) | private void run() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RedoLog.java type RedoLog (line 29) | public interface RedoLog { method hasEntries (line 37) | boolean hasEntries(); method getSize (line 43) | int getSize(); method getActions (line 53) | List getActions() throws IOException; method append (line 62) | void append(MultiIndex.Action action) throws IOException; method flush (line 69) | void flush() throws IOException; method close (line 76) | void close() throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RedoLogFactory.java type RedoLogFactory (line 24) | public interface RedoLogFactory { method createRedoLog (line 35) | public RedoLog createRedoLog(MultiIndex index) throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RefCountingIndexReader.java class RefCountingIndexReader (line 29) | public class RefCountingIndexReader method RefCountingIndexReader (line 38) | public RefCountingIndexReader(IndexReader in) { method acquire (line 46) | synchronized final void acquire() { method getRefCountJr (line 53) | public synchronized int getRefCountJr() { method release (line 62) | public synchronized final void release() throws IOException { method getSequentialSubReaders (line 70) | @Override method getFieldInfos (line 75) | @Override method doClose (line 80) | protected void doClose() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ReleaseableIndexReader.java type ReleaseableIndexReader (line 24) | public interface ReleaseableIndexReader { method release (line 34) | public void release() throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RowIteratorImpl.java class RowIteratorImpl (line 59) | class RowIteratorImpl implements RowIterator { method RowIteratorImpl (line 150) | RowIteratorImpl(ScoreNodeIterator scoreNodes, method nextRow (line 182) | public Row nextRow() throws NoSuchElementException { method skip (line 193) | public void skip(long skipNum) throws NoSuchElementException { method getSize (line 202) | public long getSize() { method getPosition (line 216) | public long getPosition() { method remove (line 223) | public void remove() { method hasNext (line 234) | public boolean hasNext() { method next (line 244) | public Object next() throws NoSuchElementException { class RowImpl (line 254) | class RowImpl implements javax.jcr.query.Row { method RowImpl (line 281) | RowImpl(ScoreNode[] sn) { method getValues (line 295) | public Value[] getValues() throws RepositoryException { method getValue (line 321) | public Value getValue(String columnName) throws ItemNotFoundExceptio... method getNode (line 390) | public Node getNode() throws RepositoryException { method getNode (line 405) | public Node getNode(String selectorName) throws RepositoryException { method getPath (line 424) | public String getPath() throws RepositoryException { method getPath (line 440) | public String getPath(String selectorName) throws RepositoryException { method getScore (line 469) | public double getScore() throws RepositoryException { method getScore (line 494) | public double getScore(String selectorName) throws RepositoryExcepti... method getNodeImpl (line 511) | private NodeImpl getNodeImpl() throws RepositoryException { method checkSingleSelector (line 525) | private void checkSingleSelector(String useInstead) throws Repositor... method getSelectorIndex (line 541) | private int getSelectorIndex(String selectorName) method isExcerptFunction (line 555) | private boolean isExcerptFunction(Name name) { method isExcerptFunction (line 565) | private boolean isExcerptFunction(String name) { method getExcerpt (line 581) | private Value getExcerpt() { method getExcerpt (line 596) | private Value getExcerpt(String excerptCall) throws RepositoryExcept... method createExcerpt (line 627) | private Value createExcerpt(NodeId id) { method highlight (line 652) | private Value highlight(String text) { method isSpellCheckFunction (line 674) | private boolean isSpellCheckFunction(Name name) { method getSpellCheckedStatement (line 687) | private Value getSpellCheckedStatement() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ScoreNode.java class ScoreNode (line 29) | public final class ScoreNode { method ScoreNode (line 53) | public ScoreNode(NodeId id, float score) { method ScoreNode (line 64) | public ScoreNode(NodeId id, float score, int doc) { method getNodeId (line 73) | public NodeId getNodeId() { method getScore (line 80) | public float getScore() { method setScore (line 89) | public void setScore(float score) { method getDoc (line 102) | public int getDoc(IndexReader reader) throws IOException { method toString (line 119) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ScoreNodeIterator.java type ScoreNodeIterator (line 24) | public interface ScoreNodeIterator extends RangeIterator { method nextScoreNodes (line 33) | ScoreNode[] nextScoreNodes(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ScoreNodeIteratorImpl.java class ScoreNodeIteratorImpl (line 27) | public class ScoreNodeIteratorImpl method ScoreNodeIteratorImpl (line 31) | public ScoreNodeIteratorImpl(ScoreNode[][] scoreNodes) { method nextScoreNodes (line 38) | public ScoreNode[] nextScoreNodes() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SearchIndex.java class SearchIndex (line 117) | public class SearchIndex extends AbstractQueryHandler { method doInit (line 530) | protected void doInit() throws IOException { method addNode (line 625) | public void addNode(NodeState node) throws RepositoryException, IOExce... method deleteNode (line 635) | public void deleteNode(NodeId id) throws IOException { method updateNodes (line 651) | public void updateNodes(Iterator remove, Iterator add) method createExecutableQuery (line 731) | public ExecutableQuery createExecutableQuery( method getWeaklyReferringNodes (line 744) | public Iterable getWeaklyReferringNodes(NodeId id) method getNodeDocuments (line 773) | List getNodeDocuments(NodeId id) throws RepositoryException,... method getQueryNodeFactory (line 805) | protected DefaultQueryNodeFactory getQueryNodeFactory() { method flush (line 815) | public void flush() throws RepositoryException { method close (line 831) | public void close() throws IOException { method executeQuery (line 863) | public MultiColumnQueryHits executeQuery(SessionImpl session, method executeQuery (line 901) | public MultiColumnQueryHits executeQuery(SessionImpl session, method createExcerptProvider (line 931) | public ExcerptProvider createExcerptProvider(Query query) method getTextAnalyzer (line 947) | public Analyzer getTextAnalyzer() { method getTikaConfigPath (line 956) | public String getTikaConfigPath() { method setTikaConfigPath (line 968) | public void setTikaConfigPath(String tikaConfigPath) { method getForkJavaCommand (line 978) | public String getForkJavaCommand() { method setForkJavaCommand (line 988) | public void setForkJavaCommand(String command) { method getParser (line 998) | public Parser getParser() { method createParser (line 1002) | private Parser createParser() { method getNamespaceMappings (line 1049) | public NamespaceMappings getNamespaceMappings() { method getIndexingConfig (line 1057) | public IndexingConfiguration getIndexingConfig() { method getSynonymProvider (line 1066) | public SynonymProvider getSynonymProvider() { method getSpellChecker (line 1083) | public SpellChecker getSpellChecker() { method getSimilarity (line 1090) | public Similarity getSimilarity() { method getIndexReader (line 1102) | public IndexReader getIndexReader() throws IOException { method getIndexFormatVersion (line 1112) | public IndexFormatVersion getIndexFormatVersion() { method getDirectoryManager (line 1132) | public DirectoryManager getDirectoryManager() { method getRedoLogFactory (line 1139) | public RedoLogFactory getRedoLogFactory() { method runConsistencyCheck (line 1149) | public ConsistencyCheck runConsistencyCheck() throws IOException { method getIndexReader (line 1165) | protected IndexReader getIndexReader(boolean includeSystemIndex) method createSortFields (line 1191) | protected SortField[] createSortFields(Path[] orderProps, method createOrderings (line 1224) | protected Ordering[] createOrderings(OrderingImpl[] orderings) method createDocument (line 1246) | protected Document createDocument(NodeState node, method getIndex (line 1267) | protected MultiIndex getIndex() { method getSortComparatorSource (line 1274) | protected SharedFieldComparatorSource getSortComparatorSource() { method createIndexingConfiguration (line 1283) | protected IndexingConfiguration createIndexingConfiguration(NamespaceM... method createSynonymProvider (line 1305) | protected SynonymProvider createSynonymProvider() { method createDirectoryManager (line 1325) | protected DirectoryManager createDirectoryManager() method createRedoLogFactory (line 1351) | protected RedoLogFactory createRedoLogFactory() throws IOException { method createSynonymProviderConfigResource (line 1375) | protected FileSystemResource createSynonymProviderConfigResource() method createSpellChecker (line 1418) | protected SpellChecker createSpellChecker() { method getIndexingConfigurationDOM (line 1439) | protected Element getIndexingConfigurationDOM() { method mergeAggregatedNodeIndexes (line 1501) | protected void mergeAggregatedNodeIndexes(NodeState state, method compare (line 1624) | public int compare(Fieldable o1, Fieldable o2) { method getRelativePath (line 1640) | protected Path getRelativePath(NodeState nodeState, PropertyState prop... method retrieveAggregateRoot (line 1669) | protected void retrieveAggregateRoot(NodeState state, method retrieveAggregateRoot (line 1689) | private void retrieveAggregateRoot(NodeState state, method retrieveAggregateRoot (line 1741) | protected void retrieveAggregateRoot( class CombinedIndexReader (line 1801) | protected static final class CombinedIndexReader method CombinedIndexReader (line 1810) | public CombinedIndexReader(CachingMultiIndexReader[] indexReaders) { method getParents (line 1818) | public int[] getParents(int n, int[] docNumbers) throws IOException { method getIndexReaders (line 1830) | public IndexReader[] getIndexReaders() { method release (line 1839) | public void release() throws IOException { method equals (line 1845) | public boolean equals(Object obj) { method hashCode (line 1853) | public int hashCode() { method createDocId (line 1864) | public ForeignSegmentDocId createDocId(NodeId id) throws IOException { method getDocumentNumber (line 1877) | public int getDocumentNumber(ForeignSegmentDocId docId) { method setAnalyzer (line 1911) | public void setAnalyzer(String analyzerClassName) { method getAnalyzer (line 1920) | public String getAnalyzer() { method setPath (line 1929) | public void setPath(String path) { method getPath (line 1939) | public String getPath() { method setUseCompoundFile (line 1946) | public void setUseCompoundFile(boolean b) { method getUseCompoundFile (line 1955) | public boolean getUseCompoundFile() { method setMinMergeDocs (line 1962) | public void setMinMergeDocs(int minMergeDocs) { method getMinMergeDocs (line 1971) | public int getMinMergeDocs() { method setVolatileIdleTime (line 1980) | public void setVolatileIdleTime(int volatileIdleTime) { method getVolatileIdleTime (line 1989) | public int getVolatileIdleTime() { method setMaxMergeDocs (line 1996) | public void setMaxMergeDocs(int maxMergeDocs) { method getMaxMergeDocs (line 2005) | public int getMaxMergeDocs() { method setMergeFactor (line 2012) | public void setMergeFactor(int mergeFactor) { method getMergeFactor (line 2021) | public int getMergeFactor() { method setBufferSize (line 2028) | public void setBufferSize(int size) { method getBufferSize (line 2037) | public int getBufferSize() { method setRespectDocumentOrder (line 2041) | public void setRespectDocumentOrder(boolean docOrder) { method getRespectDocumentOrder (line 2045) | public boolean getRespectDocumentOrder() { method setForceConsistencyCheck (line 2049) | public void setForceConsistencyCheck(boolean b) { method getForceConsistencyCheck (line 2053) | public boolean getForceConsistencyCheck() { method setAutoRepair (line 2057) | public void setAutoRepair(boolean b) { method getAutoRepair (line 2061) | public boolean getAutoRepair() { method setCacheSize (line 2065) | public void setCacheSize(int size) { method getCacheSize (line 2069) | public int getCacheSize() { method setMaxFieldLength (line 2073) | public void setMaxFieldLength(int length) { method getMaxFieldLength (line 2077) | public int getMaxFieldLength() { method setMaxExtractLength (line 2081) | public void setMaxExtractLength(int length) { method getMaxExtractLength (line 2085) | public int getMaxExtractLength() { method setTextFilterClasses (line 2104) | @Deprecated method getTextFilterClasses (line 2118) | @Deprecated method setResultFetchSize (line 2129) | public void setResultFetchSize(int size) { method getResultFetchSize (line 2137) | public int getResultFetchSize() { method setExtractorPoolSize (line 2146) | public void setExtractorPoolSize(int numThreads) { method getExtractorPoolSize (line 2157) | public int getExtractorPoolSize() { method setExtractorBackLogSize (line 2167) | public void setExtractorBackLogSize(int backLog) { method getExtractorBackLogSize (line 2174) | public int getExtractorBackLogSize() { method setExtractorTimeout (line 2184) | public void setExtractorTimeout(long timeout) { method getExtractorTimeout (line 2191) | public long getExtractorTimeout() { method setSizeEstimate (line 2203) | public void setSizeEstimate(boolean b) { method getSizeEstimate (line 2215) | public boolean getSizeEstimate() { method setSupportHighlighting (line 2225) | public void setSupportHighlighting(boolean b) { method getSupportHighlighting (line 2232) | public boolean getSupportHighlighting() { method setExcerptProviderClass (line 2243) | public void setExcerptProviderClass(String className) { method getExcerptProviderClass (line 2261) | public String getExcerptProviderClass() { method setIndexingConfiguration (line 2270) | public void setIndexingConfiguration(String path) { method getIndexingConfiguration (line 2277) | public String getIndexingConfiguration() { method setIndexingConfigurationClass (line 2288) | public void setIndexingConfigurationClass(String className) { method getIndexingConfigurationClass (line 2307) | public String getIndexingConfigurationClass() { method setSynonymProviderClass (line 2318) | public void setSynonymProviderClass(String className) { method getSynonymProviderClass (line 2338) | public String getSynonymProviderClass() { method setSpellCheckerClass (line 2352) | public void setSpellCheckerClass(String className) { method getSpellCheckerClass (line 2372) | public String getSpellCheckerClass() { method setEnableConsistencyCheck (line 2387) | public void setEnableConsistencyCheck(boolean b) { method getEnableConsistencyCheck (line 2394) | public boolean getEnableConsistencyCheck() { method setSynonymProviderConfigPath (line 2403) | public void setSynonymProviderConfigPath(String path) { method getSynonymProviderConfigPath (line 2411) | public String getSynonymProviderConfigPath() { method setSimilarityClass (line 2421) | public void setSimilarityClass(String className) { method getSimilarityClass (line 2433) | public String getSimilarityClass() { method setMaxVolatileIndexSize (line 2442) | public void setMaxVolatileIndexSize(long maxVolatileIndexSize) { method getMaxVolatileIndexSize (line 2449) | public long getMaxVolatileIndexSize() { method getDirectoryManagerClass (line 2456) | public String getDirectoryManagerClass() { method setDirectoryManagerClass (line 2466) | public void setDirectoryManagerClass(String className) { method setUseSimpleFSDirectory (line 2478) | public void setUseSimpleFSDirectory(boolean useSimpleFSDirectory) { method isUseSimpleFSDirectory (line 2486) | public boolean isUseSimpleFSDirectory() { method getTermInfosIndexDivisor (line 2493) | public int getTermInfosIndexDivisor() { method setTermInfosIndexDivisor (line 2502) | public void setTermInfosIndexDivisor(int termInfosIndexDivisor) { method isInitializeHierarchyCache (line 2510) | public boolean isInitializeHierarchyCache() { method setInitializeHierarchyCache (line 2521) | public void setInitializeHierarchyCache(boolean initializeHierarchyCac... method getMaxHistoryAge (line 2529) | public long getMaxHistoryAge() { method setMaxHistoryAge (line 2539) | public void setMaxHistoryAge(long maxHistoryAge) { method getRedoLogFactoryClass (line 2546) | public String getRedoLogFactoryClass() { method setRedoLogFactoryClass (line 2556) | public void setRedoLogFactoryClass(String className) { method checkPendingJournalChanges (line 2570) | private void checkPendingJournalChanges(QueryHandlerContext context) { method checkOpen (line 2608) | protected void checkOpen() throws IOException { method getChangeLogRecords (line 2624) | private List getChangeLogRecords(long revision, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SharedFieldCache.java class SharedFieldCache (line 39) | public class SharedFieldCache { class ValueIndex (line 44) | public static class ValueIndex { method ValueIndex (line 71) | public ValueIndex(Comparable[] values, int setValues) { method getValue (line 87) | public Comparable getValue(int i) { method getValuesMap (line 95) | private static Map> getValuesMap(Comparable[] values, int setValue... class ComparableArray (line 116) | static class ComparableArray implements Comparable { method ComparableArray (line 122) | public ComparableArray(Comparable item, int index) { method compareTo (line 126) | public int compareTo(ComparableArray o) { method getOffset (line 135) | int getOffset() { method insert (line 139) | public ComparableArray insert(Comparable item, int index) { method toString (line 178) | @Override method SharedFieldCache (line 203) | private SharedFieldCache() { method getValueIndex (line 220) | public ValueIndex getValueIndex(IndexReader reader, String field, method termValueAsString (line 323) | private static String termValueAsString(Term term, String prefix) { method lookup (line 335) | ValueIndex lookup(IndexReader reader, String field, String prefix) { method store (line 348) | void store(IndexReader reader, String field, String prefix, ValueIndex... method getValue (line 367) | private Comparable getValue(String value, int type) { class Key (line 388) | static class Key { method Key (line 396) | Key(String field, String prefix) { method equals (line 405) | public boolean equals(Object o) { method hashCode (line 417) | public int hashCode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SharedFieldComparatorSource.java class SharedFieldComparatorSource (line 42) | public class SharedFieldComparatorSource extends FieldComparatorSource { method SharedFieldComparatorSource (line 74) | public SharedFieldComparatorSource(String fieldname, ItemStateManager ... method newComparator (line 91) | @Override class SimpleFieldComparator (line 116) | static final class SimpleFieldComparator extends AbstractFieldComparat... method SimpleFieldComparator (line 140) | public SimpleFieldComparator(String propertyName, String fieldName, ... method setNextReader (line 146) | @Override method sortValue (line 160) | @Override class RelPathFieldComparator (line 172) | private final class RelPathFieldComparator extends AbstractFieldCompar... method RelPathFieldComparator (line 185) | public RelPathFieldComparator(Path propertyName, int numHits) { method sortValue (line 190) | @Override class CompoundScoreFieldComparator (line 226) | private static final class CompoundScoreFieldComparator extends Abstra... method CompoundScoreFieldComparator (line 235) | public CompoundScoreFieldComparator(FieldComparator[] fieldComparato... method sortValue (line 240) | @Override method setNextReader (line 254) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SharedIndexReader.java class SharedIndexReader (line 30) | class SharedIndexReader extends RefCountingIndexReader { method SharedIndexReader (line 37) | public SharedIndexReader(CachingIndexReader in) { method getCreationTick (line 47) | long getCreationTick() { method getParent (line 61) | public DocId getParent(int n, BitSet deleted) throws IOException { method termDocs (line 75) | public TermDocs termDocs(Term term) throws IOException { method getBase (line 84) | public CachingIndexReader getBase() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SimilarityQuery.java class SimilarityQuery (line 31) | @SuppressWarnings("serial") method SimilarityQuery (line 44) | public SimilarityQuery(String uuid, Analyzer analyzer) { method rewrite (line 52) | public Query rewrite(IndexReader reader) throws IOException { method toString (line 77) | public String toString(String field) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SimpleExcerptProvider.java class SimpleExcerptProvider (line 40) | public class SimpleExcerptProvider implements ExcerptProvider { method init (line 50) | public void init(Query query, SearchIndex index) throws IOException { method getExcerpt (line 57) | public String getExcerpt(NodeId id, int maxFragments, int maxFragmentS... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SingleColumnQueryResult.java class SingleColumnQueryResult (line 31) | public class SingleColumnQueryResult extends QueryResultImpl { method SingleColumnQueryResult (line 53) | public SingleColumnQueryResult( method executeQuery (line 72) | protected MultiColumnQueryHits executeQuery(long resultFetchHint) method createExcerptProvider (line 82) | protected ExcerptProvider createExcerptProvider() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SingleTermDocs.java class SingleTermDocs (line 28) | class SingleTermDocs implements TermDocs { method SingleTermDocs (line 46) | SingleTermDocs(int doc) { method seek (line 53) | public void seek(Term term) { method seek (line 60) | public void seek(TermEnum termEnum) { method doc (line 67) | public int doc() { method freq (line 74) | public int freq() { method next (line 81) | public boolean next() throws IOException { method read (line 90) | public int read(int[] docs, int[] freqs) throws IOException { method skipTo (line 103) | public boolean skipTo(int target) throws IOException { method close (line 110) | public void close() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SingletonTokenStream.java class SingletonTokenStream (line 31) | public final class SingletonTokenStream extends TokenStream { method SingletonTokenStream (line 63) | public SingletonTokenStream(String value, Payload payload) { method SingletonTokenStream (line 79) | public SingletonTokenStream(String value, int type) { method incrementToken (line 83) | @Override method reset (line 98) | @Override method close (line 106) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SortedLuceneQueryHits.java class SortedLuceneQueryHits (line 35) | public final class SortedLuceneQueryHits extends AbstractQueryHits { method SortedLuceneQueryHits (line 105) | public SortedLuceneQueryHits(IndexSearcher searcher, Query query, method getSize (line 119) | public int getSize() { method nextScoreNode (line 126) | public ScoreNode nextScoreNode() throws IOException { method skip (line 148) | public void skip(int n) throws IOException { method getHits (line 154) | private void getHits() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SortedMultiColumnQueryHits.java class SortedMultiColumnQueryHits (line 37) | public class SortedMultiColumnQueryHits extends FilterMultiColumnQueryHi... method SortedMultiColumnQueryHits (line 52) | public SortedMultiColumnQueryHits(MultiColumnQueryHits hits, method nextScoreNodes (line 75) | public ScoreNode[] nextScoreNodes() throws IOException { method skip (line 86) | public void skip(int n) throws IOException { class ScoreNodeComparator (line 95) | private static final class ScoreNodeComparator method ScoreNodeComparator (line 143) | private ScoreNodeComparator(IndexReader reader, method compare (line 170) | public int compare(ScoreNode[] sn1, ScoreNode[] sn2) { class ScoreDocComparator (line 208) | private static final class ScoreDocComparator extends FieldComparatorD... method ScoreDocComparator (line 210) | public ScoreDocComparator(FieldComparatorBase base) { method compareDocs (line 214) | public int compareDocs(int doc1, int doc2) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SpellChecker.java type SpellChecker (line 28) | public interface SpellChecker { method init (line 37) | void init(QueryHandler handler) throws IOException; method check (line 52) | String check(QueryRootNode aqt) throws IOException; method close (line 57) | void close(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SpellSuggestion.java class SpellSuggestion (line 27) | class SpellSuggestion { method SpellSuggestion (line 46) | SpellSuggestion(SpellChecker spellChecker, QueryRootNode root) { method getSuggestion (line 58) | public String getSuggestion() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/SynonymProvider.java type SynonymProvider (line 27) | public interface SynonymProvider { method initialize (line 40) | void initialize(FileSystemResource fsr) throws IOException; method getSynonyms (line 50) | String[] getSynonyms(String term); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/TermDocsCache.java class TermDocsCache (line 38) | public class TermDocsCache { method removeEldestEntry (line 66) | protected boolean removeEldestEntry(Map.Entry eldest) { method TermDocsCache (line 84) | public TermDocsCache(IndexReader reader, String field) { method termDocs (line 96) | public TermDocs termDocs(final Term t) throws IOException { class CachedTermDocs (line 183) | private static final class CachedTermDocs implements TermDocs { method CachedTermDocs (line 200) | public CachedTermDocs(BitSet docs) { method seek (line 207) | public void seek(Term term) throws IOException { method seek (line 214) | public void seek(TermEnum termEnum) throws IOException { method doc (line 221) | public int doc() { method freq (line 228) | public int freq() { method next (line 235) | public boolean next() throws IOException { method read (line 246) | public int read(int[] docs, int[] freqs) throws IOException { method skipTo (line 258) | public boolean skipTo(int target) throws IOException { method close (line 269) | public void close() throws IOException { class CacheEntry (line 273) | private static final class CacheEntry implements Comparable { method compareTo (line 279) | public int compareTo(CacheEntry other) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/TermFactory.java class TermFactory (line 25) | public final class TermFactory { method createUUIDTerm (line 39) | public static Term createUUIDTerm(String id) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/TransformConstants.java type TransformConstants (line 22) | public interface TransformConstants { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/Transformable.java type Transformable (line 23) | public interface Transformable extends TransformConstants { method setTransformation (line 34) | void setTransformation(int transformation); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/UpperCaseSortComparator.java class UpperCaseSortComparator (line 28) | public class UpperCaseSortComparator extends FieldComparatorSource { method UpperCaseSortComparator (line 40) | public UpperCaseSortComparator(FieldComparatorSource base) { method newComparator (line 44) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/Util.java class Util (line 41) | public class Util { method disposeDocument (line 55) | public static void disposeDocument(Document old) { method isDocumentReady (line 79) | public static boolean isDocumentReady(Document doc) { method createMatchAllQuery (line 102) | public static Query createMatchAllQuery(String name, method createIOException (line 119) | public static IOException createIOException(Throwable t) { method closeOrRelease (line 136) | public static void closeOrRelease(IndexReader reader) throws IOExcepti... method getComparable (line 153) | public static Comparable getComparable(InternalValue value) method getComparable (line 194) | public static Comparable getComparable(Value value) method compare (line 235) | public static int compare(Comparable c1, Comparable c2) { method compare (line 259) | public static int compare(Comparable[] c1, Comparable[] c2) { method compare (line 285) | public static int compare(Value[] a, Value[] b) throws RepositoryExcep... method compare (line 323) | public static int compare(Value v1, Value v2) throws ValueFormatExcept... method createRegexp (line 380) | public static Pattern createRegexp(String likePattern) { method getLength (line 432) | public static long getLength(InternalValue value) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/VolatileIndex.java class VolatileIndex (line 32) | class VolatileIndex extends AbstractIndex { method VolatileIndex (line 62) | VolatileIndex(Analyzer analyzer, method addDocuments (line 75) | void addDocuments(Document[] docs) throws IOException { method removeDocument (line 98) | int removeDocument(Term idTerm) throws IOException { method getNumDocuments (line 118) | int getNumDocuments() { method getIndexReader (line 128) | protected synchronized CommittableIndexReader getIndexReader() throws ... method commit (line 139) | protected synchronized void commit(boolean optimize) throws IOException { method getRamSizeInBytes (line 147) | long getRamSizeInBytes() { method setBufferSize (line 158) | void setBufferSize(int size) { method commitPending (line 167) | private void commitPending() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/WeightedHTMLExcerpt.java class WeightedHTMLExcerpt (line 39) | public class WeightedHTMLExcerpt extends AbstractExcerpt { method createExcerpt (line 44) | protected String createExcerpt(TermPositionVector tpv, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/WeightedHighlighter.java class WeightedHighlighter (line 40) | public class WeightedHighlighter extends DefaultHighlighter { method WeightedHighlighter (line 56) | protected WeightedHighlighter() { method highlight (line 79) | public static String highlight(TermPositionVector tvec, method highlight (line 105) | public static String highlight(TermPositionVector tvec, method mergeFragments (line 115) | @Override method startFragment (line 229) | private int startFragment(StringBuffer sb, String text, int offset, in... method endFragment (line 262) | private void endFragment(StringBuffer sb, String text, int offset, int... class FragmentInfo (line 278) | private static class FragmentInfo { method FragmentInfo (line 285) | public FragmentInfo(TermVectorOffsetInfo offsetinfo, int maxFragment... method add (line 294) | public boolean add(TermVectorOffsetInfo offsetinfo, String text) { method iterator (line 321) | public Iterator iterator() { method getStartOffset (line 325) | public int getStartOffset() { method getEndOffset (line 329) | public int getEndOffset() { method getQuality (line 333) | public int getQuality() { class FragmentInfoPriorityQueue (line 339) | private static class FragmentInfoPriorityQueue extends PriorityQueue bindVariableValues, method visit (line 134) | public Object visit(AndImpl node, Object data) throws Exception { method visit (line 141) | public Object visit(BindVariableValueImpl node, Object data) method visit (line 153) | public Object visit(ChildNodeImpl node, Object data) throws Exception { method visit (line 158) | public Object visit(ComparisonImpl node, Object data) throws Excepti... method visit (line 174) | public Object visit(DescendantNodeImpl node, Object data) method visit (line 180) | public Object visit(FullTextSearchImpl node, Object data) method visit (line 186) | public Object visit(FullTextSearchScoreImpl node, Object data) method visit (line 191) | public Object visit(LengthImpl node, Object data) throws Exception { method visit (line 204) | public Object visit(LiteralImpl node, Object data) throws Exception { method visit (line 208) | public Object visit(LowerCaseImpl node, Object data) throws Exception { method visit (line 213) | public Object visit(NodeLocalNameImpl node, Object data) throws Exce... method visit (line 217) | public Object visit(NodeNameImpl node, Object data) throws Exception { method visit (line 256) | public Object visit(NotImpl node, Object data) throws Exception { method visit (line 261) | public Object visit(OrImpl node, Object data) throws Exception { method visit (line 268) | public Object visit(PropertyExistenceImpl node, Object data) method visit (line 274) | public Object visit(PropertyValueImpl node, Object data) throws Exce... method visit (line 278) | public Object visit(SameNodeImpl node, Object data) throws Exception { method visit (line 283) | public Object visit(UpperCaseImpl node, Object data) throws Exception { method getSelector (line 288) | private SelectorImpl getSelector(Name name) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/DescendantNodeConstraint.java class DescendantNodeConstraint (line 35) | public class DescendantNodeConstraint extends HierarchyConstraint { method DescendantNodeConstraint (line 43) | public DescendantNodeConstraint(DescendantNodeImpl constraint, method evaluate (line 51) | public boolean evaluate(ScoreNode[] row, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/DynamicOperand.java class DynamicOperand (line 27) | public abstract class DynamicOperand { method getValues (line 44) | public abstract Value[] getValues(ScoreNode sn, EvaluationContext cont... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/EvaluationContext.java type EvaluationContext (line 31) | public interface EvaluationContext { method evaluate (line 41) | public QueryHits evaluate(Query query) throws IOException; method getIndexReader (line 46) | public IndexReader getIndexReader(); method getSession (line 51) | public SessionImpl getSession(); method getItemStateManager (line 56) | public ItemStateManager getItemStateManager(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/FullTextConstraint.java class FullTextConstraint (line 28) | public class FullTextConstraint extends QueryConstraint { method FullTextConstraint (line 38) | public FullTextConstraint(FullTextSearchImpl fts, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/FullTextSearchScoreOperand.java class FullTextSearchScoreOperand (line 28) | public class FullTextSearchScoreOperand extends DynamicOperand { method getValues (line 33) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/HierarchyConstraint.java class HierarchyConstraint (line 29) | public abstract class HierarchyConstraint extends SelectorBasedConstraint { method HierarchyConstraint (line 48) | public HierarchyConstraint(String path, SelectorImpl selector) { method getBaseNodeId (line 60) | protected final NodeId getBaseNodeId(EvaluationContext context) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/LengthOperand.java class LengthOperand (line 33) | public class LengthOperand extends DynamicOperand { method LengthOperand (line 45) | public LengthOperand(PropertyValueOperand property) { method getValues (line 53) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/LikeConstraint.java class LikeConstraint (line 31) | public class LikeConstraint extends ComparisonConstraint { method LikeConstraint (line 47) | public LikeConstraint(DynamicOperand operand1, method evaluate (line 57) | protected boolean evaluate(Value op1) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/LowerCaseOperand.java class LowerCaseOperand (line 28) | public class LowerCaseOperand extends DynamicOperand { method LowerCaseOperand (line 40) | public LowerCaseOperand(DynamicOperand operand) { method getValues (line 48) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/NodeLocalNameOperand.java class NodeLocalNameOperand (line 30) | public class NodeLocalNameOperand extends DynamicOperand { method getValues (line 42) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/NodeNameOperand.java class NodeNameOperand (line 30) | public class NodeNameOperand extends DynamicOperand { method getValues (line 41) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/NotConstraint.java class NotConstraint (line 27) | public class NotConstraint implements Constraint { method NotConstraint (line 40) | public NotConstraint(Constraint constraint) { method evaluate (line 47) | public boolean evaluate(ScoreNode[] row, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/OrConstraint.java class OrConstraint (line 27) | public class OrConstraint implements Constraint { method OrConstraint (line 45) | public OrConstraint(Constraint left, Constraint right) { method evaluate (line 53) | public boolean evaluate(ScoreNode[] row, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/PropertyExistenceConstraint.java class PropertyExistenceConstraint (line 29) | public class PropertyExistenceConstraint extends QueryConstraint { method PropertyExistenceConstraint (line 40) | public PropertyExistenceConstraint(PropertyExistenceImpl prop, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/PropertyValueOperand.java class PropertyValueOperand (line 38) | public class PropertyValueOperand extends DynamicOperand { method PropertyValueOperand (line 50) | public PropertyValueOperand(PropertyValueImpl operand) { method getPropertyState (line 64) | public final PropertyState getPropertyState(ScoreNode sn, method getProperty (line 87) | public final Property getProperty(ScoreNode sn, method getValues (line 106) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/QueryConstraint.java class QueryConstraint (line 40) | public abstract class QueryConstraint extends SelectorBasedConstraint { method QueryConstraint (line 65) | public QueryConstraint(Query constraint, method evaluate (line 78) | public boolean evaluate(ScoreNode[] row, method evaluate (line 97) | private boolean evaluate(ScoreNode sn, EvaluationContext context) method initMatches (line 114) | private void initMatches(EvaluationContext context) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/SameNodeConstraint.java class SameNodeConstraint (line 29) | public class SameNodeConstraint extends HierarchyConstraint { method SameNodeConstraint (line 37) | public SameNodeConstraint(SameNodeImpl constraint, SelectorImpl select... method evaluate (line 44) | public boolean evaluate(ScoreNode[] row, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/SelectorBasedConstraint.java class SelectorBasedConstraint (line 28) | public abstract class SelectorBasedConstraint implements Constraint { method SelectorBasedConstraint (line 45) | public SelectorBasedConstraint(SelectorImpl selector) { method getSelectorIndex (line 55) | protected int getSelectorIndex(Name[] names) { method getSelector (line 66) | protected SelectorImpl getSelector() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/constraint/UpperCaseOperand.java class UpperCaseOperand (line 28) | public class UpperCaseOperand extends DynamicOperand { method UpperCaseOperand (line 40) | public UpperCaseOperand(DynamicOperand operand) { method getValues (line 48) | public Value[] getValues(ScoreNode sn, EvaluationContext context) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/directory/DirectoryManager.java type DirectoryManager (line 28) | public interface DirectoryManager { method init (line 37) | void init(SearchIndex handler) throws IOException; method hasDirectory (line 47) | boolean hasDirectory(String name) throws IOException; method getDirectory (line 58) | Directory getDirectory(String name) throws IOException; method getDirectoryNames (line 67) | String[] getDirectoryNames() throws IOException; method delete (line 78) | boolean delete(String name); method rename (line 90) | boolean rename(String from, String to); method dispose (line 95) | void dispose(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/directory/FSDirectoryManager.java class FSDirectoryManager (line 38) | public class FSDirectoryManager implements DirectoryManager { method init (line 50) | public void init(SearchIndex handler) throws IOException { method hasDirectory (line 58) | public boolean hasDirectory(String name) throws IOException { method getDirectory (line 65) | public Directory getDirectory(String name) method getDirectoryNames (line 79) | public String[] getDirectoryNames() throws IOException { method delete (line 99) | public boolean delete(String name) { method rename (line 123) | public boolean rename(String from, String to) { method dispose (line 132) | public void dispose() { class FSDir (line 137) | private static final class FSDir extends Directory { method accept (line 140) | public boolean accept(File pathname) { method FSDir (line 147) | public FSDir(File dir, boolean simpleFS) throws IOException { method listAll (line 161) | @Override method fileExists (line 174) | @Override method fileModified (line 179) | @Override method touchFile (line 184) | @Override method deleteFile (line 189) | @Override method fileLength (line 194) | @Override method createOutput (line 199) | @Override method openInput (line 204) | @Override method close (line 210) | @Override method openInput (line 215) | @Override method makeLock (line 222) | @Override method clearLock (line 227) | @Override method setLockFactory (line 232) | @Override method getLockFactory (line 237) | @Override method getLockID (line 242) | @Override method toString (line 247) | public String toString() { class IndexInputLogWrapper (line 256) | private static final class IndexInputLogWrapper extends IndexInput { method IndexInputLogWrapper (line 260) | IndexInputLogWrapper(String name, IndexInput in) { method readByte (line 265) | @Override method readBytes (line 270) | @Override method close (line 276) | @Override method getFilePointer (line 281) | @Override method seek (line 286) | @Override method length (line 291) | @Override method clone (line 296) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/directory/IndexInputStream.java class IndexInputStream (line 28) | public class IndexInputStream extends InputStream { method IndexInputStream (line 51) | public IndexInputStream(IndexInput input) { method read (line 59) | public int read() throws IOException { method read (line 71) | public int read(byte b[], int off, int len) throws IOException { method close (line 87) | public void close() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/directory/IndexOutputStream.java class IndexOutputStream (line 28) | public class IndexOutputStream extends OutputStream { method IndexOutputStream (line 44) | public IndexOutputStream(IndexOutput output) method write (line 53) | public void write(int b) throws IOException { method write (line 61) | public void write(byte b[], int off, int len) throws IOException { method flush (line 70) | public void flush() throws IOException { method close (line 79) | public void close() throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/directory/RAMDirectoryManager.java class RAMDirectoryManager (line 31) | public class RAMDirectoryManager implements DirectoryManager { method init (line 41) | public void init(SearchIndex handler) throws IOException { method hasDirectory (line 47) | public boolean hasDirectory(String name) throws IOException { method getDirectory (line 56) | public Directory getDirectory(String name) { method getDirectoryNames (line 70) | public String[] getDirectoryNames() throws IOException { method delete (line 80) | public boolean delete(String name) { method rename (line 90) | public boolean rename(String from, String to) { method dispose (line 107) | public void dispose() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/AbstractHitCollector.java class AbstractHitCollector (line 29) | public abstract class AbstractHitCollector extends Collector { method setNextReader (line 33) | @Override method setScorer (line 38) | @Override method collect (line 43) | @Override method collect (line 54) | protected abstract void collect(int doc, float score); method acceptsDocsOutOfOrder (line 56) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/AdaptingHits.java class AdaptingHits (line 30) | public class AdaptingHits implements Hits { method AdaptingHits (line 61) | public AdaptingHits() { method AdaptingHits (line 65) | public AdaptingHits(int threshold) { method next (line 74) | public int next() throws IOException { method set (line 82) | public void set(int doc) { method skipTo (line 115) | public int skipTo(int target) throws IOException { method getInternalHits (line 120) | Hits getInternalHits() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/ArrayHits.java class ArrayHits (line 29) | public class ArrayHits implements Hits { method ArrayHits (line 36) | public ArrayHits() { method ArrayHits (line 40) | public ArrayHits(int initialSize) { method initialize (line 46) | private void initialize() { method set (line 57) | public void set(int doc) { method next (line 73) | public int next() { method skipTo (line 85) | public int skipTo(int target) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/BitSetHits.java class BitSetHits (line 26) | public class BitSetHits implements Hits { method BitSetHits (line 30) | public BitSetHits() { method set (line 38) | public void set(int doc) { method next (line 45) | public int next() { method skipTo (line 54) | public int skipTo(int target) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/Hits.java type Hits (line 24) | public interface Hits { method set (line 31) | void set(int doc); method next (line 37) | int next() throws IOException; method skipTo (line 44) | int skipTo(int target) throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/HitsIntersection.java class HitsIntersection (line 24) | public class HitsIntersection implements Hits { method HitsIntersection (line 32) | public HitsIntersection(Hits hits1, Hits hits2) { method set (line 40) | public void set(int doc) { method next (line 47) | public int next() throws IOException { method skipTo (line 70) | public int skipTo(int target) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/hits/ScorerHits.java class ScorerHits (line 27) | public class ScorerHits implements Hits { method ScorerHits (line 31) | public ScorerHits(Scorer scorer) { method set (line 38) | public void set(int doc) { method next (line 45) | public int next() throws IOException { method skipTo (line 57) | public int skipTo(int target) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/AbstractCondition.java class AbstractCondition (line 28) | public abstract class AbstractCondition implements Condition { method AbstractCondition (line 41) | public AbstractCondition(MultiColumnQueryHits inner) { method getInnerSelectorNames (line 48) | public Name[] getInnerSelectorNames() { method close (line 59) | public void close() throws IOException { method getIndex (line 72) | protected static int getIndex(MultiColumnQueryHits source, Name select... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/AbstractRow.java class AbstractRow (line 31) | abstract class AbstractRow implements Row { method AbstractRow (line 37) | protected AbstractRow( method getValues (line 43) | public Value[] getValues() throws RepositoryException { method getValue (line 52) | public Value getValue(String columnName) method getPath (line 63) | public String getPath() throws RepositoryException { method getPath (line 72) | public String getPath(String selectorName) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/AncestorNodeJoin.java class AncestorNodeJoin (line 32) | public class AncestorNodeJoin extends AbstractCondition { method AncestorNodeJoin (line 70) | public AncestorNodeJoin(MultiColumnQueryHits context, method getMatchingScoreNodes (line 94) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode ancestor) method collectAncestors (line 107) | private void collectAncestors(int doc) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/AncestorPathNodeJoin.java class AncestorPathNodeJoin (line 34) | public class AncestorPathNodeJoin extends AbstractCondition { method AncestorPathNodeJoin (line 61) | public AncestorPathNodeJoin(MultiColumnQueryHits context, method getMatchingScoreNodes (line 85) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode ancestor) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/ChildNodeJoin.java class ChildNodeJoin (line 32) | public class ChildNodeJoin extends AbstractCondition { method ChildNodeJoin (line 69) | public ChildNodeJoin(MultiColumnQueryHits parent, method getMatchingScoreNodes (line 90) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode child) throws IOE... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/ChildNodeJoinMerger.java class ChildNodeJoinMerger (line 38) | class ChildNodeJoinMerger extends JoinMerger { method ChildNodeJoinMerger (line 44) | public ChildNodeJoinMerger( method getLeftValues (line 54) | @Override method getRightValues (line 59) | @Override method getRightJoinConstraints (line 64) | @Override method getValues (line 83) | private Set getValues(Set selectors, Row row) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/Condition.java type Condition (line 27) | public interface Condition { method getMatchingScoreNodes (line 37) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode outer) method getInnerSelectorNames (line 43) | public Name[] getInnerSelectorNames(); method close (line 50) | public void close() throws IOException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/ConstraintSplitInfo.java class ConstraintSplitInfo (line 27) | class ConstraintSplitInfo { method ConstraintSplitInfo (line 47) | public ConstraintSplitInfo(QueryObjectModelFactory factory, Join sourc... method ConstraintSplitInfo (line 52) | private ConstraintSplitInfo(QueryObjectModelFactory factory, Join source, method addLeftConstraint (line 63) | public void addLeftConstraint(Constraint c) { method addRightConstraint (line 73) | public void addRightConstraint(Constraint c) { method splitOr (line 83) | public void splitOr() { method isMultiple (line 111) | public boolean isMultiple() { method getLeftInnerConstraints (line 115) | public ConstraintSplitInfo getLeftInnerConstraints() { method getRightInnerConstraints (line 119) | public ConstraintSplitInfo getRightInnerConstraints() { method getSource (line 123) | public Join getSource() { method getLeftConstraint (line 130) | public Constraint getLeftConstraint() throws RepositoryException { method getRightConstraint (line 137) | public Constraint getRightConstraint() throws RepositoryException { method isHasLeftConstraints (line 141) | public boolean isHasLeftConstraints() { method isHasRightConstraints (line 145) | public boolean isHasRightConstraints() { method toString (line 149) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/ConstraintSplitter.java class ConstraintSplitter (line 59) | class ConstraintSplitter { method ConstraintSplitter (line 69) | public ConstraintSplitter(Constraint constraint, method split (line 81) | private void split(ConstraintSplitInfo constraintSplitInfo, Constraint... method isReferencingBothSides (line 104) | private boolean isReferencingBothSides(Set selectors) { method splitNot (line 109) | private void splitNot(ConstraintSplitInfo constraintSplitInfo, Not not... method splitBySelectors (line 126) | private void splitBySelectors(ConstraintSplitInfo constraintSplitInfo,... method getSelectorNames (line 148) | private Set getSelectorNames(Constraint constraint) method getSelectorNames (line 195) | private Set getSelectorNames(Constraint a, Constraint b) method getSelectorName (line 212) | private String getSelectorName(DynamicOperand operand) method getConstraintSplitInfo (line 241) | public ConstraintSplitInfo getConstraintSplitInfo() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/Constraints.java class Constraints (line 26) | public class Constraints { method and (line 28) | public static Constraint and( method and (line 44) | public static Constraint and( method or (line 56) | public static Constraint or( FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/DescendantNodeJoin.java class DescendantNodeJoin (line 32) | public class DescendantNodeJoin extends AbstractCondition { method DescendantNodeJoin (line 74) | public DescendantNodeJoin(MultiColumnQueryHits context, method getMatchingScoreNodes (line 94) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode descendant) method collectAncestors (line 121) | private void collectAncestors(int doc) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/DescendantNodeJoinMerger.java class DescendantNodeJoinMerger (line 38) | class DescendantNodeJoinMerger extends JoinMerger { method DescendantNodeJoinMerger (line 44) | public DescendantNodeJoinMerger( method getLeftValues (line 54) | @Override method getRightValues (line 59) | @Override method getRightJoinConstraints (line 64) | @Override method getValues (line 84) | private Set getValues(Set selectors, Row row) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/DescendantPathNodeJoin.java class DescendantPathNodeJoin (line 34) | public class DescendantPathNodeJoin extends AbstractCondition { method DescendantPathNodeJoin (line 57) | public DescendantPathNodeJoin(MultiColumnQueryHits context, method getMatchingScoreNodes (line 83) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode descendant) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/EquiJoin.java class EquiJoin (line 41) | public class EquiJoin extends AbstractCondition { method EquiJoin (line 68) | public EquiJoin( method getMatchingScoreNodes (line 130) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode outer) method getPropertyTerms (line 147) | private Set> getPropertyTerms(String property) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/EquiJoinMerger.java class EquiJoinMerger (line 41) | class EquiJoinMerger extends JoinMerger { method EquiJoinMerger (line 47) | public EquiJoinMerger( method getLeftValues (line 71) | @Override method getRightValues (line 76) | @Override method getRightJoinConstraints (line 81) | @Override method getValues (line 100) | private Set getValues(PropertyValue property, Row row) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/Join.java class Join (line 43) | public class Join implements MultiColumnQueryHits { method Join (line 89) | private Join(MultiColumnQueryHits outer, method create (line 121) | public static Join create(final MultiColumnQueryHits left, method nextScoreNodes (line 256) | public ScoreNode[] nextScoreNodes() throws IOException { method getSelectorNames (line 290) | public Name[] getSelectorNames() { method close (line 298) | public void close() throws IOException { method getSize (line 322) | public int getSize() { method skip (line 331) | public void skip(int n) throws IOException { method getSourceWithName (line 339) | protected static MultiColumnQueryHits getSourceWithName( method getIndex (line 361) | protected static int getIndex(MultiColumnQueryHits source, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/JoinMerger.java class JoinMerger (line 63) | abstract class JoinMerger { method getJoinMerger (line 75) | public static JoinMerger getJoinMerger( method JoinMerger (line 118) | protected JoinMerger( method getColumnNames (line 141) | public String[] getColumnNames(){ method getSelectorNames (line 145) | public String[] getSelectorNames(){ method getLeftSelectors (line 149) | public Set getLeftSelectors() { method getRightSelectors (line 153) | public Set getRightSelectors() { method getSelectorNames (line 157) | private Set getSelectorNames(Source source) method merge (line 194) | public QueryResult merge(RowIterator leftRows, RowIterator rightRows, method asQueryResult (line 279) | private QueryResult asQueryResult(RowIterator rowIterator) { method buildRightRowValues (line 283) | private Map> buildRightRowValues(RowIterator rightRows) method mergeRow (line 306) | private Row mergeRow(Row left, Row right) { method getLeftValues (line 312) | public abstract Set getLeftValues(Row row) method getRightValues (line 315) | public abstract Set getRightValues(Row row) method getRightJoinConstraints (line 318) | public abstract List getRightJoinConstraints(Collection buildLeftRowsJoin(ConstraintSplitInfo csi, method buildRightRowsJoin (line 316) | private Set buildRightRowsJoin(ConstraintSplitInfo csi, method genString (line 380) | private static String genString(int len) { method logQueryAnalysis (line 388) | private static void logQueryAnalysis(ConstraintSplitInfo csi, method constraintSplitInfoToString (line 401) | private static String constraintSplitInfoToString(ConstraintSplitInfo ... method execute (line 440) | protected QueryResult execute(Column[] columns, Selector selector, method createSortFields (line 490) | public SortField[] createSortFields(Ordering[] orderings, Session sess... method getColumnMap (line 529) | private Map getColumnMap(Column[] columns, method getColumnMap (line 553) | private Map getColumnMap(String selector, method getSelectorNames (line 567) | private Map getSelectorNames(Source source) method getNodeType (line 585) | private NodeType getNodeType(Selector selector) throws RepositoryExcep... method sort (line 612) | protected static QueryResult sort(QueryResult result, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/RowPathComparator.java class RowPathComparator (line 28) | public class RowPathComparator implements Comparator { method RowPathComparator (line 38) | public RowPathComparator(Collection selectors) { method RowPathComparator (line 42) | public RowPathComparator() { method compare (line 49) | public int compare(Row a, Row b) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/SameNodeJoin.java class SameNodeJoin (line 29) | public class SameNodeJoin extends AbstractCondition { method SameNodeJoin (line 50) | public SameNodeJoin(MultiColumnQueryHits inner, method getMatchingScoreNodes (line 65) | public ScoreNode[][] getMatchingScoreNodes(ScoreNode outer) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/SameNodeJoinMerger.java class SameNodeJoinMerger (line 39) | class SameNodeJoinMerger extends JoinMerger { method SameNodeJoinMerger (line 47) | public SameNodeJoinMerger( method getLeftValues (line 57) | @Override method getRightValues (line 62) | @Override method getRightJoinConstraints (line 67) | @Override method getValues (line 86) | private Set getValues(Set selectors, Row row) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/ScoreNodeMap.java class ScoreNodeMap (line 30) | public final class ScoreNodeMap { method addScoreNodes (line 56) | public void addScoreNodes(Object key, ScoreNode[] nodes) { method getScoreNodes (line 83) | public ScoreNode[][] getScoreNodes(Object key) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/SelectorRow.java class SelectorRow (line 30) | public class SelectorRow extends AbstractRow { method SelectorRow (line 38) | public SelectorRow( method getNode (line 47) | public Node getNode() { method getNode (line 51) | public Node getNode(String selectorName) throws RepositoryException { method getScore (line 56) | public double getScore() { method getScore (line 60) | public double getScore(String selectorName) throws RepositoryException { method checkSelectorName (line 65) | private void checkSelectorName(String name) throws RepositoryException { method toString (line 74) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/SimpleQueryResult.java class SimpleQueryResult (line 30) | public class SimpleQueryResult implements QueryResult { method SimpleQueryResult (line 56) | protected SimpleQueryResult( method getColumnNames (line 73) | public String[] getColumnNames() { method getSelectorNames (line 83) | public String[] getSelectorNames() { method getRows (line 94) | public synchronized RowIterator getRows() throws RepositoryException { method getNodes (line 113) | public NodeIterator getNodes() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/join/ValueComparator.java class ValueComparator (line 39) | public class ValueComparator implements Comparator { method compare (line 44) | public int compare(Value a, Value b) { method evaluate (line 61) | public boolean evaluate(String operator, Value a, Value b) { method compare (line 88) | public int compare(Value[] a, Value[] b) { method evaluate (line 105) | public boolean evaluate(String operator, Value[] a, Value[] b) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/sort/AbstractFieldComparator.java class AbstractFieldComparator (line 33) | public abstract class AbstractFieldComparator extends FieldComparatorBase { method AbstractFieldComparator (line 55) | protected AbstractFieldComparator(int numHits) { method readerIndex (line 65) | protected final int readerIndex(int n) { method setValue (line 94) | @Override method getValue (line 105) | @Override method setNextReader (line 110) | @Override method getIndexReaders (line 133) | private static void getIndexReaders(List readers, IndexRe... method getUUIDForIndex (line 144) | protected String getUUIDForIndex(int doc) throws IOException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/sort/DynamicOperandFieldComparator.java class DynamicOperandFieldComparator (line 26) | public final class DynamicOperandFieldComparator extends method DynamicOperandFieldComparator (line 33) | public DynamicOperandFieldComparator(final Session session, method sortValue (line 42) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/sort/DynamicOperandFieldComparatorSource.java class DynamicOperandFieldComparatorSource (line 29) | public final class DynamicOperandFieldComparatorSource extends method DynamicOperandFieldComparatorSource (line 38) | public DynamicOperandFieldComparatorSource(final Session session, method newComparator (line 46) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/sort/RowComparator.java class RowComparator (line 35) | public class RowComparator implements Comparator { method RowComparator (line 43) | public RowComparator(Ordering[] orderings, OperandEvaluator evaluator) { method compare (line 48) | public int compare(Row a, Row b) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/sort/ValueComparableWrapper.java class ValueComparableWrapper (line 23) | class ValueComparableWrapper implements Comparable princ... method hasPrivileges (line 413) | public boolean hasPrivileges(String absPath, Set principals... method getPrivileges (line 436) | public Privilege[] getPrivileges(String absPath, Set princi... method checkInitialized (line 454) | @Override method checkValidNodePath (line 464) | @Override method checkPermission (line 480) | @Override method getPrivilegeManager (line 492) | @Override method getPath (line 499) | private Path getPath(String absPath) throws RepositoryException { method isSystemOrAdmin (line 507) | private static boolean isSystemOrAdmin(Session s) { class WorkspaceAccess (line 522) | private class WorkspaceAccess { method WorkspaceAccess (line 531) | private WorkspaceAccess(WorkspaceAccessManager wspAccessManager, method canAccess (line 543) | private boolean canAccess(String workspaceName) throws RepositoryExc... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/JackrabbitSecurityManager.java type JackrabbitSecurityManager (line 32) | public interface JackrabbitSecurityManager { method init (line 34) | void init(Repository repository, Session systemSession) throws Reposit... method dispose (line 42) | void dispose(String workspaceName); method close (line 47) | void close(); method getAuthContext (line 60) | AuthContext getAuthContext(Credentials creds, Subject subject, String ... method getAccessManager (line 70) | AccessManager getAccessManager(Session session, AMContext amContext) t... method getPrincipalManager (line 81) | PrincipalManager getPrincipalManager(Session session) throws Repositor... method getUserManager (line 92) | UserManager getUserManager(Session session) throws RepositoryException; method getUserID (line 103) | String getUserID(Subject subject, String workspaceName) throws Reposit... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/SecurityConstants.java type SecurityConstants (line 22) | public interface SecurityConstants { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/SystemPrincipal.java class SystemPrincipal (line 25) | public final class SystemPrincipal implements Principal, Serializable { method SystemPrincipal (line 32) | public SystemPrincipal() { method toString (line 36) | @Override method equals (line 41) | @Override method hashCode (line 52) | @Override method getName (line 61) | public String getName() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/UserPrincipal.java class UserPrincipal (line 25) | public class UserPrincipal implements Principal, Serializable { method UserPrincipal (line 35) | public UserPrincipal(String name) throws IllegalArgumentException { method toString (line 43) | @Override method equals (line 48) | @Override method hashCode (line 60) | @Override method getName (line 69) | public String getName() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/AbstractLoginModule.java class AbstractLoginModule (line 63) | public abstract class AbstractLoginModule implements LoginModule { method initialize (line 135) | public void initialize(Subject subject, CallbackHandler callbackHandler, method doInit (line 223) | protected abstract void doInit(CallbackHandler callbackHandler, method isInitialized (line 234) | protected boolean isInitialized() { method login (line 307) | public boolean login() throws LoginException { method commit (line 380) | public boolean commit() throws LoginException { method abort (line 409) | public boolean abort() throws LoginException { method logout (line 427) | public boolean logout() throws LoginException { method authenticate (line 453) | protected boolean authenticate(Principal principal, Credentials creden... method isImpersonation (line 475) | protected boolean isImpersonation(Credentials credentials) { method impersonate (line 489) | protected abstract boolean impersonate(Principal principal, Credential... method getAuthentication (line 500) | protected abstract Authentication getAuthentication(Principal principa... method getImpersonatorSubject (line 515) | protected Subject getImpersonatorSubject(Credentials credentials) { method getCredentials (line 553) | protected Credentials getCredentials() { method supportsCredentials (line 598) | protected boolean supportsCredentials(Credentials creds) { method getUserID (line 620) | protected String getUserID(Credentials credentials) { method isAnonymous (line 657) | protected boolean isAnonymous(Credentials credentials) { method getPrincipal (line 676) | protected abstract Principal getPrincipal(Credentials credentials); method getPrincipals (line 682) | protected Set getPrincipals() { method getAdminId (line 700) | public String getAdminId() { method setAdminId (line 709) | public void setAdminId(String adminId) { method getAnonymousId (line 718) | public String getAnonymousId() { method setAnonymousId (line 727) | public void setAnonymousId(String anonymousId) { method getPrincipalProvider (line 736) | public String getPrincipalProvider() { method setPrincipalProvider (line 745) | public void setPrincipalProvider(String principalProvider) { method getPreAuthAttributeName (line 764) | @Deprecated method isPreAuthenticated (line 789) | @Deprecated FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/AuthContext.java type AuthContext (line 33) | public interface AuthContext { method login (line 42) | void login() throws LoginException; method getSubject (line 50) | Subject getSubject(); method logout (line 58) | void logout() throws LoginException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/AuthContextProvider.java class AuthContextProvider (line 41) | public class AuthContextProvider { method AuthContextProvider (line 64) | public AuthContextProvider(String appName, LoginModuleConfig config) { method getAuthContext (line 81) | public AuthContext getAuthContext(Credentials credentials, method isJAAS (line 103) | public boolean isJAAS() { method isLocal (line 115) | public boolean isLocal() { method getModuleConfig (line 122) | public Properties[] getModuleConfig() { method getJAASConfig (line 147) | private AppConfigurationEntry[] getJAASConfig() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/Authentication.java type Authentication (line 34) | public interface Authentication { method canHandle (line 46) | boolean canHandle(Credentials credentials); method authenticate (line 57) | boolean authenticate(Credentials credentials) throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/CallbackHandlerImpl.java class CallbackHandlerImpl (line 44) | public class CallbackHandlerImpl implements CallbackHandler { method CallbackHandlerImpl (line 60) | public CallbackHandlerImpl(Credentials credentials, Session session, method handle (line 83) | public void handle(Callback[] callbacks) throws IOException, Unsupport... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/CredentialsCallback.java class CredentialsCallback (line 26) | public class CredentialsCallback implements Callback, Serializable { method getCredentials (line 35) | public Credentials getCredentials() { method setCredentials (line 44) | public void setCredentials(Credentials credentials) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/CryptedSimpleCredentials.java class CryptedSimpleCredentials (line 35) | public class CryptedSimpleCredentials implements Credentials { method CryptedSimpleCredentials (line 54) | @Deprecated method CryptedSimpleCredentials (line 89) | public CryptedSimpleCredentials(String userId, String hashedPassword) ... method getUserID (line 107) | public String getUserID() { method getAttribute (line 111) | public Object getAttribute(String name) { method getAttributeNames (line 115) | public String[] getAttributeNames() { method getAlgorithm (line 119) | public String getAlgorithm() { method getPassword (line 123) | public String getPassword() { method matches (line 146) | public boolean matches(SimpleCredentials credentials) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/DefaultLoginModule.java class DefaultLoginModule (line 55) | public class DefaultLoginModule extends AbstractLoginModule { method commit (line 96) | @Override method doInit (line 136) | @Override method getPrincipal (line 174) | @Override method supportsCredentials (line 199) | @Override method getUserID (line 211) | @Override method getAuthentication (line 247) | @Override method impersonate (line 282) | @Override method isDisableTokenAuth (line 307) | public boolean isDisableTokenAuth() { method setDisableTokenAuth (line 317) | public void setDisableTokenAuth(boolean disableTokenAuth) { method getTokenExpiration (line 324) | public long getTokenExpiration() { method setTokenExpiration (line 332) | public void setTokenExpiration(long tokenExpiration) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/ImpersonationCallback.java class ImpersonationCallback (line 27) | public class ImpersonationCallback implements Callback { method setImpersonator (line 42) | public void setImpersonator(Object impersonator) { method getImpersonator (line 55) | public Subject getImpersonator() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/JAASAuthContext.java class JAASAuthContext (line 29) | public class JAASAuthContext implements AuthContext { method JAASAuthContext (line 38) | protected JAASAuthContext(String appName, CallbackHandler cbHandler, method login (line 59) | public void login() throws LoginException { method getSubject (line 63) | public Subject getSubject() { method logout (line 67) | public void logout() throws LoginException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/LocalAuthContext.java class LocalAuthContext (line 41) | public class LocalAuthContext implements AuthContext { method LocalAuthContext (line 60) | protected LocalAuthContext(LoginModuleConfig config, method login (line 68) | public void login() throws LoginException { method getSubject (line 102) | public Subject getSubject() { method logout (line 106) | public void logout() throws LoginException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/RepositoryCallback.java class RepositoryCallback (line 28) | public class RepositoryCallback implements Callback { method setSession (line 35) | public void setSession(Session session) { method getSession (line 39) | public Session getSession() { method setPrincipalProviderRegistry (line 43) | public void setPrincipalProviderRegistry(PrincipalProviderRegistry pri... method getPrincipalProviderRegistry (line 47) | public PrincipalProviderRegistry getPrincipalProviderRegistry() { method getAdminId (line 51) | public String getAdminId() { method setAdminId (line 55) | public void setAdminId(String adminId) { method getAnonymousId (line 59) | public String getAnonymousId() { method setAnonymousId (line 63) | public void setAnonymousId(String anonymousId) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/SimpleCredentialsAuthentication.java class SimpleCredentialsAuthentication (line 38) | class SimpleCredentialsAuthentication implements Authentication { method SimpleCredentialsAuthentication (line 50) | SimpleCredentialsAuthentication(User user) throws RepositoryException { method canHandle (line 79) | public boolean canHandle(Credentials credentials) { method authenticate (line 97) | public boolean authenticate(Credentials credentials) throws Repository... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/token/CompatTokenProvider.java class CompatTokenProvider (line 60) | class CompatTokenProvider { method CompatTokenProvider (line 76) | CompatTokenProvider(SessionImpl session, long tokenExpiration) throws ... method createToken (line 93) | public TokenInfo createToken(User user, SimpleCredentials sc) throws R... method getTokenInfo (line 173) | public TokenInfo getTokenInfo(String token) throws RepositoryException { method getTokenNode (line 186) | static Node getTokenNode(String token, Session session) throws Reposit... method getUserId (line 192) | public static String getUserId(TokenCredentials tokenCredentials, Sess... method getUserId (line 200) | private static String getUserId(NodeImpl tokenNode, UserManager userMa... method isMandatoryAttribute (line 232) | static boolean isMandatoryAttribute(String attributeName) { method isInfoAttribute (line 246) | private static boolean isInfoAttribute(String propertyName) { method isValidTokenTree (line 251) | private static boolean isValidTokenTree(NodeImpl tokenNode) throws Rep... method generateKey (line 259) | private static String generateKey(int size) { method getDigestedKey (line 272) | private static String getDigestedKey(TokenCredentials tc) throws Repos... method getDigestedKey (line 281) | private static String getDigestedKey(String key) throws RepositoryExce... class CompatModeInfo (line 294) | private final class CompatModeInfo implements TokenInfo { method CompatModeInfo (line 303) | private CompatModeInfo(String token) throws RepositoryException { method CompatModeInfo (line 307) | private CompatModeInfo(String token, Node n) throws RepositoryExcept... method getToken (line 337) | public String getToken() { method isExpired (line 341) | public boolean isExpired(long loginTime) { method remove (line 345) | public boolean remove() { method matches (line 364) | public boolean matches(TokenCredentials tokenCredentials) throws Rep... method resetExpiration (line 390) | public boolean resetExpiration(long loginTime) throws RepositoryExce... method getCredentials (line 416) | public TokenCredentials getCredentials() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/token/TokenBasedAuthentication.java class TokenBasedAuthentication (line 42) | public class TokenBasedAuthentication implements Authentication { method TokenBasedAuthentication (line 66) | public TokenBasedAuthentication(String token, long tokenExpiration, Se... method canHandle (line 78) | public boolean canHandle(Credentials credentials) { method authenticate (line 85) | public boolean authenticate(Credentials credentials) throws Repository... method validateCredentials (line 93) | private boolean validateCredentials(TokenCredentials tokenCredentials)... method isTokenBasedLogin (line 124) | public static boolean isTokenBasedLogin(Credentials credentials) { method isMandatoryAttribute (line 136) | public static boolean isMandatoryAttribute(String attributeName) { method doCreateToken (line 152) | public static boolean doCreateToken(Credentials credentials) { method createToken (line 173) | public static Credentials createToken(User user, SimpleCredentials cre... method getTokenNode (line 194) | public static Node getTokenNode(TokenCredentials credentials, Session ... method getUserId (line 203) | public static String getUserId(TokenCredentials tokenCredentials, Sess... method compatMode (line 215) | private static boolean compatMode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/token/TokenInfo.java type TokenInfo (line 26) | interface TokenInfo { method getToken (line 28) | String getToken(); method isExpired (line 31) | boolean isExpired(long loginTime); method remove (line 33) | boolean remove(); method matches (line 35) | boolean matches(TokenCredentials tokenCredentials) throws RepositoryEx... method resetExpiration (line 37) | boolean resetExpiration(long loginTime) throws RepositoryException; method getCredentials (line 39) | TokenCredentials getCredentials(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/token/TokenProvider.java class TokenProvider (line 66) | public class TokenProvider extends ProtectedItemModifier { method TokenProvider (line 100) | TokenProvider(SessionImpl session, long tokenExpiration) throws Reposi... method createToken (line 117) | public TokenInfo createToken(User user, SimpleCredentials sc) throws R... method createToken (line 147) | private TokenInfo createToken(User user, Map attributes) th... method createExpirationValue (line 187) | private Value createExpirationValue(long creationTime, Session session... method getTokenInfo (line 203) | public TokenInfo getTokenInfo(String token) throws RepositoryException { method getTokenNode (line 216) | static Node getTokenNode(String token, Session session) throws Reposit... method getUserId (line 222) | static String getUserId(NodeImpl tokenNode, UserManager userManager) t... method isMandatoryAttribute (line 254) | static boolean isMandatoryAttribute(String attributeName) { method isInfoAttribute (line 268) | static boolean isInfoAttribute(String attributeName) { method createExpirationTime (line 273) | private static long createExpirationTime(long creationTime, long token... method getExpirationTime (line 277) | private static long getExpirationTime(NodeImpl tokenNode, long default... method generateKey (line 285) | private static String generateKey(int size) { method getKeyValue (line 298) | private static String getKeyValue(String key, String userId) { method isValidTokenTree (line 302) | private static boolean isValidTokenTree(NodeImpl tokenNode) throws Rep... method getTokenParent (line 311) | private NodeImpl getTokenParent(User user) throws RepositoryException { class TokenInfoImpl (line 343) | private class TokenInfoImpl implements TokenInfo { method TokenInfoImpl (line 356) | private TokenInfoImpl(NodeImpl tokenNode, String token, String userI... method getToken (line 383) | public String getToken() { method isExpired (line 387) | public boolean isExpired(long loginTime) { method resetExpiration (line 391) | public boolean resetExpiration(long loginTime) throws RepositoryExce... method matches (line 416) | public boolean matches(TokenCredentials tokenCredentials) { method remove (line 445) | public boolean remove() { method getCredentials (line 463) | public TokenCredentials getCredentials() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AbstractACLTemplate.java class AbstractACLTemplate (line 39) | public abstract class AbstractACLTemplate implements JackrabbitAccessCon... method AbstractACLTemplate (line 54) | protected AbstractACLTemplate(String path, ValueFactory valueFactory) { method checkValidEntry (line 70) | protected abstract void checkValidEntry(Principal principal, method getEntries (line 81) | protected abstract List getEntries(); method getPath (line 87) | public String getPath() { method addEntry (line 95) | public boolean addEntry(Principal principal, Privilege[] privileges, b... method addEntry (line 103) | public boolean addEntry(Principal principal, Privilege[] privileges, b... method size (line 114) | public int size() { method isEmpty (line 121) | public boolean isEmpty() { method orderBefore (line 128) | public void orderBefore(AccessControlEntry srcEntry, AccessControlEntr... method getAccessControlEntries (line 153) | public AccessControlEntry[] getAccessControlEntries() throws Repositor... method addAccessControlEntry (line 161) | public boolean addAccessControlEntry(Principal principal, Privilege[] ... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AbstractAccessControlProvider.java class AbstractAccessControlProvider (line 43) | public abstract class AbstractAccessControlProvider implements AccessCon... method AbstractAccessControlProvider (line 68) | protected AbstractAccessControlProvider() { method checkInitialized (line 75) | protected void checkInitialized() { method getPrivilegeManagerImpl (line 85) | protected PrivilegeManagerImpl getPrivilegeManagerImpl() throws Reposi... method getAdminPermissions (line 99) | protected CompiledPermissions getAdminPermissions() { method getReadOnlyPermissions (line 136) | protected CompiledPermissions getReadOnlyPermissions() { method isAcItem (line 191) | public boolean isAcItem(Path absPath) throws RepositoryException { method isAcItem (line 210) | public boolean isAcItem(ItemImpl item) throws RepositoryException { method isAdminOrSystem (line 221) | public boolean isAdminOrSystem(Set principals) { method isReadOnly (line 233) | public boolean isReadOnly(Set principals) { method init (line 248) | public void init(Session systemSession, Map configuration) throws Repo... method close (line 265) | public void close() { method isLive (line 273) | public boolean isLive() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AbstractCompiledPermissions.java class AbstractCompiledPermissions (line 30) | public abstract class AbstractCompiledPermissions implements CompiledPer... method AbstractCompiledPermissions (line 36) | protected AbstractCompiledPermissions() { method getResult (line 46) | public Result getResult(Path absPath) throws RepositoryException { method buildResult (line 69) | protected abstract Result buildResult(Path absPath) throws RepositoryE... method buildRepositoryResult (line 78) | protected abstract Result buildRepositoryResult() throws RepositoryExc... method getPrivilegeManagerImpl (line 86) | protected abstract PrivilegeManagerImpl getPrivilegeManagerImpl() thro... method clearCache (line 91) | protected void clearCache() { method close (line 101) | public void close() { method grants (line 108) | public boolean grants(Path absPath, int permissions) throws Repository... method getPrivileges (line 115) | public int getPrivileges(Path absPath) throws RepositoryException { method hasPrivileges (line 123) | public boolean hasPrivileges(Path absPath, Privilege... privileges) th... method getPrivilegeSet (line 133) | public Set getPrivilegeSet(Path absPath) throws RepositoryE... method canReadAll (line 141) | public boolean canReadAll() throws RepositoryException { class Result (line 149) | public static class Result { method Result (line 162) | @Deprecated method Result (line 167) | public Result(int allows, int denies, PrivilegeBits allowPrivileges,... method grants (line 175) | public boolean grants(int permissions) { method getPrivileges (line 182) | @Deprecated method getPrivilegeBits (line 187) | public PrivilegeBits getPrivilegeBits() { method combine (line 191) | public Result combine(Result other) { method hashCode (line 206) | @Override method equals (line 222) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlConstants.java type AccessControlConstants (line 25) | public interface AccessControlConstants { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlEditor.java type AccessControlEditor (line 32) | public interface AccessControlEditor { method getPolicies (line 57) | AccessControlPolicy[] getPolicies(String nodePath) throws AccessContro... method getPolicies (line 78) | JackrabbitAccessControlPolicy[] getPolicies(Principal principal) method editAccessControlPolicies (line 105) | AccessControlPolicy[] editAccessControlPolicies(String nodePath) method editAccessControlPolicies (line 121) | JackrabbitAccessControlPolicy[] editAccessControlPolicies(Principal pr... method setPolicy (line 136) | void setPolicy(String nodePath, AccessControlPolicy policy) method removePolicy (line 151) | void removePolicy(String nodePath, AccessControlPolicy policy) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlEntryImpl.java class AccessControlEntryImpl (line 43) | public abstract class AccessControlEntryImpl implements JackrabbitAccess... method AccessControlEntryImpl (line 90) | protected AccessControlEntryImpl(Principal principal, Privilege[] priv... method AccessControlEntryImpl (line 131) | protected AccessControlEntryImpl(Principal principal, PrivilegeBits pr... method AccessControlEntryImpl (line 160) | protected AccessControlEntryImpl(AccessControlEntryImpl base, Privileg... method AccessControlEntryImpl (line 180) | protected AccessControlEntryImpl(AccessControlEntryImpl base, Privileg... method getPrivilegeBits (line 196) | public PrivilegeBits getPrivilegeBits() { method hasRestrictions (line 206) | public boolean hasRestrictions() { method getRestrictions (line 215) | public Map getRestrictions() { method getRestriction (line 223) | public Value getRestriction(Name restrictionName) { method getResolver (line 230) | protected abstract NameResolver getResolver(); method getValueFactory (line 235) | protected abstract ValueFactory getValueFactory(); method getPrivilegeManager (line 240) | protected abstract PrivilegeManagerImpl getPrivilegeManager(); method buildHashCode (line 247) | protected int buildHashCode() { method getPrincipal (line 260) | public Principal getPrincipal() { method getPrivileges (line 267) | public Privilege[] getPrivileges() { method isAllow (line 280) | public boolean isAllow() { method getRestrictionNames (line 287) | public String[] getRestrictionNames() throws NamespaceException { method getRestriction (line 300) | public Value getRestriction(String restrictionName) throws RepositoryE... method getRestrictions (line 307) | public Value[] getRestrictions(String restrictionName) throws Reposito... method getPrivilegeCollection (line 311) | @Override method hashCode (line 343) | @Override method equals (line 354) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlListener.java type AccessControlListener (line 22) | public interface AccessControlListener { method acModified (line 29) | void acModified(AccessControlModifications modifications); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlModifications.java class AccessControlModifications (line 31) | public class AccessControlModifications { method AccessControlModifications (line 51) | public AccessControlModifications(Map modificationMap) { method getNodeIdentifiers (line 58) | public Set getNodeIdentifiers() { method getType (line 67) | public Integer getType(K identifier) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlObserver.java class AccessControlObserver (line 27) | public abstract class AccessControlObserver implements SynchronousEventL... method close (line 37) | protected void close() { method addListener (line 49) | public void addListener(AccessControlListener listener) { method removeListener (line 60) | public void removeListener(AccessControlListener listener) { method notifyListeners (line 71) | protected void notifyListeners(AccessControlModifications modification... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlProvider.java type AccessControlProvider (line 59) | public interface AccessControlProvider { method init (line 69) | void init(Session systemSession, Map configuration) throws RepositoryE... method close (line 75) | void close(); method isLive (line 84) | boolean isLive(); method getEffectivePolicies (line 100) | AccessControlPolicy[] getEffectivePolicies(Path absPath, CompiledPermi... method getEffectivePolicies (line 112) | AccessControlPolicy[] getEffectivePolicies(Set principals, ... method getEditor (line 123) | AccessControlEditor getEditor(Session session) throws RepositoryExcept... method compilePermissions (line 136) | CompiledPermissions compilePermissions(Set principals) thro... method canAccessRoot (line 150) | boolean canAccessRoot(Set principals) throws RepositoryExce... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlProviderFactory.java type AccessControlProviderFactory (line 40) | public interface AccessControlProviderFactory { method init (line 48) | void init(Session securitySession) throws RepositoryException; method close (line 55) | void close() throws RepositoryException; method createProvider (line 74) | AccessControlProvider createProvider(Session systemSession, WorkspaceS... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlProviderFactoryImpl.java class AccessControlProviderFactoryImpl (line 36) | public class AccessControlProviderFactoryImpl implements AccessControlPr... method init (line 53) | public void init(Session securitySession) throws RepositoryException { method close (line 63) | public void close() throws RepositoryException { method createProvider (line 70) | public AccessControlProvider createProvider(Session systemSession, Wor... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/AccessControlUtils.java type AccessControlUtils (line 30) | public interface AccessControlUtils { method isAcItem (line 41) | boolean isAcItem(Path absPath) throws RepositoryException; method isAcItem (line 53) | boolean isAcItem(ItemImpl item) throws RepositoryException; method isAdminOrSystem (line 63) | boolean isAdminOrSystem(Set principals); method isReadOnly (line 74) | boolean isReadOnly(Set principals); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/CompiledPermissions.java type CompiledPermissions (line 33) | public interface CompiledPermissions { method close (line 39) | void close(); method grants (line 54) | boolean grants(Path absPath, int permissions) throws RepositoryException; method getPrivileges (line 65) | @Deprecated method hasPrivileges (line 78) | boolean hasPrivileges(Path absPath, Privilege... privileges) throws Re... method getPrivilegeSet (line 88) | Set getPrivilegeSet(Path absPath) throws RepositoryException; method canReadAll (line 100) | boolean canReadAll() throws RepositoryException; method canRead (line 121) | boolean canRead(Path itemPath, ItemId itemId) throws RepositoryException; method close (line 128) | public void close() { method grants (line 131) | public boolean grants(Path absPath, int permissions) { method getPrivileges (line 135) | public int getPrivileges(Path absPath) { method hasPrivileges (line 139) | public boolean hasPrivileges(Path absPath, Privilege... privileges) th... method getPrivilegeSet (line 142) | public Set getPrivilegeSet(Path absPath) throws RepositoryE... method canReadAll (line 146) | public boolean canReadAll() { method canRead (line 149) | public boolean canRead(Path itemPath, ItemId itemId) throws Repository... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/GlobPattern.java class GlobPattern (line 57) | public final class GlobPattern { method GlobPattern (line 69) | private GlobPattern(String nodePath, String restriction) { method create (line 98) | public static GlobPattern create(String nodePath, String restrictions) { method create (line 102) | public static GlobPattern create(String nodePath) { method matches (line 106) | public boolean matches(String toMatch) { method matches (line 114) | public boolean matches(Item itemToMatch) { method hashCode (line 128) | @Override method toString (line 140) | @Override method equals (line 148) | @Override class Pattern (line 165) | private abstract class Pattern { method matches (line 166) | abstract boolean matches(String toMatch); class PathPattern (line 172) | private final class PathPattern extends Pattern { method PathPattern (line 176) | private PathPattern() { method PathPattern (line 179) | private PathPattern(String patternStr) { method matches (line 183) | @Override class WildcardPattern (line 200) | private final class WildcardPattern extends Pattern { method WildcardPattern (line 205) | private WildcardPattern(String patternStr, String patternEnd) { method matches (line 210) | @Override method matches (line 229) | private boolean matches(char[] pattern, int pOff, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/NamedAccessControlPolicyImpl.java class NamedAccessControlPolicyImpl (line 24) | public final class NamedAccessControlPolicyImpl implements NamedAccessCo... method NamedAccessControlPolicyImpl (line 28) | public NamedAccessControlPolicyImpl(String jcrName) { method getName (line 39) | public String getName() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/Permission.java class Permission (line 22) | public final class Permission { method diff (line 79) | public static int diff(int permissions, int otherPermissions) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/PrivilegeBits.java class PrivilegeBits (line 26) | public class PrivilegeBits { method PrivilegeBits (line 44) | private PrivilegeBits(Data d) { method longValue (line 55) | long longValue() { method nextBits (line 66) | PrivilegeBits nextBits() { method getInstance (line 85) | static PrivilegeBits getInstance(long bits) { method getInstance (line 106) | private static PrivilegeBits getInstance(long[] bits) { method getInstance (line 117) | public static PrivilegeBits getInstance() { method getInstance (line 127) | public static PrivilegeBits getInstance(PrivilegeBits base) { method isEmpty (line 139) | public boolean isEmpty() { method unmodifiable (line 148) | public PrivilegeBits unmodifiable() { method isModifiable (line 161) | public boolean isModifiable() { method includesRead (line 173) | public boolean includesRead() { method includes (line 190) | public boolean includes(PrivilegeBits otherBits) { method add (line 200) | public void add(PrivilegeBits other) { method diff (line 217) | public void diff(PrivilegeBits other) { method addDifference (line 233) | public void addDifference(PrivilegeBits a, PrivilegeBits b) { method hashCode (line 242) | @Override method equals (line 247) | @Override method toString (line 258) | @Override class Data (line 273) | private static abstract class Data { method isEmpty (line 275) | abstract boolean isEmpty(); method longValue (line 277) | abstract long longValue(); method longValues (line 279) | abstract long[] longValues(); method isSimple (line 281) | abstract boolean isSimple(); method next (line 283) | abstract Data next(); method includes (line 285) | abstract boolean includes(Data other); method includesRead (line 287) | abstract boolean includesRead(); method equalData (line 289) | boolean equalData(Data d) { method includes (line 300) | static boolean includes(long bits, long otherBits) { method includes (line 304) | static boolean includes(long[] bits, long[] otherBits) { class UnmodifiableData (line 323) | private static class UnmodifiableData extends Data { method UnmodifiableData (line 334) | private UnmodifiableData(long bits) { method UnmodifiableData (line 341) | private UnmodifiableData(long[] bitsArr) { method isEmpty (line 348) | @Override method longValue (line 353) | @Override method longValues (line 358) | @Override method isSimple (line 363) | @Override method next (line 368) | @Override method includes (line 394) | @Override method includesRead (line 403) | @Override method hashCode (line 409) | @Override method equals (line 414) | @Override class ModifiableData (line 439) | private static class ModifiableData extends Data { method ModifiableData (line 443) | private ModifiableData() { method ModifiableData (line 447) | private ModifiableData(Data base) { method isEmpty (line 465) | @Override method longValue (line 470) | @Override method longValues (line 475) | @Override method isSimple (line 480) | @Override method next (line 485) | @Override method includes (line 490) | @Override method includesRead (line 499) | @Override method add (line 509) | private void add(Data other) { method diff (line 524) | private void diff(Data other) { method addDifference (line 538) | private void addDifference(Data a, Data b) { method or (line 547) | private void or(long[] b) { method diff (line 559) | private static long[] diff(long[] a, long[] b) { method hashCode (line 591) | @Override method equals (line 597) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/PrivilegeManagerImpl.java class PrivilegeManagerImpl (line 43) | public final class PrivilegeManagerImpl implements PrivilegeManager, Pri... method PrivilegeManagerImpl (line 70) | public PrivilegeManagerImpl(PrivilegeRegistry registry, NameResolver n... method dispose (line 83) | public void dispose() { method getRegisteredPrivileges (line 91) | public Privilege[] getRegisteredPrivileges() throws RepositoryException { method getPrivilege (line 108) | public Privilege getPrivilege(String privilegeName) throws AccessContr... method registerPrivilege (line 149) | public Privilege registerPrivilege(String privilegeName, boolean isAbs... method getBits (line 183) | public PrivilegeBits getBits(Privilege... privileges) throws AccessCon... method getBits (line 208) | public PrivilegeBits getBits(Name... privilegeNames) throws Repository... method getPrivileges (line 229) | public Set getPrivileges(PrivilegeBits bits) { method getPrivilege (line 253) | private Privilege getPrivilege(Name name) throws AccessControlExceptio... method privilegesRegistered (line 276) | public void privilegesRegistered(Set privilegeNames) { class PrivilegeImpl (line 288) | private class PrivilegeImpl implements Privilege { method PrivilegeImpl (line 295) | private PrivilegeImpl(PrivilegeDefinition definition) throws Reposit... method getName (line 323) | public String getName() { method isAbstract (line 335) | public boolean isAbstract() { method isAggregate (line 342) | public boolean isAggregate() { method getDeclaredAggregatePrivileges (line 349) | public Privilege[] getDeclaredAggregatePrivileges() { method getAggregatePrivileges (line 356) | public Privilege[] getAggregatePrivileges() { method toString (line 361) | @Override method hashCode (line 366) | @Override method equals (line 371) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/PrivilegeRegistry.java class PrivilegeRegistry (line 65) | public final class PrivilegeRegistry implements PrivilegeEventListener { method PrivilegeRegistry (line 156) | public PrivilegeRegistry(NamespaceRegistry namespaceRegistry, FileSyst... method PrivilegeRegistry (line 186) | @Deprecated method externalRegisteredPrivileges (line 202) | public void externalRegisteredPrivileges(Collection ... method cacheDefinitions (line 721) | private void cacheDefinitions(Map definitions) { method createBuiltInPrivilegeDefinitions (line 751) | private Map createBuiltInPrivilegeDefinitions() { method createCustomDefinitions (line 804) | private Map createCustomDefinitions(Map declaredAggregateName... method isCircularAggregation (line 942) | private boolean isCircularAggregation(PrivilegeDefinition def, Name de... method createJcrWriteDefinition (line 963) | private static Definition createJcrWriteDefinition() { method createRepWriteDefinition (line 977) | private static Definition createRepWriteDefinition(Definition jcrWrite) { type Listener (line 990) | interface Listener { method privilegesRegistered (line 994) | void privilegesRegistered(Set privilegeNames); class Definition (line 1002) | private final static class Definition extends PrivilegeDefinitionImpl { method Definition (line 1009) | private Definition(PrivilegeDefinition stub, PrivilegeBits bits) { method Definition (line 1013) | private Definition(Name name, boolean isAbstract, long bits) { method Definition (line 1017) | private Definition(Name name, boolean isAbstract, Set declared... method Definition (line 1021) | private Definition(Name name, boolean isAbstract, Set declared... method hashCode (line 1032) | @Override method equals (line 1042) | @Override class CustomPrivilegeStore (line 1059) | private final class CustomPrivilegeStore { method CustomPrivilegeStore (line 1067) | private CustomPrivilegeStore(FileSystemResource customPrivilegesReso... method load (line 1081) | private Map load() throws FileSystemExcep... method append (line 1102) | private void append(Map newPrivilegeDefinitions) t... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/UnmodifiableAccessControlList.java class UnmodifiableAccessControlList (line 44) | public class UnmodifiableAccessControlList implements JackrabbitAccessCo... method UnmodifiableAccessControlList (line 62) | public UnmodifiableAccessControlList(AccessControlList acl) throws Rep... method UnmodifiableAccessControlList (line 84) | public UnmodifiableAccessControlList(List principals, String workspaceName) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/ACLEditor.java class ACLEditor (line 56) | public class ACLEditor extends ProtectedItemModifier implements AccessCo... method ACLEditor (line 73) | ACLEditor(Session editingSession, AccessControlUtils utils, boolean al... method getACL (line 91) | ACLTemplate getACL(NodeImpl aclNode, String path) throws RepositoryExc... method getPolicies (line 99) | public AccessControlPolicy[] getPolicies(String nodePath) throws Acces... method getPolicies (line 115) | public JackrabbitAccessControlPolicy[] getPolicies(Principal principal... method editAccessControlPolicies (line 126) | public AccessControlPolicy[] editAccessControlPolicies(String nodePath... method editAccessControlPolicies (line 169) | public JackrabbitAccessControlPolicy[] editAccessControlPolicies(Princ... method setPolicy (line 180) | public void setPolicy(String nodePath, AccessControlPolicy policy) thr... method removePolicy (line 231) | public synchronized void removePolicy(String nodePath, AccessControlPo... method checkProtectsNode (line 254) | private void checkProtectsNode(String nodePath) throws RepositoryExcep... method checkValidPolicy (line 270) | private static void checkValidPolicy(String nodePath, AccessControlPol... method getNode (line 287) | private NodeImpl getNode(String path) throws RepositoryException { method getAclNode (line 301) | private NodeImpl getAclNode(String nodePath) throws PathNotFoundExcept... method getAclNode (line 320) | private NodeImpl getAclNode(NodeImpl controlledNode, String nodePath) ... method createAclNode (line 340) | private NodeImpl createAclNode(String nodePath) throws RepositoryExcep... method createRepoAclNode (line 353) | private NodeImpl createRepoAclNode() throws RepositoryException { method getUniqueNodeName (line 369) | protected static Name getUniqueNodeName(Node node, String name) throws... method getPrivilegeNames (line 398) | private static Value[] getPrivilegeNames(Privilege[] privileges, Value... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/ACLProvider.java class ACLProvider (line 78) | public class ACLProvider extends AbstractAccessControlProvider implement... method init (line 117) | @Override method close (line 137) | @Override method getEffectivePolicies (line 146) | public AccessControlPolicy[] getEffectivePolicies(Path absPath, Compil... method getEffectivePolicies (line 181) | public AccessControlPolicy[] getEffectivePolicies(Set princ... method getEditor (line 239) | public AccessControlEditor getEditor(Session session) { method compilePermissions (line 247) | public CompiledPermissions compilePermissions(Set principal... method canAccessRoot (line 261) | public boolean canAccessRoot(Set principals) throws Reposit... method createEntryCollector (line 285) | protected EntryCollector createEntryCollector(SessionImpl systemSessio... method collectAcls (line 299) | private void collectAcls(NodeImpl node, CompiledPermissions permission... method getACL (line 316) | private AccessControlList getACL(NodeImpl accessControlledNode, Name p... method initRootACL (line 336) | private static void initRootACL(SessionImpl session, AccessControlEdit... method isAccessControlled (line 381) | static boolean isAccessControlled(NodeImpl node) throws RepositoryExce... method isRepoAccessControlled (line 398) | static boolean isRepoAccessControlled(NodeImpl node) throws Repository... method getNode (line 414) | static NodeImpl getNode(NodeImpl targetNode, boolean isAcItem) throws ... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/ACLTemplate.java class ACLTemplate (line 63) | class ACLTemplate extends AbstractACLTemplate { method ACLTemplate (line 107) | ACLTemplate(String path, PrincipalManager principalMgr, method ACLTemplate (line 127) | ACLTemplate(NodeImpl aclNode, String path, boolean allowUnknownPrincip... method createEntry (line 182) | Entry createEntry(Principal principal, Privilege[] privileges, boolean... method createEntry (line 186) | Entry createEntry(Entry base, Privilege[] newPrivileges, boolean isAll... method internalGetEntries (line 190) | private List internalGetEntries(Principal principal) { method internalAdd (line 201) | private synchronized boolean internalAdd(Entry entry) throws Repositor... method equalRestriction (line 284) | private boolean equalRestriction(Entry entry1, Entry entry2) throws Re... method checkValidEntry (line 295) | @Override method getEntries (line 317) | @Override method removeAccessControlEntry (line 326) | public synchronized void removeAccessControlEntry(AccessControlEntry ace) method getRestrictionNames (line 342) | public String[] getRestrictionNames() { method getRestrictionType (line 349) | public int getRestrictionType(String restrictionName) { method isMultiValueRestriction (line 357) | @Override method addEntry (line 370) | public boolean addEntry(Principal principal, Privilege[] privileges, method hashCode (line 386) | @Override method equals (line 398) | @Override class Entry (line 415) | class Entry extends AccessControlEntryImpl { method Entry (line 417) | private Entry(Principal principal, PrivilegeBits privilegeBits, bool... method Entry (line 422) | private Entry(Principal principal, Privilege[] privileges, boolean a... method Entry (line 427) | private Entry(Entry base, PrivilegeBits newPrivilegeBits, boolean is... method Entry (line 431) | private Entry(Entry base, Privilege[] newPrivileges, boolean isAllow... method getResolver (line 435) | @Override method getValueFactory (line 440) | @Override method getPrivilegeManager (line 445) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/CachingEntryCollector.java class CachingEntryCollector (line 37) | class CachingEntryCollector extends EntryCollector { method CachingEntryCollector (line 62) | CachingEntryCollector(SessionImpl systemSession, NodeId rootID) throws... method close (line 81) | @Override method getEntries (line 91) | @Override method getEntries (line 105) | @Override method internalUpdateCache (line 124) | private Entries internalUpdateCache(NodeImpl node) throws RepositoryEx... method updateCache (line 141) | private Entries updateCache(NodeImpl node) throws RepositoryException { method synchronizedUpdateCache (line 157) | synchronized private Entries synchronizedUpdateCache(NodeImpl node) th... method parallelUpdateCache (line 164) | private Entries parallelUpdateCache(NodeImpl node) throws RepositoryEx... method throttledUpdateCache (line 172) | private Entries throttledUpdateCache(NodeImpl node) throws RepositoryE... method getNextID (line 214) | private NodeId getNextID(NodeImpl node) throws RepositoryException { method isRootId (line 241) | private boolean isRootId(NodeId nodeId) { method hasEntries (line 254) | private static boolean hasEntries(NodeImpl n) throws RepositoryExcepti... method notifyListeners (line 267) | @Override class FutureEntries (line 304) | private class FutureEntries { method get (line 310) | synchronized public Entries get() throws RepositoryException { method setResult (line 327) | synchronized public void setResult(Entries e) { method setProblem (line 333) | synchronized public void setProblem(Throwable t) { class EntryCache (line 346) | private class EntryCache { method EntryCache (line 352) | @SuppressWarnings("unchecked") method specialCasesRoot (line 372) | public boolean specialCasesRoot() { method containsKey (line 376) | public boolean containsKey(NodeId id) { method clear (line 386) | public void clear() { method get (line 393) | public Entries get(NodeId id) { method put (line 413) | public void put(NodeId id, Entries entries) { method remove (line 430) | public void remove(NodeId id, boolean adjustNextIds) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/CompiledPermissionsImpl.java class CompiledPermissionsImpl (line 54) | class CompiledPermissionsImpl extends AbstractCompiledPermissions implem... method CompiledPermissionsImpl (line 79) | CompiledPermissionsImpl(Set principals, SessionImpl session, method buildResult (line 102) | private Result buildResult(NodeImpl node, boolean isExistingNode, method buildResult (line 164) | @Override method buildRepositoryResult (line 205) | @Override method getPrivilegeManagerImpl (line 213) | @Override method clearCache (line 221) | @Override method close (line 233) | @Override method canRead (line 243) | public boolean canRead(Path path, ItemId itemId) throws RepositoryExce... method acModified (line 293) | public void acModified(AccessControlModifications modifications) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/Entry.java class Entry (line 44) | class Entry implements AccessControlConstants { method Entry (line 58) | private Entry(NodeId id, String principalName, boolean isGroupEntry, method readEntries (line 70) | static List readEntries(NodeImpl aclNode, String path) throws R... method calculatePattern (line 115) | private static GlobPattern calculatePattern(String path, Value globVal... method isLocal (line 132) | boolean isLocal(NodeId nodeId) { method matches (line 141) | boolean matches(String jcrPath) { method getPrivilegeBits (line 145) | PrivilegeBits getPrivilegeBits() { method isAllow (line 149) | boolean isAllow() { method getPrincipalName (line 153) | String getPrincipalName() { method isGroupEntry (line 157) | boolean isGroupEntry() { method hasRestrictions (line 161) | boolean hasRestrictions() { method hashCode (line 169) | @Override method equals (line 185) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/EntryCollector.java class EntryCollector (line 51) | public class EntryCollector extends AccessControlObserver implements Acc... method EntryCollector (line 77) | protected EntryCollector(SessionImpl systemSession, NodeId rootID) thr... method close (line 111) | @Override method collectEntries (line 132) | protected List collectEntries(NodeImpl node, EntryFilter filter... method filterEntries (line 168) | @SuppressWarnings("unchecked") method getEntries (line 186) | protected Entries getEntries(NodeImpl node) throws RepositoryException { method getEntries (line 205) | protected Entries getEntries(NodeId nodeId) throws RepositoryException { method getNodeById (line 216) | NodeImpl getNodeById(NodeId nodeId) throws RepositoryException { method onEvent (line 228) | public void onEvent(EventIterator events) { class ACLEventSieve (line 260) | private static class ACLEventSieve { method ACLEventSieve (line 276) | private ACLEventSieve(Session session, NameResolver resolver) throws... method siftEvents (line 288) | private void siftEvents(EventIterator events) { method getModifications (line 318) | private AccessControlModifications getModifications() { method siftNodeAdded (line 322) | private void siftNodeAdded(String identifier) throws RepositoryExcep... method siftNodeRemoved (line 344) | private void siftNodeRemoved(String path) throws RepositoryException { method siftPropertyChanged (line 370) | private void siftPropertyChanged(String identifier) throws Repositor... method accessControlledIdFromAclNode (line 386) | private NodeId accessControlledIdFromAclNode(Node aclNode) throws Re... method accessControlledIdFromAceNode (line 390) | private NodeId accessControlledIdFromAceNode(Node aceNode) throws Re... method addModification (line 394) | private void addModification(NodeId accessControllNodeId, int modTyp... class MoveListener (line 409) | private class MoveListener implements SynchronousEventListener { method onEvent (line 411) | public void onEvent(EventIterator events) { class Entries (line 438) | static class Entries { method Entries (line 443) | Entries(List aces, NodeId nextId) { method getACEs (line 448) | List getACEs() { method getNextId (line 452) | NodeId getNextId() { method setNextId (line 456) | void setNextId(NodeId nextId) { method isEmpty (line 460) | boolean isEmpty() { method toString (line 464) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/EntryFilter.java type EntryFilter (line 24) | public interface EntryFilter { method filterEntries (line 26) | void filterEntries(List entries, List... resultLists); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/acl/EntryFilterImpl.java class EntryFilterImpl (line 33) | class EntryFilterImpl implements EntryFilter { method EntryFilterImpl (line 45) | EntryFilterImpl(Collection principalNames, final ItemId id, fi... method EntryFilterImpl (line 55) | EntryFilterImpl(Collection principalNames, final Path absPath,... method filterEntries (line 72) | public void filterEntries(List entries, List... resultLi... method matches (line 101) | private boolean matches(Entry entry) { method getPath (line 122) | String getPath() throws RepositoryException { type PathProvider (line 134) | private interface PathProvider { method getPath (line 136) | String getPath() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/combined/CombinedEditor.java class CombinedEditor (line 36) | class CombinedEditor implements AccessControlEditor { method CombinedEditor (line 42) | CombinedEditor(AccessControlEditor[] editors) { method getPolicies (line 50) | public AccessControlPolicy[] getPolicies(String nodePath) throws Acces... method getPolicies (line 64) | public JackrabbitAccessControlPolicy[] getPolicies(Principal principal... method editAccessControlPolicies (line 78) | public AccessControlPolicy[] editAccessControlPolicies(String nodePath... method editAccessControlPolicies (line 94) | public JackrabbitAccessControlPolicy[] editAccessControlPolicies(Princ... method setPolicy (line 110) | public void setPolicy(String nodePath, AccessControlPolicy template) t... method removePolicy (line 131) | public void removePolicy(String nodePath, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/combined/CombinedProvider.java class CombinedProvider (line 51) | public class CombinedProvider extends AbstractAccessControlProvider { method isAcItem (line 61) | @Override method isAcItem (line 74) | @Override method close (line 88) | @Override method init (line 99) | @Override method getEffectivePolicies (line 125) | public AccessControlPolicy[] getEffectivePolicies(Path absPath, Compil... method getEffectivePolicies (line 137) | public AccessControlPolicy[] getEffectivePolicies(Set princ... method getEditor (line 148) | public AccessControlEditor getEditor(Session editingSession) { method compilePermissions (line 170) | public CompiledPermissions compilePermissions(Set principal... method canAccessRoot (line 182) | public boolean canAccessRoot(Set principals) throws Reposit... class CompiledPermissionImpl (line 201) | private class CompiledPermissionImpl extends AbstractCompiledPermissio... method CompiledPermissionImpl (line 209) | private CompiledPermissionImpl(Set principals) throws method getResult (line 227) | @Override method buildResult (line 236) | @Override method buildRepositoryResult (line 246) | @Override method getPrivilegeManagerImpl (line 259) | @Override method close (line 268) | @Override method canRead (line 282) | public boolean canRead(Path path, ItemId itemId) throws RepositoryEx... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/principalbased/ACLEditor.java class ACLEditor (line 57) | public class ACLEditor extends ProtectedItemModifier implements AccessCo... method ACLEditor (line 73) | ACLEditor(SessionImpl session, Path acRootPath) throws RepositoryExcep... method getACL (line 79) | ACLTemplate getACL(Principal principal) throws RepositoryException { method getPolicies (line 102) | public AccessControlPolicy[] getPolicies(String nodePath) throws Acces... method getPolicies (line 116) | public JackrabbitAccessControlPolicy[] getPolicies(Principal principal... method editAccessControlPolicies (line 131) | public AccessControlPolicy[] editAccessControlPolicies(String nodePath... method editAccessControlPolicies (line 158) | public JackrabbitAccessControlPolicy[] editAccessControlPolicies(Princ... method setPolicy (line 183) | public void setPolicy(String nodePath, AccessControlPolicy policy) method removePolicy (line 244) | public void removePolicy(String nodePath, AccessControlPolicy policy) ... method getAcNode (line 270) | private NodeImpl getAcNode(String nodePath) throws PathNotFoundException, method createAcNode (line 280) | private NodeImpl createAcNode(String acPath) throws RepositoryException { method denotesPrincipalPath (line 309) | private boolean denotesPrincipalPath(final String path) { method checkProtectsNode (line 338) | private void checkProtectsNode(String nodePath) throws RepositoryExcep... method checkValidPolicy (line 358) | private void checkValidPolicy(String nodePath, AccessControlPolicy pol... method getPathToAcNode (line 375) | String getPathToAcNode(Principal principal) throws RepositoryException { method getPrincipal (line 393) | private Principal getPrincipal(final String pathToACNode) throws Repos... method getPathName (line 423) | private static String getPathName(String pathToACNode) { method isAccessControlled (line 433) | private static boolean isAccessControlled(NodeImpl node) throws Reposi... method createTemplate (line 443) | private JackrabbitAccessControlPolicy createTemplate(NodeImpl acNode) ... method getUniqueNodeName (line 468) | protected static Name getUniqueNodeName(Node node, String name) throws... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/principalbased/ACLProvider.java class ACLProvider (line 74) | public class ACLProvider extends AbstractAccessControlProvider implement... method init (line 87) | @Override method installDefaultPermissions (line 140) | private static void installDefaultPermissions(Principal principal, method close (line 162) | @Override method getEffectivePolicies (line 171) | public AccessControlPolicy[] getEffectivePolicies(Path absPath, Compil... method getEffectivePolicies (line 245) | public AccessControlPolicy[] getEffectivePolicies(Set princ... method getEditor (line 263) | public AccessControlEditor getEditor(Session editingSession) { method compilePermissions (line 281) | public CompiledPermissions compilePermissions(Set principal... method canAccessRoot (line 295) | public boolean canAccessRoot(Set principals) throws Reposit... class CompiledPermissionImpl (line 309) | private class CompiledPermissionImpl extends AbstractCompiledPermissions method CompiledPermissionImpl (line 327) | private CompiledPermissionImpl(Set principals) throws Rep... method CompiledPermissionImpl (line 336) | private CompiledPermissionImpl(Set principals, boolean li... method reload (line 354) | private void reload() throws RepositoryException { method buildResult (line 383) | @Override method buildRepositoryResult (line 396) | @Override method getPrivilegeManagerImpl (line 406) | @Override method buildResult (line 421) | private Result buildResult(String targetPath, method close (line 469) | @Override method canRead (line 478) | public boolean canRead(Path path, ItemId itemId) throws RepositoryEx... method canRead (line 499) | private boolean canRead(Path path) throws RepositoryException { method acModified (line 509) | public void acModified(AccessControlModifications modifications) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/principalbased/ACLTemplate.java class ACLTemplate (line 63) | class ACLTemplate extends AbstractACLTemplate { method ACLTemplate (line 83) | ACLTemplate(Principal principal, String path, NamePathResolver resolve... method ACLTemplate (line 88) | ACLTemplate(Principal principal, NodeImpl acNode) throws RepositoryExc... method ACLTemplate (line 93) | private ACLTemplate(Principal principal, String path, NodeImpl acNode, method createEntry (line 142) | AccessControlEntry createEntry(Principal princ, Privilege[] privileges, method adjustRestrictions (line 150) | private Map adjustRestrictions(Map restr... method checkValidEntry (line 177) | @Override method getEntries (line 194) | @Override method getRestrictionNames (line 203) | public String[] getRestrictionNames() { method getRestrictionType (line 210) | public int getRestrictionType(String restrictionName) { method isMultiValueRestriction (line 220) | @Override method addEntry (line 234) | public boolean addEntry(Principal principal, Privilege[] privileges, method removeAccessControlEntry (line 258) | public void removeAccessControlEntry(AccessControlEntry ace) method hashCode (line 276) | @Override method equals (line 288) | @Override class Entry (line 306) | class Entry extends AccessControlEntryImpl { method Entry (line 318) | private Entry(Principal principal, Privilege[] privileges, boolean a... method Entry (line 333) | private Entry(Principal principal, PrivilegeBits privilegeBits, bool... method matches (line 348) | boolean matches(String jcrPath) throws RepositoryException { method matches (line 352) | boolean matches(Item item) throws RepositoryException { method getResolver (line 356) | @Override method getValueFactory (line 361) | @Override method getPrivilegeManager (line 366) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/principalbased/EntriesCache.java class EntriesCache (line 45) | class EntriesCache extends AccessControlObserver implements AccessContro... method EntriesCache (line 71) | EntriesCache(SessionImpl systemSession, ACLEditor systemEditor, method close (line 103) | @Override method getEntries (line 113) | List getEntries(Collection principals) ... method getCacheKey (line 138) | private static String getCacheKey(Collection principals) { method onEvent (line 150) | public synchronized void onEvent(EventIterator events) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/AbstractPrincipalIterator.java class AbstractPrincipalIterator (line 32) | abstract class AbstractPrincipalIterator implements PrincipalIterator { method AbstractPrincipalIterator (line 40) | AbstractPrincipalIterator() { method seekNext (line 53) | abstract Principal seekNext(); method nextPrincipal (line 56) | public Principal nextPrincipal() { method skip (line 67) | public void skip(long skipNum) { method getSize (line 73) | public long getSize() { method getPosition (line 77) | public long getPosition() { method hasNext (line 82) | public boolean hasNext() { method next (line 86) | public Object next() { method remove (line 90) | public void remove() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/AbstractPrincipalProvider.java class AbstractPrincipalProvider (line 33) | public abstract class AbstractPrincipalProvider implements PrincipalProv... method AbstractPrincipalProvider (line 56) | protected AbstractPrincipalProvider() { method checkInitialized (line 64) | protected void checkInitialized() { method clearCache (line 73) | protected synchronized void clearCache() { method addToCache (line 82) | protected synchronized void addToCache(Principal principal) { method providePrincipal (line 95) | protected abstract Principal providePrincipal(String principalName); method getPrincipal (line 107) | public synchronized Principal getPrincipal(String principalName) { method init (line 123) | public synchronized void init(Properties options) { method close (line 139) | public synchronized void close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/AdminPrincipal.java class AdminPrincipal (line 26) | public class AdminPrincipal implements JackrabbitPrincipal { method AdminPrincipal (line 30) | public AdminPrincipal(String adminId) { method getName (line 37) | public String getName() { method hashCode (line 41) | @Override method equals (line 46) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/DefaultPrincipalProvider.java class DefaultPrincipalProvider (line 65) | public class DefaultPrincipalProvider extends AbstractPrincipalProvider ... method DefaultPrincipalProvider (line 88) | public DefaultPrincipalProvider(Session systemSession, method providePrincipal (line 121) | @Override method init (line 144) | @Override method findPrincipals (line 156) | public PrincipalIterator findPrincipals(String simpleFilter) { method findPrincipals (line 163) | @SuppressWarnings({ "rawtypes", "unchecked" }) method getPrincipals (line 192) | public PrincipalIterator getPrincipals(int searchType) { method getGroupMembership (line 199) | public PrincipalIterator getGroupMembership(Principal userPrincipal) { method close (line 213) | @Override method canReadPrincipal (line 221) | public boolean canReadPrincipal(Session session, Principal principal) { method onEvent (line 244) | public void onEvent(EventIterator eventIterator) { method collectGroupMembership (line 258) | private Set collectGroupMembership(Principal princ) { method findUserPrincipals (line 291) | private PrincipalIterator findUserPrincipals(String simpleFilter) { method findGroupPrincipals (line 308) | private PrincipalIterator findGroupPrincipals(final String simpleFilte... class PrincipalIteratorImpl (line 330) | private class PrincipalIteratorImpl extends AbstractPrincipalIterator { method PrincipalIteratorImpl (line 335) | private PrincipalIteratorImpl(Iterator authorizableItr... method seekNext (line 345) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/EveryonePrincipal.java class EveryonePrincipal (line 28) | public final class EveryonePrincipal implements GroupPrincipal, Jackrabb... method EveryonePrincipal (line 33) | private EveryonePrincipal() { } method getInstance (line 35) | public static EveryonePrincipal getInstance() { method getName (line 40) | public String getName() { method addMember (line 45) | public boolean addMember(Principal user) { method removeMember (line 49) | public boolean removeMember(Principal user) { method isMember (line 53) | public boolean isMember(Principal member) { method members (line 57) | public Enumeration members() { method hashCode (line 63) | @Override method equals (line 68) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/FallbackPrincipalProvider.java class FallbackPrincipalProvider (line 31) | public class FallbackPrincipalProvider implements PrincipalProvider { method getPrincipal (line 48) | public Principal getPrincipal(String principalName) { method findPrincipals (line 57) | public PrincipalIterator findPrincipals(String simpleFilter) { method findPrincipals (line 66) | public PrincipalIterator findPrincipals(String simpleFilter, int searc... method getPrincipals (line 75) | public PrincipalIterator getPrincipals(int searchType) { method getGroupMembership (line 84) | public PrincipalIterator getGroupMembership(Principal principal) { method init (line 91) | public void init(Properties options) { method close (line 98) | public void close() { method canReadPrincipal (line 106) | public boolean canReadPrincipal(Session session, Principal principalTo... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/GroupPrincipals.java class GroupPrincipals (line 29) | public final class GroupPrincipals { method GroupPrincipals (line 31) | private GroupPrincipals() { method isGroup (line 42) | public static boolean isGroup(Principal principal) { method members (line 51) | public static Enumeration members(Principal princ... method isMember (line 64) | public static boolean isMember(Principal principal, Principal member) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/PrincipalImpl.java class PrincipalImpl (line 27) | public class PrincipalImpl implements JackrabbitPrincipal, Serializable { method PrincipalImpl (line 43) | public PrincipalImpl(String name) { method getName (line 54) | public String getName() { method equals (line 63) | @Override method hashCode (line 78) | @Override method toString (line 86) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/PrincipalIteratorAdapter.java class PrincipalIteratorAdapter (line 31) | public class PrincipalIteratorAdapter extends RangeIteratorDecorator method PrincipalIteratorAdapter (line 45) | public PrincipalIteratorAdapter(Iterator iterator) { method PrincipalIteratorAdapter (line 54) | public PrincipalIteratorAdapter(Collection collec... method nextPrincipal (line 65) | public Principal nextPrincipal() throws NoSuchElementException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/PrincipalManagerImpl.java class PrincipalManagerImpl (line 41) | public class PrincipalManagerImpl implements PrincipalManager { method PrincipalManagerImpl (line 57) | public PrincipalManagerImpl(Session session, PrincipalProvider[] provi... method hasPrincipal (line 66) | public boolean hasPrincipal(String principalName) { method getPrincipal (line 73) | public Principal getPrincipal(String principalName) { method findPrincipals (line 80) | public PrincipalIterator findPrincipals(String simpleFilter) { method findPrincipals (line 95) | public PrincipalIterator findPrincipals(String simpleFilter, int searc... method getPrincipals (line 111) | public PrincipalIterator getPrincipals(int searchType) { method getGroupMembership (line 126) | public PrincipalIterator getGroupMembership(Principal principal) { method getEveryone (line 146) | public Principal getEveryone() { method checkIsValid (line 161) | private void checkIsValid() { method internalGetPrincipal (line 173) | private Principal internalGetPrincipal(String principalName) { method disguise (line 192) | private Principal disguise(Principal principal, PrincipalProvider prov... class CheckedGroup (line 214) | private class CheckedGroup implements GroupPrincipal, JackrabbitPrinci... method CheckedGroup (line 219) | private CheckedGroup(Principal delegatee, PrincipalProvider provider) { method addMember (line 224) | public boolean addMember(Principal user) { method removeMember (line 228) | public boolean removeMember(Principal user) { method isMember (line 232) | @Override method members (line 237) | public Enumeration members() { method getName (line 250) | public String getName() { method hashCode (line 255) | @Override method equals (line 260) | @Override class ItemBasedCheckedGroup (line 269) | private class ItemBasedCheckedGroup extends CheckedGroup implements It... method ItemBasedCheckedGroup (line 271) | private ItemBasedCheckedGroup(Principal delegatee, PrincipalProvider... method getPath (line 278) | public String getPath() throws RepositoryException { class CheckedPrincipalIterator (line 290) | private class CheckedPrincipalIterator extends AbstractPrincipalIterat... method CheckedPrincipalIterator (line 294) | private CheckedPrincipalIterator(Iterator it, P... method CheckedPrincipalIterator (line 300) | private CheckedPrincipalIterator(List entries) { method seekNext (line 308) | @Override class CheckedIteratorEntry (line 332) | private static class CheckedIteratorEntry { method CheckedIteratorEntry (line 337) | private CheckedIteratorEntry(Iterator iterator,... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/PrincipalProvider.java type PrincipalProvider (line 33) | public interface PrincipalProvider { method getPrincipal (line 41) | Principal getPrincipal(String principalName); method findPrincipals (line 51) | PrincipalIterator findPrincipals(String simpleFilter); method findPrincipals (line 66) | PrincipalIterator findPrincipals(String simpleFilter, int searchType); method getPrincipals (line 79) | PrincipalIterator getPrincipals(int searchType); method getGroupMembership (line 97) | PrincipalIterator getGroupMembership(Principal principal); method init (line 104) | void init(Properties options); method close (line 111) | void close(); method canReadPrincipal (line 124) | boolean canReadPrincipal(Session session, Principal principalToRead); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/PrincipalProviderRegistry.java type PrincipalProviderRegistry (line 27) | public interface PrincipalProviderRegistry { method registerProvider (line 44) | PrincipalProvider registerProvider(Properties configuration) throws Re... method getDefault (line 49) | PrincipalProvider getDefault(); method getProvider (line 56) | PrincipalProvider getProvider(String className); method getProviders (line 63) | PrincipalProvider[] getProviders(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/ProviderRegistryImpl.java class ProviderRegistryImpl (line 36) | public class ProviderRegistryImpl implements PrincipalProviderRegistry { method ProviderRegistryImpl (line 51) | public ProviderRegistryImpl(PrincipalProvider defaultPrincipalProvider) { method registerProvider (line 62) | public PrincipalProvider registerProvider(Properties config) throws Re... method getDefault (line 84) | public PrincipalProvider getDefault() { method getProvider (line 91) | public PrincipalProvider getProvider(String className) { method getProviders (line 100) | public PrincipalProvider[] getProviders() { method createProvider (line 119) | private PrincipalProvider createProvider(Properties config) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/principal/UnknownPrincipal.java class UnknownPrincipal (line 23) | public class UnknownPrincipal extends PrincipalImpl { method UnknownPrincipal (line 25) | public UnknownPrincipal(String name) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/simple/SimpleAccessManager.java class SimpleAccessManager (line 51) | public class SimpleAccessManager extends AbstractAccessControlManager im... method SimpleAccessManager (line 80) | public SimpleAccessManager() { method init (line 90) | public void init(AMContext context) method init (line 98) | public void init(AMContext context, AccessControlProvider acProvider, ... method close (line 122) | public synchronized void close() throws Exception { method checkPermission (line 130) | public void checkPermission(ItemId id, int permissions) method checkPermission (line 140) | public void checkPermission(Path absPath, int permissions) throws Acce... method checkRepositoryPermission (line 149) | public void checkRepositoryPermission(int permissions) throws AccessDe... method isGranted (line 158) | public boolean isGranted(ItemId id, int permissions) throws Repository... method isGranted (line 175) | public boolean isGranted(Path absPath, int permissions) throws Reposit... method isGranted (line 179) | public boolean isGranted(Path parentPath, Name childName, int permissi... method canRead (line 183) | public boolean canRead(Path itemPath, ItemId itemId) throws Repository... method internalIsGranted (line 187) | private boolean internalIsGranted(Path absPath, int permissions) throw... method canAccess (line 207) | public boolean canAccess(String workspaceName) throws RepositoryExcept... method hasPrivileges (line 218) | public boolean hasPrivileges(String absPath, Privilege[] privileges) t... method getPrivileges (line 245) | public Privilege[] getPrivileges(String absPath) throws PathNotFoundEx... method getEffectivePolicies (line 264) | public AccessControlPolicy[] getEffectivePolicies(String absPath) thro... method checkInitialized (line 275) | @Override method checkPermission (line 285) | @Override method getPrivilegeManager (line 296) | @Override method checkValidNodePath (line 304) | @Override method getEffectivePolicies (line 321) | public AccessControlPolicy[] getEffectivePolicies(Set princ... method hasPrivileges (line 336) | public boolean hasPrivileges(String absPath, Set principals... method getPrivileges (line 356) | public Privilege[] getPrivileges(String absPath, Set princi... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/simple/SimpleLoginModule.java class SimpleLoginModule (line 37) | public class SimpleLoginModule extends AbstractLoginModule { method doInit (line 44) | @Override method impersonate (line 53) | @Override method getAuthentication (line 65) | @Override method getPrincipal (line 92) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManager.java class SimpleSecurityManager (line 73) | public class SimpleSecurityManager implements JackrabbitSecurityManager { method getAccessControlProvider (line 114) | protected AccessControlProvider getAccessControlProvider(Session syste... method init (line 122) | public void init(Repository repository, Session systemSession) throws ... method dispose (line 194) | public void dispose(String workspaceName) { method close (line 202) | public void close() { method getAccessManager (line 209) | public AccessManager getAccessManager(Session session, AMContext amCon... method getPrincipalManager (line 238) | public synchronized PrincipalManager getPrincipalManager(Session session) method getUserManager (line 252) | public UserManager getUserManager(Session session) throws RepositoryEx... method getUserID (line 260) | public String getUserID(Subject subject, String workspaceName) throws ... method getAuthContext (line 293) | public AuthContext getAuthContext(Credentials creds, Subject subject, ... method checkInitialized (line 300) | private void checkInitialized() { class SimplePrincipalProvider (line 309) | private class SimplePrincipalProvider implements PrincipalProvider { method SimplePrincipalProvider (line 313) | private SimplePrincipalProvider() { method getPrincipal (line 325) | public Principal getPrincipal(String principalName) { method findPrincipals (line 333) | public PrincipalIterator findPrincipals(String simpleFilter) { method findPrincipals (line 337) | public PrincipalIterator findPrincipals(String simpleFilter, int sea... method getPrincipals (line 349) | public PrincipalIterator getPrincipals(int searchType) { method getGroupMembership (line 370) | public PrincipalIterator getGroupMembership(Principal principal) { method init (line 378) | public void init(Properties options) { method close (line 382) | public void close() { method canReadPrincipal (line 386) | public boolean canReadPrincipal(Session session, Principal principal) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/simple/SimpleWorkspaceAccessManager.java class SimpleWorkspaceAccessManager (line 30) | public class SimpleWorkspaceAccessManager implements WorkspaceAccessMana... method init (line 35) | public void init(Session systemSession) { method close (line 42) | public void close() throws RepositoryException { method grants (line 52) | public boolean grants(Set principals, String workspaceName) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/AuthorizableImpl.java class AuthorizableImpl (line 55) | abstract class AuthorizableImpl implements Authorizable, UserConstants { method AuthorizableImpl (line 69) | protected AuthorizableImpl(NodeImpl node, UserManagerImpl userManager) { method getID (line 81) | public String getID() throws RepositoryException { method declaredMemberOf (line 88) | public Iterator declaredMemberOf() throws RepositoryException { method memberOf (line 95) | public Iterator memberOf() throws RepositoryException { method getPropertyNames (line 102) | public Iterator getPropertyNames() throws RepositoryException { method getPropertyNames (line 116) | public Iterator getPropertyNames(String relPath) throws Reposi... method hasProperty (line 138) | public boolean hasProperty(String relPath) throws RepositoryException { method getProperty (line 146) | public Value[] getProperty(String relPath) throws RepositoryException { method setProperty (line 171) | public synchronized void setProperty(String relPath, Value value) thro... method setProperty (line 208) | public synchronized void setProperty(String relPath, Value[] values) t... method removeProperty (line 237) | public synchronized boolean removeProperty(String relPath) throws Repo... method remove (line 263) | public synchronized void remove() throws RepositoryException { method getPath (line 280) | public String getPath() throws UnsupportedRepositoryOperationException... method hashCode (line 285) | @Override method equals (line 301) | @Override method toString (line 314) | @Override method getNode (line 328) | NodeImpl getNode() { method getSession (line 332) | SessionImpl getSession() throws RepositoryException { method getPrincipalName (line 336) | String getPrincipalName() throws RepositoryException { method isEveryone (line 341) | boolean isEveryone() throws RepositoryException { method collectMembership (line 345) | private Iterator collectMembership(boolean includeIndirect) thr... method isAuthorizableProperty (line 407) | private boolean isAuthorizableProperty(Property prop, boolean verifyAn... method isProtectedProperty (line 445) | private boolean isProtectedProperty(String propertyName) throws Reposi... method checkProtectedProperty (line 463) | private void checkProtectedProperty(String propertyName) throws Constr... method getOrCreateTargetNode (line 475) | private Node getOrCreateTargetNode(String relPath) throws RepositoryEx... class NodeBasedPrincipal (line 504) | class NodeBasedPrincipal extends PrincipalImpl implements ItemBasedPri... method NodeBasedPrincipal (line 509) | NodeBasedPrincipal(String name) { method getNodeId (line 513) | NodeId getNodeId() { method getPath (line 525) | public String getPath() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/GroupImpl.java class GroupImpl (line 66) | class GroupImpl extends AuthorizableImpl implements Group { method GroupImpl (line 72) | protected GroupImpl(NodeImpl node, UserManagerImpl userManager) { method isGroup (line 81) | public boolean isGroup() { method getPrincipal (line 88) | public Principal getPrincipal() throws RepositoryException { method getDeclaredMembers (line 100) | public Iterator getDeclaredMembers() throws RepositoryEx... method getMembers (line 111) | public Iterator getMembers() throws RepositoryException { method isDeclaredMember (line 119) | public boolean isDeclaredMember(Authorizable authorizable) throws Repo... method isMember (line 133) | public boolean isMember(Authorizable authorizable) throws RepositoryEx... method addMember (line 154) | public boolean addMember(Authorizable authorizable) throws RepositoryE... method addMembers (line 179) | @Override method removeMember (line 188) | public boolean removeMember(Authorizable authorizable) throws Reposito... method removeMembers (line 200) | @Override method getMembershipProvider (line 216) | private MembershipProvider getMembershipProvider(NodeImpl node) throws... method getMembers (line 244) | private Iterator getMembers(boolean includeIndirect, int... method isCyclicMembership (line 257) | private boolean isCyclicMembership(AuthorizableImpl newMember) throws ... method safeGetID (line 273) | private String safeGetID() { method getPropertySequence (line 281) | static PropertySequence getPropertySequence(Node nMembers, UserManager... class NodeBasedGroup (line 296) | private class NodeBasedGroup extends NodeBasedPrincipal implements Gro... method NodeBasedGroup (line 298) | private NodeBasedGroup(String name) { method addMember (line 309) | public boolean addMember(Principal user) { method removeMember (line 318) | public boolean removeMember(Principal user) { method isMember (line 330) | public boolean isMember(Principal member) { method members (line 351) | public Enumeration members() { method writeObject (line 363) | private void writeObject(ObjectOutputStream stream) throws IOExcepti... method getMembers (line 374) | private Collection getMembers() { type MembershipProvider (line 391) | private interface MembershipProvider { method addMember (line 392) | boolean addMember(AuthorizableImpl authorizable) throws RepositoryEx... method removeMember (line 394) | boolean removeMember(AuthorizableImpl authorizable) throws Repositor... method getMembers (line 396) | Iterator getMembers(boolean includeIndirect, int type)... method hasMember (line 398) | boolean hasMember(AuthorizableImpl authorizable) throws RepositoryEx... class PropertyBasedMembershipProvider (line 404) | private class PropertyBasedMembershipProvider implements MembershipPro... method PropertyBasedMembershipProvider (line 407) | private PropertyBasedMembershipProvider(NodeImpl node) { method addMember (line 415) | public boolean addMember(AuthorizableImpl authorizable) throws Repos... method removeMember (line 443) | public boolean removeMember(AuthorizableImpl authorizable) throws Re... method getMembers (line 478) | public Iterator getMembers(boolean includeIndirect, in... method hasMember (line 495) | public boolean hasMember(AuthorizableImpl authorizable) throws Repos... class NodeBasedMembershipProvider (line 514) | private class NodeBasedMembershipProvider implements MembershipProvider { method NodeBasedMembershipProvider (line 517) | private NodeBasedMembershipProvider(NodeImpl node) { method addMember (line 525) | public boolean addMember(final AuthorizableImpl authorizable) throws... method removeMember (line 563) | public boolean removeMember(final AuthorizableImpl authorizable) thr... method getMembers (line 601) | public Iterator getMembers(boolean includeIndirect, in... method hasMember (line 617) | public boolean hasMember(AuthorizableImpl authorizable) throws Repos... method includeIndirect (line 637) | private Iterator includeIndirect(final Iterator unique(Iterator authoriza... method toAuthorizables (line 704) | private Iterator toAuthorizables(final Value[] members, ... method toAuthorizables (line 724) | private Iterator toAuthorizables(final Iterator getImpersonatorNames() throws RepositoryException { method updateImpersonatorNames (line 174) | private void updateImpersonatorNames(Set principalNames) throw... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/IndexNodeResolver.java class IndexNodeResolver (line 41) | class IndexNodeResolver extends NodeResolver { method IndexNodeResolver (line 47) | IndexNodeResolver(Session session, NamePathResolver resolver) throws R... method findNode (line 56) | @Override method findNode (line 70) | @Override method findNodes (line 91) | @Override method findNodes (line 98) | @Override method buildQuery (line 120) | private Query buildQuery(Name nodeName, Name ntName) throws Repository... method buildQuery (line 141) | private Query buildQuery(String value, Set props, Name ntName, method buildQuery (line 157) | private Query buildQuery(String value, Set props, Name ntName, method buildQuery (line 209) | private Query buildQuery(String value, Path relPath, boolean exact, lo... method escapeForQuery (line 241) | private static String escapeForQuery(String value) { class ResultFilteringNodeIterator (line 260) | private static class ResultFilteringNodeIterator extends FilteringNode... method ResultFilteringNodeIterator (line 264) | private ResultFilteringNodeIterator(NodeIterator base, AuthorizableT... method seekNext (line 268) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/MembershipCache.java class MembershipCache (line 52) | public class MembershipCache implements UserConstants, SynchronousEventL... method MembershipCache (line 71) | MembershipCache(SessionImpl systemSession, String groupsPath, boolean ... method onEvent (line 103) | public void onEvent(EventIterator eventIterator) { method loggingOut (line 150) | public void loggingOut(SessionImpl session) { method loggedOut (line 162) | public void loggedOut(SessionImpl session) { method getDeclaredMemberOf (line 174) | Collection getDeclaredMemberOf(String authorizableNodeIdentifi... method getMemberOf (line 185) | Collection getMemberOf(String authorizableNodeIdentifier) thro... method getSize (line 195) | int getSize() { method clear (line 202) | void clear() { method collectDeclaredMembership (line 217) | Collection collectDeclaredMembership(String authorizableNodeId... method collectMembership (line 257) | Collection collectMembership(String authorizableNodeIdentifier... method declaredMemberOf (line 272) | private Collection declaredMemberOf(String authorizableNodeIde... method memberOf (line 316) | private void memberOf(String authorizableNodeIdentifier, Collection collectDeclaredMembershipFromReferences(Str... method collectDeclaredMembershipFromTraversal (line 409) | private Collection collectDeclaredMembershipFromTraversal( method traverseAndCollect (line 436) | private void traverseAndCollect(String authorizableNodeIdentifier, Set... method isMemberOfNodeBaseMembershipGroup (line 473) | private void isMemberOfNodeBaseMembershipGroup(String authorizableNode... method select (line 510) | private Set select(Set pIds, Set nIds) { method getSession (line 537) | private SessionImpl getSession() { method getMembershipReferences (line 552) | private static PropertyIterator getMembershipReferences(String authori... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/NodeResolver.java class NodeResolver (line 42) | abstract class NodeResolver { method NodeResolver (line 60) | NodeResolver(Session session, NamePathResolver resolver) { method setSearchRoots (line 65) | void setSearchRoots(String userSearchRoot, String groupSearchRoot) { method findNode (line 84) | public abstract Node findNode(Name nodeName, Name ntName) throws Repos... method findNode (line 99) | public abstract Node findNode(Name propertyName, String value, Name nt... method findNodes (line 114) | public NodeIterator findNodes(Name propertyName, String value, Name nt... method findNodes (line 132) | public abstract NodeIterator findNodes(Set propertyNames, String... method findNodes (line 149) | public abstract NodeIterator findNodes(Path relPath, String value, method getSession (line 156) | Session getSession() { method getNamePathResolver (line 163) | NamePathResolver getNamePathResolver() { method getSearchRoot (line 173) | String getSearchRoot(Name ntName) { method getSearchRoot (line 189) | String getSearchRoot(int authorizableType) { method getAuthorizableTypePredicate (line 208) | AuthorizableTypePredicate getAuthorizableTypePredicate(int authorizabl... class AuthorizableTypePredicate (line 216) | static class AuthorizableTypePredicate implements Predicate { method AuthorizableTypePredicate (line 221) | private AuthorizableTypePredicate(int authorizableType, boolean exac... method evaluate (line 229) | public boolean evaluate(Object object) { method getAuthorizableNode (line 237) | Node getAuthorizableNode(NodeImpl n) { method matches (line 259) | private boolean matches(NodeImpl result) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/PasswordUtility.java class PasswordUtility (line 33) | public class PasswordUtility { method PasswordUtility (line 48) | private PasswordUtility() {} method buildPasswordHash (line 58) | public static String buildPasswordHash(String password) throws NoSuchA... method buildPasswordHash (line 75) | public static String buildPasswordHash(String password, String algorithm, method isPlainTextPassword (line 99) | public static boolean isPlainTextPassword(String password) { method isSame (line 112) | public static boolean isSame(String hashedPassword, String password) { method extractAlgorithm (line 144) | public static String extractAlgorithm(String hashedPwd) { method generateHash (line 164) | private static String generateHash(String pwd, String algorithm, Strin... method generateSalt (line 183) | private static String generateSalt(int saltSize) { method generateDigest (line 196) | private static String generateDigest(String data, String algorithm, in... method extractSalt (line 213) | private static String extractSalt(String hashedPwd, int start) { method extractIterations (line 222) | private static int extractIterations(String hashedPwd, int start) { method compareSecure (line 246) | private static boolean compareSecure(String a, String b) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/TraversingNodeResolver.java class TraversingNodeResolver (line 47) | class TraversingNodeResolver extends NodeResolver { method TraversingNodeResolver (line 59) | TraversingNodeResolver(Session session, NamePathResolver resolver) { method findNode (line 67) | @Override method findNode (line 85) | @Override method findNodes (line 109) | @Override method findNodes (line 130) | @Override method collectNode (line 159) | private Node collectNode(Name nodeName, Name ntName, NodeIterator node... method collectNodes (line 189) | private void collectNodes(String value, Set propertyNames, method collectNodes (line 209) | private void collectNodes(String value, String relPath, method matches (line 238) | private static boolean matches(NodeImpl node, Name nodeTypeName, method getMatchingNode (line 287) | private static Node getMatchingNode(NodeImpl node, AuthorizableTypePre... method matches (line 310) | private static boolean matches(String value, String toMatch, boolean e... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserAccessControlProvider.java class UserAccessControlProvider (line 93) | public class UserAccessControlProvider extends AbstractAccessControlProv... method UserAccessControlProvider (line 128) | public UserAccessControlProvider() { method isAcItem (line 139) | @Override method isAcItem (line 150) | @Override method init (line 159) | @Override method getEffectivePolicies (line 207) | public AccessControlPolicy[] getEffectivePolicies(Path absPath, Compil... method getEffectivePolicies (line 215) | public AccessControlPolicy[] getEffectivePolicies(Set princ... method getEditor (line 225) | public AccessControlEditor getEditor(Session session) { method compilePermissions (line 235) | public CompiledPermissions compilePermissions(Set principal... method canAccessRoot (line 260) | public boolean canAccessRoot(Set principals) throws Reposit... method getUserPrincipal (line 270) | private ItemBasedPrincipal getUserPrincipal(Set principals) { method getUserNode (line 287) | private NodeImpl getUserNode(ItemBasedPrincipal principal) { method getExistingNode (line 300) | private Node getExistingNode(Path path) throws RepositoryException { method containsGroup (line 319) | private static boolean containsGroup(Set principals, Princi... method initGroup (line 329) | private static Principal initGroup(UserManager uMgr, String principalN... method isAnonymous (line 351) | private boolean isAnonymous(Set principals) { class CompiledPermissionsImpl (line 366) | private class CompiledPermissionsImpl extends AbstractCompiledPermissions method CompiledPermissionsImpl (line 372) | protected CompiledPermissionsImpl(Set principals, String ... method getPrivilegeBits (line 380) | private PrivilegeBits getPrivilegeBits(String... privNames) throws R... method assertModifiable (line 389) | private PrivilegeBits assertModifiable(PrivilegeBits bits) { method buildResult (line 401) | @Override method buildRepositoryResult (line 510) | @Override method getPrivilegeManagerImpl (line 516) | @Override method close (line 525) | @Override method grants (line 538) | @Override method canReadAll (line 550) | @Override method canRead (line 560) | public boolean canRead(Path path, ItemId itemId) throws RepositoryEx... method onEvent (line 571) | public void onEvent(EventIterator events) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserConstants.java type UserConstants (line 26) | interface UserConstants { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserImpl.java class UserImpl (line 37) | public class UserImpl extends AuthorizableImpl implements User { method UserImpl (line 42) | protected UserImpl(NodeImpl node, UserManagerImpl userManager) { method isGroup (line 50) | public boolean isGroup() { method getPrincipal (line 57) | public Principal getPrincipal() throws RepositoryException { method isAdmin (line 72) | public boolean isAdmin() { method isSystemUser (line 82) | public boolean isSystemUser() { method getCredentials (line 89) | public Credentials getCredentials() throws RepositoryException { method getImpersonation (line 103) | public Impersonation getImpersonation() throws RepositoryException { method changePassword (line 113) | public void changePassword(String password) throws RepositoryException { method changePassword (line 124) | public void changePassword(String password, String oldPassword) throws... method disable (line 136) | public void disable(String reason) throws RepositoryException { method isDisabled (line 155) | public boolean isDisabled() throws RepositoryException { method getDisabledReason (line 162) | public String getDisabledReason() throws RepositoryException { class NodeBasedAdminPrincipal (line 174) | private class NodeBasedAdminPrincipal extends AdminPrincipal implement... method NodeBasedAdminPrincipal (line 176) | public NodeBasedAdminPrincipal(String adminId) { method getPath (line 180) | public String getPath() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserImporter.java class UserImporter (line 120) | public class UserImporter implements ProtectedPropertyImporter, Protecte... method init (line 154) | public boolean init(JackrabbitSession session, NamePathResolver resolver, method handlePropInfo (line 200) | public boolean handlePropInfo(NodeImpl parent, PropInfo protectedPropI... method handlePropInfo (line 364) | public boolean handlePropInfo(NodeState parent, PropInfo protectedProp... method processReferences (line 371) | public void processReferences() throws RepositoryException { method start (line 551) | public boolean start(NodeImpl protectedParent) throws RepositoryExcept... method start (line 576) | public boolean start(NodeState protectedParent) { method startChildInfo (line 583) | public void startChildInfo(NodeInfo childInfo, List propInfo... method endChildInfo (line 602) | public void endChildInfo() throws RepositoryException { method end (line 608) | public void end(NodeImpl protectedParent) throws RepositoryException { method end (line 616) | public void end(NodeState protectedParent) { method getImportBehavior (line 623) | public String getImportBehavior() { method setImportBehavior (line 631) | public void setImportBehavior(String importBehaviorStr) { method handleFailure (line 642) | private void handleFailure(String msg) throws RepositoryException { class Membership (line 664) | private static final class Membership { method Membership (line 668) | public Membership(String groupId) { method addMember (line 672) | public void addMember(String name, NodeId id) { method addMember (line 676) | public void addMember(NodeId id) { class Member (line 681) | public class Member { method Member (line 685) | public Member(String name, NodeId id) { class Impersonators (line 700) | private static final class Impersonators { method Impersonators (line 705) | private Impersonators(String userId, Value[] values) { class ImportBehavior (line 715) | public static final class ImportBehavior { method valueFromName (line 739) | public static int valueFromName(String behaviorString) { method nameFromValue (line 752) | public static String nameFromValue(int importBehavior) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerConfig.java class UserManagerConfig (line 28) | class UserManagerConfig { method UserManagerConfig (line 43) | UserManagerConfig(Properties config, String adminId, AuthorizableActio... method getConfigValue (line 49) | public T getConfigValue(String key, T defaultValue) { method getAdminId (line 57) | public String getAdminId() { method getAuthorizableActions (line 61) | public AuthorizableAction[] getAuthorizableActions() { method setAuthorizableActions (line 65) | public void setAuthorizableActions(AuthorizableAction[] actions) { method convert (line 72) | private T convert(Object v, T defaultValue) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerImpl.java class UserManagerImpl (line 175) | public class UserManagerImpl extends ProtectedItemModifier method UserManagerImpl (line 285) | public UserManagerImpl(SessionImpl session, String adminId) throws Rep... method UserManagerImpl (line 297) | public UserManagerImpl(SessionImpl session, String adminId, Properties... method UserManagerImpl (line 323) | public UserManagerImpl(SessionImpl session, String adminId, Properties... method UserManagerImpl (line 336) | private UserManagerImpl(SessionImpl session, UserManagerConfig config,... method getUsersPath (line 370) | public String getUsersPath() { method getGroupsPath (line 381) | public String getGroupsPath() { method getMembershipCache (line 388) | public MembershipCache getMembershipCache() { method getMemberSplitSize (line 400) | public int getMemberSplitSize() { method hasMemberSplitSize (line 417) | public boolean hasMemberSplitSize() { method setAuthorizableActions (line 427) | public void setAuthorizableActions(AuthorizableAction[] authorizableAc... method getAuthorizable (line 435) | public Authorizable getAuthorizable(String id) throws RepositoryExcept... method getAuthorizable (line 459) | public T getAuthorizable(String id, Class ... method getAuthorizable (line 475) | public Authorizable getAuthorizable(Principal principal) throws Reposi... method getAuthorizableByPath (line 518) | public Authorizable getAuthorizableByPath(String path) throws Unsuppor... method findAuthorizables (line 525) | public Iterator findAuthorizables(String relPath, String... method findAuthorizables (line 532) | public Iterator findAuthorizables(String relPath, String... method findAuthorizables (line 571) | public Iterator findAuthorizables(Query query) throws Re... method createUser (line 580) | public User createUser(String userID, String password) throws Reposito... method createUser (line 587) | public User createUser(String userID, String password, method createSystemUser (line 616) | public User createSystemUser(String userID, String intermediatePath) t... method createGroup (line 623) | public Group createGroup(String groupID) throws AuthorizableExistsExce... method createGroup (line 632) | public Group createGroup(Principal principal) throws RepositoryExcepti... method createGroup (line 651) | public Group createGroup(Principal principal, String intermediatePath)... method createGroup (line 675) | public Group createGroup(String groupID, Principal principal, String i... method isAutoSave (line 707) | public boolean isAutoSave() { method autoSave (line 717) | public void autoSave(boolean enable) throws UnsupportedRepositoryOpera... method setPrincipal (line 730) | void setPrincipal(NodeImpl node, Principal principal) throws Authoriza... method setPassword (line 761) | void setPassword(NodeImpl userNode, String password, boolean forceHash... method setProtectedProperty (line 785) | void setProtectedProperty(NodeImpl node, Name propName, Value value) t... method setProtectedProperty (line 792) | void setProtectedProperty(NodeImpl node, Name propName, Value[] values... method setProtectedProperty (line 799) | void setProtectedProperty(NodeImpl node, Name propName, Value[] values... method removeProtectedItem (line 806) | void removeProtectedItem(ItemImpl item, Node parent) throws Repository... method addProtectedNode (line 813) | NodeImpl addProtectedNode(NodeImpl parent, Name name, Name ntName) thr... method performProtectedOperation (line 821) | T performProtectedOperation(SessionImpl session, SessionOperation<... method getAuthorizable (line 838) | Authorizable getAuthorizable(NodeImpl n) throws RepositoryException { method getPath (line 868) | String getPath(Node authorizableNode) throws UnsupportedRepositoryOper... method getSession (line 877) | SessionImpl getSession() { method getGroupId (line 890) | private String getGroupId(String principalName) throws RepositoryExcep... method internalGetAuthorizable (line 905) | private Authorizable internalGetAuthorizable(String id) throws Reposit... method getValue (line 931) | private Value getValue(String strValue) { method isAdminId (line 939) | boolean isAdminId(String userID) { method createUser (line 951) | User createUser(NodeImpl userNode) throws RepositoryException { method doCreateUser (line 969) | protected User doCreateUser(NodeImpl node) throws RepositoryException { method createGroup (line 982) | Group createGroup(NodeImpl groupNode) throws RepositoryException { method doCreateGroup (line 1000) | protected Group doCreateGroup(NodeImpl node) throws RepositoryException { method createAdmin (line 1023) | private User createAdmin() throws RepositoryException { method buildNodeId (line 1056) | private NodeId buildNodeId(String id) { method checkValidID (line 1070) | private void checkValidID(String id) throws IllegalArgumentException, ... method checkValidPrincipal (line 1085) | private static void checkValidPrincipal(Principal principal, boolean i... method onCreate (line 1104) | void onCreate(User user, String pw) throws RepositoryException { method onCreate (line 1118) | void onCreate(Group group) throws RepositoryException { method onRemove (line 1132) | void onRemove(Authorizable authorizable) throws RepositoryException { method onPasswordChange (line 1147) | void onPasswordChange(User user, String password) throws RepositoryExc... method loggingOut (line 1157) | public void loggingOut(SessionImpl session) { method loggedOut (line 1164) | public void loggedOut(SessionImpl session) { class AuthorizableIterator (line 1175) | private final class AuthorizableIterator implements Iterator getSelector() { method getGroupName (line 92) | public String getGroupName() { method isDeclaredMembersOnly (line 96) | public boolean isDeclaredMembersOnly() { method getCondition (line 100) | Condition getCondition() { method getSortProperty (line 104) | String getSortProperty() { method getSortDirection (line 108) | Direction getSortDirection() { method getSortIgnoreCase (line 112) | boolean getSortIgnoreCase() { method getBound (line 116) | Value getBound() { method getOffset (line 120) | long getOffset() { method getMaxCount (line 124) | long getMaxCount() { method setSelector (line 130) | public void setSelector(Class selector) { method setScope (line 134) | public void setScope(String groupName, boolean declaredOnly) { method setCondition (line 139) | public void setCondition(Condition condition) { method setSortOrder (line 143) | public void setSortOrder(String propertyName, Direction direction, boo... method setSortOrder (line 149) | public void setSortOrder(String propertyName, Direction direction) { method setLimit (line 153) | public void setLimit(Value bound, long maxCount) { method setLimit (line 159) | public void setLimit(long offset, long maxCount) { method property (line 165) | public Condition property(String relPath, RelationOp op, Value value) { method nameMatches (line 169) | public Condition nameMatches(String pattern) { method neq (line 173) | public Condition neq(String relPath, Value value) { method eq (line 177) | public Condition eq(String relPath, Value value) { method lt (line 181) | public Condition lt(String relPath, Value value) { method le (line 185) | public Condition le(String relPath, Value value) { method gt (line 189) | public Condition gt(String relPath, Value value) { method ge (line 193) | public Condition ge(String relPath, Value value) { method exists (line 197) | public Condition exists(String relPath) { method like (line 201) | public Condition like(String relPath, String pattern) { method contains (line 205) | public Condition contains(String relPath, String searchExpr) { method impersonates (line 209) | public Condition impersonates(String name) { method not (line 213) | public Condition not(Condition condition) { method and (line 217) | public Condition and(Condition condition1, Condition condition2) { method or (line 221) | public Condition or(Condition condition1, Condition condition2) { class NodeCondition (line 227) | static class NodeCondition implements Condition { method NodeCondition (line 230) | public NodeCondition(String pattern) { method getPattern (line 234) | public String getPattern() { method accept (line 238) | public void accept(ConditionVisitor visitor) throws RepositoryExcept... class PropertyCondition (line 243) | static class PropertyCondition implements Condition { method PropertyCondition (line 249) | public PropertyCondition(String relPath, RelationOp op, Value value) { method PropertyCondition (line 256) | public PropertyCondition(String relPath, RelationOp op, String patte... method PropertyCondition (line 263) | public PropertyCondition(String relPath, RelationOp op) { method getRelPath (line 270) | public String getRelPath() { method getOp (line 274) | public RelationOp getOp() { method getValue (line 278) | public Value getValue() { method getPattern (line 282) | public String getPattern() { method accept (line 286) | public void accept(ConditionVisitor visitor) throws RepositoryExcept... class ContainsCondition (line 291) | static class ContainsCondition implements Condition { method ContainsCondition (line 295) | public ContainsCondition(String relPath, String searchExpr) { method getRelPath (line 300) | public String getRelPath() { method getSearchExpr (line 304) | public String getSearchExpr() { method accept (line 308) | public void accept(ConditionVisitor visitor) { class ImpersonationCondition (line 313) | static class ImpersonationCondition implements Condition { method ImpersonationCondition (line 316) | public ImpersonationCondition(String name) { method getName (line 320) | public String getName() { method accept (line 324) | public void accept(ConditionVisitor visitor) { class NotCondition (line 329) | static class NotCondition implements Condition { method NotCondition (line 332) | public NotCondition(Condition condition) { method getCondition (line 336) | public Condition getCondition() { method accept (line 340) | public void accept(ConditionVisitor visitor) throws RepositoryExcept... class CompoundCondition (line 345) | abstract static class CompoundCondition implements Condition, Iterable... method CompoundCondition (line 348) | public CompoundCondition() { method CompoundCondition (line 352) | public CompoundCondition(Condition condition1, Condition condition2) { method addCondition (line 357) | public void addCondition(Condition condition) { method iterator (line 361) | public Iterator iterator() { class AndCondition (line 366) | static class AndCondition extends CompoundCondition { method AndCondition (line 367) | public AndCondition(Condition condition1, Condition condition2) { method accept (line 371) | public void accept(ConditionVisitor visitor) throws RepositoryExcept... class OrCondition (line 376) | static class OrCondition extends CompoundCondition { method OrCondition (line 377) | public OrCondition(Condition condition1, Condition condition2) { method accept (line 381) | public void accept(ConditionVisitor visitor) throws RepositoryExcept... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/XPathQueryEvaluator.java class XPathQueryEvaluator (line 49) | public class XPathQueryEvaluator implements XPathQueryBuilder.ConditionV... method XPathQueryEvaluator (line 57) | public XPathQueryEvaluator(XPathQueryBuilder builder, UserManagerImpl ... method eval (line 63) | public Iterator eval() throws RepositoryException { method visit (line 130) | public void visit(XPathQueryBuilder.NodeCondition condition) throws Re... method visit (line 146) | public void visit(XPathQueryBuilder.PropertyCondition condition) throw... method visit (line 163) | public void visit(XPathQueryBuilder.ContainsCondition condition) { method visit (line 171) | public void visit(XPathQueryBuilder.ImpersonationCondition condition) { method visit (line 177) | public void visit(XPathQueryBuilder.NotCondition condition) throws Rep... method visit (line 183) | public void visit(XPathQueryBuilder.AndCondition condition) throws Rep... method visit (line 191) | public void visit(XPathQueryBuilder.OrCondition condition) throws Repo... method escape (line 215) | public static String escape(String string) { method escapeForQuery (line 239) | public static String escapeForQuery(String value) { method getNtName (line 254) | private String getNtName(Class selector) throw... method format (line 264) | private static String format(Value value) throws RepositoryException { method getCollation (line 283) | private static RelationOp getCollation(Direction direction) throws Rep... method execute (line 296) | @SuppressWarnings("unchecked") method toAuthorizables (line 301) | private Iterator toAuthorizables(Iterator nodes) { method filter (line 317) | private Iterator filter(Iterator authoriza... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/action/AbstractAuthorizableAction.java class AbstractAuthorizableAction (line 34) | public abstract class AbstractAuthorizableAction implements Authorizable... method onCreate (line 41) | public void onCreate(Group group, Session session) throws RepositoryEx... method onCreate (line 51) | public void onCreate(User user, String password, Session session) thro... method onRemove (line 60) | public void onRemove(Authorizable authorizable, Session session) throw... method onPasswordChange (line 69) | public void onPasswordChange(User user, String newPassword, Session se... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/action/AccessControlAction.java class AccessControlAction (line 97) | public class AccessControlAction extends AbstractAuthorizableAction { method AccessControlAction (line 110) | public AccessControlAction() {} method onCreate (line 116) | @Override method onCreate (line 124) | @Override method setGroupPrivilegeNames (line 136) | public void setGroupPrivilegeNames(String privilegeNames) { method setUserPrivilegeNames (line 148) | public void setUserPrivilegeNames(String privilegeNames) { method setAC (line 155) | private void setAC(Authorizable authorizable, Session session) throws ... method getPrivileges (line 201) | private static Privilege[] getPrivileges(String[] privNames, AccessCon... method split (line 217) | private static String[] split(String configParam) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/action/AuthorizableAction.java type AuthorizableAction (line 42) | public interface AuthorizableAction { method onCreate (line 54) | void onCreate(Group group, Session session) throws RepositoryException; method onCreate (line 67) | void onCreate(User user, String password, Session session) throws Repo... method onRemove (line 79) | void onRemove(Authorizable authorizable, Session session) throws Repos... method onPasswordChange (line 91) | void onPasswordChange(User user, String newPassword, Session session) ... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/action/ClearMembershipAction.java class ClearMembershipAction (line 31) | public class ClearMembershipAction extends AbstractAuthorizableAction { method ClearMembershipAction (line 41) | public ClearMembershipAction() {} method onRemove (line 47) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/action/PasswordValidationAction.java class PasswordValidationAction (line 60) | public class PasswordValidationAction extends AbstractAuthorizableAction { method onCreate (line 70) | @Override method onPasswordChange (line 75) | @Override method setConstraint (line 86) | public void setConstraint(String constraint) { method validatePassword (line 104) | private void validatePassword(String password, boolean forceMatch) thr... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/AddNodeOperation.java class AddNodeOperation (line 37) | public class AddNodeOperation implements SessionWriteOperation { method AddNodeOperation (line 47) | public AddNodeOperation( method perform (line 56) | public Node perform(SessionContext context) throws RepositoryException { method toString (line 120) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/NodeNameNormalizer.java class NodeNameNormalizer (line 33) | public class NodeNameNormalizer { method check (line 37) | public static void check(Name name) { method dump (line 48) | private static String dump(String lname) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/SessionContext.java class SessionContext (line 56) | public class SessionContext implements NamePathResolver { method SessionContext (line 132) | public SessionContext( method getRepositoryContext (line 156) | public RepositoryContext getRepositoryContext() { method getRepository (line 165) | public RepositoryImpl getRepository() { method getRootNodeId (line 174) | public NodeId getRootNodeId() { method getDataStore (line 184) | public DataStore getDataStore() { method getNodeTypeRegistry (line 193) | public NodeTypeRegistry getNodeTypeRegistry() { method getSessionImpl (line 204) | public SessionImpl getSessionImpl() { method getSessionState (line 213) | public SessionState getSessionState() { method getValueFactory (line 222) | public ValueFactory getValueFactory() { method getItemValidator (line 231) | public ItemValidator getItemValidator() { method getNodeTypeManager (line 240) | public NodeTypeManagerImpl getNodeTypeManager() { method getPrivilegeManager (line 249) | public PrivilegeManagerImpl getPrivilegeManager() { method getNamespaceRegistry (line 259) | public NamespaceRegistry getNamespaceRegistry() { method getWorkspace (line 268) | public WorkspaceImpl getWorkspace() { method getItemStateManager (line 272) | public SessionItemStateManager getItemStateManager() { method setItemStateManager (line 277) | public void setItemStateManager(SessionItemStateManager itemStateManag... method getHierarchyManager (line 282) | public HierarchyManager getHierarchyManager() { method getItemManager (line 287) | public ItemManager getItemManager() { method setItemManager (line 292) | public void setItemManager(ItemManager itemManager) { method getAccessManager (line 297) | public AccessManager getAccessManager() { method setAccessManager (line 302) | public void setAccessManager(AccessManager accessManager) { method getObservationManager (line 307) | public ObservationManagerImpl getObservationManager() { method setObservationManager (line 312) | public void setObservationManager( method getNodeIdFactory (line 318) | public NodeIdFactory getNodeIdFactory() { method getQName (line 324) | public Name getQName(String name) method getJCRName (line 329) | public String getJCRName(Name name) throws NamespaceException { method getQPath (line 335) | public Path getQPath(String path) method getQPath (line 341) | public Path getQPath(String path, boolean normalizeIdentifier) method getJCRPath (line 347) | public String getJCRPath(Path path) throws NamespaceException { method toString (line 358) | @Override class PermissionAwareNamespaceRegistry (line 369) | private class PermissionAwareNamespaceRegistry implements NamespaceReg... method registerNamespace (line 373) | public void registerNamespace(String prefix, String uri) throws Name... method unregisterNamespace (line 378) | public void unregisterNamespace(String prefix) throws NamespaceExcep... method getPrefixes (line 383) | public String[] getPrefixes() throws RepositoryException { method getURIs (line 387) | public String[] getURIs() throws RepositoryException { method getURI (line 391) | public String getURI(String prefix) throws NamespaceException, Repos... method getPrefix (line 395) | public String getPrefix(String uri) throws NamespaceException, Repos... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/SessionItemOperation.java class SessionItemOperation (line 34) | public abstract class SessionItemOperation implements SessionOperatio... method itemExists (line 45) | public static SessionItemOperation itemExists(String path) { method propertyExists (line 61) | public static SessionItemOperation propertyExists(String path) { method nodeExists (line 77) | public static SessionItemOperation nodeExists(String path) { method getItem (line 92) | public static SessionItemOperation getItem(String path) { method getProperty (line 108) | public static SessionItemOperation getProperty(String pa... method getNode (line 124) | public static SessionItemOperation getNode(String path) { method remove (line 140) | public static SessionItemOperation remove(String path) { method SessionItemOperation (line 169) | private SessionItemOperation(String method, String path) { method perform (line 182) | public T perform(SessionContext context) throws RepositoryException { method perform (line 205) | protected abstract T perform(ItemManager manager, Path path) method toString (line 215) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/SessionOperation.java type SessionOperation (line 26) | public interface SessionOperation { method perform (line 34) | T perform(SessionContext context) throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/SessionRefreshOperation.java class SessionRefreshOperation (line 27) | public class SessionRefreshOperation implements SessionOperation { method SessionRefreshOperation (line 45) | public SessionRefreshOperation(boolean keepChanges, boolean clusterSyn... method perform (line 53) | public Object perform(SessionContext context) throws RepositoryExcepti... method toString (line 80) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/SessionSaveOperation.java class SessionSaveOperation (line 30) | public class SessionSaveOperation implements SessionWriteOperation T perform(SessionOperation operation) method close (line 259) | public boolean close() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/session/SessionWriteOperation.java type SessionWriteOperation (line 23) | public interface SessionWriteOperation extends SessionOperation { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ChangeLog.java class ChangeLog (line 30) | public class ChangeLog { method hasUpdates (line 63) | public boolean hasUpdates() { method added (line 73) | public void added(ItemState state) { method modified (line 85) | public void modified(ItemState state) { method deleted (line 101) | public void deleted(ItemState state) { method modified (line 115) | public void modified(NodeReferences refs) { method removeReferencesEntry (line 126) | public void removeReferencesEntry(NodeId targetId) { method get (line 139) | public ItemState get(ItemId id) throws NoSuchItemStateException { method has (line 158) | public boolean has(ItemId id) { method deleted (line 169) | public boolean deleted(ItemId id) { method isAdded (line 180) | public boolean isAdded(ItemId id) { method isModified (line 192) | public boolean isModified(ItemId id) { method getReferencesTo (line 203) | public NodeReferences getReferencesTo(NodeId id) { method addedStates (line 212) | public Iterable addedStates() { method modifiedStates (line 224) | public Iterable modifiedStates() { method deletedStates (line 236) | public Iterable deletedStates() { method modifiedRefs (line 248) | public Iterable modifiedRefs() { method merge (line 257) | public void merge(ChangeLog other) { method push (line 291) | public void push() { method persisted (line 307) | public void persisted() { method reset (line 327) | public void reset() { method disconnect (line 338) | public void disconnect() { method undo (line 357) | public void undo(ItemStateManager parent) { method getUpdateSize (line 385) | public long getUpdateSize() { method setUpdateSize (line 394) | public void setUpdateSize(long updateSize) { method toString (line 404) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ChildNodeEntries.java class ChildNodeEntries (line 35) | class ChildNodeEntries implements Cloneable { method ChildNodeEntries (line 55) | ChildNodeEntries() { method get (line 59) | ChildNodeEntry get(NodeId id) { method get (line 63) | @SuppressWarnings("unchecked") method get (line 78) | @SuppressWarnings("unchecked") method add (line 103) | @SuppressWarnings("unchecked") method addAll (line 141) | void addAll(List entriesList) { method remove (line 150) | @Deprecated method remove (line 216) | ChildNodeEntry remove(NodeId id) { method remove (line 230) | public ChildNodeEntry remove(ChildNodeEntry entry) { method removeAll (line 237) | public void removeAll() { method removeAll (line 254) | List removeAll(ChildNodeEntries other) { method retainAll (line 290) | List retainAll(ChildNodeEntries other) { method isEmpty (line 312) | public boolean isEmpty() { method list (line 316) | @SuppressWarnings("unchecked") method getRenamedEntries (line 321) | public List getRenamedEntries(ChildNodeEntries that) { method size (line 338) | public int size() { method equals (line 343) | public boolean equals(Object obj) { method hashCode (line 363) | public int hashCode() { method clone (line 375) | protected Object clone() { method init (line 394) | private void init() { method ensureModifiable (line 404) | @SuppressWarnings("unchecked") FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ChildNodeEntry.java class ChildNodeEntry (line 28) | public final class ChildNodeEntry { method ChildNodeEntry (line 36) | ChildNodeEntry(Name name, NodeId id, int index) { method getId (line 53) | public NodeId getId() { method getName (line 57) | public Name getName() { method getIndex (line 61) | public int getIndex() { method equals (line 66) | public boolean equals(Object obj) { method toString (line 78) | public String toString() { method hashCode (line 82) | public int hashCode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/DefaultISMLocking.java class DefaultISMLocking (line 28) | public class DefaultISMLocking implements ISMLocking { method release (line 34) | public void release() { method release (line 44) | public void release() { method downgrade (line 47) | public ReadLock downgrade() { method isWriterPreference (line 94) | public boolean isWriterPreference() { method setWriterPreference (line 103) | public void setWriterPreference(boolean preference) { method acquireReadLock (line 112) | public synchronized ReadLock acquireReadLock(ItemId id) method releaseReadLock (line 129) | private synchronized void releaseReadLock() { method acquireWriteLock (line 142) | public synchronized WriteLock acquireWriteLock(ChangeLog changeLog) method releaseWriteLock (line 168) | private synchronized void releaseWriteLock(boolean downgrade) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/DummyUpdateEventChannel.java class DummyUpdateEventChannel (line 27) | public class DummyUpdateEventChannel implements UpdateEventChannel { method updatePrepared (line 29) | public void updatePrepared(Update update) {} method updateCreated (line 31) | public void updateCreated(Update update) {} method updateCommitted (line 33) | public void updateCommitted(Update update, String path) {} method updateCancelled (line 35) | public void updateCancelled(Update update) {} method setListener (line 37) | public void setListener(UpdateEventListener listener) {} FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/FineGrainedISMLocking.java class FineGrainedISMLocking (line 42) | public class FineGrainedISMLocking implements ISMLocking { method acquireReadLock (line 90) | public ReadLock acquireReadLock(ItemId id) method acquireWriteLock (line 130) | public WriteLock acquireWriteLock(ChangeLog changeLog) class WriteLockImpl (line 164) | private final class WriteLockImpl implements WriteLock { method WriteLockImpl (line 168) | WriteLockImpl(ChangeLog changes) { method release (line 172) | public void release() { method downgrade (line 193) | public ReadLock downgrade() { class ReadLockImpl (line 220) | private final class ReadLockImpl implements ReadLock { method ReadLockImpl (line 224) | public ReadLockImpl() { method ReadLockImpl (line 228) | ReadLockImpl(ItemId id) { method release (line 232) | public void release() { method hasDependency (line 259) | private static boolean hasDependency(ChangeLog changeLog, ItemId id) { method notifyWaitingReaders (line 277) | private void notifyWaitingReaders() { method notifyWaitingWriters (line 288) | private void notifyWaitingWriters() { class LockMap (line 301) | private static final class LockMap { method LockMap (line 314) | public LockMap() { method addLock (line 326) | public void addLock(ItemId id) { method removeLock (line 353) | public void removeLock(ItemId id) { method hasDependency (line 387) | public boolean hasDependency(ChangeLog changes) { method slotIndex (line 405) | private static int slotIndex(ItemId id) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ISMLocking.java type ISMLocking (line 50) | public interface ISMLocking { method acquireReadLock (line 56) | ReadLock acquireReadLock(ItemId id) throws InterruptedException; method acquireWriteLock (line 66) | WriteLock acquireWriteLock(ChangeLog changeLog) throws InterruptedExce... type ReadLock (line 68) | public interface ReadLock { method release (line 73) | void release(); type WriteLock (line 77) | public interface WriteLock { method release (line 82) | void release(); method downgrade (line 91) | ReadLock downgrade(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ISMLockingFactory.java type ISMLockingFactory (line 26) | public interface ISMLockingFactory { method getISMLocking (line 37) | ISMLocking getISMLocking() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemState.java class ItemState (line 27) | public abstract class ItemState { method ItemState (line 91) | protected ItemState(int initialStatus, boolean isTransient) { method ItemState (line 115) | protected ItemState(ItemState overlayedState, int initialStatus, boole... method copy (line 143) | public abstract void copy(ItemState state, boolean syncModCount); method pull (line 148) | synchronized void pull() { method push (line 159) | void push() { method onDisposed (line 170) | void onDisposed() { method connect (line 179) | public void connect(ItemState overlayedState) method reconnect (line 194) | protected void reconnect() throws ItemStateException { method disconnect (line 205) | protected void disconnect() { method isConnected (line 215) | protected boolean isConnected() { method notifyStateDiscarded (line 222) | protected void notifyStateDiscarded() { method notifyStateCreated (line 231) | protected void notifyStateCreated() { method notifyStateUpdated (line 240) | public void notifyStateUpdated() { method notifyStateDestroyed (line 249) | protected void notifyStateDestroyed() { method isNode (line 261) | public abstract boolean isNode(); method getId (line 268) | public abstract ItemId getId(); method isTransient (line 278) | public boolean isTransient() { method isStale (line 286) | public boolean isStale() { method getParentId (line 298) | public abstract NodeId getParentId(); method getStatus (line 305) | public int getStatus() { method setStatus (line 314) | public void setStatus(int newStatus) { method getModCount (line 336) | public short getModCount() { method setModCount (line 345) | public void setModCount(short modCount) { method touch (line 352) | synchronized void touch() { method discard (line 359) | public void discard() { method hasOverlayedState (line 374) | public boolean hasOverlayedState() { method getOverlayedState (line 386) | public ItemState getOverlayedState() { method setContainer (line 394) | public void setContainer(ItemStateListener container) { method getContainer (line 406) | public ItemStateListener getContainer() { method calculateMemoryFootprint (line 415) | public abstract long calculateMemoryFootprint(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemStateCache.java type ItemStateCache (line 25) | public interface ItemStateCache { method isCached (line 35) | boolean isCached(ItemId id); method retrieve (line 47) | ItemState retrieve(ItemId id); method retrieveAll (line 54) | ItemState[] retrieveAll(); method cache (line 62) | void cache(ItemState state); method evict (line 71) | void evict(ItemId id); method evictAll (line 76) | void evictAll(); method isEmpty (line 83) | boolean isEmpty(); method dispose (line 88) | void dispose(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemStateCacheFactory.java type ItemStateCacheFactory (line 22) | public interface ItemStateCacheFactory { method newItemStateCache (line 29) | ItemStateCache newItemStateCache(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemStateException.java class ItemStateException (line 22) | public class ItemStateException extends Exception { method ItemStateException (line 31) | public ItemStateException(String message) { method ItemStateException (line 43) | public ItemStateException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemStateListener.java type ItemStateListener (line 23) | public interface ItemStateListener { method stateCreated (line 31) | void stateCreated(ItemState created); method stateModified (line 39) | void stateModified(ItemState modified); method stateDestroyed (line 47) | void stateDestroyed(ItemState destroyed); method stateDiscarded (line 56) | void stateDiscarded(ItemState discarded); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemStateManager.java type ItemStateManager (line 26) | public interface ItemStateManager { method getItemState (line 35) | ItemState getItemState(ItemId id) method hasItemState (line 45) | boolean hasItemState(ItemId id); method getNodeReferences (line 54) | NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 64) | boolean hasNodeReferences(NodeId id); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ItemStateReferenceCache.java class ItemStateReferenceCache (line 48) | public class ItemStateReferenceCache implements ItemStateCache { method ItemStateReferenceCache (line 84) | public ItemStateReferenceCache(ItemStateCacheFactory cacheFactory) { method ItemStateReferenceCache (line 95) | @SuppressWarnings("unchecked") method getSegment (line 119) | private Map getSegment(ItemId id) { method isCached (line 129) | public boolean isCached(ItemId id) { method retrieve (line 139) | public ItemState retrieve(ItemId id) { method retrieveAll (line 156) | public ItemState[] retrieveAll() { method cache (line 169) | public void cache(ItemState state) { method evict (line 188) | public void evict(ItemId id) { method dispose (line 202) | public void dispose() { method evictAll (line 209) | public void evictAll() { method isEmpty (line 224) | public boolean isEmpty() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/LocalItemStateManager.java class LocalItemStateManager (line 34) | public class LocalItemStateManager method LocalItemStateManager (line 73) | protected LocalItemStateManager(SharedItemStateManager sharedStateMgr, method createInstance (line 89) | public static LocalItemStateManager createInstance(SharedItemStateMana... method getNodeState (line 106) | protected NodeState getNodeState(NodeId id) method getPropertyState (line 131) | protected PropertyState getPropertyState(PropertyId id) method getChanges (line 152) | protected ChangeLog getChanges() { method getItemState (line 160) | public ItemState getItemState(ItemId id) method hasItemState (line 187) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 211) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 225) | public boolean hasNodeReferences(NodeId id) { method edit (line 238) | public synchronized void edit() throws IllegalStateException { method inEditMode (line 250) | public boolean inEditMode() { method createNew (line 257) | public NodeState createNew( method getOrCreateLocalState (line 293) | public NodeState getOrCreateLocalState(NodeState transientState) method createNew (line 319) | public PropertyState createNew(Name propName, NodeId parentId) method store (line 334) | public void store(ItemState state) throws IllegalStateException { method destroy (line 344) | public void destroy(ItemState state) throws IllegalStateException { method cancel (line 355) | public void cancel() throws IllegalStateException { method update (line 367) | public void update() method update (line 397) | protected void update(ChangeLog changeLog) method dispose (line 407) | public void dispose() { method addListener (line 431) | public void addListener(ItemStateListener listener) { method removeListener (line 439) | public void removeListener(ItemStateListener listener) { method stateCreated (line 452) | public void stateCreated(ItemState created) { method stateModified (line 497) | public void stateModified(ItemState modified) { method stateDestroyed (line 528) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 553) | public void stateDiscarded(ItemState discarded) { method nodeAdded (line 577) | public void nodeAdded(NodeState state, Name name, int index, NodeId id) { method nodesReplaced (line 587) | public void nodesReplaced(NodeState state) { method nodeModified (line 597) | public void nodeModified(NodeState state) { method nodeRemoved (line 607) | public void nodeRemoved(NodeState state, Name name, int index, NodeId ... method getNodeIdFactory (line 611) | public NodeIdFactory getNodeIdFactory() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/MLRUItemStateCache.java class MLRUItemStateCache (line 37) | public class MLRUItemStateCache implements ItemStateCache { method MLRUItemStateCache (line 51) | public MLRUItemStateCache(CacheManager cacheMgr) { method isCached (line 62) | public boolean isCached(ItemId id) { method retrieve (line 69) | public ItemState retrieve(ItemId id) { method retrieveAll (line 76) | public ItemState[] retrieveAll() { method cache (line 84) | public void cache(ItemState state) { method evict (line 97) | public void evict(ItemId id) { method evictAll (line 104) | public void evictAll() { method isEmpty (line 111) | public boolean isEmpty() { method dispose (line 118) | public void dispose() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/ManagedMLRUItemStateCacheFactory.java class ManagedMLRUItemStateCacheFactory (line 26) | public class ManagedMLRUItemStateCacheFactory implements ItemStateCacheF... method ManagedMLRUItemStateCacheFactory (line 36) | public ManagedMLRUItemStateCacheFactory(CacheManager cacheMgr) { method newItemStateCache (line 43) | public ItemStateCache newItemStateCache() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/NameSet.java class NameSet (line 32) | final class NameSet implements Set, Cloneable { method add (line 63) | public boolean add(Name name) { method remove (line 84) | boolean remove(Name name) { method removeAll (line 92) | void removeAll() { method replaceAll (line 103) | void replaceAll(Collection c) { method size (line 124) | public int size() { method isEmpty (line 131) | public boolean isEmpty() { method contains (line 138) | public boolean contains(Object o) { method iterator (line 148) | public Iterator iterator() { method toArray (line 169) | public Object[] toArray() { method toArray (line 176) | public Object[] toArray(Object[] a) { method remove (line 183) | public boolean remove(Object o) { method containsAll (line 190) | public boolean containsAll(Collection c) { method addAll (line 197) | public boolean addAll(Collection c) { method retainAll (line 204) | public boolean retainAll(Collection c) { method removeAll (line 211) | public boolean removeAll(Collection c) { method clear (line 218) | public void clear() { method hashCode (line 227) | public int hashCode() { method equals (line 234) | public boolean equals(Object obj) { method clone (line 249) | public Object clone() { method ensureModifiable (line 266) | private void ensureModifiable() { class NameSetCache (line 281) | private static final class NameSetCache { method get (line 310) | public HashSet get(HashSet set, Object obj, boolean modifiable) { method get (line 340) | public HashSet get(HashSet set) { method getEmptySet (line 356) | public HashSet getEmptySet() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/NoSuchItemStateException.java class NoSuchItemStateException (line 22) | public class NoSuchItemStateException extends ItemStateException { method NoSuchItemStateException (line 31) | public NoSuchItemStateException(String message) { method NoSuchItemStateException (line 43) | public NoSuchItemStateException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/NodeReferences.java class NodeReferences (line 31) | public class NodeReferences implements Serializable { method NodeReferences (line 53) | public NodeReferences(NodeId id) { method getTargetId (line 62) | public NodeId getTargetId() { method hasReferences (line 72) | public boolean hasReferences() { method getReferences (line 79) | public List getReferences() { method addReference (line 86) | public void addReference(PropertyId refId) { method addAllReferences (line 93) | public void addAllReferences(List references) { method removeReference (line 102) | public boolean removeReference(PropertyId refId) { method clearAllReferences (line 109) | public void clearAllReferences() { method toString (line 115) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/NodeState.java class NodeState (line 33) | public class NodeState extends ItemState { method NodeState (line 90) | public NodeState(NodeState overlayedState, int initialStatus, method NodeState (line 105) | public NodeState(NodeId id, Name nodeTypeName, NodeId parentId, method copy (line 117) | @Override method isNode (line 140) | @Override method getParentId (line 148) | @Override method getId (line 156) | @Override method getNodeId (line 166) | public NodeId getNodeId() { method setParentId (line 178) | public void setParentId(NodeId parentId) { method getNodeTypeName (line 187) | public Name getNodeTypeName() { method getMixinTypeNames (line 196) | public synchronized Set getMixinTypeNames() { method setMixinTypeNames (line 205) | public synchronized void setMixinTypeNames(Set names) { method hasChildNodeEntries (line 215) | public boolean hasChildNodeEntries() { method hasChildNodeEntry (line 227) | public synchronized boolean hasChildNodeEntry(Name name) { method hasChildNodeEntry (line 239) | public synchronized boolean hasChildNodeEntry(NodeId id) { method hasChildNodeEntry (line 252) | public synchronized boolean hasChildNodeEntry(Name name, int index) { method hasPropertyName (line 264) | public synchronized boolean hasPropertyName(Name propName) { method getChildNodeEntry (line 277) | public synchronized ChildNodeEntry getChildNodeEntry(Name nodeName, in... method getChildNodeEntry (line 291) | public synchronized ChildNodeEntry getChildNodeEntry(NodeId id) { method getChildNodeEntries (line 303) | public synchronized List getChildNodeEntries() { method getChildNodeEntries (line 315) | public synchronized List getChildNodeEntries(Name node... method addChildNodeEntry (line 326) | public ChildNodeEntry addChildNodeEntry(Name nodeName, method renameChildNodeEntry (line 346) | public boolean renameChildNodeEntry(Name oldName, int index, method renameChildNodeEntry (line 364) | public boolean renameChildNodeEntry(NodeId id, Name newName) { method replaceChildNodeEntry (line 397) | public boolean replaceChildNodeEntry(NodeId oldId, Name newName, NodeI... method removeChildNodeEntry (line 427) | public boolean removeChildNodeEntry(Name nodeName, int index) { method removeChildNodeEntry (line 445) | public boolean removeChildNodeEntry(NodeId id) { method removeAllChildNodeEntries (line 459) | public void removeAllChildNodeEntries() { method setChildNodeEntries (line 471) | public void setChildNodeEntries(List nodeEntries) { method getPropertyNames (line 487) | public synchronized Set getPropertyNames() { method addPropertyName (line 496) | public synchronized void addPropertyName(Name propName) { method removePropertyName (line 507) | public synchronized boolean removePropertyName(Name propName) { method removeAllPropertyNames (line 514) | public synchronized void removeAllPropertyNames() { method setPropertyNames (line 523) | public synchronized void setPropertyNames(Set propNames) { method setNodeTypeName (line 533) | public synchronized void setNodeTypeName(Name nodeTypeName) { method isShareable (line 542) | public synchronized boolean isShareable() { method addShare (line 553) | public synchronized boolean addShare(NodeId parentId) { method containsShare (line 572) | public synchronized boolean containsShare(NodeId parentId) { method getSharedSet (line 581) | public Set getSharedSet() { method setSharedSet (line 594) | public synchronized void setSharedSet(Set set) { method removeShare (line 613) | public synchronized int removeShare(NodeId parentId) { method getAddedPropertyNames (line 641) | public synchronized Set getAddedPropertyNames() { method getAddedChildNodeEntries (line 658) | public synchronized List getAddedChildNodeEntries() { method getRemovedPropertyNames (line 675) | public synchronized Set getRemovedPropertyNames() { method getRemovedChildNodeEntries (line 692) | public synchronized List getRemovedChildNodeEntries() { method getRenamedChildNodeEntries (line 707) | public synchronized List getRenamedChildNodeEntries() { method getReorderedChildNodeEntries (line 744) | public synchronized List getReorderedChildNodeEntries() { method getAddedShares (line 827) | public synchronized Set getAddedShares() { method getRemovedShares (line 842) | public synchronized Set getRemovedShares() { method setContainer (line 860) | @Override method calculateMemoryFootprint (line 881) | @Override method notifyNodeAdded (line 894) | protected void notifyNodeAdded(ChildNodeEntry added) { method notifyNodesReplaced (line 903) | protected void notifyNodesReplaced() { method notifyNodeRemoved (line 913) | protected void notifyNodeRemoved(ChildNodeEntry removed) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/NodeStateListener.java type NodeStateListener (line 26) | public interface NodeStateListener extends ItemStateListener { method nodeAdded (line 36) | void nodeAdded(NodeState state, method nodeModified (line 48) | void nodeModified(NodeState state); method nodesReplaced (line 56) | void nodesReplaced(NodeState state); method nodeRemoved (line 66) | void nodeRemoved(NodeState state, Name name, int index, NodeId id); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/NodeStateMerger.java class NodeStateMerger (line 39) | class NodeStateMerger { method merge (line 55) | static boolean merge(NodeState state, MergeContext context) { method mergeMixinTypes (line 200) | private static boolean mergeMixinTypes(NodeState state, NodeState over... method conflicts (line 294) | private static boolean conflicts(NodeState state, method isParent (line 343) | private static boolean isParent(NodeState state, ChildNodeEntry entry,... method isAutoCreated (line 351) | private static boolean isAutoCreated(ChildNodeEntry cne, EffectiveNode... method isAutoCreated (line 360) | private static boolean isAutoCreated(Name propertyName, EffectiveNodeT... type MergeContext (line 374) | static interface MergeContext { method isAdded (line 375) | boolean isAdded(ItemId id); method isDeleted (line 376) | boolean isDeleted(ItemId id); method isModified (line 377) | boolean isModified(ItemId id); method allowsSameNameSiblings (line 378) | boolean allowsSameNameSiblings(NodeId id); method getEffectiveNodeType (line 379) | EffectiveNodeType getEffectiveNodeType(Name ntName) throws NoSuchNod... method getNodeState (line 380) | NodeState getNodeState(NodeId id) throws ItemStateException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/PropertyState.java class PropertyState (line 30) | public class PropertyState extends ItemState { method PropertyState (line 60) | public PropertyState(PropertyState overlayedState, int initialStatus, method PropertyState (line 73) | public PropertyState(PropertyId id, int initialStatus, boolean isTrans... method copy (line 85) | public synchronized void copy(ItemState state, boolean syncModCount) { method isNode (line 104) | public boolean isNode() { method getId (line 111) | public ItemId getId() { method getPropertyId (line 120) | public PropertyId getPropertyId() { method getParentId (line 127) | public NodeId getParentId() { method getName (line 136) | public Name getName() { method setType (line 146) | public void setType(int type) { method setMultiValued (line 155) | public void setMultiValued(boolean multiValued) { method getType (line 165) | public int getType() { method isMultiValued (line 174) | public boolean isMultiValued() { method setValues (line 183) | public void setValues(InternalValue[] values) { method getValues (line 192) | public InternalValue[] getValues() { method calculateMemoryFootprint (line 204) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/SessionItemStateManager.java class SessionItemStateManager (line 48) | public class SessionItemStateManager method SessionItemStateManager (line 92) | public SessionItemStateManager( method getHierarchyMgr (line 106) | public HierarchyManager getHierarchyMgr() { method getAtticAwareHierarchyMgr (line 117) | public HierarchyManager getAtticAwareHierarchyMgr() { method toString (line 126) | public String toString() { method getItemState (line 141) | public ItemState getItemState(ItemId id) method hasItemState (line 167) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 188) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 197) | public boolean hasNodeReferences(NodeId id) { method edit (line 206) | public void edit() throws IllegalStateException { method inEditMode (line 213) | public boolean inEditMode() { method createNew (line 220) | public NodeState createNew( method createNew (line 229) | public PropertyState createNew(Name propName, NodeId parentId) method createNew (line 238) | public PropertyState createNew(PropertyState transientState) method store (line 250) | public void store(ItemState state) throws IllegalStateException { method destroy (line 257) | public void destroy(ItemState state) throws IllegalStateException { method cancel (line 265) | public void cancel() throws IllegalStateException { method update (line 272) | public void update() method dispose (line 281) | public void dispose() { method getTransientItemState (line 297) | public ItemState getTransientItemState(ItemId id) method hasTransientItemState (line 313) | public boolean hasTransientItemState(ItemId id) { method hasTransientItemStateInAttic (line 322) | public boolean hasTransientItemStateInAttic(ItemId id) { method hasAnyTransientItemStates (line 330) | public boolean hasAnyTransientItemStates() { method getDescendantTransientItemStates (line 349) | public Collection getDescendantTransientItemStates(ItemId id) method getDescendantTransientItemStatesInAttic (line 377) | public Iterable getDescendantTransientItemStatesInAttic( method getDescendantItemStates (line 396) | private List getDescendantItemStates( method getIdOfRootTransientNodeState (line 439) | public NodeId getIdOfRootTransientNodeState() throws RepositoryExcepti... method isItemStateInAttic (line 541) | public boolean isItemStateInAttic(ItemId id) { method createTransientNodeState (line 555) | public NodeState createTransientNodeState(NodeId id, Name nodeTypeName... method createTransientNodeState (line 587) | public NodeState createTransientNodeState(NodeState overlayedState, in... method createTransientPropertyState (line 615) | public PropertyState createTransientPropertyState(NodeId parentId, Nam... method createTransientPropertyState (line 642) | public PropertyState createTransientPropertyState(PropertyState overla... method disconnectTransientItemState (line 670) | public void disconnectTransientItemState(ItemState state) { method disposeTransientItemState (line 682) | public void disposeTransientItemState(ItemState state) { method moveTransientItemStateToAttic (line 699) | public void moveTransientItemStateToAttic(ItemState state) { method disposeTransientItemStateInAttic (line 713) | public void disposeTransientItemStateInAttic(ItemState state) { method disposeAllTransientItemStates (line 726) | public void disposeAllTransientItemStates() { method addListener (line 745) | public void addListener(ItemStateListener listener) { method removeListener (line 754) | public void removeListener(ItemStateListener listener) { method getAttic (line 764) | public ItemStateManager getAttic() { method stateCreated (line 780) | public void stateCreated(ItemState created) { method stateModified (line 828) | public void stateModified(ItemState modified) { method stateDestroyed (line 841) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 867) | public void stateDiscarded(ItemState discarded) { method nodeAdded (line 886) | public void nodeAdded(NodeState state, Name name, int index, NodeId id) { method nodesReplaced (line 899) | public void nodesReplaced(NodeState state) { method nodeModified (line 912) | public void nodeModified(NodeState state) { method nodeRemoved (line 925) | public void nodeRemoved(NodeState state, Name name, int index, NodeId ... class AtticItemStateManager (line 939) | private class AtticItemStateManager implements ItemStateManager { method getItemState (line 944) | public ItemState getItemState(ItemId id) method hasItemState (line 958) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 965) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 974) | public boolean hasNodeReferences(NodeId id) { method makePersistent (line 990) | public NodeState makePersistent(NodeState transientState) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/SharedItemStateManager.java class SharedItemStateManager (line 114) | public class SharedItemStateManager method SharedItemStateManager (line 200) | public SharedItemStateManager(PersistenceManager persistMgr, method setCheckReferences (line 229) | public void setCheckReferences(boolean checkReferences) { method setEventChannel (line 238) | public void setEventChannel(UpdateEventChannel eventChannel) { method setISMLocking (line 247) | public void setISMLocking(ISMLocking ismLocking) { method getItemState (line 258) | public ItemState getItemState(ItemId id) method hasItemState (line 296) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 337) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 367) | public boolean hasNodeReferences(NodeId id) { method stateCreated (line 405) | public void stateCreated(ItemState created) { method stateModified (line 419) | public void stateModified(ItemState modified) { method stateDestroyed (line 429) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 443) | public void stateDiscarded(ItemState discarded) { method toString (line 456) | public String toString() { method dispose (line 465) | public void dispose() { method addVirtualItemStateProvider (line 486) | public void addVirtualItemStateProvider(VirtualItemStateProvider prov) { class Update (line 499) | class Update implements org.apache.jackrabbit.core.cluster.Update { method Update (line 556) | public Update(ChangeLog local, EventStateCollectionFactory factory, method begin (line 570) | public void begin() throws ItemStateException, ReferentialIntegrityE... method end (line 790) | public void end() throws ItemStateException { method cancel (line 878) | public void cancel() { method setAttribute (line 913) | public void setAttribute(String name, Object value) { method getAttribute (line 923) | public Object getAttribute(String name) { method getChanges (line 933) | public ChangeLog getChanges() { method getEvents (line 940) | public List getEvents() { method getTimestamp (line 947) | public long getTimestamp() { method getUserData (line 951) | public String getUserData() { method updateReferences (line 966) | private void updateReferences() throws ItemStateException { method addReferences (line 991) | private void addReferences(PropertyState property) throws ItemStateE... method addReference (line 1000) | private void addReference(PropertyId id, NodeId target) method removeReferences (line 1020) | private void removeReferences(ItemState state) method removeReference (line 1034) | private void removeReference(PropertyId id, NodeId target) method checkAddedChildNodes (line 1058) | private void checkAddedChildNodes() throws ItemStateException { method checkAddedChildNode (line 1067) | private void checkAddedChildNode(ItemState state) throws ItemStateEx... method checkReferentialIntegrity (line 1099) | private void checkReferentialIntegrity() method isReferenceable (line 1157) | private boolean isReferenceable(NodeState state) throws ItemStateExc... method validateHierarchy (line 1197) | private void validateHierarchy(ChangeLog changeLog) throws ItemStateEx... method validateDeleted (line 1217) | private void validateDeleted(ChangeLog changeLog) throws ItemStateExce... method validateAdded (line 1281) | private void validateAdded(ChangeLog changeLog) throws ItemStateExcept... method validateModified (line 1333) | private void validateModified(ChangeLog changeLog) throws ItemStateExc... method checkParent (line 1443) | void checkParent(ChangeLog changeLog, NodeState childState, NodeId exp... method isShareable (line 1486) | private boolean isShareable(NodeState state) throws RepositoryException { method beginUpdate (line 1508) | public Update beginUpdate(ChangeLog local, EventStateCollectionFactory... method update (line 1542) | public void update(ChangeLog local, EventStateCollectionFactory factory) method externalUpdate (line 1555) | public void externalUpdate(ChangeLog external, EventStateCollection ev... method doExternalUpdate (line 1596) | protected void doExternalUpdate(ChangeLog external) { method addListener (line 1640) | public void addListener(ItemStateListener listener) { method removeListener (line 1648) | public void removeListener(ItemStateListener listener) { method createInstance (line 1662) | private NodeState createInstance(NodeId id, Name nodeTypeName, method createRootNodeState (line 1682) | private NodeState createRootNodeState(NodeId rootNodeId, method ensureActivitiesNode (line 1742) | private void ensureActivitiesNode() throws ItemStateException { method getNonVirtualItemState (line 1767) | private ItemState getNonVirtualItemState(ItemId id) method hasNonVirtualItemState (line 1820) | protected boolean hasNonVirtualItemState(ItemId id) { method createInstance (line 1842) | private ItemState createInstance(ItemState other) { method createInstance (line 1859) | private PropertyState createInstance(Name propName, NodeId parentId) { method loadItemState (line 1873) | private ItemState loadItemState(ItemId id) method acquireReadLock (line 1891) | private ISMLocking.ReadLock acquireReadLock(ItemId id) throws ItemStat... method acquireWriteLock (line 1905) | private ISMLocking.WriteLock acquireWriteLock(ChangeLog changeLog) thr... method getNodeIdFactory (line 1913) | public NodeIdFactory getNodeIdFactory() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/StaleItemStateException.java class StaleItemStateException (line 23) | public class StaleItemStateException extends ItemStateException { method StaleItemStateException (line 32) | public StaleItemStateException(String message) { method StaleItemStateException (line 44) | public StaleItemStateException(String message, Throwable rootCause) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/StateChangeDispatcher.java class StateChangeDispatcher (line 31) | public class StateChangeDispatcher { method addListener (line 51) | public void addListener(ItemStateListener listener) { method getReference (line 62) | private Reference getReference(Collection< ? extends Reference<... method removeListener (line 79) | public void removeListener(ItemStateListener listener) { method notifyStateCreated (line 90) | public void notifyStateCreated(ItemState created) { method notifyStateModified (line 103) | public void notifyStateModified(ItemState modified) { method notifyStateDestroyed (line 116) | public void notifyStateDestroyed(ItemState destroyed) { method notifyStateDiscarded (line 129) | public void notifyStateDiscarded(ItemState discarded) { method notifyNodeAdded (line 145) | public void notifyNodeAdded(NodeState state, Name name, int index, Nod... method notifyNodesReplaced (line 158) | public void notifyNodesReplaced(NodeState state) { method notifyNodeModified (line 171) | public void notifyNodeModified(NodeState state) { method notifyNodeRemoved (line 187) | public void notifyNodeRemoved(NodeState state, Name name, int index, N... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/UpdatableItemStateManager.java type UpdatableItemStateManager (line 29) | public interface UpdatableItemStateManager extends ItemStateManager { method edit (line 39) | void edit() throws IllegalStateException; method inEditMode (line 49) | boolean inEditMode(); method createNew (line 62) | NodeState createNew( method createNew (line 76) | PropertyState createNew(Name propName, NodeId parentId) method store (line 85) | void store(ItemState state) throws IllegalStateException; method destroy (line 93) | void destroy(ItemState state) throws IllegalStateException; method cancel (line 101) | void cancel() throws IllegalStateException; method update (line 117) | void update() method dispose (line 124) | void dispose(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/XAItemStateManager.java class XAItemStateManager (line 46) | public class XAItemStateManager extends LocalItemStateManager implements... method XAItemStateManager (line 92) | protected XAItemStateManager(SharedItemStateManager sharedStateMgr, method createInstance (line 114) | public static XAItemStateManager createInstance(SharedItemStateManager... method setVirtualProvider (line 124) | public void setVirtualProvider(VirtualItemStateProvider virtualProvide... method associate (line 131) | public void associate(TransactionContext tx) { method beforeOperation (line 146) | public void beforeOperation(TransactionContext tx) { method prepare (line 156) | public void prepare(TransactionContext tx) throws TransactionException { method commit (line 177) | public void commit(TransactionContext tx) throws TransactionException { method rollback (line 193) | public void rollback(TransactionContext tx) { method afterOperation (line 206) | public void afterOperation(TransactionContext tx) { method getChangeLog (line 215) | public ChangeLog getChangeLog() { method getChanges (line 226) | protected ChangeLog getChanges() { method getItemState (line 239) | public ItemState getItemState(ItemId id) method hasItemState (line 271) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 313) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 330) | public boolean hasNodeReferences(NodeId id) { method update (line 348) | protected void update(ChangeLog changeLog) method getReferences (line 368) | private NodeReferences getReferences(NodeId id) method filterReferenceProperties (line 443) | private Iterable filterReferenceProperties( method updateVirtualReferences (line 468) | private void updateVirtualReferences(ChangeLog changes) throws ItemSta... method addVirtualReference (line 531) | private void addVirtualReference( method removeVirtualReference (line 555) | private void removeVirtualReference( method stateModified (line 579) | public void stateModified(ItemState modified) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/stats/StatManager.java class StatManager (line 31) | public class StatManager { method StatManager (line 42) | public StatManager() { method init (line 46) | protected void init() { method getQueryStat (line 55) | public QueryStatCore getQueryStat() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/CooperativeFileLock.java class CooperativeFileLock (line 37) | public class CooperativeFileLock implements RepositoryLockMechanism { method init (line 65) | public void init(String path) { method acquire (line 76) | public synchronized void acquire() throws RepositoryException { method release (line 90) | public synchronized void release() { method save (line 118) | private void save() throws RepositoryException { method load (line 140) | private Properties load() throws RepositoryException { method waitUntilOld (line 161) | private void waitUntilOld() throws RepositoryException { method lockFile (line 190) | private void lockFile() throws RepositoryException { method getException (line 248) | private RepositoryException getException(Throwable t) { method error (line 252) | private RepositoryException error(String reason) { method sleep (line 256) | private void sleep(int time) throws RepositoryException { method createNewFile (line 271) | private static boolean createNewFile(String fileName) { method delete (line 291) | private static void delete(String fileName) throws RepositoryException { method wait (line 308) | private static void wait(int i) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/DOMBuilder.java class DOMBuilder (line 39) | public final class DOMBuilder { method DOMBuilder (line 63) | public DOMBuilder(String name) throws ParserConfigurationException { method write (line 78) | public void write(OutputStream xml) throws IOException { method startElement (line 102) | public void startElement(String name) { method endElement (line 114) | public void endElement() { method setAttribute (line 124) | public void setAttribute(String name, String value) { method setAttribute (line 134) | public void setAttribute(String name, boolean value) { method addContent (line 143) | public void addContent(String content) { method addContentElement (line 155) | public void addContentElement(String name, String content) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/DOMWalker.java class DOMWalker (line 38) | public final class DOMWalker { method DOMWalker (line 57) | public DOMWalker(InputStream xml) throws IOException { method getNamespaces (line 79) | public Properties getNamespaces() { method getName (line 97) | public String getName() { method getAttribute (line 107) | public String getAttribute(String name) { method getContent (line 121) | public String getContent() { method enterElement (line 154) | public boolean enterElement(String name) { method leaveElement (line 173) | public void leaveElement() { method iterateElements (line 198) | public boolean iterateElements(String name) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/EmptyLinkedMap.java class EmptyLinkedMap (line 29) | public class EmptyLinkedMap extends LinkedMap { method EmptyLinkedMap (line 39) | private EmptyLinkedMap() { method remove (line 46) | public V remove(int i) { method clear (line 53) | public void clear() { method put (line 60) | public V put(Object o, Object o1) { method putAll (line 67) | @SuppressWarnings("rawtypes") method remove (line 75) | public V remove(Object o) { method entrySet (line 84) | public Set> entrySet() { method keySet (line 93) | public Set keySet() { method values (line 102) | public Collection values() { method clone (line 113) | @SuppressWarnings("unchecked") method readResolve (line 125) | private Object readResolve() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/ReferenceChangeTracker.java class ReferenceChangeTracker (line 33) | public class ReferenceChangeTracker { method clear (line 48) | public void clear() { method mappedId (line 60) | public void mappedId(NodeId oldId, NodeId newId) { method processedReference (line 70) | public void processedReference(Object refProp) { method getMappedId (line 82) | public NodeId getMappedId(NodeId oldId) { method getProcessedReferences (line 92) | public Iterator getProcessedReferences() { method removeReferences (line 103) | public boolean removeReferences(List processedReferences) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/RepositoryLock.java class RepositoryLock (line 44) | public class RepositoryLock implements RepositoryLockMechanism { method RepositoryLock (line 87) | public RepositoryLock() { method RepositoryLock (line 101) | @Deprecated method init (line 114) | public void init(String path) throws RepositoryException { method acquire (line 133) | public void acquire() throws RepositoryException { method tryLock (line 151) | private void tryLock() throws RepositoryException { method closeRandomAccessFile (line 200) | private void closeRandomAccessFile() { method release (line 214) | public void release() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/RepositoryLockMechanism.java type RepositoryLockMechanism (line 27) | public interface RepositoryLockMechanism { method init (line 37) | void init(String homeDir) throws RepositoryException; method acquire (line 44) | void acquire() throws RepositoryException; method release (line 51) | void release() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/RepositoryLockMechanismFactory.java type RepositoryLockMechanismFactory (line 29) | public interface RepositoryLockMechanismFactory { method getRepositoryLockMechanism (line 40) | RepositoryLockMechanism getRepositoryLockMechanism() throws Repository... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/StringIndex.java type StringIndex (line 23) | public interface StringIndex { method stringToIndex (line 35) | int stringToIndex(String string) throws IllegalArgumentException; method indexToString (line 44) | String indexToString(int idx) throws IllegalArgumentException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/XAReentrantLock.java class XAReentrantLock (line 31) | public class XAReentrantLock extends ReentrantLock { method acquire (line 41) | @Override method release (line 68) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/XAReentrantWriterPreferenceReadWriteLock.java class XAReentrantWriterPreferenceReadWriteLock (line 29) | public class XAReentrantWriterPreferenceReadWriteLock extends ReentrantW... method allowReader (line 36) | protected boolean allowReader() { method startWrite (line 44) | protected synchronized boolean startWrite() { method endWrite (line 65) | protected synchronized Signaller endWrite() { method startRead (line 84) | @SuppressWarnings("unchecked") method endRead (line 104) | @SuppressWarnings("unchecked") FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/BLOBFileValue.java class BLOBFileValue (line 39) | abstract class BLOBFileValue implements Binary { method delete (line 47) | abstract void delete(boolean pruneEmptyParentDirs); method copy (line 61) | abstract BLOBFileValue copy() throws RepositoryException; method equals (line 63) | public abstract boolean equals(Object obj); method toString (line 65) | public abstract String toString(); method hashCode (line 67) | public abstract int hashCode(); method getDataIdentifier (line 74) | DataIdentifier getDataIdentifier() { method read (line 80) | public int read(byte[] b, long position) throws IOException, Repositor... method usesDataStore (line 103) | boolean usesDataStore(DataStore s) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/BLOBInDataStore.java class BLOBInDataStore (line 34) | class BLOBInDataStore extends BLOBFileValue implements ReferenceBinary { method BLOBInDataStore (line 52) | private BLOBInDataStore(DataStore store, DataIdentifier identifier) { method delete (line 59) | void delete(boolean pruneEmptyParentDirs) { method dispose (line 63) | public void dispose() { method getDataIdentifier (line 67) | DataIdentifier getDataIdentifier() { method copy (line 71) | BLOBFileValue copy() throws RepositoryException { method equals (line 75) | public boolean equals(Object obj) { method hashCode (line 90) | public int hashCode() { method getSize (line 94) | public long getSize() { method getStream (line 103) | public InputStream getStream() throws RepositoryException { method getReference (line 107) | @Override method toString (line 117) | public String toString() { method getInstance (line 121) | static BLOBInDataStore getInstance(DataStore store, String s) { method getInstance (line 127) | static BLOBInDataStore getInstance(DataStore store, DataIdentifier ide... method getInstance (line 131) | static BLOBInDataStore getInstance(DataStore store, InputStream in) th... method isInstance (line 145) | static boolean isInstance(String s) { method getDataRecord (line 149) | private DataRecord getDataRecord() throws DataStoreException { method usesDataStore (line 154) | boolean usesDataStore(DataStore s) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/BLOBInMemory.java class BLOBInMemory (line 30) | class BLOBInMemory extends BLOBFileValue { method BLOBInMemory (line 63) | private BLOBInMemory(byte[] data) { method getInstance (line 73) | static BLOBInMemory getInstance(byte[] data) { method isInstance (line 86) | static boolean isInstance(String s) { method getInstance (line 95) | static BLOBInMemory getInstance(String s) throws IllegalArgumentExcept... method delete (line 118) | void delete(boolean pruneEmptyParentDirs) { method dispose (line 124) | public void dispose() { method copy (line 130) | BLOBFileValue copy() throws RepositoryException { method getSize (line 134) | public long getSize() { method getStream (line 138) | public InputStream getStream() { method toString (line 142) | public String toString() { method equals (line 153) | public boolean equals(Object obj) { method hashCode (line 171) | public int hashCode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/BLOBInResource.java class BLOBInResource (line 32) | class BLOBInResource extends BLOBFileValue { method BLOBInResource (line 60) | private BLOBInResource(FileSystemResource fsResource) throws IOExcepti... method getInstance (line 81) | static BLOBInResource getInstance(FileSystemResource fsResource) throw... method delete (line 85) | void delete(boolean pruneEmptyParentDirs) { method dispose (line 95) | public void dispose() { method copy (line 99) | BLOBFileValue copy() throws RepositoryException { method getSize (line 103) | public long getSize() { method getStream (line 107) | public InputStream getStream() throws RepositoryException { method toString (line 116) | public String toString() { method equals (line 120) | public boolean equals(Object obj) { method hashCode (line 138) | public int hashCode() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/BLOBInTempFile.java class BLOBInTempFile (line 36) | class BLOBInTempFile extends BLOBFileValue { method BLOBInTempFile (line 55) | private BLOBInTempFile(InputStream in, boolean temp) throws Repository... method BLOBInTempFile (line 83) | private BLOBInTempFile(File file, boolean temp) { method getInstance (line 95) | static BLOBFileValue getInstance(InputStream in, boolean temp) throws ... method getInstance (line 108) | static BLOBInTempFile getInstance(File file, boolean temp) { method delete (line 112) | void delete(boolean pruneEmptyParentDirs) { method dispose (line 118) | public void dispose() { method copy (line 124) | BLOBFileValue copy() throws RepositoryException { method getSize (line 132) | public long getSize() { method getStream (line 136) | public InputStream getStream() throws IllegalStateException, Repositor... method toString (line 144) | public String toString() { method equals (line 148) | public boolean equals(Object obj) { method hashCode (line 166) | public int hashCode() { method read (line 170) | public int read(byte[] b, long position) throws IOException, Repositor... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/BinaryValueImpl.java class BinaryValueImpl (line 28) | class BinaryValueImpl extends BinaryValue implements JackrabbitValue { method BinaryValueImpl (line 37) | BinaryValueImpl(BLOBFileValue blob) throws RepositoryException { method getContentIdentity (line 42) | public String getContentIdentity() { method getDataIdentifier (line 52) | DataIdentifier getDataIdentifier() { method usesDataStore (line 56) | boolean usesDataStore(DataStore s) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/InternalValue.java class InternalValue (line 72) | public class InternalValue extends AbstractQValue { method create (line 98) | public static InternalValue create(Value value, NamePathResolver resol... method create (line 114) | public static InternalValue create(Value value, NamePathResolver resol... method create (line 213) | public static InternalValue create(QValue value) method create (line 249) | public static InternalValue[] create(QValue[] values) method getInternalValue (line 269) | static InternalValue getInternalValue(DataIdentifier identifier, DataS... method create (line 289) | public static InternalValue create(String value) { method create (line 297) | public static InternalValue create(long value) { method create (line 305) | public static InternalValue create(double value) { method create (line 313) | public static InternalValue create(Calendar value) { method createDate (line 323) | public static InternalValue createDate(String value) { method create (line 331) | public static InternalValue create(BigDecimal value) { method create (line 339) | public static InternalValue create(URI value) { method create (line 347) | public static InternalValue create(boolean value) { method create (line 355) | public static InternalValue create(byte[] value) { method createTemporary (line 366) | public static InternalValue createTemporary(InputStream value) throws ... method create (line 378) | public static InternalValue create(InputStream value, DataStore store)... method create (line 387) | public static InternalValue create(InputStream value) throws Repositor... method create (line 396) | public static InternalValue create(FileSystemResource value) throws IO... method create (line 407) | public static InternalValue create(DataStore store, String id) { method create (line 415) | public static InternalValue create(Name value) { method create (line 423) | public static InternalValue[] create(Name[] values) { method create (line 435) | public static InternalValue create(Path value) { method create (line 443) | public static InternalValue create(NodeId value) { method create (line 452) | public static InternalValue create(NodeId value, boolean weak) { method getBLOBFileValue (line 458) | BLOBFileValue getBLOBFileValue() { method getNodeId (line 463) | public NodeId getNodeId() { method getDate (line 468) | public Calendar getDate() throws RepositoryException { method createCopy (line 480) | public InternalValue createCopy() throws RepositoryException { method valueOf (line 504) | public static InternalValue valueOf(String s, int type) { method InternalValue (line 538) | private InternalValue(String value, int type) { method InternalValue (line 542) | private InternalValue(Name value) { method InternalValue (line 546) | private InternalValue(long value) { method InternalValue (line 550) | private InternalValue(double value) { method InternalValue (line 554) | private InternalValue(Calendar value) { method InternalValue (line 558) | private InternalValue(boolean value) { method InternalValue (line 562) | private InternalValue(URI value) { method InternalValue (line 566) | private InternalValue(BigDecimal value) { method InternalValue (line 570) | private InternalValue(BLOBFileValue value) { method InternalValue (line 574) | private InternalValue(Path value) { method InternalValue (line 578) | private InternalValue(NodeId value, boolean weak) { method getBLOBFileValue (line 592) | private static BLOBFileValue getBLOBFileValue(DataStore store, InputSt... method getBLOBFileValue (line 630) | private static BLOBFileValue getBLOBFileValue(DataStore store, String ... method isInDataStore (line 640) | public boolean isInDataStore() { method getLength (line 648) | @Override method getStream (line 660) | public InputStream getStream() throws RepositoryException { method getBinary (line 676) | @Override method discard (line 696) | @Override method deleteBinaryResource (line 710) | public void deleteBinaryResource() { method equals (line 717) | public boolean equals(Object object) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/InternalValueFactory.java class InternalValueFactory (line 42) | public final class InternalValueFactory extends AbstractQValueFactory { method InternalValueFactory (line 48) | InternalValueFactory(DataStore store) { method getInstance (line 52) | public static QValueFactory getInstance() { method create (line 56) | @Override method create (line 61) | @Override method create (line 66) | @Override method create (line 71) | @Override method create (line 76) | @Override method create (line 81) | @Override method create (line 86) | @Override method create (line 91) | @Override method create (line 96) | public QValue create(byte[] value) throws RepositoryException { method create (line 104) | public QValue create(InputStream value) throws RepositoryException, IO... method create (line 112) | public QValue create(File value) throws RepositoryException, IOExcepti... method createReference (line 118) | @Override method createString (line 123) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/RefCountingBLOBFileValue.java class RefCountingBLOBFileValue (line 35) | public class RefCountingBLOBFileValue extends BLOBFileValue { method RefCountingBLOBFileValue (line 63) | public RefCountingBLOBFileValue(BLOBFileValue value) { method dispose (line 72) | public synchronized void dispose() { method delete (line 92) | @Override method copy (line 104) | @Override method equals (line 115) | public boolean equals(Object obj) { method toString (line 123) | public String toString() { method hashCode (line 127) | public int hashCode() { method getSize (line 133) | public long getSize() throws RepositoryException { method getStream (line 137) | public InputStream getStream() throws RepositoryException { method finalize (line 141) | @Override class RefCountBinary (line 151) | private final class RefCountBinary extends BLOBFileValue { method getStream (line 155) | public InputStream getStream() throws RepositoryException { method getSize (line 160) | public long getSize() throws RepositoryException { method dispose (line 165) | public void dispose() { method delete (line 172) | @Override method copy (line 177) | @Override method equals (line 183) | public boolean equals(Object obj) { method toString (line 191) | public String toString() { method hashCode (line 195) | public int hashCode() { method finalize (line 199) | @Override method getInternalValue (line 205) | private BLOBFileValue getInternalValue() { method checkDisposed (line 209) | private void checkDisposed() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value/ValueFactoryImpl.java class ValueFactoryImpl (line 42) | public class ValueFactoryImpl extends ValueFactoryQImpl { method ValueFactoryImpl (line 58) | public ValueFactoryImpl(NamePathResolver resolver, DataStore store) { method createValue (line 63) | @Override method createBinary (line 76) | @Override method createValue (line 93) | @Override method createValue (line 127) | @Override method createValue (line 142) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/DateVersionSelector.java class DateVersionSelector (line 43) | public class DateVersionSelector implements VersionSelector { method DateVersionSelector (line 62) | public DateVersionSelector(Calendar date) { method DateVersionSelector (line 73) | public DateVersionSelector(Calendar date, boolean returnLatest) { method getDate (line 83) | public Calendar getDate() { method setDate (line 92) | public void setDate(Calendar date) { method isReturnLatest (line 102) | public boolean isReturnLatest() { method setReturnLatest (line 112) | public void setReturnLatest(boolean returnLatest) { method select (line 122) | public InternalVersion select(InternalVersionHistory versionHistory) t... method selectByDate (line 142) | public static InternalVersion selectByDate(InternalVersionHistory hist... method toString (line 166) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InconsistentVersioningState.java class InconsistentVersioningState (line 26) | public class InconsistentVersioningState extends RuntimeException { method InconsistentVersioningState (line 37) | public InconsistentVersioningState(String message) { method InconsistentVersioningState (line 51) | public InconsistentVersioningState(String message, NodeId versionHisto... method getVersionHistoryNodeId (line 60) | public NodeId getVersionHistoryNodeId() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalActivity.java type InternalActivity (line 24) | public interface InternalActivity extends InternalVersionItem { method getLatestVersion (line 32) | InternalVersion getLatestVersion(InternalVersionHistory history) method getChangeSet (line 43) | VersionSet getChangeSet() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalActivityImpl.java class InternalActivityImpl (line 38) | class InternalActivityImpl extends InternalVersionItemImpl implements In... method InternalActivityImpl (line 46) | public InternalActivityImpl(InternalVersionManagerBase vMgr, NodeState... method getId (line 54) | @Override method getParent (line 62) | @Override method create (line 78) | static NodeStateEx create(NodeStateEx parent, Name name, NodeId activi... method addVersion (line 101) | public void addVersion(InternalVersionImpl v) throws RepositoryExcepti... method removeVersion (line 120) | public void removeVersion(InternalVersionImpl v) throws RepositoryExce... method getLatestVersion (line 141) | public InternalVersion getLatestVersion(InternalVersionHistory history) method getChangeSet (line 161) | public VersionSet getChangeSet() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalBaseline.java type InternalBaseline (line 33) | public interface InternalBaseline extends InternalVersion { method getBaseVersions (line 43) | VersionSet getBaseVersions() throws RepositoryException; method getConfigurationId (line 51) | NodeId getConfigurationId(); method getConfigurationRootId (line 59) | NodeId getConfigurationRootId(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalBaselineImpl.java class InternalBaselineImpl (line 32) | class InternalBaselineImpl extends InternalVersionImpl method InternalBaselineImpl (line 44) | InternalBaselineImpl(InternalVersionHistoryImpl vh, NodeStateEx node, ... method getBaseVersions (line 51) | public VersionSet getBaseVersions() throws RepositoryException { method getConfigurationId (line 69) | public NodeId getConfigurationId() { method getConfigurationRootId (line 76) | public NodeId getConfigurationRootId() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalFreeze.java type InternalFreeze (line 25) | public interface InternalFreeze extends InternalVersionItem { method getName (line 32) | Name getName(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalFreezeImpl.java class InternalFreezeImpl (line 22) | abstract class InternalFreezeImpl extends InternalVersionItemImpl method InternalFreezeImpl (line 36) | protected InternalFreezeImpl(InternalVersionManagerBase vMgr, NodeStat... method getParent (line 44) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalFrozenNode.java type InternalFrozenNode (line 36) | public interface InternalFrozenNode extends InternalFreeze { method getFrozenChildNodes (line 44) | List getFrozenChildNodes() throws VersionException; method getFrozenProperties (line 51) | PropertyState[] getFrozenProperties(); method getFrozenId (line 58) | NodeId getFrozenId(); method getFrozenPrimaryType (line 65) | Name getFrozenPrimaryType(); method getFrozenMixinTypes (line 72) | Set getFrozenMixinTypes(); method hasFrozenChildNode (line 80) | boolean hasFrozenChildNode(Name name, int idx); method getFrozenChildNode (line 89) | InternalFreeze getFrozenChildNode(Name name, int idx) throws Repositor... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalFrozenNodeImpl.java class InternalFrozenNodeImpl (line 41) | class InternalFrozenNodeImpl extends InternalFreezeImpl method InternalFrozenNodeImpl (line 72) | public InternalFrozenNodeImpl(InternalVersionManagerBase vMgr, NodeSta... method getName (line 129) | public Name getName() { method getId (line 136) | @Override method getFrozenChildNodes (line 144) | public List getFrozenChildNodes() method hasFrozenChildNode (line 152) | public boolean hasFrozenChildNode(Name name, int idx) { method getFrozenChildNode (line 159) | public InternalFreeze getFrozenChildNode(Name name, int idx) method getFrozenProperties (line 170) | public PropertyState[] getFrozenProperties() { method getFrozenId (line 177) | public NodeId getFrozenId() { method getFrozenPrimaryType (line 184) | public Name getFrozenPrimaryType() { method getFrozenMixinTypes (line 191) | public Set getFrozenMixinTypes() { method checkin (line 208) | protected static NodeStateEx checkin(NodeStateEx parent, Name name, method checkin (line 233) | private static NodeStateEx checkin(NodeStateEx parent, Name name, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalFrozenVHImpl.java class InternalFrozenVHImpl (line 29) | class InternalFrozenVHImpl extends InternalFreezeImpl method InternalFrozenVHImpl (line 37) | public InternalFrozenVHImpl(InternalVersionManagerBase vMgr, NodeState... method getName (line 46) | public Name getName() { method getId (line 53) | @Override method getVersionHistoryId (line 61) | public NodeId getVersionHistoryId() { method getVersionHistory (line 68) | public InternalVersionHistory getVersionHistory() method getBaseVersionId (line 80) | public NodeId getBaseVersionId() { method getBaseVesion (line 87) | public InternalVersion getBaseVesion() method getBaseVersion (line 95) | public InternalVersion getBaseVersion() FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalFrozenVersionHistory.java type InternalFrozenVersionHistory (line 27) | public interface InternalFrozenVersionHistory extends InternalFreeze { method getVersionHistoryId (line 35) | NodeId getVersionHistoryId(); method getVersionHistory (line 44) | InternalVersionHistory getVersionHistory() method getBaseVersionId (line 53) | NodeId getBaseVersionId(); method getBaseVesion (line 58) | @Deprecated method getBaseVersion (line 68) | InternalVersion getBaseVersion() throws VersionException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersion.java type InternalVersion (line 29) | public interface InternalVersion extends InternalVersionItem { method getName (line 36) | Name getName(); method getFrozenNode (line 43) | InternalFrozenNode getFrozenNode(); method getFrozenNodeId (line 50) | NodeId getFrozenNodeId(); method getCreated (line 58) | Calendar getCreated(); method getSuccessors (line 66) | List getSuccessors(); method getLinearSuccessor (line 76) | InternalVersion getLinearSuccessor(InternalVersion baseVersion); method getPredecessors (line 84) | InternalVersion[] getPredecessors(); method getLinearPredecessor (line 92) | InternalVersion getLinearPredecessor(); method isMoreRecent (line 103) | boolean isMoreRecent(InternalVersion v); method getVersionHistory (line 110) | InternalVersionHistory getVersionHistory(); method isRootVersion (line 118) | boolean isRootVersion(); method hasLabel (line 127) | boolean hasLabel(Name label); method getLabels (line 134) | Name[] getLabels(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionHistory.java type InternalVersionHistory (line 27) | public interface InternalVersionHistory extends InternalVersionItem { method getRootVersion (line 35) | InternalVersion getRootVersion(); method getVersion (line 45) | InternalVersion getVersion(Name versionName) throws VersionException; method hasVersion (line 54) | boolean hasVersion(Name versionName); method getVersion (line 63) | InternalVersion getVersion(NodeId id); method getVersionByLabel (line 73) | InternalVersion getVersionByLabel(Name label); method getNumVersions (line 80) | int getNumVersions(); method getVersionableId (line 87) | NodeId getVersionableId(); method getVersionLabels (line 95) | Name[] getVersionLabels(); method getVersionNames (line 101) | Name[] getVersionNames(); method getVersionLabelsId (line 108) | NodeId getVersionLabelsId(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionHistoryImpl.java class InternalVersionHistoryImpl (line 45) | class InternalVersionHistoryImpl extends InternalVersionItemImpl method InternalVersionHistoryImpl (line 110) | public InternalVersionHistoryImpl(InternalVersionManagerBase vMgr, Nod... method init (line 122) | private synchronized void init() throws RepositoryException { method fixLegacy (line 168) | private void fixLegacy() throws RepositoryException { method reload (line 181) | synchronized void reload() throws RepositoryException { method createVersionInstance (line 200) | synchronized InternalVersionImpl createVersionInstance(Name name) { method createVersionInstance (line 226) | synchronized InternalVersionImpl createVersionInstance(NodeStateEx chi... method getId (line 250) | @Override method getParent (line 258) | @Override method getRootVersion (line 266) | public InternalVersion getRootVersion() { method getVersion (line 273) | public synchronized InternalVersion getVersion(Name versionName) method hasVersion (line 290) | public synchronized boolean hasVersion(Name versionName) { method getVersion (line 297) | public InternalVersion getVersion(NodeId id) { method getCachedVersion (line 325) | private synchronized InternalVersion getCachedVersion(NodeId id) { method getVersionByLabel (line 341) | public synchronized InternalVersion getVersionByLabel(Name label) { method getVersionNames (line 358) | public synchronized Name[] getVersionNames() { method getNumVersions (line 365) | public synchronized int getNumVersions() { method getVersionableId (line 372) | public NodeId getVersionableId() { method getVersionLabels (line 379) | public synchronized Name[] getVersionLabels() { method getVersionLabelsId (line 386) | public NodeId getVersionLabelsId() { method removeVersion (line 402) | synchronized void removeVersion(Name versionName) throws RepositoryExc... method setVersionLabel (line 480) | synchronized InternalVersion setVersionLabel(Name versionName, Name la... method checkin (line 538) | synchronized InternalVersionImpl checkin( method create (line 621) | static NodeStateEx create( method getCurrentTime (line 681) | static Calendar getCurrentTime() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionImpl.java class InternalVersionImpl (line 39) | class InternalVersionImpl extends InternalVersionItemImpl method InternalVersionImpl (line 80) | public InternalVersionImpl(InternalVersionHistoryImpl vh, NodeStateEx ... method getId (line 96) | @Override method getParent (line 104) | @Override method getName (line 112) | public Name getName() { method getFrozenNode (line 119) | public InternalFrozenNode getFrozenNode() { method getFrozenNodeId (line 131) | public NodeId getFrozenNodeId() { method getCreated (line 142) | public Calendar getCreated() { method getSuccessors (line 149) | public List getSuccessors() { method getLinearSuccessor (line 179) | public InternalVersion getLinearSuccessor(InternalVersion baseVersion) { method getPredecessors (line 193) | public InternalVersion[] getPredecessors() { method getLinearPredecessor (line 211) | public InternalVersion getLinearPredecessor() { method isMoreRecent (line 223) | public boolean isMoreRecent(InternalVersion v) { method getVersionHistory (line 236) | public InternalVersionHistory getVersionHistory() { method hasLabel (line 243) | public boolean hasLabel(Name label) { method getLabels (line 250) | public Name[] getLabels() { method isRootVersion (line 257) | public boolean isRootVersion() { method clear (line 264) | synchronized void clear() { method storeXCessors (line 276) | private void storeXCessors(List cessors, Name propnam... method internalDetach (line 293) | void internalDetach() throws RepositoryException { method internalAttach (line 315) | void internalAttach() throws RepositoryException { method internalAddSuccessor (line 329) | private void internalAddSuccessor(InternalVersionImpl succ, boolean st... method internalDetachPredecessor (line 348) | private void internalDetachPredecessor(InternalVersionImpl v, boolean ... method internalDetachSuccessor (line 369) | private void internalDetachSuccessor(InternalVersionImpl v, boolean st... method internalAddLabel (line 386) | synchronized boolean internalAddLabel(Name label) { method internalRemoveLabel (line 399) | synchronized boolean internalRemoveLabel(Name label) { method internalHasLabel (line 409) | synchronized boolean internalHasLabel(Name label) { method internalGetLabels (line 418) | synchronized Name[] internalGetLabels() { method invalidate (line 429) | void invalidate() { method legacyResolveSuccessors (line 438) | void legacyResolveSuccessors() throws RepositoryException { method equals (line 455) | public boolean equals(Object obj) { method hashCode (line 469) | public int hashCode() { method getActivity (line 478) | public InternalActivityImpl getActivity() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionItem.java type InternalVersionItem (line 27) | public interface InternalVersionItem { method getId (line 34) | NodeId getId(); method getParent (line 41) | InternalVersionItem getParent(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionItemImpl.java class InternalVersionItemImpl (line 24) | abstract class InternalVersionItemImpl implements InternalVersionItem { method InternalVersionItemImpl (line 41) | protected InternalVersionItemImpl(InternalVersionManagerBase vMgr, Nod... method getVersionManager (line 51) | protected InternalVersionManagerBase getVersionManager() { method getId (line 60) | public abstract NodeId getId(); method getParent (line 67) | public abstract InternalVersionItem getParent(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionManager.java type InternalVersionManager (line 33) | public interface InternalVersionManager { method getVirtualItemStateProvider (line 41) | VirtualItemStateProvider getVirtualItemStateProvider(); method getVersionHistory (line 56) | VersionHistoryInfo getVersionHistory(Session session, NodeState vNode, method checkin (line 71) | InternalVersion checkin(Session session, NodeStateEx node, Calendar cr... method canCheckout (line 82) | NodeId canCheckout(NodeStateEx state, NodeId activityId) throws Reposi... method removeVersion (line 91) | void removeVersion(Session session, InternalVersionHistory history, Na... method removeVersionHistory (line 101) | void removeVersionHistory(Session session, InternalVersionHistory hist... method setVersionLabel (line 119) | InternalVersion setVersionLabel(Session session, method getVersionHistory (line 132) | InternalVersionHistory getVersionHistory(NodeId id) method getVersionHistoryOfNode (line 142) | InternalVersionHistory getVersionHistoryOfNode(NodeId id) method getVersion (line 152) | InternalVersion getVersion(NodeId id) throws RepositoryException; method getBaseline (line 161) | InternalBaseline getBaseline(NodeId id) throws RepositoryException; method getActivity (line 170) | InternalActivity getActivity(NodeId id) throws RepositoryException; method getHeadVersionOfNode (line 181) | InternalVersion getHeadVersionOfNode(NodeId id) throws RepositoryExcep... method createActivity (line 190) | NodeId createActivity(Session session, String title) throws Repository... method removeActivity (line 198) | void removeActivity(Session session, NodeId nodeId) throws RepositoryE... method close (line 207) | void close() throws Exception; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionManagerBase.java class InternalVersionManagerBase (line 53) | abstract class InternalVersionManagerBase implements InternalVersionMana... method InternalVersionManagerBase (line 81) | protected InternalVersionManagerBase(NodeTypeRegistry ntReg, method getVersion (line 96) | public InternalVersion getVersion(NodeId id) throws RepositoryException { method getBaseline (line 108) | public InternalBaseline getBaseline(NodeId id) throws RepositoryExcept... method getActivity (line 123) | public InternalActivity getActivity(NodeId id) throws RepositoryExcept... method getVersionHistory (line 135) | public InternalVersionHistory getVersionHistory(NodeId id) method getVersionHistoryOfNode (line 144) | public InternalVersionHistory getVersionHistoryOfNode(NodeId id) method getHeadVersionOfNode (line 173) | public InternalVersion getHeadVersionOfNode(NodeId id) throws Reposito... method acquireWriteLock (line 186) | protected VersioningLock.WriteLock acquireWriteLock() { method acquireReadLock (line 200) | public VersioningLock.ReadLock acquireReadLock() { method getHistoryRoot (line 215) | abstract protected NodeStateEx getHistoryRoot(); method getActivitiesRoot (line 222) | abstract protected NodeStateEx getActivitiesRoot(); class WriteOperation (line 228) | private class WriteOperation { method WriteOperation (line 237) | public WriteOperation(VersioningLock.WriteLock lock) { method save (line 247) | public void save() throws ItemStateException, RepositoryException { method close (line 257) | public void close() { method startWriteOperation (line 291) | private WriteOperation startWriteOperation() throws RepositoryException { method getVersionHistoryInfoForNode (line 315) | public VersionHistoryInfo getVersionHistoryInfoForNode(NodeState node)... method getVersionHistory (line 347) | public VersionHistoryInfo getVersionHistory(Session session, NodeState... method createVersionHistory (line 371) | protected abstract VersionHistoryInfo createVersionHistory(Session ses... method getItem (line 386) | protected abstract InternalVersionItem getItem(NodeId id) method hasItem (line 396) | protected abstract boolean hasItem(NodeId id); method hasItemReferences (line 411) | protected abstract boolean hasItemReferences(NodeId id) method getNodeStateEx (line 425) | protected abstract NodeStateEx getNodeStateEx(NodeId id) method internalCreateVersionHistory (line 436) | NodeStateEx internalCreateVersionHistory(NodeState node, NodeId copied... method internalCreateActivity (line 474) | NodeStateEx internalCreateActivity(String title) method internalRemoveActivity (line 505) | protected void internalRemoveActivity(InternalActivityImpl activity) method getName (line 551) | protected static Name getName(String name) { method getParentNode (line 569) | protected static NodeStateEx getParentNode(NodeStateEx parent, String ... method checkin (line 598) | protected InternalVersion checkin(NodeStateEx node, Calendar created) method internalCheckin (line 639) | protected InternalVersion internalCheckin( method calculateCheckinVersionName (line 700) | protected String calculateCheckinVersionName(InternalVersionHistoryImp... method internalRemoveVersion (line 776) | protected void internalRemoveVersion(InternalVersionHistoryImpl histor... method internalRemoveVersionHistory (line 796) | public void internalRemoveVersionHistory(InternalVersionHistoryImpl hi... method setVersionLabel (line 823) | protected InternalVersion setVersionLabel(InternalVersionHistoryImpl h... method versionCreated (line 844) | protected void versionCreated(InternalVersion version) { method versionDestroyed (line 851) | protected void versionDestroyed(InternalVersion version) { method itemDiscarded (line 860) | protected void itemDiscarded(InternalVersionItem item) { method createInternalVersionItem (line 873) | protected InternalVersionItem createInternalVersionItem(NodeId id) method getNodeIdFactory (line 903) | public NodeIdFactory getNodeIdFactory() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionManagerImpl.java class InternalVersionManagerImpl (line 72) | public class InternalVersionManagerImpl extends InternalVersionManagerBase method InternalVersionManagerImpl (line 146) | public InternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, method getVirtualItemStateProvider (line 215) | public VirtualItemStateProvider getVirtualItemStateProvider() { method getPersistenceManager (line 224) | public PersistenceManager getPersistenceManager() { method close (line 231) | public void close() throws Exception { method getEscFactory (line 240) | public DynamicESCFactory getEscFactory() { method createVersionHistory (line 250) | @Override method createActivity (line 277) | public NodeId createActivity(Session session, final String title) thro... method removeActivity (line 293) | public void removeActivity(Session session, final NodeId nodeId) method hasItem (line 307) | @Override method getItem (line 320) | @Override method canCheckout (line 355) | public NodeId canCheckout(NodeStateEx state, NodeId activityId) throws... method checkin (line 409) | public InternalVersion checkin( method removeVersion (line 427) | public void removeVersion(Session session, method removeVersionHistory (line 451) | public void removeVersionHistory(Session session, final InternalVersio... method setVersionLabel (line 466) | public InternalVersion setVersionLabel(Session session, method itemsUpdated (line 487) | public void itemsUpdated(Collection items) { method setEventChannel (line 516) | public void setEventChannel(UpdateEventChannel eventChannel) { method itemDiscarded (line 524) | @Override method hasItemReferences (line 538) | @Override method getNodeStateEx (line 547) | @Override method getHistoryRoot (line 563) | @Override method getActivitiesRoot (line 573) | @Override method getSharedStateMgr (line 582) | protected SharedItemStateManager getSharedStateMgr() { method createItemStateManager (line 597) | protected VersionItemStateManager createItemStateManager(PersistenceMa... method stateCreated (line 612) | public void stateCreated(ItemState created) { method stateModified (line 620) | public void stateModified(ItemState modified) { method stateDestroyed (line 628) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 643) | public void stateDiscarded(ItemState discarded) { method externalUpdate (line 651) | public void externalUpdate(ChangeLog changes, List events, class DynamicESCFactory (line 676) | public static final class DynamicESCFactory implements EventStateColle... method DynamicESCFactory (line 693) | public DynamicESCFactory(DelegatingObservationDispatcher obsMgr) { method createEventStateCollection (line 705) | public EventStateCollection createEventStateCollection() method createEventStateCollection (line 723) | public EventStateCollection createEventStateCollection(SessionImpl s... method doSourced (line 735) | public Object doSourced(SessionImpl eventSource, SourcedTarget runna... class SourcedTarget (line 747) | private abstract class SourcedTarget { method run (line 748) | public abstract Object run() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalXAVersionManager.java class InternalXAVersionManager (line 56) | public class InternalXAVersionManager extends InternalVersionManagerBase method InternalXAVersionManager (line 113) | public InternalXAVersionManager(InternalVersionManagerImpl vMgr, NodeT... method createEventStateCollection (line 142) | public EventStateCollection createEventStateCollection() method getVirtualItemStateProvider (line 152) | public VirtualItemStateProvider getVirtualItemStateProvider() { method createVersionHistory (line 159) | @Override method createActivity (line 181) | public NodeId createActivity(Session session, String title) method removeActivity (line 197) | public void removeActivity(Session session, NodeId nodeId) method internalRemoveActivity (line 212) | @Override method canCheckout (line 225) | public NodeId canCheckout(NodeStateEx state, NodeId activityId) throws... method checkin (line 232) | public InternalVersion checkin( method removeVersion (line 245) | public void removeVersion(Session session, InternalVersionHistory hist... method removeVersionHistory (line 258) | public void removeVersionHistory(Session session, InternalVersionHisto... method setVersionLabel (line 270) | public InternalVersion setVersionLabel(Session session, method close (line 287) | public void close() throws Exception { method isVirtualRoot (line 296) | public boolean isVirtualRoot(ItemId id) { method getVirtualRootId (line 303) | public NodeId getVirtualRootId() { method getVirtualRootIds (line 308) | public NodeId[] getVirtualRootIds() { method createPropertyState (line 316) | public VirtualPropertyState createPropertyState(VirtualNodeState parent, method createNodeState (line 327) | public VirtualNodeState createNodeState(VirtualNodeState parent, Name ... method setNodeReferences (line 337) | public boolean setNodeReferences(ChangeLog references) { method getItemState (line 355) | public ItemState getItemState(ItemId id) method hasItemState (line 368) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 379) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 392) | public boolean hasNodeReferences(NodeId id) { method addListener (line 405) | public void addListener(ItemStateListener listener) { method removeListener (line 413) | public void removeListener(ItemStateListener listener) { method getHistoryRoot (line 421) | @Override method getActivitiesRoot (line 429) | @Override method getItem (line 437) | @Override method hasItem (line 452) | @Override method hasItemReferences (line 463) | @Override method getNodeStateEx (line 472) | @Override method internalCheckin (line 488) | @Override method internalRemoveVersion (line 513) | @Override method setVersionLabel (line 537) | @Override method versionCreated (line 555) | @Override method versionDestroyed (line 565) | @Override method associate (line 575) | @SuppressWarnings("unchecked") method beforeOperation (line 595) | public void beforeOperation(TransactionContext tx) { method prepare (line 604) | public void prepare(TransactionContext tx) throws TransactionException { method commit (line 616) | @SuppressWarnings("unchecked") method rollback (line 631) | public void rollback(TransactionContext tx) { method afterOperation (line 642) | public void afterOperation(TransactionContext tx) { method getXAResourceBegin (line 652) | public InternalXAResource getXAResourceBegin() { method getXAResourceEnd (line 691) | public InternalXAResource getXAResourceEnd() { method isInXA (line 729) | private boolean isInXA() { method makeLocalCopy (line 741) | private InternalVersionHistoryImpl makeLocalCopy(InternalVersionHistor... method makeLocalCopy (line 763) | private InternalActivityImpl makeLocalCopy(InternalActivityImpl act) method differentXAEnv (line 783) | boolean differentXAEnv(InternalVersionItemImpl item) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/LabelVersionSelector.java class LabelVersionSelector (line 35) | public class LabelVersionSelector implements VersionSelector { method LabelVersionSelector (line 48) | public LabelVersionSelector(Name label) { method getLabel (line 57) | public Name getLabel() { method setLabel (line 66) | public void setLabel(Name label) { method select (line 76) | public InternalVersion select(InternalVersionHistory versionHistory) method selectByLabel (line 89) | public static InternalVersion selectByLabel(InternalVersionHistory his... method toString (line 98) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/NodeStateEx.java class NodeStateEx (line 50) | public class NodeStateEx { method NodeStateEx (line 85) | public NodeStateEx(UpdatableItemStateManager stateMgr, method NodeStateEx (line 102) | public NodeStateEx(UpdatableItemStateManager stateMgr, method getName (line 120) | public Name getName() { method getNodeId (line 139) | public NodeId getNodeId() { method getParentId (line 148) | public NodeId getParentId() { method getParent (line 158) | public NodeStateEx getParent() throws RepositoryException { method getState (line 169) | public NodeState getState() { method getProperties (line 179) | public PropertyState[] getProperties() throws ItemStateException { method hasProperty (line 196) | public boolean hasProperty(Name name) { method getPropertyValues (line 207) | public InternalValue[] getPropertyValues(Name name) { method getPropertyValue (line 223) | public InternalValue getPropertyValue(Name name) { method setPropertyValue (line 240) | public void setPropertyValue(Name name, InternalValue value) method setPropertyValues (line 253) | public void setPropertyValues(Name name, int type, InternalValue[] val... method setPropertyValues (line 268) | public PropertyState setPropertyValues(Name name, int type, InternalVa... method getEffectiveNodeType (line 310) | public EffectiveNodeType getEffectiveNodeType() throws RepositoryExcep... method hasNode (line 326) | public boolean hasNode(Name name) { method removeNode (line 337) | public boolean removeNode(Name name) throws RepositoryException { method removeNode (line 348) | public boolean removeNode(NodeStateEx node) throws RepositoryException { method removeNode (line 362) | public boolean removeNode(Name name, int index) throws RepositoryExcep... method removeNode (line 373) | public boolean removeNode(ChildNodeEntry entry) throws RepositoryExcep... method removeNode (line 394) | private void removeNode(NodeId id) throws ItemStateException { method removeProperty (line 422) | public boolean removeProperty(Name name) throws RepositoryException { method getNode (line 450) | public NodeStateEx getNode(Name name, int index) throws RepositoryExce... method getNode (line 469) | public NodeStateEx getNode(NodeId id) throws RepositoryException { method hasNode (line 483) | public boolean hasNode(NodeId id) { method hasProperty (line 492) | public boolean hasProperty(PropertyId id) { method addNode (line 507) | public NodeStateEx addNode(Name nodeName, Name nodeTypeName, NodeId id) method addNode (line 525) | public NodeStateEx addNode(Name nodeName, Name nodeTypeName, method setMixins (line 541) | public void setMixins(Set mixinTypeNames) throws RepositoryExcep... method createChildNode (line 558) | private NodeStateEx createChildNode(Name name, Name nodeTypeName, Node... method moveFrom (line 584) | public NodeStateEx moveFrom(NodeStateEx src, Name name, boolean create... method addShareParent (line 662) | private void addShareParent(NodeId parentId) throws RepositoryException { method getChildNodes (line 693) | public NodeStateEx[] getChildNodes() throws RepositoryException { method store (line 713) | public void store() throws RepositoryException { method store (line 726) | public void store(boolean recursively) throws RepositoryException { method store (line 740) | private void store(NodeState state, boolean recursively) method reload (line 769) | public void reload() throws RepositoryException { method reload (line 785) | private void reload(NodeState state) throws ItemStateException { method copyFrom (line 811) | public void copyFrom(PropertyImpl prop) throws RepositoryException { method copyFrom (line 830) | public void copyFrom(PropertyState prop) throws RepositoryException { method getDefinition (line 844) | public QNodeDefinition getDefinition() throws RepositoryException { method getDefinition (line 859) | public QPropertyDefinition getDefinition(PropertyState prop) method hasAncestor (line 871) | public boolean hasAncestor(NodeId nodeId) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionHistoryImpl.java class VersionHistoryImpl (line 50) | public class VersionHistoryImpl extends NodeImpl implements VersionHisto... method VersionHistoryImpl (line 63) | public VersionHistoryImpl( method getInternalVersionHistory (line 75) | protected InternalVersionHistory getInternalVersionHistory() method getRootVersion (line 89) | public javax.jcr.version.Version getRootVersion() throws RepositoryExc... method getAllVersions (line 98) | public VersionIterator getAllVersions() throws RepositoryException { method getAllFrozenNodes (line 106) | public NodeIterator getAllFrozenNodes() throws RepositoryException { method getAllLinearVersions (line 113) | @SuppressWarnings("deprecation") method getAllLinearFrozenNodes (line 127) | public NodeIterator getAllLinearFrozenNodes() throws RepositoryExcepti... method getVersion (line 134) | public javax.jcr.version.Version getVersion(String versionName) method getVersionByLabel (line 151) | public javax.jcr.version.Version getVersionByLabel(String label) throw... method addVersionLabel (line 168) | public void addVersionLabel(String versionName, String label, boolean ... method removeVersionLabel (line 185) | public void removeVersionLabel(String label) throws RepositoryException { method getVersionLabels (line 204) | public String[] getVersionLabels() throws RepositoryException { method getVersionLabels (line 216) | public String[] getVersionLabels(javax.jcr.version.Version version) method hasVersionLabel (line 230) | public boolean hasVersionLabel(String label) throws RepositoryException { method hasVersionLabel (line 242) | public boolean hasVersionLabel(javax.jcr.version.Version version, Stri... method removeVersion (line 256) | public void removeVersion(String versionName) method removeVersionHistory (line 276) | public void removeVersionHistory() throws RepositoryException { method isSame (line 288) | @Override method getVersionableUUID (line 306) | public String getVersionableUUID() throws RepositoryException { method getVersionableIdentifier (line 313) | public String getVersionableIdentifier() throws RepositoryException { method checkVersionManagementPermission (line 323) | private void checkVersionManagementPermission() throws RepositoryExcep... method checkOwnVersion (line 339) | private void checkOwnVersion(Version version) method update (line 354) | @Override method merge (line 367) | @Override method toString (line 383) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionHistoryInfo.java class VersionHistoryInfo (line 28) | public class VersionHistoryInfo { method VersionHistoryInfo (line 46) | public VersionHistoryInfo(NodeId versionHistoryId, NodeId rootVersionI... method getVersionHistoryId (line 54) | public NodeId getVersionHistoryId() { method getRootVersionId (line 61) | public NodeId getRootVersionId() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionImpl.java class VersionImpl (line 42) | public class VersionImpl extends NodeImpl implements Version { method VersionImpl (line 55) | public VersionImpl( method getInternalVersion (line 66) | protected InternalVersion getInternalVersion() throws RepositoryExcept... method getCreated (line 79) | public Calendar getCreated() throws RepositoryException { method getSuccessors (line 86) | public javax.jcr.version.Version[] getSuccessors() throws RepositoryEx... method getPredecessors (line 100) | public javax.jcr.version.Version[] getPredecessors() throws Repository... method getLinearSuccessor (line 113) | public Version getLinearSuccessor() throws RepositoryException { method getLinearPredecessor (line 128) | public javax.jcr.version.Version getLinearPredecessor() throws Reposit... method getContainingHistory (line 136) | public javax.jcr.version.VersionHistory getContainingHistory() throws ... method getInternalFrozenNode (line 146) | public InternalFrozenNode getInternalFrozenNode() throws RepositoryExc... method getFrozenNode (line 153) | public Node getFrozenNode() throws RepositoryException { method isSame (line 160) | @Override method isMoreRecent (line 185) | public boolean isMoreRecent(VersionImpl v) throws RepositoryException { method isRootVersion (line 195) | public boolean isRootVersion() throws RepositoryException { method update (line 208) | @Override method merge (line 221) | @Override method toString (line 237) | public String toString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionItemStateManager.java class VersionItemStateManager (line 43) | public class VersionItemStateManager extends SharedItemStateManager { method VersionItemStateManager (line 55) | public VersionItemStateManager(PersistenceManager persistMgr, method getNodeReferences (line 66) | @Override method hasNodeReferences (line 79) | @Override method setNodeReferences (line 97) | public boolean setNodeReferences(ChangeLog references) { method checkReferentialIntegrity (line 122) | protected void checkReferentialIntegrity(ChangeLog changes) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionItemStateProvider.java class VersionItemStateProvider (line 39) | class VersionItemStateProvider implements VirtualItemStateProvider, Item... method VersionItemStateProvider (line 65) | public VersionItemStateProvider(NodeId historyRootId, method isVirtualRoot (line 80) | public boolean isVirtualRoot(ItemId id) { method getVirtualRootId (line 87) | public NodeId getVirtualRootId() { method getVirtualRootIds (line 94) | public NodeId[] getVirtualRootIds() { method createPropertyState (line 101) | public VirtualPropertyState createPropertyState(VirtualNodeState parent, method createNodeState (line 111) | public VirtualNodeState createNodeState(VirtualNodeState parent, Name ... method getItemState (line 120) | public synchronized ItemState getItemState(ItemId id) method setNodeReferences (line 133) | public boolean setNodeReferences(ChangeLog references) { method hasItemState (line 140) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 147) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 155) | public boolean hasNodeReferences(NodeId id) { method addListener (line 162) | public void addListener(ItemStateListener listener) { method removeListener (line 169) | public void removeListener(ItemStateListener listener) { method stateCreated (line 178) | public void stateCreated(ItemState created) { method stateModified (line 185) | public void stateModified(ItemState modified) { method stateDestroyed (line 192) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 199) | public void stateDiscarded(ItemState discarded) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionIteratorImpl.java class VersionIteratorImpl (line 41) | class VersionIteratorImpl implements VersionIterator { method VersionIteratorImpl (line 70) | public VersionIteratorImpl(Session session, InternalVersion rootVersio... method VersionIteratorImpl (line 83) | public VersionIteratorImpl(Session session, InternalVersion rootVersion, method nextVersion (line 98) | public Version nextVersion() { method skip (line 115) | public void skip(long skipNum) { method getSize (line 125) | public long getSize() { method getPosition (line 132) | public long getPosition() { method remove (line 140) | public void remove() throws UnsupportedOperationException { method hasNext (line 147) | public boolean hasNext() { method next (line 154) | public Object next() { method collectAllVersions (line 164) | private synchronized void collectAllVersions(InternalVersion root) { method collectLinearVersions (line 184) | private synchronized void collectLinearVersions(InternalVersion base) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionManagerImplBase.java class VersionManagerImplBase (line 54) | abstract public class VersionManagerImplBase { method VersionManagerImplBase (line 108) | protected VersionManagerImplBase( method checkoutCheckin (line 135) | protected NodeId checkoutCheckin( method collectBaseVersions (line 231) | private Set collectBaseVersions(NodeStateEx config) throws Rep... method collectBaseVersions (line 251) | private void collectBaseVersions(NodeStateEx root, Set baseVer... method checkVersionable (line 283) | protected boolean checkVersionable(NodeStateEx state) method safeGetJCRPath (line 302) | protected String safeGetJCRPath(NodeStateEx state) { method isCheckedOut (line 332) | protected boolean isCheckedOut(NodeStateEx state) throws RepositoryExc... method getBaseVersionId (line 341) | protected NodeId getBaseVersionId(NodeStateEx state) { method getVersionHistory (line 352) | protected InternalVersionHistory getVersionHistory(NodeStateEx state) method getVersion (line 369) | protected InternalVersion getVersion(Version v) throws RepositoryExcep... method getBaseVersion (line 383) | protected InternalVersion getBaseVersion(NodeStateEx state) throws Rep... method getNodeStateEx (line 401) | protected NodeStateEx getNodeStateEx(NodeId nodeId) throws RepositoryE... method checkModify (line 423) | protected void checkModify(NodeStateEx state, int options, int permiss... method checkModify (line 442) | protected void checkModify(NodeImpl node, int options, int permissions) class WriteOperation (line 450) | public class WriteOperation { method WriteOperation (line 459) | public WriteOperation(VersioningLock.WriteLock lock) { method save (line 469) | public void save() throws ItemStateException, RepositoryException { method close (line 479) | public void close() { method acquireWriteLock (line 495) | protected VersioningLock.WriteLock acquireWriteLock() { method acquireReadLock (line 509) | protected VersioningLock.ReadLock acquireReadLock() { method startWriteOperation (line 542) | public WriteOperation startWriteOperation() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionManagerImplConfig.java class VersionManagerImplConfig (line 47) | abstract public class VersionManagerImplConfig extends VersionManagerImp... method VersionManagerImplConfig (line 61) | protected VersionManagerImplConfig( method restore (line 76) | protected NodeId restore(NodeStateEx parent, Name name, method createConfiguration (line 141) | protected NodeId createConfiguration(NodeStateEx state) method internalCreateConfiguration (line 172) | private NodeId internalCreateConfiguration(NodeId rootId, method internalGetConfigRoot (line 216) | private NodeStateEx internalGetConfigRoot() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionManagerImplMerge.java class VersionManagerImplMerge (line 56) | abstract public class VersionManagerImplMerge extends VersionManagerImpl... method VersionManagerImplMerge (line 70) | protected VersionManagerImplMerge( method merge (line 87) | protected void merge(NodeStateEx state, NodeStateEx srcRoot, method internalMerge (line 128) | private void internalMerge(NodeStateEx state, NodeStateEx srcRoot, method getCorrespondingNode (line 232) | private NodeStateEx getCorrespondingNode(NodeStateEx state, NodeStateE... method doMergeTest (line 305) | private NodeStateEx doMergeTest(NodeStateEx state, NodeStateEx srcRoot... method finishMerge (line 397) | protected void finishMerge(NodeStateEx state, Version version, boolean... method getMergeFailed (line 444) | private Set getMergeFailed(NodeStateEx state) { method setMergeFailed (line 461) | private void setMergeFailed(NodeStateEx state, Set set) method merge (line 484) | protected void merge(InternalActivity activity, List failedIds) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionManagerImplRestore.java class VersionManagerImplRestore (line 58) | abstract public class VersionManagerImplRestore extends VersionManagerIm... method VersionManagerImplRestore (line 72) | protected VersionManagerImplRestore( method restore (line 86) | protected void restore(NodeStateEx state, InternalVersion v, boolean r... method restore (line 115) | protected void restore(NodeStateEx state, Name versionName, boolean re... method restoreByLabel (line 139) | protected void restoreByLabel(NodeStateEx state, Name versionLabel, bo... method restore (line 169) | protected void restore(NodeStateEx parent, Name name, InternalVersion v, method internalRestore (line 225) | protected void internalRestore(VersionSet versions, boolean removeExis... method internalRestore (line 268) | protected Set internalRestore(NodeStateEx state, method internalRestoreFrozen (line 348) | protected void internalRestoreFrozen(NodeStateEx state, method computeAutoValues (line 673) | private InternalValue[] computeAutoValues(NodeStateEx state, QProperty... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionSelector.java type VersionSelector (line 46) | public interface VersionSelector { method select (line 57) | InternalVersion select(InternalVersionHistory versionHistory) throws R... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersionSet.java class VersionSet (line 28) | public class VersionSet implements VersionSelector { method VersionSet (line 46) | public VersionSet(Map versions) { method VersionSet (line 57) | public VersionSet(Map versions, boolean dateF... method versions (line 67) | public Map versions() { method select (line 76) | public InternalVersion select(InternalVersionHistory versionHistory) FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/VersioningLock.java class VersioningLock (line 30) | public class VersioningLock { method acquireReadLock (line 37) | public ReadLock acquireReadLock() throws InterruptedException { method acquireWriteLock (line 41) | public WriteLock acquireWriteLock() throws InterruptedException { class WriteLock (line 45) | public static class WriteLock { method WriteLock (line 49) | private WriteLock(ReadWriteLock readWriteLock) method release (line 55) | public void release() { method downgrade (line 59) | public ReadLock downgrade() throws InterruptedException { class ReadLock (line 67) | public static class ReadLock { method ReadLock (line 71) | private ReadLock(Sync readLock) throws InterruptedException { method release (line 76) | public void release() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/virtual/AbstractVISProvider.java class AbstractVISProvider (line 49) | public abstract class AbstractVISProvider implements VirtualItemStatePro... method AbstractVISProvider (line 92) | public AbstractVISProvider(NodeTypeRegistry ntReg, NodeId rootNodeId) { method createRootNodeState (line 103) | protected abstract VirtualNodeState createRootNodeState() throws Repos... method hasItemState (line 110) | public boolean hasItemState(ItemId id) { method getItemState (line 127) | public ItemState getItemState(ItemId id) method getNodeReferences (line 148) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 156) | public boolean hasNodeReferences(NodeId id) { method isVirtualRoot (line 165) | public boolean isVirtualRoot(ItemId id) { method getVirtualRootId (line 172) | public NodeId getVirtualRootId() { method getVirtualRootIds (line 179) | public NodeId[] getVirtualRootIds() { method getRootState (line 190) | public synchronized NodeState getRootState() throws ItemStateException { method discardAll (line 207) | protected synchronized void discardAll() { method discardTree (line 221) | private void discardTree(NodeState state) { method internalHasNodeState (line 245) | protected abstract boolean internalHasNodeState(NodeId id); method internalGetNodeState (line 255) | protected abstract VirtualNodeState internalGetNodeState(NodeId id) method internalHasPropertyState (line 264) | protected boolean internalHasPropertyState(PropertyId id) { method internalGetPropertyState (line 288) | protected VirtualPropertyState internalGetPropertyState(PropertyId id) method createPropertyState (line 304) | public VirtualPropertyState createPropertyState(VirtualNodeState parent, method createNodeState (line 318) | public VirtualNodeState createNodeState(VirtualNodeState parent, Name ... method addListener (line 334) | public void addListener(ItemStateListener listener) { method removeListener (line 344) | public void removeListener(ItemStateListener listener) { method getNodeTypeRegistry (line 355) | protected NodeTypeRegistry getNodeTypeRegistry() { method cache (line 365) | protected NodeState cache(NodeState state) { method evict (line 378) | protected void evict(NodeId id) { method invalidateItem (line 388) | public void invalidateItem(ItemId id, boolean recursive) { method getApplicablePropertyDef (line 414) | protected QPropertyDefinition getApplicablePropertyDef(NodeState paren... method getApplicableChildNodeDef (line 429) | protected QNodeDefinition getApplicableChildNodeDef(NodeState parent, ... method getEffectiveNodeType (line 442) | protected EffectiveNodeType getEffectiveNodeType(NodeState parent) thr... method stateCreated (line 456) | public void stateCreated(ItemState created) { method stateModified (line 471) | public void stateModified(ItemState modified) { method stateDestroyed (line 486) | public void stateDestroyed(ItemState destroyed) { method stateDiscarded (line 510) | public void stateDiscarded(ItemState discarded) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/virtual/VirtualItemStateProvider.java type VirtualItemStateProvider (line 32) | public interface VirtualItemStateProvider extends ItemStateManager { method isVirtualRoot (line 40) | boolean isVirtualRoot(ItemId id); method getVirtualRootId (line 48) | @Deprecated method getVirtualRootIds (line 56) | NodeId[] getVirtualRootIds(); method createPropertyState (line 68) | VirtualPropertyState createPropertyState(VirtualNodeState parent, method createNodeState (line 83) | VirtualNodeState createNodeState(VirtualNodeState parent, Name name, method setNodeReferences (line 94) | boolean setNodeReferences(ChangeLog references); method addListener (line 101) | void addListener(ItemStateListener listener); method removeListener (line 108) | void removeListener(ItemStateListener listener); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/virtual/VirtualNodeState.java class VirtualNodeState (line 35) | public class VirtualNodeState extends NodeState { method VirtualNodeState (line 61) | public VirtualNodeState(AbstractVISProvider stateMgr, method getProperties (line 80) | public VirtualPropertyState[] getProperties() { method getPropertyValues (line 91) | public InternalValue[] getPropertyValues(Name name) throws NoSuchItemS... method getPropertyValue (line 106) | public InternalValue getPropertyValue(Name name) throws NoSuchItemStat... method getProperty (line 122) | public VirtualPropertyState getProperty(Name name) throws NoSuchItemSt... method setPropertyValue (line 133) | public void setPropertyValue(Name name, InternalValue value) method setPropertyValues (line 146) | public void setPropertyValues(Name name, int type, InternalValue[] val... method setPropertyValues (line 159) | public void setPropertyValues(Name name, int type, InternalValue[] val... method getOrCreatePropertyState (line 174) | protected VirtualPropertyState getOrCreatePropertyState(Name name, int... method setMixinNodeTypes (line 192) | public void setMixinNodeTypes(Name[] mixins) throws RepositoryException { method addStateReference (line 209) | public void addStateReference(NodeState state) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/virtual/VirtualPropertyState.java class VirtualPropertyState (line 27) | public class VirtualPropertyState extends PropertyState { method VirtualPropertyState (line 38) | public VirtualPropertyState(PropertyId id) { method getValueProvider (line 46) | public VirtualValueProvider getValueProvider() { method setValueProvider (line 54) | public void setValueProvider(VirtualValueProvider valueProvider) { method getValues (line 63) | public InternalValue[] getValues() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/virtual/VirtualValueProvider.java type VirtualValueProvider (line 26) | public interface VirtualValueProvider { method getVirtualValues (line 33) | InternalValue[] getVirtualValues(Name propName); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/AccessControlImporter.java class AccessControlImporter (line 64) | public class AccessControlImporter extends DefaultProtectedNodeImporter { method init (line 101) | @Override method start (line 119) | @Override method getACL (line 169) | private JackrabbitAccessControlList getACL(String path) throws Reposit... method start (line 186) | @Override method end (line 198) | @Override method end (line 216) | @Override method startChildInfo (line 221) | @Override method endChildInfo (line 276) | @Override method isStarted (line 295) | private boolean isStarted() { method reset (line 299) | private void reset() { method checkStatus (line 305) | private void checkStatus(int expectedStatus, String message) throws Co... method isPolicyNode (line 311) | private static boolean isPolicyNode(NodeImpl node) throws RepositoryEx... method isRepoPolicyNode (line 322) | private static boolean isRepoPolicyNode(NodeImpl node) throws Reposito... method checkDefinition (line 329) | private static void checkDefinition(NodeInfo nInfo, Name expName, Name... method checkIdMixins (line 340) | private static void checkIdMixins(NodeInfo nInfo) throws ConstraintVio... method addACE (line 349) | private void addACE(NodeInfo childInfo, List propInfos) thro... method getImportBehavior (line 446) | public String getImportBehavior() { method setImportBehavior (line 454) | public void setImportBehavior(String importBehaviorStr) { type ImportBehavior (line 459) | public static enum ImportBehavior { method ImportBehavior (line 475) | ImportBehavior(String value) { method fromString (line 479) | public static ImportBehavior fromString(String str) { method getString (line 487) | public String getString() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/BufferedStringValue.java class BufferedStringValue (line 59) | class BufferedStringValue implements TextValue { method BufferedStringValue (line 102) | protected BufferedStringValue(NamePathResolver nsContext, ValueFactory... method length (line 117) | public long length() throws IOException { method retrieveString (line 121) | private String retrieveString() throws IOException { method retrieve (line 137) | public String retrieve() throws IOException { method openReader (line 163) | private Reader openReader() throws IOException { method reader (line 174) | public Reader reader() throws IOException { method append (line 194) | public void append(char[] chars, int start, int len) method close (line 225) | public void close() throws IOException { method getValue (line 237) | public Value getValue(int targetType, NamePathResolver resolver) method getInternalValue (line 278) | public InternalValue getInternalValue(int type) class Base64ReaderInputStream (line 311) | private static class Base64ReaderInputStream extends InputStream { method Base64ReaderInputStream (line 321) | public Base64ReaderInputStream(Reader reader) { method fillBuffer (line 327) | private void fillBuffer() throws IOException { method read (line 340) | public int read() throws IOException { method dispose (line 355) | public void dispose() { method setBase64 (line 377) | public void setBase64(boolean base64) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/ClonedInputSource.java class ClonedInputSource (line 36) | public class ClonedInputSource extends InputSource { method ClonedInputSource (line 46) | public ClonedInputSource(InputSource input) throws RepositoryException { method ClonedInputSource (line 67) | private ClonedInputSource(char[] characterArray, byte[] byteArray) { method getCharacterArray (line 73) | public char[] getCharacterArray() { method getByteArray (line 77) | public byte[] getByteArray() { method cloneInputSource (line 87) | public ClonedInputSource cloneInputSource() { method read (line 105) | private static byte[] read(InputStream stream) throws RepositoryExcept... method read (line 137) | private static char[] read(Reader reader) throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/DefaultProtectedItemImporter.java class DefaultProtectedItemImporter (line 32) | public class DefaultProtectedItemImporter implements ProtectedPropertyIm... method DefaultProtectedItemImporter (line 40) | public DefaultProtectedItemImporter() { method init (line 47) | public boolean init(JackrabbitSession session, NamePathResolver resolv... method start (line 62) | public boolean start(NodeImpl protectedParent) throws RepositoryExcept... method start (line 71) | public boolean start(NodeState protectedParent) throws RepositoryExcep... method end (line 80) | public void end(NodeImpl protectedParent) throws RepositoryException { method end (line 88) | public void end(NodeState protectedParent) throws RepositoryException { method startChildInfo (line 96) | public void startChildInfo(NodeInfo childInfo, List propInfo... method endChildInfo (line 104) | public void endChildInfo() throws RepositoryException { method handlePropInfo (line 115) | public boolean handlePropInfo(NodeImpl parent, PropInfo protectedPropI... method handlePropInfo (line 124) | public boolean handlePropInfo(NodeState parent, PropInfo protectedProp... method processReferences (line 133) | public void processReferences() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/DefaultProtectedNodeImporter.java class DefaultProtectedNodeImporter (line 22) | public class DefaultProtectedNodeImporter extends DefaultProtectedItemIm... method DefaultProtectedNodeImporter (line 24) | public DefaultProtectedNodeImporter() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/DefaultProtectedPropertyImporter.java class DefaultProtectedPropertyImporter (line 22) | public class DefaultProtectedPropertyImporter extends DefaultProtectedIt... method DefaultProtectedPropertyImporter (line 28) | public DefaultProtectedPropertyImporter() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/DocViewImportHandler.java class DocViewImportHandler (line 48) | class DocViewImportHandler extends TargetImportHandler { method DocViewImportHandler (line 67) | DocViewImportHandler(Importer importer, ValueFactory valueFactory) { method parseNames (line 81) | private Name[] parseNames(String value) throws SAXException { method appendCharacters (line 107) | private void appendCharacters(char[] ch, int start, int length) method processCharacters (line 131) | private void processCharacters() method processName (line 192) | private Name processName(Name name) { method startElement (line 221) | @Override method characters (line 299) | @Override method ignorableWhitespace (line 312) | @Override method endElement (line 325) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/ImportHandler.java class ImportHandler (line 51) | public class ImportHandler extends DefaultHandler { method ImportHandler (line 73) | public ImportHandler(Importer importer, Session session) method warning (line 85) | @Override method error (line 96) | @Override method fatalError (line 107) | @Override method endDocument (line 121) | @Override method startPrefixMapping (line 141) | @Override method startElement (line 155) | @Override method characters (line 181) | @Override method endElement (line 192) | @Override method setDocumentLocator (line 202) | @Override FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/Importer.java type Importer (line 29) | public interface Importer { method start (line 36) | void start() throws RepositoryException; method startNode (line 50) | void startNode(NodeInfo nodeInfo, List propInfos) method endNode (line 65) | void endNode(NodeInfo nodeInfo) throws RepositoryException; method end (line 72) | void end() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/NamespaceContext.java class NamespaceContext (line 36) | class NamespaceContext implements NamespaceResolver { method NamespaceContext (line 60) | public NamespaceContext(NamespaceContext parent, Map m... method getParent (line 76) | public NamespaceContext getParent() { method getURI (line 89) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 108) | public String getPrefix(String uri) throws NamespaceException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/NodeInfo.java class NodeInfo (line 31) | public class NodeInfo { method NodeInfo (line 61) | public NodeInfo(Name name, Name nodeTypeName, Name[] mixinNames, method getName (line 74) | public Name getName() { method getNodeTypeName (line 83) | public Name getNodeTypeName() { method getMixinNames (line 92) | public Name[] getMixinNames() { method getId (line 101) | public NodeId getId() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/PropInfo.java class PropInfo (line 41) | public class PropInfo { type MultipleStatus (line 61) | public enum MultipleStatus { UNKNOWN, SINGLE, MULTIPLE } method PropInfo (line 71) | public PropInfo(Name name, int type, TextValue[] values) { method PropInfo (line 89) | public PropInfo(Name name, int type, TextValue[] values, method dispose (line 100) | public void dispose() { method getTargetType (line 106) | public int getTargetType(QPropertyDefinition def) { method getApplicablePropertyDef (line 117) | public QPropertyDefinition getApplicablePropertyDef(EffectiveNodeType ... method getName (line 135) | public Name getName() { method getType (line 139) | public int getType() { method getTextValues (line 143) | public TextValue[] getTextValues() { method getValues (line 147) | public Value[] getValues(int targetType, NamePathResolver resolver) th... FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/ProtectedItemImporter.java type ProtectedItemImporter (line 28) | public interface ProtectedItemImporter { method init (line 39) | boolean init(JackrabbitSession session, NamePathResolver resolver, method processReferences (line 51) | void processReferences() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/ProtectedNodeImporter.java type ProtectedNodeImporter (line 37) | public interface ProtectedNodeImporter extends ProtectedItemImporter { method start (line 57) | boolean start(NodeImpl protectedParent) throws IllegalStateException, method start (line 77) | boolean start(NodeState protectedParent) throws IllegalStateException, method end (line 96) | void end(NodeImpl protectedParent) throws IllegalStateException, method end (line 114) | void end(NodeState protectedParent) throws IllegalStateException, method startChildInfo (line 138) | void startChildInfo(NodeInfo childInfo, List propInfos) method endChildInfo (line 152) | void endChildInfo() throws RepositoryException; FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/ProtectedPropertyImporter.java type ProtectedPropertyImporter (line 32) | public interface ProtectedPropertyImporter extends ProtectedItemImporter { method handlePropInfo (line 45) | boolean handlePropInfo(NodeImpl parent, PropInfo protectedPropInfo, method handlePropInfo (line 60) | boolean handlePropInfo(NodeState parent, PropInfo protectedPropInfo, FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java class SessionImporter (line 51) | public class SessionImporter implements Importer { method SessionImporter (line 82) | public SessionImporter(NodeImpl importTargetNode, method SessionImporter (line 97) | public SessionImporter(NodeImpl importTargetNode, SessionImpl session, method checkPermission (line 137) | protected void checkPermission(NodeImpl parent, Name nodeName) method createNode (line 144) | protected NodeImpl createNode(NodeImpl parent, method createProperty (line 164) | protected void createProperty(NodeImpl node, PropInfo pInfo, QProperty... method resolveUUIDConflict (line 197) | protected NodeImpl resolveUUIDConflict(NodeImpl parent, method start (line 286) | public void start() throws RepositoryException { method startNode (line 293) | public void startNode(NodeInfo nodeInfo, List propInfos) method endNode (line 460) | public void endNode(NodeInfo nodeInfo) throws RepositoryException { method end (line 479) | public void end() throws RepositoryException { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/StringValue.java class StringValue (line 36) | class StringValue implements TextValue { method StringValue (line 51) | protected StringValue(String value, NamePathResolver nsContext, ValueF... method getValue (line 59) | public Value getValue(int type, NamePathResolver resolver) method getInternalValue (line 80) | public InternalValue getInternalValue(int targetType) method dispose (line 100) | public void dispose() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SysViewImportHandler.java class SysViewImportHandler (line 43) | class SysViewImportHandler extends TargetImportHandler { method SysViewImportHandler (line 70) | SysViewImportHandler(Importer importer, ValueFactory valueFactory) { method processNode (line 74) | private void processNode(ImportState state, boolean start, boolean end) method startElement (line 113) | @Override method characters (line 201) | @Override method ignorableWhitespace (line 218) | @Override method endElement (line 238) | @Override class ImportState (line 327) | static class ImportState { method getAttribute (line 366) | private static String getAttribute(Attributes attributes, Name name) { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/TargetImportHandler.java class TargetImportHandler (line 34) | abstract class TargetImportHandler extends DefaultHandler { method TargetImportHandler (line 51) | protected TargetImportHandler(Importer importer, ValueFactory valueFac... method startDocument (line 63) | @Override method endDocument (line 80) | @Override method startNamespaceContext (line 98) | public final void startNamespaceContext(Map mappings) { method endNamespaceContext (line 107) | public final void endNamespaceContext() { FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/TextValue.java type TextValue (line 30) | public interface TextValue { method getValue (line 32) | Value getValue(int type, NamePathResolver resolver) method getInternalValue (line 35) | InternalValue getInternalValue(int type) method dispose (line 43) | void dispose(); FILE: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/WorkspaceImporter.java class WorkspaceImporter (line 62) | public class WorkspaceImporter implements Importer { method WorkspaceImporter (line 104) | public WorkspaceImporter(Path parentPath, method WorkspaceImporter (line 134) | public WorkspaceImporter( method resolveUUIDConflict (line 180) | protected NodeState resolveUUIDConflict(NodeState parent, method postProcessNode (line 339) | protected void postProcessNode(NodeState node) throws RepositoryExcept... method processProperty (line 389) | protected void processProperty(NodeState node, PropInfo pInfo) throws ... method conditionalAddProperty (line 467) | private void conditionalAddProperty( method start (line 484) | public void start() throws RepositoryException { method startNode (line 499) | public void startNode(NodeInfo nodeInfo, List propInfos) method endNode (line 652) | public void endNode(NodeInfo nodeInfo) throws RepositoryException { method end (line 688) | public void end() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/JackrabbitNodeTest.java class JackrabbitNodeTest (line 35) | public class JackrabbitNodeTest extends AbstractJCRTest { method setUp (line 43) | @Override method testRename (line 57) | public void testRename() throws RepositoryException { method testRenameEventHandling (line 86) | public void testRenameEventHandling() throws RepositoryException { method testSetMixins (line 120) | public void testSetMixins() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/JackrabbitObservationManagerTest.java class JackrabbitObservationManagerTest (line 32) | public class JackrabbitObservationManagerTest extends AbstractObservatio... method testImplementsJackrabbitObservationManager (line 34) | public void testImplementsJackrabbitObservationManager() throws Reposi... method testDisjunctPaths (line 38) | public void testDisjunctPaths() throws ExecutionException, Interrupted... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/JackrabbitSessionTest.java class JackrabbitSessionTest (line 36) | public class JackrabbitSessionTest extends AbstractJCRTest { method setUp (line 40) | @Override method testGetParentOrNullRootNode (line 50) | public void testGetParentOrNullRootNode() throws Exception { method testGetParentOrNull (line 54) | public void testGetParentOrNull() throws Exception { method assertEquivalentNode (line 60) | private static void assertEquivalentNode(Node expected, Node result) t... method ignoreGetParentOrNullSessionMismatch (line 66) | public void ignoreGetParentOrNullSessionMismatch() throws Exception { method ignoreGetParentOrNullImplMismatch (line 79) | public void ignoreGetParentOrNullImplMismatch() { method testGetExpandedName (line 89) | public void testGetExpandedName() throws RepositoryException { method testGetExpandedNameBrokenNamespace (line 104) | public void testGetExpandedNameBrokenNamespace() throws RepositoryExce... method testGetExpandedPath (line 128) | public void testGetExpandedPath() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/TestAll.java class TestAll (line 26) | public class TestAll extends AbstractJCRTest { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/JackrabbitAccessControlManagerTest.java class JackrabbitAccessControlManagerTest (line 35) | public class JackrabbitAccessControlManagerTest extends AbstractAccessCo... method setUp (line 39) | @Override method testHasPrivilegeThrowsAccessDenied (line 51) | public void testHasPrivilegeThrowsAccessDenied() throws RepositoryExce... method testGetPrivilegesThrowsAccessDenied (line 64) | public void testGetPrivilegesThrowsAccessDenied() throws RepositoryExc... method testHasPrivilegesWithInvalidPath (line 77) | public void testHasPrivilegesWithInvalidPath() throws RepositoryExcept... method testGetPrivilegesWithInvalidPath (line 92) | public void testGetPrivilegesWithInvalidPath() throws RepositoryExcept... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/TestAll.java class TestAll (line 26) | public class TestAll extends AbstractJCRTest { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/authorization/PrivilegeManagerTest.java class PrivilegeManagerTest (line 40) | public class PrivilegeManagerTest extends AbstractJCRTest { method setUp (line 45) | @Override method assertSamePrivilegeName (line 52) | protected void assertSamePrivilegeName(String expected, String present... method testRegisteredPrivileges (line 56) | public void testRegisteredPrivileges() throws RepositoryException { method testAllPrivilege (line 84) | public void testAllPrivilege() throws RepositoryException { method testGetPrivilegeFromName (line 133) | public void testGetPrivilegeFromName() throws AccessControlException, ... method testGetPrivilegesFromInvalidName (line 147) | public void testGetPrivilegesFromInvalidName() throws RepositoryExcept... method testGetPrivilegesFromEmptyNames (line 156) | public void testGetPrivilegesFromEmptyNames() { method testGetPrivilegesFromNullNames (line 167) | public void testGetPrivilegesFromNullNames() { method testRegisterPrivilegeWithIllegalName (line 176) | public void testRegisterPrivilegeWithIllegalName() throws RepositoryEx... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/authorization/TestAll.java class TestAll (line 24) | public class TestAll extends TestCase { method suite (line 33) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/principal/PrincipalManagerTest.java class PrincipalManagerTest (line 34) | public class PrincipalManagerTest extends AbstractJCRTest { method setUp (line 39) | @Override method getPrincipals (line 50) | private static Principal[] getPrincipals(Session session) { method isGroup (line 56) | private static boolean isGroup(Principal p) { method testGetEveryone (line 60) | public void testGetEveryone() { method testSuperUserIsEveryOne (line 66) | public void testSuperUserIsEveryOne() { method testReadOnlyIsEveryOne (line 75) | public void testReadOnlyIsEveryOne() throws RepositoryException { method testHasPrincipal (line 89) | public void testHasPrincipal() { method testGetPrincipal (line 98) | public void testGetPrincipal() { method testGetPrincipalGetName (line 109) | public void testGetPrincipalGetName() { method testGetPrincipals (line 117) | public void testGetPrincipals() { method testGetGroupPrincipals (line 125) | public void testGetGroupPrincipals() { method testGetAllPrincipals (line 133) | public void testGetAllPrincipals() { method testGroupMembers (line 142) | public void testGroupMembers() { method testGroupMembership (line 156) | public void testGroupMembership() { method testMembership (line 162) | private void testMembership(int searchType) { method testGetMembersConsistentWithMembership (line 189) | public void testGetMembersConsistentWithMembership() { method testFindPrincipal (line 217) | public void testFindPrincipal() { method testFindPrincipalByType (line 229) | public void testFindPrincipalByType() { method testFindPrincipalByTypeAll (line 251) | public void testFindPrincipalByTypeAll() { method testFindEveryone (line 277) | public void testFindEveryone() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/principal/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/AbstractUserTest.java class AbstractUserTest (line 44) | public abstract class AbstractUserTest extends AbstractJCRTest { method setUp (line 48) | @Override method save (line 69) | protected static void save(Session s) throws RepositoryException, NotE... method getUserManager (line 76) | protected static UserManager getUserManager(Session session) throws Re... method buildSubject (line 89) | protected static Subject buildSubject(Principal p) { method getTestPrincipal (line 93) | protected Principal getTestPrincipal() throws RepositoryException { method getTestPrincipal (line 98) | protected Principal getTestPrincipal(String name) throws RepositoryExc... method buildPassword (line 102) | protected String buildPassword(String uid, boolean createDigest) throw... method buildPassword (line 117) | protected String buildPassword(String uid) { method buildPassword (line 121) | protected String buildPassword(Principal p) { method buildCredentials (line 125) | protected Credentials buildCredentials(String uID, String pw) { method getPrincipalSetFromSession (line 129) | protected static Set getPrincipalSetFromSession(Session ses... method getTestUser (line 138) | protected User getTestUser(Session session) throws NotExecutableExcept... method getTestGroup (line 147) | protected Group getTestGroup(Session session) throws NotExecutableExce... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/AuthorizableTest.java class AuthorizableTest (line 35) | public class AuthorizableTest extends AbstractUserTest { method testGetId (line 37) | public void testGetId() throws NotExecutableException, RepositoryExcep... method testGroupGetId (line 42) | public void testGroupGetId() throws NotExecutableException, Repository... method testGetPrincipalNotNull (line 47) | public void testGetPrincipalNotNull() throws RepositoryException, NotE... method testGroupGetPrincipalNotNull (line 52) | public void testGroupGetPrincipalNotNull() throws RepositoryException,... method testSetProperty (line 57) | public void testSetProperty() throws NotExecutableException, Repositor... method testSetMultiValueProperty (line 102) | public void testSetMultiValueProperty() throws NotExecutableException,... method testSetPropertyByRelPath (line 145) | public void testSetPropertyByRelPath() throws NotExecutableException, ... method testSetPropertyInvalidRelativePath (line 171) | public void testSetPropertyInvalidRelativePath() throws NotExecutableE... method testGetPropertyByInvalidRelativePath (line 193) | public void testGetPropertyByInvalidRelativePath() throws NotExecutabl... method testHasPropertyByInvalidRelativePath (line 218) | public void testHasPropertyByInvalidRelativePath() throws NotExecutabl... method testGetPropertyNames (line 244) | public void testGetPropertyNames() throws NotExecutableException, Repo... method testGetPropertyNamesByRelPath (line 270) | public void testGetPropertyNamesByRelPath() throws NotExecutableExcept... method testGetPropertyNamesByInvalidRelPath (line 316) | public void testGetPropertyNamesByInvalidRelPath() throws NotExecutabl... method testGetNotExistingProperty (line 336) | public void testGetNotExistingProperty() throws RepositoryException, N... method testRemoveNotExistingProperty (line 349) | public void testRemoveNotExistingProperty() throws RepositoryException... method testMemberOf (line 362) | public void testMemberOf() throws NotExecutableException, RepositoryEx... method testDeclaredMemberOf (line 372) | public void testDeclaredMemberOf() throws NotExecutableException, Repo... method testRemoveListedAuthorizable (line 387) | public void testRemoveListedAuthorizable() throws RepositoryException,... method testRecreateUser (line 421) | public void testRecreateUser() throws RepositoryException, NotExecutab... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/ConcurrentCreateUserTest.java class ConcurrentCreateUserTest (line 33) | public class ConcurrentCreateUserTest extends AbstractConcurrencyTest { method tearDown (line 49) | @Override method testCreateUsers (line 66) | public void testCreateUsers() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/GroupTest.java class GroupTest (line 33) | public class GroupTest extends AbstractUserTest { method assertTrueIsMember (line 35) | private static void assertTrueIsMember(Iterator members,... method assertFalseIsMember (line 45) | private static void assertFalseIsMember(Iterator members... method assertTrueMemberOfContainsGroup (line 55) | private static void assertTrueMemberOfContainsGroup(Iterator gr... method assertFalseMemberOfContainsGroup (line 65) | private static void assertFalseMemberOfContainsGroup(Iterator g... method testIsGroup (line 75) | public void testIsGroup() throws NotExecutableException, RepositoryExc... method testGetDeclaredMembers (line 80) | public void testGetDeclaredMembers() throws NotExecutableException, Re... method testGetMembers (line 89) | public void testGetMembers() throws NotExecutableException, Repository... method testGetMembersAgainstIsMember (line 98) | public void testGetMembersAgainstIsMember() throws NotExecutableExcept... method testGetMembersAgainstMemberOf (line 108) | public void testGetMembersAgainstMemberOf() throws NotExecutableExcept... method testGetDeclaredMembersAgainstDeclaredMemberOf (line 118) | public void testGetDeclaredMembersAgainstDeclaredMemberOf() throws Not... method testGetMembersContainsDeclaredMembers (line 128) | public void testGetMembersContainsDeclaredMembers() throws NotExecutab... method testAddMember (line 140) | public void testAddMember() throws NotExecutableException, RepositoryE... method testAddMembers (line 165) | public void testAddMembers() throws NotExecutableException, Repository... method testAddRemoveMember (line 209) | public void testAddRemoveMember() throws NotExecutableException, Repos... method testIsDeclaredMember (line 262) | public void testIsDeclaredMember() throws RepositoryException, NotExec... method testAddMemberTwice (line 299) | public void testAddMemberTwice() throws NotExecutableException, Reposi... method testAddMemberModifiesMemberOf (line 321) | public void testAddMemberModifiesMemberOf() throws NotExecutableExcept... method testAddMemberModifiesGetMembers (line 343) | public void testAddMemberModifiesGetMembers() throws NotExecutableExce... method testIndirectMembers (line 366) | public void testIndirectMembers() throws NotExecutableException, Repos... method testMembersInPrincipal (line 407) | public void testMembersInPrincipal() throws NotExecutableException, Re... method testDeeplyNestedGroups (line 447) | public void testDeeplyNestedGroups() throws NotExecutableException, Re... method testInheritedMembers (line 485) | public void testInheritedMembers() throws Exception { method testCyclicGroups (line 516) | public void testCyclicGroups() throws AuthorizableExistsException, Rep... method testRemoveMemberTwice (line 539) | public void testRemoveMemberTwice() throws NotExecutableException, Rep... method testAddItselfAsMember (line 560) | public void testAddItselfAsMember() throws RepositoryException, NotExe... method testRemoveGroupIfMemberExist (line 585) | public void testRemoveGroupIfMemberExist() throws RepositoryException,... method testRemoveGroupClearsMembership (line 607) | public void testRemoveGroupClearsMembership() throws NotExecutableExce... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/ImpersonationTest.java class ImpersonationTest (line 34) | public class ImpersonationTest extends AbstractUserTest { method setUp (line 41) | @Override method tearDown (line 53) | @Override method testUnknownCannotImpersonate (line 60) | public void testUnknownCannotImpersonate() throws RepositoryException { method testGrantImpersonationUnknownUser (line 66) | public void testGrantImpersonationUnknownUser() throws RepositoryExcep... method testImpersonateGroup (line 76) | public void testImpersonateGroup() throws RepositoryException, NotExec... method testGrantImpersonationToGroupPrincipal (line 87) | public void testGrantImpersonationToGroupPrincipal() throws Repository... method testGrantImpersonation (line 102) | public void testGrantImpersonation() throws RepositoryException, NotEx... method testGrantImpersonationTwice (line 118) | public void testGrantImpersonationTwice() throws RepositoryException, ... method testRevokeImpersonation (line 137) | public void testRevokeImpersonation() throws RepositoryException, NotE... method testRevokeImpersonationTwice (line 154) | public void testRevokeImpersonationTwice() throws RepositoryException,... method testAdministratorCanImpersonate (line 173) | public void testAdministratorCanImpersonate() throws RepositoryExcepti... method testCannotGrantImpersonationForAdministrator (line 179) | public void testCannotGrantImpersonationForAdministrator() throws Repo... method testCannotRevokeImpersonationForAdministrator (line 188) | public void testCannotRevokeImpersonationForAdministrator() throws Rep... method testImpersonatingOneself (line 193) | public void testImpersonatingOneself() throws RepositoryException { method testAdminImpersonatingOneself (line 201) | public void testAdminImpersonatingOneself() throws RepositoryException... method testGrantImpersonatingForOneself (line 207) | public void testGrantImpersonatingForOneself() throws RepositoryExcept... method testRevokeImpersonatingForOneself (line 216) | public void testRevokeImpersonatingForOneself() throws RepositoryExcep... method createSubject (line 221) | private Subject createSubject(User u) throws RepositoryException { method createSubject (line 226) | private Subject createSubject(Principal p) throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/NestedGroupTest.java class NestedGroupTest (line 32) | public class NestedGroupTest extends AbstractUserTest { method setUp (line 36) | @Override method tearDown (line 41) | @Override method createGroup (line 46) | private Group createGroup(Principal p) throws RepositoryException, Not... method removeGroup (line 52) | private void removeGroup(Group gr) throws RepositoryException, NotExec... method addMember (line 57) | private boolean addMember(Group gr, Authorizable member) throws Reposi... method removeMember (line 63) | private boolean removeMember(Group gr, Authorizable member) throws Rep... method testAddGroupAsMember (line 69) | public void testAddGroupAsMember() throws NotExecutableException, Repo... method testAddCircularMembers (line 93) | public void testAddCircularMembers() throws NotExecutableException, Re... method testCyclicMembers2 (line 116) | public void testCyclicMembers2() throws RepositoryException, NotExecut... method testInheritedMembership (line 146) | public void testInheritedMembership() throws NotExecutableException, R... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/UserManagerCreateGroupTest.java class UserManagerCreateGroupTest (line 31) | public class UserManagerCreateGroupTest extends AbstractUserTest { method tearDown (line 37) | @Override method createGroup (line 52) | private Group createGroup(Principal p) throws RepositoryException, Not... method createGroup (line 58) | private Group createGroup(Principal p, String iPath) throws Repository... method testCreateGroup (line 64) | public void testCreateGroup() throws RepositoryException, NotExecutabl... method testCreateGroupWithPath (line 74) | public void testCreateGroupWithPath() throws RepositoryException, NotE... method testCreateGroupWithNullPrincipal (line 84) | public void testCreateGroupWithNullPrincipal() throws RepositoryExcept... method testCreateDuplicateGroup (line 104) | public void testCreateDuplicateGroup() throws RepositoryException, Not... method testAutoSave (line 118) | public void testAutoSave() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/UserManagerCreateUserTest.java class UserManagerCreateUserTest (line 31) | public class UserManagerCreateUserTest extends AbstractUserTest { method tearDown (line 37) | @Override method createUser (line 52) | private User createUser(String uid, String pw) throws RepositoryExcept... method createUser (line 58) | private User createUser(String uid, String pw, Principal p, String iPa... method testCreateUser (line 64) | public void testCreateUser() throws RepositoryException, NotExecutable... method testCreateUserWithPath (line 74) | public void testCreateUserWithPath() throws RepositoryException, NotEx... method testCreateUserWithPath2 (line 84) | public void testCreateUserWithPath2() throws RepositoryException, NotE... method testCreateUserWithDifferentPrincipalName (line 94) | public void testCreateUserWithDifferentPrincipalName() throws Reposito... method testCreateUserWithNullParamerters (line 104) | public void testCreateUserWithNullParamerters() throws RepositoryExcep... method testCreateUserWithNullUserID (line 124) | public void testCreateUserWithNullUserID() throws RepositoryException { method testCreateUserWithEmptyUserID (line 135) | public void testCreateUserWithEmptyUserID() throws RepositoryException { method testCreateUserWithNullPassword (line 159) | public void testCreateUserWithNullPassword() throws RepositoryExceptio... method testCreateUserWithEmptyPassword (line 165) | public void testCreateUserWithEmptyPassword() throws RepositoryExcepti... method testCreateUserWithNullPrincipal (line 171) | public void testCreateUserWithNullPrincipal() throws RepositoryExcepti... method testCreateUserWithEmptyPrincipal (line 184) | public void testCreateUserWithEmptyPrincipal() throws RepositoryExcept... method testCreateTwiceWithSameUserID (line 207) | public void testCreateTwiceWithSameUserID() throws RepositoryException... method testCreateTwiceWithSamePrincipal (line 222) | public void testCreateTwiceWithSamePrincipal() throws RepositoryExcept... method testGetUserAfterCreation (line 239) | public void testGetUserAfterCreation() throws RepositoryException, Not... method testAutoSave (line 251) | public void testAutoSave() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/UserManagerSearchTest.java class UserManagerSearchTest (line 29) | public class UserManagerSearchTest extends AbstractUserTest { method setUp (line 75) | @Override method tearDown (line 176) | @Override method testAny (line 194) | public void testAny() throws RepositoryException { method testSelector (line 202) | public void testSelector() throws RepositoryException { method testDirectScope (line 227) | public void testDirectScope() throws RepositoryException { method testIndirectScope (line 245) | public void testIndirectScope() throws RepositoryException { method testFindUsersInGroup (line 263) | public void testFindUsersInGroup() throws RepositoryException { method testFindGroupsInGroup (line 287) | public void testFindGroupsInGroup() throws RepositoryException { method testNameMatch (line 311) | public void testNameMatch() throws RepositoryException { method testFindProperty1 (line 335) | public void testFindProperty1() throws RepositoryException { method testFindProperty2 (line 359) | public void testFindProperty2() throws RepositoryException { method testFindProperty3 (line 383) | public void testFindProperty3() throws RepositoryException { method testPropertyExistence (line 407) | public void testPropertyExistence() throws RepositoryException { method testPropertyLike (line 431) | public void testPropertyLike() throws RepositoryException { method testContains1 (line 461) | public void testContains1() throws RepositoryException { method testContains2 (line 474) | public void testContains2() throws RepositoryException { method testContains3 (line 487) | public void testContains3() throws RepositoryException { method testContains4 (line 500) | public void testContains4() throws RepositoryException { method testCondition1 (line 513) | public void testCondition1() throws RepositoryException { method testCondition2 (line 542) | public void testCondition2() throws RepositoryException { method testImpersonation (line 569) | public void testImpersonation() throws RepositoryException { method testSortOrder1 (line 582) | public void testSortOrder1() throws RepositoryException { method testSortOrder2 (line 603) | public void testSortOrder2() throws RepositoryException { method testOffset (line 624) | public void testOffset() throws RepositoryException { method testSetBound (line 650) | public void testSetBound() throws RepositoryException { method testScopeWithOffset (line 705) | public void testScopeWithOffset() throws RepositoryException { method testScopeWithMax (line 729) | public void testScopeWithMax() throws RepositoryException { method addMembers (line 754) | private static void addMembers(Group group, Authorizable... authorizab... method createGroup (line 760) | private Group createGroup(String name) throws RepositoryException { method createUser (line 766) | private User createUser(String name, String food, double weight, boole... method setProperty (line 775) | private static void setProperty(String relPath, Value value, Authoriza... method assertSameElements (line 781) | private static void assertSameElements(Iterator it1, ... method toSet (line 802) | private static Set toSet(Iterator it) { method assertSame (line 810) | private static void assertSame(Iterator expected, Ite... method skip (line 817) | private static void skip(Iterator iterator, long count) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/UserManagerTest.java class UserManagerTest (line 35) | public class UserManagerTest extends AbstractUserTest { method testGetAuthorizableByPrincipal (line 40) | public void testGetAuthorizableByPrincipal() throws RepositoryExceptio... method testGetAuthorizableById (line 50) | public void testGetAuthorizableById() throws RepositoryException, NotE... method testGetAuthorizableByPath (line 63) | public void testGetAuthorizableByPath() throws RepositoryException, No... method testGetAuthorizableByIdAndType (line 80) | public void testGetAuthorizableByIdAndType() throws NotExecutableExcep... method testGetAuthorizableByIdAndWrongType (line 94) | public void testGetAuthorizableByIdAndWrongType() throws NotExecutable... method testGetNonExistingAuthorizableByIdAndType (line 110) | public void testGetNonExistingAuthorizableByIdAndType() throws NotExec... method testGetAuthorizableByNullType (line 118) | public void testGetAuthorizableByNullType() throws Exception { method testGetNonExistingAuthorizableByNullType (line 131) | public void testGetNonExistingAuthorizableByNullType() throws Exception { method testFindUserWithSpecialCharIdByPrincipalName (line 135) | @Test method testFindUserWithSpecialCharIdByPrincipalName2 (line 160) | @Test method testQueryUserWithSpecialCharId (line 185) | @Test FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/api/security/user/UserTest.java class UserTest (line 33) | public class UserTest extends AbstractUserTest { method testNotIsGroup (line 37) | public void testNotIsGroup() throws NotExecutableException, Repository... method testSuperuserIsAdmin (line 42) | public void testSuperuserIsAdmin() throws NotExecutableException, Repo... method testReadOnlyIsntAdmin (line 47) | public void testReadOnlyIsntAdmin() throws NotExecutableException, Rep... method testUserHasCredentials (line 57) | public void testUserHasCredentials() throws RepositoryException, NotEx... method testChangePassword (line 63) | public void testChangePassword() throws RepositoryException, NotExecut... method testChangePassword2 (line 84) | public void testChangePassword2() throws RepositoryException, NotExecu... method testChangePasswordWithOldPassword (line 107) | public void testChangePasswordWithOldPassword() throws RepositoryExcep... method testChangePasswordWithOldPassword2 (line 136) | public void testChangePasswordWithOldPassword2() throws RepositoryExce... method testDisable (line 159) | public void testDisable() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/AbstractConcurrencyTest.java class AbstractConcurrencyTest (line 33) | public abstract class AbstractConcurrencyTest extends AbstractJCRTest { method runTask (line 48) | protected void runTask(Task task, int concurrency) throws RepositoryEx... method runTasks (line 65) | protected void runTasks(Task[] tasks, int concurrency, long timeout) method runTask (line 88) | protected void runTask(Task task, int concurrency, String path) method executeAll (line 107) | private void executeAll(Executor[] executors, long timeout) throws Rep... method getOneYearAhead (line 144) | protected long getOneYearAhead() { method dumpStacks (line 154) | protected static void dumpStacks(Thread[] threads) { type Task (line 181) | public interface Task { method execute (line 183) | public abstract void execute(Session session, Node test) class Executor (line 187) | protected static class Executor implements Runnable { method Executor (line 197) | public Executor(Session session, Node test, Task task) { method getException (line 203) | public RepositoryException getException() { method run (line 207) | public void run() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/AddMoveTest.java class AddMoveTest (line 27) | public class AddMoveTest extends AbstractJCRTest { method setUp (line 32) | @Override method tearDown (line 43) | @Override method testAddMove (line 48) | public void testAddMove() throws RepositoryException, NotExecutableExc... method testTopLevelAddMove (line 70) | public void testTopLevelAddMove() throws Exception { method testTopLevelAddRemove (line 86) | public void testTopLevelAddRemove() throws Exception { method testSecondLevelAddRemove (line 99) | public void testSecondLevelAddRemove() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/CachingHierarchyManagerTest.java class CachingHierarchyManagerTest (line 42) | public class CachingHierarchyManagerTest extends TestCase { method testResolveNodePath (line 51) | public void testResolveNodePath() throws Exception { method testResolveNodePropertyPath (line 85) | public void testResolveNodePropertyPath() throws Exception { method assertIsPropertyId (line 118) | private static void assertIsPropertyId(ItemId id) { method assertIsNodeId (line 126) | private static void assertIsNodeId(ItemId id) { method testAddSNS (line 136) | public void testAddSNS() throws Exception { method testCloneAndRemove (line 155) | public void testCloneAndRemove() throws Exception { method testCloneAndAddChildAndMove (line 182) | public void testCloneAndAddChildAndMove() throws Exception { method testMove (line 210) | public void testMove() throws Exception { method testOrderBefore (line 227) | public void testOrderBefore() throws Exception { method testRemove (line 246) | public void testRemove() throws Exception { method testRemoveSNS (line 263) | public void testRemoveSNS() throws Exception { method testRemoveSNSWithCachedPath (line 281) | public void testRemoveSNSWithCachedPath() throws Exception { method testRename (line 299) | public void testRename() throws Exception { class StaticItemStateManager (line 322) | static class StaticItemStateManager implements ItemStateManager { method StaticItemStateManager (line 342) | public StaticItemStateManager() { method getRootNodeId (line 351) | public NodeId getRootNodeId() { method getRoot (line 360) | public NodeState getRoot() { method setContainer (line 376) | public void setContainer(NodeStateListener listener) { method addNode (line 387) | public NodeState addNode(NodeState parent, String name) { method addProperty (line 406) | public PropertyState addProperty(NodeState parent, String name) { method cloneNode (line 425) | public void cloneNode(NodeState src, NodeState parent, String name) { method moveNode (line 438) | public void moveNode(NodeState child, NodeState newParent, String name) method orderBefore (line 458) | public void orderBefore(NodeState src, NodeState dest) method removeNode (line 493) | public void removeNode(NodeState child) throws ItemStateException { method renameNode (line 510) | public void renameNode(NodeState child, String newName) throws ItemS... method nextNodeId (line 525) | private NodeId nextNodeId() { method getItemState (line 534) | public ItemState getItemState(ItemId id) method hasItemState (line 550) | public boolean hasItemState(ItemId id) { method getNodeReferences (line 560) | public NodeReferences getNodeReferences(NodeId id) method hasNodeReferences (line 568) | public boolean hasNodeReferences(NodeId id) { method toPath (line 579) | private static Path toPath(String s) { method toName (line 603) | private static Name toName(String s) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrencyTest.java class ConcurrencyTest (line 28) | public class ConcurrencyTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 41) | protected void tearDown() throws Exception { method testConcurrentWritingSessions (line 52) | public void testConcurrentWritingSessions() throws Exception { class TestSession (line 83) | class TestSession implements Runnable { method TestSession (line 89) | TestSession(String identity, Session s) { method randomSleep (line 95) | private void randomSleep() { method run (line 103) | public void run() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrencyTest3.java class ConcurrencyTest3 (line 34) | public class ConcurrencyTest3 extends TestCase { method setUp (line 46) | public void setUp() throws IOException, RepositoryException { method tearDown (line 59) | public void tearDown() throws IOException, InterruptedException { method testConcurrentWritingSessions (line 66) | public void testConcurrentWritingSessions() throws Exception { method startRepository (line 118) | private void startRepository() throws RepositoryException { method login (line 124) | private Session login() throws RepositoryException { method stopRepository (line 128) | private void stopRepository() throws RepositoryException { method deleteIndex (line 132) | private void deleteIndex() throws IOException { method scan (line 136) | private void scan(Node node) throws RepositoryException { class JcrTestThread (line 144) | class JcrTestThread extends Thread { method JcrTestThread (line 156) | JcrTestThread(String uuid, Session session) throws RepositoryExcepti... method run (line 161) | public void run() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentAddMoveRemoveTest.java class ConcurrentAddMoveRemoveTest (line 35) | public class ConcurrentAddMoveRemoveTest extends AbstractConcurrencyTest { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 52) | @Override method testRandomOperations (line 62) | public void testRandomOperations() throws RepositoryException { class AddMoveRemoveTask (line 66) | public static class AddMoveRemoveTask implements Task { method AddMoveRemoveTask (line 74) | public AddMoveRemoveTask(long end, String folder1Path, String folder... method execute (line 80) | public void execute(final Session session, final Node test) throws R... method getRandomOperation (line 94) | private Operation getRandomOperation(Session session) throws Reposit... method getRandomChild (line 110) | private String getRandomChild(Session session, String parentPath) th... method getRandomParent (line 128) | private String getRandomParent() { class Add (line 137) | private class Add extends Operation { method Add (line 141) | public Add(Session s, String folderPath) { method execute (line 146) | @Override class Remove (line 154) | private class Remove extends Operation { method Remove (line 156) | public Remove(Session s, String path) { method execute (line 160) | @Override class WorkspaceMove (line 171) | private class WorkspaceMove extends Operation { method WorkspaceMove (line 175) | public WorkspaceMove(Session s, String path, String folderPath) { method execute (line 180) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentAddRemoveMoveTest.java class ConcurrentAddRemoveMoveTest (line 22) | public final class ConcurrentAddRemoveMoveTest extends ConcurrentModific... method setUp (line 27) | public void setUp() throws Exception { method testAddWithMoveFrom (line 34) | public void testAddWithMoveFrom() throws Exception { method testAddWithMoveTo (line 47) | public void testAddWithMoveTo() throws Exception { method testRemoveWithMoveFrom (line 60) | public void testRemoveWithMoveFrom() throws Exception { method testRemoveWithMoveTo (line 75) | public void testRemoveWithMoveTo() throws Exception { method testMoveFromWithAdd (line 90) | public void testMoveFromWithAdd() throws Exception { method testMoveToWithAdd (line 103) | public void testMoveToWithAdd() throws Exception { method testMoveFromWithRemove (line 116) | public void testMoveFromWithRemove() throws Exception { method testMoveToWithRemove (line 132) | public void testMoveToWithRemove() throws Exception { method testAddAdd (line 150) | public void testAddAdd() throws Exception { method testRemoveRemove (line 165) | public void testRemoveRemove() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentAddRemoveNodeTest.java class ConcurrentAddRemoveNodeTest (line 30) | public class ConcurrentAddRemoveNodeTest extends AbstractConcurrencyTest { method testAddRemove (line 34) | public void testAddRemove() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentAddRemovePropertyTest.java class ConcurrentAddRemovePropertyTest (line 26) | public class ConcurrentAddRemovePropertyTest extends ConcurrentModificat... method testAdd (line 28) | public void testAdd() throws Exception { method testAddSameName (line 41) | public void testAddSameName() throws Exception { method testRemove (line 55) | public void testRemove() throws Exception { method testRemoveSameName (line 70) | public void testRemoveSameName() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentCheckinMixedTransactionTest.java class ConcurrentCheckinMixedTransactionTest (line 35) | public class ConcurrentCheckinMixedTransactionTest method testCheckInOut (line 42) | public void testCheckInOut() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentCyclicMoveTest.java class ConcurrentCyclicMoveTest (line 27) | public class ConcurrentCyclicMoveTest extends AbstractJCRTest { method testConcurrentSessionMove (line 31) | public void testConcurrentSessionMove() throws RepositoryException { method testConcurrentWorkspaceMove (line 68) | public void testConcurrentWorkspaceMove() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentImportTest.java class ConcurrentImportTest (line 42) | public class ConcurrentImportTest extends AbstractConcurrencyTest { method testConcurrentImport (line 57) | public void testConcurrentImport() throws RepositoryException { method testConcurrentImportSynced (line 66) | public void testConcurrentImportSynced() throws RepositoryException { method testConcurrentImportVersionable (line 70) | public void testConcurrentImportVersionable() throws RepositoryExcepti... method testConcurrentImportVersionableSynced (line 74) | public void testConcurrentImportVersionableSynced() throws RepositoryE... method concurrentImport (line 78) | private void concurrentImport(final String[] mixins, final boolean syn... method addNode (line 142) | public static Node addNode(Node parent, String name, String type, Stri... method checkConsistency (line 216) | private void checkConsistency() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentLoginTest.java class ConcurrentLoginTest (line 32) | public class ConcurrentLoginTest extends AbstractJCRTest { method testLogin (line 47) | public void testLogin() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentMixinModificationTest.java class ConcurrentMixinModificationTest (line 26) | public class ConcurrentMixinModificationTest extends ConcurrentModificat... method testMixin (line 28) | public void testMixin() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentModificationBase.java class ConcurrentModificationBase (line 27) | public abstract class ConcurrentModificationBase extends AbstractJCRTest { method setUp (line 31) | protected void setUp() throws Exception { method tearDown (line 36) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentModificationWithSNSTest.java class ConcurrentModificationWithSNSTest (line 26) | public class ConcurrentModificationWithSNSTest extends ConcurrentModific... method setUp (line 28) | protected void setUp() throws Exception { method testAddAdd (line 36) | public void testAddAdd() throws Exception { method testAddRemove (line 47) | public void testAddRemove() throws Exception { method testRemoveAdd (line 58) | public void testRemoveAdd() throws Exception { method testRemoveRemove (line 69) | public void testRemoveRemove() throws Exception { method testSNSNotAllowed (line 80) | public void testSNSNotAllowed() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentMoveTest.java class ConcurrentMoveTest (line 24) | public class ConcurrentMoveTest extends ConcurrentModificationBase { method setUp (line 32) | protected void setUp() throws Exception { method testMove (line 40) | public void testMove() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentNodeModificationTest.java class ConcurrentNodeModificationTest (line 34) | public class ConcurrentNodeModificationTest extends AbstractJCRTest { method testConcurrentNodeModificationSessions (line 51) | public void testConcurrentNodeModificationSessions() throws Exception { class TestSession (line 70) | class TestSession implements Runnable { method TestSession (line 75) | TestSession(String identity) throws RepositoryException { method run (line 80) | public void run() { method runIteration (line 96) | private void runIteration() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentReadWriteTest.java class ConcurrentReadWriteTest (line 34) | public class ConcurrentReadWriteTest extends AbstractConcurrencyTest { method testReadWrite (line 42) | public void testReadWrite() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentRenameTest.java class ConcurrentRenameTest (line 28) | public class ConcurrentRenameTest extends AbstractConcurrencyTest { method testConcurrentRename (line 33) | public void testConcurrentRename() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentReorderTest.java class ConcurrentReorderTest (line 25) | public class ConcurrentReorderTest extends ConcurrentModificationBase { method setUp (line 27) | protected void setUp() throws Exception { method testReorderWithAdd (line 35) | public void testReorderWithAdd() throws Exception { method testAddWithReorder (line 47) | public void testAddWithReorder() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentSaveTest.java class ConcurrentSaveTest (line 34) | public class ConcurrentSaveTest extends AbstractJCRTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testConcurrentSave (line 67) | public void testConcurrentSave() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentVersioningTest.java class ConcurrentVersioningTest (line 31) | public class ConcurrentVersioningTest extends AbstractConcurrencyTest { method testConcurrentAddVersionable (line 44) | public void testConcurrentAddVersionable() throws RepositoryException { method testConcurrentCheckin (line 57) | public void testConcurrentCheckin() throws RepositoryException { method testConcurrentCreateAndCheckinCheckout (line 72) | public void testConcurrentCreateAndCheckinCheckout() throws Repository... method testConcurrentRestore (line 88) | public void testConcurrentRestore() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentVersioningWithTransactionsTest.java class ConcurrentVersioningWithTransactionsTest (line 36) | public class ConcurrentVersioningWithTransactionsTest extends AbstractCo... method createParentNode (line 54) | private static synchronized Node createParentNode(Node test, String name) method testConcurrentAddVersionableInTransaction (line 70) | public void testConcurrentAddVersionableInTransaction() method testConcurrentCheckinInTransaction (line 102) | public void testConcurrentCheckinInTransaction() method testConcurrentCreateAndCheckinCheckoutInTransaction (line 133) | public void testConcurrentCreateAndCheckinCheckoutInTransaction() method testConcurrentRestoreInTransaction (line 164) | public void testConcurrentRestoreInTransaction() method getLevel2Cause (line 200) | private static Throwable getLevel2Cause(Throwable t) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConcurrentWorkspaceCopyTest.java class ConcurrentWorkspaceCopyTest (line 27) | public class ConcurrentWorkspaceCopyTest extends AbstractJCRTest { method setUp (line 37) | @Override method testConcurrentCopy (line 52) | public void testConcurrentCopy() throws Exception { class TestSession (line 83) | class TestSession implements Runnable { method TestSession (line 89) | TestSession(String identity, Session s) { method randomSleep (line 95) | private void randomSleep() { method run (line 103) | public void run() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ConsistencyCheck.java class ConsistencyCheck (line 23) | public class ConsistencyCheck extends AbstractJCRTest { method testDo1 (line 28) | public void testDo1() throws Exception { method testDo2 (line 34) | public void testDo2() throws Exception { method runCheck (line 38) | private void runCheck() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/InvalidDateTest.java class InvalidDateTest (line 31) | public class InvalidDateTest extends AbstractJCRTest { method testDateRange (line 33) | public void testDateRange() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/LockTest.java class LockTest (line 35) | public class LockTest extends AbstractJCRTest { method testLockUtility (line 48) | public void testLockUtility() throws RepositoryException { method testSequence (line 119) | public void testSequence() throws RepositoryException { method testSequenceWithTimeout (line 190) | public void testSequenceWithTimeout() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/LockedWrapperTest.java class LockedWrapperTest (line 42) | public class LockedWrapperTest extends AbstractJCRTest { method testConcurrentUpdates (line 59) | public void testConcurrentUpdates() throws RepositoryException, method testConcurrentUpdatesWithSessionRefresh (line 89) | public void testConcurrentUpdatesWithSessionRefresh() method buildNewConcurrentUpdateCallable (line 114) | public Callable buildNewConcurrentUpdateCallable( method testTimeout (line 162) | public void testTimeout() throws RepositoryException, InterruptedExcep... method buildNewTimeoutCallable (line 188) | public Callable buildNewTimeoutCallable(final String lockablePath, method testSequence (line 233) | public void testSequence() throws RepositoryException, InterruptedExce... method testSequenceWithSessionRefresh (line 264) | public void testSequenceWithSessionRefresh() throws RepositoryException, method buildNewSequenceUpdateCallable (line 293) | public Callable buildNewSequenceUpdateCallable( FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/LostFromCacheIssueTest.java class LostFromCacheIssueTest (line 38) | public class LostFromCacheIssueTest extends AbstractJCRTest { method setUp (line 50) | public void setUp() throws Exception { method getOrCreate (line 102) | private static Node getOrCreate(Node parent, String path) throws Repos... method testIssue (line 133) | public void testIssue() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/MoveAtRootTest.java class MoveAtRootTest (line 25) | public class MoveAtRootTest extends AbstractJCRTest { method testMoveAtRoot (line 27) | public void testMoveAtRoot() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/MoveRemoveTest.java class MoveRemoveTest (line 29) | public class MoveRemoveTest extends AbstractJCRTest { method setUp (line 34) | @Override method testMoveRemove (line 45) | public void testMoveRemove() throws RepositoryException, NotExecutable... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/MoveTest.java class MoveTest (line 28) | public class MoveTest extends AbstractJCRTest { method testMoveVisibilityAcrossSessions (line 34) | public void testMoveVisibilityAcrossSessions() throws RepositoryExcept... method testMove (line 65) | public void testMove() throws RepositoryException { method doTestMove (line 70) | private void doTestMove(boolean save) throws RepositoryException { method testReorderSameNameSiblingsUsingMove (line 109) | public void testReorderSameNameSiblingsUsingMove() throws RepositoryEx... method testGetPathDoesNotInfluencePathsAfterMove (line 130) | public void testGetPathDoesNotInfluencePathsAfterMove() throws Reposit... method doTestMoveWithGetPath (line 135) | private void doTestMoveWithGetPath(boolean index) throws RepositoryExc... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/MultiWorkspaceShareableNodeTest.java class MultiWorkspaceShareableNodeTest (line 32) | public class MultiWorkspaceShareableNodeTest extends AbstractJCRTest { method setUp (line 69) | protected void setUp() throws Exception { method tearDown (line 83) | protected void tearDown() throws Exception { method getOtherWorkspaceName (line 109) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 116) | protected void initNodesW2() throws RepositoryException { method testClone (line 138) | public void testClone() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/NPEandCMETest.java class NPEandCMETest (line 33) | public class NPEandCMETest extends AbstractJCRTest { method setUp (line 42) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testDo (line 61) | public void testDo() throws Exception { class TestTask (line 84) | private static class TestTask implements Runnable { method TestTask (line 93) | private TestTask(int id, Session session) throws RepositoryException { method run (line 99) | public void run() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/NodeImplTest.java class NodeImplTest (line 45) | public class NodeImplTest extends AbstractJCRTest { method setUp (line 49) | protected void setUp() throws Exception { method changeReadPermission (line 56) | public static void changeReadPermission(Principal principal, Node n, b... method getReadOnlyPrincipal (line 88) | public static Principal getReadOnlyPrincipal(RepositoryHelper helper) ... method testIsCheckedOut (line 109) | public void testIsCheckedOut() throws RepositoryException, NotExecutab... method testAddNodeUuid (line 136) | public void testAddNodeUuid() throws RepositoryException, NotExecutabl... method testAddNodeUuidCollision (line 147) | public void testAddNodeUuidCollision() throws RepositoryException, Not... method testSetPropertyConvertValue (line 166) | public void testSetPropertyConvertValue() throws RepositoryException { method testSetPropertyConvertToString (line 174) | public void testSetPropertyConvertToString() throws RepositoryException { method testSetPropertyExplicitType (line 183) | public void testSetPropertyExplicitType() throws RepositoryException { method testSetPropertyConvertMultiValued (line 200) | public void testSetPropertyConvertMultiValued() throws RepositoryExcep... method testAddRemoveMixin (line 213) | public void testAddRemoveMixin() throws RepositoryException { method testReferentialIntegrityCorruption (line 266) | public void testReferentialIntegrityCorruption() throws Exception { method testReferentialIntegrityCorruptionGetPath (line 347) | public void testReferentialIntegrityCorruptionGetPath() throws Excepti... method testBracketsInNodeName (line 401) | public void testBracketsInNodeName() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/OracleRepositoryTest.java class OracleRepositoryTest (line 35) | public class OracleRepositoryTest extends TestCase { method setUp (line 40) | protected void setUp() throws Exception { method testConfiguration (line 61) | public void testConfiguration() throws Exception { method tearDown (line 71) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/OracleRetrocompatibleRepositoryTest.java class OracleRetrocompatibleRepositoryTest (line 35) | public class OracleRetrocompatibleRepositoryTest extends TestCase { method setUp (line 40) | protected void setUp() throws Exception { method testConfiguration (line 60) | public void testConfiguration() throws Exception { method tearDown (line 70) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/OverlappingNodeAddTest.java class OverlappingNodeAddTest (line 26) | public class OverlappingNodeAddTest extends AbstractJCRTest { method setUp (line 32) | public void setUp() throws Exception { method testWith2Folders (line 43) | public void testWith2Folders() throws Exception { method tearDown (line 125) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ReadVersionsWhileModified.java class ReadVersionsWhileModified (line 32) | public class ReadVersionsWhileModified extends AbstractConcurrencyTest { method testVersionHistory (line 36) | public void testVersionHistory() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ReadWhileSaveTest.java class ReadWhileSaveTest (line 39) | public class ReadWhileSaveTest extends AbstractJCRTest { method testReadWhileSave (line 41) | public void testReadWhileSave() throws RepositoryException, IOException { method runExpensiveSave (line 63) | private Thread runExpensiveSave() throws RepositoryException, IOExcept... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ReferencesTest.java class ReferencesTest (line 30) | public final class ReferencesTest extends AbstractJCRTest { method setUp (line 39) | public void setUp() throws Exception { method testDoubleBackReference (line 56) | public void testDoubleBackReference() throws Exception { method testBackRefToNonExistingProp (line 74) | public void testBackRefToNonExistingProp() throws Exception { method testMisdirectedBackRef (line 92) | public void testMisdirectedBackRef() throws Exception { method testDoubleBackRefReferenceMultiValued (line 110) | public void testDoubleBackRefReferenceMultiValued() throws Exception { method testMisdirectedBackRefMultiValued (line 132) | public void testMisdirectedBackRefMultiValued() throws Exception { method testRegularReference (line 153) | public void testRegularReference() throws Exception { method assertRemoveTestNodes (line 169) | private void assertRemoveTestNodes() throws RepositoryException { method assertSave (line 179) | private void assertSave(Session session) { method createSession (line 191) | private Session createSession() throws RepositoryException { method saveAndlogout (line 195) | private void saveAndlogout(Session... sessions) throws RepositoryExcep... method getTestRootNode (line 209) | private Node getTestRootNode(Session session) throws RepositoryExcepti... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/RemoveAddNodeWithUUIDTest.java class RemoveAddNodeWithUUIDTest (line 32) | public class RemoveAddNodeWithUUIDTest extends AbstractJCRTest { method testRemoveAdd (line 34) | public void testRemoveAdd() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ReplacePropertyWhileOthersReadTest.java class ReplacePropertyWhileOthersReadTest (line 41) | public class ReplacePropertyWhileOthersReadTest extends AbstractJCRTest { method setUp (line 51) | @Override method tearDown (line 67) | @Override method testAddRemove (line 74) | public void testAddRemove() throws Exception { method getRandomValue (line 130) | private Value getRandomValue() { method getRandomMultiValue (line 134) | private Value[] getRandomMultiValue() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ReplaceTest.java class ReplaceTest (line 29) | public class ReplaceTest extends AbstractJCRTest { method testReplace (line 31) | public void testReplace() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/RepositoryCopierTest.java class RepositoryCopierTest (line 44) | public class RepositoryCopierTest extends TestCase { method setUp (line 66) | protected void setUp() throws IOException { method tearDown (line 71) | protected void tearDown() throws Exception { method testRepositoryCopy (line 75) | public void testRepositoryCopy() throws Exception { method testRepositoryCopyWithDeleteTarget (line 83) | public void testRepositoryCopyWithDeleteTarget() throws Exception { method createSourceRepository (line 99) | private RepositoryImpl createSourceRepository() throws Exception { method verifyTargetRepository (line 157) | private void verifyTargetRepository(File target) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/RestoreAndCheckoutTest.java class RestoreAndCheckoutTest (line 30) | public class RestoreAndCheckoutTest extends AbstractJCRTest { method testRestoreAndCheckout (line 34) | public void testRestoreAndCheckout() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/RetentionRegistryImplTest.java class RetentionRegistryImplTest (line 46) | public class RetentionRegistryImplTest extends AbstractRetentionTest { method setUp (line 56) | protected void setUp() throws Exception { method tearDown (line 78) | protected void tearDown() throws Exception { method createFileSystem (line 99) | private FileSystem createFileSystem() { method testReadHoldFromFile (line 118) | public void testReadHoldFromFile() throws RepositoryException { method testReadRetentionFromFile (line 135) | public void testReadRetentionFromFile() throws RepositoryException { method testWriteFile (line 153) | public void testWriteFile() throws RepositoryException { method testWriteFileWithChanges (line 179) | public void testWriteFileWithChanges() throws RepositoryException, Not... method testRemoveHold (line 225) | public void testRemoveHold() throws RepositoryException { method testRemoveRetentionPolicy (line 244) | public void testRemoveRetentionPolicy() throws RepositoryException { method testAddHold (line 261) | public void testAddHold() throws RepositoryException, NotExecutableExc... method testAddMultipleHold (line 283) | public void testAddMultipleHold() throws RepositoryException, NotExecu... method testSetRetentionPolicy (line 312) | public void testSetRetentionPolicy() throws RepositoryException, NotEx... method testChangeRetentionPolicy (line 331) | public void testChangeRetentionPolicy() throws RepositoryException, No... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/SessionGarbageCollectedTest.java class SessionGarbageCollectedTest (line 33) | public class SessionGarbageCollectedTest extends AbstractJCRTest { method testSessionsGetGarbageCollected (line 35) | public void testSessionsGetGarbageCollected() throws RepositoryExcepti... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/ShareableNodeTest.java class ShareableNodeTest (line 34) | public class ShareableNodeTest extends AbstractJCRTest { method testObservation (line 41) | public void testObservation() throws Exception { method testRemoveAncestorOfSharedNode (line 130) | public void testRemoveAncestorOfSharedNode() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/Tail.java class Tail (line 34) | public class Tail implements Closeable { method Tail (line 40) | private Tail(File file, String grep) throws IOException { method start (line 60) | public static Tail start(File file, String grep) throws IOException { method getLines (line 71) | public Iterable getLines() throws IOException { method close (line 94) | public void close() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 34) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestHelper.java class TestHelper (line 37) | public class TestHelper { method shutdownWorkspace (line 47) | public static void shutdownWorkspace(String name, RepositoryImpl repo) method checkConsistency (line 64) | public static ConsistencyReport checkConsistency(Session session, bool... method checkIndexConsistency (line 81) | public static ConsistencyCheck checkIndexConsistency(Session session) ... method checkVersionStoreConsistency (line 107) | public static ConsistencyReport checkVersionStoreConsistency(Session s... method waitForTextExtractionTasksToFinish (line 127) | public static void waitForTextExtractionTasksToFinish(Session session)... method getSearchManager (line 137) | public static SearchManager getSearchManager(Session session) throws N... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java class TestRepository (line 39) | public class TestRepository { method getInstance (line 77) | public static synchronized Repository getInstance() throws RepositoryE... method getIntegratedInstance (line 117) | private static Repository getIntegratedInstance() throws Exception { method setInstance (line 156) | public static synchronized void setInstance(Repository repository) { method TestRepository (line 163) | private TestRepository() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TransientRepositoryTest.java class TransientRepositoryTest (line 32) | public class TransientRepositoryTest extends TestCase { method setUp (line 42) | protected void setUp() throws IOException { method testGetDescriptorKeys (line 54) | public void testGetDescriptorKeys() { method testGetDescriptor (line 64) | public void testGetDescriptor() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/UserPerWorkspaceSecurityManagerTest.java class UserPerWorkspaceSecurityManagerTest (line 43) | public class UserPerWorkspaceSecurityManagerTest extends AbstractJCRTest { method setUp (line 47) | @Override method getAlternativeWorkspaceName (line 58) | private String getAlternativeWorkspaceName() throws RepositoryException { method testSystemUserCreation (line 75) | public void testSystemUserCreation() throws Exception { method testSystemUsersAreSaved (line 98) | public void testSystemUsersAreSaved() throws Exception { method testUsersArePerWorkspace (line 110) | public void testUsersArePerWorkspace() throws Exception { method testAccessibleWorkspaceNames (line 144) | public void testAccessibleWorkspaceNames() throws Exception { method testCloneUser (line 175) | public void testCloneUser() throws Exception { method testUpdateUser (line 239) | public void testUpdateUser() throws NotExecutableException, Repository... method testNewUsersCanLogin (line 305) | public void testNewUsersCanLogin() throws Exception { method testTransientUserCannotLogin (line 327) | public void testTransientUserCannotLogin() throws RepositoryException,... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/UserTransactionImpl.java class UserTransactionImpl (line 40) | public class UserTransactionImpl implements UserTransaction { method UserTransactionImpl (line 65) | public UserTransactionImpl(Session session) { method UserTransactionImpl (line 75) | public UserTransactionImpl(Session session, boolean distributedThreadA... method enlistXAResource (line 89) | public void enlistXAResource(Session session) { method begin (line 96) | public void begin() throws NotSupportedException, SystemException { method commit (line 119) | public void commit() throws HeuristicMixedException, method getStatus (line 195) | public int getStatus() throws SystemException { method rollback (line 202) | public void rollback() throws IllegalStateException, SecurityException, method setRollbackOnly (line 237) | public void setRollbackOnly() throws IllegalStateException, SystemExce... method setTransactionTimeout (line 247) | public void setTransactionTimeout(int seconds) throws SystemException { class XidImpl (line 264) | class XidImpl implements Xid { method XidImpl (line 274) | public XidImpl(byte globalTxNumber) { method getFormatId (line 281) | public int getFormatId() { method getBranchQualifier (line 288) | public byte[] getBranchQualifier() { method getGlobalTransactionId (line 295) | public byte[] getGlobalTransactionId() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/XATest.java class XATest (line 43) | public class XATest extends AbstractJCRTest { method setUp (line 53) | protected void setUp() throws Exception { method tearDown (line 90) | protected void tearDown() throws Exception { method runTest (line 103) | protected void runTest() throws Throwable { method testRestore (line 113) | public void testRestore() throws Exception { method testVersioningRollbackWithoutPrepare (line 154) | public void testVersioningRollbackWithoutPrepare() throws Exception { method testAddNodeCommit (line 182) | public void testAddNodeCommit() throws Exception { method testSetPropertyCommit (line 237) | public void testSetPropertyCommit() throws Exception { method testAddAndSetProperty (line 278) | public void testAddAndSetProperty() throws Exception { method testPropertyIsNew (line 312) | public void testPropertyIsNew() throws Exception { method testNewNodeIsLocked (line 341) | public void testNewNodeIsLocked() throws Exception { method testPropertyIsModified (line 361) | public void testPropertyIsModified() throws Exception { method testDeleteAndAddProperty (line 388) | public void testDeleteAndAddProperty() throws Exception { method testModifyAndDeleteProperty (line 420) | public void testModifyAndDeleteProperty() throws Exception { method testAddAndDeleteProperty (line 452) | public void testAddAndDeleteProperty() throws Exception { method testAddNodeRollback (line 487) | public void testAddNodeRollback() throws Exception { method testSetPropertyRollback (line 524) | public void testSetPropertyRollback() throws Exception { method testRemoveNodeRollback (line 557) | public void testRemoveNodeRollback() throws Exception { method testRemovePropertyRollback (line 601) | public void testRemovePropertyRollback() throws Exception { method testAddReference (line 633) | public void testAddReference() throws Exception { method testGetReferencesAddedRef (line 684) | public void testGetReferencesAddedRef() throws Exception { method testGetReferencesRemovedRef (line 709) | public void testGetReferencesRemovedRef() throws Exception { method testGetReferencesModifiedRef (line 735) | public void testGetReferencesModifiedRef() throws Exception { method testGetReferencesModifiedRefOldValueReferenceable (line 767) | public void testGetReferencesModifiedRefOldValueReferenceable() throws... method testGetReferencesModifiedRefNewValueReferenceable (line 794) | public void testGetReferencesModifiedRefNewValueReferenceable() throws... method testLockCommit (line 823) | public void testLockCommit() throws Exception { method testLockUnlockCommit (line 864) | public void testLockUnlockCommit() throws Exception { method testCreateLockUnlockInDifferentTransactions (line 907) | public void testCreateLockUnlockInDifferentTransactions() throws Excep... method testLockRollback (line 987) | public void testLockRollback() throws Exception { method testLockTwice (line 1031) | public void testLockTwice() throws Exception { method testLockNewNode (line 1083) | public void testLockNewNode() throws Exception { method testAddRemoveLockToken (line 1126) | public void testAddRemoveLockToken() throws Exception { method testLockUnlock (line 1207) | public void testLockUnlock() throws Exception { method testLockBehaviour (line 1240) | public void testLockBehaviour() throws Exception { method testLockBehaviour2 (line 1267) | public void testLockBehaviour2() throws Exception { method testLockProperties (line 1301) | public void testLockProperties() throws Exception { method testLockProperties2 (line 1349) | public void testLockProperties2() throws Exception { method testLockProperties3 (line 1389) | public void testLockProperties3() throws Exception { method testCheckin (line 1427) | public void testCheckin() throws Exception { method testConflictingCheckin (line 1470) | public void testConflictingCheckin() throws Exception { method testRemoveVersion (line 1503) | public void testRemoveVersion() throws Exception { method testXAVersionsThoroughly (line 1545) | public void testXAVersionsThoroughly() throws Exception { method check (line 1711) | private void check(Version v, String phase, String name, int numSucc) { method testSetVersionLabel (line 1731) | public void testSetVersionLabel() throws Exception { method testDistributedThreadAccess (line 1772) | public void testDistributedThreadAccess() throws Exception { method testTwoSessionsInOneTransaction (line 1806) | public void testTwoSessionsInOneTransaction() throws Exception { method testAddLockTokenRemoveNode (line 1900) | public void testAddLockTokenRemoveNode() throws Exception { method testAddLockTokenRemoveNode2 (line 1971) | public void testAddLockTokenRemoveNode2() throws Exception { method testSetProperty (line 2027) | public void testSetProperty() throws Exception { method testDeleteNode (line 2062) | public void testDeleteNode() throws Exception { type Operation (line 2100) | interface Operation { method invoke (line 2107) | void invoke(Session session) throws Exception; method doTransactional (line 2117) | private void doTransactional(Operation op, Session session) throws Exc... method containsLockToken (line 2130) | private boolean containsLockToken(Session session, String lockToken) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cache/ConcurrentCacheTest.java class ConcurrentCacheTest (line 26) | public class ConcurrentCacheTest extends TestCase { method testConcurrentCache (line 33) | public void testConcurrentCache() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cache/GrowingLRUMapTest.java class GrowingLRUMapTest (line 24) | public class GrowingLRUMapTest extends TestCase { method testMaxSize (line 26) | public void testMaxSize() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/ClusterDescriptorTest.java class ClusterDescriptorTest (line 29) | public class ClusterDescriptorTest extends JUnitTest { method setUp (line 33) | public void setUp() throws Exception { method tearDown (line 48) | public void tearDown() throws Exception { method deleteAll (line 54) | private static void deleteAll() throws IOException { method testRepositoryDescriptor (line 58) | public void testRepositoryDescriptor() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/ClusterRecordTest.java class ClusterRecordTest (line 50) | public class ClusterRecordTest extends JUnitTest { method setUp (line 85) | @Override method tearDown (line 98) | @Override method testUpdateOperation (line 113) | public void testUpdateOperation() throws Exception { method testUpdateOperationWithNullUserId (line 132) | public void testUpdateOperationWithNullUserId() throws Exception { method testLockOperation (line 152) | public void testLockOperation() throws Exception { method testUnlockOperation (line 170) | public void testUnlockOperation() throws Exception { method testNodeTypeRegistration (line 187) | public void testNodeTypeRegistration() throws Exception { method testNodeTypeReregistration (line 210) | public void testNodeTypeReregistration() throws Exception { method testNodeTypeUnregistration (line 233) | public void testNodeTypeUnregistration() throws Exception { method testNamespaceRegistration (line 254) | public void testNamespaceRegistration() throws Exception { method testNamespaceUnregistration (line 271) | public void testNamespaceUnregistration() throws Exception { method testPrivilegeRegistration (line 288) | public void testPrivilegeRegistration() throws Exception { method createClusterNode (line 308) | private ClusterNode createClusterNode( FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/ClusterSyncTest.java class ClusterSyncTest (line 40) | public class ClusterSyncTest extends JUnitTest { method setUp (line 60) | @Override method tearDown (line 74) | @Override method testSyncAllChanges (line 91) | public void testSyncAllChanges() throws Exception { method createClusterNode (line 139) | private ClusterNode createClusterNode(String id, boolean disableAutoSy... class BlockingConsumer (line 170) | static class BlockingConsumer implements RecordConsumer { method getId (line 176) | public String getId() { method getRevision (line 180) | public long getRevision() { method consume (line 184) | public void consume(Record record) { method setRevision (line 188) | public void setRevision(long revision) { method waitUntilBlocked (line 199) | public void waitUntilBlocked() throws InterruptedException { method unblock (line 203) | public void unblock() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/DbClusterTest.java class DbClusterTest (line 32) | public class DbClusterTest extends JUnitTest { method setUp (line 34) | public void setUp() throws Exception { method tearDown (line 45) | public void tearDown() throws Exception { method deleteAll (line 49) | private static void deleteAll() throws IOException { method test (line 53) | public void test() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/DbClusterTestJCR3162.java class DbClusterTestJCR3162 (line 44) | public class DbClusterTestJCR3162 extends JUnitTest { method setUp (line 57) | public void setUp() throws Exception { method tearDown (line 78) | public void tearDown() throws Exception { method deleteAll (line 97) | private static void deleteAll() throws IOException { method test (line 101) | public void test() throws RepositoryException { method resetJournalRev (line 131) | private void resetJournalRev() { method checkConsistency (line 155) | private void checkConsistency(Session s, String path, long nodes) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/FailUpdateOnJournalExceptionTest.java class FailUpdateOnJournalExceptionTest (line 37) | public class FailUpdateOnJournalExceptionTest extends JUnitTest { method setUp (line 41) | @Override method tearDown (line 51) | @Override method testUpdate (line 60) | public void testUpdate() throws Exception { method testFailedWrite (line 78) | public void testFailedWrite() throws Exception { method deleteAll (line 99) | private static void deleteAll() throws IOException { method getTestDir (line 103) | private static File getTestDir() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/SimpleClusterContext.java class SimpleClusterContext (line 31) | public class SimpleClusterContext implements ClusterContext { method SimpleClusterContext (line 54) | public SimpleClusterContext(ClusterConfig cc, File repositoryHome) { method SimpleClusterContext (line 67) | public SimpleClusterContext(ClusterConfig cc) { method getClusterConfig (line 76) | public ClusterConfig getClusterConfig() { method getNamespaceResolver (line 83) | public NamespaceResolver getNamespaceResolver() { method getRepositoryHome (line 90) | public File getRepositoryHome() { method lockEventsReady (line 97) | public void lockEventsReady(String workspace) throws RepositoryExcepti... method updateEventsReady (line 104) | public void updateEventsReady(String workspace) throws RepositoryExcep... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/SimpleEventListener.java class SimpleEventListener (line 41) | public class SimpleEventListener implements LockEventListener, method externalLock (line 54) | public void externalLock(NodeId nodeId, boolean isDeep, String lockOwner) class LockEvent (line 63) | public static class LockEvent { method LockEvent (line 87) | public LockEvent(NodeId nodeId, boolean isDeep, String userId) { method getNodeId (line 98) | public NodeId getNodeId() { method isDeep (line 108) | public boolean isDeep() { method getUserId (line 117) | public String getUserId() { method hashCode (line 124) | public int hashCode() { method equals (line 131) | public boolean equals(Object obj) { method externalUnlock (line 145) | public void externalUnlock(NodeId nodeId) throws RepositoryException { class UnlockEvent (line 152) | public static class UnlockEvent { method UnlockEvent (line 164) | public UnlockEvent(NodeId nodeId) { method getNodeId (line 173) | public NodeId getNodeId() { method hashCode (line 180) | public int hashCode() { method equals (line 187) | public boolean equals(Object obj) { method externalRegistered (line 201) | public void externalRegistered(Collection ntDefs) method externalReregistered (line 210) | public void externalReregistered(QNodeTypeDefinition ntDef) method externalUnregistered (line 223) | public void externalUnregistered(Collection ntNames) class NodeTypeEvent (line 232) | public static class NodeTypeEvent { method NodeTypeEvent (line 266) | public NodeTypeEvent(int operation, Collection collection) { method getOperation (line 276) | public int getOperation() { method getCollection (line 285) | public Collection getCollection() { method hashCode (line 292) | public int hashCode() { method equals (line 299) | public boolean equals(Object obj) { method externalRemap (line 314) | public void externalRemap(String oldPrefix, String newPrefix, String uri) class NamespaceEvent (line 323) | public static class NamespaceEvent { method NamespaceEvent (line 347) | public NamespaceEvent(String oldPrefix, String newPrefix, String uri) { method getOldPrefix (line 358) | public String getOldPrefix() { method getNewPrefix (line 367) | public String getNewPrefix() { method getUri (line 376) | public String getUri() { method hashCode (line 383) | public int hashCode() { method equals (line 400) | public boolean equals(Object obj) { method externalRegisteredPrivileges (line 415) | public void externalRegisteredPrivileges(Collection definitions) { method getDefinitions (line 443) | public Collection getDefinitions() { method hashCode (line 450) | public int hashCode() { method equals (line 457) | public boolean equals(Object obj) { method externalUpdate (line 471) | public void externalUpdate(ChangeLog changes, List events, class UpdateEvent (line 482) | public static class UpdateEvent implements Update { method UpdateEvent (line 517) | public UpdateEvent(ChangeLog changes, List events, method getChanges (line 530) | public ChangeLog getChanges() { method getEvents (line 539) | public List getEvents() { method getTimestamp (line 546) | public long getTimestamp() { method getUserData (line 550) | public String getUserData() { method setAttribute (line 557) | public void setAttribute(String name, Object value) { method getAttribute (line 564) | public Object getAttribute(String name) { method hashCode (line 571) | public int hashCode() { method equals (line 582) | public boolean equals(Object obj) { method getClusterEvents (line 600) | public List getClusterEvents() { method equals (line 611) | private static boolean equals(Object o1, Object o2) { method equals (line 628) | private static boolean equals(Collection c1, Collection c2) { method equals (line 655) | private static boolean equals(ChangeLog changes1, ChangeLog changes2) { method equals (line 669) | private static boolean equals(Iterator iter1, Iterator iter2) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 37) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/TestJournal.java class TestJournal (line 29) | public final class TestJournal extends MemoryJournal { method doLock (line 35) | @Override method createProducer (line 44) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/cluster/UpdateEventFactory.java class UpdateEventFactory (line 45) | public class UpdateEventFactory { method UpdateEventFactory (line 81) | private UpdateEventFactory() { method getInstance (line 89) | public static UpdateEventFactory getInstance() { method createUpdateOperation (line 98) | public UpdateEvent createUpdateOperation() { method createUpdateOperationWithNullUserId (line 126) | public UpdateEvent createUpdateOperationWithNullUserId() { method createNodeState (line 156) | protected NodeState createNodeState() { method createPropertyState (line 172) | protected PropertyState createPropertyState(NodeId parentId, String na... method createEventState (line 188) | protected EventState createEventState(NodeState n, int type, String name, method createEventState (line 216) | protected EventState createEventState(PropertyState p, NodeState paren... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/config/DataSourceConfigTest.java class DataSourceConfigTest (line 25) | public class DataSourceConfigTest extends TestCase { method setUp (line 33) | @Override method testEmptyConfig (line 46) | public void testEmptyConfig() { method testMinimalRegularConfig (line 50) | public void testMinimalRegularConfig() throws ConfigurationException { method testMultipleDefs (line 64) | public void testMultipleDefs() throws ConfigurationException { method testTooMinimalConfig (line 70) | public void testTooMinimalConfig() { method testInvalidProperty (line 80) | public void testInvalidProperty() { method testUnparseableProperty (line 90) | public void testUnparseableProperty() { method testDuplicateLogicalName (line 100) | public void testDuplicateLogicalName() throws ConfigurationException { method testEmptyLogicalName (line 110) | public void testEmptyLogicalName() throws ConfigurationException { method testNullLogicalName (line 119) | public void testNullLogicalName() throws ConfigurationException { method testConfiguredJNDIConfig (line 134) | public void testConfiguredJNDIConfig() throws ConfigurationException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/config/RepositoryConfigTest.java class RepositoryConfigTest (line 36) | public class RepositoryConfigTest extends TestCase { method setUp (line 50) | protected void setUp() throws Exception { method tearDown (line 54) | protected void tearDown() { method testCreateWithRepositoryDirectory (line 58) | public void testCreateWithRepositoryDirectory() { method testCreateWithRepositoryConfigAndDirectory (line 72) | public void testCreateWithRepositoryConfigAndDirectory() { method testRepositoryConfigCreateWithFileName (line 95) | public void testRepositoryConfigCreateWithFileName() { method testRepositoryConfigCreateWithURI (line 114) | public void testRepositoryConfigCreateWithURI() throws URISyntaxExcept... method testRepositoryConfigCreateWithInputStream (line 141) | public void testRepositoryConfigCreateWithInputStream() throws IOExcep... method testRepositoryConfigCreateWithInputSource (line 175) | public void testRepositoryConfigCreateWithInputSource() throws IOExcep... method testRepositoryConfig (line 197) | public void testRepositoryConfig() throws Exception { method testInit (line 201) | public void testInit() throws Exception { method testCreateWorkspaceConfig (line 208) | public void testCreateWorkspaceConfig() throws Exception { method testCreateDuplicateWorkspaceConfig (line 216) | public void testCreateDuplicateWorkspaceConfig() throws Exception { method testRepositoryConfigWithSystemVariables (line 225) | public void testRepositoryConfigWithSystemVariables() throws Exception { method testAutomaticClusterNodeIdCreation (line 245) | public void testAutomaticClusterNodeIdCreation() throws Exception { method testCopyConfig (line 290) | public void testCopyConfig() throws Exception method assertRepositoryConfiguration (line 298) | private void assertRepositoryConfiguration(RepositoryConfig config) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/config/SecurityConfigTest.java class SecurityConfigTest (line 57) | public class SecurityConfigTest extends AbstractJCRTest { method setUp (line 63) | @Override method tearDown (line 69) | @Override method testConfig1 (line 74) | public void testConfig1() throws ConfigurationException { method testConfig2 (line 93) | public void testConfig2() throws ConfigurationException { method testConfig3 (line 122) | public void testConfig3() throws ConfigurationException { method testUserManagerConfig (line 141) | public void testUserManagerConfig() throws RepositoryException, Unsupp... method testPrincipalProviderConfig (line 241) | public void testPrincipalProviderConfig() throws Exception { method testInvalidConfig (line 271) | public void testInvalidConfig() { method parseXML (line 288) | private static Element parseXML(InputSource xml, boolean validate) thr... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/config/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 37) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/config/WorkspaceConfigTest.java class WorkspaceConfigTest (line 43) | public class WorkspaceConfigTest extends TestCase { method setUp (line 47) | protected void setUp() { method testWorkspaceXml (line 59) | public void testWorkspaceXml() throws Exception { method testImportConfig (line 85) | public void testImportConfig() throws Exception { method parseXML (line 124) | private static Element parseXML(InputSource xml, boolean validate) thr... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/ConcurrentGcTest.java class ConcurrentGcTest (line 37) | public class ConcurrentGcTest extends TestCase { method setUp (line 51) | public void setUp() throws IOException { method tearDown (line 55) | public void tearDown() throws IOException { method deleteAll (line 59) | private void deleteAll() throws IOException { method testDatabases (line 63) | public void testDatabases() throws Exception { method doTestDatabase (line 88) | private void doTestDatabase(String driver, String url, String user, St... method testFile (line 109) | public void testFile() throws Exception { method doTest (line 117) | void doTest(DataStore store) throws Exception { method concurrentGcLoopStart (line 149) | private void concurrentGcLoopStart() { method concurrentGcLoopStop (line 178) | private void concurrentGcLoopStop() throws Exception { method getTestScale (line 186) | static int getTestScale() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/ConsistencyCheckerImplTest.java class ConsistencyCheckerImplTest (line 57) | public class ConsistencyCheckerImplTest extends TestCase { method setUp (line 69) | @Override method testFixAbandonedNode (line 82) | public void testFixAbandonedNode() throws RepositoryException, Cluster... method testDoubleCheckAbandonedNode (line 120) | public void testDoubleCheckAbandonedNode() throws RepositoryException { method testFixMultipleAbandonedNodesBySameParent (line 155) | public void testFixMultipleAbandonedNodesBySameParent() throws Reposit... method testAddOrphanedNodeToLostAndFound (line 179) | public void testAddOrphanedNodeToLostAndFound() throws RepositoryExcep... method testEmptyRepo (line 225) | public void testEmptyRepo() throws RepositoryException { method testDoubleCheckOrphanedNode (line 231) | public void testDoubleCheckOrphanedNode() throws RepositoryException { method testFixDisconnectedNode (line 262) | public void testFixDisconnectedNode() throws RepositoryException, Clus... method testDoubleCheckDisonnectedNode (line 310) | public void testDoubleCheckDisonnectedNode() throws RepositoryException { method testFixMissingNode (line 345) | public void testFixMissingNode() throws RepositoryException, ClusterEx... method testDoubleCheckMissingNode (line 378) | public void testDoubleCheckMissingNode() throws RepositoryException { method createClusterNode (line 409) | private ClusterNode createClusterNode(String id) throws Exception { class MockPersistenceManager (line 433) | private static class MockPersistenceManager extends AbstractBundlePers... method MockPersistenceManager (line 437) | private MockPersistenceManager(List bundles) { method getAllNodeIds (line 443) | public List getAllNodeIds(final NodeId after, final int maxC... method loadBundle (line 457) | @Override method exists (line 462) | @Override method evictBundle (line 467) | @Override method storeBundle (line 471) | @Override method destroyBundle (line 476) | @Override method destroy (line 481) | @Override method store (line 485) | @Override method getBlobStore (line 489) | @Override method loadReferencesTo (line 494) | public NodeReferences loadReferencesTo(final NodeId id) throws NoSuc... method existsReferencesTo (line 498) | public boolean existsReferencesTo(final NodeId targetId) throws Item... class TestUpdateEventListener (line 503) | private static class TestUpdateEventListener implements UpdateEventLis... method externalUpdate (line 507) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/CopyValueTest.java class CopyValueTest (line 33) | public class CopyValueTest extends AbstractJCRTest { method testCopyStream (line 43) | public void testCopyStream() throws Exception { method doTestCopy (line 52) | private void doTestCopy(int length) throws Exception { method testRandomOperations (line 82) | public void testRandomOperations() throws Exception { method log (line 163) | private void log(String s) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/DBDataStoreTest.java class DBDataStoreTest (line 31) | public class DBDataStoreTest extends JUnitTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 56) | protected void tearDown() { method testGetRecord (line 65) | public void testGetRecord() throws Exception { method testDbInputStreamReset (line 88) | public void testDbInputStreamReset() throws Exception { method testConcurrentRead (line 169) | public void testConcurrentRead() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/DataStoreAPITest.java class DataStoreAPITest (line 37) | public class DataStoreAPITest extends TestCase { method testDataStoreGarbageCollection (line 44) | public void testDataStoreGarbageCollection() throws RepositoryException { method tearDown (line 67) | public void tearDown() throws IOException { method setUp (line 71) | public void setUp() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/DataStoreTest.java class DataStoreTest (line 43) | public class DataStoreTest extends JUnitTest { method setUp (line 48) | public void setUp() { method tearDown (line 52) | public void tearDown() throws IOException { method test (line 56) | public void test() throws Exception { method main (line 109) | public static void main(String... args) throws NoSuchAlgorithmException { method testDeleteRecordWithParentCollision (line 128) | public void testDeleteRecordWithParentCollision() throws Exception { method testDeleteRecordWithoutParentCollision (line 149) | public void testDeleteRecordWithoutParentCollision() throws Exception { method testReference (line 168) | public void testReference() throws Exception { method assertReference (line 193) | private void assertReference( method shutdownDatabase (line 211) | private void shutdownDatabase(String url) { method doTestMultiThreaded (line 221) | private void doTestMultiThreaded(final DataStore ds, int threadCount) ... method doTest (line 246) | void doTest(DataStore ds, int offset) throws Exception { method readInputStreamRandomly (line 273) | InputStream readInputStreamRandomly(InputStream in, Random random) thr... method assertEquals (line 305) | void assertEquals(InputStream a, InputStream b) throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/ExportImportTest.java class ExportImportTest (line 36) | public class ExportImportTest extends AbstractJCRTest { method testExportImportText (line 41) | public void testExportImportText() throws RepositoryException { method doTestExportImportLargeRandomText (line 50) | private void doTestExportImportLargeRandomText(int len) throws Reposit... method doTestExportImportLargeText (line 63) | private void doTestExportImportLargeText(char[] chars) throws Reposito... method testExportImportBinary (line 106) | public void testExportImportBinary() throws RepositoryException { method doTestExportImportBinary (line 113) | private void doTestExportImportBinary(int len) throws RepositoryExcept... method readFromStream (line 156) | private byte[] readFromStream(InputStream in) throws IOException { method clean (line 168) | private void clean(Node root) throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/GCConcurrentTest.java class GCConcurrentTest (line 40) | public class GCConcurrentTest extends AbstractJCRTest { method testConcurrentDelete (line 45) | public void testConcurrentDelete() throws Exception { method testGC (line 67) | public void testGC() throws Exception { method checkStreams (line 105) | private void checkStreams(InputStream expected, InputStream in) throws... method randomInputStream (line 122) | static InputStream randomInputStream(long seed) { method node (line 128) | static Node node(Node n, String x) throws RepositoryException { method getTestScale (line 132) | static int getTestScale() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/GCEventListenerTest.java class GCEventListenerTest (line 41) | public class GCEventListenerTest extends AbstractJCRTest implements Mark... method testEventListener (line 52) | public void testEventListener() throws Exception { method doTestEventListener (line 57) | private void doTestEventListener(boolean allowPmScan) throws Exception { method getNodeName (line 104) | public String getNodeName(Node n) throws RepositoryException { method beforeScanning (line 114) | public void beforeScanning(Node n) throws RepositoryException { method done (line 121) | public void done() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/GCSubtreeMoveTest.java class GCSubtreeMoveTest (line 48) | public class GCSubtreeMoveTest extends TestCase { method setUp (line 57) | public void setUp() throws IOException { method tearDown (line 62) | public void tearDown() throws IOException { method test (line 75) | public void test() { method setupNodes (line 123) | private void setupNodes() { method sleepForFile (line 140) | private void sleepForFile() { method setupRepository (line 148) | private void setupRepository() { method createRepository (line 154) | private void createRepository(JackrabbitRepositoryFactory repositoryFa... method login (line 165) | private void login() { method setupGarbageCollector (line 174) | private GarbageCollector setupGarbageCollector() { method failWithException (line 183) | private void failWithException(Exception e) { method getBinaryCount (line 187) | private int getBinaryCount(GarbageCollector garbageCollector) { method log (line 203) | private void log(String message) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/GCThread.java class GCThread (line 35) | public class GCThread implements Runnable, MarkEventListener { method GCThread (line 44) | public GCThread(Session session) { method run (line 48) | public void run() { method setStop (line 74) | public void setStop(boolean stop) { method getException (line 78) | public Exception getException() { method listIdentifiers (line 82) | private int listIdentifiers(DataStoreGarbageCollector gc) throws DataS... method throwException (line 94) | public void throwException() throws Exception { method beforeScanning (line 100) | public void beforeScanning(Node n) throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/GarbageCollectorTest.java class GarbageCollectorTest (line 42) | public class GarbageCollectorTest extends AbstractJCRTest implements Sca... method testCloseSessionWhileRunningGc (line 47) | public void testCloseSessionWhileRunningGc() throws Exception { method testConcurrentGC (line 81) | public void testConcurrentGC() throws Exception { method testGC (line 135) | public void testGC() throws Exception { method testSimultaneousRunGC (line 192) | public void testSimultaneousRunGC() throws Exception { method runGC (line 222) | private void runGC(Session session, boolean all) throws Exception { method listIdentifiers (line 240) | private static int listIdentifiers(GarbageCollector gc) throws DataSto... method testTransientObjects (line 252) | public void testTransientObjects() throws Exception { method verifyInputStream (line 280) | private static void verifyInputStream(InputStream in, InputStream in2)... method afterScanning (line 292) | public void afterScanning(Node n) throws RepositoryException { method list (line 299) | private void list(Node n) throws RepositoryException { method beforeScanning (line 307) | public void beforeScanning(Node n) throws RepositoryException { method deleteMyNodes (line 317) | private void deleteMyNodes() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/LazyFileInputStreamTest.java class LazyFileInputStreamTest (line 29) | public class LazyFileInputStreamTest extends JUnitTest { method setUp (line 35) | public void setUp() { method tearDown (line 40) | public void tearDown() { method createFile (line 44) | private void createFile() throws IOException { method test (line 50) | public void test() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/NodeTypeTest.java class NodeTypeTest (line 38) | public class NodeTypeTest extends AbstractJCRTest { method testNodeTypesWithBinaryDefaultValue (line 45) | public void testNodeTypesWithBinaryDefaultValue() method doTestNodeTypesWithBinaryDefaultValue (line 53) | public void doTestNodeTypesWithBinaryDefaultValue(int len) method testMandatoryResidualChildNode (line 78) | public void testMandatoryResidualChildNode() throws RepositoryExceptio... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/OpenFilesTest.java class OpenFilesTest (line 31) | public class OpenFilesTest extends AbstractJCRTest { method testStreams (line 36) | public void testStreams() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/PersistenceManagerIteratorTest.java class PersistenceManagerIteratorTest (line 40) | public class PersistenceManagerIteratorTest extends AbstractJCRTest { method log (line 44) | private void log(String s) { method testGetAllNodeIds (line 49) | public void testGetAllNodeIds() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/TestTwoGetStreams.java class TestTwoGetStreams (line 34) | public class TestTwoGetStreams extends AbstractJCRTest { method testContentIdentity (line 43) | public void testContentIdentity() throws Exception { method testTwoGetStreams (line 84) | public void testTwoGetStreams() throws Exception { method testTwoStreamsConcurrently (line 110) | public void testTwoStreamsConcurrently() throws Exception { method testTwoStreamsFromSamePropertyConcurrently (line 136) | public void testTwoStreamsFromSamePropertyConcurrently() throws Except... method assertEquals (line 160) | protected void assertEquals(String message, InputStream i1, InputStrea... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/WriteWhileReadingTest.java class WriteWhileReadingTest (line 30) | public class WriteWhileReadingTest extends AbstractJCRTest { method test (line 34) | public void test() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/AbstractFileSystemTest.java class AbstractFileSystemTest (line 29) | public abstract class AbstractFileSystemTest extends TestCase { method getFileSystem (line 34) | protected abstract FileSystem getFileSystem() throws Exception; method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 41) | protected void tearDown() throws Exception { method testEverything (line 45) | public void testEverything() throws Exception { method verifyStreamInput (line 154) | private void verifyStreamInput( method createFile (line 165) | private void createFile(String fileName, byte[] bytes) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/TestAll.java class TestAll (line 30) | public class TestAll extends TestCase { method suite (line 37) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/db/DerbyFileSystemTest.java class DerbyFileSystemTest (line 29) | public class DerbyFileSystemTest extends AbstractFileSystemTest { method getFileSystem (line 35) | protected FileSystem getFileSystem() { method setUp (line 42) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/db/OracleFileSystemTest.java class OracleFileSystemTest (line 28) | public class OracleFileSystemTest extends AbstractFileSystemTest { method getFileSystem (line 31) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/db/OracleRetrocompatibleFileSystemTest.java class OracleRetrocompatibleFileSystemTest (line 28) | public class OracleRetrocompatibleFileSystemTest extends AbstractFileSys... method getFileSystem (line 31) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/local/LocalFileSystemTest.java class LocalFileSystemTest (line 28) | public class LocalFileSystemTest extends AbstractFileSystemTest { method getFileSystem (line 32) | protected FileSystem getFileSystem() { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 45) | protected void tearDown() throws Exception { method delete (line 50) | private void delete(File file) throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/fs/mem/MemoryFileSystemTest.java class MemoryFileSystemTest (line 25) | public class MemoryFileSystemTest extends AbstractFileSystemTest { method getFileSystem (line 27) | protected FileSystem getFileSystem() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/id/NodeIdFactoryTest.java class NodeIdFactoryTest (line 25) | public class NodeIdFactoryTest extends TestCase { method setUp (line 29) | public void setUp() throws IOException { method tearDown (line 34) | public void tearDown() throws IOException { method testRandomVersusSequential (line 39) | public void testRandomVersusSequential() throws RepositoryException { method testUUIDVersionFieldReset (line 58) | public void testUUIDVersionFieldReset() throws Exception { method testNormalUsage (line 80) | public void testNormalUsage() throws RepositoryException { method testOffset (line 92) | public void testOffset() throws RepositoryException { method testKillRepository (line 104) | public void testKillRepository() throws RepositoryException { method testKillWhileSaving (line 130) | public void testKillWhileSaving() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/id/NodeIdTest.java class NodeIdTest (line 21) | public class NodeIdTest extends TestCase { method testDenotesNode (line 30) | public void testDenotesNode() { method testGetMostAndLeastSignificantBits (line 36) | public void testGetMostAndLeastSignificantBits() { method testGetRawBytes (line 44) | public void testGetRawBytes() { method testToString (line 50) | public void testToString() { method testCompareTo (line 56) | public void testCompareTo() { method testUuidFormat (line 81) | public void testUuidFormat() { method assertUuidFormat (line 97) | private void assertUuidFormat(NodeId id) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/id/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 33) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/AxisQueryTest.java class AxisQueryTest (line 35) | public class AxisQueryTest extends AbstractQueryTest { method setUp (line 74) | protected void setUp() throws Exception { method testExecuteQueries (line 94) | public void testExecuteQueries() throws RepositoryException { method getRandomAxis (line 141) | private String getRandomAxis() { method getRandomName (line 151) | private String getRandomName() { method traversalEvaluate (line 161) | private void traversalEvaluate(Node n, Pattern pattern, Set matchingPa... method createNodes (line 171) | private int createNodes(Node n, int nodesPerLevel, int levels, int count) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/CachingHierarchyManagerConsistencyTest.java class CachingHierarchyManagerConsistencyTest (line 40) | public class CachingHierarchyManagerConsistencyTest extends AbstractJCRT... method testObservation (line 49) | public void testObservation() throws Exception { method replaceNodes (line 112) | private void replaceNodes(Session session, int i) throws RepositoryExc... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/ConcurrentQueriesWithUpdatesTest.java class ConcurrentQueriesWithUpdatesTest (line 42) | public class ConcurrentQueriesWithUpdatesTest extends AbstractConcurrenc... method setUp (line 48) | @Override method testQueriesWithUpdates (line 55) | public void testQueriesWithUpdates() throws Exception { method createNodes (line 117) | private int createNodes(Node n, int nodesPerLevel, int levels, int count) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/ConcurrentQueryTest.java class ConcurrentQueryTest (line 35) | public class ConcurrentQueryTest extends AbstractJCRTest { method setUp (line 50) | protected void setUp() throws Exception { method tearDown (line 60) | protected void tearDown() throws Exception { method testConcurrentQueryWithWrite (line 74) | public void testConcurrentQueryWithWrite() throws Exception { method testConcurrentQueryWithDeletes (line 129) | public void testConcurrentQueryWithDeletes() throws Exception { class QueryWorker (line 193) | private static final class QueryWorker extends Thread { method QueryWorker (line 202) | QueryWorker(Session s, String query, List exceptions, Pri... method run (line 209) | public void run() { method finish (line 246) | public synchronized void finish() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/GQLTest.java class GQLTest (line 36) | public class GQLTest extends AbstractQueryTest { method testPath (line 40) | public void testPath() throws RepositoryException { method testOrder (line 49) | public void testOrder() throws RepositoryException { method testOrderDeep (line 71) | public void testOrderDeep() throws RepositoryException { method testLimit (line 96) | public void testLimit() throws RepositoryException { method testPhrase (line 135) | public void testPhrase() throws RepositoryException { method testApostrophe (line 145) | public void testApostrophe() throws RepositoryException { method testExcludeTerm (line 154) | public void testExcludeTerm() throws RepositoryException { method testOptionalTerm (line 167) | public void testOptionalTerm() throws RepositoryException { method testType (line 180) | public void testType() throws RepositoryException { method testMixinType (line 194) | public void testMixinType() throws RepositoryException { method testTypeInheritance (line 204) | public void testTypeInheritance() throws RepositoryException { method testAutoPrefixType (line 212) | public void testAutoPrefixType() throws RepositoryException { method testQuotedProperty (line 226) | public void testQuotedProperty() throws RepositoryException { method testAutoPrefix (line 233) | public void testAutoPrefix() throws RepositoryException { method testCommonPathPrefix (line 240) | public void testCommonPathPrefix() throws RepositoryException { method testExcerpt (line 249) | public void testExcerpt() throws RepositoryException { method testPrefixedValue (line 265) | public void testPrefixedValue() throws RepositoryException { method testFilter (line 278) | public void testFilter() throws RepositoryException { method testFilterLimit (line 295) | public void testFilterLimit() throws RepositoryException { method testName (line 312) | public void testName() throws RepositoryException { method XXXtestQueryDestruction (line 356) | public void XXXtestQueryDestruction() throws RepositoryException { method addFile (line 371) | protected static Node addFile(Node folder, String name, String contents) method createStatement (line 387) | protected String createStatement(String stmt) { method checkResultWithRetries (line 400) | protected void checkResultWithRetries(String gql, String cpp, Node[] n... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/GetOrNullTest.java class GetOrNullTest (line 31) | public class GetOrNullTest extends AbstractJCRTest { method setUp (line 39) | public void setUp() throws Exception { method testGetItemOrNullExistingNode (line 47) | public void testGetItemOrNullExistingNode() throws RepositoryException { method testGetItemOrNullNonExistingNode (line 55) | public void testGetItemOrNullNonExistingNode() throws RepositoryExcept... method testGetItemOrNullExistingProperty (line 61) | public void testGetItemOrNullExistingProperty() throws RepositoryExcep... method testGetItemOrNullNonExistingProperty (line 69) | public void testGetItemOrNullNonExistingProperty() throws RepositoryEx... method testGetNodeOrNullExisting (line 75) | public void testGetNodeOrNullExisting() throws RepositoryException { method testGetNodeOrNullNonExisting (line 82) | public void testGetNodeOrNullNonExisting() throws RepositoryException { method testGetPropertyOrNullExisting (line 88) | public void testGetPropertyOrNullExisting() throws RepositoryException { method testGetPropertyOrNullNonExisting (line 95) | public void testGetPropertyOrNullNonExisting() throws RepositoryExcept... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/InterruptedQueryTest.java class InterruptedQueryTest (line 44) | public class InterruptedQueryTest { method setUp (line 50) | @Before method tearDown (line 63) | @After method testQuery (line 74) | @Test method deleteAll (line 126) | private static void deleteAll() throws IOException { method getTestDir (line 130) | private static File getTestDir() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/ItemSequenceTest.java class ItemSequenceTest (line 49) | public class ItemSequenceTest extends AbstractJCRTest { method call (line 52) | public void call(Item item, RepositoryException exception) { method setUp (line 57) | @Override method testEmptyNodeSequence (line 64) | public void testEmptyNodeSequence() throws RepositoryException { method testSingletonNodeSequence (line 79) | public void testSingletonNodeSequence() throws RepositoryException { method testNodeSequence (line 99) | public void testNodeSequence() throws RepositoryException, IOException { method testEmptyPropertySequence (line 124) | public void testEmptyPropertySequence() throws RepositoryException { method testSingletonPropertySequence (line 134) | public void testSingletonPropertySequence() throws RepositoryException { method testPropertySequence (line 152) | public void testPropertySequence() throws RepositoryException, IOExcep... method loadWords (line 179) | private static List loadWords() throws FileNotFoundException, ... method take (line 196) | private static List take(int count, List list) { method addAll (line 204) | private static void addAll(NodeSequence nodes, List words) thr... method addAll (line 210) | private static void addAll(PropertySequence properties, List w... method checkTreeProperty (line 218) | private static void checkTreeProperty(Node root, int minChildren, int ... method checkOrder (line 275) | private static void checkOrder(NodeSequence nodes, Comparator ... method checkLookup (line 286) | private static void checkLookup(NodeSequence nodes, List keys)... method checkLookup (line 294) | private static void checkLookup(PropertySequence properties, List key... method checkNotFound (line 313) | private static void checkNotFound(PropertySequence properties, List words) ... method removeAll (line 331) | private static void removeAll(PropertySequence properties, List getParamters() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/RepositoryLockTest.java class RepositoryLockTest (line 33) | public class RepositoryLockTest extends TestCase { method tearDown (line 46) | protected void tearDown() throws Exception { method testMultipleInstantiation (line 54) | public void testMultipleInstantiation() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/RestoreSameNameSiblingTest.java class RestoreSameNameSiblingTest (line 31) | public class RestoreSameNameSiblingTest extends AbstractJCRTest { method testRestoreSNS (line 33) | public void testRestoreSNS() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/SessionImplTest.java class SessionImplTest (line 39) | public class SessionImplTest extends AbstractJCRTest { method testCheckAddNodePermissionOnRoot (line 46) | public void testCheckAddNodePermissionOnRoot() throws RepositoryExcept... method testSessionAttributes (line 66) | public void testSessionAttributes() throws RepositoryException { method testCreateSession (line 86) | public void testCreateSession() throws RepositoryException, NotExecuta... method testGetSubject (line 146) | public void testGetSubject() { method testCheckNonExistingItem (line 173) | public void testCheckNonExistingItem() throws Exception { method testSessionHasPermission (line 182) | public void testSessionHasPermission() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/TreeTraverserTest.java class TreeTraverserTest (line 46) | public class TreeTraverserTest extends AbstractJCRTest { method call (line 50) | public void call(Item item, RepositoryException exception) { method setUp (line 86) | @Override method testTraverseNodesEmpty (line 104) | public void testTraverseNodesEmpty() throws RepositoryException { method testTraverseLeavesEmpty (line 109) | public void testTraverseLeavesEmpty() throws RepositoryException { method testTraverseNodes (line 114) | public void testTraverseNodes() throws RepositoryException { method testTraverseLeaves (line 120) | public void testTraverseLeaves() throws RepositoryException { method testTraversePropertiesEmpty (line 126) | public void testTraversePropertiesEmpty() throws RepositoryException { method testTraverseProperties (line 135) | public void testTraverseProperties() throws RepositoryException { method addNodes (line 146) | private static void addNodes(Node root, Iterable nodes) throws... method addProperties (line 155) | private static void addProperties(Node root, Iterable properti... method checkNodes (line 173) | private static void checkNodes(TreeTraverser treeTraverser, Iterator actualProperties, method removeIgnored (line 196) | private static Iterator removeIgnored(Iterator pro... method property2Path (line 209) | private static Iterator property2Path(Iterator prope... method toList (line 222) | private static List toList(Iterator iterator) { method cat (line 230) | private static String cat(String s1, String s2) { method cat (line 239) | private static Iterator cat(final String s, Iterator s... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/UtilsGetPathTest.java class UtilsGetPathTest (line 34) | public class UtilsGetPathTest extends AbstractJCRTest { method testGetOrCreateByPath1 (line 36) | @Test method testGetOrCreateByPathNoRoot (line 52) | @Test FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/VersioningTest.java class VersioningTest (line 32) | public class VersioningTest extends AbstractJCRTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 52) | protected void tearDown() throws Exception { method testVersionGraph (line 74) | public void testVersionGraph() throws Exception { method assertPredecessors (line 175) | private void assertPredecessors(String expected, Version version) method assertSuccessors (line 195) | private void assertSuccessors(String expected, Version version) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/WorkspaceInitTest.java class WorkspaceInitTest (line 31) | public class WorkspaceInitTest extends AbstractJCRTest { method setUp (line 33) | protected void setUp() throws Exception { method tearDown (line 38) | protected void tearDown() throws Exception { method testIdleTime (line 43) | public void testIdleTime() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/benchmark/ItemStateCacheSyncTest.java class ItemStateCacheSyncTest (line 43) | public class ItemStateCacheSyncTest extends TestCase { method setUp (line 57) | protected void setUp() throws Exception { method tearDown (line 80) | protected void tearDown() throws Exception { method testCacheSync (line 88) | public void testCacheSync() throws Exception { class Lookup (line 130) | public class Lookup implements Runnable { method run (line 132) | public void run() { class Traverse (line 154) | public class Traverse implements ItemVisitor { method visit (line 156) | public void visit(Property property) { method visit (line 159) | public void visit(Node node) throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/benchmark/SimpleBench.java class SimpleBench (line 32) | public class SimpleBench { method main (line 38) | public static void main(String[] args) throws Exception { method start (line 44) | void start() { method end (line 48) | void end(String message) { method test (line 55) | void test(int run) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/daily/DailyIntegrationTest.java class DailyIntegrationTest (line 45) | public class DailyIntegrationTest extends TestCase { method suite (line 47) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/daily/ItemStateHierarchyManagerDeadlockTest.java class ItemStateHierarchyManagerDeadlockTest (line 40) | public class ItemStateHierarchyManagerDeadlockTest extends TestCase { method setUp (line 52) | public void setUp() throws IOException, RepositoryException { method tearDown (line 65) | public void tearDown() throws IOException, InterruptedException { method startRepository (line 69) | private void startRepository() throws RepositoryException { method login (line 75) | private Session login() throws RepositoryException { method stopRepository (line 79) | private void stopRepository() throws RepositoryException { method testConcurrentWritingSessions (line 83) | public void testConcurrentWritingSessions() throws Exception { method clearInvRootNode (line 103) | public void clearInvRootNode() { method createInvRootNode (line 125) | public void createInvRootNode() throws RepositoryException { method getInvRootNode (line 139) | private Node getInvRootNode(Session session) throws RepositoryException { method createNodesUnderInvRootNode (line 153) | public void createNodesUnderInvRootNode() { method retrieveNodesUnderInvRootNode (line 178) | public void retrieveNodesUnderInvRootNode() { method removeNodesUnderInvRootNode (line 205) | public void removeNodesUnderInvRootNode() { method runDeadlockTest (line 229) | public void runDeadlockTest() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/daily/RandomOperationTest.java class RandomOperationTest (line 30) | public class RandomOperationTest extends AbstractConcurrencyTest { method setUp (line 64) | protected void setUp() throws Exception { method testRandomContentOperations (line 69) | public void testRandomContentOperations() throws RepositoryException { method testRandomContentOperationsXA (line 73) | public void testRandomContentOperationsXA() throws RepositoryException { method testRandomVersionOperations (line 79) | public void testRandomVersionOperations() throws RepositoryException { method testRandomVersionOperationsXA (line 83) | public void testRandomVersionOperationsXA() throws RepositoryException { method testContentAndVersionOperations (line 89) | public void testContentAndVersionOperations() throws RepositoryExcepti... method testContentAndVersionOperationsXA (line 96) | public void testContentAndVersionOperationsXA() throws RepositoryExcep... method disabledTestContentAndVersionOperationsXAMixed (line 112) | public void disabledTestContentAndVersionOperationsXAMixed() method disabledTestContentAndVersionOperationsXAMixedShortSaveInterval (line 131) | public void disabledTestContentAndVersionOperationsXAMixedShortSaveInt... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/AddNode.java class AddNode (line 29) | public class AddNode extends Operation { method AddNode (line 35) | public AddNode(Session s, String path, String name) { method execute (line 43) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/AddVersionLabel.java class AddVersionLabel (line 30) | public class AddVersionLabel extends VersionOperation { method AddVersionLabel (line 34) | public AddVersionLabel(Session s, String path) { method execute (line 41) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/Checkin.java class Checkin (line 31) | public class Checkin extends VersionOperation { method Checkin (line 35) | public Checkin(Session s, String path) { method execute (line 42) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/Checkout.java class Checkout (line 30) | public class Checkout extends VersionOperation { method Checkout (line 34) | public Checkout(Session s, String path) { method execute (line 41) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/CreateNodes.java class CreateNodes (line 31) | public class CreateNodes extends Operation { method CreateNodes (line 43) | public CreateNodes(Session s, method execute (line 59) | public NodeIterator execute() throws Exception { method createNodes (line 66) | private int createNodes(Node n, int nodesPerLevel, int levels, int count) method addMixins (line 89) | private void addMixins(Node node) throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/GetNode.java class GetNode (line 26) | public class GetNode extends Operation { method GetNode (line 28) | public GetNode(Session s, String path) { method execute (line 35) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/GetRandomNodes.java class GetRandomNodes (line 33) | public class GetRandomNodes extends Operation { method GetRandomNodes (line 37) | public GetRandomNodes(Session s, Operation op) { method execute (line 47) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/Operation.java class Operation (line 32) | public abstract class Operation { method Operation (line 44) | public Operation(Session s, String path) { method execute (line 49) | public abstract NodeIterator execute() throws Exception; method isUseTransaction (line 51) | public boolean isUseTransaction() { method setUseTransaction (line 55) | public void setUseTransaction(boolean useTransaction) { method getSession (line 59) | protected Session getSession() { method getPath (line 63) | protected String getPath() { method getItem (line 67) | protected Item getItem() throws RepositoryException { method getNode (line 71) | protected Node getNode() throws RepositoryException { method randomWait (line 78) | protected void randomWait() throws Exception { method getMaxRandomWait (line 88) | public int getMaxRandomWait() { method setMaxRandomWait (line 96) | public void setMaxRandomWait(int maxRandomWait) { method wrapWithIterator (line 106) | protected static NodeIterator wrapWithIterator(Node node) { method getRandomText (line 110) | protected String getRandomText(int numChars) { method getRandom (line 119) | protected Random getRandom() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/OperationFactory.java class OperationFactory (line 30) | public class OperationFactory { method OperationFactory (line 38) | public OperationFactory(Session s) { method randomContentOperations (line 46) | public Operation randomContentOperations(NodeIterator nodes, method randomContentOperation (line 58) | public Operation randomContentOperation(Operation op) throws Exception { method randomVersionOperations (line 89) | public Operation randomVersionOperations(NodeIterator nodes, method randomVersionOperation (line 101) | public Operation randomVersionOperation(Operation op) throws Exception { method runInTransaction (line 139) | public Operation runInTransaction(Operation op) { method runInSequence (line 146) | public Operation runInSequence(Operation[] ops) { method save (line 153) | public Operation save(String path) { method getNode (line 160) | public Operation getNode(String path) { method traverseNodes (line 168) | public Operation traverseNodes(String path) { method createNodes (line 175) | public Operation createNodes(String path, method getRandomNodes (line 189) | public NodeIterator getRandomNodes(Operation op) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/OperationSequence.java class OperationSequence (line 30) | public class OperationSequence extends Operation { method OperationSequence (line 34) | public OperationSequence(Session s, List operations) { method execute (line 39) | @SuppressWarnings("unchecked") FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/RandomContentOperations.java class RandomContentOperations (line 25) | public class RandomContentOperations extends RandomOperations { method RandomContentOperations (line 27) | public RandomContentOperations(OperationFactory factory, method execute (line 34) | public NodeIterator execute() throws Exception { method getRandomOperation (line 38) | protected Operation getRandomOperation(String path) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/RandomOperations.java class RandomOperations (line 29) | public abstract class RandomOperations extends Operation { method RandomOperations (line 37) | public RandomOperations(OperationFactory factory, method execute (line 47) | public NodeIterator execute() throws Exception { method getNumOperations (line 56) | protected int getNumOperations() { method getFactory (line 60) | protected OperationFactory getFactory() { method getRandomOperation (line 64) | protected abstract Operation getRandomOperation(String path) throws Ex... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/RandomVersionOperations.java class RandomVersionOperations (line 25) | public class RandomVersionOperations extends RandomOperations { method RandomVersionOperations (line 27) | public RandomVersionOperations(OperationFactory factory, method execute (line 34) | public NodeIterator execute() throws Exception { method getRandomOperation (line 38) | protected Operation getRandomOperation(String path) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/Remove.java class Remove (line 30) | public class Remove extends Operation { method Remove (line 36) | public Remove(Session s, String path, String namePrefix) { method execute (line 41) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/RemoveVersion.java class RemoveVersion (line 30) | public class RemoveVersion extends VersionOperation { method RemoveVersion (line 34) | public RemoveVersion(Session s, String path) { method execute (line 38) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/RemoveVersionLabel.java class RemoveVersionLabel (line 31) | public class RemoveVersionLabel extends VersionOperation { method RemoveVersionLabel (line 35) | public RemoveVersionLabel(Session s, String path) { method execute (line 39) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/Restore.java class Restore (line 30) | public class Restore extends VersionOperation { method Restore (line 34) | public Restore(Session s, String path) { method execute (line 38) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/Save.java class Save (line 29) | public class Save extends Operation { method Save (line 33) | public Save(Session s, String path) { method execute (line 37) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/SetProperty.java class SetProperty (line 30) | public class SetProperty extends Operation { method SetProperty (line 36) | public SetProperty(Session s, String path, String name) { method execute (line 41) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/TraverseNodes.java class TraverseNodes (line 29) | public class TraverseNodes extends Operation { method TraverseNodes (line 31) | public TraverseNodes(Session s, String path) { method execute (line 35) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/VersionOperation.java class VersionOperation (line 30) | public abstract class VersionOperation extends Operation { method VersionOperation (line 32) | public VersionOperation(Session s, String path) { method getRandomVersion (line 45) | protected Version getRandomVersion(boolean excludeReferenced) throws R... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/operation/XATransaction.java class XATransaction (line 29) | public class XATransaction extends Operation { method XATransaction (line 35) | public XATransaction(Session s, Operation op) { method execute (line 40) | public NodeIterator execute() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/task/ContentOperationsTask.java class ContentOperationsTask (line 27) | public class ContentOperationsTask extends RandomOperationsTask { method ContentOperationsTask (line 29) | public ContentOperationsTask(int numLevels, int nodesPerLevel, method getRandomOperations (line 34) | protected Operation getRandomOperations(OperationFactory f, FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/task/RandomOperationsTask.java class RandomOperationsTask (line 31) | public abstract class RandomOperationsTask implements AbstractConcurrenc... method RandomOperationsTask (line 45) | public RandomOperationsTask(String mixins[], int numLevels, method execute (line 54) | public void execute(Session session, Node test) throws RepositoryExcep... method getRandomOperations (line 81) | protected abstract Operation getRandomOperations(OperationFactory f, method isUseXA (line 85) | public boolean isUseXA() { method setUseXA (line 89) | public void setUseXA(boolean useXA) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/random/task/VersionOperationsTask.java class VersionOperationsTask (line 27) | public class VersionOperationsTask extends RandomOperationsTask { method VersionOperationsTask (line 29) | public VersionOperationsTask(int numLevels, int nodesPerLevel, method getRandomOperations (line 35) | protected Operation getRandomOperations(OperationFactory f, FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/journal/FileJournalTest.java class FileJournalTest (line 33) | public class FileJournalTest extends JUnitTest { method setUp (line 63) | protected void setUp() throws Exception { method tearDown (line 75) | protected void tearDown() throws Exception { method testRevisionIsOptional (line 89) | public void testRevisionIsOptional() throws Exception { method testClusterInitIncompleteBadJournalClass (line 121) | public void testClusterInitIncompleteBadJournalClass() throws Exception { method testClusterInitIncompleteMissingParam (line 150) | public void testClusterInitIncompleteMissingParam() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/journal/LockableFileRevisionTest.java class LockableFileRevisionTest (line 31) | public class LockableFileRevisionTest extends AbstractConcurrencyTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 43) | protected void tearDown() throws Exception { method testConcurrentLocking (line 48) | public void testConcurrentLocking() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/journal/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 37) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/lock/ConcurrentLockingTest.java class ConcurrentLockingTest (line 30) | public class ConcurrentLockingTest extends AbstractConcurrencyTest { method testConcurrentLockUnlock (line 43) | public void testConcurrentLockUnlock() throws RepositoryException { method testConcurrentCreateAndLockUnlock (line 58) | public void testConcurrentCreateAndLockUnlock() throws RepositoryExcep... method testConcurrentLock (line 74) | public void testConcurrentLock() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/lock/ConcurrentLockingWithTransactionsTest.java class ConcurrentLockingWithTransactionsTest (line 32) | public class ConcurrentLockingWithTransactionsTest extends AbstractConcu... method testConcurrentRefreshInTransaction (line 47) | public void testConcurrentRefreshInTransaction() method testConcurrentCreateAndLockUnLockInTransaction (line 80) | public void testConcurrentCreateAndLockUnLockInTransaction() method getLevel2Cause (line 110) | private static Throwable getLevel2Cause(Throwable t) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/lock/ExtendedLockingTest.java class ExtendedLockingTest (line 29) | public class ExtendedLockingTest extends AbstractJCRTest { method testRemoveMixLockableFromLockedNode (line 31) | public void testRemoveMixLockableFromLockedNode() throws RepositoryExc... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/lock/LockTimeoutTest.java class LockTimeoutTest (line 29) | public class LockTimeoutTest extends AbstractJCRTest { method testExpired (line 31) | public void testExpired() throws Exception { method testExpired (line 36) | private void testExpired(boolean xa) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/lock/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/nodetype/CyclicNodeTypeRegistrationTest.java class CyclicNodeTypeRegistrationTest (line 40) | public class CyclicNodeTypeRegistrationTest extends AbstractJCRTest { method setUp (line 69) | protected void setUp() throws Exception { method tearDown (line 91) | protected void tearDown() throws Exception { method testRegisterCyclicChildNodeTypes (line 106) | public void testRegisterCyclicChildNodeTypes() { method testRegisterSimpleMissingNodeTypes (line 156) | public void testRegisterSimpleMissingNodeTypes() { method testRegisterCyclicChildNodeTypesAndSupertypes (line 192) | public void testRegisterCyclicChildNodeTypesAndSupertypes() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/nodetype/MixinTest.java class MixinTest (line 30) | public class MixinTest extends AbstractJCRTest { method setUp (line 40) | @Override method testMixinRemovedWithProtectedChildNode (line 54) | public void testMixinRemovedWithProtectedChildNode() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/nodetype/NodeTypesInContentTest.java class NodeTypesInContentTest (line 37) | public class NodeTypesInContentTest extends AbstractJCRTest { method setUp (line 44) | protected void setUp() throws Exception { method testDefaultValues (line 61) | public void testDefaultValues() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/nodetype/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/nodetype/xml/SimpleNamespaceRegistry.java class SimpleNamespaceRegistry (line 29) | public class SimpleNamespaceRegistry implements NamespaceRegistry { method SimpleNamespaceRegistry (line 40) | public SimpleNamespaceRegistry() { method registerNamespace (line 49) | public void registerNamespace(String prefix, String uri) { method unregisterNamespace (line 55) | public void unregisterNamespace(String prefix) { method getPrefixes (line 63) | public String[] getPrefixes() { method getURIs (line 68) | public String[] getURIs() { method getURI (line 73) | public String getURI(String prefix) { method getPrefix (line 78) | public String getPrefix(String uri) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/nodetype/xml/TestAll.java class TestAll (line 56) | public class TestAll extends AbstractJCRTest { method setUp (line 94) | protected void setUp() throws Exception { method getNodeType (line 112) | private QNodeTypeDefinition getNodeType(String name) { method getPropDef (line 134) | private QPropertyDefinition getPropDef(String typeName, String propert... method getDefaultValue (line 161) | private String getDefaultValue(QPropertyDefinition def, int index) { method getChildNode (line 182) | private QNodeDefinition getChildNode(String typeName, String nodeName) { method testRead (line 202) | public void testRead() { method testEmptyNodeType (line 207) | public void testEmptyNodeType() { method testMixinNodeType (line 223) | public void testMixinNodeType() { method testOrderedNodeType (line 230) | public void testOrderedNodeType() { method testItemNodeType (line 237) | public void testItemNodeType() { method testImportXMLNodeTypes (line 249) | public void testImportXMLNodeTypes() throws Exception { method testInvalidXMLNodeTypes (line 269) | public void testInvalidXMLNodeTypes() throws Exception { method testImportCNDNodeTypes (line 287) | public void testImportCNDNodeTypes() throws Exception { method testInvalidCNDNodeTypes (line 304) | public void testInvalidCNDNodeTypes() throws Exception { method testEmptyItem (line 322) | public void testEmptyItem() { method testAutoCreateItem (line 335) | public void testAutoCreateItem() { method testMandatoryItem (line 342) | public void testMandatoryItem() { method testCopyItem (line 349) | public void testCopyItem() { method testVersionItem (line 356) | public void testVersionItem() { method testInitializeItem (line 363) | public void testInitializeItem() { method testComputeItem (line 370) | public void testComputeItem() { method testAbortItem (line 377) | public void testAbortItem() { method testProtectedItem (line 384) | public void testProtectedItem() { method testPropertyNodeType (line 391) | public void testPropertyNodeType() { method testEmptyProperty (line 398) | public void testEmptyProperty() { method testBinaryProperty (line 411) | public void testBinaryProperty() { method testBooleanProperty (line 424) | public void testBooleanProperty() { method testDateProperty (line 441) | public void testDateProperty() { method testDoubleProperty (line 457) | public void testDoubleProperty() { method testLongProperty (line 476) | public void testLongProperty() { method testNameProperty (line 495) | public void testNameProperty() { method testPathProperty (line 511) | public void testPathProperty() { method testPathProperty1 (line 525) | public void testPathProperty1() { method testPathProperty2 (line 539) | public void testPathProperty2() { method testReferenceProperty (line 553) | public void testReferenceProperty() { method testStringProperty (line 567) | public void testStringProperty() { method testMultipleProperty (line 585) | public void testMultipleProperty() { method testChildNodeType (line 592) | public void testChildNodeType() { method testEmptyNode (line 599) | public void testEmptyNode() { method testSiblingNode (line 608) | public void testSiblingNode() { method testDefaultTypeNode (line 615) | public void testDefaultTypeNode() { method testRequiredTypeNode (line 623) | public void testRequiredTypeNode() { method testWrite (line 644) | public void testWrite() throws IOException, RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/MixinTest.java class MixinTest (line 30) | public class MixinTest extends AbstractObservationTest { method testSingleMixin (line 35) | public void testSingleMixin() throws RepositoryException { method testMultipleMixin (line 60) | public void testMultipleMixin() throws RepositoryException { method testMultipleMixinOnNode (line 86) | public void testMultipleMixinOnNode() throws RepositoryException { method testDerivedMixin (line 117) | public void testDerivedMixin() throws RepositoryException { method addEventListener (line 146) | protected void addEventListener(EventListener listener, String[] mixin... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/MoveInPlaceTest.java class MoveInPlaceTest (line 28) | public class MoveInPlaceTest extends AbstractQueryTest { method testMove (line 30) | public void testMove() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/ReorderTest.java class ReorderTest (line 30) | public class ReorderTest extends AbstractObservationTest { method testNodeReorderComplex (line 42) | public void testNodeReorderComplex() FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/ShareableNodesTest.java class ShareableNodesTest (line 31) | public class ShareableNodesTest extends AbstractObservationTest { method testAddShareableMixin (line 33) | public void testAddShareableMixin() throws RepositoryException { method testAddShare (line 50) | public void testAddShare() throws RepositoryException { method testRemoveShare (line 68) | public void testRemoveShare() throws RepositoryException { method removeFromSharedSet (line 89) | protected void removeFromSharedSet(Node node) throws RepositoryExcepti... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/VersionEventsTest.java class VersionEventsTest (line 37) | public class VersionEventsTest extends AbstractObservationTest { method testCheckin (line 43) | public void testCheckin() throws RepositoryException { method testXACheckin (line 69) | public void testXACheckin() throws Exception { method testRemoveVersion (line 103) | public void testRemoveVersion() throws RepositoryException { method testXARemoveVersion (line 135) | public void testXARemoveVersion() throws Exception { method testCheckinOtherWorkspace (line 175) | public void testCheckinOtherWorkspace() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/observation/WarningOnSaveWithNotificationThreadTest.java class WarningOnSaveWithNotificationThreadTest (line 37) | public class WarningOnSaveWithNotificationThreadTest extends method testWarning (line 42) | public void testWarning() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/AutoFixCorruptNode.java class AutoFixCorruptNode (line 45) | public class AutoFixCorruptNode extends TestCase { method setUp (line 49) | public void setUp() throws Exception { method tearDown (line 53) | public void tearDown() throws Exception { method testAutoFixWithConsistencyCheck (line 61) | public void testAutoFixWithConsistencyCheck() throws Exception { method testOrphan (line 93) | public void testOrphan() throws Exception { method testMissingVHR (line 139) | public void testMissingVHR() throws Exception { method testMissingRootVersion (line 252) | public void testMissingRootVersion() throws Exception { method testMissingRootVersion2 (line 369) | public void testMissingRootVersion2() throws Exception { method testBrokenVhrParent (line 452) | public void testBrokenVhrParent() throws Exception { method testAutoFix (line 508) | public void testAutoFix() throws Exception { method destroyBundle (line 561) | private void destroyBundle(UUID id, String where) throws SQLException { method openSession (line 573) | private Session openSession(Repository rep, boolean autoFix) method validateDisconnectedVHR (line 585) | private void validateDisconnectedVHR(Node oldVHR) throws RepositoryExc... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/PersistenceManagerTest.java class PersistenceManagerTest (line 49) | public class PersistenceManagerTest extends TestCase { method setUp (line 64) | protected void setUp() throws Exception { method tearDown (line 73) | protected void tearDown() throws Exception { method testInMemPersistenceManager (line 78) | public void testInMemPersistenceManager() throws Exception { method testInMemBundlePersistenceManager (line 82) | public void testInMemBundlePersistenceManager() throws Exception { method testXMLPersistenceManager (line 86) | public void testXMLPersistenceManager() throws Exception { method testObjectPersistenceManager (line 90) | public void testObjectPersistenceManager() throws Exception { method testDerbyDatabasePersistenceManager (line 94) | public void testDerbyDatabasePersistenceManager() throws Exception { method testDerbyPoolPersistenceManager (line 103) | public void testDerbyPoolPersistenceManager() throws Exception { method testH2PoolPersistenceManager (line 112) | public void testH2PoolPersistenceManager() throws Exception { method assertPersistenceManager (line 121) | private void assertPersistenceManager(PersistenceManager manager) method assertCreateNewNode (line 141) | private void assertCreateNewNode(PersistenceManager manager) { method assertCreateNewProperty (line 158) | private void assertCreateNewProperty(PersistenceManager manager) { method assertMissingItemStates (line 170) | private void assertMissingItemStates(PersistenceManager manager) method assertCreateUpdateDelete (line 194) | private void assertCreateUpdateDelete(PersistenceManager manager) method assertEquals (line 261) | private void assertEquals(NodeState expected, NodeState actual) { method assertEquals (line 270) | private void assertEquals(PropertyState expected, PropertyState actual) { method assertEquals (line 277) | private void assertEquals(NodeReferences expected, NodeReferences actu... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/util/BundleBindingRandomizedTest.java class BundleBindingRandomizedTest (line 42) | public class BundleBindingRandomizedTest extends TestCase { method testRandomBundle (line 49) | public void testRandomBundle() throws Exception { method randomBundle (line 71) | private static NodePropBundle randomBundle(Random r) { method tryBundleRoundtrip (line 102) | private static boolean tryBundleRoundtrip(NodePropBundle bundle) method randomProperty (line 138) | private static PropertyEntry randomProperty(NodeId nodeId, Random r) { method randomValue (line 163) | private static InternalValue randomValue(Random r) { method randomSize (line 171) | private static int randomSize(Random r) { method randomNameSet (line 182) | private static Set randomNameSet(Random r) { method randomNodeIdSet (line 194) | private static Set randomNodeIdSet(Random r) { method randomNodeId (line 208) | private static NodeId randomNodeId(Random r) { method randomName (line 215) | private static Name randomName(Random r) { method randomString (line 222) | private static String randomString(Random r) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/util/BundleBindingTest.java class BundleBindingTest (line 46) | public class BundleBindingTest extends TestCase { method setUp (line 52) | protected void setUp() throws Exception { method testEmptyBundle (line 93) | public void testEmptyBundle() throws Exception { method testComplexBundle (line 111) | public void testComplexBundle() throws Exception { method testCustomNamespaces (line 292) | public void testCustomNamespaces() throws Exception { method testBooleanSerialization (line 318) | public void testBooleanSerialization() throws Exception { method testLongSerialization (line 326) | public void testLongSerialization() throws Exception { method testDoubleSerialization (line 336) | public void testDoubleSerialization() throws Exception { method testDateSerialization (line 352) | public void testDateSerialization() throws Exception { method testForbiddenDateSerialization (line 378) | public void testForbiddenDateSerialization() throws Exception { method testCorruptedBundle (line 395) | public void testCorruptedBundle() throws Exception { method assertDateSerialization (line 446) | private void assertDateSerialization(String date) throws Exception { method assertValueSerialization (line 451) | private void assertValueSerialization(InternalValue value) method assertBundleRoundtrip (line 477) | private void assertBundleRoundtrip(NodePropBundle bundle) method assertBundleSerialization (line 487) | private void assertBundleSerialization(NodePropBundle bundle, byte[] d... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/util/HashMapIndexTest.java class HashMapIndexTest (line 23) | public class HashMapIndexTest extends TestCase { method setUp (line 30) | protected void setUp() throws Exception { method testIndex (line 45) | public void testIndex() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/util/NodeCorruptionTest.java class NodeCorruptionTest (line 30) | public class NodeCorruptionTest extends AbstractJCRTest { method testCopyMultiSingleValue (line 32) | public void testCopyMultiSingleValue() throws Exception { method getAlternativeWorkspaceName (line 71) | private String getAlternativeWorkspaceName() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/persistence/util/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/AbstractIndexingTest.java class AbstractIndexingTest (line 32) | public class AbstractIndexingTest extends AbstractQueryTest { method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 48) | protected void tearDown() throws Exception { method getWorkspaceName (line 58) | protected String getWorkspaceName() { method waitForTextExtractionTasksToFinish (line 65) | protected void waitForTextExtractionTasksToFinish() throws Exception { method flushSearchIndex (line 70) | protected void flushSearchIndex() throws RepositoryException { method getSearchIndex (line 82) | protected SearchIndex getSearchIndex() { method getSearchIndex (line 94) | protected static SearchIndex getSearchIndex(Session session) method executeQuery (line 103) | protected QueryResult executeQuery(String statement) method executeXPathQuery (line 109) | protected void executeXPathQuery(String xpath, Node[] nodes) method executeSQLQuery (line 115) | protected void executeSQLQuery(String sql, Node[] nodes) method executeSQL2Query (line 121) | protected void executeSQL2Query(String statement, Node[] nodes) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/AbstractQueryTest.java class AbstractQueryTest (line 46) | public class AbstractQueryTest extends AbstractJCRTest { method setUp (line 52) | protected void setUp() throws Exception { method tearDown (line 58) | protected void tearDown() throws Exception { method checkResult (line 72) | protected void checkResult(QueryResult result, int hits) method checkResult (line 96) | protected void checkResult(QueryResult result, int hits, int columns) method toArray (line 127) | protected Node[] toArray(NodeIterator it) { method executeXPathQuery (line 143) | protected void executeXPathQuery(String xpath, Node[] nodes) method executeSQLQuery (line 157) | protected void executeSQLQuery(String sql, Node[] nodes) method checkResult (line 169) | protected void checkResult(QueryResult result, Node[] nodes) method checkResult (line 180) | protected void checkResult(RowIterator result, Node[] nodes) method checkResult (line 200) | protected void checkResult(NodeIterator result, Node[] nodes) method checkResultSequence (line 231) | protected void checkResultSequence(RowIterator result, Node[] nodes) method executeQuery (line 249) | protected QueryResult executeQuery(String statement) method executeSQL2Query (line 258) | protected QueryResult executeSQL2Query(String statement) method executeSQL2Query (line 263) | protected void executeSQL2Query(String statement, Node[] nodes) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/ChildAxisQueryTest.java class ChildAxisQueryTest (line 26) | public class ChildAxisQueryTest extends AbstractQueryTest { method testRelationQuery (line 31) | public void testRelationQuery() throws RepositoryException { method testRelationQueryDeep (line 68) | public void testRelationQueryDeep() throws RepositoryException { method testMultiRelation (line 107) | public void testMultiRelation() throws RepositoryException { method testLike (line 135) | public void testLike() throws RepositoryException { method testContains (line 152) | public void testContains() throws RepositoryException { method testStarNameTest (line 181) | public void testStarNameTest() throws RepositoryException { method testSimpleQuery (line 213) | public void testSimpleQuery() throws Exception { method testNotIsDescendantNodeQuery (line 226) | public void testNotIsDescendantNodeQuery() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/DerefTest.java class DerefTest (line 30) | public class DerefTest extends AbstractQueryTest { method setUp (line 58) | protected void setUp() throws Exception { method tearDown (line 98) | protected void tearDown() throws Exception { method testDeref (line 114) | public void testDeref() throws RepositoryException { method testDerefInPredicate (line 140) | public void testDerefInPredicate() throws RepositoryException { method testRewrite (line 151) | public void testRewrite() throws RepositoryException { method testDerefToVersionNode (line 159) | public void testDerefToVersionNode() throws RepositoryException { method testMultipleDeref (line 186) | public void testMultipleDeref() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/DescendantSelfAxisTest.java class DescendantSelfAxisTest (line 24) | public class DescendantSelfAxisTest extends AbstractQueryTest { method testCaseTermQueryNPE (line 29) | public void testCaseTermQueryNPE() throws RepositoryException { method testNodeName (line 37) | public void testNodeName() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/ExcerptTest.java class ExcerptTest (line 41) | public class ExcerptTest extends AbstractQueryTest { method testHightlightFirstWord (line 47) | public void testHightlightFirstWord() throws RepositoryException { method testHightlightLastWord (line 53) | public void testHightlightLastWord() throws RepositoryException { method testHightlightWordBetween (line 59) | public void testHightlightWordBetween() throws RepositoryException { method testMoreTextDotsAtEnd (line 65) | public void testMoreTextDotsAtEnd() throws RepositoryException { method testMoreTextDotsAtStart (line 71) | public void testMoreTextDotsAtStart() throws RepositoryException { method testMoreTextDotsAtStartAndEnd (line 77) | public void testMoreTextDotsAtStartAndEnd() throws RepositoryException { method testPunctuationStartsFragment (line 83) | public void testPunctuationStartsFragment() throws RepositoryException { method testPunctuationStartsFragmentEndsWithDots (line 89) | public void testPunctuationStartsFragmentEndsWithDots() throws Reposit... method testHighlightMultipleTerms (line 95) | public void testHighlightMultipleTerms() throws RepositoryException { method testPreferPhrase (line 101) | public void testPreferPhrase() throws RepositoryException { method testEncodeIllegalCharsNoHighlights (line 111) | public void testEncodeIllegalCharsNoHighlights() throws RepositoryExce... method testEncodeIllegalCharsHighlights (line 130) | public void testEncodeIllegalCharsHighlights() throws RepositoryExcept... method testQuotedPhrase (line 143) | public void testQuotedPhrase() throws RepositoryException { method testQuotedPhraseNoMatch (line 152) | public void testQuotedPhraseNoMatch() throws RepositoryException { method testQuotedPhraseNoMatchScrambled (line 178) | public void testQuotedPhraseNoMatchScrambled() throws RepositoryExcept... method testQuotedPhraseNoMatchGap (line 201) | public void testQuotedPhraseNoMatchGap() throws RepositoryException { method testHighlightJa (line 226) | public void testHighlightJa() throws RepositoryException { method testEagerMatch (line 249) | public void testEagerMatch() throws RepositoryException { method testEagerMatch2 (line 257) | public void testEagerMatch2() throws RepositoryException { method testEagerMatch3 (line 266) | public void testEagerMatch3() throws RepositoryException { method checkExcerpt (line 271) | private void checkExcerpt(String text, String fragmentText, String terms) method getStatement (line 282) | private String getStatement(String terms) { method createTestData (line 286) | private void createTestData(String text) throws RepositoryException { method getExcerpt (line 292) | private String getExcerpt(Row row) throws RepositoryException { method createExcerpt (line 301) | private String createExcerpt(String fragments) { method testMatchMultipleNonMatchingTokens (line 313) | public void testMatchMultipleNonMatchingTokens() throws RepositoryExce... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/FnNameQueryTest.java class FnNameQueryTest (line 25) | public class FnNameQueryTest extends AbstractQueryTest { method testSimple (line 27) | public void testSimple() throws RepositoryException { method testWithSpace (line 50) | public void testWithSpace() throws RepositoryException { method testLikeWithWildcard (line 63) | public void testLikeWithWildcard() throws RepositoryException { method testLikeWithWildcardAndLowerCase (line 88) | public void testLikeWithWildcardAndLowerCase() method testLikeWithPrefix (line 130) | public void testLikeWithPrefix() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/FulltextQueryTest.java class FulltextQueryTest (line 35) | public class FulltextQueryTest extends AbstractQueryTest { method testFulltextSimpleSQL1 (line 37) | public void testFulltextSimpleSQL1() throws Exception { method testFulltextSimpleSQL2 (line 51) | public void testFulltextSimpleSQL2() throws Exception { method testFulltextMultiWordSQL (line 65) | public void testFulltextMultiWordSQL() throws Exception { method testFulltextPhraseSQL (line 84) | public void testFulltextPhraseSQL() throws Exception { method testFulltextExcludeSQL (line 103) | public void testFulltextExcludeSQL() throws Exception { method testFulltextOrSQL (line 122) | public void testFulltextOrSQL() throws Exception { method testFulltextIntercapSQL (line 141) | public void testFulltextIntercapSQL() throws Exception { method testContainsStarSQL (line 160) | public void testContainsStarSQL() throws RepositoryException { method testContainsStarXPath (line 178) | public void testContainsStarXPath() throws RepositoryException { method testContainsPropScopeSQL (line 195) | public void testContainsPropScopeSQL() throws RepositoryException { method testContainsPropScopeXPath (line 213) | public void testContainsPropScopeXPath() throws RepositoryException { method testWildcard (line 230) | public void testWildcard() throws RepositoryException { method testMultiByte (line 264) | public void testMultiByte() throws RepositoryException { method testPredefinedEntityReference (line 270) | public void testPredefinedEntityReference() throws RepositoryException { method testColonInContains (line 276) | public void testColonInContains() throws RepositoryException { method testMultipleOrExpressions (line 280) | public void testMultipleOrExpressions() throws RepositoryException { method executeContainsQuery (line 328) | private void executeContainsQuery(String statement, method assertContainsQuery (line 340) | private void assertContainsQuery(String statement, boolean match) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/FulltextSQL2QueryTest.java class FulltextSQL2QueryTest (line 26) | public class FulltextSQL2QueryTest extends AbstractQueryTest { method testFulltextSimpleSQL (line 28) | public void testFulltextSimpleSQL() throws Exception { method testFulltextBindVariableSQL (line 42) | public void testFulltextBindVariableSQL() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/JoinTest.java class JoinTest (line 28) | public class JoinTest extends AbstractQueryTest { method setUp (line 32) | @Override method tearDown (line 82) | @Override method testMultiValuedReferenceJoin (line 93) | public void testMultiValuedReferenceJoin() throws Exception { method testJoinWithOR (line 104) | public void testJoinWithOR() throws Exception { method testJoinWithOR2 (line 113) | public void testJoinWithOR2() throws Exception { method testJoinWithOR3 (line 124) | public void testJoinWithOR3() throws Exception { method testJoinWithOR4 (line 136) | public void testJoinWithOR4() throws Exception { method testJoinWithOR5 (line 157) | public void testJoinWithOR5() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/LazyResultSetQueryTest.java class LazyResultSetQueryTest (line 33) | public class LazyResultSetQueryTest extends AbstractQueryTest { method testResultSet (line 35) | @Ignore("JCR-3477") method tearDown (line 46) | protected void tearDown() throws Exception { method readResult (line 59) | private void readResult(QueryResult result, int count) method createNodes (line 68) | private int createNodes(Node n, int nodesPerLevel, int levels, int count) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/LimitAndOffsetTest.java class LimitAndOffsetTest (line 27) | public class LimitAndOffsetTest extends AbstractQueryTest { method setUp (line 35) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method checkResult (line 59) | protected void checkResult(QueryResult result, Node[] expectedNodes) t... method testLimit (line 63) | public void testLimit() throws Exception { method testOffset (line 77) | public void testOffset() throws Exception { method testOffsetAndLimit (line 91) | public void testOffsetAndLimit() throws Exception { method testOffsetAndSkip (line 119) | public void testOffsetAndSkip() throws Exception { method testOffsetAndLimitWithGetSize (line 127) | public void testOffsetAndLimitWithGetSize() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/LimitedAccessQueryTest.java class LimitedAccessQueryTest (line 32) | public class LimitedAccessQueryTest extends AbstractQueryTest { method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 71) | protected void tearDown() throws Exception { method testDescendantSelfAxisQuery (line 84) | @SuppressWarnings("deprecation") FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/MixinTest.java class MixinTest (line 33) | public class MixinTest extends AbstractQueryTest { method setUp (line 35) | @Override method testBuiltInMixin (line 50) | public void testBuiltInMixin() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/OrderByTest.java class OrderByTest (line 35) | public class OrderByTest extends AbstractQueryTest { method testOrderByScore (line 37) | public void testOrderByScore() throws RepositoryException { method testOrderByMVP (line 66) | public void testOrderByMVP() throws RepositoryException { method testOrderByUpperCase (line 95) | public void testOrderByUpperCase() throws RepositoryException { method testOrderByLowerCase (line 112) | public void testOrderByLowerCase() throws RepositoryException { method testChildAxisString (line 129) | public void testChildAxisString() throws RepositoryException { method testChildAxisLong (line 133) | public void testChildAxisLong() throws RepositoryException { method testChildAxisDouble (line 137) | public void testChildAxisDouble() throws RepositoryException { method testChildAxisBoolean (line 141) | public void testChildAxisBoolean() throws RepositoryException { method testChildAxisCalendar (line 145) | public void testChildAxisCalendar() throws RepositoryException { method testChildAxisName (line 154) | public void testChildAxisName() throws RepositoryException { method testChildAxisPath (line 158) | public void testChildAxisPath() throws RepositoryException { method testChildAxisDeep (line 162) | public void testChildAxisDeep() throws RepositoryException { method testChildAxisNoValue (line 181) | public void testChildAxisNoValue() throws RepositoryException { method testChildAxisMixedTypes (line 206) | public void testChildAxisMixedTypes() throws RepositoryException { method getValue (line 215) | private Value getValue(String value) throws RepositoryException { method getValue (line 219) | private Value getValue(long value) throws RepositoryException { method getValue (line 223) | private Value getValue(double value) throws RepositoryException { method getValue (line 227) | private Value getValue(boolean value) throws RepositoryException { method getValue (line 231) | private Value getValue(Calendar value) throws RepositoryException { method getNameValue (line 235) | private Value getNameValue(String value) throws RepositoryException { method getPathValue (line 239) | private Value getPathValue(String value) throws RepositoryException { method checkChildAxis (line 250) | private void checkChildAxis(Value[] values) throws RepositoryException { method checkChildAxis (line 269) | private void checkChildAxis(Value[] values, String child, String prope... method collectPaths (line 307) | private static List collectPaths(QueryResult result) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/ParentNodeTest.java class ParentNodeTest (line 28) | public class ParentNodeTest extends AbstractQueryTest { method setUp (line 30) | protected void setUp() throws Exception { method testParentInPath (line 48) | public void testParentInPath() throws RepositoryException { method testParentInAttribute1 (line 57) | public void testParentInAttribute1() throws RepositoryException { method testParentInAttribute2 (line 65) | public void testParentInAttribute2() throws RepositoryException { method testParentInAttribute3 (line 73) | public void testParentInAttribute3() throws RepositoryException { method testParentInAttribute4 (line 81) | public void testParentInAttribute4() throws RepositoryException { method testParentAttributeWithDescendant (line 89) | public void testParentAttributeWithDescendant() throws RepositoryExcep... method testParentWithAnd (line 97) | public void testParentWithAnd() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/PathQueryNodeTest.java class PathQueryNodeTest (line 32) | public class PathQueryNodeTest extends TestCase { method getPrefix (line 39) | public String getPrefix(String uri) { method getURI (line 43) | public String getURI(String prefix) { method testNeedsSystemTree (line 52) | public void testNeedsSystemTree() throws Exception { method testNeedsSystemTreeForAllNodesByNodeType (line 72) | public void testNeedsSystemTreeForAllNodesByNodeType() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/QueryExtensionsTest.java class QueryExtensionsTest (line 27) | public class QueryExtensionsTest extends AbstractQueryTest { method testFirst (line 30) | public void testFirst() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/QueryResultTest.java class QueryResultTest (line 30) | public class QueryResultTest extends AbstractQueryTest { method setUp (line 34) | protected void setUp() throws Exception { method testGetSize (line 42) | public void testGetSize() throws RepositoryException { method testGetSizeOrderByScore (line 55) | public void testGetSizeOrderByScore() throws RepositoryException { method testIteratorNext (line 68) | public void testIteratorNext() throws RepositoryException { method testIteratorNextOrderByScore (line 86) | public void testIteratorNextOrderByScore() throws RepositoryException { method testSkip (line 104) | public void testSkip() throws RepositoryException { method testSkipOrderByProperty (line 131) | public void testSkipOrderByProperty() throws RepositoryException { method testGetPosition (line 159) | public void testGetPosition() throws RepositoryException { method testGetPositionOrderBy (line 184) | public void testGetPositionOrderBy() throws RepositoryException { method testPositionEmptyResult (line 209) | public void testPositionEmptyResult() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2NodeLocalNameTest.java class SQL2NodeLocalNameTest (line 29) | public class SQL2NodeLocalNameTest extends AbstractQueryTest { method setUp (line 31) | @Override method tearDown (line 39) | @Override method testEq (line 48) | public void testEq() throws Exception { method testLikeEnd (line 54) | public void testLikeEnd() throws Exception { method testLikeMiddle (line 60) | public void testLikeMiddle() throws Exception { method testLikeNoHits (line 66) | public void testLikeNoHits() throws Exception { method testLikeEmpty (line 75) | public void testLikeEmpty() throws Exception { method testLikeEmptyAsChild (line 81) | public void testLikeEmptyAsChild() throws Exception { method testLikeAllAsChild (line 88) | public void testLikeAllAsChild() throws Exception { method testLowerLocalName (line 98) | public void testLowerLocalName() throws Exception { method testUpperLocalName (line 107) | public void testUpperLocalName() throws Exception { method testLowerName (line 116) | public void testLowerName() throws Exception { method testLowerLocalNameOrContains (line 125) | public void testLowerLocalNameOrContains() throws Exception { method testUpperLocalNameOrContains (line 134) | public void testUpperLocalNameOrContains() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2OffsetLimitTest.java class SQL2OffsetLimitTest (line 38) | public class SQL2OffsetLimitTest extends AbstractQueryTest { method setUp (line 42) | @Override method tearDown (line 51) | @Override method newQuery (line 60) | private Query newQuery() throws Exception { method testNoConstraints (line 65) | public void testNoConstraints() throws Exception { method testLimitEqSize (line 77) | public void testLimitEqSize() throws Exception { method testLimitGtSize (line 91) | public void testLimitGtSize() throws Exception { method testOffsetEqSize (line 105) | public void testOffsetEqSize() throws Exception { method testOffsetGtSize (line 112) | public void testOffsetGtSize() throws Exception { method testSimplePagination (line 119) | public void testSimplePagination() throws Exception { method test2BigPages (line 133) | public void test2BigPages() throws Exception { method qrToPaths (line 159) | private List qrToPaths(QueryResult qr) throws RepositoryExcept... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2OrderByTest.java class SQL2OrderByTest (line 31) | public class SQL2OrderByTest extends AbstractQueryTest { method setUp (line 41) | @Override method tearDown (line 46) | @Override method testOrderByScore (line 55) | public void testOrderByScore() throws RepositoryException { method testOrderByMVP (line 93) | public void testOrderByMVP() throws RepositoryException { method testOrderByVal (line 114) | public void testOrderByVal() throws RepositoryException { method testOrderByValDesc (line 131) | public void testOrderByValDesc() throws RepositoryException { method testOrderByValMult (line 148) | public void testOrderByValMult() throws RepositoryException { method testOrderByValMultDesc (line 170) | public void testOrderByValMultDesc() throws RepositoryException { method testOrderByValMultMix (line 192) | public void testOrderByValMultMix() throws RepositoryException { method testOrderByFnc (line 214) | public void testOrderByFnc() throws RepositoryException { method testOrderByFncDesc (line 231) | public void testOrderByFncDesc() throws RepositoryException { method checkSeq (line 248) | private void checkSeq(QueryResult qr, Node[] nodes) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2OuterJoinTest.java class SQL2OuterJoinTest (line 38) | public class SQL2OuterJoinTest extends AbstractQueryTest { method setUp (line 42) | @Override method tearDown (line 66) | @Override method testOuterJoin (line 75) | public void testOuterJoin() throws Exception { method testOuterJoinWithCondition (line 87) | public void testOuterJoinWithCondition() throws Exception { method testOuterJoinMissingProperty (line 100) | public void testOuterJoinMissingProperty() throws Exception { method testOuterJoinMissingNode (line 112) | public void testOuterJoinMissingNode() throws Exception { method testOuterJoinMissingNodeWithCondition (line 121) | public void testOuterJoinMissingNodeWithCondition() throws Exception { method testOuterJoinExtraNode (line 130) | public void testOuterJoinExtraNode() throws Exception { method testOuterJoinExtraNodeWithCondition (line 140) | public void testOuterJoinExtraNodeWithCondition() throws Exception { method testOuterJoinDoubleJoinSplit (line 150) | public void testOuterJoinDoubleJoinSplit() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2PathEscapingTest.java class SQL2PathEscapingTest (line 36) | public class SQL2PathEscapingTest extends AbstractQueryTest { method setUp (line 40) | @Override method tearDown (line 49) | @Override method testGetChildrenNoEscaping (line 63) | public void testGetChildrenNoEscaping() throws Exception { method testGetChildrenEscapedFull (line 77) | public void testGetChildrenEscapedFull() throws Exception { method testGetChildrenEscapedNode (line 89) | public void testGetChildrenEscapedNode() throws Exception { method testGetChildrenApiDirect (line 102) | public void testGetChildrenApiDirect() throws Exception { method testGetChildrenApiStatement (line 119) | public void testGetChildrenApiStatement() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2QueryResultTest.java class SQL2QueryResultTest (line 39) | public class SQL2QueryResultTest extends AbstractQueryTest { method setUp (line 41) | @Override method testSQL2SelectColums (line 68) | public void testSQL2SelectColums() throws RepositoryException { method executeAndCheckColumns (line 102) | private void executeAndCheckColumns(String sql2, int expected, FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2TooManyClausesTest.java class SQL2TooManyClausesTest (line 30) | public class SQL2TooManyClausesTest extends AbstractQueryTest { method setUp (line 40) | @Override method getOrCreateParent (line 64) | private Node getOrCreateParent(Node node, int index) throws Exception { method testISDESCENDANTNODE (line 81) | public void testISDESCENDANTNODE() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQLTest.java class SQLTest (line 25) | public class SQLTest extends AbstractQueryTest { method testSimpleQuery1 (line 28) | public void testSimpleQuery1() throws Exception { method testFulltextSimple (line 41) | public void testFulltextSimple() throws Exception { method _testFulltextComplex (line 59) | public void _testFulltextComplex() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SelectClauseTest.java class SelectClauseTest (line 27) | public class SelectClauseTest extends AbstractQueryTest { method testSelectSQL (line 29) | public void testSelectSQL() throws RepositoryException { method testPropertyCountSQL (line 58) | public void testPropertyCountSQL() throws RepositoryException { method testSameNameSiblingSQL (line 94) | public void testSameNameSiblingSQL() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/ShareableNodeTest.java class ShareableNodeTest (line 27) | public class ShareableNodeTest extends AbstractQueryTest { method testPathConstraint (line 29) | public void testPathConstraint() throws RepositoryException { method testName (line 105) | public void testName() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SimilarQueryTest.java class SimilarQueryTest (line 24) | public class SimilarQueryTest extends AbstractQueryTest { method testSimilar (line 26) | public void testSimilar() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SimpleQueryTest.java class SimpleQueryTest (line 30) | public class SimpleQueryTest extends AbstractQueryTest { method testSimpleQuerySQL1 (line 33) | public void testSimpleQuerySQL1() throws Exception { method testSimpleQuerySQL2 (line 47) | public void testSimpleQuerySQL2() throws Exception { method testSimpleQuerySQL3 (line 63) | public void testSimpleQuerySQL3() throws Exception { method testSimpleQuerySQL4 (line 79) | public void testSimpleQuerySQL4() throws Exception { method testDateField1 (line 93) | public void testDateField1() throws Exception { method testDoubleField (line 117) | public void testDoubleField() throws Exception { method testBigDecimalField (line 143) | public void testBigDecimalField() throws Exception { method testLongField (line 175) | public void testLongField() throws Exception { method testLikePattern (line 201) | public void testLikePattern() throws Exception { method testLikePatternBetween (line 227) | public void testLikePatternBetween() throws Exception { method testLikePatternEnd (line 253) | public void testLikePatternEnd() throws Exception { method testLikePatternEscaped (line 279) | public void testLikePatternEscaped() throws Exception { method testLikeWithLineTerminator (line 317) | public void testLikeWithLineTerminator() throws Exception { method testNotEqual (line 334) | public void testNotEqual() throws Exception { method testIsNull (line 351) | public void testIsNull() throws Exception { method testIsNotNull (line 376) | public void testIsNotNull() throws Exception { method testNegativeNumber (line 397) | public void testNegativeNumber() throws Exception { method testQuotes (line 426) | public void testQuotes() throws Exception { method testGeneralComparison (line 453) | public void testGeneralComparison() throws Exception { method testLogicalExpression (line 537) | public void testLogicalExpression() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SkipDeletedNodesTest.java class SkipDeletedNodesTest (line 32) | public class SkipDeletedNodesTest extends AbstractQueryTest { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 44) | protected void tearDown() throws Exception { method testRemoveFirstNode (line 60) | public void testRemoveFirstNode() throws RepositoryException { method testRemoveSomeNode (line 92) | public void testRemoveSomeNode() throws RepositoryException { method testRemoveLastNode (line 124) | public void testRemoveLastNode() throws RepositoryException { method testRemoveFirstNodeAfterHasNext (line 159) | public void testRemoveFirstNodeAfterHasNext() throws RepositoryExcepti... method testRemoveSomeNodeAfterHasNext (line 197) | public void testRemoveSomeNodeAfterHasNext() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SkipDeniedNodesTest.java class SkipDeniedNodesTest (line 43) | public class SkipDeniedNodesTest extends AbstractAccessControlTest { method setUp (line 52) | protected void setUp() throws Exception { method tearDown (line 73) | protected void tearDown() throws Exception { method testSkipNodes (line 78) | public void testSkipNodes() throws RepositoryException { method checkSequence (line 97) | private void checkSequence(NodeIterator nodes, String[] paths) method getPrincipal (line 106) | private static Principal getPrincipal(Session session) throws NotExecu... method getACL (line 123) | private JackrabbitAccessControlList getACL(String path) throws Reposit... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 37) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/TextExtractorTest.java class TextExtractorTest (line 31) | public class TextExtractorTest extends AbstractQueryTest { method testImport (line 37) | public void testImport() throws Exception { method addContents (line 54) | private void addContents(File folder, Node n) throws Exception { method testRepeatedUpdate (line 78) | public void testRepeatedUpdate() throws Exception { method addFile (line 99) | private static Node addFile(Node folder, File f) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/UpperLowerCaseQueryTest.java class UpperLowerCaseQueryTest (line 36) | public class UpperLowerCaseQueryTest extends AbstractQueryTest { method testEqualsGeneralComparison (line 38) | public void testEqualsGeneralComparison() throws RepositoryException { method testGreaterThanGeneralComparison (line 47) | public void testGreaterThanGeneralComparison() throws RepositoryExcept... method testLessThanGeneralComparison (line 64) | public void testLessThanGeneralComparison() throws RepositoryException { method testGreaterEqualsGeneralComparison (line 81) | public void testGreaterEqualsGeneralComparison() throws RepositoryExce... method testLessEqualsGeneralComparison (line 98) | public void testLessEqualsGeneralComparison() throws RepositoryExcepti... method testNotEqualsGeneralComparison (line 115) | public void testNotEqualsGeneralComparison() throws RepositoryException { method testLikeComparison (line 132) | public void testLikeComparison() throws RepositoryException { method testLikeComparisonRandom (line 151) | public void testLikeComparisonRandom() throws RepositoryException { method testRangeWithEmptyString (line 180) | public void testRangeWithEmptyString() throws RepositoryException { method testInvalidQuery (line 199) | public void testInvalidQuery() throws RepositoryException { method testWrongCaseNeverMatches (line 215) | public void testWrongCaseNeverMatches() throws RepositoryException { method check (line 224) | private void check(String[] values, Operator operator, String queryTer... method getRandomChar (line 317) | private char getRandomChar(String pool, Random random) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/VersionStoreQueryTest.java class VersionStoreQueryTest (line 26) | public class VersionStoreQueryTest extends AbstractQueryTest { method testCheckin (line 32) | public void testCheckin() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/XPathAxisTest.java class XPathAxisTest (line 25) | public class XPathAxisTest extends AbstractQueryTest { method setUp (line 34) | protected void setUp() throws Exception { method tearDown (line 45) | protected void tearDown() throws Exception { method testChildAxisRoot (line 55) | public void testChildAxisRoot() throws RepositoryException { method testChildAxisJCRRoot (line 60) | public void testChildAxisJCRRoot() throws RepositoryException { method testChildAxisTestRoot (line 66) | public void testChildAxisTestRoot() throws RepositoryException { method testChildAxisTestRootRelative (line 71) | public void testChildAxisTestRootRelative() throws RepositoryException { method testChildAxisLeaf (line 76) | public void testChildAxisLeaf() throws RepositoryException { method testChildAxisLeafRelative (line 81) | public void testChildAxisLeafRelative() throws RepositoryException { method testDescendantAxisTestRoot (line 86) | public void testDescendantAxisTestRoot() throws RepositoryException { method testDescendantAxisTestRootRelative (line 91) | public void testDescendantAxisTestRootRelative() throws RepositoryExce... method testDescendantAxisLeaf (line 96) | public void testDescendantAxisLeaf() throws RepositoryException { method testDescendantAxisLeafRelative (line 101) | public void testDescendantAxisLeafRelative() throws RepositoryException { method testDescendantSelfAxisTestRoot1 (line 106) | public void testDescendantSelfAxisTestRoot1() throws RepositoryExcepti... method testDescendantSelfAxisTestRoot1Relative (line 111) | public void testDescendantSelfAxisTestRoot1Relative() throws Repositor... method testDescendantSelfAxisAndChild (line 116) | public void testDescendantSelfAxisAndChild() throws RepositoryException { method testDescendantSelfAxisAndChildRelative (line 121) | public void testDescendantSelfAxisAndChildRelative() throws Repository... method testChildAndDescendantSelfAxis (line 126) | public void testChildAndDescendantSelfAxis() throws RepositoryException { method testChildAndDescendantSelfAxisRelative (line 131) | public void testChildAndDescendantSelfAxisRelative() throws Repository... method testChildChildAxis (line 136) | public void testChildChildAxis() throws RepositoryException { method testChildChildAxisRelative (line 141) | public void testChildChildAxisRelative() throws RepositoryException { method testChildAndNodeTestAxis (line 146) | public void testChildAndNodeTestAxis() throws RepositoryException { method testChildAndNodeTestAxisRelative (line 151) | public void testChildAndNodeTestAxisRelative() throws RepositoryExcept... method testDescendantSelfAxisTestRoot2 (line 156) | public void testDescendantSelfAxisTestRoot2() throws RepositoryExcepti... method testDescendantSelfAxisTestRoot2Relative (line 161) | public void testDescendantSelfAxisTestRoot2Relative() throws Repositor... method testDescendantSelfAxisNonDesc (line 166) | public void testDescendantSelfAxisNonDesc() throws RepositoryException { method testDescendantSelfAxisRelativeTestPath (line 171) | public void testDescendantSelfAxisRelativeTestPath() throws Repository... method testExactRelative (line 176) | public void testExactRelative() throws RepositoryException { method testIndex0Descendant (line 181) | public void testIndex0Descendant() throws RepositoryException { method testIndex1Descendant (line 186) | public void testIndex1Descendant() throws RepositoryException { method testIndex2Descendant (line 191) | public void testIndex2Descendant() throws RepositoryException { method testIndex3Descendant (line 196) | public void testIndex3Descendant() throws RepositoryException { method testRootQuery (line 201) | public void testRootQuery() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/BlockingParser.java class BlockingParser (line 37) | public class BlockingParser extends EmptyParser { method waitIfBlocked (line 49) | private synchronized static void waitIfBlocked() { method block (line 62) | static synchronized void block() { method unblock (line 69) | static synchronized void unblock() { method getSupportedTypes (line 74) | @Override method parse (line 79) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/ChainedTermEnumTest.java class ChainedTermEnumTest (line 41) | public class ChainedTermEnumTest extends TestCase { method testEnum (line 43) | public void testEnum() throws Exception { method createTermEnum (line 62) | protected TermEnum createTermEnum(String prefix, int numTerms) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/ComparableArrayTest.java class ComparableArrayTest (line 27) | public class ComparableArrayTest extends JUnitTest { method testInsert (line 33) | @Test FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/DecimalConvertTest.java class DecimalConvertTest (line 30) | public class DecimalConvertTest extends JUnitTest { method testCommon (line 32) | public void testCommon() { method testMinimumScale (line 60) | public void testMinimumScale() { method testRandomized (line 71) | public void testRandomized() { method testWithList (line 104) | private void testWithList(ArrayList list) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IDFieldTest.java class IDFieldTest (line 28) | public class IDFieldTest extends TestCase { method testPerformance (line 30) | public void testPerformance() { method createNodes (line 44) | private void createNodes(String id, boolean useNewWay) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexFormatVersionTest.java class IndexFormatVersionTest (line 28) | public class IndexFormatVersionTest extends AbstractIndexingTest { method testVersionOne (line 30) | public void testVersionOne() throws RepositoryException { method testVersionTwo (line 34) | public void testVersionTwo() throws RepositoryException { method testVersionThree (line 38) | public void testVersionThree() throws RepositoryException { method checkIndexFormatVersion (line 42) | private void checkIndexFormatVersion(String wspName, FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexInfosTest.java class IndexInfosTest (line 32) | public class IndexInfosTest extends TestCase { method setUp (line 38) | @Override method tearDown (line 46) | @Override method testEmptyIndexesFile (line 53) | public void testEmptyIndexesFile() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexMigrationTest.java class IndexMigrationTest (line 36) | public class IndexMigrationTest extends TestCase { method testMigration (line 43) | public void testMigration() throws Exception { method createNamedValue14 (line 63) | protected static String createNamedValue14(String name, String value) { method createDocument (line 67) | protected static Document createDocument(String name, String value) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexingAggregateTest.java class IndexingAggregateTest (line 40) | public class IndexingAggregateTest extends AbstractIndexingTest { method testNtFileAggregate (line 42) | public void testNtFileAggregate() throws Exception { method testContentLastModified (line 101) | public void testContentLastModified() throws RepositoryException { method disabled_testPerformance (line 135) | public void disabled_testPerformance() throws RepositoryException { method addFile (line 160) | private static Node addFile(Node folder, String name, long lastModified) method createNodes (line 173) | private int createNodes(Node n, int nodesPerLevel, int levels, type NodeCreationCallback (line 188) | private static interface NodeCreationCallback { method nodeCreated (line 190) | public void nodeCreated(Node node, int count) throws RepositoryExcep... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexingConfigurationImplTest.java class IndexingConfigurationImplTest (line 41) | public class IndexingConfigurationImplTest extends AbstractIndexingTest { method setUp (line 49) | @Override method testMatchAllNoPrefix (line 60) | public void testMatchAllNoPrefix() throws Exception { method testRegexpInPrefix (line 66) | public void testRegexpInPrefix() throws Exception { method testMatchAllJCRPrefix (line 72) | public void testMatchAllJCRPrefix() throws Exception { method testAddNodeTypeToRegistry (line 78) | public void testAddNodeTypeToRegistry() throws Exception { method testIndexRuleMixin (line 103) | public void testIndexRuleMixin() throws Exception{ method testMatchCondition (line 110) | public void testMatchCondition() throws Exception{ method createConfig (line 131) | protected IndexingConfiguration createConfig(String name) throws Excep... method loadConfig (line 138) | protected Element loadConfig(String name) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexingQueueTest.java class IndexingQueueTest (line 40) | public class IndexingQueueTest extends AbstractIndexingTest { method testQueue (line 47) | public void testQueue() throws Exception { method testInitialIndex (line 76) | public void testInitialIndex() throws Exception { method testReaderUpToDate (line 136) | public void testReaderUpToDate() throws Exception { method createFiles (line 166) | private int createFiles( method getNumExtractorFiles (line 189) | private int getNumExtractorFiles() throws IOException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/IndexingRuleTest.java class IndexingRuleTest (line 31) | public class IndexingRuleTest extends AbstractIndexingTest { method testRegexp (line 37) | public void testRegexp() throws RepositoryException { method testBoost (line 53) | public void testBoost() throws RepositoryException { method testNodeScopeIndex (line 70) | public void testNodeScopeIndex() throws RepositoryException { method testNodeType (line 83) | public void testNodeType() throws RepositoryException { method testUseInExcerpt (line 94) | public void testUseInExcerpt() throws RepositoryException { method testExcerptOnExcludedProperty (line 123) | public void testExcerptOnExcludedProperty() throws RepositoryException { method testUseInExcerptWithAggregate (line 136) | public void testUseInExcerptWithAggregate() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/LargeResultSetTest.java class LargeResultSetTest (line 33) | public class LargeResultSetTest extends AbstractIndexingTest { method testResultSet (line 35) | public void testResultSet() throws RepositoryException { method tearDown (line 60) | protected void tearDown() throws Exception { method getWorkspaceName (line 76) | protected String getWorkspaceName() { method readResult (line 80) | private void readResult(QueryResult result, int count) throws Reposito... method createNodes (line 88) | private int createNodes(Node n, int nodesPerLevel, int levels, int count) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/LazyTextExtractorFieldTest.java class LazyTextExtractorFieldTest (line 26) | public class LazyTextExtractorFieldTest extends AbstractIndexingTest { method testEmptyParser (line 33) | public void testEmptyParser() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/SQL2IndexingAggregateTest.java class SQL2IndexingAggregateTest (line 43) | public class SQL2IndexingAggregateTest extends AbstractIndexingTest { method setUp (line 45) | @Override method testDeepHierarchy (line 71) | @SuppressWarnings("unchecked") method testNtFileAggregate (line 160) | public void testNtFileAggregate() throws Exception { method testAggregateMove (line 225) | public void testAggregateMove() throws Exception { method testDefaultRecursiveAggregation (line 262) | public void testDefaultRecursiveAggregation() throws Exception { method testRecursiveAggregationExclusion (line 302) | public void testRecursiveAggregationExclusion() throws Exception { method testAsyncIndexQuery (line 339) | public void testAsyncIndexQuery() throws Exception { method testAggregatedProperty (line 357) | public void testAggregatedProperty() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/SQL2IndexingAggregateTest2.java class SQL2IndexingAggregateTest2 (line 39) | public class SQL2IndexingAggregateTest2 extends AbstractIndexingTest { method setUp (line 43) | @Override method getWorkspaceName (line 52) | @Override method testNegativeRecursiveAggregationLimit (line 65) | public void testNegativeRecursiveAggregationLimit() throws Exception { method testUnlimitedRecursiveAggregation (line 101) | public void testUnlimitedRecursiveAggregation() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/SearchIndexConsistencyCheckTest.java class SearchIndexConsistencyCheckTest (line 42) | public class SearchIndexConsistencyCheckTest extends AbstractJCRTest { method setUp (line 46) | @Override method testIndexMissesNode (line 51) | public void testIndexMissesNode() throws Exception { method testMissingNodeDoubleCheck (line 80) | public void testMissingNodeDoubleCheck() throws Exception { method testIndexContainsUnknownNode (line 110) | public void testIndexContainsUnknownNode() throws Exception { method testUnknownNodeDoubleCheck (line 138) | public void testUnknownNodeDoubleCheck() throws Exception { method testIndexMissesAncestor (line 167) | public void testIndexMissesAncestor() throws Exception { method testMissingAncestorDoubleCheck (line 198) | public void testMissingAncestorDoubleCheck() throws Exception { method testIndexContainsMultipleEntries (line 229) | public void testIndexContainsMultipleEntries() throws Exception { method testDoubleCheckStressTest (line 278) | public void testDoubleCheckStressTest() throws Exception { method searchIndexContainsNode (line 316) | private boolean searchIndexContainsNode(SearchIndex searchIndex, NodeI... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/SearchIndexTest.java class SearchIndexTest (line 21) | public class SearchIndexTest extends TestCase { method testSetAnalyzer (line 26) | public void testSetAnalyzer() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/SlowQueryHandler.java class SlowQueryHandler (line 27) | public class SlowQueryHandler extends SearchIndex { method doInit (line 31) | protected void doInit() throws IOException { method setInitializationDelay (line 43) | public static void setInitializationDelay(long delay) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/SynonymProviderTest.java class SynonymProviderTest (line 34) | public class SynonymProviderTest extends AbstractQueryTest { method testSynonyms (line 36) | public void testSynonyms() throws RepositoryException { method testPhrase (line 50) | public void testPhrase() throws RepositoryException { method disabled_testReload (line 59) | public void disabled_testReload() throws RepositoryException, Interrup... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/TestAll.java class TestAll (line 29) | public class TestAll extends TestCase { method suite (line 38) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/TextExtractionQueryTest.java class TextExtractionQueryTest (line 35) | public class TextExtractionQueryTest extends AbstractIndexingTest { method testFileContains (line 37) | public void testFileContains() throws Exception { method testNtFile (line 43) | public void testNtFile() throws RepositoryException, IOException { method assertFileContains (line 60) | private void assertFileContains(String name, String type, method assertContainsQuery (line 80) | private void assertContainsQuery(String statement, boolean match) FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/lucene/UtilTest.java class UtilTest (line 32) | public class UtilTest extends TestCase { method testComparableContract (line 34) | public void testComparableContract(){ method createValueArrayList (line 44) | private static List createValueArrayList(Integer[] data){ class ValueArrayComparator (line 56) | private static class ValueArrayComparator implements Comparator declaredMemberOf() throws RepositoryException { method memberOf (line 171) | public Iterator memberOf() throws RepositoryException { method remove (line 175) | public void remove() throws RepositoryException { method getPropertyNames (line 178) | public Iterator getPropertyNames() throws RepositoryException { method getPropertyNames (line 182) | public Iterator getPropertyNames(String relPath) throws Repo... method hasProperty (line 186) | public boolean hasProperty(String name) throws RepositoryException { method setProperty (line 190) | public void setProperty(String name, Value value) throws RepositoryE... method setProperty (line 193) | public void setProperty(String name, Value[] value) throws Repositor... method getProperty (line 196) | public Value[] getProperty(String name) throws RepositoryException { method removeProperty (line 200) | public boolean removeProperty(String name) throws RepositoryException { method getPath (line 204) | public String getPath() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/TestAll.java class TestAll (line 24) | public class TestAll extends TestCase { method suite (line 26) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/token/CompatTokenProviderTest.java class CompatTokenProviderTest (line 38) | public class CompatTokenProviderTest extends AbstractJCRTest { method setUp (line 46) | @Override method tearDown (line 74) | @Override method testCreateTokenFromCredentials (line 84) | public void testCreateTokenFromCredentials() throws Exception { method testCreateTokenIsCaseInsensitive (line 89) | public void testCreateTokenIsCaseInsensitive() throws Exception { method testTokenNode (line 95) | public void testTokenNode() throws Exception { method testGetTokenInfoFromInvalidToken (line 135) | public void testGetTokenInfoFromInvalidToken() throws Exception { method testGetTokenInfo (line 150) | public void testGetTokenInfo() throws Exception { method testIsExpired (line 156) | public void testIsExpired() throws Exception { method testReset (line 164) | public void testReset() throws Exception { method assertTokenInfo (line 176) | private static void assertTokenInfo(TokenInfo info) { method getTokenNode (line 182) | private Node getTokenNode(TokenInfo info) throws RepositoryException { method waitForSystemTimeIncrement (line 186) | private static long waitForSystemTimeIncrement(long old){ FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/token/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/token/TokenBasedAuthenticationCompatTest.java class TokenBasedAuthenticationCompatTest (line 39) | public class TokenBasedAuthenticationCompatTest extends AbstractJCRTest { method setUp (line 54) | @Override method tearDown (line 79) | @Override method expiredToken (line 85) | private TokenBasedAuthentication expiredToken() throws RepositoryExcep... method testCanHandle (line 93) | public void testCanHandle() throws RepositoryException { method testExpiry (line 107) | public void testExpiry() throws RepositoryException { method testRemoval (line 114) | public void testRemoval() throws RepositoryException { method testInvalidCredentials (line 128) | public void testInvalidCredentials() throws RepositoryException { method testAttributes (line 144) | public void testAttributes() throws RepositoryException { method testUpdateAttributes (line 165) | public void testUpdateAttributes() throws RepositoryException { method testIsTokenBasedLogin (line 200) | public void testIsTokenBasedLogin() { method testIsMandatoryAttribute (line 207) | public void testIsMandatoryAttribute() { method testDoCreateToken (line 216) | public void testDoCreateToken() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/token/TokenBasedAuthenticationTest.java class TokenBasedAuthenticationTest (line 37) | public class TokenBasedAuthenticationTest extends AbstractJCRTest { method setUp (line 57) | @Override method tearDown (line 92) | @Override method createAuthenticationForExpiredToken (line 103) | private TokenBasedAuthentication createAuthenticationForExpiredToken()... method createAuthentication (line 107) | private TokenBasedAuthentication createAuthentication() throws Reposit... method testCanHandle (line 111) | public void testCanHandle() throws RepositoryException { method testCanHandleExpiredToken (line 122) | public void testCanHandleExpiredToken() throws RepositoryException { method testExpiry (line 127) | public void testExpiry() throws RepositoryException { method testRemoval (line 132) | public void testRemoval() throws RepositoryException { method testInvalidCredentials (line 146) | public void testInvalidCredentials() throws RepositoryException { method testAttributes (line 162) | public void testAttributes() throws RepositoryException { method testUpdateAttributes (line 175) | public void testUpdateAttributes() throws RepositoryException { method testIsTokenBasedLogin (line 209) | public void testIsTokenBasedLogin() { method testIsMandatoryAttribute (line 216) | public void testIsMandatoryAttribute() { method testDoCreateToken (line 225) | public void testDoCreateToken() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/token/TokenBasedLoginTest.java class TokenBasedLoginTest (line 49) | public class TokenBasedLoginTest extends AbstractJCRTest { method setUp (line 60) | @Override method tearDown (line 90) | @Override method testLogin (line 101) | public void testLogin() throws RepositoryException { method testConcurrentLogin (line 238) | public void testConcurrentLogin() throws Throwable { method testConcurrentLoginOfDifferentUsers (line 264) | public void testConcurrentLoginOfDifferentUsers() throws InterruptedEx... method testConcurrentLoginDifferentWorkspaces (line 300) | public void testConcurrentLoginDifferentWorkspaces() throws Repository... class UncheckedRepositoryException (line 346) | static class UncheckedRepositoryException extends RuntimeException { method UncheckedRepositoryException (line 349) | public UncheckedRepositoryException(RepositoryException e) { type JcrRunnable (line 357) | static interface JcrRunnable { method run (line 358) | public void run() throws RepositoryException; method assertParallelExecutionSucceeds (line 361) | private static void assertParallelExecutionSucceeds(int numThreads, Jc... method assertThreadExecutionSucceeds (line 382) | private static void assertThreadExecutionSucceeds(Collection t... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authentication/token/TokenProviderTest.java class TokenProviderTest (line 38) | public class TokenProviderTest extends AbstractJCRTest { method setUp (line 46) | @Override method tearDown (line 74) | @Override method testCreateTokenFromInvalidCredentials (line 84) | public void testCreateTokenFromInvalidCredentials() throws Exception { method testCreateTokenFromCredentials (line 88) | public void testCreateTokenFromCredentials() throws Exception { method testCreateTokenIsCaseInsensitive (line 93) | public void testCreateTokenIsCaseInsensitive() throws Exception { method testTokenNode (line 99) | public void testTokenNode() throws Exception { method testGetTokenInfoFromInvalidToken (line 139) | public void testGetTokenInfoFromInvalidToken() throws Exception { method testGetTokenInfo (line 154) | public void testGetTokenInfo() throws Exception { method testIsExpired (line 160) | public void testIsExpired() throws Exception { method testReset (line 168) | public void testReset() throws Exception { method assertTokenInfo (line 182) | private static void assertTokenInfo(TokenInfo info) { method getTokenNode (line 188) | private Node getTokenNode(TokenInfo info) throws RepositoryException { method waitForSystemTimeIncrement (line 192) | private static long waitForSystemTimeIncrement(long old){ FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractACLTemplateTest.java class AbstractACLTemplateTest (line 43) | public abstract class AbstractACLTemplateTest extends AbstractAccessCont... method setUp (line 49) | @Override method assertSamePrivileges (line 67) | protected void assertSamePrivileges(Privilege[] privs1, Privilege[] pr... method getTestPath (line 71) | protected abstract String getTestPath(); method createEmptyTemplate (line 73) | protected abstract JackrabbitAccessControlList createEmptyTemplate(Str... method getSecondPrincipal (line 75) | protected abstract Principal getSecondPrincipal() throws Exception; method testEmptyTemplate (line 77) | public void testEmptyTemplate() throws RepositoryException { method testGetPath (line 86) | public void testGetPath() throws RepositoryException { method testAddInvalidEntry (line 91) | public void testAddInvalidEntry() throws RepositoryException, NotExecu... method testAddInvalidEntry2 (line 107) | public void testAddInvalidEntry2() throws RepositoryException { method testRemoveInvalidEntry (line 117) | public void testRemoveInvalidEntry() throws RepositoryException { method testRemoveInvalidEntry2 (line 158) | public void testRemoveInvalidEntry2() throws RepositoryException { method testAddEntry (line 197) | public void testAddEntry() throws RepositoryException, NotExecutableEx... method testAddEntryTwice (line 203) | public void testAddEntryTwice() throws RepositoryException, NotExecuta... method testEffect (line 211) | public void testEffect() throws RepositoryException, NotExecutableExce... method testEffect2 (line 239) | public void testEffect2() throws RepositoryException, NotExecutableExc... method testRemoveEntry (line 265) | public void testRemoveEntry() throws RepositoryException, method testRemoveNonExisting (line 272) | public void testRemoveNonExisting() throws RepositoryException { method testReorder (line 289) | public void testReorder() throws Exception { method testReorderInvalidElements (line 320) | public void testReorderInvalidElements() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractEffectivePolicyTest.java class AbstractEffectivePolicyTest (line 32) | public abstract class AbstractEffectivePolicyTest extends AbstractEvalua... method setUp (line 39) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractEntryTest.java class AbstractEntryTest (line 44) | public abstract class AbstractEntryTest extends AbstractAccessControlTest { method setUp (line 48) | @Override method createEntry (line 58) | protected JackrabbitAccessControlEntry createEntry(String[] privilegeN... method createEntry (line 64) | protected abstract JackrabbitAccessControlEntry createEntry(Principal ... method createEntry (line 67) | protected abstract JackrabbitAccessControlEntry createEntry(Principal ... method createEntryFromBase (line 70) | protected abstract JackrabbitAccessControlEntry createEntryFromBase(Ja... method getTestRestrictions (line 72) | protected abstract Map getTestRestrictions() throws Rep... method testIsAllow (line 74) | public void testIsAllow() throws RepositoryException, NotExecutableExc... method testGetPrincipal (line 82) | public void testGetPrincipal() throws RepositoryException, NotExecutab... method testGetPrivilegeBits (line 89) | public void testGetPrivilegeBits() throws RepositoryException, NotExec... method testGetPrivileges (line 101) | public void testGetPrivileges() throws RepositoryException, NotExecuta... method testGetPrivilegeCollection (line 132) | public void testGetPrivilegeCollection() throws RepositoryException, N... method testEquals (line 148) | public void testEquals() throws RepositoryException, NotExecutableExce... method testNotEquals (line 179) | public void testNotEquals() throws RepositoryException, NotExecutableE... method testHashCode (line 252) | public void testHashCode() throws RepositoryException, NotExecutableEx... method testNullPrincipal (line 346) | public void testNullPrincipal() throws RepositoryException { method testInvalidPrivilege (line 358) | public void testInvalidPrivilege() throws RepositoryException, method testCreateFromBase (line 386) | public void testCreateFromBase() throws RepositoryException, NotExecut... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractEvaluationTest.java class AbstractEvaluationTest (line 47) | public abstract class AbstractEvaluationTest extends AbstractAccessContr... method setUp (line 62) | @Override method tearDown (line 86) | @Override method getUserManager (line 125) | protected static UserManager getUserManager(Session session) throws method getTestSession (line 137) | protected Session getTestSession() throws RepositoryException { method getTestACManager (line 144) | protected AccessControlManager getTestACManager() throws NotExecutable... method getTestGroup (line 151) | protected Group getTestGroup() throws RepositoryException, NotExecutab... method getTestNode (line 165) | protected Node getTestNode() throws RepositoryException { method isExecutable (line 172) | protected abstract boolean isExecutable(); method checkReadOnly (line 174) | protected void checkReadOnly(String path) throws RepositoryException, ... method getPolicy (line 180) | protected abstract JackrabbitAccessControlList getPolicy(AccessControl... method getRestrictions (line 181) | protected abstract Map getRestrictions(Session session,... method modifyPrivileges (line 183) | protected JackrabbitAccessControlList modifyPrivileges(String path, St... method modifyPrivileges (line 187) | protected JackrabbitAccessControlList modifyPrivileges(String path, Pr... method givePrivileges (line 199) | protected JackrabbitAccessControlList givePrivileges(String nPath, Pri... method givePrivileges (line 205) | protected JackrabbitAccessControlList givePrivileges(String nPath, Pri... method withdrawPrivileges (line 211) | protected JackrabbitAccessControlList withdrawPrivileges(String nPath,... method withdrawPrivileges (line 216) | protected JackrabbitAccessControlList withdrawPrivileges(String nPath,... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractLockManagementTest.java class AbstractLockManagementTest (line 30) | public abstract class AbstractLockManagementTest extends AbstractEvaluat... method createLockableNode (line 32) | private Node createLockableNode(Node parent) throws RepositoryExceptio... method createLockedNode (line 45) | private Node createLockedNode(Node parent) throws RepositoryException,... method testReadLockContent (line 52) | public void testReadLockContent() throws RepositoryException, NotExecu... method testLock2 (line 67) | public void testLock2() throws RepositoryException, NotExecutableExcep... method testLock3 (line 81) | public void testLock3() throws RepositoryException, NotExecutableExcep... method testLock4 (line 114) | public void testLock4() throws RepositoryException, NotExecutableExcep... method testLockBreaking (line 135) | public void testLockBreaking() throws RepositoryException, NotExecutab... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractNodeTypeManagementTest.java class AbstractNodeTypeManagementTest (line 33) | public abstract class AbstractNodeTypeManagementTest extends AbstractEva... method setUp (line 38) | @Override method testCanAddMixin (line 52) | public void testCanAddMixin() throws RepositoryException, NotExecutabl... method testAddMixin (line 64) | public void testAddMixin() throws RepositoryException, NotExecutableEx... method testRemoveMixin (line 80) | public void testRemoveMixin() throws RepositoryException, NotExecutabl... method testSetPrimaryType (line 99) | public void testSetPrimaryType() throws RepositoryException, NotExecut... method testAddNode (line 139) | public void testAddNode() throws RepositoryException, NotExecutableExc... method addChildNode (line 160) | private void addChildNode(boolean specifyNodeType) throws RepositoryEx... method testCopy (line 172) | public void testCopy() throws RepositoryException, NotExecutableExcept... method testWorkspaceMove (line 200) | public void testWorkspaceMove() throws RepositoryException, NotExecuta... method testSessionMove (line 228) | public void testSessionMove() throws RepositoryException, NotExecutabl... method testSessionImportXML (line 259) | public void testSessionImportXML() throws RepositoryException, NotExec... method testWorkspaceImportXML (line 292) | public void testWorkspaceImportXML() throws RepositoryException, NotEx... method getXmlForImport (line 323) | private InputStream getXmlForImport() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractRepositoryOperationTest.java class AbstractRepositoryOperationTest (line 49) | public abstract class AbstractRepositoryOperationTest extends AbstractEv... method setUp (line 51) | @Override method tearDown (line 56) | @Override method getTestWorkspace (line 68) | private Workspace getTestWorkspace() throws RepositoryException { method assertDefaultPrivileges (line 72) | private void assertDefaultPrivileges(Name privName) throws Exception { method assertPrivilege (line 80) | private void assertPrivilege(Name privName, boolean isAllow) throws Ex... method assertPermission (line 85) | private void assertPermission(int permission, boolean isAllow) throws ... method getNewWorkspaceName (line 99) | private String getNewWorkspaceName(Workspace wsp) throws RepositoryExc... method getNewNamespacePrefix (line 109) | private String getNewNamespacePrefix(Workspace wsp) throws RepositoryE... method getNewNamespaceURI (line 119) | private String getNewNamespaceURI(Workspace wsp) throws RepositoryExce... method getNewPrivilegeName (line 129) | private String getNewPrivilegeName(Workspace wsp) throws RepositoryExc... method testWorkspaceCreation (line 147) | public void testWorkspaceCreation() throws Exception { method testWorkspaceCreationWithPrivilege (line 168) | public void testWorkspaceCreationWithPrivilege() throws Exception { method testWorkspaceDeletion (line 188) | public void testWorkspaceDeletion() throws Exception { method testRegisterNodeType (line 215) | public void testRegisterNodeType() throws Exception { method testRegisterNodeTypeWithPrivilege (line 258) | public void testRegisterNodeTypeWithPrivilege() throws Exception { method testUnRegisterNodeType (line 288) | public void testUnRegisterNodeType() throws Exception { method testRegisterNamespace (line 325) | public void testRegisterNamespace() throws Exception { method testRegisterNamespaceWithPrivilege (line 338) | public void testRegisterNamespaceWithPrivilege() throws Exception { method testUnregisterNamespace (line 357) | public void testUnregisterNamespace() throws Exception { method testRegisterPrivilege (line 381) | public void testRegisterPrivilege() throws Exception { method testRegisterPrivilegeWithPrivilege (line 394) | public void testRegisterPrivilegeWithPrivilege() throws Exception { method testRepoPolicyAPI (line 412) | public void testRepoPolicyAPI() throws Exception { method testGetEffectivePoliciesByPrincipal (line 505) | public void testGetEffectivePoliciesByPrincipal() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractVersionManagementTest.java class AbstractVersionManagementTest (line 33) | public abstract class AbstractVersionManagementTest extends AbstractEval... method createVersionableNode (line 37) | protected Node createVersionableNode(Node parent) throws RepositoryExc... method testAddMixVersionable (line 48) | public void testAddMixVersionable() throws RepositoryException, NotExe... method testAddMixVersionable2 (line 71) | public void testAddMixVersionable2() throws RepositoryException, NotEx... method testWriteVersionStore (line 82) | public void testWriteVersionStore() throws RepositoryException, NotExe... method testRemoveVersion (line 103) | public void testRemoveVersion() throws RepositoryException, NotExecuta... method testRemoveVersion2 (line 128) | public void testRemoveVersion2() throws RepositoryException, NotExecut... method testRemoveVersion3 (line 148) | public void testRemoveVersion3() throws RepositoryException, NotExecut... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/AbstractWriteTest.java class AbstractWriteTest (line 54) | public abstract class AbstractWriteTest extends AbstractEvaluationTest { method setUp (line 65) | @Override method testGrantedPermissions (line 88) | public void testGrantedPermissions() throws RepositoryException, Acces... method testDeniedPermission (line 144) | public void testDeniedPermission() throws RepositoryException, NotExec... method testAccessControlRead (line 191) | public void testAccessControlRead() throws NotExecutableException, Rep... method testAccessControlModification (line 227) | public void testAccessControlModification() throws RepositoryException... method testWithDrawRead (line 278) | public void testWithDrawRead() throws RepositoryException, NotExecutab... method testEventGeneration (line 304) | public void testEventGeneration() throws RepositoryException, NotExecu... method testInheritance (line 342) | public void testInheritance() throws RepositoryException, NotExecutabl... method testRemovePermission (line 414) | public void testRemovePermission() throws NotExecutableException, Repo... method testRemovePermission2 (line 436) | public void testRemovePermission2() throws NotExecutableException, Rep... method testRemovePermission3 (line 458) | public void testRemovePermission3() throws NotExecutableException, Rep... method testRemovePermission4 (line 489) | public void testRemovePermission4() throws NotExecutableException, Rep... method testRemovePermission5 (line 517) | public void testRemovePermission5() throws NotExecutableException, Rep... method testRemovePermission6 (line 536) | public void testRemovePermission6() throws NotExecutableException, Rep... method testRemovePermission7 (line 567) | public void testRemovePermission7() throws NotExecutableException, Rep... method testRemovePermission8 (line 601) | public void testRemovePermission8() throws NotExecutableException, Rep... method testSessionMove (line 627) | public void testSessionMove() throws RepositoryException, NotExecutabl... method testWorkspaceMove (line 679) | public void testWorkspaceMove() throws RepositoryException, NotExecuta... method testGroupPermissions (line 729) | public void testGroupPermissions() throws NotExecutableException, Repo... method testMixedUserGroupPermissions (line 752) | public void testMixedUserGroupPermissions() throws NotExecutableExcept... method testInheritanceAndMixedUserGroupPermissions (line 775) | public void testInheritanceAndMixedUserGroupPermissions() throws Repos... method testNewNodes (line 806) | public void testNewNodes() throws RepositoryException, NotExecutableEx... method testNonExistingItem (line 830) | public void testNonExistingItem() throws RepositoryException, NotExecu... method testACItemsAreProtected (line 841) | public void testACItemsAreProtected() throws NotExecutableException, R... method testAddChildNodePrivilege (line 891) | public void testAddChildNodePrivilege() throws RepositoryException, No... method testAclReferingToRemovedPrincipal (line 918) | public void testAclReferingToRemovedPrincipal() throws method testSingleDenyAfterAllAllowed (line 941) | public void testSingleDenyAfterAllAllowed() throws method testReorder (line 967) | public void testReorder() throws RepositoryException, NotExecutableExc... method testRename (line 1000) | public void testRename() throws RepositoryException, NotExecutableExce... method testRemovalJCR242 (line 1035) | public void testRemovalJCR242() throws Exception { method testGlobRestriction (line 1061) | public void testGlobRestriction() throws Exception { method testGlobRestriction2 (line 1104) | public void testGlobRestriction2() throws Exception { method testGlobRestriction3 (line 1145) | public void testGlobRestriction3() throws Exception { method testGlobRestriction4 (line 1188) | public void testGlobRestriction4() throws Exception { method testCancelInheritanceRestriction (line 1229) | public void testCancelInheritanceRestriction() throws Exception { method testTransaction (line 1264) | public void testTransaction() throws Exception { method findPolicyNode (line 1307) | private static Node findPolicyNode(Node start) throws RepositoryExcept... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/CustomPrivilegeTest.java class CustomPrivilegeTest (line 54) | public class CustomPrivilegeTest extends AbstractJCRTest { method setUp (line 61) | @Override method tearDown (line 76) | @Override method assertPrivilege (line 87) | private static void assertPrivilege(PrivilegeRegistry registry, NameRe... method createNameSet (line 99) | private static Set createNameSet(Name... names) { method testInvalidCustomDefinitions (line 105) | public void testInvalidCustomDefinitions() throws RepositoryException,... method testCustomDefinitionsWithCyclicReferences (line 130) | public void testCustomDefinitionsWithCyclicReferences() throws Reposit... method testCustomEquivalentDefinitions (line 166) | public void testCustomEquivalentDefinitions() throws RepositoryExcepti... method testRegisterBuiltInPrivilege (line 207) | public void testRegisterBuiltInPrivilege() throws RepositoryException,... method testRegisterInvalidNewAggregate (line 224) | public void testRegisterInvalidNewAggregate() throws RepositoryExcepti... method testRegisterInvalidNewAggregate2 (line 249) | public void testRegisterInvalidNewAggregate2() throws RepositoryExcept... method testRegisterCustomPrivileges (line 282) | public void testRegisterCustomPrivileges() throws RepositoryException,... method testCustomPrivilege (line 359) | public void testCustomPrivilege() throws RepositoryException, FileSyst... method testRegister100CustomPrivileges (line 377) | public void testRegister100CustomPrivileges() throws RepositoryExcepti... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/GlobPatternTest.java class GlobPatternTest (line 29) | public class GlobPatternTest extends JUnitTest { method assertMatch (line 33) | private static void assertMatch(GlobPattern gp, String testPath, Boole... method testMatchesNoMetaChar (line 38) | public void testMatchesNoMetaChar() { method testMatchesWildcardAll (line 55) | public void testMatchesWildcardAll() { method testEmptyRestriction (line 318) | public void testEmptyRestriction() { method testMatchesItem (line 351) | public void testMatchesItem() { method testEquals (line 355) | public void testEquals() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/JackrabbitAccessControlListTest.java class JackrabbitAccessControlListTest (line 46) | public class JackrabbitAccessControlListTest extends AbstractAccessContr... method setUp (line 51) | @Override method tearDown (line 73) | @Override method getValidPrincipal (line 80) | private Principal getValidPrincipal() throws NotExecutableException, R... method testGetRestrictionNames (line 94) | public void testGetRestrictionNames() throws RepositoryException { method testGetRestrictionType (line 98) | public void testGetRestrictionType() throws RepositoryException { method testIsEmpty (line 106) | public void testIsEmpty() throws RepositoryException { method testSize (line 114) | public void testSize() { method testAddEntry (line 122) | public void testAddEntry() throws NotExecutableException, RepositoryEx... method testAddEntry2 (line 146) | public void testAddEntry2() throws NotExecutableException, RepositoryE... method testAllowWriteDenyRemove (line 164) | public void testAllowWriteDenyRemove() throws NotExecutableException, ... method testRemoveEntry (line 197) | public void testRemoveEntry() throws NotExecutableException, Repositor... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/PermissionTest.java class PermissionTest (line 26) | public class PermissionTest extends TestCase { method testPermissions (line 33) | public void testPermissions() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/PrivilegeBitsTest.java class PrivilegeBitsTest (line 24) | public class PrivilegeBitsTest extends JUnitTest { method setUp (line 30) | @Override method testLongValue (line 37) | public void testLongValue() { method testNextBits (line 70) | public void testNextBits() { method testUnmodifiable (line 106) | public void testUnmodifiable() { method testIncludesRead (line 128) | public void testIncludesRead() { method testIncludes (line 152) | public void testIncludes() { method testIsEmpty (line 181) | public void testIsEmpty() { method testAdd (line 204) | public void testAdd() { method testDiff (line 274) | public void testDiff() { method testAddDifference (line 359) | public void testAddDifference() { method testGetInstance (line 428) | public void testGetInstance() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/PrivilegeManagerImplTest.java class PrivilegeManagerImplTest (line 39) | public class PrivilegeManagerImplTest extends PrivilegeManagerTest { method setUp (line 41) | @Override method getPrivilegeManagerImpl (line 50) | private PrivilegeManagerImpl getPrivilegeManagerImpl() { method privilegesFromNames (line 54) | private Privilege[] privilegesFromNames(String[] privNames) method assertPrivilege (line 63) | private void assertPrivilege(Privilege priv, String name, boolean isAg... method assertPrivilegeName (line 70) | private void assertPrivilegeName(String name, String name2) throws Nam... method testGetRegisteredPrivileges (line 76) | public void testGetRegisteredPrivileges() throws RepositoryException { method testGetPrivilege (line 89) | public void testGetPrivilege() throws RepositoryException { method testGetBits (line 114) | public void testGetBits() throws RepositoryException { method testGetBitsFromCustomPrivilege (line 126) | public void testGetBitsFromCustomPrivilege() throws AccessControlExcep... method testGetBitsFromCustomAggregatePrivilege (line 136) | public void testGetBitsFromCustomAggregatePrivilege() throws Repositor... method testGetBitsFromNull (line 146) | public void testGetBitsFromNull() { method testGetBitsFromEmptyArray (line 162) | public void testGetBitsFromEmptyArray() throws AccessControlException { method testGetBitsFromArrayContainingNull (line 171) | public void testGetBitsFromArrayContainingNull() throws RepositoryExce... method testGetBitsWithInvalidPrivilege (line 180) | public void testGetBitsWithInvalidPrivilege() { method testGetPrivilegesFromBits (line 190) | public void testGetPrivilegesFromBits() throws RepositoryException { method testGetPrivilegesFromBits2 (line 198) | public void testGetPrivilegesFromBits2() throws RepositoryException { method testGetPrivilegesFromBits3 (line 216) | public void testGetPrivilegesFromBits3() throws RepositoryException { method testGetPrivilegesFromBits4 (line 244) | public void testGetPrivilegesFromBits4() throws RepositoryException { method testRegisterPrivilegeAsNonAdmin (line 256) | public void testRegisterPrivilegeAsNonAdmin() throws RepositoryExcepti... method buildCustomPrivilege (line 268) | private Privilege buildCustomPrivilege(final String name, final Privil... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/PrivilegeRegistryTest.java class PrivilegeRegistryTest (line 38) | public class PrivilegeRegistryTest extends AbstractJCRTest { method setUp (line 43) | @Override method testGetAll (line 50) | public void testGetAll() throws RepositoryException { method testGet (line 81) | public void testGet() throws RepositoryException { method testAggregates (line 102) | public void testAggregates() throws RepositoryException { method testPrivilegeDefinition (line 120) | public void testPrivilegeDefinition() throws RepositoryException { method testJcrAll (line 130) | public void testJcrAll() throws RepositoryException { method testJcrWrite (line 155) | public void testJcrWrite() throws RepositoryException { method testRepWrite (line 169) | public void testRepWrite() throws RepositoryException { method assertSamePrivilegeName (line 183) | private void assertSamePrivilegeName(String expected, String present) ... method privilegesFromNames (line 187) | private Privilege[] privilegesFromNames(String[] privNames) method testRegisteredPrivileges (line 196) | public void testRegisteredPrivileges() throws RepositoryException { method testAllPrivilege (line 223) | public void testAllPrivilege() throws RepositoryException { method testGetBits (line 270) | public void testGetBits() throws RepositoryException { method testGetBitsFromInvalidPrivilege (line 281) | public void testGetBitsFromInvalidPrivilege() throws AccessControlExce... method testGetBitsFromInvalidAggregatePrivilege (line 291) | public void testGetBitsFromInvalidAggregatePrivilege() throws Reposito... method testGetBitsFromNull (line 301) | public void testGetBitsFromNull() { method testGetBitsFromEmptyArray (line 310) | public void testGetBitsFromEmptyArray() { method testGetBitsWithInvalidPrivilege (line 319) | public void testGetBitsWithInvalidPrivilege() { method testGetPrivilegesFromBits (line 329) | public void testGetPrivilegesFromBits() throws RepositoryException { method testGetPrivilegesFromBits2 (line 338) | public void testGetPrivilegesFromBits2() throws RepositoryException { method testGetPrivilegesFromBits3 (line 355) | public void testGetPrivilegesFromBits3() throws RepositoryException { method testGetPrivilegesFromBits4 (line 381) | public void testGetPrivilegesFromBits4() throws RepositoryException { method testGetPrivilegeFromName (line 393) | public void testGetPrivilegeFromName() throws AccessControlException, ... method testGetPrivilegesFromInvalidName (line 407) | public void testGetPrivilegesFromInvalidName() throws RepositoryExcept... method testGetPrivilegesFromEmptyNames (line 416) | public void testGetPrivilegesFromEmptyNames() { method testGetPrivilegesFromNullNames (line 427) | public void testGetPrivilegesFromNullNames() { method buildUnregisteredPrivilege (line 436) | private Privilege buildUnregisteredPrivilege(final String name, final ... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/ACLEditorTest.java class ACLEditorTest (line 41) | public class ACLEditorTest extends AbstractEvaluationTest { method setUp (line 45) | @Override method isExecutable (line 56) | @Override method getPolicy (line 61) | @Override method getRestrictions (line 66) | @Override method testNodeNotRepAccessControllable (line 71) | public void testNodeNotRepAccessControllable() throws RepositoryExcept... method testNodeNotRepAccessControllableAddMixin (line 81) | public void testNodeNotRepAccessControllableAddMixin() throws Reposito... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/ACLTemplateEntryTest.java class ACLTemplateEntryTest (line 37) | public class ACLTemplateEntryTest extends AbstractEntryTest { method setUp (line 41) | @Override method createEntry (line 51) | @Override method createEntry (line 57) | @Override method createEntryFromBase (line 62) | @Override method getTestRestrictions (line 71) | @Override method testRestrictions (line 77) | public void testRestrictions() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/ACLTemplateTest.java class ACLTemplateTest (line 45) | public class ACLTemplateTest extends AbstractACLTemplateTest { method getTestPath (line 49) | @Override method createEmptyTemplate (line 54) | @Override method getSecondPrincipal (line 60) | @Override method testMultipleEntryEffect (line 65) | public void testMultipleEntryEffect() throws RepositoryException, NotE... method testMultipleEntryEffect2 (line 110) | public void testMultipleEntryEffect2() throws RepositoryException, Not... method testMultiplePrincipals (line 140) | public void testMultiplePrincipals() throws RepositoryException, NotEx... method testSetEntryForGroupPrincipal (line 166) | public void testSetEntryForGroupPrincipal() throws RepositoryException... method testRevokeEffect (line 178) | public void testRevokeEffect() throws RepositoryException, NotExecutab... method testUpdateEntry (line 192) | public void testUpdateEntry() throws RepositoryException, NotExecutabl... method testUpdateComplementaryEntry (line 215) | public void testUpdateComplementaryEntry() throws RepositoryException,... method testTwoEntriesPerPrincipal (line 243) | public void testTwoEntriesPerPrincipal() throws RepositoryException, N... method testNewEntriesAppendedAtEnd (line 272) | public void testNewEntriesAppendedAtEnd() throws RepositoryException, ... method testRestrictions (line 292) | public void testRestrictions() throws RepositoryException, NotExecutab... method testInsertionOrder (line 335) | public void testInsertionOrder() throws Exception { method testInsertionOrder2 (line 355) | public void testInsertionOrder2() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/AcReadWriteTest.java class AcReadWriteTest (line 46) | public class AcReadWriteTest extends AbstractEvaluationTest { method setUp (line 55) | @Override method isExecutable (line 78) | @Override method getPolicy (line 83) | @Override method getRestrictions (line 88) | @Override method testAccessControlPrivileges (line 94) | public void testAccessControlPrivileges() throws RepositoryException, ... method testSetNewPolicy (line 131) | public void testSetNewPolicy() throws RepositoryException, NotExecutab... method testSetModifiedPolicy (line 158) | public void testSetModifiedPolicy() throws RepositoryException, NotExe... method testRetrievePrivilegesOnAcNodes (line 191) | public void testRetrievePrivilegesOnAcNodes() throws NotExecutableExce... method testReadAccessControl (line 238) | public void testReadAccessControl() throws NotExecutableException, Rep... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/EffectivePolicyTest.java class EffectivePolicyTest (line 39) | public class EffectivePolicyTest extends AbstractEffectivePolicyTest { method isExecutable (line 41) | @Override method getPolicy (line 46) | @Override method getRestrictions (line 51) | @Override method testEffectivePoliciesByPath (line 56) | public void testEffectivePoliciesByPath() throws RepositoryException, ... method testGetEffectivePoliciesByPrincipal (line 95) | public void testGetEffectivePoliciesByPrincipal() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/EntryCollectorTest.java class EntryCollectorTest (line 50) | public class EntryCollectorTest extends AbstractAccessControlTest { method setUp (line 58) | @Override method tearDown (line 81) | @Override method getUserManager (line 101) | private static UserManager getUserManager(Session session) throws method getPolicy (line 113) | private ACLTemplate getPolicy(AccessControlManager acM, String path, P... method modifyPrivileges (line 134) | private ACLTemplate modifyPrivileges(String path, Principal principal,... method verifyACEs (line 144) | private static void verifyACEs(AccessControlPolicy[] policies, method testCache (line 162) | public void testCache() throws Exception { method assertEquals (line 229) | private void assertEquals(Privilege[] expected, Privilege[] actual) { method getPrivilegeNames (line 233) | private Set getPrivilegeNames(Privilege[] privileges) { method testPermissions (line 241) | public void testPermissions() throws Exception { type TestInvokation (line 325) | static interface TestInvokation { method runTest (line 326) | public void runTest() throws Exception; method runTestUnderLoad (line 329) | private void runTestUnderLoad(TestInvokation ti) throws Exception { method testCacheUnderLoad (line 355) | public void testCacheUnderLoad() throws Exception { method testPermissionsUnderLoad (line 363) | public void testPermissionsUnderLoad() throws Exception { class JcrTestThread (line 374) | private class JcrTestThread extends Thread { method run (line 379) | @Override method stopMe (line 401) | public void stopMe() { method getLastExc (line 405) | public Throwable getLastExc() { method walk (line 409) | private void walk(Node node) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/EntryTest.java class EntryTest (line 40) | public class EntryTest extends AbstractEvaluationTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 50) | @Override method isExecutable (line 60) | @Override method getPolicy (line 65) | @Override method getRestrictions (line 70) | @Override method testIsLocal (line 75) | public void testIsLocal() throws NotExecutableException, RepositoryExc... method testRestrictions (line 91) | public void testRestrictions() throws RepositoryException, NotExecutab... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/EvaluationUtil.java class EvaluationUtil (line 36) | final class EvaluationUtil { method isExecutable (line 38) | static boolean isExecutable(AccessControlManager acMgr) { method getPolicy (line 50) | static JackrabbitAccessControlList getPolicy(AccessControlManager acM,... method getRestrictions (line 71) | static Map getRestrictions(Session s, String path) thro... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/LockTest.java class LockTest (line 33) | public class LockTest extends AbstractLockManagementTest { method isExecutable (line 34) | protected boolean isExecutable() { method getPolicy (line 37) | protected JackrabbitAccessControlList getPolicy(AccessControlManager a... method getRestrictions (line 41) | protected Map getRestrictions(Session s, String path) t... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/MoveTest.java class MoveTest (line 41) | public class MoveTest extends AbstractEvaluationTest { method setUp (line 46) | @Override method isExecutable (line 59) | @Override method getPolicy (line 64) | @Override method getRestrictions (line 69) | @Override method testMoveAccessControlledNode (line 74) | public void testMoveAccessControlledNode() throws Exception { method testMoveAccessControlledNodeInSubtree (line 116) | public void testMoveAccessControlledNodeInSubtree() throws Exception { method testMoveWithDifferentEffectiveAc (line 153) | public void testMoveWithDifferentEffectiveAc() throws Exception { method testMoveNodeWithGlobRestriction (line 190) | public void testMoveNodeWithGlobRestriction() throws Exception { method testMoveNodeWithGlobRestriction2 (line 227) | public void testMoveNodeWithGlobRestriction2() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/NodeTypeTest.java class NodeTypeTest (line 33) | public class NodeTypeTest extends AbstractNodeTypeManagementTest { method isExecutable (line 34) | @Override method getPolicy (line 38) | @Override method getRestrictions (line 43) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/ReadNodeTypeTest.java class ReadNodeTypeTest (line 38) | public class ReadNodeTypeTest extends AbstractEvaluationTest { method setUp (line 42) | @Override method isExecutable (line 54) | @Override method getPolicy (line 59) | @Override method getRestrictions (line 64) | @Override method testNodeGetPrimaryType (line 72) | public void testNodeGetPrimaryType() throws Exception { method testNodeGetMixinTypes (line 90) | public void testNodeGetMixinTypes() throws Exception { method testNodeGetMixinTypesWithTransientModifications (line 109) | public void testNodeGetMixinTypesWithTransientModifications() throws E... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/ReadTest.java class ReadTest (line 46) | public class ReadTest extends AbstractEvaluationTest { method setUp (line 51) | @Override method isExecutable (line 64) | @Override method getPolicy (line 69) | @Override method getRestrictions (line 74) | @Override method testReadDenied (line 79) | public void testReadDenied() throws Exception { method testDenyUserAllowGroup (line 98) | public void testDenyUserAllowGroup() throws Exception { method testAllowGroupDenyUser (line 115) | public void testAllowGroupDenyUser() throws Exception { method testAllowUserDenyGroup (line 132) | public void testAllowUserDenyGroup() throws Exception { method testDenyGroupAllowUser (line 149) | public void testDenyGroupAllowUser() throws Exception { method testDenyGroupAllowEveryone (line 167) | public void testDenyGroupAllowEveryone() throws Exception { method testAllowEveryoneDenyGroup (line 186) | public void testAllowEveryoneDenyGroup() throws Exception { method testDenyGroupPathAllowEveryoneChildPath (line 205) | public void testDenyGroupPathAllowEveryoneChildPath() throws Exception { method testAllowEveryonePathDenyGroupChildPath (line 224) | public void testAllowEveryonePathDenyGroupChildPath() throws Exception { method testAllowUserPathDenyGroupChildPath (line 243) | public void testAllowUserPathDenyGroupChildPath() throws Exception { method testDenyGroupPathAllowUserChildPath (line 260) | public void testDenyGroupPathAllowUserChildPath() throws Exception { method testDenyUserPathAllowGroupChildPath (line 278) | public void testDenyUserPathAllowGroupChildPath() throws Exception { method testAllowGroupPathDenyUserChildPath (line 295) | public void testAllowGroupPathDenyUserChildPath() throws Exception { method testGlobRestriction (line 312) | public void testGlobRestriction() throws Exception { method testEmptyGlobRestriction (line 350) | @Test method testEmptyGlobRestriction2 (line 390) | @Test method testEmptyGlobRestriction3 (line 425) | @Test method canGetNode (line 478) | private static boolean canGetNode(Session session, String nodePath) th... method testRemoveMixin (line 487) | public void testRemoveMixin() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/RepositoryOperationTest.java class RepositoryOperationTest (line 33) | public class RepositoryOperationTest extends AbstractRepositoryOperation... method isExecutable (line 35) | @Override method getPolicy (line 39) | @Override method getRestrictions (line 44) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/RestrictionTest.java class RestrictionTest (line 41) | public class RestrictionTest extends AbstractEvaluationTest { method setUp (line 49) | @Override method isExecutable (line 67) | @Override method getPolicy (line 72) | @Override method getRestrictions (line 77) | @Override method addEntry (line 82) | private void addEntry(String path, boolean grant, String restriction, ... method testHasPermissionWithRestrictions (line 95) | public void testHasPermissionWithRestrictions() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/TestAll.java class TestAll (line 28) | public class TestAll extends TestCase { method suite (line 37) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/VersionTest.java class VersionTest (line 33) | public class VersionTest extends AbstractVersionManagementTest { method isExecutable (line 34) | @Override method getPolicy (line 38) | @Override method getRestrictions (line 43) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/acl/WriteTest.java class WriteTest (line 49) | public class WriteTest extends AbstractWriteTest { method isExecutable (line 51) | @Override method getPolicy (line 56) | @Override method getRestrictions (line 61) | @Override method testAccessControlModification2 (line 66) | public void testAccessControlModification2() throws RepositoryExceptio... method testRemovePermission9 (line 146) | public void testRemovePermission9() throws NotExecutableException, Rep... method testApplicablePolicies (line 171) | public void testApplicablePolicies() throws RepositoryException { method testInheritance2 (line 183) | public void testInheritance2() throws RepositoryException, NotExecutab... method testInheritedGroupPermissions (line 227) | public void testInheritedGroupPermissions() throws NotExecutableExcept... method testInheritedGroupPermissions2 (line 249) | public void testInheritedGroupPermissions2() throws NotExecutableExcep... method testMultipleGroupPermissionsOnNode (line 274) | public void testMultipleGroupPermissionsOnNode() throws NotExecutableE... method testMultipleGroupPermissionsOnNode2 (line 310) | public void testMultipleGroupPermissionsOnNode2() throws NotExecutable... method testReorderGroupPermissions (line 346) | public void testReorderGroupPermissions() throws NotExecutableExceptio... method testWriteIfReadingParentIsDenied (line 404) | public void testWriteIfReadingParentIsDenied() throws Exception { method testRemoveNodeWithPolicy (line 427) | public void testRemoveNodeWithPolicy() throws Exception { method testRemoveNodeWithInvisibleChild (line 450) | public void testRemoveNodeWithInvisibleChild() throws Exception { method testRemoveNodeWithInvisibleNonRemovableChild (line 478) | public void testRemoveNodeWithInvisibleNonRemovableChild() throws Exce... method testEmptySaveNoRootAccess (line 510) | public void testEmptySaveNoRootAccess() throws RepositoryException, No... method testReorderPolicyNode (line 535) | public void testReorderPolicyNode() throws RepositoryException, NotExe... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/combined/TestAll.java class TestAll (line 25) | public class TestAll extends TestCase { method suite (line 34) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/combined/WriteTest.java class WriteTest (line 45) | public class WriteTest extends org.apache.jackrabbit.core.security.autho... method setUp (line 49) | @Override method isExecutable (line 62) | @Override method getPrincipalBasedPolicy (line 78) | private JackrabbitAccessControlList getPrincipalBasedPolicy(AccessCont... method givePrivileges (line 90) | private JackrabbitAccessControlList givePrivileges(String nPath, method withdrawPrivileges (line 106) | private JackrabbitAccessControlList withdrawPrivileges(String nPath, method getPrincipalBasedRestrictions (line 122) | private Map getPrincipalBasedRestrictions(String path) ... method testCombinedPolicies (line 132) | public void testCombinedPolicies() throws RepositoryException, NotExec... method testCanReadOnCombinedPolicies (line 197) | public void testCanReadOnCombinedPolicies() throws RepositoryException... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/ACLTemplateTest.java class ACLTemplateTest (line 33) | public class ACLTemplateTest extends AbstractACLTemplateTest { method getTestPath (line 37) | @Override method createEmptyTemplate (line 42) | @Override method getSecondPrincipal (line 48) | @Override method testGetRestrictionNames (line 53) | public void testGetRestrictionNames() throws RepositoryException { method testGetRestrictionTypes (line 62) | public void testGetRestrictionTypes() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/EffectivePolicyTest.java class EffectivePolicyTest (line 40) | public class EffectivePolicyTest extends AbstractEffectivePolicyTest { method isExecutable (line 42) | @Override method getPolicy (line 47) | @Override method getRestrictions (line 52) | @Override method testGetEffectivePoliciesByPrincipal (line 57) | public void testGetEffectivePoliciesByPrincipal() throws Exception { method testEffectivePoliciesByPath (line 106) | public void testEffectivePoliciesByPath() throws RepositoryException, ... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/EntryTest.java class EntryTest (line 42) | public class EntryTest extends AbstractEntryTest { method setUp (line 50) | @Override method createEntry (line 68) | @Override method createEntry (line 74) | @Override method createEntryFromBase (line 80) | @Override method getTestRestrictions (line 89) | @Override method testNodePathMustNotBeNull (line 94) | public void testNodePathMustNotBeNull() throws RepositoryException, No... method testGetNodePath (line 104) | public void testGetNodePath() throws RepositoryException, NotExecutabl... method testGetGlob (line 112) | public void testGetGlob() throws RepositoryException, NotExecutableExc... method testTypeConversion (line 138) | public void testTypeConversion() throws RepositoryException, NotExecut... method testMatches (line 159) | public void testMatches() throws RepositoryException { method testRestrictions (line 183) | public void testRestrictions() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/EvaluationUtil.java class EvaluationUtil (line 38) | class EvaluationUtil { method isExecutable (line 40) | static boolean isExecutable(SessionImpl s, AccessControlManager acMgr) { method getPolicy (line 64) | static JackrabbitAccessControlList getPolicy(AccessControlManager acM, method getRestrictions (line 88) | static Map getRestrictions(Session s, String path) thr... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/LockTest.java class LockTest (line 34) | public class LockTest extends AbstractLockManagementTest { method isExecutable (line 36) | protected boolean isExecutable() { method getPolicy (line 40) | protected JackrabbitAccessControlList getPolicy(AccessControlManager a... method getRestrictions (line 44) | protected Map getRestrictions(Session s, String path) t... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/NodeTypeTest.java class NodeTypeTest (line 34) | public class NodeTypeTest extends AbstractNodeTypeManagementTest { method isExecutable (line 36) | protected boolean isExecutable() { method getPolicy (line 40) | protected JackrabbitAccessControlList getPolicy(AccessControlManager a... method getRestrictions (line 44) | protected Map getRestrictions(Session s, String path) t... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/RepositoryOperationTest.java class RepositoryOperationTest (line 34) | public class RepositoryOperationTest extends AbstractRepositoryOperation... method isExecutable (line 36) | protected boolean isExecutable() { method getPolicy (line 40) | protected JackrabbitAccessControlList getPolicy(AccessControlManager a... method getRestrictions (line 45) | protected Map getRestrictions(Session s, String path) t... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/VersionTest.java class VersionTest (line 41) | public class VersionTest extends AbstractVersionManagementTest { method isExecutable (line 47) | protected boolean isExecutable() { method getPolicy (line 51) | protected JackrabbitAccessControlList getPolicy(AccessControlManager a... method getRestrictions (line 55) | protected Map getRestrictions(Session s, String path) t... method testReadVersionInfo (line 59) | public void testReadVersionInfo() throws RepositoryException, NotExecu... method testReadVersionInfo2 (line 82) | public void testReadVersionInfo2() throws RepositoryException, NotExec... method testReadVersionInfo3 (line 91) | public void testReadVersionInfo3() throws RepositoryException, NotExec... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/authorization/principalbased/WriteTest.java class WriteTest (line 50) | public class WriteTest extends AbstractWriteTest { method isExecutable (line 52) | @Override method getPolicy (line 57) | @Override method getRestrictions (line 62) | @Override method testAutocreatedProperties (line 67) | public void testAutocreatedProperties() throws RepositoryException, No... method testEditor (line 82) | public void testEditor() throws NotExecutableException, RepositoryExce... method testEditor2 (line 124) | public void testEditor2() throws NotExecutableException, RepositoryExc... method testPrincipalNameDiffersFromID (line 170) | public void testPrincipalNameDiffersFromID() throws Exception { method testNotItemBasedPrincipal (line 203) | public void testNotItemBasedPrincipal() throws Exception { method testInvalidPrincipal (line 221) | public void testInvalidPrincipal() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/principal/AbstractPrincipalProviderTest.java class AbstractPrincipalProviderTest (line 31) | public class AbstractPrincipalProviderTest extends TestCase { method testNegativeCacheEntries (line 33) | public void testNegativeCacheEntries() throws RepositoryException, Not... class DummyProvider (line 63) | private class DummyProvider extends AbstractPrincipalProvider { method providePrincipal (line 66) | @Override method findPrincipals (line 75) | public PrincipalIterator findPrincipals(String simpleFilter) { method findPrincipals (line 79) | public PrincipalIterator findPrincipals(String simpleFilter, int sea... method getPrincipals (line 83) | public PrincipalIterator getPrincipals(int searchType) { method getGroupMembership (line 87) | public PrincipalIterator getGroupMembership(Principal principal) { method canReadPrincipal (line 91) | public boolean canReadPrincipal(Session session, Principal principal... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/principal/EveryonePrincipalTest.java class EveryonePrincipalTest (line 34) | public class EveryonePrincipalTest extends AbstractJCRTest { method testEveryonePrincipal (line 36) | public void testEveryonePrincipal() { method testEveryonePrincipal2 (line 43) | public void testEveryonePrincipal2() { method testEveryonePrincipal3 (line 55) | public void testEveryonePrincipal3() { method testEveryonePrincipal4 (line 79) | public void testEveryonePrincipal4() throws NotExecutableException, Re... method getUserManager (line 98) | private static UserManager getUserManager(Session session) throws Repo... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/principal/PrincipalManagerTest.java class PrincipalManagerTest (line 36) | public class PrincipalManagerTest extends AbstractJCRTest { class CustomPrincipalProvider (line 41) | private static class CustomPrincipalProvider extends AbstractPrincipal... method providePrincipal (line 43) | protected Principal providePrincipal(String principalName) { method findPrincipals (line 47) | public PrincipalIterator findPrincipals(String simpleFilter) { method findPrincipals (line 51) | public PrincipalIterator findPrincipals(String simpleFilter, int sea... method getPrincipals (line 55) | public PrincipalIterator getPrincipals(int searchType) { method getGroupMembership (line 59) | public PrincipalIterator getGroupMembership(Principal principal) { method canReadPrincipal (line 63) | public boolean canReadPrincipal(Session session, Principal principal... method testJackrabbitPrincipal (line 73) | public void testJackrabbitPrincipal() throws NotExecutableException, R... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/principal/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java class SimpleSecurityManagerTest (line 30) | public class SimpleSecurityManagerTest extends TestCase { method setUp (line 34) | @Override method testRemove (line 44) | @Test FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/AdministratorTest.java class AdministratorTest (line 38) | public class AdministratorTest extends AbstractUserTest { method setUp (line 42) | @Override method testGetPrincipal (line 55) | public void testGetPrincipal() throws RepositoryException { method testRemoveSelf (line 62) | public void testRemoveSelf() throws RepositoryException, NotExecutable... method testRemoveAdminNode (line 82) | public void testRemoveAdminNode() throws RepositoryException, NotExecu... method testAdminNodeCollidingWithAuthorizableFolder (line 115) | public void testAdminNodeCollidingWithAuthorizableFolder() throws Repo... method testAdminNodeCollidingWithRandomNode (line 170) | public void testAdminNodeCollidingWithRandomNode() throws RepositoryEx... method testChangeUserRootPath (line 223) | public void testChangeUserRootPath() throws RepositoryException, NotEx... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/AuthorizableActionTest.java class AuthorizableActionTest (line 44) | public class AuthorizableActionTest extends AbstractUserTest { method setUp (line 48) | @Override method tearDown (line 55) | @Override method setActions (line 63) | private void setActions(AuthorizableAction action) { method testAccessControlAction (line 70) | public void testAccessControlAction() throws Exception { method assertAcAction (line 102) | private static void assertAcAction(Authorizable a, UserManagerImpl umg... method testClearMembershipAction (line 132) | public void testClearMembershipAction() throws Exception { method testPasswordAction (line 164) | public void testPasswordAction() throws Exception { method testPasswordValidationAction (line 187) | public void testPasswordValidationAction() throws Exception { method testPasswordValidationActionIgnoresHashedPwStringOnCreate (line 233) | public void testPasswordValidationActionIgnoresHashedPwStringOnCreate(... method testPasswordValidationActionOnChange (line 253) | public void testPasswordValidationActionOnChange() throws Exception { class TestAction (line 280) | private class TestAction extends AbstractAuthorizableAction { method onPasswordChange (line 284) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/AuthorizableImplTest.java class AuthorizableImplTest (line 51) | public class AuthorizableImplTest extends AbstractUserTest { method setUp (line 56) | @Override method checkProtected (line 74) | private static void checkProtected(Property prop) throws RepositoryExc... method testRemoveAdmin (line 78) | public void testRemoveAdmin() { method testSetSpecialProperties (line 89) | public void testSetSpecialProperties() throws NotExecutableException, ... method testRemoveSpecialProperties (line 115) | public void testRemoveSpecialProperties() throws NotExecutableExceptio... method testProtectedUserProperties (line 138) | public void testProtectedUserProperties() throws NotExecutableExceptio... method testProtectedGroupProperties (line 151) | public void testProtectedGroupProperties() throws NotExecutableExcepti... method testMembersPropertyType (line 163) | public void testMembersPropertyType() throws NotExecutableException, R... method testMemberOfRangeIterator (line 177) | public void testMemberOfRangeIterator() throws NotExecutableException,... method testSetSpecialPropertiesDirectly (line 213) | public void testSetSpecialPropertiesDirectly() throws NotExecutableExc... method testRemoveSpecialUserPropertiesDirectly (line 239) | public void testRemoveSpecialUserPropertiesDirectly() throws Repositor... method testRemoveSpecialGroupPropertiesDirectly (line 258) | public void testRemoveSpecialGroupPropertiesDirectly() throws Reposito... method testUserGetProperties (line 279) | public void testUserGetProperties() throws RepositoryException, NotExe... method testGroupGetProperties (line 296) | public void testGroupGetProperties() throws RepositoryException, NotEx... method testSingleToMultiValued (line 313) | public void testSingleToMultiValued() throws Exception { method testMultiValuedToSingle (line 334) | public void testMultiValuedToSingle() throws Exception { method testObjectMethods (line 355) | public void testObjectMethods() throws Exception { method testGetPath (line 428) | public void testGetPath() throws Exception { method testMembershipCacheTraversal (line 442) | public void testMembershipCacheTraversal() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/DefaultPrincipalProviderTest.java class DefaultPrincipalProviderTest (line 40) | public class DefaultPrincipalProviderTest extends AbstractUserTest { method setUp (line 44) | @Override method tearDown (line 62) | @Override method testUnknownUserMemberShip (line 71) | public void testUnknownUserMemberShip() throws RepositoryException { method testInheritedMemberShip (line 82) | public void testInheritedMemberShip() throws RepositoryException, NotE... method testCacheDoesntContainTestPrincipalImpl (line 125) | public void testCacheDoesntContainTestPrincipalImpl() throws Exception { method testPrincipalCache (line 142) | public void testPrincipalCache() throws Exception { method testEveryonePrincipal (line 186) | public void testEveryonePrincipal() throws Exception { method testEveryonePrincipal2 (line 203) | public void testEveryonePrincipal2() throws Exception { method testGroupMembership (line 236) | public void testGroupMembership() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/GroupAdministratorTest.java class GroupAdministratorTest (line 39) | public class GroupAdministratorTest extends AbstractUserTest { method setUp (line 53) | protected void setUp() throws Exception { method tearDown (line 86) | protected void tearDown() throws Exception { method getYetAnotherID (line 105) | private String getYetAnotherID() throws RepositoryException, NotExecut... method testIsGroupAdmin (line 115) | public void testIsGroupAdmin() throws RepositoryException, NotExecutab... method testCreateUser (line 122) | public void testCreateUser() throws RepositoryException, NotExecutable... method testRemoveSelf (line 141) | public void testRemoveSelf() throws RepositoryException, NotExecutable... method testRemoveGroupAdmin (line 154) | public void testRemoveGroupAdmin() throws RepositoryException, NotExec... method testCreateGroup (line 167) | public void testCreateGroup() throws RepositoryException, NotExecutabl... method testCreateGroupWithIntermediatePath (line 182) | public void testCreateGroupWithIntermediatePath() throws RepositoryExc... method testAddToGroup (line 197) | public void testAddToGroup() throws RepositoryException, NotExecutable... method testAddToGroup2 (line 212) | public void testAddToGroup2() throws RepositoryException, NotExecutabl... method testAddMembersToCreatedGroup (line 223) | public void testAddMembersToCreatedGroup() throws RepositoryException,... method testAddMembersUserAdmins (line 252) | public void testAddMembersUserAdmins() throws RepositoryException, Not... method testAddOtherUserToGroup (line 293) | public void testAddOtherUserToGroup() throws RepositoryException, NotE... method testAddOwnAuthorizableAsGroupAdmin (line 308) | public void testAddOwnAuthorizableAsGroupAdmin() throws RepositoryExce... method testRemoveMembershipForOwnAuthorizable (line 319) | public void testRemoveMembershipForOwnAuthorizable() throws Repository... method testAddOwnAuthorizableToForeignGroup (line 329) | public void testAddOwnAuthorizableToForeignGroup() throws RepositoryEx... method testRemoveMembersOfForeignGroup (line 347) | public void testRemoveMembersOfForeignGroup() throws RepositoryExcepti... method testRemoveAllMembersOfForeignGroup (line 398) | public void testRemoveAllMembersOfForeignGroup() throws RepositoryExce... method testImpersonationOfOtherUser (line 434) | public void testImpersonationOfOtherUser() throws RepositoryException,... method testPersisted (line 461) | public void testPersisted() throws NotExecutableException, RepositoryE... method testAddCustomNodeToGroupAdminNode (line 481) | public void testAddCustomNodeToGroupAdminNode() throws RepositoryExcep... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/GroupImplTest.java class GroupImplTest (line 38) | public class GroupImplTest extends AbstractUserTest { method testEveryoneGroup (line 40) | public void testEveryoneGroup() throws RepositoryException, NotExecuta... method testEveryoneGroup2 (line 82) | public void testEveryoneGroup2() throws RepositoryException, NotExecut... method testEveryoneGroupPrincipal (line 107) | public void testEveryoneGroupPrincipal() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/ImpersonationImplTest.java class ImpersonationImplTest (line 37) | public class ImpersonationImplTest extends AbstractUserTest { method setUp (line 46) | @Override method tearDown (line 73) | @Override method testModifyOwnImpersonation (line 91) | public void testModifyOwnImpersonation() throws RepositoryException, N... method testModifyOthersImpersonators (line 114) | public void testModifyOthersImpersonators() throws RepositoryException { method testAdminPrincipalAsImpersonator (line 128) | public void testAdminPrincipalAsImpersonator() throws RepositoryExcept... method testSystemPrincipalAsImpersonator (line 154) | public void testSystemPrincipalAsImpersonator() throws RepositoryExcep... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/IndexNodeResolverTest.java class IndexNodeResolverTest (line 30) | public class IndexNodeResolverTest extends NodeResolverTest { method createNodeResolver (line 34) | @Override method testFindNodesNonExact (line 47) | public void testFindNodesNonExact() throws NotExecutableException, Rep... method testFindNodesNonExactWithApostrophe (line 67) | public void testFindNodesNonExactWithApostrophe() method testFindNodesExactWithApostrophe (line 89) | public void testFindNodesExactWithApostrophe() FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/MembershipCachePerfTest.java class MembershipCachePerfTest (line 45) | public class MembershipCachePerfTest extends JUnitTest { method setUp (line 66) | @Override method tearDown (line 97) | @Override method testInvalidationPerformance (line 118) | public void testInvalidationPerformance() throws Exception { method createSession (line 195) | private JackrabbitSession createSession() throws RepositoryException { class Reader (line 200) | private static final class Reader extends Thread { method Reader (line 210) | public Reader(JackrabbitSession s, method setRunning (line 220) | public void setRunning(boolean running) { method run (line 224) | public void run() { class Writer (line 241) | private static final class Writer extends Thread { method Writer (line 251) | public Writer(JackrabbitSession s, method setRunning (line 262) | public void setRunning(boolean running) { method run (line 266) | public void run() { class Stats (line 302) | private static final class Stats { method Stats (line 306) | public Stats() { method logTime (line 312) | void logTime(long nanos) { method clear (line 320) | void clear() { method toString (line 326) | @Override method printResults (line 338) | public void printResults(PrintStream out) { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/MembershipCacheTest.java class MembershipCacheTest (line 42) | public class MembershipCacheTest extends JUnitTest { method setUp (line 55) | @Override method tearDown (line 83) | @Override method testConcurrency (line 104) | public void testConcurrency() throws Exception { method testRun75 (line 136) | public void testRun75() throws Exception { method createSession (line 143) | private JackrabbitSession createSession() throws RepositoryException { class Reader (line 148) | private static final class Reader extends Thread { method Reader (line 157) | public Reader(JackrabbitSession s, method addUser (line 167) | void addUser(String user) { method run (line 173) | public void run() { class Stats (line 203) | private static final class Stats { method Stats (line 207) | public Stats() { method logTime (line 213) | void logTime(long nanos) { method toString (line 221) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/NodeCreationTest.java class NodeCreationTest (line 43) | public class NodeCreationTest extends AbstractUserTest { method setUp (line 57) | @Override method tearDown (line 68) | @Override method createUserManager (line 81) | private void createUserManager(int depth, boolean expandTree, long siz... method testRemoveTree (line 93) | public void testRemoveTree() throws RepositoryException, NotExecutable... method testDefault (line 126) | public void testDefault() throws RepositoryException, NotExecutableExc... method testChangedDefaultLevel (line 157) | public void testChangedDefaultLevel() throws RepositoryException, NotE... method testIllegalChars (line 187) | public void testIllegalChars() throws RepositoryException, NotExecutab... method testAutoExpand (line 258) | public void testAutoExpand() throws RepositoryException, NotExecutable... method testConflictUponChangingAutoExpandFlag (line 306) | public void testConflictUponChangingAutoExpandFlag() throws Repository... method testFindById (line 350) | public void testFindById() throws RepositoryException, NotExecutableEx... method testIdIsCaseSensitive (line 381) | public void testIdIsCaseSensitive() throws RepositoryException, NotExe... method testUUIDIsBuildCaseInsensitive (line 393) | public void testUUIDIsBuildCaseInsensitive() throws RepositoryExceptio... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/NodeResolverTest.java class NodeResolverTest (line 40) | public abstract class NodeResolverTest extends AbstractJCRTest { method setUp (line 48) | @Override method getCurrentUser (line 70) | protected UserImpl getCurrentUser() throws NotExecutableException, Rep... method save (line 82) | protected void save() throws RepositoryException { method createNodeResolver (line 88) | protected abstract NodeResolver createNodeResolver(SessionImpl session... method createNodeResolver (line 90) | protected NodeResolver createNodeResolver(Session session) throws NotE... method testFindNode (line 104) | public void testFindNode() throws NotExecutableException, RepositoryEx... method testFindNodeByPrincipalName (line 137) | public void testFindNodeByPrincipalName() throws NotExecutableExceptio... method testFindNodeByMultiValueProp (line 159) | public void testFindNodeByMultiValueProp() throws NotExecutableExcepti... method testFindNodeWithNonExistingSearchRoot (line 180) | public void testFindNodeWithNonExistingSearchRoot() throws NotExecutab... method testFindNodes (line 191) | public void testFindNodes() throws NotExecutableException, RepositoryE... method testFindNodesByRelPathProperties (line 238) | public void testFindNodesByRelPathProperties() throws NotExecutableExc... method testFindNodesWithNonExistingSearchRoot (line 287) | public void testFindNodesWithNonExistingSearchRoot() throws NotExecuta... method testGetSearchRoot (line 298) | public void testGetSearchRoot() { method testGetSearchRootDefault (line 312) | public void testGetSearchRootDefault() { method testGetNamePathResolver (line 322) | public void testGetNamePathResolver() { method testGetSession (line 326) | public void testGetSession() { method testFindNodeEscape (line 330) | public void testFindNodeEscape() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/NotUserAdministratorTest.java class NotUserAdministratorTest (line 38) | public class NotUserAdministratorTest extends AbstractUserTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 63) | protected void tearDown() throws Exception { method testCreateUser (line 78) | public void testCreateUser() throws NotExecutableException { method testCreateUserWithItermediatePath (line 96) | public void testCreateUserWithItermediatePath() throws NotExecutableEx... method testRemoveOwnAuthorizable (line 114) | public void testRemoveOwnAuthorizable() throws RepositoryException, No... method testRemoveUser (line 126) | public void testRemoveUser() throws RepositoryException, NotExecutable... method testRemoveOtherUser (line 150) | public void testRemoveOtherUser() throws RepositoryException, NotExecu... method testModifyImpersonationOfAnotherUser (line 174) | public void testModifyImpersonationOfAnotherUser() throws RepositoryEx... method testAddToGroup (line 202) | public void testAddToGroup() throws NotExecutableException, Repository... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/PasswordUtilityTest.java class PasswordUtilityTest (line 32) | public class PasswordUtilityTest extends JUnitTest { method testBuildPasswordHash (line 58) | public void testBuildPasswordHash() throws Exception { method testBuildPasswordHashInvalidAlgorithm (line 81) | public void testBuildPasswordHashInvalidAlgorithm() throws Exception { method testIsPlainTextPassword (line 98) | public void testIsPlainTextPassword() throws Exception { method testIsPlainTextForNull (line 104) | public void testIsPlainTextForNull() throws Exception { method testIsPlainTextForPwHash (line 108) | public void testIsPlainTextForPwHash() throws Exception { method testIsSame (line 114) | public void testIsSame() throws Exception { method testIsNotSame (line 131) | public void testIsNotSame() throws Exception { method testExtractAlgorithmFromPlainPw (line 144) | public void testExtractAlgorithmFromPlainPw() throws Exception { method testExtractAlgorithmFromNull (line 150) | public void testExtractAlgorithmFromNull() throws Exception { method testExtractAlgorithmFromPwHash (line 154) | public void testExtractAlgorithmFromPwHash() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/TestAll.java class TestAll (line 25) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/TraversingNodeResolverTest.java class TraversingNodeResolverTest (line 27) | public class TraversingNodeResolverTest extends NodeResolverTest { method createNodeResolver (line 31) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/UserAccessControlProviderTest.java class UserAccessControlProviderTest (line 48) | public class UserAccessControlProviderTest extends AbstractUserTest { method setUp (line 53) | @Override method cleanUp (line 65) | @Override method getAnonymousPrincipals (line 76) | private Set getAnonymousPrincipals() throws RepositoryExcep... method testNoNodeForPrincipal (line 88) | public void testNoNodeForPrincipal() throws RepositoryException { method testNodeRemovedForPrincipal (line 118) | public void testNodeRemovedForPrincipal() throws RepositoryException, ... method testAnonymousDefaultAccess (line 147) | public void testAnonymousDefaultAccess() throws Exception { method testAnonymousAccessDenied (line 157) | public void testAnonymousAccessDenied() throws Exception { method testAnonymousAccessDenied2 (line 182) | public void testAnonymousAccessDenied2() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/UserAdministratorTest.java class UserAdministratorTest (line 41) | public class UserAdministratorTest extends AbstractUserTest { method setUp (line 53) | @Override method tearDown (line 86) | @Override method getGroupAdminGroup (line 112) | private Group getGroupAdminGroup(UserManager uMgr) throws RepositoryEx... method testIsUserAdministrator (line 120) | public void testIsUserAdministrator() throws RepositoryException, NotE... method testCreateUser (line 129) | public void testCreateUser() throws RepositoryException, NotExecutable... method testCreateUserWithIntermediatePath (line 145) | public void testCreateUserWithIntermediatePath() throws RepositoryExce... method testCreateNestedUsers (line 177) | public void testCreateNestedUsers() throws NotExecutableException, Rep... method testRemoveHimSelf (line 198) | public void testRemoveHimSelf() throws RepositoryException, NotExecuta... method testRemoveAnotherUser (line 218) | public void testRemoveAnotherUser() throws RepositoryException, NotExe... method testModifyImpersonationOfUser (line 226) | public void testModifyImpersonationOfUser() throws RepositoryException... method testModifyGroupForHimSelf (line 270) | public void testModifyGroupForHimSelf() throws RepositoryException, No... method testModifyGroup (line 288) | public void testModifyGroup() throws RepositoryException, NotExecutabl... method testCreateGroup (line 324) | public void testCreateGroup() throws RepositoryException, NotExecutabl... method testCreateGroupWithIntermediatePath (line 348) | public void testCreateGroupWithIntermediatePath() throws RepositoryExc... method testRemoveGroup (line 372) | public void testRemoveGroup() throws NotExecutableException, Repositor... method testAddToGroup (line 393) | public void testAddToGroup() throws NotExecutableException, Repository... method testPersisted (line 424) | public void testPersisted() throws NotExecutableException, RepositoryE... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/UserImplTest.java class UserImplTest (line 44) | public class UserImplTest extends AbstractUserTest { method setUp (line 51) | @Override method tearDown (line 67) | @Override method testUserImplHasCryptedSimplCredentials (line 78) | public void testUserImplHasCryptedSimplCredentials() throws Repository... method testIsUser (line 87) | public void testIsUser() throws RepositoryException { method testUserCanModifyItsOwnProperties (line 92) | public void testUserCanModifyItsOwnProperties() throws RepositoryExcep... method testCredentials (line 126) | public void testCredentials() throws RepositoryException, NoSuchAlgori... method testChangePassword (line 134) | public void testChangePassword() throws RepositoryException, NotExecut... method testChangePasswordNull (line 179) | public void testChangePasswordNull() throws RepositoryException { method testLoginWithCryptedCredentials (line 191) | public void testLoginWithCryptedCredentials() throws RepositoryExcepti... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/UserImporterTest.java class UserImporterTest (line 97) | public class UserImporterTest extends AbstractJCRTest { method setUp (line 104) | @Override method tearDown (line 147) | @Override method createImporter (line 171) | private static UserImporter createImporter() { method testWorkspaceImport (line 175) | public void testWorkspaceImport() { method testUUIDBehaviorCreateNew (line 179) | public void testUUIDBehaviorCreateNew() { method testDifferentUserManagerImpl (line 184) | public void testDifferentUserManagerImpl() { method testInitTwice (line 189) | public void testInitTwice() { method testImportUser (line 200) | public void testImportUser() throws RepositoryException, IOException, ... method testImportGroup (line 247) | public void testImportGroup() throws RepositoryException, IOException,... method testImportGroupIntoUsersTree (line 288) | public void testImportGroupIntoUsersTree() throws RepositoryException,... method testImportAuthorizableId (line 334) | public void testImportAuthorizableId() throws IOException, RepositoryE... method testExistingPrincipal (line 371) | public void testExistingPrincipal() throws RepositoryException, NotExe... method testConflictingPrincipalsWithinImport (line 403) | public void testConflictingPrincipalsWithinImport() throws IOException... method testMultiValuedPrincipalName (line 427) | public void testMultiValuedPrincipalName() throws RepositoryException,... method testPlainTextPassword (line 472) | public void testPlainTextPassword() throws RepositoryException, IOExce... method testMultiValuedPassword (line 501) | public void testMultiValuedPassword() throws RepositoryException, IOEx... method testIncompleteUser (line 547) | public void testIncompleteUser() throws RepositoryException, IOExcepti... method testIncompleteGroup (line 583) | public void testIncompleteGroup() throws IOException, RepositoryExcept... method testImportWithIntermediatePath (line 614) | public void testImportWithIntermediatePath() throws IOException, Repos... method testImportNewMembers (line 664) | public void testImportNewMembers() throws IOException, RepositoryExcep... method testImportNewMembersReverseOrder (line 709) | public void testImportNewMembersReverseOrder() throws IOException, Rep... method testImportMembers (line 753) | public void testImportMembers() throws RepositoryException, IOExceptio... method testImportNonExistingMemberIgnore (line 796) | public void testImportNonExistingMemberIgnore() throws IOException, Re... method testImportNonExistingMemberAbort (line 831) | public void testImportNonExistingMemberAbort() throws IOException, Rep... method testImportNonExistingMemberBestEffort (line 862) | public void testImportNonExistingMemberBestEffort() throws IOException... method testImportNonExistingMemberBestEffort2 (line 913) | public void testImportNonExistingMemberBestEffort2() throws IOExceptio... method testImportSelfAsGroupIgnore (line 985) | public void testImportSelfAsGroupIgnore() throws Exception { method testImportSelfAsGroupAbort (line 1012) | public void testImportSelfAsGroupAbort() throws Exception { method testImportImpersonation (line 1035) | public void testImportImpersonation() throws IOException, RepositoryEx... method testImportInvalidImpersonationIgnore (line 1073) | public void testImportInvalidImpersonationIgnore() throws IOException,... method testImportInvalidImpersonationAbort (line 1113) | public void testImportInvalidImpersonationAbort() throws IOException, ... method testImportUuidCollisionRemoveExisting (line 1142) | public void testImportUuidCollisionRemoveExisting() throws RepositoryE... method testImportUuidCollisionRemoveExisting2 (line 1179) | public void testImportUuidCollisionRemoveExisting2() throws Repository... method testImportUuidCollisionThrow (line 1209) | public void testImportUuidCollisionThrow() throws RepositoryException,... method testImportGroupMembersFromNodes (line 1237) | public void testImportGroupMembersFromNodes() throws RepositoryExcepti... method testImportGroupMembersFromNodesBestEffort (line 1294) | public void testImportGroupMembersFromNodesBestEffort() throws Reposit... method testActionExecutionForUser (line 1351) | public void testActionExecutionForUser() throws Exception { method testActionExecutionForGroup (line 1375) | public void testActionExecutionForGroup() throws Exception { method testAccessControlActionExecutionForUser (line 1398) | public void testAccessControlActionExecutionForUser() throws Exception { method testAccessControlActionExecutionForUser2 (line 1435) | public void testAccessControlActionExecutionForUser2() throws Exception { method testAccessControlActionExecutionForGroup (line 1472) | public void testAccessControlActionExecutionForGroup() throws Exception { method doImport (line 1510) | private void doImport(NodeImpl target, String xml) throws IOException,... method doImport (line 1518) | private void doImport(NodeImpl target, String xml, int importBehavior)... method doImport (line 1522) | private void doImport(NodeImpl target, String xml, int uuidBehavior, i... method assertNotDeclaredMember (line 1530) | private static void assertNotDeclaredMember(Group gr, String potential... class PseudoConfig (line 1540) | private final class PseudoConfig extends ImportConfig { method PseudoConfig (line 1544) | private PseudoConfig() { method PseudoConfig (line 1548) | private PseudoConfig(int importBehavior) { method getProtectedItemImporters (line 1554) | @Override class TestAction (line 1561) | private final class TestAction implements AuthorizableAction { method onCreate (line 1565) | public void onCreate(Group group, Session session) throws Repository... method onCreate (line 1568) | public void onCreate(User user, String password, Session session) th... method onRemove (line 1572) | public void onRemove(Authorizable authorizable, Session session) thr... method onPasswordChange (line 1575) | public void onPasswordChange(User user, String newPassword, Session ... class DummySession (line 1580) | private final class DummySession implements JackrabbitSession { method DummySession (line 1582) | private DummySession() { method hasPermission (line 1585) | @Override method getPrincipalManager (line 1590) | public PrincipalManager getPrincipalManager() throws AccessDeniedExc... method getUserManager (line 1594) | public UserManager getUserManager() throws AccessDeniedException, Un... method getItemOrNull (line 1662) | public Item getItemOrNull(String absPath) throws RepositoryException { method getPropertyOrNull (line 1666) | public Property getPropertyOrNull(String absPath) throws RepositoryE... method getNodeOrNull (line 1670) | public Node getNodeOrNull(String absPath) throws RepositoryException { method getExpandedName (line 1674) | @Override method getExpandedPath (line 1679) | @Override method getRepository (line 1684) | public Repository getRepository() { method getUserID (line 1688) | public String getUserID() { method getAttributeNames (line 1692) | public String[] getAttributeNames() { method getAttribute (line 1696) | public Object getAttribute(String name) { method getWorkspace (line 1700) | public Workspace getWorkspace() { method getRootNode (line 1704) | public Node getRootNode() throws RepositoryException { method impersonate (line 1708) | public Session impersonate(Credentials credentials) throws LoginExce... method getNodeByUUID (line 1712) | public Node getNodeByUUID(String uuid) throws ItemNotFoundException,... method getNodeByIdentifier (line 1716) | public Node getNodeByIdentifier(String id) throws ItemNotFoundExcept... method getItem (line 1720) | public Item getItem(String absPath) throws PathNotFoundException, Re... method getNode (line 1724) | public Node getNode(String absPath) throws PathNotFoundException, Re... method getProperty (line 1728) | public Property getProperty(String absPath) throws PathNotFoundExcep... method itemExists (line 1732) | public boolean itemExists(String absPath) throws RepositoryException { method nodeExists (line 1736) | public boolean nodeExists(String absPath) throws RepositoryException { method propertyExists (line 1740) | public boolean propertyExists(String absPath) throws RepositoryExcep... method move (line 1744) | public void move(String srcAbsPath, String destAbsPath) throws ItemE... method removeItem (line 1747) | public void removeItem(String absPath) throws VersionException, Lock... method save (line 1750) | public void save() throws AccessDeniedException, ItemExistsException... method refresh (line 1753) | public void refresh(boolean keepChanges) throws RepositoryException { method hasPendingChanges (line 1756) | public boolean hasPendingChanges() throws RepositoryException { method getValueFactory (line 1760) | public ValueFactory getValueFactory() throws UnsupportedRepositoryOp... method hasPermission (line 1764) | public boolean hasPermission(String absPath, String actions) throws ... method checkPermission (line 1768) | public void checkPermission(String absPath, String actions) throws A... method hasCapability (line 1771) | public boolean hasCapability(String methodName, Object target, Objec... method getImportContentHandler (line 1775) | public ContentHandler getImportContentHandler(String parentAbsPath, ... method importXML (line 1779) | public void importXML(String parentAbsPath, InputStream in, int uuid... method exportSystemView (line 1782) | public void exportSystemView(String absPath, ContentHandler contentH... method exportSystemView (line 1785) | public void exportSystemView(String absPath, OutputStream out, boole... method exportDocumentView (line 1788) | public void exportDocumentView(String absPath, ContentHandler conten... method exportDocumentView (line 1791) | public void exportDocumentView(String absPath, OutputStream out, boo... method setNamespacePrefix (line 1794) | public void setNamespacePrefix(String prefix, String uri) throws Nam... method getNamespacePrefixes (line 1797) | public String[] getNamespacePrefixes() throws RepositoryException { method getNamespaceURI (line 1801) | public String getNamespaceURI(String prefix) throws NamespaceExcepti... method getNamespacePrefix (line 1805) | public String getNamespacePrefix(String uri) throws NamespaceExcepti... method logout (line 1809) | public void logout() { method isLive (line 1813) | public boolean isLive() { method addLockToken (line 1817) | public void addLockToken(String lt) { method getLockTokens (line 1821) | public String[] getLockTokens() { method removeLockToken (line 1825) | public void removeLockToken(String lt) { method getAccessControlManager (line 1829) | public AccessControlManager getAccessControlManager() throws Unsuppo... method getRetentionManager (line 1833) | public RetentionManager getRetentionManager() throws UnsupportedRepo... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/user/UserManagerImplTest.java class UserManagerImplTest (line 48) | public class UserManagerImplTest extends AbstractUserTest { method setUp (line 52) | @Override method getTestUserId (line 62) | private String getTestUserId(Principal p) throws RepositoryException { method testPrincipalNameEqualsUserID (line 72) | public void testPrincipalNameEqualsUserID() throws RepositoryException... method testUserIDFromSession (line 89) | public void testUserIDFromSession() throws RepositoryException, NotExe... method testCreateUserIdDifferentFromPrincipalName (line 112) | public void testCreateUserIdDifferentFromPrincipalName() throws Reposi... method testCreateGroupWithInvalidIdOrPrincipal (line 143) | public void testCreateGroupWithInvalidIdOrPrincipal() throws Repositor... method testCreateEveryoneUser (line 170) | public void testCreateEveryoneUser() throws Exception { method testCreateGroupWithId (line 185) | public void testCreateGroupWithId() throws RepositoryException, NotExe... method testCreateGroupWithIdAndPrincipal (line 205) | public void testCreateGroupWithIdAndPrincipal() throws RepositoryExcep... method testCreateGroupIdDifferentFromPrincipalName (line 227) | public void testCreateGroupIdDifferentFromPrincipalName() throws Repos... method testCreatingGroupWithPrincipalMatchingExistingUserId (line 251) | public void testCreatingGroupWithPrincipalMatchingExistingUserId() thr... method testCreateGroupWithExistingPrincipal (line 280) | public void testCreateGroupWithExistingPrincipal() throws RepositoryEx... method testCreateGroupWithExistingPrincipal2 (line 312) | public void testCreateGroupWithExistingPrincipal2() throws RepositoryE... method testCreateGroupWithExistingPrincipal3 (line 346) | public void testCreateGroupWithExistingPrincipal3() throws RepositoryE... method testCreateGroupWithExistingUserID (line 380) | public void testCreateGroupWithExistingUserID() throws RepositoryExcep... method testCreateGroupWithExistingGroupID (line 412) | public void testCreateGroupWithExistingGroupID() throws RepositoryExce... method testCreateGroupWithExistingGroupID2 (line 444) | public void testCreateGroupWithExistingGroupID2() throws RepositoryExc... method testFindAuthorizable (line 476) | public void testFindAuthorizable() throws RepositoryException, NotExec... method testFindAuthorizableByAddedProperty (line 500) | public void testFindAuthorizableByAddedProperty() throws RepositoryExc... method testFindAuthorizableByRelativePath (line 528) | public void testFindAuthorizableByRelativePath() throws NotExecutableE... method testFindUser (line 578) | public void testFindUser() throws RepositoryException, NotExecutableEx... method testFindGroup (line 620) | public void testFindGroup() throws RepositoryException, NotExecutableE... method testFindAllUsers (line 659) | public void testFindAllUsers() throws RepositoryException { method testFindAllGroups (line 666) | public void testFindAllGroups() throws RepositoryException { method testNewUserCanLogin (line 673) | public void testNewUserCanLogin() throws RepositoryException, NotExecu... method testUnknownUserLogin (line 696) | public void testUnknownUserLogin() throws RepositoryException { method testCleanup (line 709) | public void testCleanup() throws RepositoryException, NotExecutableExc... method testCleanupForAllWorkspaces (line 731) | public void testCleanupForAllWorkspaces() throws RepositoryException, ... method testEnforceAuthorizableFolderHierarchy (line 761) | public void testEnforceAuthorizableFolderHierarchy() throws Repository... method testCreateWithRelativePath (line 832) | public void testCreateWithRelativePath() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/AbstractISMLockingTest.java class AbstractISMLockingTest (line 33) | public abstract class AbstractISMLockingTest extends TestCase { method setUp (line 55) | protected void setUp() throws Exception { method createISMLocking (line 79) | public abstract ISMLocking createISMLocking(); method testReadBlocksWrite (line 88) | public void testReadBlocksWrite() throws InterruptedException { method testWriteBlocksRead (line 104) | public void testWriteBlocksRead() throws InterruptedException { method testWriteBlocksRead_notIfSameThread (line 112) | public void testWriteBlocksRead_notIfSameThread() throws InterruptedEx... method testIntersectingWrites (line 138) | public void testIntersectingWrites() throws InterruptedException { method testDowngrade (line 153) | public void testDowngrade() throws InterruptedException { method startWriterThread (line 174) | protected final Thread startWriterThread(final ISMLocking lock, final ... method startReaderThread (line 198) | protected final Thread startReaderThread(final ISMLocking lock, final ... method verifyBlocked (line 221) | protected final void verifyBlocked(final Thread other) throws Interrup... method verifyNotBlocked (line 237) | protected final void verifyNotBlocked(final Thread other) throws Inter... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/ChangeLogTest.java class ChangeLogTest (line 29) | public class ChangeLogTest extends AbstractJCRTest { method setUp (line 33) | protected void setUp() throws Exception { method testAddDelete (line 42) | public void testAddDelete() throws Exception { method testAddModify (line 61) | public void testAddModify() throws Exception { method testPreserveOrder (line 80) | public void testPreserveOrder() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/DefaultISMLockingDeadlockTest.java class DefaultISMLockingDeadlockTest (line 28) | public class DefaultISMLockingDeadlockTest extends JUnitTest { method test (line 30) | public void test() throws InterruptedException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/DefaultISMLockingTest.java class DefaultISMLockingTest (line 23) | public class DefaultISMLockingTest extends AbstractISMLockingTest { method createISMLocking (line 25) | public ISMLocking createISMLocking() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/FineGrainedISMLockingTest.java class FineGrainedISMLockingTest (line 23) | public class FineGrainedISMLockingTest extends AbstractISMLockingTest { method createISMLocking (line 25) | public ISMLocking createISMLocking() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/NameSetTest.java class NameSetTest (line 28) | public class NameSetTest extends TestCase { method testEquals (line 34) | public void testEquals() { method testHashCode (line 44) | public void testHashCode() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/NodeStateMergerTest.java class NodeStateMergerTest (line 38) | public class NodeStateMergerTest extends AbstractJCRTest { method setUp (line 50) | @Override method tearDown (line 73) | @Override method testAddSamePropertiesWithDifferentValues (line 86) | public void testAddSamePropertiesWithDifferentValues() throws Reposito... method testModifySamePropertiesWithDifferentValues (line 107) | public void testModifySamePropertiesWithDifferentValues() throws Repos... method testAddSameMixinToSessionsAB (line 134) | public void testAddSameMixinToSessionsAB() throws RepositoryException { method testAddSameMixinToSessionsAB2 (line 152) | public void testAddSameMixinToSessionsAB2() throws RepositoryException { method testAddSameMixinToSessionsAB3 (line 176) | public void testAddSameMixinToSessionsAB3() throws RepositoryException { method testAddSameMixinToSessionsAB4 (line 199) | public void testAddSameMixinToSessionsAB4() throws RepositoryException { method testMixinAddedInSessionA (line 224) | public void testMixinAddedInSessionA() throws RepositoryException { method testMixinAddedInSessionA2 (line 253) | public void testMixinAddedInSessionA2() throws RepositoryException { method testAddedInSessionAConflictsWithChildItemsInSessionB (line 279) | public void testAddedInSessionAConflictsWithChildItemsInSessionB() thr... method testDifferentMixinAddedInSessionAB (line 360) | public void testDifferentMixinAddedInSessionAB() throws Exception { method testMixinRemovedInSessionA (line 383) | public void testMixinRemovedInSessionA() throws Exception { method testMixinRemovedInSessionA2 (line 412) | public void testMixinRemovedInSessionA2() throws Exception { method testMixinModifiedInSessionA (line 444) | public void testMixinModifiedInSessionA() throws Exception { method testMixinModifiedInSessionAB (line 466) | public void testMixinModifiedInSessionAB() throws Exception { method testMixinModifiedInSessionAB2 (line 486) | public void testMixinModifiedInSessionAB2() throws Exception { method testMixinModifiedInSessionAB3 (line 510) | public void testMixinModifiedInSessionAB3() throws Exception { method testMixinModifiedInSessionAB4 (line 535) | public void testMixinModifiedInSessionAB4() throws Exception { method testMixinAddedInSessionB (line 561) | public void testMixinAddedInSessionB() throws Exception { method testMixinAddedInSessionB2 (line 581) | public void testMixinAddedInSessionB2() throws Exception { method testMixinAddedInSessionBWithConflictingChanges (line 603) | public void testMixinAddedInSessionBWithConflictingChanges() throws Ex... method testMixinRemovedInSessionB (line 626) | public void testMixinRemovedInSessionB() throws Exception { method testMixinModifiedAddInSessionB (line 660) | public void testMixinModifiedAddInSessionB() throws Exception { method testMixinModifiedAddInSessionB2 (line 690) | public void testMixinModifiedAddInSessionB2() throws Exception { method testMixinModifiedAddInSessionBWithConflictingChanges (line 720) | public void testMixinModifiedAddInSessionBWithConflictingChanges() thr... method testMixinModifiedAddInSessionBWithConflictingChanges2 (line 747) | public void testMixinModifiedAddInSessionBWithConflictingChanges2() th... method testMixinModifiedAddInSessionBWithConflictingChanges3 (line 773) | public void testMixinModifiedAddInSessionBWithConflictingChanges3() th... method testMixinModifiedAddInSessionBWithConflictingChanges4 (line 799) | public void testMixinModifiedAddInSessionBWithConflictingChanges4() th... method testMixinModifiedRemovedInSessionB (line 891) | public void testMixinModifiedRemovedInSessionB() throws Exception { method testMixinModifiedRemovedInSessionB2 (line 922) | public void testMixinModifiedRemovedInSessionB2() throws Exception { method testMixinModifiedInSessionB (line 955) | public void testMixinModifiedInSessionB() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/state/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/stats/QueryStatCoreTest.java class QueryStatCoreTest (line 30) | public class QueryStatCoreTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 42) | protected void tearDown() throws Exception { method runRandomQuery (line 46) | private void runRandomQuery() throws Exception { method testPopularQuery (line 52) | public void testPopularQuery() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/stats/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/util/CooperativeFileLockTest.java class CooperativeFileLockTest (line 31) | public class CooperativeFileLockTest extends TestCase { method tearDown (line 35) | public void tearDown() throws IOException { method setUp (line 39) | public void setUp() throws IOException { method testFileLock (line 43) | public void testFileLock() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/util/DOMWalkerTest.java class DOMWalkerTest (line 26) | public class DOMWalkerTest extends TestCase { method testIterateTopLevelElements (line 32) | public void testIterateTopLevelElements() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/util/RepositoryLockTest.java class RepositoryLockTest (line 29) | public class RepositoryLockTest extends TestCase { method setUp (line 39) | protected void setUp() throws IOException { method tearDown (line 48) | protected void tearDown() { method delete (line 57) | private void delete(File file) { method testNoFilesLeftBehind (line 71) | public void testNoFilesLeftBehind() throws RepositoryException { method testTwoLocks (line 85) | public void testTwoLocks() throws RepositoryException { method testCanonicalPath (line 109) | public void testCanonicalPath() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/util/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 33) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/util/db/ConnectionFactoryTest.java class ConnectionFactoryTest (line 35) | public class ConnectionFactoryTest extends TestCase { method setUp (line 53) | @Override method testGetDataSource_defaults_Derby (line 59) | public void testGetDataSource_defaults_Derby() throws Exception { method testGuessValidationQuery_MYSQL (line 66) | public void testGuessValidationQuery_MYSQL() throws Exception { method testGuessValidationQuery_MSSQL (line 71) | public void testGuessValidationQuery_MSSQL() throws Exception { method testGuessValidationQuery_ORACLE (line 78) | public void testGuessValidationQuery_ORACLE() throws Exception { method testGuessValidationQuery_H2 (line 83) | public void testGuessValidationQuery_H2() throws Exception { method testRegisterDataSources_defaultValues (line 88) | public void testRegisterDataSources_defaultValues() throws Exception { method testRegisterDataSources_noValidationQuery (line 93) | public void testRegisterDataSources_noValidationQuery() throws Excepti... method testGetDatabaseType (line 98) | public void testGetDatabaseType() throws Exception { method testGetDataSource_identity (line 103) | public void testGetDataSource_identity() throws Exception { method testGetDataSource_identity_differentPasswords (line 109) | public void testGetDataSource_identity_differentPasswords() throws Exc... method testGetDataSource_noIdentity (line 115) | public void testGetDataSource_noIdentity() throws Exception { method testUnwrap (line 121) | public void testUnwrap() throws Exception { method testClose (line 129) | public void testClose() throws Exception { method assertPoolDefaults (line 148) | private void assertPoolDefaults(BasicDataSource ds, String validationQ... method registerAndGet (line 159) | private BasicDataSource registerAndGet(String url, String validationQu... method register (line 166) | private String register(String url, String validationQuery, int maxCon... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/util/db/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 33) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/value/BinaryValueTest.java class BinaryValueTest (line 40) | public class BinaryValueTest extends AbstractJCRTest { method testDispose10 (line 42) | public void testDispose10() throws Exception { method testDispose10k (line 46) | public void testDispose10k() throws Exception { method testDispose10Save (line 50) | public void testDispose10Save() throws Exception { method testDispose10kSave (line 54) | public void testDispose10kSave() throws Exception { method checkDispose (line 58) | protected void checkDispose(int length, boolean save) throws Exception { method setProperty (line 66) | protected Property setProperty(Node node, int length) throws Repositor... method checkProperty (line 80) | protected void checkProperty(Property prop) throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/value/InternalValueFactoryTest.java class InternalValueFactoryTest (line 30) | public class InternalValueFactoryTest extends QValueFactoryTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 44) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/value/InternalValueTest.java class InternalValueTest (line 30) | public class InternalValueTest extends QValueTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 44) | protected void tearDown() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/value/PathTest.java class PathTest (line 36) | public class PathTest extends AbstractJCRTest { method setUp (line 45) | @Override method testGetBinary (line 51) | public void testGetBinary() throws RepositoryException, IOException { method testGetBinaryFromValue (line 60) | public void testGetBinaryFromValue() throws RepositoryException, IOExc... method testGetStream (line 71) | public void testGetStream() throws RepositoryException, IOException { method testGetStreamFromValue (line 80) | public void testGetStreamFromValue() throws RepositoryException, IOExc... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/value/ReferenceBinaryTest.java class ReferenceBinaryTest (line 31) | public class ReferenceBinaryTest extends AbstractJCRTest { method testReferenceBinaryExchangeWithSharedRepository (line 35) | public void testReferenceBinaryExchangeWithSharedRepository() throws E... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/value/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/CheckinRemoveVersionTest.java class CheckinRemoveVersionTest (line 29) | public class CheckinRemoveVersionTest extends AbstractJCRTest { method testCheckinRemoveVersionWithXA (line 31) | public void testCheckinRemoveVersionWithXA() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/CopyFrozenUuidTest.java class CopyFrozenUuidTest (line 30) | public class CopyFrozenUuidTest extends AbstractJCRTest { method testCopyFrozenUuidProperty (line 32) | public void testCopyFrozenUuidProperty() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/InternalVersionHistoryImplTest.java class InternalVersionHistoryImplTest (line 27) | public class InternalVersionHistoryImplTest extends TestCase { method testGetCurrentTime (line 33) | public void testGetCurrentTime() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/ModifyNonVersionableCheckedOutTest.java class ModifyNonVersionableCheckedOutTest (line 23) | public class ModifyNonVersionableCheckedOutTest extends AbstractJCRTest { method testNonVersionableCheckedOut (line 25) | public void testNonVersionableCheckedOut() throws Exception { method testModifyNonVersionableNodeWithCheckedOutProperty (line 38) | public void testModifyNonVersionableNodeWithCheckedOutProperty() throw... method testAddRemoveMixinVersionable (line 72) | public void testAddRemoveMixinVersionable() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/RemoveAndAddVersionLabelXATest.java class RemoveAndAddVersionLabelXATest (line 29) | public class RemoveAndAddVersionLabelXATest extends AbstractJCRTest { method testVersionLabel (line 31) | public void testVersionLabel() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/RemoveOrphanVersionHistoryTest.java class RemoveOrphanVersionHistoryTest (line 35) | public class RemoveOrphanVersionHistoryTest extends AbstractJCRTest { method testRemoveOrphanVersionHistory (line 41) | public void testRemoveOrphanVersionHistory() throws RepositoryException { method testWorkspaceRemoveOrphanVersionHistory (line 82) | public void testWorkspaceRemoveOrphanVersionHistory() throws Repositor... method testEmptyNonOrphanVersionHistory (line 148) | public void testEmptyNonOrphanVersionHistory() throws RepositoryExcept... method assertExists (line 199) | protected void assertExists(Session session, String uuid) throws Repos... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/RemoveVersionLabelTest.java class RemoveVersionLabelTest (line 29) | public class RemoveVersionLabelTest extends AbstractJCRTest { method testRemoveVersionLabel (line 31) | public void testRemoveVersionLabel() throws RepositoryException { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/RemoveVersionTest.java class RemoveVersionTest (line 37) | public class RemoveVersionTest extends AbstractJCRTest { method testRemoveVersionAndCheckinXA (line 47) | public void testRemoveVersionAndCheckinXA() throws Exception { method testRemoveVersionAndCheckinXA_JCR2 (line 87) | public void testRemoveVersionAndCheckinXA_JCR2() throws Exception { method testRemoveAllVersions (line 122) | public void testRemoveAllVersions() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/RestoreNodeWithSNSTest.java class RestoreNodeWithSNSTest (line 28) | public class RestoreNodeWithSNSTest extends AbstractJCRTest { method testRestoreWithSNS (line 30) | public void testRestoreWithSNS() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/RestoreTest.java class RestoreTest (line 29) | public class RestoreTest extends AbstractJCRTest { method testRestoreWithXA (line 31) | public void testRestoreWithXA() throws Exception { method testRestoreToNodeWithAnUnknownPropertyType (line 44) | public void testRestoreToNodeWithAnUnknownPropertyType() throws Except... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 33) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/version/VersionIteratorImplTest.java class VersionIteratorImplTest (line 28) | public class VersionIteratorImplTest extends TestCase { class DummyInternalVersion (line 32) | private final class DummyInternalVersion implements InternalVersion { method DummyInternalVersion (line 37) | public DummyInternalVersion(InternalVersion[] successors, NodeId id) { method getSuccessors (line 42) | public List getSuccessors() { method getId (line 46) | public NodeId getId() { method getCreated (line 50) | public Calendar getCreated() {return null;} method getFrozenNode (line 51) | public InternalFrozenNode getFrozenNode() {return null;} method getFrozenNodeId (line 52) | public NodeId getFrozenNodeId() {return null;} method getLabels (line 53) | public Name[] getLabels() {return null;} method getName (line 54) | public Name getName() {return null;} method getPredecessors (line 55) | public InternalVersion[] getPredecessors() {return null;} method getVersionHistory (line 56) | public InternalVersionHistory getVersionHistory() {return null;} method hasLabel (line 57) | public boolean hasLabel(Name label) {return false;} method isMoreRecent (line 58) | public boolean isMoreRecent(InternalVersion v) {return false;} method isRootVersion (line 59) | public boolean isRootVersion() {return false;} method getParent (line 60) | public InternalVersionItem getParent() {return null;} method getLinearSuccessor (line 61) | public InternalVersion getLinearSuccessor(InternalVersion baseVersio... method getLinearPredecessor (line 62) | public InternalVersion getLinearPredecessor() { return null; } method testVersionIterator (line 65) | public void testVersionIterator() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/xml/AccessControlImporterTest.java class AccessControlImporterTest (line 58) | public class AccessControlImporterTest extends AbstractJCRTest { method setUp (line 226) | @Override method createPolicyNode (line 246) | private NodeImpl createPolicyNode(NodeImpl target) throws Exception { method createImporter (line 270) | private static ProtectedNodeImporter createImporter() { method testWorkspaceImport (line 274) | public void testWorkspaceImport() throws Exception { method testNonProtectedNode (line 283) | public void testNonProtectedNode() throws Exception { method testUnsupportedProtectedNode (line 293) | public void testUnsupportedProtectedNode() throws Exception { method testImportACL (line 307) | public void testImportACL() throws Exception { method testImportACLOnly (line 348) | public void testImportACLOnly() throws Exception { method testImportACLRemoveACE (line 393) | public void testImportACLRemoveACE() throws Exception { method testImportACLUnknown (line 439) | public void testImportACLUnknown() throws Exception { method testImportACLUnknownFail (line 484) | public void testImportACLUnknownFail() throws Exception { method testImportPolicyExists (line 512) | public void testImportPolicyExists() throws Exception { method testImportEmptyExistingPolicy (line 569) | public void testImportEmptyExistingPolicy() throws Exception { method testImportRepoACLAtRoot (line 605) | public void testImportRepoACLAtRoot() throws Exception { method testImportRepoACLAtTestNode (line 651) | public void testImportRepoACLAtTestNode() throws Exception { method testImportPrincipalBasedACL (line 682) | public void testImportPrincipalBasedACL() throws Exception { method testImportWithDefaultImporter (line 740) | public void testImportWithDefaultImporter() throws Exception { class PseudoConfig (line 767) | private final class PseudoConfig extends ImportConfig { method PseudoConfig (line 771) | private PseudoConfig() { method getProtectedItemImporters (line 775) | @Override FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/xml/DocumentViewTest.java class DocumentViewTest (line 42) | public class DocumentViewTest extends AbstractJCRTest { method setUp (line 49) | @Override method tearDown (line 68) | @Override method testTwoMixins (line 82) | public void testTwoMixins() throws Exception { method testMultiValue (line 104) | public void testMultiValue() throws Exception { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/xml/SystemViewTest.java class SystemViewTest (line 41) | public class SystemViewTest extends AbstractJCRTest { method createCollidingNodeXml (line 45) | private String createCollidingNodeXml(String id) { method createSimpleImportXml (line 56) | private String createSimpleImportXml(String id) { method testSameNameErrorMessage (line 66) | public void testSameNameErrorMessage() throws Exception { method importTestNodeTypes (line 88) | private void importTestNodeTypes() throws IOException, InvalidNodeType... FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/xml/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 34) | public static Test suite() { FILE: jackrabbit-core/src/test/java/org/apache/jackrabbit/core/xml/WorkspaceImporterTest.java class WorkspaceImporterTest (line 32) | public class WorkspaceImporterTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 42) | protected void tearDown() throws Exception { method testReferenceImport (line 54) | public void testReferenceImport() throws Exception { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/config/ConfigurationException.java class ConfigurationException (line 24) | public class ConfigurationException extends RepositoryException { method ConfigurationException (line 31) | public ConfigurationException(String message) { method ConfigurationException (line 41) | public ConfigurationException(String message, Exception cause) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/config/DataSourceConfig.java class DataSourceConfig (line 30) | public class DataSourceConfig { method addDataSourceDefinition (line 54) | public void addDataSourceDefinition(String name, Properties props) thr... method getDefinitions (line 68) | public List getDefinitions() { class DataSourceDefinition (line 75) | public static final class DataSourceDefinition { method DataSourceDefinition (line 108) | public DataSourceDefinition(String name, Properties props) throws Co... method verify (line 125) | private void verify(Properties props) throws ConfigurationException { method isJndiConfig (line 157) | private boolean isJndiConfig() throws ConfigurationException { method getLogicalName (line 172) | public String getLogicalName() { method getDriver (line 179) | public String getDriver() { method getUrl (line 186) | public String getUrl() { method getUser (line 193) | public String getUser() { method getDbType (line 200) | public String getDbType() { method getPassword (line 207) | public String getPassword() { method getValidationQuery (line 214) | public String getValidationQuery() { method getMaxPoolSize (line 221) | public int getMaxPoolSize() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AbstractBackend.java class AbstractBackend (line 30) | public abstract class AbstractBackend implements Backend { method getAsyncWritePoolSize (line 61) | public int getAsyncWritePoolSize() { method setAsyncWritePoolSize (line 69) | public void setAsyncWritePoolSize(int asyncWritePoolSize) { method init (line 76) | @Override method close (line 86) | @Override method getDataStore (line 99) | protected CachingDataStore getDataStore() { method setDataStore (line 107) | protected void setDataStore(CachingDataStore dataStore) { method getHomeDir (line 115) | protected String getHomeDir() { method setHomeDir (line 123) | protected void setHomeDir(String homeDir) { method getConfig (line 131) | protected String getConfig() { method setConfig (line 139) | protected void setConfig(String config) { method getAsyncWriteExecutor (line 147) | protected Executor getAsyncWriteExecutor() { method createAsyncWriteExecutor (line 167) | protected Executor createAsyncWriteExecutor() { class ImmediateExecutor (line 184) | private class ImmediateExecutor implements Executor { method execute (line 185) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AbstractDataRecord.java class AbstractDataRecord (line 27) | public abstract class AbstractDataRecord implements DataRecord { method AbstractDataRecord (line 44) | public AbstractDataRecord( method getIdentifier (line 55) | public DataIdentifier getIdentifier() { method getReference (line 59) | public String getReference() { method toString (line 68) | public String toString() { method equals (line 80) | public boolean equals(Object object) { method hashCode (line 90) | public int hashCode() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AbstractDataStore.java class AbstractDataStore (line 29) | public abstract class AbstractDataStore implements DataStore { method getRecord (line 53) | public DataRecord getRecord(DataIdentifier identifier) method getRecordFromReference (line 64) | public DataRecord getRecordFromReference(String reference) method encodeHexString (line 87) | protected static String encodeHexString(byte[] value) { method getReferenceFromIdentifier (line 96) | protected String getReferenceFromIdentifier(DataIdentifier identifier) { method getOrCreateReferenceKey (line 125) | protected byte[] getOrCreateReferenceKey() throws DataStoreException { method getReferenceKey (line 140) | private synchronized byte[] getReferenceKey() throws DataStoreException { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AsyncTouchCallback.java type AsyncTouchCallback (line 23) | public interface AsyncTouchCallback { method onSuccess (line 29) | public void onSuccess(AsyncTouchResult result); method onFailure (line 34) | public void onFailure(AsyncTouchResult result); method onAbort (line 39) | public void onAbort(AsyncTouchResult result); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AsyncTouchResult.java class AsyncTouchResult (line 23) | public class AsyncTouchResult { method AsyncTouchResult (line 33) | public AsyncTouchResult(DataIdentifier identifier) { method getIdentifier (line 38) | public DataIdentifier getIdentifier() { method getException (line 42) | public Exception getException() { method setException (line 46) | public void setException(Exception exception) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AsyncUploadCache.java class AsyncUploadCache (line 55) | public class AsyncUploadCache { method add (line 93) | public synchronized AsyncUploadCacheResult add(String fileName) method remove (line 127) | public synchronized AsyncUploadCacheResult remove(String fileName) method getAll (line 152) | public synchronized Set getAll() { method hasEntry (line 164) | public synchronized boolean hasEntry(String fileName, boolean touch) method getLastModified (line 180) | public synchronized long getLastModified(String fileName) { method delete (line 191) | public synchronized void delete(String fileName) throws IOException { method deleteOlderThan (line 208) | public synchronized Set deleteOlderThan(long min) method init (line 234) | public synchronized void init(String homeDir, String path, method reset (line 265) | public synchronized void reset() throws IOException { method serializeAsyncUploadMap (line 284) | private synchronized void serializeAsyncUploadMap() throws IOException { method deserializeAsyncUploadMap (line 303) | private synchronized void deserializeAsyncUploadMap() throws IOException, method serializeToBeDeleted (line 320) | private synchronized void serializeToBeDeleted() throws IOException { method deserializeToBeDeleted (line 338) | private synchronized void deserializeToBeDeleted() throws IOException, FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AsyncUploadCacheResult.java class AsyncUploadCacheResult (line 24) | public class AsyncUploadCacheResult { method canAsyncUpload (line 43) | public boolean canAsyncUpload() { method setAsyncUpload (line 47) | public void setAsyncUpload(boolean asyncUpload) { method doRequiresDelete (line 54) | public boolean doRequiresDelete() { method setRequiresDelete (line 58) | public void setRequiresDelete(boolean requiresDelete) { method getFile (line 62) | public File getFile() { method setFile (line 66) | public void setFile(File file) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AsyncUploadCallback.java type AsyncUploadCallback (line 24) | public interface AsyncUploadCallback { method onSuccess (line 29) | public void onSuccess(AsyncUploadResult result); method onFailure (line 34) | public void onFailure(AsyncUploadResult result); method onAbort (line 39) | public void onAbort(AsyncUploadResult result); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/AsyncUploadResult.java class AsyncUploadResult (line 25) | public class AsyncUploadResult { method AsyncUploadResult (line 41) | public AsyncUploadResult(DataIdentifier identifier, File file) { method getIdentifier (line 47) | public DataIdentifier getIdentifier() { method getFile (line 51) | public File getFile() { method getException (line 55) | public Exception getException() { method setException (line 59) | public void setException(Exception exception) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/Backend.java type Backend (line 29) | public interface Backend { method init (line 42) | void init(CachingDataStore store, String homeDir, String config) method read (line 54) | InputStream read(DataIdentifier identifier) throws DataStoreException; method getLength (line 65) | long getLength(DataIdentifier identifier) throws DataStoreException; method getLastModified (line 76) | long getLastModified(DataIdentifier identifier) throws DataStoreExcept... method write (line 89) | void write(DataIdentifier identifier, File file) throws DataStoreExcep... method writeAsync (line 100) | void writeAsync(DataIdentifier identifier, File file, method getAllIdentifiers (line 109) | Iterator getAllIdentifiers() throws DataStoreException; method exists (line 119) | boolean exists(DataIdentifier identifier, boolean touch) method exists (line 130) | boolean exists(DataIdentifier identifier) throws DataStoreException; method touch (line 139) | void touch(final DataIdentifier identifier, long minModifiedDate) method touchAsync (line 158) | void touchAsync(final DataIdentifier identifier, long minModifiedDate, method close (line 166) | void close() throws DataStoreException; method deleteAllOlderThan (line 175) | Set deleteAllOlderThan(long timestamp) method deleteRecord (line 184) | void deleteRecord(DataIdentifier identifier) throws DataStoreException; FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/BackendResourceAbortable.java type BackendResourceAbortable (line 35) | public interface BackendResourceAbortable { method abort (line 40) | public void abort(); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/CachingDataRecord.java class CachingDataRecord (line 30) | public class CachingDataRecord extends AbstractDataRecord { method CachingDataRecord (line 36) | public CachingDataRecord(CachingDataStore store, DataIdentifier identi... method getLastModified (line 41) | @Override method getLength (line 52) | @Override method getStream (line 57) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/CachingDataStore.java class CachingDataStore (line 86) | public abstract class CachingDataStore extends AbstractDataStore implements method createBackend (line 210) | protected abstract Backend createBackend(); method getMarkerFile (line 212) | protected abstract String getMarkerFile(); method init (line 258) | @Override method addRecord (line 400) | @Override method getRecord (line 461) | @Override method getRecordIfStored (line 494) | @Override method updateModifiedDateOnAccess (line 537) | @Override method getAllIdentifiers (line 546) | @Override method deleteRecord (line 564) | @Override method deleteAllOlderThan (line 581) | @Override method getStream (line 610) | InputStream getStream(DataIdentifier identifier) throws DataStoreExcep... method getLastModified (line 631) | public long getLastModified(DataIdentifier identifier) method getLength (line 659) | public long getLength(final DataIdentifier identifier) method getOrCreateReferenceKey (line 683) | @Override method getPendingUploads (line 688) | public Set getPendingUploads() { method deleteFromCache (line 693) | public void deleteFromCache(DataIdentifier identifier) method onSuccess (line 706) | @Override method onFailure (line 733) | @Override method onAbort (line 779) | @Override method onSuccess (line 798) | @Override method onFailure (line 806) | @Override method onAbort (line 815) | @Override method confirmDelete (line 828) | public boolean confirmDelete(DataIdentifier identifier) { method touchInternal (line 861) | private void touchInternal(DataIdentifier identifier) method asyncDownload (line 884) | private void asyncDownload(final DataIdentifier identifier) { method newTemporaryFile (line 914) | private File newTemporaryFile() throws IOException { method uploadFilesFromCache (line 921) | private void uploadFilesFromCache() throws RepositoryException { method uploadFilesInSingleThread (line 938) | private void uploadFilesInSingleThread(List files, long totalSize) method listRecursive (line 972) | private static void listRecursive(List list, File file) { method uploadFileToBackEnd (line 992) | private void uploadFileToBackEnd(File f, boolean updateAsyncUploadCache) method getFileName (line 1013) | private static String getFileName(DataIdentifier identifier) { method getFileName (line 1018) | private static String getFileName(String name) { method getIdentifier (line 1023) | private static DataIdentifier getIdentifier(String fileName) { method usesIdentifier (line 1028) | private void usesIdentifier(DataIdentifier identifier) { method mkdirs (line 1032) | private static boolean mkdirs(File dir) throws IOException { method clearInUse (line 1049) | @Override method isInUse (line 1054) | public boolean isInUse(DataIdentifier identifier) { method close (line 1058) | @Override method setSecret (line 1071) | public void setSecret(String secret) { method setMinRecordLength (line 1081) | public void setMinRecordLength(int minRecordLength) { method getMinRecordLength (line 1088) | @Override method getConfig (line 1098) | public String getConfig() { method setConfig (line 1108) | public void setConfig(String config) { method getCacheSize (line 1115) | public long getCacheSize() { method setCacheSize (line 1125) | public void setCacheSize(long cacheSize) { method getPath (line 1132) | public String getPath() { method setPath (line 1142) | public void setPath(String path) { method getCachePurgeTrigFactor (line 1149) | public double getCachePurgeTrigFactor() { method setCachePurgeTrigFactor (line 1159) | public void setCachePurgeTrigFactor(double cachePurgeTrigFactor) { method getCachePurgeResizeFactor (line 1166) | public double getCachePurgeResizeFactor() { method setCachePurgeResizeFactor (line 1176) | public void setCachePurgeResizeFactor(double cachePurgeResizeFactor) { method getConcurrentUploadsThreads (line 1180) | public int getConcurrentUploadsThreads() { method setConcurrentUploadsThreads (line 1184) | public void setConcurrentUploadsThreads(int concurrentUploadsThreads) { method getAsyncUploadLimit (line 1188) | public int getAsyncUploadLimit() { method setAsyncUploadLimit (line 1192) | public void setAsyncUploadLimit(int asyncUploadLimit) { method isContinueOnAsyncUploadFailure (line 1196) | public boolean isContinueOnAsyncUploadFailure() { method setContinueOnAsyncUploadFailure (line 1200) | public void setContinueOnAsyncUploadFailure( method getUploadRetries (line 1205) | public int getUploadRetries() { method setUploadRetries (line 1209) | public void setUploadRetries(int uploadRetries) { method setTouchAsync (line 1213) | public void setTouchAsync(boolean touchAsync) { method setProactiveCaching (line 1217) | public void setProactiveCaching(boolean proactiveCaching) { method setRecLengthCacheSize (line 1221) | public void setRecLengthCacheSize(int recLengthCacheSize) { method getBackend (line 1225) | public Backend getBackend() { class FilesUploader (line 1232) | private class FilesUploader { method FilesUploader (line 1249) | FilesUploader(List files, long totalSize, int threads, method addCurrentCount (line 1258) | void addCurrentCount(int delta) { method addCurrentSize (line 1262) | void addCurrentSize(long delta) { method setException (line 1266) | synchronized void setException(DataStoreException exception) { method isExceptionRaised (line 1271) | boolean isExceptionRaised() { method logProgress (line 1275) | void logProgress() { method upload (line 1281) | void upload() throws DataStoreException { class FileUploaderThread (line 1334) | private class FileUploaderThread implements Runnable { method FileUploaderThread (line 1345) | FileUploaderThread(List files, int startIndex, int endIndex, method run (line 1355) | public void run() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/CachingFDS.java class CachingFDS (line 28) | public class CachingFDS extends CachingDataStore { method createBackend (line 31) | @Override method getMarkerFile (line 40) | @Override method setProperties (line 48) | public void setProperties(Properties properties) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/DataIdentifier.java class DataIdentifier (line 26) | public class DataIdentifier implements Serializable { method DataIdentifier (line 43) | public DataIdentifier(String identifier) { method toString (line 54) | public String toString() { method equals (line 66) | public boolean equals(Object object) { method hashCode (line 76) | public int hashCode() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/DataRecord.java type DataRecord (line 24) | public interface DataRecord { method getIdentifier (line 31) | DataIdentifier getIdentifier(); method getReference (line 39) | String getReference(); method getLength (line 47) | long getLength() throws DataStoreException; method getStream (line 55) | InputStream getStream() throws DataStoreException; method getLastModified (line 62) | long getLastModified(); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/DataStore.java type DataStore (line 35) | public interface DataStore { method getRecordIfStored (line 45) | DataRecord getRecordIfStored(DataIdentifier identifier) method getRecord (line 60) | DataRecord getRecord(DataIdentifier identifier) throws DataStoreExcept... method getRecordFromReference (line 71) | DataRecord getRecordFromReference(String reference) method addRecord (line 96) | DataRecord addRecord(InputStream stream) throws DataStoreException; method updateModifiedDateOnAccess (line 106) | void updateModifiedDateOnAccess(long before); method deleteAllOlderThan (line 115) | int deleteAllOlderThan(long min) throws DataStoreException; method getAllIdentifiers (line 123) | Iterator getAllIdentifiers() throws DataStoreException; method init (line 131) | void init(String homeDir) throws RepositoryException; method getMinRecordLength (line 139) | int getMinRecordLength(); method close (line 146) | void close() throws DataStoreException; method clearInUse (line 152) | void clearInUse(); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/DataStoreException.java class DataStoreException (line 24) | public class DataStoreException extends RepositoryException { method DataStoreException (line 32) | public DataStoreException(String message) { method DataStoreException (line 43) | public DataStoreException(String message, Throwable cause) { method DataStoreException (line 52) | public DataStoreException(Throwable rootCause) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/DataStoreFactory.java type DataStoreFactory (line 30) | public interface DataStoreFactory { method getDataStore (line 41) | DataStore getDataStore() throws RepositoryException; FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/FSBackend.java class FSBackend (line 41) | public class FSBackend extends AbstractBackend { method init (line 61) | @Override method init (line 88) | public void init(CachingDataStore store, String homeDir, Properties prop) method read (line 111) | @Override method getLength (line 123) | @Override method getLastModified (line 133) | @Override method write (line 147) | @Override method writeAsync (line 171) | @Override method getAllIdentifiers (line 196) | @Override method exists (line 215) | @Override method exists (line 229) | @Override method touch (line 234) | @Override method touchAsync (line 244) | @Override method deleteAllOlderThan (line 281) | @Override method deleteRecord (line 293) | @Override method setProperties (line 313) | public void setProperties(Properties properties) { method getFile (line 325) | private File getFile(DataIdentifier identifier) { method setLastModified (line 341) | private static void setLastModified(File file, long time) method getLastModified (line 376) | private static long getLastModified(File file) throws DataStoreExcepti... method listRecursive (line 386) | private void listRecursive(List list, File file) { method deleteEmptyParentDirs (line 399) | private void deleteEmptyParentDirs(File file) { method deleteOlderRecursive (line 426) | private void deleteOlderRecursive(File file, long min, FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/FileDataRecord.java class FileDataRecord (line 27) | public class FileDataRecord extends AbstractDataRecord { method FileDataRecord (line 40) | public FileDataRecord( method getLength (line 50) | public long getLength() { method getStream (line 57) | public InputStream getStream() throws DataStoreException { method getLastModified (line 68) | public long getLastModified() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/FileDataStore.java class FileDataStore (line 67) | public class FileDataStore extends AbstractDataStore method init (line 127) | public void init(String homeDir) { method getRecordIfStored (line 141) | public DataRecord getRecordIfStored(DataIdentifier identifier) throws ... method usesIdentifier (line 158) | private void usesIdentifier(DataIdentifier identifier) { method addRecord (line 174) | public DataRecord addRecord(InputStream input) throws DataStoreExcepti... method getFile (line 245) | private File getFile(DataIdentifier identifier) { method newTemporaryFile (line 262) | private File newTemporaryFile() throws IOException { method updateModifiedDateOnAccess (line 267) | public void updateModifiedDateOnAccess(long before) { method deleteRecord (line 271) | public void deleteRecord(DataIdentifier identifier) method deleteEmptyParentDirs (line 285) | private void deleteEmptyParentDirs(File file) { method deleteAllOlderThan (line 309) | public int deleteAllOlderThan(long min) { method deleteOlderRecursive (line 319) | private int deleteOlderRecursive(File file, long min) { method listRecursive (line 366) | private void listRecursive(List list, File file) { method getAllIdentifiers (line 379) | public Iterator getAllIdentifiers() { method clearInUse (line 396) | public void clearInUse() { method getPath (line 405) | public String getPath() { method setPath (line 414) | public void setPath(String directoryName) { method getMinRecordLength (line 418) | public int getMinRecordLength() { method setMinRecordLength (line 427) | public void setMinRecordLength(int minRecordLength) { method close (line 431) | public void close() { method getOrCreateReferenceKey (line 437) | @Override method getLastModified (line 463) | private static long getLastModified(File file) throws DataStoreExcepti... method setLastModified (line 478) | private static void setLastModified(File file, long time) throws DataS... FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/LazyFileInputStream.java class LazyFileInputStream (line 32) | public class LazyFileInputStream extends AutoCloseInputStream { method LazyFileInputStream (line 59) | public LazyFileInputStream(File file) method LazyFileInputStream (line 76) | public LazyFileInputStream(FileDescriptor fd) { method LazyFileInputStream (line 89) | public LazyFileInputStream(String name) throws FileNotFoundException { method open (line 98) | protected void open() throws IOException { method read (line 109) | public int read() throws IOException { method available (line 114) | public int available() throws IOException { method close (line 119) | public void close() throws IOException { method reset (line 129) | public synchronized void reset() throws IOException { method markSupported (line 134) | public boolean markSupported() { method mark (line 143) | public synchronized void mark(int readlimit) { method skip (line 152) | public long skip(long n) throws IOException { method read (line 157) | public int read(byte[] b) throws IOException { method read (line 162) | public int read(byte[] b, int off, int len) throws IOException { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/LocalCache.java class LocalCache (line 46) | public class LocalCache { method LocalCache (line 101) | public LocalCache(String path, String tmpPath, long maxSizeInBytes, do... method store (line 127) | public InputStream store(String fileName, final InputStream in) method store (line 184) | public File store(String fileName, final File src) { method store (line 211) | public AsyncUploadCacheResult store(String fileName, File src, method getIfStored (line 251) | public InputStream getIfStored(String fileName) throws IOException { method getFileIfStored (line 256) | public File getFileIfStored(String fileName) throws IOException { method delete (line 289) | public void delete(String fileName) { method getFileLength (line 302) | public Long getFileLength(String fileName) { method close (line 323) | public void close() { method canAdmitFile (line 333) | private boolean canAdmitFile(final long length) { method isInPurgeMode (line 346) | synchronized boolean isInPurgeMode() { method setPurgeMode (line 356) | synchronized void setPurgeMode(final boolean purgeMode) { method getFile (line 360) | File getFile(final String fileName) { method deleteOldFiles (line 364) | private void deleteOldFiles() { method tryDelete (line 383) | boolean tryDelete(final String fileName) { method maxSizeElements (line 406) | static int maxSizeElements(final long bytes) { method tryPurge (line 420) | synchronized void tryPurge() { class LRUCache (line 441) | private class LRUCache extends LinkedHashMap { method LRUCache (line 452) | LRUCache(final long maxSizeInBytes, method remove (line 467) | @Override method put (line 508) | @Override method get (line 526) | @Override method canAdmitFile (line 542) | synchronized boolean canAdmitFile(final long length) { class PurgeJob (line 551) | private class PurgeJob implements Runnable { method PurgeJob (line 552) | public PurgeJob() { method run (line 560) | @Override class CacheBuildJob (line 605) | private class CacheBuildJob implements Runnable { method run (line 608) | public void run() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/MultiDataStore.java class MultiDataStore (line 99) | public class MultiDataStore implements DataStore { method setPrimaryDataStore (line 179) | public void setPrimaryDataStore(DataStore dataStore) { method setArchiveDataStore (line 188) | public void setArchiveDataStore(DataStore dataStore) { method getRecordIfStored (line 201) | public DataRecord getRecordIfStored(DataIdentifier identifier) throws ... method getRecord (line 233) | public DataRecord getRecord(DataIdentifier identifier) throws DataStor... method addRecord (line 273) | public DataRecord addRecord(InputStream stream) throws DataStoreExcept... method updateModifiedDateOnAccess (line 288) | public void updateModifiedDateOnAccess(long before) { method deleteAllOlderThan (line 301) | public int deleteAllOlderThan(long min) throws DataStoreException { method getAllIdentifiers (line 312) | public Iterator getAllIdentifiers() throws DataStoreEx... method getRecordFromReference (line 316) | public DataRecord getRecordFromReference(String reference) method init (line 328) | public void init(String homeDir) throws RepositoryException { method getMinRecordLength (line 373) | public int getMinRecordLength() { method close (line 380) | public void close() throws DataStoreException { method clearInUse (line 425) | public void clearInUse() { method getMaxAge (line 429) | public int getMaxAge() { method setMaxAge (line 433) | public void setMaxAge(int maxAge) { method getMoveDataTaskSleep (line 437) | public int getMoveDataTaskSleep() { method getMoveDataTaskFirstRunHourOfDay (line 441) | public int getMoveDataTaskFirstRunHourOfDay() { method setMoveDataTaskSleep (line 445) | public void setMoveDataTaskSleep(int sleep) { method setMoveDataTaskFirstRunHourOfDay (line 449) | public void setMoveDataTaskFirstRunHourOfDay(int hourOfDay) { method setSleepBetweenRecords (line 460) | public void setSleepBetweenRecords(long millis) { method getSleepBetweenRecords (line 464) | public long getSleepBetweenRecords() { method isDelayedDelete (line 468) | public boolean isDelayedDelete() { method setDelayedDelete (line 472) | public void setDelayedDelete(boolean delayedDelete) { method getDelayedDeleteSleep (line 476) | public long getDelayedDeleteSleep() { method setDelayedDeleteSleep (line 480) | public void setDelayedDeleteSleep(long delayedDeleteSleep) { method writeDelayedDataIdentifier (line 490) | private boolean writeDelayedDataIdentifier(DataIdentifier identifier) { method purgeDelayedDeleteFile (line 514) | private boolean purgeDelayedDeleteFile() { class MoveDataTask (line 536) | public class MoveDataTask implements Runnable { method run (line 541) | public void run() { method moveOutdatedData (line 577) | protected void moveOutdatedData() { class DeleteDelayedIdentifiersTask (line 634) | public class DeleteDelayedIdentifiersTask implements Runnable { method DeleteDelayedIdentifiersTask (line 643) | public DeleteDelayedIdentifiersTask(long sleep) { method run (line 647) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/MultiDataStoreAware.java type MultiDataStoreAware (line 26) | public interface MultiDataStoreAware { method deleteRecord (line 38) | void deleteRecord(DataIdentifier identifier) throws DataStoreException; FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/ScanEventListener.java type ScanEventListener (line 24) | public interface ScanEventListener extends MarkEventListener { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/db/DbDataRecord.java class DbDataRecord (line 29) | public class DbDataRecord extends AbstractDataRecord { method DbDataRecord (line 42) | public DbDataRecord(DbDataStore store, DataIdentifier identifier, long... method getLength (line 52) | public long getLength() throws DataStoreException { method getStream (line 60) | public InputStream getStream() throws DataStoreException { method getLastModified (line 68) | public long getLastModified() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/db/DbDataStore.java class DbDataStore (line 104) | public class DbDataStore extends AbstractDataStore method setConnectionFactory (line 308) | public void setConnectionFactory(ConnectionFactory connnectionFactory) { method addRecord (line 312) | public DataRecord addRecord(InputStream stream) throws DataStoreExcept... method checkExisting (line 437) | private boolean checkExisting(String tempId, long length, DataIdentifi... method moveToTempFile (line 475) | private File moveToTempFile(InputStream in) throws IOException { method writeToFileAndClose (line 481) | private void writeToFileAndClose(InputStream in, File file) throws IOE... method deleteRecord (line 491) | public synchronized void deleteRecord(DataIdentifier identifier) throw... method deleteAllOlderThan (line 499) | public synchronized int deleteAllOlderThan(long min) throws DataStoreE... method getAllIdentifiers (line 520) | public Iterator getAllIdentifiers() throws DataStoreEx... method getMinRecordLength (line 542) | public int getMinRecordLength() { method setMinRecordLength (line 552) | public void setMinRecordLength(int minRecordLength) { method getRecordIfStored (line 556) | public DataRecord getRecordIfStored(DataIdentifier identifier) throws ... method openStream (line 588) | InputStream openStream(DbInputStream inputStream, DataIdentifier ident... method init (line 616) | public synchronized void init(String homeDir) throws DataStoreException { method getDataSource (line 631) | private DataSource getDataSource() throws Exception { method createConnectionHelper (line 648) | protected ConnectionHelper createConnectionHelper(DataSource dataSrc) ... method createCheckSchemaOperation (line 658) | protected final CheckSchemaOperation createCheckSchemaOperation() { method initDatabaseType (line 663) | protected void initDatabaseType() throws DataStoreException { method getProperty (line 746) | protected String getProperty(Properties prop, String key, String defau... method convert (line 760) | protected DataStoreException convert(String cause, Exception e) { method updateModifiedDateOnAccess (line 769) | public void updateModifiedDateOnAccess(long before) { method touch (line 781) | long touch(DataIdentifier identifier, long lastModified) throws DataSt... method updateLastModifiedDate (line 786) | private long updateLastModifiedDate(String key, long lastModified) thr... method getDatabaseType (line 804) | public String getDatabaseType() { method setDatabaseType (line 814) | public void setDatabaseType(String databaseType) { method getDriver (line 823) | public String getDriver() { method setDriver (line 834) | public void setDriver(String driver) { method getPassword (line 843) | public String getPassword() { method setPassword (line 852) | public void setPassword(String password) { method getUrl (line 861) | public String getUrl() { method setUrl (line 871) | public void setUrl(String url) { method getUser (line 880) | public String getUser() { method setUser (line 889) | public void setUser(String user) { method isSchemaCheckEnabled (line 896) | public final boolean isSchemaCheckEnabled() { method setSchemaCheckEnabled (line 903) | public final void setSchemaCheckEnabled(boolean enabled) { method close (line 907) | public synchronized void close() throws DataStoreException { method usesIdentifier (line 911) | protected void usesIdentifier(DataIdentifier identifier) { method clearInUse (line 915) | public void clearInUse() { method getDigest (line 919) | protected synchronized MessageDigest getDigest() throws DataStoreExcep... method getMaxConnections (line 933) | @Deprecated method setMaxConnections (line 945) | @Deprecated method getCopyWhenReading (line 955) | public boolean getCopyWhenReading() { method setCopyWhenReading (line 965) | public void setCopyWhenReading(boolean copyWhenReading) { method getTablePrefix (line 974) | public String getTablePrefix() { method setTablePrefix (line 985) | public void setTablePrefix(String tablePrefix) { method getSchemaObjectPrefix (line 994) | public String getSchemaObjectPrefix() { method setSchemaObjectPrefix (line 1005) | public void setSchemaObjectPrefix(String schemaObjectPrefix) { method getDataSourceName (line 1009) | public String getDataSourceName() { method setDataSourceName (line 1013) | public void setDataSourceName(String dataSourceName) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/db/DbInputStream.java class DbInputStream (line 37) | public class DbInputStream extends AutoCloseInputStream { method DbInputStream (line 53) | protected DbInputStream(DbDataStore store, DataIdentifier identifier) { method openStream (line 65) | protected void openStream() throws IOException { method read (line 82) | public int read() throws IOException { method read (line 99) | public int read(byte[] b) throws IOException { method read (line 107) | public int read(byte[] b, int off, int len) throws IOException { method close (line 124) | public void close() throws IOException { method skip (line 140) | public long skip(long n) throws IOException { method available (line 151) | public int available() throws IOException { method mark (line 162) | public void mark(int readlimit) { method reset (line 169) | public void reset() throws IOException { method markSupported (line 178) | public boolean markSupported() { method setResultSet (line 188) | void setResultSet(ResultSet rs) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/db/DerbyDataStore.java class DerbyDataStore (line 31) | public class DerbyDataStore extends DbDataStore { method createConnectionHelper (line 36) | @Override method close (line 44) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/db/ResettableTempFileInputStream.java class ResettableTempFileInputStream (line 29) | public class ResettableTempFileInputStream extends TempFileInputStream { method ResettableTempFileInputStream (line 34) | public ResettableTempFileInputStream(final File file) throws FileNotFo... method ResettableTempFileInputStream (line 38) | private ResettableTempFileInputStream(final FileInputStream in, final ... method markSupported (line 43) | @Override method mark (line 48) | @Override method reset (line 57) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/db/TempFileInputStream.java class TempFileInputStream (line 31) | public class TempFileInputStream extends FilterInputStream { method TempFileInputStream (line 35) | public TempFileInputStream(File file) throws FileNotFoundException { method TempFileInputStream (line 39) | protected TempFileInputStream(FileInputStream in, File file) { method close (line 44) | @Override method finalize (line 51) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/util/NamedThreadFactory.java class NamedThreadFactory (line 26) | public class NamedThreadFactory implements ThreadFactory { method NamedThreadFactory (line 32) | public NamedThreadFactory(String threadPrefixName) { method newThread (line 37) | public Thread newThread(Runnable r) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/BasedFileSystem.java class BasedFileSystem (line 26) | public class BasedFileSystem implements FileSystem { method BasedFileSystem (line 38) | public BasedFileSystem(FileSystem fsBase, String relRootPath) { method buildBasePath (line 60) | protected String buildBasePath(String path) { method init (line 76) | public void init() throws FileSystemException { method close (line 86) | public void close() throws FileSystemException { method createFolder (line 93) | public void createFolder(String folderPath) throws FileSystemException { method deleteFile (line 100) | public void deleteFile(String filePath) throws FileSystemException { method deleteFolder (line 107) | public void deleteFolder(String folderPath) throws FileSystemException { method exists (line 114) | public boolean exists(String path) throws FileSystemException { method getInputStream (line 121) | public InputStream getInputStream(String filePath) throws FileSystemEx... method getOutputStream (line 128) | public OutputStream getOutputStream(String filePath) throws FileSystem... method hasChildren (line 135) | public boolean hasChildren(String path) throws FileSystemException { method isFile (line 142) | public boolean isFile(String path) throws FileSystemException { method isFolder (line 149) | public boolean isFolder(String path) throws FileSystemException { method lastModified (line 156) | public long lastModified(String path) throws FileSystemException { method length (line 163) | public long length(String filePath) throws FileSystemException { method list (line 170) | public String[] list(String folderPath) throws FileSystemException { method listFiles (line 177) | public String[] listFiles(String folderPath) throws FileSystemException { method listFolders (line 184) | public String[] listFolders(String folderPath) throws FileSystemExcept... FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/FileSystem.java type FileSystem (line 31) | public interface FileSystem { method init (line 48) | void init() throws FileSystemException; method close (line 56) | void close() throws FileSystemException; method getInputStream (line 66) | InputStream getInputStream(String filePath) throws FileSystemException; method getOutputStream (line 77) | OutputStream getOutputStream(String filePath) throws FileSystemException; method createFolder (line 88) | void createFolder(String folderPath) throws FileSystemException; method exists (line 97) | boolean exists(String path) throws FileSystemException; method isFile (line 107) | boolean isFile(String path) throws FileSystemException; method isFolder (line 117) | boolean isFolder(String path) throws FileSystemException; method hasChildren (line 126) | boolean hasChildren(String path) throws FileSystemException; method length (line 136) | long length(String filePath) throws FileSystemException; method lastModified (line 149) | long lastModified(String path) throws FileSystemException; method list (line 161) | String[] list(String folderPath) throws FileSystemException; method listFiles (line 173) | String[] listFiles(String folderPath) throws FileSystemException; method listFolders (line 185) | String[] listFolders(String folderPath) throws FileSystemException; method deleteFile (line 194) | void deleteFile(String filePath) throws FileSystemException; method deleteFolder (line 204) | void deleteFolder(String folderPath) throws FileSystemException; FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/FileSystemException.java class FileSystemException (line 24) | public class FileSystemException extends Exception { method FileSystemException (line 33) | public FileSystemException(String message) { method FileSystemException (line 45) | public FileSystemException(String message, Throwable rootCause) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/FileSystemFactory.java type FileSystemFactory (line 27) | public interface FileSystemFactory { method getFileSystem (line 38) | FileSystem getFileSystem() throws RepositoryException; FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/FileSystemPathUtil.java class FileSystemPathUtil (line 26) | public final class FileSystemPathUtil { method FileSystemPathUtil (line 77) | private FileSystemPathUtil() { method escape (line 88) | private static String escape(String s, BitSet safeChars) { method escapePath (line 113) | public static String escapePath(String path) { method escapeName (line 126) | public static String escapeName(String name) { method unescape (line 136) | public static String unescape(String pathOrName) { method denotesRoot (line 162) | public static boolean denotesRoot(String path) { method checkFormat (line 172) | public static void checkFormat(String path) throws FileSystemException { method getParentDir (line 207) | public static String getParentDir(String path) { method getName (line 221) | public static String getName(String path) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/FileSystemResource.java class FileSystemResource (line 30) | public class FileSystemResource { method FileSystemResource (line 47) | public FileSystemResource(FileSystem fs, String path) { method getFileSystem (line 64) | public FileSystem getFileSystem() { method getPath (line 73) | public String getPath() { method getParentDir (line 82) | public String getParentDir() { method getName (line 91) | public String getName() { method makeParentDirs (line 101) | public synchronized void makeParentDirs() throws FileSystemException { method delete (line 114) | public void delete() throws FileSystemException { method delete (line 125) | public synchronized void delete(boolean pruneEmptyParentDirs) throws F... method exists (line 142) | public boolean exists() throws FileSystemException { method getInputStream (line 149) | public InputStream getInputStream() throws FileSystemException { method spool (line 162) | public void spool(OutputStream out) throws FileSystemException, IOExce... method getOutputStream (line 174) | public OutputStream getOutputStream() throws FileSystemException { method lastModified (line 181) | public long lastModified() throws FileSystemException { method length (line 188) | public long length() throws FileSystemException { method toString (line 199) | public String toString() { method equals (line 203) | public boolean equals(Object obj) { method hashCode (line 222) | public int hashCode() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/RandomAccessOutputStream.java class RandomAccessOutputStream (line 29) | @Deprecated method seek (line 39) | public abstract void seek(long position) throws IOException; FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/local/FileUtil.java class FileUtil (line 28) | public final class FileUtil { method FileUtil (line 33) | private FileUtil() { method copy (line 44) | public static void copy(File src, File dest) throws IOException { method delete (line 87) | public static void delete(File f) throws IOException { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/local/HandleMonitor.java class HandleMonitor (line 36) | public class HandleMonitor { method open (line 55) | public InputStream open(File file) throws FileNotFoundException { method isOpen (line 66) | public boolean isOpen(File file) { method close (line 74) | private void close(File file) { method getHandle (line 83) | private Handle getHandle(File file) { method dump (line 95) | public void dump() { method dump (line 107) | public void dump(File file) { class Handle (line 117) | private class Handle { method Handle (line 133) | private Handle(File file) { method open (line 142) | private InputStream open() throws FileNotFoundException { method close (line 152) | private void close(MonitoredInputStream in) { method dump (line 162) | private void dump() { method dump (line 169) | private void dump(boolean detailed) { class MonitoredInputStream (line 184) | private class MonitoredInputStream extends LazyFileInputStream { method MonitoredInputStream (line 194) | private MonitoredInputStream(File file) throws FileNotFoundExcepti... method dump (line 201) | private void dump() { method close (line 208) | public void close() throws IOException { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/fs/local/LocalFileSystem.java class LocalFileSystem (line 38) | public class LocalFileSystem implements FileSystem { method LocalFileSystem (line 49) | public LocalFileSystem() { method getPath (line 52) | public String getPath() { method setPath (line 67) | public void setPath(String rootPath) { method setRoot (line 71) | public void setRoot(File root) { method setEnableHandleMonitor (line 80) | public void setEnableHandleMonitor(String enable) { method setEnableHandleMonitor (line 89) | public void setEnableHandleMonitor(boolean enable) { method getEnableHandleMonitor (line 104) | public String getEnableHandleMonitor() { method osPath (line 108) | private String osPath(String genericPath) { method equals (line 116) | public boolean equals(Object obj) { method hashCode (line 138) | public int hashCode() { method init (line 146) | public void init() throws FileSystemException { method close (line 175) | public void close() throws FileSystemException { method createFolder (line 182) | public void createFolder(String folderPath) throws FileSystemException { method deleteFile (line 199) | public void deleteFile(String filePath) throws FileSystemException { method deleteFolder (line 221) | public void deleteFolder(String folderPath) throws FileSystemException { method exists (line 240) | public boolean exists(String path) throws FileSystemException { method getInputStream (line 248) | public InputStream getInputStream(String filePath) method getOutputStream (line 267) | public OutputStream getOutputStream(String filePath) method hasChildren (line 282) | public boolean hasChildren(String path) throws FileSystemException { method isFile (line 298) | public boolean isFile(String path) throws FileSystemException { method isFolder (line 306) | public boolean isFolder(String path) throws FileSystemException { method lastModified (line 314) | public long lastModified(String path) throws FileSystemException { method length (line 322) | public long length(String filePath) throws FileSystemException { method list (line 333) | public String[] list(String folderPath) throws FileSystemException { method listFiles (line 347) | public String[] listFiles(String folderPath) throws FileSystemException { method listFolders (line 369) | public String[] listFolders(String folderPath) throws FileSystemExcept... FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/CheckSchemaOperation.java class CheckSchemaOperation (line 34) | public class CheckSchemaOperation { method CheckSchemaOperation (line 54) | public CheckSchemaOperation(ConnectionHelper connectionhelper, InputSt... method addVariableReplacement (line 67) | public CheckSchemaOperation addVariableReplacement(String var, String ... method run (line 78) | public void run() throws SQLException, IOException { method replace (line 106) | private String replace(String sql) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/ConnectionFactory.java class ConnectionFactory (line 51) | public final class ConnectionFactory { method registerDataSources (line 92) | public void registerDataSources(DataSourceConfig dsc) throws Repositor... method getDataSource (line 125) | public DataSource getDataSource(String logicalName) throws RepositoryE... method getDataBaseType (line 142) | public String getDataBaseType(String logicalName) throws RepositoryExc... method getDataSource (line 169) | public DataSource getDataSource(String driver, String url, String user... method close (line 187) | public void close() { method unwrap (line 213) | public static Connection unwrap(Connection con) throws SQLException { method sanityCheck (line 222) | private void sanityCheck() { method createDataSource (line 238) | private DataSource createDataSource(String driver, String url, String ... method getDriverClass (line 263) | private Class getDriverClass(String driver) method getJndiDataSource (line 287) | private DataSource getJndiDataSource( method getDriverDataSource (line 318) | private BasicDataSource getDriverDataSource( method guessValidationQuery (line 363) | private String guessValidationQuery(String url) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/ConnectionHelper.java class ConnectionHelper (line 69) | public class ConnectionHelper { method ConnectionHelper (line 95) | public ConnectionHelper(DataSource dataSrc, boolean block) { method ConnectionHelper (line 106) | protected ConnectionHelper(DataSource dataSrc, boolean checkWithUserNa... method ConnectionHelper (line 118) | protected ConnectionHelper(DataSource dataSrc, boolean checkWithUserNa... method prepareDbIdentifier (line 135) | public final String prepareDbIdentifier(String identifier) throws SQLE... method replaceCharacter (line 161) | protected void replaceCharacter(StringBuilder escaped, char c) { method inBatchMode (line 174) | protected boolean inBatchMode() { method getExtraNameCharacters (line 184) | private String getExtraNameCharacters() throws SQLException { method tableExists (line 201) | public final boolean tableExists(String tableName) throws SQLException { method startBatch (line 233) | public final void startBatch() throws SQLException { method endBatch (line 259) | public final void endBatch(boolean commit) throws SQLException { method exec (line 288) | public final void exec(final String sql, final Object... params) throw... method reallyExec (line 300) | void reallyExec(String sql, Object... params) throws SQLException { method update (line 330) | public final int update(final String sql, final Object... params) thro... method reallyUpdate (line 341) | int reallyUpdate(String sql, Object... params) throws SQLException { method query (line 364) | public final ResultSet query(String sql, Object... params) throws SQLE... method exec (line 379) | public final ResultSet exec(final String sql, final Object[] params, f... method reallyExec (line 391) | ResultSet reallyExec(String sql, Object[] params, boolean returnGenera... method getConnection (line 444) | protected final Connection getConnection(boolean inBatchMode) throws S... method getTransactionAwareBatchConnection (line 462) | private Connection getTransactionAwareBatchConnection() { method setTransactionAwareBatchConnection (line 474) | private void setTransactionAwareBatchConnection(Connection batchConnec... method removeTransactionAwareBatchConnection (line 482) | private void removeTransactionAwareBatchConnection() { method closeResources (line 495) | protected final void closeResources(Connection con, Statement stmt, Re... method execute (line 514) | protected PreparedStatement execute(PreparedStatement stmt, Object[] p... class RetryManager (line 534) | public abstract class RetryManager { method RetryManager (line 538) | public RetryManager(Object[] params) { method doTry (line 542) | public final T doTry() throws SQLException { method call (line 580) | protected abstract T call() throws SQLException; method cleanupParamResources (line 585) | protected void cleanupParamResources() { method resetParamResources (line 595) | protected boolean resetParamResources() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/DataSourceWrapper.java class DataSourceWrapper (line 31) | public class DataSourceWrapper implements DataSource { method DataSourceWrapper (line 44) | public DataSourceWrapper(DataSource dataSource, String username, Strin... method isWrapperFor (line 55) | public boolean isWrapperFor(Class arg0) throws SQLException { method unwrap (line 64) | public T unwrap(Class arg0) throws SQLException { method getParentLogger (line 73) | public Logger getParentLogger() { method getConnection (line 80) | public Connection getConnection() throws SQLException { method getConnection (line 87) | public Connection getConnection(String username, String password) thro... method getLogWriter (line 94) | public PrintWriter getLogWriter() throws SQLException { method getLoginTimeout (line 101) | public int getLoginTimeout() throws SQLException { method setLogWriter (line 108) | public void setLogWriter(PrintWriter out) throws SQLException { method setLoginTimeout (line 115) | public void setLoginTimeout(int seconds) throws SQLException { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/DatabaseAware.java type DatabaseAware (line 24) | public interface DatabaseAware { method setConnectionFactory (line 29) | void setConnectionFactory(ConnectionFactory connectionFactory); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/DbUtility.java class DbUtility (line 30) | public final class DbUtility { method DbUtility (line 37) | private DbUtility() { method close (line 46) | public static void close(ResultSet rs) { method close (line 58) | public static void close(Connection con, Statement stmt, ResultSet rs) { method logException (line 90) | public static void logException(String message, SQLException e) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/DerbyConnectionHelper.java class DerbyConnectionHelper (line 31) | public final class DerbyConnectionHelper extends ConnectionHelper { method DerbyConnectionHelper (line 42) | public DerbyConnectionHelper(DataSource dataSrc, boolean block) { method shutDown (line 52) | public void shutDown(String driver) throws SQLException { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/Oracle10R1ConnectionHelper.java class Oracle10R1ConnectionHelper (line 39) | public final class Oracle10R1ConnectionHelper extends OracleConnectionHe... method Oracle10R1ConnectionHelper (line 56) | public Oracle10R1ConnectionHelper(DataSource dataSrc, boolean block) { method init (line 64) | @Override method execute (line 90) | @Override method createTemporaryBlob (line 128) | private Blob createTemporaryBlob(Connection con, InputStream in) throw... method freeTemporaryBlob (line 160) | private void freeTemporaryBlob(Blob blob) throws Exception { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/OracleConnectionHelper.java class OracleConnectionHelper (line 31) | public class OracleConnectionHelper extends ConnectionHelper { method OracleConnectionHelper (line 42) | public OracleConnectionHelper(DataSource dataSrc, boolean block) { method init (line 52) | public void init() throws Exception { method replaceCharacter (line 78) | @Override FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/PostgreSQLConnectionHelper.java class PostgreSQLConnectionHelper (line 25) | public final class PostgreSQLConnectionHelper extends ConnectionHelper { method PostgreSQLConnectionHelper (line 31) | public PostgreSQLConnectionHelper(DataSource dataSrc, boolean block) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/ResultSetWrapper.java class ResultSetWrapper (line 30) | public final class ResultSetWrapper implements InvocationHandler { method newInstance (line 47) | public static final ResultSet newInstance(Connection con, Statement st... method ResultSetWrapper (line 53) | private ResultSetWrapper(Connection con, Statement stmt, ResultSet rs) { method invoke (line 62) | public Object invoke(Object proxy, Method m, Object[] args) throws Thr... FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/core/util/db/StreamWrapper.java class StreamWrapper (line 29) | public class StreamWrapper { method StreamWrapper (line 45) | public StreamWrapper(InputStream in, long size) { method getStream (line 50) | public InputStream getStream() { method getSize (line 54) | public long getSize() { method closeStream (line 58) | public void closeStream() { method resetStream (line 74) | public boolean resetStream() { class MarkDetectingInputStream (line 88) | private static class MarkDetectingInputStream extends FilterInputStream { method MarkDetectingInputStream (line 92) | protected MarkDetectingInputStream(final InputStream in) { method mark (line 96) | @Override method isMarked (line 102) | private boolean isMarked() { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/data/core/InternalXAResource.java type InternalXAResource (line 24) | public interface InternalXAResource { method associate (line 32) | void associate(TransactionContext tx); method beforeOperation (line 39) | void beforeOperation(TransactionContext tx); method prepare (line 47) | void prepare(TransactionContext tx) throws TransactionException; method commit (line 56) | void commit(TransactionContext tx) throws TransactionException; method rollback (line 63) | void rollback(TransactionContext tx) throws TransactionException; method afterOperation (line 70) | void afterOperation(TransactionContext tx); FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/data/core/TransactionContext.java class TransactionContext (line 37) | public class TransactionContext { method TransactionContext (line 87) | public TransactionContext(Xid xid, InternalXAResource[] resources) { method setAttribute (line 100) | public void setAttribute(String name, Object value) { method getAttribute (line 114) | public Object getAttribute(String name) { method removeAttribute (line 123) | public void removeAttribute(String name) { method prepare (line 135) | public synchronized void prepare() throws XAException { method commit (line 177) | public synchronized void commit() throws XAException { method rollback (line 229) | public synchronized void rollback() throws XAException { method beforeOperation (line 261) | private void beforeOperation() { method afterOperation (line 271) | private void afterOperation() { method isSuspended (line 283) | public boolean isSuspended() { method setSuspended (line 292) | public void setSuspended(boolean suspended) { method bindCurrentXid (line 300) | private void bindCurrentXid() { method cleanCurrentXid (line 308) | private void cleanCurrentXid() { method getCurrentXid (line 316) | private static Xid getCurrentXid() { method getCurrentThreadId (line 327) | public static Object getCurrentThreadId() { method isSameThreadId (line 341) | public static boolean isSameThreadId(Object a, Object b) { class XidWrapper (line 355) | private static class XidWrapper { method XidWrapper (line 361) | public XidWrapper(byte[] gtid) { method equals (line 365) | @Override method hashCode (line 373) | @Override method toString (line 378) | @Override method encodeHexString (line 389) | private static String encodeHexString(byte[] value) { FILE: jackrabbit-data/src/main/java/org/apache/jackrabbit/data/core/TransactionException.java class TransactionException (line 23) | public class TransactionException extends Exception { method TransactionException (line 30) | public TransactionException(String message) { method TransactionException (line 41) | public TransactionException(String message, Throwable rootCause) { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/InMemoryBackend.java class InMemoryBackend (line 36) | public class InMemoryBackend implements Backend { method init (line 46) | @Override method close (line 54) | @Override method exists (line 60) | @Override method getAllIdentifiers (line 66) | @Override method read (line 73) | @Override method writeAsync (line 80) | @Override method write (line 86) | @Override method getLastModified (line 92) | @Override method deleteRecord (line 99) | @Override method deleteAllOlderThan (line 106) | @Override method getLength (line 126) | @Override method exists (line 136) | @Override method touch (line 146) | @Override method touchAsync (line 151) | @Override method write (line 158) | private void write(final DataIdentifier identifier, final File file, method setProperties (line 190) | public void setProperties(Properties properties) { method log (line 200) | private void log(final String message) { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/InMemoryDataStore.java class InMemoryDataStore (line 27) | public class InMemoryDataStore extends CachingDataStore { method createBackend (line 31) | @Override method getMarkerFile (line 40) | @Override method setProperties (line 48) | public void setProperties(Properties properties) { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/RandomInputStream.java class RandomInputStream (line 26) | public class RandomInputStream extends InputStream { method toString (line 41) | public String toString() { method RandomInputStream (line 45) | public RandomInputStream(long seed, long len) { method compareStreams (line 49) | public static void compareStreams(InputStream a, InputStream b) throws... method RandomInputStream (line 67) | public RandomInputStream(long seed, long len, int maxReadBlockSize) { method skip (line 75) | public long skip(long n) { method getReadBlock (line 84) | private int getReadBlock(long n) { method read (line 96) | public int read(byte[] b, int off, int len) { method read (line 111) | public int read(byte[] b) { method close (line 115) | public void close() { method setSeed (line 119) | private void setSeed(long seed) { method next (line 123) | private int next() { method reset (line 128) | public void reset() { method read (line 133) | public int read() { method markSupported (line 141) | public boolean markSupported() { method mark (line 145) | public void mark(int readlimit) { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestCachingFDS.java class TestCachingFDS (line 30) | public class TestCachingFDS extends TestFileDataStore { method createDataStore (line 38) | protected DataStore createDataStore() throws RepositoryException { method testAsyncUploadCacheCorruption (line 62) | public void testAsyncUploadCacheCorruption() { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestCachingFDSCacheOff.java class TestCachingFDSCacheOff (line 27) | public class TestCachingFDSCacheOff extends TestFileDataStore { method createDataStore (line 31) | protected DataStore createDataStore() throws RepositoryException { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestCaseBase.java class TestCaseBase (line 44) | public abstract class TestCaseBase extends TestCase { method setUp (line 81) | @Override method tearDown (line 100) | @Override method testAddRecord (line 115) | public void testAddRecord() { method testGetRecord (line 133) | public void testGetRecord() { method testGetAllIdentifiers (line 150) | public void testGetAllIdentifiers() { method testUpdateLastModifiedOnAccess (line 169) | public void testUpdateLastModifiedOnAccess() { method testDeleteRecord (line 187) | public void testDeleteRecord() { method testDeleteAllOlderThan (line 205) | public void testDeleteAllOlderThan() { method testReference (line 223) | public void testReference() { method testSingleThread (line 241) | public void testSingleThread() { method testMultiThreaded (line 260) | public void testMultiThreaded() { method createDataStore (line 276) | protected abstract DataStore createDataStore() throws RepositoryExcept... method doAddRecordTest (line 282) | protected void doAddRecordTest() throws Exception { method doGetRecordTest (line 296) | protected void doGetRecordTest() throws Exception { method doDeleteRecordTest (line 310) | protected void doDeleteRecordTest() throws Exception { method doGetAllIdentifiersTest (line 340) | protected void doGetAllIdentifiersTest() throws Exception { method doUpdateLastModifiedOnAccessTest (line 371) | protected void doUpdateLastModifiedOnAccessTest() throws Exception { method doDeleteAllOlderThan (line 415) | protected void doDeleteAllOlderThan() throws Exception { method doReferenceTest (line 468) | protected void doReferenceTest() throws Exception { method doTestSingleThread (line 482) | protected void doTestSingleThread() throws Exception { method doTestMultiThreaded (line 492) | protected void doTestMultiThreaded() throws Exception { method assertRecord (line 501) | protected void assertRecord(byte[] expected, DataRecord record) method doTestMultiThreaded (line 518) | protected void doTestMultiThreaded(final DataStore ds, int threadCount) method doTest (line 547) | void doTest(DataStore ds, int offset) throws Exception { method readInputStreamRandomly (line 580) | InputStream readInputStreamRandomly(InputStream in, Random random) method assertEquals (line 616) | protected void assertEquals(InputStream a, InputStream b) method assertReference (line 636) | protected void assertReference(byte[] expected, String reference, method sleep (line 658) | protected void sleep(long duration) { method loadProperties (line 673) | protected Properties loadProperties(String resource) { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestFileDataStore.java class TestFileDataStore (line 32) | public class TestFileDataStore extends TestCaseBase { method createDataStore (line 38) | @Override method tearDown (line 56) | @Override FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestInMemDs.java class TestInMemDs (line 27) | public class TestInMemDs extends TestCaseBase { method createDataStore (line 31) | @Override FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestInMemDsCacheOff.java class TestInMemDsCacheOff (line 28) | public class TestInMemDsCacheOff extends TestCaseBase { method createDataStore (line 31) | @Override FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/TestLocalCache.java class TestLocalCache (line 42) | public class TestLocalCache extends TestCase { method setUp (line 61) | @Override method tearDown (line 89) | @Override method testStoreRetrieve (line 107) | public void testStoreRetrieve() { method testAutoPurge (line 150) | public void testAutoPurge() { method testAutoPurgeWithPendingUpload (line 231) | public void testAutoPurgeWithPendingUpload() { method testConcurrentInitWithStore (line 325) | public void testConcurrentInitWithStore() { class StoreWorker (line 360) | private class StoreWorker implements Runnable { method StoreWorker (line 367) | private StoreWorker(LocalCache cache, Map byteMap) { method run (line 373) | public void run() { method assertEquals (line 390) | protected void assertEquals(InputStream a, InputStream b) FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/db/ResettableTempFileInputStreamTest.java class ResettableTempFileInputStreamTest (line 28) | public class ResettableTempFileInputStreamTest extends TestCase { method testResetStreamAllowsReadAgain (line 30) | public void testResetStreamAllowsReadAgain() throws Exception { method testMarkStreamAllowsReadFromMark (line 45) | public void testMarkStreamAllowsReadFromMark() throws Exception { method createTemporaryFileWithContents (line 60) | private File createTemporaryFileWithContents(byte[] data) throws IOExc... method createTestByteArray (line 66) | private byte[] createTestByteArray() { FILE: jackrabbit-data/src/test/java/org/apache/jackrabbit/core/data/db/TempFileInputStreamTest.java class TempFileInputStreamTest (line 23) | public class TempFileInputStreamTest extends TestCase { method setUp (line 29) | @Override method testFileIsDeletedWhenStreamIsClosed (line 36) | public void testFileIsDeletedWhenStreamIsClosed() throws Exception { FILE: jackrabbit-it-osgi/src/test/java/org/apache/jackrabbit/osgi/OSGiIT.java class OSGiIT (line 53) | @RunWith(PaxExam.class) method configuration (line 57) | @Configuration method jpmsOptions (line 81) | private Option jpmsOptions(){ method getConfigDir (line 102) | private String getConfigDir(){ method jarBundles (line 106) | private Option jarBundles() throws MalformedURLException { method bundleStates (line 119) | @Test method listBundles (line 128) | @Test method listServices (line 135) | @Test FILE: jackrabbit-it-osgi/src/test/java/org/apache/jackrabbit/osgi/slf4j2/Slf4j_v2_Tika_v2_4_OSGiIT.java class Slf4j_v2_Tika_v2_4_OSGiIT (line 53) | @RunWith(PaxExam.class) method configuration (line 57) | @Configuration method jpmsOptions (line 93) | private Option jpmsOptions(){ method getConfigDir (line 114) | private String getConfigDir(){ method jarBundles (line 118) | private Option jarBundles() throws MalformedURLException { method bundleStates (line 131) | @Test method listBundles (line 140) | @Test method listServices (line 147) | @Test FILE: jackrabbit-it-osgi/src/test/java/org/apache/jackrabbit/osgi/slf4j2/Slf4j_v2_Tika_v2_9_OSGiIT.java class Slf4j_v2_Tika_v2_9_OSGiIT (line 53) | @RunWith(PaxExam.class) method configuration (line 57) | @Configuration method jpmsOptions (line 93) | private Option jpmsOptions(){ method getConfigDir (line 114) | private String getConfigDir(){ method jarBundles (line 118) | private Option jarBundles() throws MalformedURLException { method bundleStates (line 131) | @Test method listBundles (line 140) | @Test method listServices (line 147) | @Test FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/AnonymousConnection.java class AnonymousConnection (line 38) | public class AnonymousConnection implements ManagedConnection, XAResource { method getXAResource (line 60) | public XAResource getXAResource() throws ResourceException { method cleanup (line 67) | public void cleanup() throws ResourceException { method destroy (line 73) | public void destroy() throws ResourceException { method setLogWriter (line 79) | public void setLogWriter(PrintWriter logWriter) throws ResourceExcepti... method getLogWriter (line 86) | public PrintWriter getLogWriter() throws ResourceException { method addConnectionEventListener (line 93) | public void addConnectionEventListener(ConnectionEventListener listene... method removeConnectionEventListener (line 100) | public void removeConnectionEventListener(ConnectionEventListener list... method getConnection (line 106) | public Object getConnection(Subject subject, ConnectionRequestInfo cri) method associateConnection (line 113) | public void associateConnection(Object o) throws ResourceException { method getLocalTransaction (line 118) | public LocalTransaction getLocalTransaction() throws ResourceException { method getMetaData (line 123) | public ManagedConnectionMetaData getMetaData() throws ResourceException { method recover (line 133) | public Xid[] recover(int flags) throws XAException { method getTransactionTimeout (line 140) | public int getTransactionTimeout() throws XAException { method setTransactionTimeout (line 147) | public boolean setTransactionTimeout(int timeout) throws XAException { method isSameRM (line 155) | public boolean isSameRM(XAResource xares) throws XAException { method start (line 161) | public void start(Xid xid, int flags) throws XAException { method end (line 165) | public void end(Xid xid, int flags) throws XAException { method forget (line 169) | public void forget(Xid xid) throws XAException { method prepare (line 173) | public int prepare(Xid xid) throws XAException { method commit (line 177) | public void commit(Xid xid, boolean arg1) throws XAException { method rollback (line 181) | public void rollback(Xid xid) throws XAException { FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAConnectionManager.java class JCAConnectionManager (line 28) | public final class JCAConnectionManager implements ConnectionManager { method allocateConnection (line 36) | public Object allocateConnection(ManagedConnectionFactory mcf, Connect... FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAConnectionRequestInfo.java class JCAConnectionRequestInfo (line 29) | public final class JCAConnectionRequestInfo implements ConnectionRequest... method JCAConnectionRequestInfo (line 44) | public JCAConnectionRequestInfo(JCAConnectionRequestInfo cri) { method JCAConnectionRequestInfo (line 51) | public JCAConnectionRequestInfo(Credentials creds, String workspace) { method getWorkspace (line 59) | public String getWorkspace() { method getCredentials (line 66) | public Credentials getCredentials() { method hashCode (line 73) | public int hashCode() { method equals (line 82) | public boolean equals(Object o) { method equals (line 95) | private boolean equals(JCAConnectionRequestInfo o) { method equals (line 103) | private boolean equals(Object o1, Object o2) { method equals (line 116) | private boolean equals(char[] o1, char[] o2) { method equals (line 129) | private boolean equals(Credentials o1, Credentials o2) { method equals (line 146) | private boolean equals(SimpleCredentials o1, SimpleCredentials o2) { method getAttributeMap (line 163) | private Map getAttributeMap(SimpleCredentials creds) { method computeCredsHashCode (line 178) | private int computeCredsHashCode(Credentials c) { method computeSimpleCredsHashCode (line 189) | private int computeSimpleCredsHashCode(SimpleCredentials c) { method toString (line 203) | @Override FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAManagedConnection.java class JCAManagedConnection (line 43) | public class JCAManagedConnection class LocalTransactionAdapter (line 50) | private static class LocalTransactionAdapter implements javax.resource... class XidImpl (line 55) | class XidImpl implements Xid { method XidImpl (line 59) | public XidImpl(byte[] globalTxId) { method getFormatId (line 66) | public int getFormatId() { method getBranchQualifier (line 73) | public byte[] getBranchQualifier() { method getGlobalTransactionId (line 80) | public byte[] getGlobalTransactionId() { method LocalTransactionAdapter (line 93) | public LocalTransactionAdapter(XAResource xaResource) { method begin (line 100) | @Override method commit (line 113) | @Override method rollback (line 126) | @Override method intToByteArray (line 142) | private static byte[] intToByteArray(int value) { method JCAManagedConnection (line 192) | public JCAManagedConnection( method openSession (line 211) | private Session openSession() throws ResourceException { method getManagedConnectionFactory (line 229) | public JCAManagedConnectionFactory getManagedConnectionFactory() { method getConnectionRequestInfo (line 236) | public JCAConnectionRequestInfo getConnectionRequestInfo() { method getLogWriter (line 243) | public PrintWriter getLogWriter() { method setLogWriter (line 250) | public void setLogWriter(PrintWriter logWriter) method getConnection (line 259) | public Object getConnection(Subject subject, ConnectionRequestInfo cri) method destroy (line 269) | public void destroy() method cleanup (line 279) | public void cleanup() method associateConnection (line 297) | public void associateConnection(Object connection) method getXAResource (line 310) | public XAResource getXAResource() method getLocalTransaction (line 318) | public LocalTransaction getLocalTransaction() method getMetaData (line 327) | public ManagedConnectionMetaData getMetaData() method closeHandle (line 335) | public void closeHandle(JCASessionHandle handle) { method getSession (line 345) | public Session getSession(JCASessionHandle handle) { method getDescriptor (line 355) | private String getDescriptor(String key) throws ResourceException { method getEISProductName (line 370) | public String getEISProductName() throws ResourceException { method getEISProductVersion (line 377) | public String getEISProductVersion() throws ResourceException { method getMaxConnections (line 384) | public int getMaxConnections() method getUserName (line 392) | public String getUserName() method log (line 400) | public void log(String message) { method log (line 407) | public void log(String message, Throwable exception) { method addConnectionEventListener (line 420) | public void addConnectionEventListener(ConnectionEventListener listene... method removeConnectionEventListener (line 431) | public void removeConnectionEventListener(ConnectionEventListener list... method sendEvent (line 440) | private void sendEvent(ConnectionEvent event) { method sendEvent (line 471) | private void sendEvent(int type, Object handle, Exception cause) { method sendClosedEvent (line 483) | private void sendClosedEvent(JCASessionHandle handle) { method sendrrorEvent (line 490) | public void sendrrorEvent(JCASessionHandle handle, Exception cause) { method sendTxCommittedEvent (line 497) | public void sendTxCommittedEvent(JCASessionHandle handle) { method sendTxRolledbackEvent (line 504) | public void sendTxRolledbackEvent(JCASessionHandle handle) { method sendTxStartedEvent (line 511) | public void sendTxStartedEvent(JCASessionHandle handle) { method addHandle (line 518) | private void addHandle(JCASessionHandle handle) { method removeHandle (line 527) | private void removeHandle(JCASessionHandle handle) { method closeHandles (line 536) | void closeHandles() { FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAManagedConnectionFactory.java class JCAManagedConnectionFactory (line 38) | public class JCAManagedConnectionFactory method getRepositoryURI (line 85) | public String getRepositoryURI() { method setRepositoryURI (line 92) | public void setRepositoryURI(String uri) { method getHomeDir (line 99) | public String getHomeDir() { method setHomeDir (line 106) | public void setHomeDir(String home) { method getConfigFile (line 113) | public String getConfigFile() { method setConfigFile (line 120) | public void setConfigFile(String conf) { method getLogWriter (line 127) | public PrintWriter getLogWriter() { method setLogWriter (line 134) | public void setLogWriter(PrintWriter logWriter) method createConnectionFactory (line 142) | public Object createConnectionFactory() method createConnectionFactory (line 150) | public Object createConnectionFactory(ConnectionManager cm) method createManagedConnection (line 170) | public ManagedConnection createManagedConnection(Subject subject, Conn... method createManagedConnection (line 182) | private ManagedConnection createManagedConnection(JCAConnectionRequest... method matchManagedConnections (line 190) | @SuppressWarnings("rawtypes") method createRepository (line 211) | @SuppressWarnings("deprecation") method getRepository (line 231) | @SuppressWarnings("deprecation") method log (line 248) | public void log(String message) { method log (line 255) | public void log(String message, Throwable exception) { method hashCode (line 268) | public int hashCode() { method equals (line 275) | public boolean equals(Object o) { method equals (line 288) | private boolean equals(JCAManagedConnectionFactory o) { method finalize (line 295) | protected void finalize() { method getBindSessionToTransaction (line 300) | public Boolean getBindSessionToTransaction() { method setBindSessionToTransaction (line 304) | public void setBindSessionToTransaction(Boolean bindSessionToTransacti... method getStartRepositoryImmediately (line 308) | public Boolean getStartRepositoryImmediately() { method setStartRepositoryImmediately (line 312) | public void setStartRepositoryImmediately(Boolean startRepositoryImmed... FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCARepositoryHandle.java class JCARepositoryHandle (line 38) | public final class JCARepositoryHandle extends ProxyRepository method JCARepositoryHandle (line 61) | public JCARepositoryHandle( method login (line 71) | @SuppressWarnings("deprecation") method getReference (line 99) | public Reference getReference() { method setReference (line 106) | public void setReference(Reference reference) { class JCARepositoryFactory (line 110) | private static class JCARepositoryFactory method JCARepositoryFactory (line 117) | public JCARepositoryFactory(JCAManagedConnectionFactory mcf) { method getRepository (line 121) | public Repository getRepository() throws RepositoryException { FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCARepositoryManager.java class JCARepositoryManager (line 36) | public final class JCARepositoryManager { method JCARepositoryManager (line 63) | private JCARepositoryManager() { method createRepository (line 72) | public synchronized Repository createRepository( method createNonTransientRepository (line 93) | private Repository createNonTransientRepository( method shutdown (line 130) | public synchronized void shutdown() { method getInstance (line 142) | public static JCARepositoryManager getInstance() { method isAutoShutdown (line 146) | public boolean isAutoShutdown() { method setAutoShutdown (line 150) | public void setAutoShutdown(boolean autoShutdown) { method autoShutdownRepository (line 158) | public synchronized void autoShutdownRepository( FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java class JCAResourceAdapter (line 33) | public class JCAResourceAdapter implements ResourceAdapter, Serializable { method start (line 43) | public void start(BootstrapContext ctx) throws ResourceAdapterInternal... method stop (line 50) | public void stop() { method endpointActivation (line 54) | public void endpointActivation(MessageEndpointFactory mef, ActivationS... method endpointDeactivation (line 57) | public void endpointDeactivation(MessageEndpointFactory mef, Activatio... method getXAResources (line 60) | public XAResource[] getXAResources(ActivationSpec[] as) throws Resourc... FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCASessionHandle.java class JCASessionHandle (line 58) | public final class JCASessionHandle implements Session, XAResource { method JCASessionHandle (line 68) | public JCASessionHandle(JCAManagedConnection mc) { method getManagedConnection (line 75) | public JCAManagedConnection getManagedConnection() { method setManagedConnection (line 82) | public void setManagedConnection(JCAManagedConnection mc) { method getSession (line 89) | private Session getSession() { method getRepository (line 96) | public Repository getRepository() { method getUserID (line 103) | public String getUserID() { method getAttribute (line 110) | public Object getAttribute(String name) { method getAttributeNames (line 117) | public String[] getAttributeNames() { method getWorkspace (line 124) | public Workspace getWorkspace() { method impersonate (line 131) | public Session impersonate(Credentials cred) method getRootNode (line 139) | public Node getRootNode() method getNodeByUUID (line 147) | @SuppressWarnings("deprecation") method getItem (line 156) | public Item getItem(String arg0) method itemExists (line 164) | public boolean itemExists(String arg0) method move (line 172) | public void move(String arg0, String arg1) method save (line 181) | public void save() method refresh (line 191) | public void refresh(boolean arg0) method hasPendingChanges (line 199) | public boolean hasPendingChanges() method getValueFactory (line 207) | public ValueFactory getValueFactory() method checkPermission (line 215) | public void checkPermission(String arg0, String arg1) method getImportContentHandler (line 223) | public ContentHandler getImportContentHandler(String arg0, int arg1) method importXML (line 232) | public void importXML(String arg0, InputStream arg1, int arg2) method exportSystemView (line 242) | public void exportSystemView(String arg0, ContentHandler arg1, boolean... method exportSystemView (line 250) | public void exportSystemView(String arg0, OutputStream arg1, boolean a... method exportDocumentView (line 258) | public void exportDocumentView(String arg0, ContentHandler arg1, boole... method exportDocumentView (line 266) | public void exportDocumentView(String arg0, OutputStream arg1, boolean... method setNamespacePrefix (line 274) | public void setNamespacePrefix(String arg0, String arg1) method getNamespacePrefixes (line 282) | public String[] getNamespacePrefixes() method getNamespaceURI (line 290) | public String getNamespaceURI(String arg0) method getNamespacePrefix (line 298) | public String getNamespacePrefix(String arg0) method logout (line 306) | public void logout() { method isLive (line 313) | public boolean isLive() { method addLockToken (line 320) | @SuppressWarnings("deprecation") method getLockTokens (line 328) | @SuppressWarnings("deprecation") method removeLockToken (line 336) | @SuppressWarnings("deprecation") method getAccessControlManager (line 341) | public AccessControlManager getAccessControlManager() method getNode (line 346) | public Node getNode(String arg0) throws RepositoryException { method getNodeByIdentifier (line 350) | public Node getNodeByIdentifier(String arg0) throws RepositoryException { method getProperty (line 354) | public Property getProperty(String arg0) throws RepositoryException { method getRetentionManager (line 358) | public RetentionManager getRetentionManager() method hasCapability (line 363) | public boolean hasCapability(String arg0, Object arg1, Object[] arg2) method hasPermission (line 368) | public boolean hasPermission(String arg0, String arg1) method nodeExists (line 373) | public boolean nodeExists(String path) throws RepositoryException { method propertyExists (line 377) | public boolean propertyExists(String path) throws RepositoryException { method removeItem (line 381) | public void removeItem(String path) throws RepositoryException { method getXAResource (line 387) | private XAResource getXAResource() throws XAException { method start (line 397) | public void start(Xid xid, int flags) throws XAException { method end (line 401) | public void end(Xid xid, int flags) throws XAException { method prepare (line 405) | public int prepare(Xid xid) throws XAException { method rollback (line 409) | public void rollback(Xid xid) throws XAException { method commit (line 413) | public void commit(Xid xid, boolean onePhase) throws XAException { method forget (line 417) | public void forget(Xid xid) throws XAException { method recover (line 421) | public Xid[] recover(int flag) throws XAException { method isSameRM (line 425) | public boolean isSameRM(XAResource xares) throws XAException { method getTransactionTimeout (line 432) | public int getTransactionTimeout() throws XAException { method setTransactionTimeout (line 436) | public boolean setTransactionTimeout(int seconds) throws XAException { FILE: jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/TransactionBoundXAResource.java class TransactionBoundXAResource (line 23) | public class TransactionBoundXAResource implements XAResource { method TransactionBoundXAResource (line 31) | public TransactionBoundXAResource(JCAManagedConnection connection, method rebind (line 44) | protected void rebind(XAResource res) { method commit (line 48) | public void commit(Xid arg0, boolean arg1) throws XAException { method end (line 52) | public void end(Xid arg0, int arg1) throws XAException { method forget (line 67) | public void forget(Xid arg0) throws XAException { method getTransactionTimeout (line 71) | public int getTransactionTimeout() throws XAException { method isSameRM (line 75) | public boolean isSameRM(XAResource arg0) throws XAException { method prepare (line 79) | public int prepare(Xid arg0) throws XAException { method recover (line 83) | public Xid[] recover(int arg0) throws XAException { method rollback (line 87) | public void rollback(Xid arg0) throws XAException { method setTransactionTimeout (line 91) | public boolean setTransactionTimeout(int arg0) throws XAException { method start (line 95) | public void start(Xid arg0, int arg1) throws XAException { FILE: jackrabbit-jca/src/test/java/org/apache/jackrabbit/jca/test/AbstractTestCase.java class AbstractTestCase (line 29) | public abstract class AbstractTestCase method setUp (line 68) | protected void setUp() throws Exception { FILE: jackrabbit-jca/src/test/java/org/apache/jackrabbit/jca/test/ConnectionFactoryTest.java class ConnectionFactoryTest (line 36) | public final class ConnectionFactoryTest method testAllocation (line 42) | public void testAllocation() throws Exception { method testMatching (line 61) | public void testMatching() throws Exception { method testSerializable (line 101) | public void testSerializable() throws Exception { method testTransactionSupport (line 115) | public void testTransactionSupport() throws Exception { method testExceptionHandling (line 130) | public void testExceptionHandling() throws Exception { FILE: jackrabbit-jca/src/test/java/org/apache/jackrabbit/jca/test/ConnectionRequestInfoTest.java class ConnectionRequestInfoTest (line 30) | public final class ConnectionRequestInfoTest method testEquals (line 43) | public void testEquals() throws Exception { method testHashCode (line 52) | public void testHashCode() throws Exception { method testPutToHashMap (line 61) | public void testPutToHashMap() throws Exception { FILE: jackrabbit-jcr-client/src/main/java/org/apache/jackrabbit/client/RepositoryFactoryImpl.java class RepositoryFactoryImpl (line 32) | public class RepositoryFactoryImpl implements RepositoryFactory { method getRepository (line 56) | public Repository getRepository(@SuppressWarnings("rawtypes") Map para... FILE: jackrabbit-jcr-client/src/test/java/org/apache/jackrabbit/client/RepositoryFactoryImplTest.java class RepositoryFactoryImplTest (line 88) | public class RepositoryFactoryImplTest extends TestCase { method testGetRepositoryFromServiceFactory (line 91) | public void testGetRepositoryFromServiceFactory() throws RepositoryExc... method testGetRepositoryFromRepositoryConfig (line 100) | public void testGetRepositoryFromRepositoryConfig() throws RepositoryE... method testGetRepositoryWithLogger (line 109) | public void testGetRepositoryWithLogger() throws RepositoryException { method testGetDefaultRepository (line 125) | public void testGetDefaultRepository() throws RepositoryException { method testGetSpi2jcrRepository (line 131) | public void testGetSpi2jcrRepository() throws RepositoryException { method testGetSpi2davRepository (line 144) | public void testGetSpi2davRepository() throws RepositoryException { method testGetSpi2davexRepository (line 166) | public void testGetSpi2davexRepository() throws RepositoryException { method testGetRepositoryUnknownParams (line 185) | public void testGetRepositoryUnknownParams() throws RepositoryException { class RepositoryServiceFactoryImpl (line 195) | private static final class RepositoryServiceFactoryImpl implements Rep... method RepositoryServiceFactoryImpl (line 198) | private RepositoryServiceFactoryImpl() { method createRepositoryService (line 202) | public RepositoryService createRepositoryService(Map parameter... class RepositoryConfigImpl (line 210) | private static final class RepositoryConfigImpl implements RepositoryC... method RepositoryConfigImpl (line 213) | private RepositoryConfigImpl() { method getCacheBehaviour (line 217) | public CacheBehaviour getCacheBehaviour() { method getItemCacheSize (line 221) | public int getItemCacheSize() { method getPollTimeout (line 225) | public int getPollTimeout() { method getConfiguration (line 229) | @Override method getRepositoryService (line 234) | public RepositoryService getRepositoryService() throws RepositoryExc... class RepositoryServiceImpl (line 243) | private static final class RepositoryServiceImpl implements Repository... method RepositoryServiceImpl (line 247) | private RepositoryServiceImpl() { method getIdFactory (line 251) | public IdFactory getIdFactory() throws RepositoryException { method getNameFactory (line 255) | public NameFactory getNameFactory() throws RepositoryException { method getPathFactory (line 259) | public PathFactory getPathFactory() throws RepositoryException { method getQValueFactory (line 263) | public QValueFactory getQValueFactory() throws RepositoryException { method getItemInfoCache (line 267) | public ItemInfoCache getItemInfoCache(SessionInfo sessionInfo) throw... method getRepositoryDescriptors (line 271) | public Map getRepositoryDescriptors() throws Repos... method obtain (line 275) | public SessionInfo obtain(Credentials credentials, String workspaceN... method obtain (line 279) | public SessionInfo obtain(SessionInfo sessionInfo, String workspaceN... method impersonate (line 283) | public SessionInfo impersonate(SessionInfo sessionInfo, Credentials ... method dispose (line 287) | public void dispose(SessionInfo sessionInfo) throws RepositoryExcept... method getWorkspaceNames (line 291) | public String[] getWorkspaceNames(SessionInfo sessionInfo) throws Re... method isGranted (line 295) | public boolean isGranted(SessionInfo sessionInfo, ItemId itemId, Str... method getPrivilegeDefinitions (line 299) | @Override method getPrivilegeNames (line 304) | @Override method getSupportedPrivileges (line 309) | @Override method getNodeDefinition (line 314) | public QNodeDefinition getNodeDefinition(SessionInfo sessionInfo, No... method getPropertyDefinition (line 318) | public QPropertyDefinition getPropertyDefinition(SessionInfo session... method getNodeInfo (line 322) | public NodeInfo getNodeInfo(SessionInfo sessionInfo, NodeId nodeId) ... method getItemInfos (line 326) | public Iterator getItemInfos(SessionInfo session... method getChildInfos (line 330) | public Iterator getChildInfos(SessionInfo sessionInfo, No... method getReferences (line 334) | public Iterator getReferences(SessionInfo sessionInfo, N... method getPropertyInfo (line 338) | public PropertyInfo getPropertyInfo(SessionInfo sessionInfo, Propert... method createBatch (line 342) | public Batch createBatch(SessionInfo sessionInfo, ItemId itemId) thr... method submit (line 346) | public void submit(Batch batch) throws PathNotFoundException, ItemNo... method createTree (line 350) | @Override method importXml (line 355) | public void importXml(SessionInfo sessionInfo, NodeId parentId, Inpu... method move (line 359) | public void move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId d... method copy (line 363) | public void copy(SessionInfo sessionInfo, String srcWorkspaceName, N... method update (line 367) | public void update(SessionInfo sessionInfo, NodeId nodeId, String sr... method clone (line 371) | public void clone(SessionInfo sessionInfo, String srcWorkspaceName, ... method getLockInfo (line 375) | public LockInfo getLockInfo(SessionInfo sessionInfo, NodeId nodeId) ... method lock (line 379) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean... method lock (line 383) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean... method refreshLock (line 387) | public void refreshLock(SessionInfo sessionInfo, NodeId nodeId) thro... method unlock (line 391) | public void unlock(SessionInfo sessionInfo, NodeId nodeId) throws Un... method checkin (line 395) | public NodeId checkin(SessionInfo sessionInfo, NodeId nodeId) throws... method checkout (line 399) | public void checkout(SessionInfo sessionInfo, NodeId nodeId) throws ... method checkout (line 403) | public void checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId ... method checkpoint (line 407) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId) thr... method checkpoint (line 411) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId, Nod... method removeVersion (line 415) | public void removeVersion(SessionInfo sessionInfo, NodeId versionHis... method restore (line 419) | public void restore(SessionInfo sessionInfo, NodeId nodeId, NodeId v... method restore (line 423) | public void restore(SessionInfo sessionInfo, NodeId[] versionIds, bo... method merge (line 427) | public Iterator merge(SessionInfo sessionInfo, NodeId nodeId... method merge (line 431) | public Iterator merge(SessionInfo sessionInfo, NodeId nodeId... method resolveMergeConflict (line 435) | public void resolveMergeConflict(SessionInfo sessionInfo, NodeId nod... method addVersionLabel (line 439) | public void addVersionLabel(SessionInfo sessionInfo, NodeId versionH... method removeVersionLabel (line 443) | public void removeVersionLabel(SessionInfo sessionInfo, NodeId versi... method createActivity (line 447) | public NodeId createActivity(SessionInfo sessionInfo, String title) ... method removeActivity (line 451) | public void removeActivity(SessionInfo sessionInfo, NodeId activityI... method mergeActivity (line 455) | public Iterator mergeActivity(SessionInfo sessionInfo, NodeI... method createConfiguration (line 459) | public NodeId createConfiguration(SessionInfo sessionInfo, NodeId no... method getSupportedQueryLanguages (line 463) | public String[] getSupportedQueryLanguages(SessionInfo sessionInfo) ... method checkQueryStatement (line 467) | public String[] checkQueryStatement(SessionInfo sessionInfo, String ... method executeQuery (line 471) | public QueryInfo executeQuery(SessionInfo sessionInfo, String statem... method createEventFilter (line 475) | public EventFilter createEventFilter(SessionInfo sessionInfo, int ev... method createSubscription (line 479) | public Subscription createSubscription(SessionInfo sessionInfo, Even... method updateEventFilters (line 483) | public void updateEventFilters(Subscription subscription, EventFilte... method getEvents (line 487) | public EventBundle[] getEvents(Subscription subscription, long timeo... method getEvents (line 491) | public EventBundle getEvents(SessionInfo sessionInfo, EventFilter fi... method dispose (line 495) | public void dispose(Subscription subscription) throws RepositoryExce... method getRegisteredNamespaces (line 499) | public Map getRegisteredNamespaces(SessionInfo sessi... method getNamespaceURI (line 503) | public String getNamespaceURI(SessionInfo sessionInfo, String prefix... method getNamespacePrefix (line 507) | public String getNamespacePrefix(SessionInfo sessionInfo, String uri... method registerNamespace (line 511) | public void registerNamespace(SessionInfo sessionInfo, String prefix... method unregisterNamespace (line 515) | public void unregisterNamespace(SessionInfo sessionInfo, String uri)... method getQNodeTypeDefinitions (line 519) | public Iterator getQNodeTypeDefinitions(Session... method getQNodeTypeDefinitions (line 523) | public Iterator getQNodeTypeDefinitions(Session... method registerNodeTypes (line 527) | public void registerNodeTypes(SessionInfo sessionInfo, QNodeTypeDefi... method unregisterNodeTypes (line 531) | public void unregisterNodeTypes(SessionInfo sessionInfo, Name[] node... method createWorkspace (line 535) | public void createWorkspace(SessionInfo sessionInfo, String name, St... method deleteWorkspace (line 539) | public void deleteWorkspace(SessionInfo sessionInfo, String name) th... FILE: jackrabbit-jcr-client/src/test/java/org/apache/jackrabbit/client/RepositoryFactoryTest.java class RepositoryFactoryTest (line 31) | public class RepositoryFactoryTest extends TestCase { method testGetFactory (line 38) | public void testGetFactory() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/JcrConstants.java type JcrConstants (line 36) | public interface JcrConstants { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/AbstractItem.java class AbstractItem (line 43) | public abstract class AbstractItem implements Item { method getAncestor (line 61) | public Item getAncestor(int depth) method getDepth (line 102) | public int getDepth() throws RepositoryException { method toString (line 128) | public String toString() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/AbstractNode.java class AbstractNode (line 90) | public abstract class AbstractNode extends AbstractItem implements Node { method accept (line 103) | public void accept(ItemVisitor visitor) throws RepositoryException { method getPath (line 118) | public String getPath() throws RepositoryException { method isNode (line 142) | public boolean isNode() { method getMixinNodeTypes (line 158) | public NodeType[] getMixinNodeTypes() throws RepositoryException { method getPrimaryNodeType (line 185) | public NodeType getPrimaryNodeType() throws RepositoryException { method getProperty (line 204) | public Property getProperty(String relPath) method getUUID (line 247) | public String getUUID() method getVersionHistory (line 266) | public VersionHistory getVersionHistory() throws RepositoryException { method hasNode (line 282) | public boolean hasNode(String relPath) throws RepositoryException { method hasNodes (line 301) | public boolean hasNodes() throws RepositoryException { method hasProperties (line 319) | public boolean hasProperties() throws RepositoryException { method hasProperty (line 335) | public boolean hasProperty(String relPath) throws RepositoryException { method holdsLock (line 355) | public boolean holdsLock() throws RepositoryException { method isCheckedOut (line 375) | public boolean isCheckedOut() throws RepositoryException { method isLocked (line 400) | public boolean isLocked() throws RepositoryException { method isNodeType (line 422) | public boolean isNodeType(String name) throws RepositoryException { method restore (line 461) | public void restore(String versionName, boolean removeExisting) method restore (line 477) | public void restore(Version version, boolean removeExisting) method restoreByLabel (line 493) | public void restoreByLabel(String versionLabel, boolean removeExisting) method setProperty (line 512) | public Property setProperty(String name, String[] strings) method setProperty (line 535) | public Property setProperty(String name, String value) method setProperty (line 554) | public Property setProperty(String name, InputStream value) method setProperty (line 573) | public Property setProperty(String name, boolean value) method setProperty (line 592) | public Property setProperty(String name, double value) method setProperty (line 611) | public Property setProperty(String name, long value) method setProperty (line 630) | public Property setProperty(String name, Calendar value) method setProperty (line 649) | public Property setProperty(String name, Node value) method setProperty (line 669) | public Property setProperty(String name, Value value, int type) method setProperty (line 692) | public Property setProperty(String name, Value[] values, int type) method setProperty (line 720) | public Property setProperty(String name, String[] strings, int type) method setProperty (line 744) | public Property setProperty(String name, String value, int type) method getName (line 761) | private String getName(String name) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/AbstractProperty.java class AbstractProperty (line 64) | public abstract class AbstractProperty extends AbstractItem method accept (line 78) | public void accept(ItemVisitor visitor) throws RepositoryException { method getPath (line 91) | public String getPath() throws RepositoryException { method isNode (line 105) | public boolean isNode() { method remove (line 117) | public void remove() throws RepositoryException { method getBoolean (line 133) | public boolean getBoolean() throws RepositoryException { method getDate (line 147) | public Calendar getDate() throws RepositoryException { method getDouble (line 161) | public double getDouble() throws RepositoryException { method getLength (line 174) | public long getLength() throws RepositoryException { method getLengths (line 187) | public long[] getLengths() throws RepositoryException { method getLong (line 206) | public long getLong() throws RepositoryException { method getNode (line 237) | public Node getNode() throws ValueFormatException, RepositoryException { method getProperty (line 318) | public Property getProperty() throws RepositoryException { method getStream (line 355) | public InputStream getStream() throws RepositoryException { method getString (line 369) | public String getString() throws RepositoryException { method getType (line 383) | public int getType() throws RepositoryException { method setValue (line 397) | public void setValue(Value value) throws RepositoryException { method setValue (line 411) | public void setValue(Value[] values) throws RepositoryException { method setValue (line 425) | public void setValue(String value) throws RepositoryException { method setValue (line 439) | public void setValue(String[] values) throws RepositoryException { method setValue (line 453) | public void setValue(InputStream value) throws RepositoryException { method setValue (line 467) | public void setValue(long value) throws RepositoryException { method setValue (line 481) | public void setValue(double value) throws RepositoryException { method setValue (line 495) | public void setValue(Calendar value) throws RepositoryException { method setValue (line 509) | public void setValue(boolean value) throws RepositoryException { method setValue (line 523) | public void setValue(Node value) throws RepositoryException { method getLength (line 536) | private long getLength(Value value) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/AbstractRepository.java class AbstractRepository (line 37) | public abstract class AbstractRepository implements Repository { method isStandardDescriptor (line 102) | public boolean isStandardDescriptor(String key) { method login (line 118) | public Session login( method login (line 131) | public Session login() throws RepositoryException { method login (line 143) | public Session login(Credentials credentials) throws RepositoryExcepti... method login (line 155) | public Session login(String workspace) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/AbstractSession.java class AbstractSession (line 51) | public abstract class AbstractSession implements Session { method logout (line 68) | public void logout() { method getNamespacePrefix (line 89) | public String getNamespacePrefix(String uri) method getNamespaceURI (line 125) | public String getNamespaceURI(String prefix) method getNamespacePrefixes (line 158) | public String[] getNamespacePrefixes() method setNamespacePrefix (line 181) | public void setNamespacePrefix(String prefix, String uri) method exportDocumentView (line 233) | public void exportDocumentView( method exportSystemView (line 253) | public void exportSystemView( method exportDocumentView (line 273) | public void exportDocumentView( method exportSystemView (line 305) | public void exportSystemView( method importXML (line 337) | public void importXML( method toRelativePath (line 364) | private String toRelativePath(String absPath) throws PathNotFoundExcep... method getItem (line 397) | public Item getItem(String absPath) throws PathNotFoundException, Repo... method itemExists (line 425) | public boolean itemExists(String absPath) throws RepositoryException { method removeItem (line 443) | public void removeItem(String absPath) throws RepositoryException { method getNode (line 455) | public Node getNode(String absPath) throws RepositoryException { method nodeExists (line 473) | public boolean nodeExists(String absPath) throws RepositoryException { method getProperty (line 489) | public Property getProperty(String absPath) throws RepositoryException { method propertyExists (line 506) | public boolean propertyExists(String absPath) throws RepositoryExcepti... method impersonate (line 535) | public Session impersonate(Credentials credentials) method export (line 550) | private synchronized void export(String path, Exporter exporter) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/AbstractWorkspace.java class AbstractWorkspace (line 33) | public abstract class AbstractWorkspace implements Workspace { method importXML (line 47) | public void importXML( FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java class GenericRepositoryFactory (line 24) | @Deprecated FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/ItemNameMatcher.java class ItemNameMatcher (line 26) | public final class ItemNameMatcher { method ItemNameMatcher (line 31) | private ItemNameMatcher() { } method matches (line 66) | public static boolean matches(String name, String pattern) { method matches (line 93) | public static boolean matches(String name, String[] nameGlobs) { method internalMatches (line 114) | private static boolean internalMatches(String s, String pattern, int s... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java class JcrUtils (line 71) | public class JcrUtils { method JcrUtils (line 97) | private JcrUtils() { method getRepository (line 110) | public static Repository getRepository() throws RepositoryException { method getRepository (line 129) | public static Repository getRepository(Map parameters) method getRepository (line 260) | public static Repository getRepository(String uri) method getSharedSet (line 280) | public static Iterable getSharedSet(final Node node) method getChildNodes (line 314) | public static Iterable getChildNodes(final Node node) method getChildNodes (line 351) | public static Iterable getChildNodes( method getChildNodes (line 388) | public static Iterable getChildNodes( method getProperties (line 423) | public static Iterable getProperties(final Node node) method getProperties (line 460) | public static Iterable getProperties( method getProperties (line 497) | public static Iterable getProperties( method getReferences (line 532) | public static Iterable getReferences(final Node node) method getReferences (line 569) | public static Iterable getReferences( method getWeakReferences (line 604) | public static Iterable getWeakReferences(final Node node) method getWeakReferences (line 641) | public static Iterable getWeakReferences( method getNodes (line 676) | public static Iterable getNodes(final QueryResult result) method getRows (line 711) | public static Iterable getRows(final QueryResult result) method in (line 747) | public static Iterable in(final Iterator iterator) { method in (line 777) | @SuppressWarnings("unchecked") method in (line 796) | @SuppressWarnings("unchecked") method in (line 815) | @SuppressWarnings("unchecked") method in (line 834) | @SuppressWarnings("unchecked") method in (line 853) | @SuppressWarnings("unchecked") method in (line 872) | @SuppressWarnings("unchecked") method in (line 891) | @SuppressWarnings("unchecked") method in (line 910) | @SuppressWarnings("unchecked") method getOrAddNode (line 930) | public static Node getOrAddNode(Node parent, String name) method getOrAddNode (line 952) | public static Node getOrAddNode(Node parent, String name, String type) method getOrAddFolder (line 980) | public static Node getOrAddFolder(Node parent, String name) method putFile (line 1021) | public static Node putFile( method putFile (line 1064) | public static Node putFile( method readFile (line 1110) | public static InputStream readFile(Node node) throws RepositoryExcepti... method readFile (line 1140) | public static void readFile(Node node, OutputStream output) method getLastModified (line 1165) | public static Calendar getLastModified(Node node) throws RepositoryExc... method setLastModified (line 1185) | public static void setLastModified(Node node, Calendar date) throws Re... method toString (line 1210) | public static String toString(Item item) { method append (line 1253) | private static void append(StringBuilder builder, Value value) method getPropertyType (line 1297) | public static int getPropertyType(String name) method getPropertyTypeNames (line 1315) | public static String[] getPropertyTypeNames(boolean includeUndefined) { method getOrCreateByPath (line 1346) | public static Node getOrCreateByPath(String absolutePath, String nodeT... method getOrCreateByPath (line 1367) | public static Node getOrCreateByPath(String absolutePath, method getOrCreateUniqueByPath (line 1405) | public static Node getOrCreateUniqueByPath(String pathHint, String nod... method getOrCreateByPath (line 1444) | public static Node getOrCreateByPath(String absolutePath, method getOrCreateUniqueByPath (line 1509) | public static Node getOrCreateUniqueByPath(Node parent, method getOrCreateByPath (line 1552) | public static Node getOrCreateByPath(Node baseNode, method getNodeIfExists (line 1656) | public static Node getNodeIfExists(Node baseNode, String relPath) thro... method getNodeIfExists (line 1672) | public static Node getNodeIfExists(String absPath, Session session) th... method getStringProperty (line 1691) | public static String getStringProperty(Node baseNode, String relPath, ... method getLongProperty (line 1710) | public static long getLongProperty(Node baseNode, String relPath, long... method getDoubleProperty (line 1729) | public static double getDoubleProperty(Node baseNode, String relPath, ... method getBooleanProperty (line 1748) | public static boolean getBooleanProperty(Node baseNode, String relPath... method getDateProperty (line 1767) | public static Calendar getDateProperty(Node baseNode, String relPath, ... method getDecimalProperty (line 1786) | public static BigDecimal getDecimalProperty(Node baseNode, String relP... method getBinaryProperty (line 1805) | public static Binary getBinaryProperty(Node baseNode, String relPath, ... method getStringProperty (line 1824) | public static String getStringProperty(Session session, String absPath... method getLongProperty (line 1843) | public static long getLongProperty(Session session, String absPath, lo... method getDoubleProperty (line 1862) | public static double getDoubleProperty(Session session, String absPath... method getBooleanProperty (line 1881) | public static boolean getBooleanProperty(Session session, String absPa... method getDateProperty (line 1900) | public static Calendar getDateProperty(Session session, String absPath... method getDecimalProperty (line 1919) | public static BigDecimal getDecimalProperty(Session session, String ab... method getBinaryProperty (line 1938) | public static Binary getBinaryProperty(Session session, String absPath... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JndiRepositoryFactory.java class JndiRepositoryFactory (line 56) | @SuppressWarnings({ "rawtypes", "unchecked" }) method getRepository (line 70) | public Repository getRepository(Map parameters) method getRepository (line 100) | private Repository getRepository(URI uri, Hashtable environment) method getRepository (line 121) | private Repository getRepository(String name, Hashtable environment) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/NamespaceHelper.java class NamespaceHelper (line 41) | public class NamespaceHelper { method NamespaceHelper (line 73) | public NamespaceHelper(Session session) { method getNamespaceRegistry (line 83) | private NamespaceRegistry getNamespaceRegistry() throws RepositoryExce... method getNamespaces (line 99) | public Map getNamespaces() throws RepositoryException { method getPrefix (line 117) | public String getPrefix(String uri) throws RepositoryException { method getURI (line 134) | public String getURI(String prefix) throws RepositoryException { method getJcrName (line 152) | public String getJcrName(String uri, String name) method getJcrName (line 183) | public String getJcrName(String name) method registerNamespace (line 223) | public String registerNamespace(String prefix, String uri) method registerNamespaces (line 267) | public void registerNamespaces(Map namespaces) throws R... method devisePrefixByUUID (line 291) | private static String devisePrefixByUUID(String namespace, UnaryOperat... method getSha256 (line 302) | private static String getSha256(String namespace) { method devisePrefixTrySha256 (line 314) | private static String devisePrefixTrySha256(String namespace, UnaryOpe... method devisePrefix (line 334) | private static String devisePrefix(String namespace, UnaryOperator { method CompactNodeTypeDefReader (line 135) | public CompactNodeTypeDefReader(Reader r, String systemId, method CompactNodeTypeDefReader (line 150) | public CompactNodeTypeDefReader(Reader r, String systemId, N nsMapping, method getSystemId (line 170) | public String getSystemId() { method getNodeTypeDefinitions (line 179) | public List getNodeTypeDefinitions() { method getNamespaceMapping (line 188) | public N getNamespaceMapping() { method parse (line 197) | private void parse() throws ParseException { method doNameSpace (line 228) | private boolean doNameSpace() throws ParseException { method doNodeTypeName (line 259) | private void doNodeTypeName(AbstractNodeTypeDefinitionBuilder ntd) ... method doSuperTypes (line 283) | private void doSuperTypes(AbstractNodeTypeDefinitionBuilder ntd) th... method doOptions (line 303) | private void doOptions(AbstractNodeTypeDefinitionBuilder ntd) throw... method doItemDefs (line 342) | private void doItemDefs(AbstractNodeTypeDefinitionBuilder ntd) thro... method doPropertyDefinition (line 398) | private void doPropertyDefinition(AbstractPropertyDefinitionBuilder... method doPropertyType (line 419) | private void doPropertyType(AbstractPropertyDefinitionBuilder pd) t... method doPropertyAttributes (line 472) | private void doPropertyAttributes(AbstractPropertyDefinitionBuilder... method doPropertyQueryOperators (line 519) | private void doPropertyQueryOperators(AbstractPropertyDefinitionBuilde... method doPropertyDefaultValue (line 561) | private void doPropertyDefaultValue(AbstractPropertyDefinitionBuilder<... method doPropertyValueConstraints (line 585) | private void doPropertyValueConstraints(AbstractPropertyDefinitionBuil... method doChildNodeDefinition (line 610) | private void doChildNodeDefinition(AbstractNodeDefinitionBuilder nd, method doChildNodeRequiredTypes (line 631) | private void doChildNodeRequiredTypes(AbstractNodeDefinitionBuilder... method doChildNodeDefaultType (line 656) | private void doChildNodeDefaultType(AbstractNodeDefinitionBuilder nd) method doChildNodeAttributes (line 678) | private void doChildNodeAttributes(AbstractNodeDefinitionBuilder nd, method nextToken (line 720) | private void nextToken() throws ParseException { method currentTokenEquals (line 731) | private boolean currentTokenEquals(String[] s) { method currentTokenEquals (line 747) | private boolean currentTokenEquals(char c) { method currentTokenEquals (line 758) | private boolean currentTokenEquals(String s) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/cnd/CompactNodeTypeDefWriter.java class CompactNodeTypeDefWriter (line 58) | public class CompactNodeTypeDefWriter { method CompactNodeTypeDefWriter (line 95) | public CompactNodeTypeDefWriter(Writer out, final Session session, boo... method CompactNodeTypeDefWriter (line 107) | public CompactNodeTypeDefWriter(Writer out, NamespaceMapping nsMapping... method write (line 127) | public static void write(Collection defs, method write (line 145) | public static void write(Collection defs, method write (line 160) | public void write(NodeTypeDefinition ntd) throws IOException { method writeNamespaceDeclaration (line 186) | public void writeNamespaceDeclaration(String prefix) throws IOException { method close (line 203) | public void close() throws IOException { method writeName (line 221) | private void writeName(NodeTypeDefinition ntd) throws IOException { method writeSupertypes (line 233) | private void writeSupertypes(NodeTypeDefinition ntd) throws IOException { method writeOptions (line 257) | private void writeOptions(NodeTypeDefinition ntd) throws IOException { method writePropDef (line 296) | private void writePropDef(PropertyDefinition pd) throws IOException { method writeDefaultValues (line 373) | private void writeDefaultValues(Value[] dva) throws IOException { method writeValueConstraints (line 396) | private void writeValueConstraints(String[] constraints, int type) thr... method writeNodeDef (line 417) | private void writeNodeDef(NodeDefinition nd) throws IOException { method writeRequiredTypes (line 450) | private void writeRequiredTypes(String[] reqTypes) throws IOException { method writeDefaultType (line 467) | private void writeDefaultType(String defType) throws IOException { method writeJcrName (line 480) | private void writeJcrName(String name) throws IOException { method escape (line 512) | private String escape(String s) { type NamespaceMapping (line 530) | public interface NamespaceMapping { method getNamespaceURI (line 532) | String getNamespaceURI(String prefix); class DefaultNamespaceMapping (line 539) | private static class DefaultNamespaceMapping implements NamespaceMappi... method DefaultNamespaceMapping (line 543) | private DefaultNamespaceMapping(Session session) { method getNamespaceURI (line 547) | public String getNamespaceURI(String prefix) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/cnd/DefinitionBuilderFactory.java class DefinitionBuilderFactory (line 31) | public abstract class DefinitionBuilderFactory { method newNodeTypeDefinitionBuilder (line 38) | public abstract AbstractNodeTypeDefinitionBuilder newNodeTypeDefini... method setNamespaceMapping (line 45) | public abstract void setNamespaceMapping(N nsMapping); method getNamespaceMapping (line 50) | public abstract N getNamespaceMapping(); method setNamespace (line 58) | public abstract void setNamespace(String prefix, String uri) throws Re... class AbstractNodeTypeDefinitionBuilder (line 64) | public static abstract class AbstractNodeTypeDefinitionBuilder { method setName (line 87) | public void setName(String name) throws RepositoryException { method getName (line 95) | public String getName() { method addSupertype (line 106) | public abstract void addSupertype(String name) throws RepositoryExce... method setMixin (line 114) | public void setMixin(boolean isMixin) throws RepositoryException { method setOrderableChildNodes (line 124) | public void setOrderableChildNodes(boolean isOrderable) throws Repos... method setPrimaryItemName (line 133) | public abstract void setPrimaryItemName(String name) throws Reposito... method setAbstract (line 140) | public void setAbstract(boolean isAbstract) throws RepositoryExcepti... method setQueryable (line 149) | public void setQueryable(boolean queryable) throws RepositoryExcepti... method newPropertyDefinitionBuilder (line 159) | public abstract AbstractPropertyDefinitionBuilder newPropertyDefi... method newNodeDefinitionBuilder (line 168) | public abstract AbstractNodeDefinitionBuilder newNodeDefinitionBu... method build (line 175) | public abstract T build() throws RepositoryException; class AbstractItemDefinitionBuilder (line 182) | public static abstract class AbstractItemDefinitionBuilder { method setName (line 204) | public void setName(String name) throws RepositoryException { method getName (line 212) | public String getName() { method setDeclaringNodeType (line 221) | public abstract void setDeclaringNodeType(String name) throws Reposi... method setAutoCreated (line 229) | public void setAutoCreated(boolean autocreate) throws RepositoryExce... method setOnParentVersion (line 238) | public void setOnParentVersion(int onParent) throws RepositoryExcept... method setProtected (line 248) | public void setProtected(boolean isProtected) throws RepositoryExcep... method setMandatory (line 257) | public void setMandatory(boolean isMandatory) throws RepositoryExcep... method build (line 265) | public abstract void build() throws RepositoryException; class AbstractPropertyDefinitionBuilder (line 272) | public static abstract class AbstractPropertyDefinitionBuilder exte... method setRequiredType (line 304) | public void setRequiredType(int type) throws RepositoryException { method getRequiredType (line 312) | public int getRequiredType() { method addValueConstraint (line 322) | public abstract void addValueConstraint(String constraint) throws Re... method addDefaultValues (line 330) | public abstract void addDefaultValues(String value) throws Repositor... method setMultiple (line 337) | public void setMultiple(boolean isMultiple) throws RepositoryExcepti... method setFullTextSearchable (line 347) | public void setFullTextSearchable(boolean fullTextSearchable) throws... method setQueryOrderable (line 356) | public void setQueryOrderable(boolean queryOrderable) throws Reposit... method setAvailableQueryOperators (line 365) | public void setAvailableQueryOperators(String[] queryOperators) thro... class AbstractNodeDefinitionBuilder (line 377) | public static abstract class AbstractNodeDefinitionBuilder extends ... method setDefaultPrimaryType (line 384) | public abstract void setDefaultPrimaryType(String name) throws Repos... method addRequiredPrimaryType (line 391) | public abstract void addRequiredPrimaryType(String name) throws Repo... method setAllowsSameNameSiblings (line 397) | public void setAllowsSameNameSiblings(boolean allowSns) throws Repos... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/cnd/Lexer.java class Lexer (line 28) | public class Lexer { method Lexer (line 134) | public Lexer(Reader r, String systemId) { method getNextToken (line 171) | public String getNextToken() throws ParseException { method getSystemId (line 195) | public String getSystemId() { method getLineNumber (line 199) | public int getLineNumber() { method fail (line 208) | public void fail(String message) throws ParseException { method fail (line 218) | public void fail(String message, Throwable e) throws ParseException { method fail (line 227) | public void fail(Throwable e) throws ParseException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/cnd/ParseException.java class ParseException (line 22) | public class ParseException extends Exception { method ParseException (line 46) | public ParseException(int lineNumber, int colNumber, String systemId) { method ParseException (line 63) | public ParseException(String message, int lineNumber, int colNumber, S... method ParseException (line 81) | public ParseException(String message, Throwable rootCause, int lineNum... method ParseException (line 96) | public ParseException(Throwable rootCause, int lineNumber, int colNumb... method getMessage (line 106) | public String getMessage() { method toString (line 136) | public String toString() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/cnd/TemplateBuilderFactory.java class TemplateBuilderFactory (line 44) | public class TemplateBuilderFactory extends DefinitionBuilderFactory getIgnoredProperties() { method split (line 160) | @SuppressWarnings("deprecation") method split (line 180) | @SuppressWarnings("deprecation") method join (line 200) | @SuppressWarnings("deprecation") method join (line 224) | @SuppressWarnings("deprecation") method getRoot (line 239) | public Node getRoot() { method isRoot (line 243) | public boolean isRoot(Node node) throws RepositoryException { method isLeaf (line 251) | public boolean isLeaf(Node node) throws RepositoryException { method getOrder (line 255) | public Comparator getOrder() { method getAutoSave (line 259) | public boolean getAutoSave() { method getNodes (line 268) | @SuppressWarnings("deprecation") method getProperties (line 278) | @SuppressWarnings("deprecation") method createIntermediateNode (line 296) | protected Node createIntermediateNode(Node parent, String name) throws... method move (line 303) | protected void move(Node node, Node parent) throws RepositoryException { method move (line 312) | protected void move(Property property, Node parent) throws RepositoryE... method getSizedIterator (line 322) | @SuppressWarnings("deprecation") method convert (line 345) | @SuppressWarnings("unchecked") method convert (line 350) | @SuppressWarnings("unchecked") method split (line 355) | private void split(Node node, Rank ranking, ItemSe... method move (line 408) | private void move(T item, Node parent) throws Reposit... method removeRec (line 417) | private void removeRec(Node node) throws RepositoryException { method filterProperties (line 429) | private Iterator filterProperties(Iterator propert... class WrappedRepositoryException (line 443) | private static class WrappedRepositoryException extends RuntimeExcepti... method WrappedRepositoryException (line 446) | public WrappedRepositoryException(RepositoryException e) { method wrapped (line 451) | public RepositoryException wrapped() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/FilterIterator.java class FilterIterator (line 29) | @Deprecated method FilterIterator (line 38) | public FilterIterator(Iterator tIterator, Predicate predicate) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/ItemSequence.java class ItemSequence (line 67) | public abstract class ItemSequence { method ItemSequence (line 108) | protected ItemSequence(TreeManager treeManager, ErrorHandler errorHand... method createNodeSequence (line 137) | public static NodeSequence createNodeSequence(TreeManager treeManager,... method createNodeSequence (line 148) | public static NodeSequence createNodeSequence(TreeManager treeManager) { method createPropertySequence (line 161) | public static PropertySequence createPropertySequence(TreeManager tree... method createPropertySequence (line 172) | public static PropertySequence createPropertySequence(TreeManager tree... method getNodeSequence (line 182) | public NodeSequence getNodeSequence() { method getPropertySequence (line 192) | public PropertySequence getPropertySequence() { method getParent (line 203) | protected abstract Node getParent(String key) throws RepositoryException; method getPredecessor (line 217) | protected final Node getPredecessor(String key) throws RepositoryExcep... method getPredecessor (line 235) | protected final Node getPredecessor(Node node, String key) throws Repo... method getSuccessor (line 273) | protected final Node getSuccessor(Node node, String key) throws Reposi... method getMinimal (line 303) | protected final Node getMinimal() throws RepositoryException { method getMinimal (line 319) | protected final Node getMinimal(Node node) throws RepositoryException { method renamePath (line 348) | protected final void renamePath(Node node, String key) throws Reposito... class NodeSequenceImpl (line 362) | protected static class NodeSequenceImpl extends ItemSequence implement... method include (line 364) | public boolean include(Node node) { method NodeSequenceImpl (line 374) | public NodeSequenceImpl(TreeManager treeManager, ErrorHandler errorH... method iterator (line 378) | public Iterator iterator() { method getItem (line 382) | public Node getItem(String key) throws RepositoryException { method hasItem (line 386) | public boolean hasItem(String key) throws RepositoryException { method addNode (line 390) | public Node addNode(String key, String primaryNodeTypeName) throws R... method removeNode (line 415) | public void removeNode(String key) throws RepositoryException { method getParent (line 426) | @Override method getOrCreateParent (line 437) | private Node getOrCreateParent(String key) throws RepositoryException { class PropertySequenceImpl (line 451) | protected static class PropertySequenceImpl extends ItemSequence imple... method include (line 454) | public boolean include(Property property) { method PropertySequenceImpl (line 464) | public PropertySequenceImpl(TreeManager treeManager, ErrorHandler er... method iterator (line 468) | public Iterator iterator() { method getItem (line 472) | public Property getItem(String key) throws RepositoryException { method hasItem (line 476) | public boolean hasItem(String key) throws RepositoryException { method addProperty (line 480) | public Property addProperty(String key, Value value) throws Reposito... method removeProperty (line 496) | public void removeProperty(String key) throws RepositoryException { method getParent (line 507) | @Override method getOrCreateParent (line 512) | private Node getOrCreateParent(String key) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/NodeSequence.java type NodeSequence (line 26) | public interface NodeSequence extends Sequence { method addNode (line 36) | Node addNode(String key, String primaryNodeTypeName) throws Repository... method removeNode (line 45) | void removeNode(String key) throws RepositoryException; FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/PropertySequence.java type PropertySequence (line 27) | public interface PropertySequence extends Sequence { method addProperty (line 37) | Property addProperty(String key, Value value) throws RepositoryException; method removeProperty (line 46) | void removeProperty(String key) throws RepositoryException; FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/Rank.java class Rank (line 47) | public class Rank { method Rank (line 60) | public Rank(T[] values, Comparator order) { method Rank (line 76) | public Rank(Collection values, Class componentType, Comparator values, Class componentType, int count, Com... method rank (line 122) | public static > Rank rank(S[] values) { method rank (line 137) | public static > Rank rank(Collection val... method rank (line 154) | public static > Rank rank(Iterator value... method comparableComparator (line 165) | public static > Comparator comparableCompar... method getOrder (line 173) | public Comparator getOrder() { method take (line 186) | public Iterator take(int n) { method size (line 205) | public int size() { method take (line 216) | private void take(int n, int from, int to) { method swap (line 261) | private void swap(int lo, int hi) { method toArray (line 273) | private static S[] toArray(Collection collection, Class comp... method createArray (line 277) | @SuppressWarnings("unchecked") FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/Sequence.java type Sequence (line 33) | public interface Sequence extends Iterable { method iterator (line 41) | Iterator iterator(); method getItem (line 54) | T getItem(String key) throws AccessDeniedException, PathNotFoundExcept... method hasItem (line 65) | boolean hasItem(String key) throws RepositoryException; FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/SizedIterator.java type SizedIterator (line 26) | @Deprecated FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/TreeManager.java type TreeManager (line 36) | public interface TreeManager { method getRoot (line 42) | Node getRoot(); method isRoot (line 52) | boolean isRoot(Node node) throws RepositoryException; method isLeaf (line 64) | boolean isLeaf(Node node) throws RepositoryException; method getIgnoredProperties (line 70) | public Set getIgnoredProperties(); method getOrder (line 78) | Comparator getOrder(); method split (line 94) | void split(ItemSequence itemSequence, Node node, Node cause) throws Re... method split (line 111) | void split(ItemSequence itemSequence, Node node, Property cause) throw... method join (line 129) | void join(ItemSequence itemSequence, Node node, Node cause) throws Rep... method join (line 147) | void join(ItemSequence itemSequence, Node node, Property cause) throws... method getAutoSave (line 156) | boolean getAutoSave(); FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/flat/TreeTraverser.java class TreeTraverser (line 54) | public final class TreeTraverser implements Iterable { method TreeTraverser (line 67) | public TreeTraverser(Node root, ErrorHandler errorHandler, InclusionPo... method TreeTraverser (line 79) | public TreeTraverser(Node root) { type ErrorHandler (line 88) | public interface ErrorHandler { method call (line 94) | public void call(Item item, RepositoryException exception) { /* igno... method call (line 105) | void call(Item item, RepositoryException exception); type InclusionPolicy (line 117) | public interface InclusionPolicy { method include (line 123) | public boolean include(Item item) { method include (line 133) | public boolean include(Node node) { method include (line 150) | boolean include(T item); method nodeIterator (line 163) | public static Iterator nodeIterator(Node root, ErrorHandler erro... method nodeIterator (line 176) | public static Iterator nodeIterator(Node root) { method propertyIterator (line 193) | public static Iterator propertyIterator(Iterator nodes... method propertyIterator (line 211) | public static Iterator propertyIterator(Iterator nodes) { method propertyIterator (line 225) | public static Iterator propertyIterator(Node root, ErrorHand... method propertyIterator (line 239) | public static Iterator propertyIterator(Node root) { method iterator (line 249) | public Iterator iterator() { method iterator (line 259) | @SuppressWarnings("unchecked") method childIterators (line 272) | private Iterator> childIterators(Node node) { method propertyIterators (line 298) | private static Iterator> propertyIterators(final It... method empty (line 325) | private static Iterator empty() { method singleton (line 329) | private Iterator singleton(T value) { method filter (line 337) | private static Iterator filter(final Iterator i... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/AbstractLazyIterator.java class AbstractLazyIterator (line 27) | public abstract class AbstractLazyIterator implements Iterator { method AbstractLazyIterator (line 33) | protected AbstractLazyIterator() { method hasNext (line 36) | @Override method next (line 45) | @Override method getNext (line 62) | abstract protected T getNext(); method remove (line 64) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/AccessControlPolicyIteratorAdapter.java class AccessControlPolicyIteratorAdapter (line 30) | public class AccessControlPolicyIteratorAdapter extends RangeIteratorDec... method AccessControlPolicyIteratorAdapter (line 44) | public AccessControlPolicyIteratorAdapter(RangeIterator iterator) { method AccessControlPolicyIteratorAdapter (line 53) | public AccessControlPolicyIteratorAdapter(Iterator iterator) { method AccessControlPolicyIteratorAdapter (line 62) | public AccessControlPolicyIteratorAdapter(Collection collection) { method nextAccessControlPolicy (line 73) | public AccessControlPolicy nextAccessControlPolicy() throws NoSuchElem... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/EventIteratorAdapter.java class EventIteratorAdapter (line 31) | public class EventIteratorAdapter extends RangeIteratorDecorator method EventIteratorAdapter (line 39) | public EventIteratorAdapter(EventIterator iterator) { method EventIteratorAdapter (line 48) | public EventIteratorAdapter(RangeIterator iterator) { method EventIteratorAdapter (line 57) | public EventIteratorAdapter(Iterator iterator) { method EventIteratorAdapter (line 66) | public EventIteratorAdapter(Collection collection) { method nextEvent (line 78) | public Event nextEvent() throws NoSuchElementException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/EventListenerIteratorAdapter.java class EventListenerIteratorAdapter (line 31) | public class EventListenerIteratorAdapter extends RangeIteratorDecorator method EventListenerIteratorAdapter (line 45) | public EventListenerIteratorAdapter(RangeIterator iterator) { method EventListenerIteratorAdapter (line 54) | public EventListenerIteratorAdapter(Iterator iterator) { method EventListenerIteratorAdapter (line 63) | public EventListenerIteratorAdapter(Collection collection) { method nextEventListener (line 75) | public EventListener nextEventListener() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/FilterIterator.java class FilterIterator (line 28) | public class FilterIterator implements Iterator { method FilterIterator (line 40) | public FilterIterator(Iterator iterator, Predicate predicate) { method hasNext (line 46) | public boolean hasNext() { method next (line 57) | public T next() { method remove (line 72) | public void remove() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/FilteredRangeIterator.java class FilteredRangeIterator (line 29) | public class FilteredRangeIterator implements RangeIterator { method FilteredRangeIterator (line 75) | public FilteredRangeIterator( method FilteredRangeIterator (line 88) | public FilteredRangeIterator(Iterator iterator, Predicate predicate) { method FilteredRangeIterator (line 100) | public FilteredRangeIterator(Iterator iterator) { method fetch (line 107) | private void fetch() { method getPosition (line 127) | public long getPosition() { method getSize (line 137) | public long getSize() { method skip (line 153) | public void skip(long n) method hasNext (line 176) | public boolean hasNext() { method next (line 187) | public Object next() throws NoSuchElementException { method remove (line 199) | public void remove() throws UnsupportedOperationException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/FilteringNodeIterator.java class FilteringNodeIterator (line 31) | public class FilteringNodeIterator implements NodeIterator { method FilteringNodeIterator (line 39) | public FilteringNodeIterator(NodeIterator base, Predicate filter) { method hasNext (line 49) | public boolean hasNext() { method next (line 56) | public Object next() { method remove (line 63) | public void remove() { method nextNode (line 71) | public Node nextNode() { method skip (line 85) | public void skip(long skipNum) { method getSize (line 94) | public long getSize() { method getPosition (line 101) | public long getPosition() { method seekNext (line 110) | protected Node seekNext() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/FrozenNodeIteratorAdapter.java class FrozenNodeIteratorAdapter (line 30) | public class FrozenNodeIteratorAdapter extends RangeIteratorAdapter impl... method FrozenNodeIteratorAdapter (line 32) | public FrozenNodeIteratorAdapter(VersionIterator iterator) { method nextNode (line 41) | public Node nextNode() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/LazyIteratorChain.java class LazyIteratorChain (line 31) | public class LazyIteratorChain implements Iterator { method chain (line 43) | public static Iterator chain(Iterator> iterators) { method chain (line 54) | public static Iterator chain(Iterator... iterators) { method LazyIteratorChain (line 58) | public LazyIteratorChain(Iterator> iterators) { method LazyIteratorChain (line 63) | public LazyIteratorChain(Iterator... iterators) { method hasNext (line 68) | public boolean hasNext() { method next (line 80) | public T next() { method remove (line 90) | public void remove() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/NodeIterable.java class NodeIterable (line 34) | @Deprecated method NodeIterable (line 47) | public NodeIterable(NodeIterator iterator) { method iterator (line 56) | @SuppressWarnings("unchecked") FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/NodeIteratorAdapter.java class NodeIteratorAdapter (line 31) | public class NodeIteratorAdapter extends RangeIteratorDecorator method NodeIteratorAdapter (line 45) | public NodeIteratorAdapter(RangeIterator iterator) { method NodeIteratorAdapter (line 54) | public NodeIteratorAdapter(Iterator iterator) { method NodeIteratorAdapter (line 58) | public NodeIteratorAdapter(Iterator iterator, long size) { method NodeIteratorAdapter (line 67) | public NodeIteratorAdapter(Collection collection) { method nextNode (line 79) | public Node nextNode() throws NoSuchElementException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/NodeTypeIteratorAdapter.java class NodeTypeIteratorAdapter (line 31) | public class NodeTypeIteratorAdapter extends RangeIteratorDecorator method NodeTypeIteratorAdapter (line 45) | public NodeTypeIteratorAdapter(RangeIterator iterator) { method NodeTypeIteratorAdapter (line 54) | public NodeTypeIteratorAdapter(Iterator iterator) { method NodeTypeIteratorAdapter (line 63) | public NodeTypeIteratorAdapter(Collection collection) { method nextNodeType (line 75) | public NodeType nextNodeType() throws NoSuchElementException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/PropertyIterable.java class PropertyIterable (line 34) | @Deprecated method PropertyIterable (line 47) | public PropertyIterable(PropertyIterator iterator) { method iterator (line 56) | @SuppressWarnings("unchecked") FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/PropertyIteratorAdapter.java class PropertyIteratorAdapter (line 31) | public class PropertyIteratorAdapter extends RangeIteratorDecorator method PropertyIteratorAdapter (line 45) | public PropertyIteratorAdapter(RangeIterator iterator) { method PropertyIteratorAdapter (line 54) | public PropertyIteratorAdapter(Iterator iterator) { method PropertyIteratorAdapter (line 58) | public PropertyIteratorAdapter(Iterator iterator, long size) { method PropertyIteratorAdapter (line 67) | public PropertyIteratorAdapter(Collection collection) { method nextProperty (line 79) | public Property nextProperty() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/RangeIteratorAdapter.java class RangeIteratorAdapter (line 31) | public class RangeIteratorAdapter implements RangeIterator { method RangeIteratorAdapter (line 60) | public RangeIteratorAdapter(Iterator iterator, long size) { method RangeIteratorAdapter (line 71) | public RangeIteratorAdapter(Iterator iterator) { method RangeIteratorAdapter (line 80) | public RangeIteratorAdapter(Collection collection) { method getPosition (line 91) | public long getPosition() { method getSize (line 100) | public long getSize() { method skip (line 111) | public void skip(long n) method hasNext (line 131) | public boolean hasNext() { method next (line 150) | public Object next() throws NoSuchElementException { method remove (line 170) | public void remove() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/RangeIteratorDecorator.java class RangeIteratorDecorator (line 26) | public class RangeIteratorDecorator implements RangeIterator { method RangeIteratorDecorator (line 39) | protected RangeIteratorDecorator(RangeIterator iterator) { method getPosition (line 50) | public long getPosition() { method getSize (line 59) | public long getSize() { method skip (line 69) | public void skip(long n) throws NoSuchElementException { method hasNext (line 81) | public boolean hasNext() { method next (line 91) | public Object next() throws NoSuchElementException { method remove (line 101) | public void remove() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/RowIterable.java class RowIterable (line 34) | @Deprecated method RowIterable (line 47) | public RowIterable(RowIterator iterator) { method iterator (line 56) | @SuppressWarnings("unchecked") FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/RowIteratorAdapter.java class RowIteratorAdapter (line 31) | public class RowIteratorAdapter extends RangeIteratorDecorator method RowIteratorAdapter (line 45) | public RowIteratorAdapter(RangeIterator iterator) { method RowIteratorAdapter (line 54) | public RowIteratorAdapter(Iterator iterator) { method RowIteratorAdapter (line 63) | public RowIteratorAdapter(Collection collection) { method nextRow (line 75) | public Row nextRow() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/SizedIterator.java type SizedIterator (line 27) | public interface SizedIterator extends Iterator { method getSize (line 34) | long getSize(); FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/iterator/VersionIteratorAdapter.java class VersionIteratorAdapter (line 31) | public class VersionIteratorAdapter extends RangeIteratorDecorator method VersionIteratorAdapter (line 45) | public VersionIteratorAdapter(RangeIterator iterator) { method VersionIteratorAdapter (line 54) | public VersionIteratorAdapter(Iterator iterator) { method VersionIteratorAdapter (line 63) | public VersionIteratorAdapter(Collection collection) { method nextVersion (line 75) | public Version nextVersion() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/jackrabbit/SimpleReferenceBinary.java class SimpleReferenceBinary (line 27) | public class SimpleReferenceBinary implements ReferenceBinary { method SimpleReferenceBinary (line 31) | public SimpleReferenceBinary(String reference) { method getReference (line 37) | @Override method getStream (line 44) | @Override method read (line 50) | @Override method getSize (line 57) | @Override method dispose (line 63) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/jackrabbit/authorization/AccessControlUtils.java class AccessControlUtils (line 41) | public class AccessControlUtils { method privilegesFromNames (line 52) | public static Privilege[] privilegesFromNames(Session session, String.... method privilegesFromNames (line 65) | public static Privilege[] privilegesFromNames(AccessControlManager acc... method namesFromPrivileges (line 79) | public static String[] namesFromPrivileges(Privilege... privileges) { method getAccessControlList (line 106) | public static JackrabbitAccessControlList getAccessControlList(Session... method getAccessControlList (line 126) | public static JackrabbitAccessControlList getAccessControlList(AccessC... method addAccessControlEntry (line 162) | public static boolean addAccessControlEntry(Session session, String ab... method addAccessControlEntry (line 182) | public static boolean addAccessControlEntry(Session session, String ab... method grantAllToEveryone (line 207) | public static boolean grantAllToEveryone(Session session, String absPa... method denyAllToEveryone (line 224) | public static boolean denyAllToEveryone(Session session, String absPat... method allow (line 241) | public static boolean allow(Node node, String principalName, String...... method deny (line 262) | public static boolean deny(Node node, String principalName, String... ... method clear (line 284) | public static boolean clear(Session session, String absPath, String pr... method clear (line 330) | public static boolean clear(Node node, String principalName) throws Re... method clear (line 342) | public static boolean clear(Node node) throws RepositoryException { method clear (line 355) | public static boolean clear(Session session, String absPath) throws Re... method getPrincipal (line 368) | public static Principal getPrincipal(Session session, String principal... method getEveryonePrincipal (line 383) | public static Principal getEveryonePrincipal(Session session) throws R... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/jackrabbit/user/AuthorizableQueryManager.java class AuthorizableQueryManager (line 113) | public class AuthorizableQueryManager { method AuthorizableQueryManager (line 123) | public AuthorizableQueryManager(UserManager userManager, ValueFactory ... method execute (line 128) | public Iterator execute(final String query) throws Repos... class QueryTranslator (line 153) | private class QueryTranslator implements JsonHandler { method QueryTranslator (line 157) | public QueryTranslator(QueryBuilder queryBuilder) { method translate (line 167) | public void translate(String query) throws IOException { method object (line 174) | public void object() throws IOException { method endObject (line 178) | public void endObject() throws IOException { method array (line 182) | public void array() throws IOException { method endArray (line 186) | public void endArray() throws IOException { method key (line 190) | public void key(String s) throws IOException { method value (line 194) | public void value(String s) throws IOException { method value (line 198) | public void value(boolean b) throws IOException { method value (line 202) | public void value(long l) throws IOException { method value (line 206) | public void value(double v) throws IOException { method valueFor (line 210) | private Value valueFor(String s) { method valueFor (line 214) | private Value valueFor(boolean b) { method valueFor (line 218) | private Value valueFor(long l) { method valueFor (line 222) | private Value valueFor(double v) { class HandlerBase (line 228) | private class HandlerBase implements JsonHandler { method object (line 230) | public void object() throws IOException { method endObject (line 234) | public void endObject() throws IOException { method array (line 238) | public void array() throws IOException { method endArray (line 242) | public void endArray() throws IOException { method key (line 246) | public void key(String s) throws IOException { method value (line 250) | public void value(String s) throws IOException { method value (line 254) | public void value(boolean b) throws IOException { method value (line 258) | public void value(long l) throws IOException { method value (line 262) | public void value(double v) throws IOException { class ClausesHandler (line 269) | private class ClausesHandler extends HandlerBase { method object (line 272) | @Override method endObject (line 277) | @Override method array (line 282) | @Override method endArray (line 287) | @Override method key (line 292) | @Override method value (line 297) | @Override method selectorFor (line 306) | private Class selectorFor(String selector)... method handlerFor (line 318) | private JsonHandler handlerFor(String key) throws IOException { class ScopeHandler (line 335) | private class ScopeHandler extends HandlerBase { method endObject (line 340) | @Override method key (line 350) | @Override method value (line 355) | @Override method value (line 364) | @Override class ConditionHandler (line 376) | private class ConditionHandler extends HandlerBase { method object (line 379) | @Override method array (line 386) | @Override method endArray (line 393) | @Override class ConditionBase (line 414) | private abstract class ConditionBase extends HandlerBase { method getCondition (line 415) | public abstract T getCondition(); class CompoundHandler (line 420) | private class CompoundHandler extends ConditionBase { method object (line 423) | @Override method endArray (line 430) | @Override method getCondition (line 439) | @Override class PrimitiveHandler (line 453) | private class PrimitiveHandler extends ConditionBase { method object (line 459) | @Override method endObject (line 475) | @Override method key (line 490) | @Override method value (line 495) | @Override method hasCondition (line 513) | private boolean hasCondition() { method getCondition (line 517) | @Override class RelOpHandler (line 525) | private class RelOpHandler extends ConditionBase { method RelOpHandler (line 535) | public RelOpHandler(String op) { method endObject (line 539) | @Override method key (line 580) | @Override method value (line 585) | @Override method value (line 601) | @Override method value (line 610) | @Override method value (line 619) | @Override method getCondition (line 628) | @Override class OrderHandler (line 636) | private class OrderHandler extends HandlerBase { method endObject (line 642) | @Override method key (line 654) | @Override method value (line 659) | @Override method directionFor (line 672) | private QueryBuilder.Direction directionFor(String direction) thro... class LimitHandler (line 685) | private class LimitHandler extends HandlerBase { method endObject (line 691) | @Override method key (line 703) | @Override method value (line 708) | @Override method value (line 717) | @Override method value (line 726) | @Override method value (line 739) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/json/JsonHandler.java type JsonHandler (line 26) | @Deprecated(since="2.24.0") method object (line 34) | void object() throws IOException; method endObject (line 41) | void endObject() throws IOException; method array (line 48) | void array() throws IOException; method endArray (line 55) | void endArray() throws IOException; method key (line 63) | void key(String key) throws IOException; method value (line 71) | void value(String value) throws IOException; method value (line 79) | void value(boolean value) throws IOException; method value (line 87) | void value(long value) throws IOException; method value (line 95) | void value(double value) throws IOException; FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/json/JsonParser.java class JsonParser (line 34) | @Deprecated(since="2.24.0") method JsonParser (line 55) | public JsonParser(JsonHandler jsonHandler) { method parse (line 64) | public void parse(String str) throws IOException { method parse (line 74) | public void parse(InputStream input, String charSetName) throws IOExce... method parse (line 83) | public void parse(Reader reader) throws IOException { method nextString (line 205) | private static String nextString(Reader r, char quote) throws IOExcept... method next (line 252) | private static String next(Reader r, int n) throws IOException { method readIgnoreWhitespace (line 271) | private static int readIgnoreWhitespace(Reader reader) throws IOExcept... method resetValue (line 279) | private StringBuffer resetValue(StringBuffer value) throws IOException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/json/JsonUtil.java class JsonUtil (line 22) | public class JsonUtil { method getJsonString (line 31) | public static String getJsonString(String str) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/observation/EventTracker.java class EventTracker (line 33) | class EventTracker implements Event { method EventTracker (line 43) | public EventTracker(ListenerTracker listenerTracker, Event event) { method userInfoAccessed (line 48) | private void userInfoAccessed() { method dateInfoAccessed (line 63) | private void dateInfoAccessed() { method eventIsExternal (line 78) | protected boolean eventIsExternal() { method toString (line 82) | @Override method hashCode (line 87) | @Override method equals (line 92) | @Override method getType (line 105) | @Override method getPath (line 110) | @Override method getUserID (line 115) | @Override method getIdentifier (line 121) | @Override method getInfo (line 126) | @Override method getUserData (line 131) | @Override method getDate (line 137) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/observation/JackrabbitEventTracker.java class JackrabbitEventTracker (line 25) | class JackrabbitEventTracker extends EventTracker method JackrabbitEventTracker (line 28) | public JackrabbitEventTracker(ListenerTracker listener, Event event) { method eventIsExternal (line 32) | @Override method isExternal (line 39) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/observation/ListenerTracker.java class ListenerTracker (line 47) | public class ListenerTracker { method ListenerTracker (line 96) | public ListenerTracker( method warn (line 115) | protected void warn(String message) { method beforeEventDelivery (line 124) | protected void beforeEventDelivery() { method afterEventDelivery (line 134) | protected void afterEventDelivery() { method recordQueueLength (line 142) | public void recordQueueLength(long length) { method recordQueueLength (line 154) | public void recordQueueLength(long length, long headTimestamp) { method recordOneSecond (line 164) | public void recordOneSecond() { method recordProducerTime (line 178) | public void recordProducerTime(long time, TimeUnit unit) { method getTrackedListener (line 182) | public EventListener getTrackedListener() { method getListenerMBean (line 236) | public EventListenerMBean getListenerMBean() { method toString (line 362) | @Override method copy (line 398) | private static String[] copy(String[] array) { method sum (line 408) | private static long sum(TimeSeriesRecorder timeSeries) { method sum (line 418) | private static long sum(long[] values, long missing) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/packaging/ContentPackage.java type ContentPackage (line 24) | public interface ContentPackage { method getItems (line 26) | Iterator getItems(Session session) throws RepositoryException; FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/packaging/ContentPackageExporter.java type ContentPackageExporter (line 23) | public interface ContentPackageExporter { method export (line 25) | void export(ContentPackage description, OutputStream out) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/packaging/FilterContentPackage.java class FilterContentPackage (line 33) | public class FilterContentPackage implements ContentPackage { method addContent (line 39) | public void addContent(String path, Predicate filterList) { method addContent (line 43) | public void addContent(String[] paths, Predicate filterList) { method getItems (line 50) | public Iterator getItems(Session session) class Content (line 55) | protected static class Content { method Content (line 59) | public Content(String[] paths, Predicate filterList) { class FilteringIterator (line 65) | public static class FilteringIterator implements Iterator { method FilteringIterator (line 97) | public FilteringIterator(final Session session, method hasNext (line 108) | public boolean hasNext() { method checkForNextNode (line 120) | protected boolean checkForNextNode() throws RepositoryException { method next (line 181) | public Object next() { method remove (line 193) | public void remove() { method isIncludeProperties (line 198) | public boolean isIncludeProperties() { method setIncludeProperties (line 202) | public void setIncludeProperties(boolean includeProperties) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/DeclaringTypePredicate.java class DeclaringTypePredicate (line 28) | public class DeclaringTypePredicate extends DepthPredicate { method DeclaringTypePredicate (line 47) | public DeclaringTypePredicate(String nodeType, boolean propsOnly, method DeclaringTypePredicate (line 59) | public DeclaringTypePredicate(String nodeType, boolean propsOnly) { method matches (line 69) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/DepthPredicate.java class DepthPredicate (line 26) | public class DepthPredicate implements Predicate { method DepthPredicate (line 43) | public DepthPredicate(int minDepth, int maxDepth) { method evaluate (line 54) | public boolean evaluate(Object item) { method matches (line 74) | protected boolean matches(Item item) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/IsMandatoryPredicate.java class IsMandatoryPredicate (line 28) | public class IsMandatoryPredicate extends DepthPredicate { method IsMandatoryPredicate (line 32) | public IsMandatoryPredicate() { method IsMandatoryPredicate (line 36) | public IsMandatoryPredicate(boolean isMandatory, int minDepth, int max... method IsMandatoryPredicate (line 41) | public IsMandatoryPredicate(boolean isMandatory) { method matches (line 48) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/IsNodePredicate.java class IsNodePredicate (line 26) | public class IsNodePredicate extends DepthPredicate { method IsNodePredicate (line 36) | public IsNodePredicate() { method IsNodePredicate (line 50) | public IsNodePredicate(boolean polarity, int minDepth, int maxDepth) { method IsNodePredicate (line 60) | public IsNodePredicate(boolean polarity) { method matches (line 69) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/NamePredicate.java class NamePredicate (line 26) | public class NamePredicate extends DepthPredicate { method NamePredicate (line 39) | public NamePredicate(String name, int minDepth, int maxDepth) { method NamePredicate (line 48) | public NamePredicate(String name) { method matches (line 57) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/NodeTypePredicate.java class NodeTypePredicate (line 27) | public class NodeTypePredicate extends DepthPredicate { method NodeTypePredicate (line 46) | public NodeTypePredicate(String nodeType, boolean respectSupertype, method NodeTypePredicate (line 58) | public NodeTypePredicate(String nodeType, boolean respectSupertype) { method matches (line 69) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/NtFilePredicate.java class NtFilePredicate (line 31) | public class NtFilePredicate implements Predicate { method NtFilePredicate (line 51) | public NtFilePredicate() { method NtFilePredicate (line 55) | public NtFilePredicate(boolean ignoreEncoding, boolean ignoreMimeType) { method isIgnoreEncoding (line 64) | public boolean isIgnoreEncoding() { method isIgnoreMimeType (line 72) | public boolean isIgnoreMimeType() { method evaluate (line 80) | public boolean evaluate(Object item) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/PathPredicate.java class PathPredicate (line 28) | public class PathPredicate implements Predicate { method PathPredicate (line 47) | public PathPredicate(String pattern) { method evaluate (line 67) | public boolean evaluate(Object item) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/Predicate.java type Predicate (line 23) | public interface Predicate { method evaluate (line 31) | boolean evaluate(Object object); method evaluate (line 37) | public boolean evaluate(Object object) { method evaluate (line 46) | public boolean evaluate(Object object) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/Predicates.java class Predicates (line 24) | public class Predicates { method and (line 34) | public static Predicate and(final Predicate... predicates) { method or (line 55) | public static Predicate or(final Predicate... predicates) { method not (line 76) | public static Predicate not(final Predicate predicate) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/predicate/RowPredicate.java class RowPredicate (line 31) | public class RowPredicate implements Predicate { method RowPredicate (line 44) | public RowPredicate(String selectorName) { method RowPredicate (line 51) | public RowPredicate() { method evaluate (line 59) | public boolean evaluate(Object object) { method evaluate (line 76) | protected boolean evaluate(Row row) throws RepositoryException { method evaluate (line 88) | protected boolean evaluate(Node node) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/GQL.java class GQL (line 139) | public final class GQL { method GQL (line 285) | private GQL(String statement, Session session, method execute (line 300) | public static RowIterator execute(String statement, method execute (line 313) | public static RowIterator execute(String statement, method execute (line 328) | public static RowIterator execute(String statement, method executeXPath (line 346) | public static RowIterator executeXPath(String jcrQuery, method translateToXPath (line 363) | public static String translateToXPath(String statement, method parse (line 379) | public static void parse(String statement, type Filter (line 390) | public interface Filter { method include (line 402) | public boolean include(Row row) throws RepositoryException; type ParserCallback (line 409) | public interface ParserCallback { method term (line 421) | public void term(String property, String value, boolean optional) method execute (line 432) | private RowIterator execute() { method executeJcrQuery (line 443) | private RowIterator executeJcrQuery(String jcrQuery, String jcrQueryLa... method translateStatement (line 477) | private String translateStatement() throws RepositoryException { method collectNodeTypes (line 515) | private void collectNodeTypes(String ntName) method addTypeConstraint (line 558) | private void addTypeConstraint(Expression expr) { method resolveNodeTypeName (line 574) | private String[] resolveNodeTypeName(String ntName) method resolvePropertyName (line 623) | private String resolvePropertyName(String name) method resolveChildNodeName (line 670) | private String resolveChildNodeName(String name) method isPrefixed (line 708) | private static boolean isPrefixed(String name) { method parse (line 719) | private void parse(ParserCallback callback) throws RepositoryException { method pushExpression (line 809) | private void pushExpression(String property, method checkProhibited (line 890) | private static String checkProhibited(String value) { type Expression (line 901) | private interface Expression { method toString (line 903) | void toString(StringBuffer buffer) throws RepositoryException; class PropertyExpression (line 909) | private abstract class PropertyExpression implements Expression { method PropertyExpression (line 915) | PropertyExpression(String property, String value) { class ValueComparison (line 924) | private abstract class ValueComparison extends PropertyExpression { method ValueComparison (line 926) | ValueComparison(String property, String value) { method toString (line 930) | public void toString(StringBuffer buffer) class MixinComparision (line 941) | private class MixinComparision extends ValueComparison { method MixinComparision (line 943) | MixinComparision(String value) { class PrimaryTypeComparision (line 951) | private class PrimaryTypeComparision extends ValueComparison { method PrimaryTypeComparision (line 953) | PrimaryTypeComparision(String value) { class NameExpression (line 961) | private static class NameExpression implements Expression { method NameExpression (line 965) | NameExpression(String value) { method toString (line 974) | public void toString(StringBuffer buffer) class ContainsExpression (line 985) | private final class ContainsExpression extends PropertyExpression { method ContainsExpression (line 989) | ContainsExpression(String property, String value) { method toString (line 994) | public void toString(StringBuffer buffer) class NAryExpression (line 1055) | private abstract class NAryExpression implements Expression { method toString (line 1059) | public void toString(StringBuffer buffer) method addOperand (line 1075) | void addOperand(Expression expr) { method getSize (line 1079) | int getSize() { method getOperation (line 1083) | protected abstract String getOperation(); class RequiredExpression (line 1089) | private class RequiredExpression extends NAryExpression { method getOperation (line 1091) | protected String getOperation() { class OptionalExpression (line 1099) | private class OptionalExpression extends NAryExpression { method getOperation (line 1101) | protected String getOperation() { class OrderByExpression (line 1109) | private class OrderByExpression implements Expression { method OrderByExpression (line 1113) | OrderByExpression() { method OrderByExpression (line 1117) | OrderByExpression(String value) { method toString (line 1121) | public void toString(StringBuffer buffer) method createPropertyName (line 1161) | private String createPropertyName(String name) { method defaultOrderBy (line 1180) | private void defaultOrderBy(StringBuffer buffer) { class RowAdapter (line 1188) | private static final class RowAdapter implements Row { method RowAdapter (line 1194) | private RowAdapter(Row row, String excerptPath) { method getValues (line 1199) | public Value[] getValues() throws RepositoryException { method getValue (line 1203) | public Value getValue(String propertyName) throws ItemNotFoundExcept... method getNode (line 1210) | public Node getNode() throws RepositoryException { method getNode (line 1214) | public Node getNode(String selectorName) throws RepositoryException { method getPath (line 1218) | public String getPath() throws RepositoryException { method getPath (line 1222) | public String getPath(String selectorName) throws RepositoryException { method getScore (line 1226) | public double getScore() throws RepositoryException { method getScore (line 1230) | public double getScore(String selectorName) throws RepositoryExcepti... class RowIterAdapter (line 1238) | private final class RowIterAdapter extends RowIteratorAdapter { method RowIterAdapter (line 1242) | public RowIterAdapter(RangeIterator rangeIterator, long size) { method RowIterAdapter (line 1247) | public RowIterAdapter(Collection collection, long size) { method nextRow (line 1252) | public Row nextRow() { method getSize (line 1262) | public long getSize() { class FilteredRowIterator (line 1270) | private final class FilteredRowIterator implements RowIterator { method FilteredRowIterator (line 1292) | public FilteredRowIterator(RowIterator rows) { method skip (line 1300) | public void skip(long skipNum) { method getSize (line 1309) | public long getSize() { method getPosition (line 1316) | public long getPosition() { method next (line 1323) | public Object next() { method remove (line 1330) | public void remove() { method nextRow (line 1337) | public Row nextRow() { method hasNext (line 1353) | public boolean hasNext() { method fetchNext (line 1360) | private void fetchNext() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/QueryObjectModelBuilder.java type QueryObjectModelBuilder (line 29) | public interface QueryObjectModelBuilder { method createQueryObjectModel (line 42) | public QueryObjectModel createQueryObjectModel(String statement, method canHandle (line 55) | boolean canHandle(String language); method getSupportedLanguages (line 62) | String[] getSupportedLanguages(); method toString (line 74) | String toString(QueryObjectModel qom) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/QueryObjectModelBuilderRegistry.java class QueryObjectModelBuilderRegistry (line 33) | public class QueryObjectModelBuilderRegistry { method getQueryObjectModelBuilder (line 67) | public static QueryObjectModelBuilder getQueryObjectModelBuilder(Strin... method getSupportedLanguages (line 83) | public static String[] getSupportedLanguages() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/qom/JoinType.java type JoinType (line 31) | public enum JoinType { method JoinType (line 46) | private JoinType(String name, String sql) { method join (line 61) | public Join join( method formatSql (line 78) | public String formatSql(Object left, Object right, Object condition) { method toString (line 88) | public String toString() { method getJoinTypeByName (line 99) | public static JoinType getJoinTypeByName(String name) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/qom/OperandEvaluator.java class OperandEvaluator (line 48) | public class OperandEvaluator { method OperandEvaluator (line 68) | public OperandEvaluator( method OperandEvaluator (line 83) | public OperandEvaluator( method getValue (line 100) | public Value getValue(StaticOperand operand, int type) method getValue (line 125) | public Value getValue(StaticOperand operand) throws RepositoryException { method getValue (line 155) | public Value getValue(Operand operand, Row row) throws RepositoryExcep... method getValues (line 179) | public Value[] getValues(Operand operand, Row row) method getValues (line 221) | public Value[] getValues(Operand operand, Node node) method getLengthValues (line 268) | private Value[] getLengthValues(Length operand, Row row) method getLengthValues (line 295) | private Value[] getLengthValues(Length operand, Node n) method getLowerCaseValues (line 321) | private Value[] getLowerCaseValues(LowerCase operand, Row row) method getLowerCaseValues (line 342) | private Value[] getLowerCaseValues(LowerCase operand, Node node) method getUpperCaseValues (line 363) | private Value[] getUpperCaseValues(UpperCase operand, Row row) method getUpperCaseValues (line 384) | private Value[] getUpperCaseValues(UpperCase operand, Node node) method getNodeLocalNameValues (line 405) | private Value[] getNodeLocalNameValues(NodeLocalName operand, Row row) method getNodeLocalNameValues (line 421) | private Value[] getNodeLocalNameValues(NodeLocalName operand, Node node) method getPropertyValues (line 445) | private Value[] getPropertyValues(PropertyValue operand, Row row) method getPropertyValues (line 457) | private Value[] getPropertyValues(PropertyValue operand, Node node) method getProperty (line 480) | private Property getProperty(PropertyValue operand, Row row) method getProperty (line 496) | private Property getProperty(PropertyValue operand, Node node) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/qom/Operator.java type Operator (line 31) | public enum Operator { method Operator (line 62) | private Operator(String name, String op) { method Operator (line 66) | private Operator(String name, String xpath, String sql) { method comparison (line 81) | public Comparison comparison( method formatXpath (line 97) | public String formatXpath(String a, String b) { method formatSql (line 113) | public String formatSql(String a, String b) { method toString (line 123) | public String toString() { method getAllQueryOperators (line 132) | public static String[] getAllQueryOperators() { method getOperatorByName (line 151) | public static Operator getOperatorByName(String name) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/qom/Order.java type Order (line 26) | public enum Order { method Order (line 37) | private Order(String name) { method getName (line 44) | public String getName() { method getOrderByName (line 56) | public static Order getOrderByName(String name) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/sql2/Parser.java class Parser (line 49) | public class Parser { method Parser (line 91) | public Parser(QueryObjectModelFactory factory, ValueFactory valueFacto... method createQueryObjectModel (line 103) | public QueryObjectModel createQueryObjectModel(String query) throws Re... method parseSelector (line 130) | private Selector parseSelector() throws RepositoryException { method readName (line 140) | private String readName() throws RepositoryException { method parseSource (line 167) | private Source parseSource() throws RepositoryException { method parseJoinCondition (line 194) | private JoinCondition parseJoinCondition() throws RepositoryException { method parseConstraint (line 232) | private Constraint parseConstraint() throws RepositoryException { method parseAnd (line 240) | private Constraint parseAnd() throws RepositoryException { method parseCondition (line 248) | private Constraint parseCondition() throws RepositoryException { method parseCondition (line 281) | private Constraint parseCondition(DynamicOperand left) throws Reposito... method getPropertyExistence (line 329) | private PropertyExistence getPropertyExistence(PropertyValue p) throws... method parseConditionFuntionIf (line 333) | private Constraint parseConditionFuntionIf(String functionName) throws... method readPath (line 383) | private String readPath() throws RepositoryException { method parseDynamicOperand (line 387) | private DynamicOperand parseDynamicOperand() throws RepositoryException { method parseExpressionFunction (line 397) | private DynamicOperand parseExpressionFunction(String functionName) th... method parsePropertyValue (line 430) | private PropertyValue parsePropertyValue(String name) throws Repositor... method parseStaticOperand (line 438) | private StaticOperand parseStaticOperand() throws RepositoryException { method getUncastLiteral (line 511) | private Literal getUncastLiteral(Value value) throws RepositoryExcepti... method parseCastAs (line 515) | private Value parseCastAs(Value value) throws RepositoryException { method parseOrder (line 545) | private Ordering[] parseOrder() throws RepositoryException { method parseColumns (line 563) | private ArrayList parseColumns() throws RepositoryEx... method resolveColumns (line 595) | private Column[] resolveColumns(int columnParseIndex, ArrayList parameters) { method ProxyRepository (line 79) | public ProxyRepository(String uri) { method ProxyRepository (line 88) | protected ProxyRepository() { method getRepository (line 99) | protected Repository getRepository() throws RepositoryException { method getDescriptorKeys (line 113) | public String[] getDescriptorKeys() { method isSingleValueDescriptor (line 130) | public boolean isSingleValueDescriptor(String key) { method getDescriptor (line 146) | public String getDescriptor(String key) { method getDescriptorValue (line 162) | public Value getDescriptorValue(String key) { method getDescriptorValues (line 178) | public Value[] getDescriptorValues(String key) { method login (line 196) | public Session login(Credentials credentials, String workspace) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/repository/RepositoryFactory.java type RepositoryFactory (line 27) | public interface RepositoryFactory { method getRepository (line 35) | Repository getRepository() throws RepositoryException; FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/repository/SingletonRepositoryFactory.java class SingletonRepositoryFactory (line 24) | public class SingletonRepositoryFactory implements RepositoryFactory { method SingletonRepositoryFactory (line 36) | public SingletonRepositoryFactory(Repository repository) { method getRepository (line 45) | public Repository getRepository() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/visitor/FilteringItemVisitor.java class FilteringItemVisitor (line 31) | public abstract class FilteringItemVisitor implements ItemVisitor { method setMaxLevel (line 73) | public void setMaxLevel(final int ml) { method setBreadthFirst (line 77) | public void setBreadthFirst(final boolean flag) { method setWalkProperties (line 90) | public void setWalkProperties(final boolean flag) { method setIncludePredicate (line 94) | public void setIncludePredicate(final Predicate ip) { method setTraversalPredicate (line 98) | public void setTraversalPredicate(final Predicate tp) { method entering (line 110) | protected abstract void entering(Property property, int level) method entering (line 121) | protected abstract void entering(Node node, int level) method leaving (line 132) | protected abstract void leaving(Property property, int level) method leaving (line 143) | protected abstract void leaving(Node node, int level) method visit (line 159) | public void visit(Property property) throws RepositoryException { method visit (line 178) | public void visit(Node node) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/AtomFeedConstants.java type AtomFeedConstants (line 25) | public interface AtomFeedConstants { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/EventUtil.java class EventUtil (line 26) | public abstract class EventUtil { method isValidEventName (line 101) | public static boolean isValidEventName(String eventName) { method getJcrEventType (line 114) | public static int getJcrEventType(String eventName) { method getEventName (line 141) | public static String getEventName(int jcrEventType) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/JcrRemotingConstants.java type JcrRemotingConstants (line 23) | public interface JcrRemotingConstants { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/JcrValueType.java class JcrValueType (line 24) | public class JcrValueType { method contentTypeFromType (line 75) | public static String contentTypeFromType(int propertyType) { method typeFromContentType (line 79) | public static int typeFromContentType(String contentType) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/NodeTypeConstants.java type NodeTypeConstants (line 25) | public interface NodeTypeConstants { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/NodeTypeUtil.java class NodeTypeUtil (line 33) | public class NodeTypeUtil implements NodeTypeConstants { method ntNameToXml (line 35) | public static Element ntNameToXml(String nodeTypeName, Document docume... method ntNamesFromXml (line 44) | public static Collection ntNamesFromXml(Object propValue) { method retrieveNodeTypeNames (line 57) | private static Set retrieveNodeTypeNames(List elementList) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/QueryUtil.java class QueryUtil (line 33) | public class QueryUtil implements JcrRemotingConstants { method parseResultPropertyValue (line 35) | public static void parseResultPropertyValue(Object propValue, method parseColumnElement (line 54) | private static void parseColumnElement(Element columnElement, FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/webdav/ValueUtil.java class ValueUtil (line 37) | public class ValueUtil { method valueToXml (line 39) | public static Element valueToXml(Value jcrValue, Document document) th... method valuesFromXml (line 56) | public static Value[] valuesFromXml(Object propValue, int defaultType,... method isValueElement (line 88) | private static boolean isValueElement(Object obj) { method getJcrValue (line 100) | private static Value getJcrValue(Element valueElement, int defaultType, method lengthsFromXml (line 114) | public static long[] lengthsFromXml(Object propValue) throws Repositor... method isLengthElement (line 146) | private static boolean isLengthElement(Object obj) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/DefaultContentHandler.java class DefaultContentHandler (line 31) | public class DefaultContentHandler extends DefaultHandler { method DefaultContentHandler (line 44) | public DefaultContentHandler(ContentHandler handler) { method characters (line 58) | public void characters(char[] ch, int start, int length) method endDocument (line 68) | public void endDocument() throws SAXException { method endElement (line 80) | public void endElement( method endPrefixMapping (line 92) | public void endPrefixMapping(String prefix) throws SAXException { method ignorableWhitespace (line 104) | public void ignorableWhitespace(char[] ch, int start, int length) method processingInstruction (line 116) | public void processingInstruction(String target, String data) method setDocumentLocator (line 126) | public void setDocumentLocator(Locator locator) { method skippedEntity (line 136) | public void skippedEntity(String name) throws SAXException { method startDocument (line 145) | public void startDocument() throws SAXException { method startElement (line 158) | public void startElement( method startPrefixMapping (line 171) | public void startPrefixMapping(String prefix, String uri) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/DocumentViewExporter.java class DocumentViewExporter (line 37) | public class DocumentViewExporter extends Exporter { method DocumentViewExporter (line 47) | public DocumentViewExporter( method exportNode (line 58) | protected void exportNode(String uri, String local, Node node) method exportProperty (line 85) | protected void exportProperty(String uri, String local, Value value) method exportProperty (line 101) | protected void exportProperty( FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/Exporter.java class Exporter (line 54) | public abstract class Exporter { method Exporter (line 111) | protected Exporter( method export (line 133) | public void export(Node node) throws RepositoryException, SAXException { method exportNode (line 166) | protected abstract void exportNode(String uri, String local, Node node) method exportProperty (line 179) | protected abstract void exportProperty( method exportProperty (line 194) | protected abstract void exportProperty( method exportNodes (line 207) | protected void exportNodes(Node node) method exportProperties (line 239) | protected void exportProperties(Node node) method exportNode (line 282) | private void exportNode(Node node) method getProperties (line 308) | private SortedMap getProperties(Node node) throws RepositoryException { method exportProperty (line 329) | private void exportProperty(Map properties, String name) method exportProperty (line 347) | private void exportProperty(String name, Property property) method characters (line 385) | protected void characters(char[] ch, int start, int length) method addAttribute (line 398) | protected void addAttribute(String uri, String local, String value) method startElement (line 416) | protected void startElement(String uri, String local) method endElement (line 450) | protected void endElement(String uri, String local) method getXMLName (line 474) | protected String getXMLName(String uri, String local) method addNamespace (line 497) | protected String addNamespace(String hint, String uri) { method getPrefix (line 513) | private String getPrefix(String uri) { method getUniquePrefix (line 534) | private String getUniquePrefix(String hint) { method prefixExists (line 550) | private boolean prefixExists(String prefix) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/ParsingContentHandler.java class ParsingContentHandler (line 37) | public class ParsingContentHandler extends DefaultContentHandler { method ParsingContentHandler (line 52) | public ParsingContentHandler(ContentHandler handler) { method parse (line 65) | public void parse(InputStream in) throws IOException, SAXException { method resolveEntity (line 77) | public InputSource resolveEntity(String publicId, String systemId) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/ProxyContentHandler.java class ProxyContentHandler (line 35) | public class ProxyContentHandler extends DefaultHandler { method ProxyContentHandler (line 49) | public ProxyContentHandler(ContentHandler handler) { method characters (line 63) | public void characters(char[] ch, int start, int length) method endDocument (line 73) | public void endDocument() throws SAXException { method endElement (line 85) | public void endElement( method endPrefixMapping (line 97) | public void endPrefixMapping(String prefix) throws SAXException { method ignorableWhitespace (line 109) | public void ignorableWhitespace(char[] ch, int start, int length) method processingInstruction (line 121) | public void processingInstruction(String target, String data) method setDocumentLocator (line 131) | public void setDocumentLocator(Locator locator) { method skippedEntity (line 141) | public void skippedEntity(String name) throws SAXException { method startDocument (line 150) | public void startDocument() throws SAXException { method startElement (line 163) | public void startElement( method startPrefixMapping (line 176) | public void startPrefixMapping(String prefix, String uri) method toString (line 183) | public String toString() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/SerializingContentHandler.java class SerializingContentHandler (line 60) | public class SerializingContentHandler extends DefaultContentHandler { method needsXmlnsAttributes (line 99) | private static boolean needsXmlnsAttributes() { method getSerializer (line 123) | public static DefaultHandler getSerializer(OutputStream output) method getSerializer (line 135) | public static DefaultHandler getSerializer(Writer writer) method getSerializer (line 147) | public static DefaultHandler getSerializer(Result result) method SerializingContentHandler (line 211) | private SerializingContentHandler(ContentHandler handler) { method startDocument (line 215) | public void startDocument() throws SAXException { method startPrefixMapping (line 227) | public void startPrefixMapping(String prefix, String uri) throws SAXEx... method checkPrefixMapping (line 261) | private void checkPrefixMapping(String uri, String qname) method startElement (line 299) | public void startElement( method endElement (line 378) | public void endElement(String eltUri, String eltLocalName, String eltQ... method endPrefixMapping (line 401) | public void endPrefixMapping(String prefix) throws SAXException { method endDocument (line 427) | public void endDocument() throws SAXException { method clearMappings (line 435) | private void clearMappings() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/SystemViewExporter.java class SystemViewExporter (line 37) | public class SystemViewExporter extends Exporter { method SystemViewExporter (line 63) | public SystemViewExporter( method exportNode (line 73) | protected void exportNode(String uri, String local, Node node) method exportProperty (line 85) | protected void exportProperty(String uri, String local, Value value) method exportProperty (line 99) | protected void exportProperty( method exportValue (line 119) | private void exportValue(Value value) method mustSendBinary (line 166) | private boolean mustSendBinary(Value value) throws RepositoryException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/ToXmlContentHandler.java class ToXmlContentHandler (line 52) | public class ToXmlContentHandler extends DefaultHandler { method ToXmlContentHandler (line 89) | public ToXmlContentHandler(OutputStream stream, String encoding) method ToXmlContentHandler (line 101) | public ToXmlContentHandler(OutputStream stream) { method ToXmlContentHandler (line 112) | public ToXmlContentHandler(Writer writer) { method ToXmlContentHandler (line 122) | public ToXmlContentHandler() { method write (line 128) | private void write(char[] ch, int start, int length, boolean attribute) method closeStartTagIfOpen (line 152) | private void closeStartTagIfOpen() throws SAXException { method startDocument (line 169) | public void startDocument() throws SAXException { method endDocument (line 176) | public void endDocument() throws SAXException { method processingInstruction (line 187) | public void processingInstruction(String target, String data) method startElement (line 207) | public void startElement( method characters (line 232) | public void characters(char[] ch, int start, int length) method ignorableWhitespace (line 241) | public void ignorableWhitespace(char[] ch, int start, int length) method endElement (line 249) | public void endElement( method toString (line 275) | public String toString() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/XMLFactories.java class XMLFactories (line 28) | public class XMLFactories { method XMLFactories (line 30) | private XMLFactories() { method safeDocumentBuilderFactory (line 36) | public static DocumentBuilderFactory safeDocumentBuilderFactory() { method nonResolvingEntityResolver (line 71) | public static EntityResolver nonResolvingEntityResolver() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/xml/XmlnsContentHandler.java class XmlnsContentHandler (line 33) | public class XmlnsContentHandler extends ProxyContentHandler { method XmlnsContentHandler (line 46) | public XmlnsContentHandler(ContentHandler handler) { method startPrefixMapping (line 56) | public void startPrefixMapping(String prefix, String uri) method startElement (line 66) | public void startElement( FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/QueryStatCore.java type QueryStatCore (line 24) | public interface QueryStatCore extends QueryStat { method logQuery (line 37) | void logQuery(final String language, final String statement, long dura... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/QueryStatDtoComparator.java class QueryStatDtoComparator (line 27) | public class QueryStatDtoComparator implements Comparator { method compare (line 28) | public int compare(QueryStatDto o1, QueryStatDto o2) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/QueryStatDtoImpl.java class QueryStatDtoImpl (line 28) | public class QueryStatDtoImpl implements QueryStatDto { method QueryStatDtoImpl (line 62) | public QueryStatDtoImpl(final String language, final String statement, method getDuration (line 73) | public long getDuration() { method getLanguage (line 77) | public String getLanguage() { method getStatement (line 81) | public String getStatement() { method getCreationTime (line 85) | public String getCreationTime() { method getPosition (line 89) | public long getPosition() { method setPosition (line 93) | public void setPosition(long position) { method toString (line 97) | @Override method getOccurrenceCount (line 104) | public int getOccurrenceCount() { method setOccurrenceCount (line 108) | public void setOccurrenceCount(int occurrenceCount) { method hashCode (line 112) | @Override method equals (line 123) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/QueryStatDtoOccurrenceComparator.java class QueryStatDtoOccurrenceComparator (line 27) | public class QueryStatDtoOccurrenceComparator implements method compare (line 29) | public int compare(QueryStatDtoImpl o1, QueryStatDtoImpl o2) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/QueryStatImpl.java class QueryStatImpl (line 31) | public class QueryStatImpl implements QueryStatCore { class BoundedPriorityBlockingQueue (line 49) | private static final class BoundedPriorityBlockingQueue extends method BoundedPriorityBlockingQueue (line 55) | public BoundedPriorityBlockingQueue(int maxSize, method offer (line 61) | @Override method setMaxSize (line 73) | public synchronized void setMaxSize(int maxSize) { method getMaxSize (line 87) | public int getMaxSize() { method QueryStatImpl (line 94) | public QueryStatImpl() { method getSlowQueriesQueueSize (line 97) | public int getSlowQueriesQueueSize() { method setSlowQueriesQueueSize (line 101) | public void setSlowQueriesQueueSize(int size) { method isEnabled (line 105) | public boolean isEnabled() { method setEnabled (line 109) | public synchronized void setEnabled(boolean enabled) { method logQuery (line 113) | public void logQuery(final String language, final String statement, method clearSlowQueriesQueue (line 136) | public void clearSlowQueriesQueue() { method getSlowQueries (line 140) | public QueryStatDto[] getSlowQueries() { method getPopularQueries (line 150) | public QueryStatDto[] getPopularQueries() { method getPopularQueriesQueueSize (line 170) | public int getPopularQueriesQueueSize() { method setPopularQueriesQueueSize (line 174) | public void setPopularQueriesQueueSize(int size) { method clearPopularQueriesQueue (line 178) | public void clearPopularQueriesQueue() { method reset (line 182) | public void reset() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/RepositoryStatisticsImpl.java class RepositoryStatisticsImpl (line 31) | public class RepositoryStatisticsImpl implements method RepositoryStatisticsImpl (line 40) | public RepositoryStatisticsImpl() { method createAvg (line 58) | private void createAvg(Type count, Type duration, Type avgTs) { method RepositoryStatisticsImpl (line 63) | public RepositoryStatisticsImpl(ScheduledExecutorService executor) { method iterator (line 72) | public synchronized Iterator> iterator() { method getCounter (line 79) | public AtomicLong getCounter(Type type) { method getCounter (line 83) | public AtomicLong getCounter(String type, boolean resetValueEachSecond) { method getTimeSeries (line 87) | public TimeSeries getTimeSeries(Type type) { method getTimeSeries (line 91) | public TimeSeries getTimeSeries(String type, boolean resetValueEachSec... method getOrCreateRecorder (line 98) | private synchronized TimeSeriesRecorder getOrCreateRecorder(Type type) { method getOrCreateRecorder (line 102) | private synchronized TimeSeriesRecorder getOrCreateRecorder(String typ... method recordOneSecond (line 111) | private synchronized void recordOneSecond() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/TimeSeriesAverage.java class TimeSeriesAverage (line 25) | public class TimeSeriesAverage implements TimeSeries { method TimeSeriesAverage (line 41) | public TimeSeriesAverage(TimeSeries value, TimeSeries counter) { method TimeSeriesAverage (line 50) | public TimeSeriesAverage(TimeSeries value, TimeSeries counter, long mi... method getMissingValue (line 58) | @Override method getValuePerSecond (line 63) | @Override method getValuePerMinute (line 70) | @Override method getValuePerHour (line 77) | @Override method getValuePerWeek (line 84) | @Override method divide (line 100) | private long[] divide(long[] v, long[] c) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/TimeSeriesMax.java class TimeSeriesMax (line 29) | public class TimeSeriesMax implements TimeSeries { method TimeSeriesMax (line 49) | public TimeSeriesMax() { method TimeSeriesMax (line 53) | public TimeSeriesMax(long missingValue) { method newArray (line 62) | private static long[] newArray(int size, long value) { method recordValue (line 68) | public void recordValue(long value) { method recordOneSecond (line 77) | public synchronized void recordOneSecond() { method getMissingValue (line 96) | @Override method getValuePerSecond (line 101) | @Override method getValuePerMinute (line 106) | @Override method getValuePerHour (line 111) | @Override method getValuePerWeek (line 116) | @Override method max (line 124) | private long max(long[] array) { method cyclicCopyFrom (line 144) | private static long[] cyclicCopyFrom(long[] array, int pos) { class MaxValue (line 152) | private class MaxValue { method MaxValue (line 155) | public MaxValue(long max) { method getAndSetValue (line 159) | public synchronized long getAndSetValue(long value) { method setIfMaximal (line 165) | public synchronized void setIfMaximal(long value) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/TimeSeriesRecorder.java class TimeSeriesRecorder (line 34) | public class TimeSeriesRecorder implements TimeSeries { method TimeSeriesRecorder (line 69) | public TimeSeriesRecorder(Type type) { method TimeSeriesRecorder (line 77) | public TimeSeriesRecorder(boolean resetValueEachSecond) { method TimeSeriesRecorder (line 85) | public TimeSeriesRecorder(boolean resetValueEachSecond, long missingVa... method newArray (line 95) | private static long[] newArray(int size, long value) { method getCounter (line 107) | public AtomicLong getCounter() { method recordOneSecond (line 116) | public synchronized void recordOneSecond() { method getMissingValue (line 142) | @Override method getValuePerSecond (line 147) | @Override method getValuePerMinute (line 152) | @Override method getValuePerHour (line 157) | @Override method getValuePerWeek (line 162) | @Override method aggregate (line 175) | private long aggregate(long[] array) { method cyclicCopyFrom (line 201) | private static long[] cyclicCopyFrom(long[] array, int pos) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/TimeSeriesStatsUtil.java class TimeSeriesStatsUtil (line 35) | public final class TimeSeriesStatsUtil { method TimeSeriesStatsUtil (line 38) | private TimeSeriesStatsUtil() { method asCompositeData (line 41) | public static CompositeData asCompositeData(TimeSeries timeSeries, Str... method getCompositeType (line 51) | private static CompositeType getCompositeType(String name) throws Open... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/jmx/QueryStatManager.java class QueryStatManager (line 36) | public class QueryStatManager implements QueryStatManagerMBean { method QueryStatManager (line 40) | public QueryStatManager(final QueryStat queryStat) { method isEnabled (line 44) | public boolean isEnabled() { method enable (line 48) | public void enable() { method disable (line 52) | public void disable() { method reset (line 56) | public void reset() { method getSlowQueriesQueueSize (line 60) | public int getSlowQueriesQueueSize() { method setSlowQueriesQueueSize (line 64) | public void setSlowQueriesQueueSize(int size) { method clearSlowQueriesQueue (line 68) | public void clearSlowQueriesQueue() { method getPopularQueriesQueueSize (line 72) | public int getPopularQueriesQueueSize() { method setPopularQueriesQueueSize (line 76) | public void setPopularQueriesQueueSize(int size) { method clearPopularQueriesQueue (line 80) | public void clearPopularQueriesQueue() { method getSlowQueries (line 84) | public TabularData getSlowQueries() { method getPopularQueries (line 88) | public TabularData getPopularQueries() { method asTabularData (line 92) | private TabularData asTabularData(QueryStatDto[] data) { class QueryStatCompositeTypeFactory (line 113) | private static class QueryStatCompositeTypeFactory { method getCompositeType (line 127) | public static CompositeType getCompositeType() throws OpenDataExcept... method getValues (line 132) | public static Object[] getValues(QueryStatDto q) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/Base64.java class Base64 (line 42) | public class Base64 { method Base64 (line 70) | private Base64() { method main (line 80) | public static void main(String[] args) { method decodeOrEncode (line 94) | public static String decodeOrEncode(String data) { method decodeIfEncoded (line 111) | public static String decodeIfEncoded(String data) { method calcEncodedLength (line 126) | public static long calcEncodedLength(long dataLength) { method guessDecodedLength (line 140) | public static long guessDecodedLength(long encLength) { method encode (line 153) | public static void encode(InputStream in, Writer writer) method encode (line 173) | public static void encode(InputStream in, OutputStream out) method encode (line 196) | public static void encode(byte[] data, int off, int len, Writer writer) method encode (line 242) | public static String encode(String data) { method decode (line 262) | public static String decode(String data) { method decode (line 282) | public static void decode(Reader reader, OutputStream out) method decode (line 299) | public static void decode(InputStream in, OutputStream out) method decode (line 311) | public static void decode(String data, OutputStream out) method decode (line 324) | public static void decode(char[] chars, OutputStream out) method decodeFirst (line 331) | private static byte decodeFirst(int b0, int b1) { method decodeSecond (line 335) | private static byte decodeSecond(int b1, int b2) { method decodeThird (line 339) | private static byte decodeThird(int b2, int b3) { method decode (line 352) | public static void decode(char[] chars, int off, int len, OutputStream... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/ChildrenCollector.java class ChildrenCollector (line 31) | public class ChildrenCollector extends TraversingItemVisitor.Default { method ChildrenCollector (line 46) | public ChildrenCollector(Collection children, boolean collectNodes, bo... method entering (line 56) | protected void entering(Node node, int level) method entering (line 66) | protected void entering(Property property, int level) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/ChildrenCollectorFilter.java class ChildrenCollectorFilter (line 41) | public class ChildrenCollectorFilter extends TraversingItemVisitor.Defau... method ChildrenCollectorFilter (line 63) | public ChildrenCollectorFilter( method ChildrenCollectorFilter (line 85) | public ChildrenCollectorFilter( method collectChildNodes (line 96) | public static NodeIterator collectChildNodes( method collectChildNodes (line 104) | public static NodeIterator collectChildNodes( method collectProperties (line 112) | public static PropertyIterator collectProperties( method collectProperties (line 125) | public static PropertyIterator collectProperties(Node node, String[] n... method entering (line 140) | @Override method entering (line 159) | @Override method matches (line 180) | public static boolean matches(String name, String pattern) { method matches (line 189) | public static boolean matches(String name, String[] nameGlobs) { method addToCollection (line 193) | private static Collection addToCollection(Collection c, It... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/ISO8601.java class ISO8601 (line 53) | public final class ISO8601 { method parse (line 91) | public static Calendar parse(String text) { method format (line 244) | public static String format(Date date) throws IllegalArgumentException { method format (line 258) | public static String format(Clock clock) throws IllegalArgumentExcepti... method format (line 273) | public static String format(long millisSinceEpoch) throws IllegalArgum... method format (line 290) | public static String format(Date date, int tzOffsetInSeconds) throws I... method format (line 311) | public static String format(long millisSinceEpoch, int tzOffsetInSecon... method format (line 328) | public static String format(Calendar cal) throws IllegalArgumentExcept... method format (line 332) | private static String format(Calendar cal, boolean includeMs) throws I... method getYear (line 393) | public static int getYear(Calendar cal) throws IllegalArgumentException { class SHORT (line 417) | public static class SHORT { method format (line 422) | public static String format(Date date) throws IllegalArgumentExcepti... method format (line 429) | public static String format(Clock clock) throws IllegalArgumentExcep... method format (line 436) | public static String format(long millisSinceEpoch) throws IllegalArg... method format (line 443) | public static String format(Date date, int tzOffsetInSeconds) throws... method format (line 453) | public static String format(long millisSinceEpoch, int tzOffsetInSec... method format (line 463) | public static String format(Calendar cal) throws IllegalArgumentExce... method appendZeroPaddedInt (line 478) | private static void appendZeroPaddedInt(StringBuilder buf, int n, int ... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/ISO9075.java class ISO9075 (line 28) | public class ISO9075 { method ISO9075 (line 31) | private ISO9075() { } method encode (line 48) | public static String encode(String name) { method encodePath (line 96) | public static String encodePath(String path) { method decode (line 123) | public static String decode(String name) { method encode (line 155) | private static void encode(char c, StringBuffer b) { method needsEscaping (line 171) | private static boolean needsEscaping(String name, int location) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/LazyFileInputStream.java class LazyFileInputStream (line 30) | public class LazyFileInputStream extends InputStream { method LazyFileInputStream (line 54) | public LazyFileInputStream(File file) method LazyFileInputStream (line 69) | public LazyFileInputStream(FileDescriptor fdObj) { method LazyFileInputStream (line 80) | public LazyFileInputStream(String name) throws FileNotFoundException { method open (line 88) | public void open() throws IOException { method read (line 103) | public int read() throws IOException { method available (line 111) | public int available() throws IOException { method close (line 119) | public void close() throws IOException { method reset (line 131) | public synchronized void reset() throws IOException { method markSupported (line 139) | public boolean markSupported() { method mark (line 151) | public synchronized void mark(int readlimit) { method skip (line 163) | public long skip(long n) throws IOException { method read (line 171) | public int read(byte[] b) throws IOException { method read (line 179) | public int read(byte[] b, int off, int len) throws IOException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/Locked.java class Locked (line 75) | public abstract class Locked { method with (line 101) | public Object with(Node lockable, boolean isDeep) method with (line 122) | public Object with(Node lockable, boolean isDeep, boolean isSessionSco... method with (line 149) | public Object with(Node lockable, boolean isDeep, long timeout) method with (line 177) | public Object with(Node lockable, boolean isDeep, long timeout, boolea... method run (line 264) | protected abstract Object run(Node node) throws RepositoryException; method runAndUnlock (line 275) | private Object runAndUnlock(Lock lock) throws RepositoryException { method tryLock (line 297) | private static Lock tryLock(Node lockable, boolean isDeep, long timeou... method isObservationSupported (line 314) | private static boolean isObservationSupported(Session s) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/LockedWrapper.java class LockedWrapper (line 29) | public abstract class LockedWrapper extends Locked { method with (line 36) | @Override method with (line 49) | @Override method with (line 62) | @Override method with (line 81) | @Override method run (line 104) | @Override FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/Text.java class Text (line 32) | public class Text { method Text (line 37) | private Text() { method md5 (line 54) | public static String md5(String data, String enc) method md5 (line 69) | public static String md5(String data) { method digest (line 89) | public static String digest(String algorithm, String data, String enc) method digest (line 105) | public static String digest(String algorithm, byte[] data) method explode (line 127) | public static String[] explode(String str, int ch) { method explode (line 140) | public static String[] explode(String str, int ch, boolean respectEmpt... method implode (line 173) | public static String implode(String[] arr, String delim) { method replace (line 193) | public static String replace(String text, String oldString, String new... method encodeIllegalXMLCharacters (line 222) | public static String encodeIllegalXMLCharacters(String text) { method encodeIllegalHTMLCharacters (line 233) | public static String encodeIllegalHTMLCharacters(String text) { method encodeMarkupCharacters (line 237) | private static String encodeMarkupCharacters(String text, boolean isHt... method escape (line 339) | public static String escape(String string, char escape) { method escape (line 356) | public static String escape(String string, char escape, boolean isPath) { method escape (line 382) | public static String escape(String string) { method escapePath (line 397) | public static String escapePath(String path) { method unescape (line 415) | public static String unescape(String string, char escape) { method unescape (line 451) | public static String unescape(String string) { method escapeIllegalJcrChars (line 480) | public static String escapeIllegalJcrChars(String name) { method escapeIllegalJcr10Chars (line 504) | public static String escapeIllegalJcr10Chars(String name) { method escapeIllegalChars (line 508) | private static String escapeIllegalChars(String name, String illegal) { method escapeIllegalXpathSearchChars (line 534) | public static String escapeIllegalXpathSearchChars(String s) { method unescapeIllegalJcrChars (line 557) | public static String unescapeIllegalJcrChars(String name) { method isValidJcrLocalName (line 589) | public static boolean isValidJcrLocalName(String localName) { method getName (line 609) | public static String getName(String path) { method getName (line 622) | public static String getName(String path, char delim) { method getName (line 634) | public static String getName(String path, boolean ignoreTrailingSlash) { method getNamespacePrefix (line 655) | public static String getNamespacePrefix(String qname) { method getLocalName (line 673) | public static String getLocalName(String qname) { method isSibling (line 685) | public static boolean isSibling(String p1, String p2) { method isDescendant (line 700) | public static boolean isDescendant(String path, String descendant) { method isDescendantOrEqual (line 715) | public static boolean isDescendantOrEqual(String path, String descenda... method getRelativeParent (line 734) | public static String getRelativeParent(String path, int level) { method getRelativeParent (line 752) | public static String getRelativeParent(String path, int level, boolean... method getAbsoluteParent (line 769) | public static String getAbsoluteParent(String path, int level) { method replaceVariables (line 797) | public static String replaceVariables(Properties variables, String value, method decodeDigit (line 832) | private static byte decodeDigit(byte b) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/Timer.java class Timer (line 26) | public class Timer { method Timer (line 68) | public Timer(boolean isDeamon) { method schedule (line 86) | public void schedule(Task task, long delay, long period) { method cancel (line 120) | public void cancel() { method isRunning (line 134) | boolean isRunning() { method taskCanceled (line 143) | private void taskCanceled() { class Task (line 153) | public static abstract class Task extends TimerTask { method setTimer (line 165) | private void setTimer(Timer timer) { method cancel (line 172) | public final boolean cancel() { class IdleCheckerTask (line 185) | private class IdleCheckerTask extends Task { method run (line 187) | public void run() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/TransientFileFactory.java class TransientFileFactory (line 37) | public class TransientFileFactory { method getInstance (line 70) | public static TransientFileFactory getInstance() { method TransientFileFactory (line 82) | private TransientFileFactory() { method createTransientFile (line 120) | public File createTransientFile(String prefix, String suffix, File dir... method shutdown (line 139) | public static void shutdown() { method doShutdown (line 148) | private synchronized void doShutdown() { class ReaperThread (line 175) | private class ReaperThread extends Thread { method ReaperThread (line 179) | ReaperThread(String name) { method run (line 187) | public void run() { method stopWorking (line 211) | public void stopWorking() { class MoribundFileReference (line 220) | private static class MoribundFileReference extends PhantomReference queue) { method delete (line 244) | boolean delete() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/WeakIdentityCollection.java class WeakIdentityCollection (line 36) | public class WeakIdentityCollection implements Collection { method WeakIdentityCollection (line 65) | public WeakIdentityCollection(int initialCapacity) { method size (line 78) | public int size() { method isEmpty (line 87) | public boolean isEmpty() { method clear (line 94) | public void clear() { method add (line 109) | public boolean add(Object o) { method contains (line 136) | public boolean contains(Object o) { method remove (line 152) | public boolean remove(Object o) { method addAll (line 167) | public boolean addAll(Collection c) { method containsAll (line 174) | public boolean containsAll(Collection c) { method removeAll (line 181) | public boolean removeAll(Collection c) { method retainAll (line 188) | public boolean retainAll(Collection c) { method iterator (line 201) | public Iterator iterator() { method toArray (line 211) | public Object[] toArray() { method toArray (line 223) | public Object[] toArray(Object a[]) { method ensureCapacity (line 245) | private void ensureCapacity(int minCapacity) { method cleanQueue (line 260) | private void cleanQueue() { class Iter (line 270) | private final class Iter implements Iterator { method remove (line 290) | public void remove() { method hasNext (line 297) | public boolean hasNext() { method next (line 304) | public Object next() { class WeakRef (line 316) | private final class WeakRef extends WeakReference { method WeakRef (line 329) | public WeakRef(Object referent, int index) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/XMLChar.java class XMLChar (line 48) | public class XMLChar { method isSupplemental (line 728) | public static boolean isSupplemental(int c) { method supplemental (line 739) | public static int supplemental(char h, char l) { method highSurrogate (line 748) | public static char highSurrogate(int c) { method lowSurrogate (line 757) | public static char lowSurrogate(int c) { method isHighSurrogate (line 766) | public static boolean isHighSurrogate(int c) { method isLowSurrogate (line 775) | public static boolean isLowSurrogate(int c) { method isValid (line 790) | public static boolean isValid(int c) { method isInvalid (line 800) | public static boolean isInvalid(int c) { method isContent (line 809) | public static boolean isContent(int c) { method isMarkup (line 820) | public static boolean isMarkup(int c) { method isSpace (line 830) | public static boolean isSpace(int c) { method isNameStart (line 841) | public static boolean isNameStart(int c) { method isName (line 852) | public static boolean isName(int c) { method isNCNameStart (line 863) | public static boolean isNCNameStart(int c) { method isNCName (line 874) | public static boolean isNCName(int c) { method isPubid (line 885) | public static boolean isPubid(int c) { method isValidName (line 899) | public static boolean isValidName(String name) { method isValidNCName (line 928) | public static boolean isValidNCName(String ncName) { method isValidNmtoken (line 956) | public static boolean isValidNmtoken(String nmtoken) { method isValidIANAEncoding (line 984) | public static boolean isValidIANAEncoding(String ianaEncoding) { method isValidJavaEncoding (line 1013) | public static boolean isValidJavaEncoding(String javaEncoding) { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/XMLUtil.java class XMLUtil (line 28) | public class XMLUtil { method isText (line 34) | public static boolean isText(Node node) { method getText (line 47) | public static String getText(Element element) { method getText (line 71) | public static String getText(Element element, String defaultValue) { method getChildText (line 87) | public static String getChildText(Element parent, String childLocalNam... method getChildElement (line 102) | public static Element getChildElement(Node parent, String childLocalNa... method getAttribute (line 124) | public static String getAttribute(Element parent, String localName, St... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/AbstractValueFactory.java class AbstractValueFactory (line 37) | public abstract class AbstractValueFactory implements ValueFactory { method AbstractValueFactory (line 42) | protected AbstractValueFactory() { method checkPathFormat (line 53) | protected abstract void checkPathFormat(String pathValue) throws Value... method checkNameFormat (line 63) | protected abstract void checkNameFormat(String nameValue) throws Value... method createValue (line 69) | public Value createValue(boolean value) { method createValue (line 76) | public Value createValue(Calendar value) { method createValue (line 83) | public Value createValue(double value) { method createValue (line 90) | public Value createValue(InputStream value) { method createValue (line 102) | public Value createValue(long value) { method createValue (line 109) | public Value createValue(Node value) throws RepositoryException { method createValue (line 116) | public Value createValue(String value) { method createValue (line 123) | public Value createValue(String value, int type) method createBinary (line 174) | public Binary createBinary(InputStream stream) throws RepositoryExcept... method createValue (line 188) | public Value createValue(Binary value) { method createValue (line 195) | public Value createValue(BigDecimal value) { method createValue (line 202) | public Value createValue(Node node, boolean weak) FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/BaseValue.java class BaseValue (line 50) | public abstract class BaseValue implements Value { method BaseValue (line 63) | BaseValue(int type) { method getInternalString (line 77) | protected abstract String getInternalString() method getType (line 84) | public int getType() { method getDate (line 91) | public Calendar getDate() method getLong (line 105) | public long getLong() method getBoolean (line 118) | public boolean getBoolean() method getDouble (line 127) | public double getDouble() method getDecimal (line 140) | public BigDecimal getDecimal() method getStream (line 153) | public InputStream getStream() method getBinary (line 172) | public Binary getBinary() method getString (line 189) | public String getString() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/BinaryImpl.java class BinaryImpl (line 36) | public class BinaryImpl implements Binary { method BinaryImpl (line 68) | public BinaryImpl(InputStream in) throws IOException { method BinaryImpl (line 116) | public BinaryImpl(byte[] buffer) { method getStream (line 127) | public InputStream getStream() throws RepositoryException { method read (line 144) | public int read(byte[] b, long position) throws IOException, Repositor... method getSize (line 169) | public long getSize() throws RepositoryException { method dispose (line 186) | public void dispose() { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/BinaryValue.java class BinaryValue (line 32) | public class BinaryValue extends BaseValue { method BinaryValue (line 44) | public BinaryValue(String text) { method BinaryValue (line 54) | public BinaryValue(Binary bin) { method BinaryValue (line 64) | public BinaryValue(InputStream stream) { method BinaryValue (line 78) | public BinaryValue(byte[] data) { method equals (line 94) | public boolean equals(Object obj) { method hashCode (line 117) | public int hashCode() { method getInternalString (line 130) | public String getInternalString() method getStream (line 153) | public InputStream getStream() method getBinary (line 174) | public Binary getBinary() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/BooleanValue.java class BooleanValue (line 29) | public class BooleanValue extends BaseValue { method BooleanValue (line 40) | public BooleanValue(Boolean bool) { method BooleanValue (line 50) | public BooleanValue(boolean bool) { method valueOf (line 63) | public static BooleanValue valueOf(String s) { method equals (line 78) | public boolean equals(Object obj) { method hashCode (line 100) | public int hashCode() { method getInternalString (line 108) | protected String getInternalString() throws ValueFormatException { method getDate (line 120) | public Calendar getDate() method getLong (line 129) | public long getLong() method getBoolean (line 138) | public boolean getBoolean() method getDouble (line 151) | public double getDouble() method getDecimal (line 160) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/DateValue.java class DateValue (line 31) | public class DateValue extends BaseValue { method DateValue (line 44) | public DateValue(Calendar date) throws IllegalArgumentException { method valueOf (line 64) | public static DateValue valueOf(String s) throws ValueFormatException { method equals (line 93) | public boolean equals(Object obj) { method hashCode (line 115) | public int hashCode() { method getInternalString (line 123) | protected String getInternalString() throws ValueFormatException { method getDate (line 135) | public Calendar getDate() method getLong (line 148) | public long getLong() method getBoolean (line 161) | public boolean getBoolean() method getDouble (line 174) | public double getDouble() method getDecimal (line 191) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/DecimalValue.java class DecimalValue (line 30) | public class DecimalValue extends BaseValue { method DecimalValue (line 41) | public DecimalValue(BigDecimal number) { method valueOf (line 56) | public static DecimalValue valueOf(String s) throws ValueFormatExcepti... method equals (line 75) | public boolean equals(Object obj) { method hashCode (line 97) | public int hashCode() { method getInternalString (line 105) | protected String getInternalString() throws ValueFormatException { method getDate (line 117) | public Calendar getDate() method getLong (line 133) | public long getLong() method getBoolean (line 146) | public boolean getBoolean() method getDouble (line 155) | public double getDouble() method getDecimal (line 168) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/DoubleValue.java class DoubleValue (line 30) | public class DoubleValue extends BaseValue { method DoubleValue (line 41) | public DoubleValue(Double dblNumber) { method DoubleValue (line 51) | public DoubleValue(double dbl) { method valueOf (line 66) | public static DoubleValue valueOf(String s) throws ValueFormatException { method equals (line 85) | public boolean equals(Object obj) { method hashCode (line 107) | public int hashCode() { method getInternalString (line 115) | protected String getInternalString() throws ValueFormatException { method getDate (line 127) | public Calendar getDate() method getLong (line 143) | public long getLong() method getBoolean (line 156) | public boolean getBoolean() method getDouble (line 165) | public double getDouble() method getDecimal (line 178) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/LongValue.java class LongValue (line 30) | public class LongValue extends BaseValue { method LongValue (line 41) | public LongValue(Long lNumber) { method LongValue (line 51) | public LongValue(long l) { method valueOf (line 66) | public static LongValue valueOf(String s) throws ValueFormatException { method equals (line 85) | public boolean equals(Object obj) { method hashCode (line 107) | public int hashCode() { method getInternalString (line 115) | protected String getInternalString() throws ValueFormatException { method getDate (line 127) | public Calendar getDate() method getLong (line 143) | public long getLong() method getBoolean (line 156) | public boolean getBoolean() method getDouble (line 165) | public double getDouble() method getDecimal (line 178) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/NameValue.java class NameValue (line 30) | public class NameValue extends BaseValue { method valueOf (line 48) | public static NameValue valueOf(String s) throws ValueFormatException { method NameValue (line 64) | protected NameValue(String name) { method equals (line 80) | public boolean equals(Object obj) { method hashCode (line 102) | public int hashCode() { method getInternalString (line 110) | protected String getInternalString() throws ValueFormatException { method getDate (line 122) | public Calendar getDate() method getLong (line 131) | public long getLong() method getBoolean (line 140) | public boolean getBoolean() method getDouble (line 149) | public double getDouble() method getDecimal (line 158) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/PathValue.java class PathValue (line 30) | public class PathValue extends BaseValue { method valueOf (line 49) | public static PathValue valueOf(String s) throws ValueFormatException { method PathValue (line 64) | protected PathValue(String path) { method equals (line 80) | public boolean equals(Object obj) { method hashCode (line 102) | public int hashCode() { method getInternalString (line 110) | protected String getInternalString() throws ValueFormatException { method getDate (line 122) | public Calendar getDate() method getLong (line 131) | public long getLong() method getBoolean (line 140) | public boolean getBoolean() method getDouble (line 149) | public double getDouble() method getDecimal (line 158) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/ReferenceValue.java class ReferenceValue (line 33) | public class ReferenceValue extends BaseValue { method ReferenceValue (line 47) | public ReferenceValue(Node target) throws RepositoryException { method valueOf (line 69) | public static ReferenceValue valueOf(String s) throws ValueFormatExcep... method ReferenceValue (line 89) | protected ReferenceValue(String uuid) { method equals (line 105) | public boolean equals(Object obj) { method hashCode (line 127) | public int hashCode() { method getInternalString (line 135) | protected String getInternalString() throws ValueFormatException { method getDate (line 147) | public Calendar getDate() method getLong (line 156) | public long getLong() method getBoolean (line 165) | public boolean getBoolean() method getDouble (line 174) | public double getDouble() method getDecimal (line 183) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/StringValue.java class StringValue (line 26) | public class StringValue extends BaseValue { method StringValue (line 37) | public StringValue(String text) { method equals (line 53) | public boolean equals(Object obj) { method hashCode (line 75) | public int hashCode() { method getInternalString (line 83) | protected String getInternalString() throws ValueFormatException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/URIValue.java class URIValue (line 32) | public class URIValue extends BaseValue { method valueOf (line 49) | public static URIValue valueOf(String s) throws ValueFormatException { method URIValue (line 68) | public URIValue(URI uri) { method equals (line 84) | public boolean equals(Object obj) { method hashCode (line 106) | public int hashCode() { method getInternalString (line 114) | protected String getInternalString() throws ValueFormatException { method getDate (line 126) | public Calendar getDate() method getLong (line 135) | public long getLong() method getBoolean (line 144) | public boolean getBoolean() method getDouble (line 153) | public double getDouble() method getDecimal (line 162) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/ValueFactoryImpl.java class ValueFactoryImpl (line 28) | public class ValueFactoryImpl extends AbstractValueFactory { method ValueFactoryImpl (line 35) | protected ValueFactoryImpl() { method getInstance (line 41) | public static ValueFactory getInstance() { method checkPathFormat (line 48) | protected void checkPathFormat(String pathValue) throws ValueFormatExc... method checkNameFormat (line 55) | protected void checkNameFormat(String nameValue) throws ValueFormatExc... FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/ValueHelper.java class ValueHelper (line 65) | public class ValueHelper { method ValueHelper (line 70) | private ValueHelper() { method immutableSetOf (line 87) | private static Set immutableSetOf(int... types) { method isSupportedConversion (line 95) | public static boolean isSupportedConversion(int fromType, int toType) { method checkSupportedConversion (line 105) | public static void checkSupportedConversion(int fromType, int toType) ... method convert (line 119) | public static Value convert(String srcValue, int targetType, ValueFact... method convert (line 135) | public static Value convert(InputStream srcValue, int targetType, Valu... method convert (line 154) | public static Value[] convert(String[] srcValues, int targetType, Valu... method convert (line 173) | public static Value[] convert(InputStream[] srcValues, int targetType, method convert (line 194) | public static Value[] convert(Value[] srcValues, int targetType, method convert (line 234) | public static Value convert(Value srcValue, int targetType, ValueFacto... method copy (line 619) | public static Value copy(Value srcValue, ValueFactory factory) method copy (line 675) | public static Value[] copy(Value[] srcValues, ValueFactory factory) method serialize (line 701) | public static String serialize(Value value, boolean encodeBlanks) method serialize (line 729) | public static void serialize(Value value, boolean encodeBlanks, boolea... method deserialize (line 779) | public static Value deserialize(String value, int type, boolean decode... method deserialize (line 826) | public static Value deserialize(Reader reader, int type, method getType (line 888) | public static int getType(Value[] values) throws ValueFormatException { FILE: jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/value/WeakReferenceValue.java class WeakReferenceValue (line 33) | public class WeakReferenceValue extends BaseValue { method WeakReferenceValue (line 47) | public WeakReferenceValue(Node target) throws RepositoryException { method valueOf (line 69) | public static WeakReferenceValue valueOf(String s) throws ValueFormatE... method WeakReferenceValue (line 89) | protected WeakReferenceValue(String uuid) { method equals (line 105) | public boolean equals(Object obj) { method hashCode (line 127) | public int hashCode() { method getInternalString (line 135) | protected String getInternalString() throws ValueFormatException { method getDate (line 147) | public Calendar getDate() method getLong (line 156) | public long getLong() method getBoolean (line 165) | public boolean getBoolean() method getDouble (line 174) | public double getDouble() method getDecimal (line 183) | public BigDecimal getDecimal() FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/AbstractRepositoryTest.java class AbstractRepositoryTest (line 32) | public class AbstractRepositoryTest extends TestCase { method testLogin (line 39) | public void testLogin() throws RepositoryException { method testLoginWithCredentials (line 51) | public void testLoginWithCredentials() throws RepositoryException { method testLoginWithNullCredentials (line 65) | public void testLoginWithNullCredentials() throws RepositoryException { method testLoginWithWorkspace (line 77) | public void testLoginWithWorkspace() throws RepositoryException { method testLoginWithNullWorkspace (line 90) | public void testLoginWithNullWorkspace() throws RepositoryException { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/JcrUtilsTest.java class JcrUtilsTest (line 33) | public class JcrUtilsTest extends TestCase { method testGetRepository (line 35) | public void testGetRepository() throws Exception { method testGetPropertyType (line 109) | public void testGetPropertyType() { method testIn (line 118) | public void testIn() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/NamespaceHelperTest.java class NamespaceHelperTest (line 33) | public class NamespaceHelperTest extends TestCase { method setUp (line 37) | @Override method testGetNamespaces (line 43) | public void testGetNamespaces() throws RepositoryException { method testGetPrefix (line 63) | public void testGetPrefix() throws RepositoryException { method testGetURI (line 79) | public void testGetURI() throws RepositoryException { method testGetJcrName (line 95) | public void testGetJcrName() throws RepositoryException { method testGetJcrName2 (line 121) | public void testGetJcrName2() throws RepositoryException { method testRegisterNamespaceAlreadyRegistered (line 131) | public void testRegisterNamespaceAlreadyRegistered() throws Repository... method testRegisterNamespaceDeriving (line 146) | public void testRegisterNamespaceDeriving() throws RepositoryException { method testRegisterNamespaceKnownMapping (line 168) | public void testRegisterNamespaceKnownMapping() throws RepositoryExcep... method testRegisterNamespaceSimple (line 181) | public void testRegisterNamespaceSimple() throws RepositoryException { method testRegisterNamespacePreferredPrefixTaken (line 219) | public void testRegisterNamespacePreferredPrefixTaken() throws Reposit... method testRegisterNamespaceImmutableMappings (line 233) | public void testRegisterNamespaceImmutableMappings() throws Repository... method testRegisterNamespaceProblematicNames (line 247) | public void testRegisterNamespaceProblematicNames() throws RepositoryE... method testRegisterMultipleNamespaces (line 262) | public void testRegisterMultipleNamespaces() throws RepositoryException { method mockNamespaceRegistry (line 289) | private NamespaceRegistry mockNamespaceRegistry() throws RepositoryExc... method mockSessionWithoutSessionMappings (line 335) | private Session mockSessionWithoutSessionMappings() throws RepositoryE... FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/SimpleValueFactoryTest.java class SimpleValueFactoryTest (line 34) | public class SimpleValueFactoryTest extends TestCase { method testBoolean (line 38) | public void testBoolean() throws RepositoryException { method testDate (line 54) | public void testDate() throws RepositoryException { method testDecimal (line 73) | public void testDecimal() throws RepositoryException { method testDouble (line 90) | public void testDouble() throws RepositoryException { method testLong (line 107) | public void testLong() throws RepositoryException { method testString (line 124) | public void testString() throws RepositoryException { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/flat/RankTest.java class RankTest (line 34) | public class RankTest extends TestCase { method testEmpty (line 37) | public void testEmpty() { method testSingleton (line 48) | public void testSingleton() { method testRank (line 67) | public void testRank() { method testGetAll (line 73) | public void testGetAll() { method testGetSingles (line 95) | public void testGetSingles() { method testOrdered (line 115) | public void testOrdered() { method createValues (line 131) | private static List createValues(int count) { method checkOrdered (line 142) | private void checkOrdered(Iterator it, Comparator or... method testRank (line 151) | private static void testRank(int count) { method checkOrdering (line 173) | private static void checkOrdering(Set previous, Set ... FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/iterator/FilteredRangeIteratorTest.java class FilteredRangeIteratorTest (line 33) | public class FilteredRangeIteratorTest extends TestCase { method testMatchAll (line 37) | public void testMatchAll() { method testMatchNone (line 57) | public void testMatchNone() { method testSkip (line 65) | public void testSkip() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonParserTest.java class JsonParserTest (line 32) | public class JsonParserTest extends TestCase { method setUp (line 36) | protected void setUp() throws Exception { method testParser (line 40) | public void testParser() throws Exception { method testParseBooleanValue (line 46) | public void testParseBooleanValue() throws Exception { method testParseLongValue (line 71) | public void testParseLongValue() throws Exception { method testDoubleValue (line 96) | public void testDoubleValue() throws Exception { method testStringValue (line 121) | public void testStringValue() throws Exception { method testStringWithQuoteValue (line 146) | public void testStringWithQuoteValue() throws Exception { method testStringWithBackSlashValue (line 171) | public void testStringWithBackSlashValue() throws Exception { method testStringWithBackSlashValue2 (line 196) | public void testStringWithBackSlashValue2() throws Exception { method testStringWithUnicode (line 221) | public void testStringWithUnicode() throws Exception { method testStringWithUnicode2 (line 246) | public void testStringWithUnicode2() throws Exception { method testStringWithReturn (line 271) | public void testStringWithReturn() throws Exception { method testNullValue (line 299) | public void testNullValue() throws Exception { method testArray (line 315) | public void testArray() throws Exception { method testLongArray (line 357) | public void testLongArray() throws Exception { method testParser2 (line 399) | public void testParser2() throws Exception { method testParser4 (line 410) | public void testParser4() throws Exception { method testParser5 (line 422) | public void testParser5() throws Exception { method testParser6 (line 434) | public void testParser6() throws Exception { method testParseEmptyObject (line 454) | public void testParseEmptyObject() throws Exception { method testParseEmptyObjectValue (line 489) | public void testParseEmptyObjectValue() throws Exception { method getObj (line 531) | private static JSONObject getObj() { method getSimpleObj (line 543) | private static JSONObject getSimpleObj(Object value) { method getSimpleArray (line 549) | private static JSONArray getSimpleArray(Object[] values) { class DummyJsonHandler (line 561) | private class DummyJsonHandler implements JsonHandler { method object (line 563) | public void object() { method endObject (line 565) | public void endObject() { method array (line 567) | public void array() { method endArray (line 569) | public void endArray() { method key (line 571) | public void key(String key) { method value (line 573) | public void value(String value) { method value (line 575) | public void value(long value) { method value (line 577) | public void value(double value) { method value (line 579) | public void value(boolean value) { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonUtilTest.java class JsonUtilTest (line 27) | public class JsonUtilTest extends TestCase { method testGetJsonString (line 29) | public void testGetJsonString() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/query/GQLTest.java class GQLTest (line 23) | public class GQLTest extends TestCase { method testGQL (line 25) | public void testGQL() throws RepositoryException { method testEscaping (line 44) | public void testEscaping() throws RepositoryException { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/xml/ParsingContentHandlerTest.java class ParsingContentHandlerTest (line 27) | public class ParsingContentHandlerTest extends TestCase { method testParsingContentHandler (line 29) | public void testParsingContentHandler() throws Exception { method testExternalEntities (line 60) | public void testExternalEntities() { method assertContains (line 71) | private void assertContains(String haystack, String needle) { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/xml/SerializingContentHandlerTest.java class SerializingContentHandlerTest (line 26) | public class SerializingContentHandlerTest extends TestCase { method testSerializingContentHandler (line 28) | public void testSerializingContentHandler() throws Exception { method testNoPrefixMappingCalls (line 69) | public void testNoPrefixMappingCalls() throws Exception { method assertContains (line 103) | private void assertContains(String haystack, String needle) { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/xml/ToXmlContentHandlerTest.java class ToXmlContentHandlerTest (line 25) | public class ToXmlContentHandlerTest extends TestCase { method testMinimalDocument (line 27) | public void testMinimalDocument() throws SAXException { method testAttribute (line 36) | public void testAttribute() throws SAXException { method testAttributeOrder (line 49) | public void testAttributeOrder() throws SAXException { method testChildElements (line 78) | public void testChildElements() throws SAXException { method testCharacters (line 93) | public void testCharacters() throws SAXException { method testIgnorableWhitespace (line 105) | public void testIgnorableWhitespace() throws SAXException { method testProcessingInstruction (line 119) | public void testProcessingInstruction() throws SAXException { method testComplexDocument (line 133) | public void testComplexDocument() throws SAXException { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/xml/XmlnsContentHandlerTest.java class XmlnsContentHandlerTest (line 25) | public class XmlnsContentHandlerTest extends TestCase { method testXmlns (line 27) | public void testXmlns() throws SAXException { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/stats/RepositoryStatisticsImplTest.java class RepositoryStatisticsImplTest (line 25) | public class RepositoryStatisticsImplTest extends TestCase { method testDefaultIterator (line 29) | public void testDefaultIterator() { method testIteratorWithSingleCustomType (line 41) | public void testIteratorWithSingleCustomType() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/stats/TimeSeriesAverageTest.java class TimeSeriesAverageTest (line 23) | public class TimeSeriesAverageTest extends TestCase { method testAverage (line 26) | public void testAverage() { method testAverageWithMissing (line 106) | public void testAverageWithMissing() { method assertValues (line 194) | private void assertValues(long[] values, long... expected) { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/stats/TimeSeriesMaxTest.java class TimeSeriesMaxTest (line 21) | public class TimeSeriesMaxTest extends TestCase { method testMax (line 24) | public void testMax() { method testMaxWithMissing (line 100) | public void testMaxWithMissing() { method assertValues (line 178) | private void assertValues(long[] values, long... expected) { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/stats/TimeSeriesRecorderTest.java class TimeSeriesRecorderTest (line 24) | public class TimeSeriesRecorderTest extends TestCase { method testCounter (line 28) | public void testCounter() { method testCounterWithMissing (line 114) | public void testCounterWithMissing() { method assertValues (line 205) | private void assertValues(long[] values, long... expected) { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/util/Base64Test.java class Base64Test (line 32) | public class Base64Test extends TestCase { method getRandom (line 39) | protected Random getRandom() { method testWhitespace (line 46) | public void testWhitespace() throws Exception { method testBase64 (line 55) | public void testBase64() throws Exception { method testBase64Streaming (line 63) | public void testBase64Streaming() throws Exception { method base64RoundTrip (line 77) | private void base64RoundTrip() throws Exception { method base64RoundTrip (line 85) | private void base64RoundTrip(byte[] ba) throws Exception { method testDecodeOrEncode (line 101) | public void testDecodeOrEncode() { method testDecodeIfEncoded (line 108) | public void testDecodeIfEncoded() { method testStringEncodeDecode (line 116) | public void testStringEncodeDecode() { method testStringDecodeNoPadding (line 123) | public void testStringDecodeNoPadding() { method testStringDecodeBrokenPadding (line 134) | public void testStringDecodeBrokenPadding() { method testStringIllegalExtraChar (line 149) | public void testStringIllegalExtraChar() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/util/ISO8601Test.java class ISO8601Test (line 30) | public class ISO8601Test extends TestCase { method testFormatThrowsIllegalArgumentException (line 37) | public void testFormatThrowsIllegalArgumentException() { method testParseThrowsIllegalArgumentException (line 48) | public void testParseThrowsIllegalArgumentException() { method testFormatUTC (line 55) | public void testFormatUTC() { method testFormatUTCShort (line 79) | public void testFormatUTCShort() { method testFormatCustomTz (line 103) | public void testFormatCustomTz() { method testParseUTC (line 139) | public void testParseUTC() { method testParseCustomTZ (line 149) | public void testParseCustomTZ() { method testBC (line 167) | public void testBC() { method testAD (line 173) | public void testAD() { method testParseErrors (line 179) | public void testParseErrors() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/util/ISO9075Test.java class ISO9075Test (line 24) | public class ISO9075Test extends TestCase { method testSpecExamples (line 26) | public void testSpecExamples() { method testMatcherEscapes (line 39) | public void testMatcherEscapes() { method testPath (line 54) | public void testPath() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/util/JcrUtilsTest.java class JcrUtilsTest (line 31) | public class JcrUtilsTest extends TestCase { method testGetPropertyTypeNames (line 33) | public void testGetPropertyTypeNames() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/util/TextTest.java class TextTest (line 28) | public class TextTest extends TestCase { method checkEscape (line 30) | private void checkEscape(String name) { method testEscape (line 35) | public void testEscape() { method testIsDescendant (line 62) | public void testIsDescendant() { method testGetName (line 100) | public void testGetName() { method testUrlEscape (line 140) | public void testUrlEscape() { method testUnescapeWithInvalidInput (line 161) | public void testUnescapeWithInvalidInput() { method assertInvalidUnescape (line 176) | private void assertInvalidUnescape(String string) { method testEscapeIllegalJcr10Chars (line 186) | public void testEscapeIllegalJcr10Chars() throws Exception { method testEscapeIllegalJcrChars (line 192) | public void testEscapeIllegalJcrChars() throws Exception { method testEscapeXML (line 198) | public void testEscapeXML() { method testEscapeHTML (line 202) | public void testEscapeHTML() { method testIsValidJcrLocalName (line 206) | public void testIsValidJcrLocalName() { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/util/TimerTest.java class TimerTest (line 25) | public class TimerTest extends TestCase { method setUp (line 31) | protected void setUp() throws Exception { method tearDown (line 37) | protected void tearDown() throws Exception { method testInitiallyNotRunning (line 42) | public void testInitiallyNotRunning() { method testIsRunning (line 46) | public void testIsRunning() { method testLongDelay (line 51) | public void testLongDelay() throws InterruptedException { method testIdle (line 58) | public void testIdle() throws InterruptedException { class DummyTask (line 67) | private static class DummyTask extends Timer.Task { method run (line 71) | public void run() { method waitUntilRun (line 78) | public void waitUntilRun() throws InterruptedException { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/value/BinaryValueTest.java class BinaryValueTest (line 24) | public class BinaryValueTest extends TestCase { method testBinaryValueEquals (line 28) | public void testBinaryValueEquals() throws Exception { FILE: jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/xml/XMLFactoriesTest.java class XMLFactoriesTest (line 36) | public class XMLFactoriesTest { method testDefaultParserDoesResolveExternalEntities (line 46) | @Test method testParserDoesNotResolveExternalEntities (line 64) | @Test method testSafeEntityResolver (line 78) | @Test FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/BasicCredentialsProvider.java class BasicCredentialsProvider (line 35) | public class BasicCredentialsProvider implements CredentialsProvider { method BasicCredentialsProvider (line 48) | public BasicCredentialsProvider(String defaultHeaderValue) { method getCredentials (line 79) | public Credentials getCredentials(HttpServletRequest request) FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/CredentialsProvider.java type CredentialsProvider (line 27) | public interface CredentialsProvider { method getCredentials (line 37) | public Credentials getCredentials(HttpServletRequest request) FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/SessionProvider.java type SessionProvider (line 29) | public interface SessionProvider { method getSession (line 41) | public Session getSession(HttpServletRequest request, Repository rep, ... method releaseSession (line 50) | public void releaseSession(Session session); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/SessionProviderImpl.java class SessionProviderImpl (line 39) | public class SessionProviderImpl implements SessionProvider { method SessionProviderImpl (line 60) | public SessionProviderImpl(CredentialsProvider cp) { method getSession (line 67) | public Session getSession(HttpServletRequest request, method releaseSession (line 98) | public void releaseSession(Session session) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/AbstractExportContext.java class AbstractExportContext (line 28) | public abstract class AbstractExportContext implements ExportContext { method AbstractExportContext (line 38) | public AbstractExportContext( method getIOListener (line 45) | public IOListener getIOListener() { method getExportRoot (line 49) | public Item getExportRoot() { method hasStream (line 53) | public boolean hasStream() { method informCompleted (line 57) | public void informCompleted(boolean success) { method isCompleted (line 61) | public boolean isCompleted() { method checkCompleted (line 65) | protected void checkCompleted() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/BoundedInputStream.java class BoundedInputStream (line 35) | public class BoundedInputStream extends InputStream { method BoundedInputStream (line 59) | public BoundedInputStream(InputStream in, long size) { method BoundedInputStream (line 66) | public BoundedInputStream(InputStream in) { method read (line 73) | @Override method read (line 86) | @Override method read (line 94) | @Override method skip (line 113) | @Override method available (line 124) | @Override method toString (line 135) | @Override method close (line 143) | @Override method reset (line 153) | @Override method mark (line 162) | @Override method markSupported (line 171) | @Override method isPropagateClose (line 176) | public boolean isPropagateClose() { method setPropagateClose (line 180) | public void setPropagateClose(boolean propagateClose) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/CopyMoveContext.java type CopyMoveContext (line 26) | public interface CopyMoveContext { method isShallowCopy (line 31) | boolean isShallowCopy(); method getSession (line 36) | Session getSession(); method getWorkspace (line 42) | Workspace getWorkspace() throws RepositoryException; FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/CopyMoveContextImpl.java class CopyMoveContextImpl (line 26) | public class CopyMoveContextImpl implements CopyMoveContext { method CopyMoveContextImpl (line 31) | public CopyMoveContextImpl(Session session) { method CopyMoveContextImpl (line 35) | public CopyMoveContextImpl(Session session, boolean isShallowCopy) { method isShallowCopy (line 44) | public boolean isShallowCopy() { method getSession (line 51) | public Session getSession() { method getWorkspace (line 58) | public Workspace getWorkspace() throws RepositoryException { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/CopyMoveHandler.java type CopyMoveHandler (line 25) | public interface CopyMoveHandler { method canCopy (line 37) | public boolean canCopy(CopyMoveContext context, DavResource source, Da... method copy (line 49) | public boolean copy(CopyMoveContext context, DavResource source, DavRe... method canMove (line 61) | public boolean canMove(CopyMoveContext context, DavResource source, Da... method move (line 74) | public boolean move(CopyMoveContext context, DavResource source, DavRe... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/CopyMoveManager.java type CopyMoveManager (line 25) | public interface CopyMoveManager { method copy (line 36) | public boolean copy(CopyMoveContext context, DavResource source, DavRe... method move (line 47) | public boolean move(CopyMoveContext context, DavResource source, DavRe... method addCopyMoveHandler (line 54) | public void addCopyMoveHandler(CopyMoveHandler copyMoveHandler); method getCopyMoveHandlers (line 61) | public CopyMoveHandler[] getCopyMoveHandlers(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/CopyMoveManagerImpl.java class CopyMoveManagerImpl (line 28) | public class CopyMoveManagerImpl implements CopyMoveManager { method CopyMoveManagerImpl (line 37) | public CopyMoveManagerImpl() { method copy (line 44) | public boolean copy(CopyMoveContext context, DavResource source, DavRe... method move (line 59) | public boolean move(CopyMoveContext context, DavResource source, DavRe... method addCopyMoveHandler (line 74) | public void addCopyMoveHandler(CopyMoveHandler copyMoveHandler) { method getCopyMoveHandlers (line 84) | public CopyMoveHandler[] getCopyMoveHandlers() { method getDefaultManager (line 92) | public static CopyMoveManager getDefaultManager() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DefaultHandler.java class DefaultHandler (line 75) | public class DefaultHandler implements IOHandler, PropertyHandler, CopyM... method DefaultHandler (line 95) | public DefaultHandler() { method DefaultHandler (line 109) | public DefaultHandler(IOManager ioManager) { method DefaultHandler (line 123) | public DefaultHandler(IOManager ioManager, String collectionNodetype, ... method getIOManager (line 134) | public IOManager getIOManager() { method setIOManager (line 141) | public void setIOManager(IOManager ioManager) { method getName (line 148) | public String getName() { method canImport (line 155) | public boolean canImport(ImportContext context, boolean isCollection) { method canImport (line 166) | public boolean canImport(ImportContext context, DavResource resource) { method importContent (line 176) | public boolean importContent(ImportContext context, boolean isCollecti... method importContent (line 207) | public boolean importContent(ImportContext context, DavResource resour... method importData (line 218) | protected boolean importData(ImportContext context, boolean isCollecti... method importProperties (line 240) | protected boolean importProperties(ImportContext context, boolean isCo... method getContentNode (line 274) | protected Node getContentNode(ImportContext context, boolean isCollect... method forceCompatibleContentNodes (line 326) | protected boolean forceCompatibleContentNodes() { method canExport (line 341) | public boolean canExport(ExportContext context, boolean isCollection) { method canExport (line 362) | public boolean canExport(ExportContext context, DavResource resource) { method exportContent (line 378) | public boolean exportContent(ExportContext context, boolean isCollecti... method exportContent (line 402) | public boolean exportContent(ExportContext context, DavResource resour... method exportData (line 421) | protected void exportData(ExportContext context, boolean isCollection,... method exportProperties (line 439) | protected void exportProperties(ExportContext context, boolean isColle... method getContentNode (line 497) | protected Node getContentNode(ExportContext context, boolean isCollect... method getCollectionNodeType (line 511) | public String getCollectionNodeType() { method getNodeType (line 520) | public String getNodeType() { method getContentNodeType (line 531) | public String getContentNodeType() { method canExport (line 537) | public boolean canExport(PropertyExportContext context, boolean isColl... method exportProperties (line 541) | public boolean exportProperties(PropertyExportContext exportContext, b... method canImport (line 578) | public boolean canImport(PropertyImportContext context, boolean isColl... method importProperties (line 591) | public Map importProperties(PropertyImportCont... method detect (line 643) | protected String detect(String name) { method canCopy (line 663) | public boolean canCopy(CopyMoveContext context, DavResource source, Da... method copy (line 670) | public boolean copy(CopyMoveContext context, DavResource source, DavRe... method canMove (line 691) | public boolean canMove(CopyMoveContext context, DavResource source, Da... method move (line 698) | public boolean move(CopyMoveContext context, DavResource source, DavRe... method canDelete (line 712) | public boolean canDelete(DeleteContext deleteContext, DavResource memb... method delete (line 719) | public boolean delete(DeleteContext deleteContext, DavResource member)... method getDavName (line 749) | private DavPropertyName getDavName(String jcrName, Session session) th... method getJcrName (line 769) | private String getJcrName(DavPropertyName propName, Session session) t... method setJcrProperty (line 788) | private void setJcrProperty(DavProperty property, Node contentNode)... method removeJcrProperty (line 813) | private void removeJcrProperty(DavPropertyName propertyName, Node cont... method setLastModified (line 831) | private void setLastModified(Node contentNode, long hint) { method isDefinedByFilteredNodeType (line 846) | private static boolean isDefinedByFilteredNodeType(PropertyDefinition ... method setCollectionNodetype (line 856) | public void setCollectionNodetype(String collectionNodetype) { method setDefaultNodetype (line 860) | public void setDefaultNodetype(String defaultNodetype) { method setContentNodetype (line 864) | public void setContentNodetype(String contentNodetype) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DefaultIOListener.java class DefaultIOListener (line 26) | public class DefaultIOListener implements IOListener { method DefaultIOListener (line 35) | public DefaultIOListener(Logger ioLog) { method onBegin (line 42) | public void onBegin(IOHandler handler, IOContext ioContext) { method onEnd (line 49) | public void onEnd(IOHandler handler, IOContext ioContext, boolean succ... method onError (line 56) | public void onError(IOHandler ioHandler, IOContext ioContext, Exceptio... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DefaultIOManager.java class DefaultIOManager (line 22) | public class DefaultIOManager extends IOManagerImpl { method DefaultIOManager (line 30) | public DefaultIOManager() { method init (line 45) | protected void init() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DeleteContext.java type DeleteContext (line 25) | public interface DeleteContext { method getSession (line 30) | public Session getSession(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DeleteContextImpl.java class DeleteContextImpl (line 25) | public class DeleteContextImpl implements DeleteContext { method DeleteContextImpl (line 29) | public DeleteContextImpl(Session session) { method getSession (line 36) | public Session getSession() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DeleteHandler.java type DeleteHandler (line 27) | public interface DeleteHandler { method delete (line 38) | public boolean delete(DeleteContext deleteContext, DavResource resourc... method canDelete (line 50) | public boolean canDelete(DeleteContext deleteContext, DavResource reso... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DeleteManager.java type DeleteManager (line 28) | public interface DeleteManager { method delete (line 39) | public boolean delete(DeleteContext deleteContext, DavResource resourc... method addDeleteHandler (line 46) | public void addDeleteHandler(DeleteHandler deleteHandler); method getDeleteHandlers (line 53) | public DeleteHandler[] getDeleteHandlers(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DeleteManagerImpl.java class DeleteManagerImpl (line 26) | public class DeleteManagerImpl implements DeleteManager { method delete (line 35) | public boolean delete(DeleteContext deleteContext, DavResource member)... method addDeleteHandler (line 50) | public void addDeleteHandler(DeleteHandler deleteHandler) { method getDeleteHandlers (line 61) | public DeleteHandler[] getDeleteHandlers() { method getDefaultManager (line 68) | public static DeleteManager getDefaultManager() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DirListingExportHandler.java class DirListingExportHandler (line 44) | public class DirListingExportHandler implements IOHandler, PropertyHandl... method DirListingExportHandler (line 53) | public DirListingExportHandler() { method DirListingExportHandler (line 61) | public DirListingExportHandler(IOManager ioManager) { method canImport (line 70) | public boolean canImport(ImportContext context, boolean isFolder) { method canImport (line 79) | public boolean canImport(ImportContext context, DavResource resource) { method importContent (line 88) | public boolean importContent(ImportContext context, boolean isCollecti... method importContent (line 98) | public boolean importContent(ImportContext context, DavResource resour... method canExport (line 107) | public boolean canExport(ExportContext context, boolean isCollection) { method canExport (line 120) | public boolean canExport(ExportContext context, DavResource resource) { method exportContent (line 130) | public boolean exportContent(ExportContext context, boolean isCollecti... method exportContent (line 193) | public boolean exportContent(ExportContext context, DavResource resour... method getIOManager (line 251) | public IOManager getIOManager() { method setIOManager (line 258) | public void setIOManager(IOManager ioManager) { method getName (line 265) | public String getName() { method canExport (line 276) | public boolean canExport(PropertyExportContext context, boolean isColl... method exportProperties (line 283) | public boolean exportProperties(PropertyExportContext exportContext, b... method canImport (line 288) | public boolean canImport(PropertyImportContext context, boolean isColl... method importProperties (line 295) | public Map importProperties(PropertyImportCont... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/ExportContext.java type ExportContext (line 26) | public interface ExportContext extends IOContext { method getExportRoot (line 31) | public Item getExportRoot(); method getOutputStream (line 38) | public OutputStream getOutputStream(); method setContentType (line 43) | public void setContentType(String mimeType, String encoding); method setContentLanguage (line 48) | public void setContentLanguage(String contentLanguage); method setContentLength (line 55) | public void setContentLength(long contentLength); method setCreationTime (line 63) | public void setCreationTime(long creationTime); method setModificationTime (line 70) | public void setModificationTime(long modificationTime); method setETag (line 78) | public void setETag(String etag); method setProperty (line 83) | public void setProperty(Object propertyName, Object propertyValue); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/ExportContextImpl.java class ExportContextImpl (line 45) | public class ExportContextImpl extends AbstractExportContext { method ExportContextImpl (line 55) | public ExportContextImpl(Item exportRoot, OutputContext outputCtx) method getOutputStream (line 72) | public OutputStream getOutputStream() { method setContentLanguage (line 94) | public void setContentLanguage(String contentLanguage) { method setContentLength (line 101) | public void setContentLength(long contentLength) { method setContentType (line 108) | public void setContentType(String mimeType, String encoding) { method setCreationTime (line 118) | public void setCreationTime(long creationTime) { method setModificationTime (line 125) | public void setModificationTime(long modificationTime) { method setETag (line 136) | public void setETag(String etag) { method setProperty (line 143) | public void setProperty(Object propertyName, Object propertyValue) { method informCompleted (line 155) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOContext.java type IOContext (line 23) | public interface IOContext { method getIOListener (line 28) | public IOListener getIOListener(); method hasStream (line 33) | public boolean hasStream(); method informCompleted (line 39) | public void informCompleted(boolean success); method isCompleted (line 46) | public boolean isCompleted(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOHandler.java type IOHandler (line 29) | public interface IOHandler { method getIOManager (line 34) | public IOManager getIOManager(); method setIOManager (line 39) | public void setIOManager(IOManager ioManager); method getName (line 44) | public String getName(); method canImport (line 50) | public boolean canImport(ImportContext context, boolean isCollection); method canImport (line 59) | public boolean canImport(ImportContext context, DavResource resource); method importContent (line 79) | public boolean importContent(ImportContext context, boolean isCollecti... method importContent (line 102) | public boolean importContent(ImportContext context, DavResource resour... method canExport (line 108) | public boolean canExport(ExportContext context, boolean isCollection); method canExport (line 117) | public boolean canExport(ExportContext context, DavResource resource); method exportContent (line 139) | public boolean exportContent(ExportContext context, boolean isCollecti... method exportContent (line 161) | public boolean exportContent(ExportContext context, DavResource resour... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOListener.java type IOListener (line 22) | public interface IOListener { method onBegin (line 27) | public void onBegin(IOHandler handler, IOContext context); method onEnd (line 33) | public void onEnd(IOHandler handler, IOContext context, boolean success); method onError (line 39) | public void onError(IOHandler ioHandler, IOContext context, Exception e); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOManager.java type IOManager (line 28) | public interface IOManager { method addIOHandler (line 35) | public void addIOHandler(IOHandler ioHandler); method getIOHandlers (line 42) | public IOHandler[] getIOHandlers(); method getDetector (line 49) | Detector getDetector(); method setDetector (line 56) | void setDetector(Detector detector); method importContent (line 72) | public boolean importContent(ImportContext context, boolean isCollecti... method importContent (line 87) | public boolean importContent(ImportContext context, DavResource resour... method exportContent (line 102) | public boolean exportContent(ExportContext context, boolean isCollecti... method exportContent (line 117) | public boolean exportContent(ExportContext context, DavResource resour... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOManagerImpl.java class IOManagerImpl (line 33) | public class IOManagerImpl implements IOManager { method IOManagerImpl (line 51) | public IOManagerImpl() { method addIOHandler (line 57) | public void addIOHandler(IOHandler ioHandler) { method getIOHandlers (line 68) | public IOHandler[] getIOHandlers() { method getDetector (line 77) | public Detector getDetector() { method setDetector (line 86) | public void setDetector(Detector detector) { method importContent (line 93) | public boolean importContent(ImportContext context, boolean isCollecti... method importContent (line 117) | public boolean importContent(ImportContext context, DavResource resour... method exportContent (line 141) | public boolean exportContent(ExportContext context, boolean isCollecti... method exportContent (line 165) | public boolean exportContent(ExportContext context, DavResource resour... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOUtil.java class IOUtil (line 36) | public final class IOUtil { method IOUtil (line 41) | private IOUtil() {} method getLastModified (line 59) | public static String getLastModified(long modificationTime) { method getCreated (line 72) | public static String getCreated(long createdTime) { method spool (line 81) | public static void spool(InputStream in, OutputStream out) throws IOEx... method buildContentType (line 105) | public static String buildContentType(String mimeType, String encoding) { method getMimeType (line 119) | public static String getMimeType(String contentType) { method getEncoding (line 139) | public static String getEncoding(String contentType) { method getTempFile (line 165) | public static File getTempFile(InputStream inputStream) throws IOExcep... method mkDirs (line 191) | public static Node mkDirs(Node root, String relPath, String dirNodeTyp... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/ImportContext.java type ImportContext (line 25) | public interface ImportContext extends IOContext { method getImportRoot (line 33) | public Item getImportRoot(); method getSystemId (line 42) | public String getSystemId(); method getInputStream (line 51) | public InputStream getInputStream(); method getModificationTime (line 59) | public long getModificationTime(); method getContentLanguage (line 66) | public String getContentLanguage(); method getContentLength (line 74) | public long getContentLength(); method getMimeType (line 83) | public String getMimeType(); method getEncoding (line 91) | public String getEncoding(); method getProperty (line 95) | public Object getProperty(Object propertyName); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/ImportContextImpl.java class ImportContextImpl (line 39) | public class ImportContextImpl implements ImportContext { method ImportContextImpl (line 69) | public ImportContextImpl( method getIOListener (line 95) | public IOListener getIOListener() { method getImportRoot (line 102) | public Item getImportRoot() { method hasStream (line 109) | public boolean hasStream() { method getInputStream (line 121) | public InputStream getInputStream() { method getSystemId (line 137) | public String getSystemId() { method getModificationTime (line 144) | public long getModificationTime() { method getContentLanguage (line 151) | public String getContentLanguage() { method getContentLength (line 158) | public long getContentLength() { method getMimeType (line 175) | public String getMimeType() { method getEncoding (line 182) | public String getEncoding() { method getProperty (line 189) | public Object getProperty(Object propertyName) { method informCompleted (line 196) | public void informCompleted(boolean success) { method isCompleted (line 207) | public boolean isCompleted() { method checkCompleted (line 216) | private void checkCompleted() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/PropertyExportContext.java type PropertyExportContext (line 24) | public interface PropertyExportContext extends ExportContext { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/PropertyHandler.java type PropertyHandler (line 28) | public interface PropertyHandler { method canExport (line 39) | public boolean canExport(PropertyExportContext context, boolean isColl... method exportProperties (line 53) | public boolean exportProperties(PropertyExportContext exportContext, b... method canImport (line 64) | public boolean canImport(PropertyImportContext context, boolean isColl... method importProperties (line 85) | public Map importProperties(PropertyImportCont... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/PropertyImportContext.java type PropertyImportContext (line 27) | public interface PropertyImportContext extends IOContext { method getImportRoot (line 37) | public Item getImportRoot(); method getChangeList (line 45) | public List getChangeList(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/PropertyManager.java type PropertyManager (line 27) | public interface PropertyManager { method exportProperties (line 31) | public boolean exportProperties(PropertyExportContext exportContext, b... method alterProperties (line 35) | public Map alterProperties(PropertyImportConte... method addPropertyHandler (line 39) | public void addPropertyHandler(PropertyHandler propertyHandler); method getPropertyHandlers (line 43) | public PropertyHandler[] getPropertyHandlers(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/PropertyManagerImpl.java class PropertyManagerImpl (line 30) | public class PropertyManagerImpl implements PropertyManager { method PropertyManagerImpl (line 44) | public PropertyManagerImpl() { method exportProperties (line 50) | public boolean exportProperties(PropertyExportContext context, boolean... method alterProperties (line 66) | public Map alterProperties(PropertyImportConte... method addPropertyHandler (line 84) | public void addPropertyHandler(PropertyHandler propertyHandler) { method getPropertyHandlers (line 94) | public PropertyHandler[] getPropertyHandlers() { method getDefaultManager (line 101) | public static PropertyManager getDefaultManager() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/VersionHandler.java class VersionHandler (line 29) | public class VersionHandler extends DefaultHandler implements IOHandler{ method VersionHandler (line 31) | public VersionHandler() { method VersionHandler (line 34) | public VersionHandler(IOManager ioManager) { method canImport (line 39) | @Override method canImport (line 45) | @Override method importContent (line 51) | @Override method importContent (line 57) | @Override method canExport (line 68) | @Override method canExport (line 80) | @Override method canImport (line 89) | @Override method importProperties (line 95) | @Override method exportProperties (line 104) | @Override method getContentNode (line 129) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/VersionHistoryHandler.java class VersionHistoryHandler (line 32) | public class VersionHistoryHandler implements IOHandler, PropertyHandler { method VersionHistoryHandler (line 36) | public VersionHistoryHandler() { method VersionHistoryHandler (line 39) | public VersionHistoryHandler(IOManager ioManager) { method getIOManager (line 44) | public IOManager getIOManager() { method setIOManager (line 48) | public void setIOManager(IOManager ioManager) { method getName (line 52) | public String getName() { method canImport (line 56) | public boolean canImport(ImportContext context, boolean isCollection) { method canImport (line 60) | public boolean canImport(ImportContext context, DavResource resource) { method importContent (line 64) | public boolean importContent(ImportContext context, boolean isCollecti... method importContent (line 68) | public boolean importContent(ImportContext context, DavResource resour... method canExport (line 72) | public boolean canExport(ExportContext context, boolean isCollection) { method canExport (line 79) | public boolean canExport(ExportContext context, DavResource resource) { method exportContent (line 86) | public boolean exportContent(ExportContext context, boolean isCollecti... method exportContent (line 95) | public boolean exportContent(ExportContext context, DavResource resour... method canImport (line 105) | public boolean canImport(PropertyImportContext context, boolean isColl... method importProperties (line 109) | public Map importProperties(PropertyImportCont... method canExport (line 113) | public boolean canExport(PropertyExportContext context, boolean isColl... method exportProperties (line 117) | public boolean exportProperties(PropertyExportContext exportContext, b... method export (line 125) | private boolean export(ExportContext exportContext) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/XmlHandler.java class XmlHandler (line 43) | public class XmlHandler extends DefaultHandler { method XmlHandler (line 69) | public XmlHandler() { method XmlHandler (line 82) | public XmlHandler(IOManager ioManager) { method XmlHandler (line 94) | public XmlHandler(IOManager ioManager, String collectionNodetype, Stri... method canImport (line 101) | @Override method importData (line 113) | @Override method importProperties (line 130) | @Override method forceCompatibleContentNodes (line 150) | @Override method canExport (line 158) | @Override method exportData (line 180) | @Override method exportProperties (line 193) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/ZipHandler.java class ZipHandler (line 44) | public class ZipHandler extends DefaultHandler { method ZipHandler (line 61) | public ZipHandler() { method ZipHandler (line 76) | public ZipHandler(IOManager ioManager) { method ZipHandler (line 90) | public ZipHandler(IOManager ioManager, String collectionNodetype, Stri... method setIntermediateSave (line 105) | public void setIntermediateSave(boolean intermediateSave) { method canImport (line 112) | @Override method importData (line 124) | @Override method canExport (line 145) | @Override method exportData (line 172) | @Override method exportZipEntry (line 197) | private void exportZipEntry(ExportContext context, ZipOutputStream zou... method importZipEntry (line 229) | private boolean importZipEntry(ZipInputStream zin, ZipEntry entry, Imp... method makeValidJCRPath (line 259) | private static String makeValidJCRPath(String label, boolean appendLea... class ZipEntryImportContext (line 284) | private class ZipEntryImportContext extends ImportContextImpl { method ZipEntryImportContext (line 289) | private ZipEntryImportContext(ImportContext context, ZipEntry entry,... method getImportRoot (line 297) | @Override method getModificationTime (line 302) | @Override method getContentLength (line 307) | @Override class ZipEntryExportContext (line 317) | private static class ZipEntryExportContext extends AbstractExportConte... method ZipEntryExportContext (line 322) | private ZipEntryExportContext(Item exportRoot, OutputStream out, Exp... method getOutputStream (line 339) | public OutputStream getOutputStream() { method setContentType (line 343) | public void setContentType(String mimeType, String encoding) { method setContentLanguage (line 349) | public void setContentLanguage(String contentLanguage) { method setContentLength (line 353) | public void setContentLength(long contentLength) { method setCreationTime (line 359) | public void setCreationTime(long creationTime) { method setModificationTime (line 363) | public void setModificationTime(long modificationTime) { method setETag (line 369) | public void setETag(String etag) { method setProperty (line 373) | public void setProperty(Object propertyName, Object propertyValue) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/jcr/JCRWebdavServer.java class JCRWebdavServer (line 54) | public class JCRWebdavServer implements DavSessionProvider { method JCRWebdavServer (line 73) | public JCRWebdavServer(Repository repository, SessionProvider sessionP... method JCRWebdavServer (line 85) | public JCRWebdavServer(Repository repository, SessionProvider sessionP... method attachSession (line 101) | public boolean attachSession(WebdavRequest request) method releaseSession (line 116) | public void releaseSession(WebdavRequest request) { class DavSessionImpl (line 129) | private class DavSessionImpl extends JcrDavSession { method DavSessionImpl (line 136) | private DavSessionImpl(Session session) { method addReference (line 145) | public void addReference(Object reference) { method removeReference (line 157) | public void removeReference(Object reference) { class SessionCache (line 165) | private class SessionCache { method SessionCache (line 177) | private SessionCache() { method SessionCache (line 188) | private SessionCache(int cacheConcurrencyLevel) { method get (line 202) | private DavSession get(WebdavRequest request) method addReference (line 251) | private void addReference(DavSession session, Object reference) { method removeReference (line 267) | private void removeReference(DavSession session, Object reference) { method containsReference (line 305) | private boolean containsReference(Object reference) { method getSessionByReference (line 318) | private DavSession getSessionByReference(Object reference) { method getRepositorySession (line 330) | private Session getRepositorySession(WebdavRequest request) throws D... method setJcrUserData (line 362) | private void setJcrUserData( method setSessionIdentifier (line 396) | private void setSessionIdentifier( method getUserID (line 405) | private String getUserID(DavSession session) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/AclRemoveHandler.java class AclRemoveHandler (line 28) | public class AclRemoveHandler implements ProtectedItemRemoveHandler { method remove (line 32) | @Override method canHandle (line 47) | private boolean canHandle(Session session, String itemPath) throws Rep... method isJackrabbitAclNodeType (line 57) | private boolean isJackrabbitAclNodeType(Node aclNode) throws Repositor... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/BatchReadConfig.java class BatchReadConfig (line 36) | class BatchReadConfig { method BatchReadConfig (line 50) | BatchReadConfig() {} method load (line 58) | public void load(InputStream in) throws IOException { method add (line 69) | public void add(Properties props) { method getDepth (line 103) | public int getDepth(String ntName) { method getDepth (line 120) | public int getDepth(Node node) { method setDepth (line 141) | public void setDepth(String ntName, int depth) { method getDefaultDepth (line 153) | public int getDefaultDepth() { method setDefaultDepth (line 164) | public void setDefaultDepth(int depth) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/DavexServletService.java class DavexServletService (line 47) | @Component(metatype = true, label = "%dav.name", description = "%dav.des... method getRepository (line 92) | @Override method getResourcePathPrefix (line 97) | @Override method activate (line 102) | @Activate method getSessionProvider (line 116) | @Override method addSessionProvider (line 126) | public synchronized void addSessionProvider(SessionProvider provider) { method removeSessionProvider (line 136) | public synchronized void removeSessionProvider(SessionProvider provide... method getSession (line 153) | public synchronized Session getSession( method releaseSession (line 183) | public synchronized void releaseSession(Session session) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/DiffException.java class DiffException (line 24) | class DiffException extends IOException { method DiffException (line 28) | public DiffException(String message) { method DiffException (line 32) | public DiffException(String message, Throwable cause) { method getCause (line 37) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/DiffHandler.java type DiffHandler (line 22) | interface DiffHandler { method addNode (line 24) | void addNode(String targetPath, String diffValue) throws DiffException; method setProperty (line 26) | void setProperty(String targetPath, String diffValue) throws DiffExcep... method remove (line 28) | void remove(String targetPath, String diffValue) throws DiffException; method move (line 30) | void move(String targetPath, String diffValue) throws DiffException; FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/DiffParser.java class DiffParser (line 27) | class DiffParser { method DiffParser (line 54) | public DiffParser(DiffHandler handler) { method parse (line 58) | public void parse(String str) throws IOException, DiffException { method parse (line 62) | public void parse(InputStream input, String charSetName) throws IOExce... method parse (line 66) | public void parse(Reader reader) throws IOException, DiffException { method informAction (line 180) | private void informAction(int action, String path, StringBuffer diffVa... method isSymbol (line 203) | private static boolean isSymbol(int c) { method isLineSeparator (line 207) | private static boolean isLineSeparator(int c) { method endsWithDelim (line 211) | private static boolean endsWithDelim(StringBuffer bf) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.java class JcrRemotingServlet (line 215) | public abstract class JcrRemotingServlet extends JCRWebdavServerServlet { method init (line 255) | @Override method getResourcePathPrefix (line 335) | protected String getResourcePathPrefix() { method getResourceFactory (line 339) | @Override method doGet (line 344) | @Override method writeMultiple (line 388) | private void writeMultiple( method doPost (line 413) | @Override method canHandle (line 479) | private boolean canHandle(int methodCode, WebdavRequest request, DavRe... method clone (line 502) | private static String clone(Session session, String[] cloneArgs, DavRe... method copy (line 517) | private static String copy(Session session, String[] copyArgs, DavReso... method buildLocationHref (line 538) | private static String buildLocationHref(Session s, String destPath, Da... method processDiff (line 555) | private static void processDiff(Session session, String targetPath, Re... method modifyContent (line 581) | private static String modifyContent(Session session, String targetPath... method createNode (line 616) | private static void createNode(Session session, String nodePath, Reque... method getRepositorySession (line 637) | private static Session getRepositorySession(WebdavRequest request) thr... method getTempDirectory (line 647) | private static File getTempDirectory(ServletContext servletCtx) { class DavLocatorFactoryImpl (line 655) | private static class DavLocatorFactoryImpl extends org.apache.jackrabb... method DavLocatorFactoryImpl (line 657) | public DavLocatorFactoryImpl(String s) { method createResourceLocator (line 661) | @Override method createResourceLocator (line 666) | @Override method createResourceLocator (line 675) | @Override method endsWithJson (line 684) | private static boolean endsWithJson(String s) { class WrappingLocator (line 697) | private static class WrappingLocator implements DavResourceLocator { method WrappingLocator (line 704) | private WrappingLocator(DavResourceLocator loc) { method extract (line 708) | private void extract() { method getDepth (line 724) | private int getDepth() { method getPrefix (line 735) | public String getPrefix() { method getResourcePath (line 738) | public String getResourcePath() { method getWorkspacePath (line 741) | public String getWorkspacePath() { method getWorkspaceName (line 744) | public String getWorkspaceName() { method isSameWorkspace (line 747) | public boolean isSameWorkspace(DavResourceLocator davResourceLocator) { method isSameWorkspace (line 750) | public boolean isSameWorkspace(String string) { method getHref (line 753) | public String getHref(boolean b) { method isRootLocation (line 756) | public boolean isRootLocation() { method getFactory (line 759) | public DavLocatorFactory getFactory() { method getRepositoryPath (line 762) | public String getRepositoryPath() { class ResourceFactoryImpl (line 778) | private static class ResourceFactoryImpl extends org.apache.jackrabbit... method ResourceFactoryImpl (line 786) | public ResourceFactoryImpl(TxLockManagerImpl txMgr, SubscriptionMana... method getItem (line 790) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JsonDiffHandler.java class JsonDiffHandler (line 59) | class JsonDiffHandler implements DiffHandler { method JsonDiffHandler (line 76) | JsonDiffHandler(Session session, String requestItemPath, RequestData d... method JsonDiffHandler (line 80) | JsonDiffHandler(Session session, String requestItemPath, RequestData d... method addNode (line 92) | @Override method setProperty (line 113) | @Override method remove (line 178) | @Override method move (line 204) | @Override method getItemPath (line 274) | String getItemPath(String diffPath) throws RepositoryException { method addNode (line 290) | private void addNode(String parentPath, String nodeName, String diffVa... method getNodeTypeManager (line 310) | private NodeTypeManager getNodeTypeManager() throws RepositoryException { method normalize (line 317) | private static String normalize(String path) { method createContentHandler (line 340) | private static ContentHandler createContentHandler(Node parent) throws... method importNode (line 344) | private static Node importNode(Node parent, String nodeName, String nt... method setPrimaryType (line 400) | private static void setPrimaryType(Node n, Value[] values) throws Repo... method setMixins (line 411) | private static void setMixins(Node n, Value[] values) throws Repositor... method getOrderPosition (line 437) | private static String getOrderPosition(String diffValue) { method extractValuesFromRequest (line 450) | private Value[] extractValuesFromRequest(String paramName) throws Repo... method extractValue (line 482) | private Value extractValue(String diffValue) throws RepositoryExceptio... method extractValues (line 490) | private Value[] extractValues(String diffValue) throws RepositoryExcep... class ValueHandler (line 502) | private final class ValueHandler implements JsonHandler { method object (line 505) | @Override method endObject (line 509) | @Override method array (line 513) | @Override method endArray (line 517) | @Override method key (line 521) | @Override method value (line 526) | @Override method value (line 530) | @Override method value (line 534) | @Override method value (line 538) | @Override method getValue (line 543) | private Value getValue() { class ValuesHandler (line 551) | private final class ValuesHandler implements JsonHandler { method object (line 554) | @Override method endObject (line 558) | @Override method array (line 562) | @Override method endArray (line 566) | @Override method key (line 570) | @Override method value (line 575) | @Override method value (line 583) | @Override method value (line 587) | @Override method value (line 591) | @Override method getValues (line 596) | private Value[] getValues() { class NodeHandler (line 605) | private final class NodeHandler implements JsonHandler { method NodeHandler (line 611) | private NodeHandler(Node parent, String nodeName) throws IOException { method object (line 616) | @Override method endObject (line 638) | @Override method array (line 664) | @Override method endArray (line 676) | @Override method key (line 686) | @Override method value (line 691) | @Override method value (line 697) | @Override method value (line 702) | @Override method value (line 708) | @Override method value (line 713) | private void value(Value v) throws IOException { class ImportItem (line 723) | private abstract class ImportItem { method ImportItem (line 731) | private ImportItem(String parentPath, String name) throws IOException { method setNameAttribute (line 740) | void setNameAttribute(AttributesImpl attr) { method getPath (line 744) | String getPath() { method mandatesImport (line 748) | abstract boolean mandatesImport(Node parent); method createItem (line 750) | abstract void createItem(Node parent) throws RepositoryException, IO... method importItem (line 752) | abstract void importItem(ContentHandler contentHandler) throws IOExc... class ImportNode (line 755) | private final class ImportNode extends ImportItem { method ImportNode (line 765) | private ImportNode(String parentPath, String name) throws IOException { method getUUID (line 769) | private String getUUID() { method getPrimaryType (line 780) | private String getPrimaryType() { method mandatesImport (line 791) | @Override method addProp (line 816) | void addProp(ImportProp prop) { method addProp (line 827) | void addProp(ImportMvProp prop) { method addNode (line 831) | void addNode(ImportNode node) { method importItem (line 835) | @Override method createItem (line 862) | @Override class ImportProperty (line 894) | private abstract class ImportProperty extends ImportItem { method ImportProperty (line 900) | private ImportProperty(String parentPath, String name) throws IOExce... method mandatesImport (line 904) | @Override method importItem (line 910) | @Override method setTypeAttribute (line 924) | void setTypeAttribute(AttributesImpl attr) { method startValueElement (line 938) | abstract void startValueElement(ContentHandler contentHandler) throw... class ImportProp (line 941) | private final class ImportProp extends ImportProperty { method ImportProp (line 945) | private ImportProp(String parentPath, String name, Value value) thro... method createItem (line 958) | @Override method startValueElement (line 963) | @Override class ImportMvProp (line 980) | private final class ImportMvProp extends ImportProperty { method ImportMvProp (line 984) | private ImportMvProp(String parentPath, String name) throws IOExcept... method createItem (line 988) | @Override method startValueElement (line 998) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JsonWriter.java class JsonWriter (line 48) | class JsonWriter { method JsonWriter (line 57) | JsonWriter(Writer writer) { method write (line 61) | void write(Node node, int maxLevels) throws RepositoryException, IOExc... method write (line 65) | void write(Collection nodes, int maxLevels) method write (line 84) | private void write(Node node, int currentLevel, int maxLevels) method writeChildInfo (line 147) | private void writeChildInfo(Node n) throws RepositoryException, IOExce... method writeProperty (line 169) | private void writeProperty(Property p) throws RepositoryException, IOE... method requiresTypeInfo (line 204) | private static boolean requiresTypeInfo(Property p) throws RepositoryE... method writeKeyValue (line 221) | private void writeKeyValue(String key, String value, boolean hasNext) ... method writeKeyValue (line 229) | private void writeKeyValue(String key, Value value) throws RepositoryE... method writeKeyArray (line 234) | private void writeKeyArray(String key, Value[] values) throws Reposito... method writeKeyValue (line 246) | private void writeKeyValue(String key, long binLength) throws IOExcept... method writeKeyArray (line 251) | private void writeKeyArray(String key, long[] binLengths) throws Repos... method writeKey (line 263) | private void writeKey(String key) throws IOException { method writeJsonValue (line 268) | private void writeJsonValue(Value v) throws RepositoryException, IOExc... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/ProtectedItemRemoveHandler.java type ProtectedItemRemoveHandler (line 25) | public interface ProtectedItemRemoveHandler { method remove (line 27) | public boolean remove(Session session, String itemPath) throws Reposit... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/ProtectedRemoveConfig.java class ProtectedRemoveConfig (line 36) | class ProtectedRemoveConfig { method ProtectedRemoveConfig (line 46) | ProtectedRemoveConfig(ProtectedRemoveManager manager) { method parse (line 50) | void parse(InputStream inputStream) throws IOException { method createHandler (line 72) | private ProtectedItemRemoveHandler createHandler(Element parent) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/ProtectedRemoveManager.java class ProtectedRemoveManager (line 34) | class ProtectedRemoveManager { method ProtectedRemoveManager (line 40) | ProtectedRemoveManager(){ method ProtectedRemoveManager (line 44) | ProtectedRemoveManager(String config) throws IOException { method load (line 69) | void load(InputStream fis) throws IOException { method remove (line 74) | boolean remove(Session session, String itemPath) throws RepositoryExce... method createHandler (line 89) | ProtectedItemRemoveHandler createHandler(String className) { method addHandler (line 104) | void addHandler(ProtectedItemRemoveHandler instance) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/util/HttpMultipartPost.java class HttpMultipartPost (line 41) | class HttpMultipartPost { method HttpMultipartPost (line 50) | HttpMultipartPost(HttpServletRequest request, File tmpDir) throws IOEx... method getFileItemFactory (line 55) | private static FileItemFactory getFileItemFactory(File tmpDir) { method extractMultipart (line 60) | private void extractMultipart(HttpServletRequest request, File tmpDir) method addItem (line 93) | private void addItem(FileItem item) { method checkInitialized (line 110) | private void checkInitialized() { method dispose (line 122) | synchronized void dispose() { method getParameterNames (line 141) | Set getParameterNames() { method getParameterTypes (line 176) | String[] getParameterTypes(String name) { method getParameter (line 202) | String getParameter(String name) { method getParameterValues (line 230) | String[] getParameterValues(String name) { method getFileParameterNames (line 256) | Set getFileParameterNames() { method getFileParameterValues (line 269) | InputStream[] getFileParameterValues(String name) throws IOException { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/util/RequestData.java class RequestData (line 29) | public class RequestData { method RequestData (line 34) | public RequestData(HttpServletRequest request, File tmpDir) throws IOE... method dispose (line 42) | public void dispose() { method getParameterNames (line 51) | public Iterator getParameterNames() { method getParameter (line 71) | public String getParameter(String name) { method getParameterTypes (line 85) | public String[] getParameterTypes(String name) { method getParameterValues (line 102) | public String[] getParameterValues(String name) { method getFileParameters (line 115) | public InputStream[] getFileParameters(String name) throws IOException { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/AbstractItemResource.java class AbstractItemResource (line 57) | abstract class AbstractItemResource extends AbstractResource implements method AbstractItemResource (line 73) | AbstractItemResource(DavResourceLocator locator, JcrDavSession session, method getComplianceClass (line 87) | @Override method getProperty (line 97) | @Override method getSupportedMethods (line 140) | @Override method exists (line 151) | @Override method getDisplayName (line 166) | @Override method spool (line 179) | @Override method getCollection (line 221) | @Override method move (line 244) | @Override method copy (line 288) | @Override method init (line 320) | @Override method subscribe (line 329) | @Override method unsubscribe (line 339) | @Override method poll (line 348) | @Override method initLockSupport (line 362) | @Override method initPropertyNames (line 372) | @Override method initProperties (line 397) | @Override method getWorkspaceHref (line 424) | @Override method complete (line 444) | void complete() throws DavException { method getItemName (line 470) | protected static String getItemName(String itemPath) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/AbstractResource.java class AbstractResource (line 94) | abstract class AbstractResource implements DavResource, TransactionResou... method AbstractResource (line 133) | AbstractResource(DavResourceLocator locator, JcrDavSession session, method getComplianceClass (line 156) | @Override method getLocator (line 164) | @Override method getResourcePath (line 178) | @Override method getHref (line 187) | @Override method getPropertyNames (line 195) | @Override method getProperty (line 204) | @Override method getProperties (line 234) | @Override method setProperty (line 249) | @Override method removeProperty (line 261) | @Override method alterProperties (line 271) | @Override method move (line 283) | @Override method copy (line 296) | @Override method isLockable (line 312) | @Override method hasLock (line 325) | @Override method getLock (line 333) | @Override method getLocks (line 346) | @Override method lock (line 374) | @Override method refreshLock (line 391) | @Override method unlock (line 404) | @Override method addLockManager (line 412) | @Override method getFactory (line 422) | @Override method getSession (line 432) | @Override method init (line 441) | @Override method unlock (line 450) | @Override method getTransactionId (line 458) | @Override method getOptionResponse (line 469) | @Override method getReport (line 496) | @Override method addWorkspace (line 527) | @Override method getReferenceResources (line 541) | @Override method getResourceFromHref (line 566) | private DavResource getResourceFromHref(String href) throws DavExcepti... method getQueryGrammerSet (line 591) | @Override method search (line 602) | @Override method initPropertyNames (line 611) | protected void initPropertyNames() { method initProperties (line 618) | protected void initProperties() { method createResourceFromLocator (line 658) | protected DavResource createResourceFromLocator(DavResourceLocator loc) method getLocatorFromItemPath (line 674) | protected DavResourceLocator getLocatorFromItemPath(String itemPath) { method getLocatorFromItem (line 686) | protected DavResourceLocator getLocatorFromItem(Item repositoryItem) { method getRepositorySession (line 704) | protected Session getRepositorySession() { method initLockSupport (line 713) | abstract protected void initLockSupport(); method initSupportedReports (line 726) | protected void initSupportedReports() { method getWorkspaceHref (line 743) | abstract protected String getWorkspaceHref(); method getCreatorDisplayName (line 751) | protected String getCreatorDisplayName() { method getCreationDate (line 761) | protected String getCreationDate() { method normalizeResourceHref (line 770) | protected String normalizeResourceHref(final String href) { method registerEventListener (line 801) | void registerEventListener(EventListener listener, String nodePath) th... method unregisterEventListener (line 812) | void unregisterEventListener(EventListener listener) throws Repository... class EListener (line 821) | class EListener implements EventListener { method EListener (line 834) | EListener(DavPropertyNameSet propNameSet, MultiStatus ms) { method onEvent (line 842) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/DavLocatorFactoryImpl.java class DavLocatorFactoryImpl (line 26) | public class DavLocatorFactoryImpl extends AbstractLocatorFactory { method DavLocatorFactoryImpl (line 36) | public DavLocatorFactoryImpl(String pathPrefix) { method getRepositoryPath (line 48) | @Override method getResourcePath (line 77) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/DavResourceFactoryImpl.java class DavResourceFactoryImpl (line 54) | public class DavResourceFactoryImpl implements DavResourceFactory { method DavResourceFactoryImpl (line 67) | public DavResourceFactoryImpl(TxLockManagerImpl txMgr, SubscriptionMan... method createResource (line 88) | public DavResource createResource(DavResourceLocator locator, method createResource (line 172) | public DavResource createResource(DavResourceLocator locator, DavSessi... method createResourceForItem (line 210) | private DavResource createResourceForItem(DavResourceLocator locator, ... method getItem (line 228) | protected Item getItem(JcrDavSession sessionImpl, DavResourceLocator l... method isVersionControlled (line 240) | private boolean isVersionControlled(DavResource resource) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/DefaultItemCollection.java class DefaultItemCollection (line 102) | public class DefaultItemCollection extends AbstractItemResource method DefaultItemCollection (line 116) | protected DefaultItemCollection(DavResourceLocator locator, method getComplianceClass (line 129) | @Override method getModificationTime (line 144) | @Override method getSupportedMethods (line 163) | @Override method isCollection (line 181) | @Override method spool (line 194) | @Override method getProperty (line 211) | @Override method setProperty (line 265) | @Override method internalSetProperty (line 278) | private void internalSetProperty(DavProperty property) throws DavEx... method removeProperty (line 337) | @Override method internalRemoveProperty (line 350) | private void internalRemoveProperty(DavPropertyName propertyName) thro... method alterProperties (line 385) | @Override method addMember (line 430) | @Override method getMembers (line 539) | @Override method removeMember (line 579) | @Override method hasLock (line 606) | @Override method getLock (line 633) | @Override method lock (line 675) | @Override method refreshLock (line 724) | @Override method unlock (line 765) | @Override method getWriteLock (line 789) | private ActiveLock getWriteLock() throws DavException { method isOrderable (line 810) | @Override method orderMembers (line 832) | @Override method getRelDestinationPath (line 869) | private String getRelDestinationPath(Position position, NodeIterator c... method initLockSupport (line 916) | @Override method initSupportedReports (line 940) | @Override method initPropertyNames (line 949) | @Override method initProperties (line 975) | @Override method getCreatorDisplayName (line 993) | @Override method getCreationDate (line 1009) | @Override method getHrefProperty (line 1034) | protected HrefProperty getHrefProperty(DavPropertyName name, Item[] va... method addHrefProperty (line 1051) | protected void addHrefProperty(DavPropertyName name, Item[] values, bo... method getHrefProperty (line 1065) | protected HrefProperty getHrefProperty(DavPropertyName name, PropertyI... method addHrefProperty (line 1084) | protected void addHrefProperty(DavPropertyName name, PropertyIterator ... method getHrefProperty (line 1098) | protected HrefProperty getHrefProperty(DavPropertyName name, VersionIt... method addHrefProperty (line 1116) | protected void addHrefProperty(DavPropertyName name, VersionIterator i... method buildValuesProperty (line 1129) | private ValuesProperty buildValuesProperty(InputStream in) { method hasPrimaryItem (line 1151) | private boolean hasPrimaryItem() { method isReferenceable (line 1160) | private boolean isReferenceable() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/DefaultItemResource.java class DefaultItemResource (line 77) | public class DefaultItemResource extends AbstractItemResource { method DefaultItemResource (line 87) | public DefaultItemResource(DavResourceLocator locator, JcrDavSession s... method isCollection (line 99) | @Override method getModificationTime (line 110) | @Override method spool (line 127) | @Override method spoolMultiValued (line 142) | private void spoolMultiValued(OutputStream out) { method spoolSingleValued (line 165) | private void spoolSingleValued(OutputStream out) throws IOException { method getProperty (line 183) | @Override method setProperty (line 221) | @Override method internalSetProperty (line 235) | private void internalSetProperty(DavProperty property) throws DavEx... method removeProperty (line 265) | @Override method alterProperties (line 285) | @Override method addMember (line 308) | @Override method getMembers (line 320) | @Override method removeMember (line 332) | @Override method getLock (line 349) | @Override method initPropertyNames (line 359) | @Override method initProperties (line 373) | @Override method isMultiple (line 411) | private boolean isMultiple() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/EventJournalResourceImpl.java class EventJournalResourceImpl (line 82) | public class EventJournalResourceImpl extends AbstractResource { method EventJournalResourceImpl (line 94) | EventJournalResourceImpl(EventJournal journal, DavResourceLocator loca... method getSupportedMethods (line 102) | @Override method exists (line 107) | @Override method isCollection (line 118) | @Override method getDisplayName (line 123) | @Override method getModificationTime (line 128) | @Override method spool (line 160) | @Override method getCollection (line 421) | @Override method addMember (line 426) | @Override method getMembers (line 431) | @Override method removeMember (line 436) | @Override method initLockSupport (line 441) | @Override method getWorkspaceHref (line 446) | @Override method writeElement (line 451) | private void writeElement(TransformerHandler th, String ns, String nam... method writeAtomElement (line 460) | private void writeAtomElement(TransformerHandler th, String name, Attr... method writeAtomElement (line 465) | private void writeAtomElement(TransformerHandler th, String name, Stri... method writeObsElement (line 469) | private void writeObsElement(TransformerHandler th, String name, Strin... method getFullUri (line 473) | private String getFullUri(HttpServletRequest req) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/ItemResourceConstants.java type ItemResourceConstants (line 35) | public interface ItemResourceConstants extends JcrRemotingConstants { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/JCRWebdavServerServlet.java class JCRWebdavServerServlet (line 51) | public abstract class JCRWebdavServerServlet extends AbstractWebdavServl... method init (line 94) | @Override method isPreconditionValid (line 122) | @Override method getDavSessionProvider (line 158) | @Override method setDavSessionProvider (line 182) | @Override method getLocatorFactory (line 192) | @Override method setLocatorFactory (line 205) | @Override method getResourceFactory (line 215) | @Override method setResourceFactory (line 228) | @Override method validateDestination (line 244) | @Override method getPathPrefix (line 293) | public static String getPathPrefix(ServletContext ctx) { method getRepository (line 302) | protected abstract Repository getRepository(); method getCredentialsProvider (line 309) | protected CredentialsProvider getCredentialsProvider() { method getSessionProvider (line 318) | protected SessionProvider getSessionProvider() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/JcrDavException.java class JcrDavException (line 55) | public class JcrDavException extends DavException { method lookupErrorCode (line 83) | private static int lookupErrorCode(Class exceptio... method JcrDavException (line 115) | public JcrDavException(Throwable cause, int errorCode) { method JcrDavException (line 131) | public JcrDavException(RepositoryException cause) { method hasErrorCondition (line 140) | @Override method toXml (line 153) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/JcrDavSession.java class JcrDavSession (line 45) | public abstract class JcrDavSession implements DavSession { method JcrDavSession (line 59) | protected JcrDavSession(Session session) { method checkImplementation (line 68) | public static void checkImplementation(DavSession davSession) throws D... method getRepositorySession (line 80) | public static Session getRepositorySession(DavSession davSession) thro... method getRepositorySession (line 90) | public Session getRepositorySession() { method addLockToken (line 100) | @Override method getLockTokens (line 118) | @Override method removeLockToken (line 128) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/JcrValueType.java class JcrValueType (line 23) | @Deprecated FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/RootCollection.java class RootCollection (line 56) | public class RootCollection extends AbstractResource { method RootCollection (line 67) | protected RootCollection(DavResourceLocator locator, JcrDavSession ses... method getSupportedMethods (line 84) | @Override method exists (line 100) | @Override method getProperty (line 105) | @Override method isCollection (line 126) | @Override method getDisplayName (line 137) | @Override method getModificationTime (line 148) | @Override method spool (line 160) | @Override method getCollection (line 209) | @Override method addMember (line 218) | @Override method getMembers (line 230) | @Override method removeMember (line 255) | @Override method addWorkspace (line 270) | @Override method initLockSupport (line 285) | @Override method getWorkspaceHref (line 298) | @Override method initPropertyNames (line 303) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/VersionControlledItemCollection.java class VersionControlledItemCollection (line 69) | public class VersionControlledItemCollection extends DefaultItemCollection method VersionControlledItemCollection (line 82) | public VersionControlledItemCollection(DavResourceLocator locator, method getSupportedMethods (line 99) | @Override method getProperty (line 119) | @Override method alterProperties (line 154) | @Override method resolveMergeConflict (line 184) | private void resolveMergeConflict(List changeList... method addVersionControl (line 284) | @Override method checkin (line 306) | @Override method checkout (line 330) | @Override method uncheckout (line 353) | @Override method update (line 377) | @Override method merge (line 456) | @Override method label (line 504) | @Override method getVersionHistory (line 537) | @Override method initSupportedReports (line 558) | @Override method initPropertyNames (line 569) | @Override method initProperties (line 599) | @Override method addHrefProperty (line 647) | private void addHrefProperty(DavPropertyName name, Value[] values, method isVersionControlled (line 661) | private boolean isVersionControlled() { method getLocatorFromHref (line 679) | private DavResourceLocator getLocatorFromHref(String href) { method getVersionManager (line 685) | private VersionManager getVersionManager() throws RepositoryException { method obtainAbsolutePathFromUri (line 689) | private static String obtainAbsolutePathFromUri(String uri) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/WorkspaceResourceImpl.java class WorkspaceResourceImpl (line 88) | public class WorkspaceResourceImpl extends AbstractResource method WorkspaceResourceImpl (line 100) | WorkspaceResourceImpl(DavResourceLocator locator, JcrDavSession sessio... method getProperty (line 108) | @Override method getSupportedMethods (line 159) | @Override method exists (line 177) | @Override method isCollection (line 191) | @Override method getDisplayName (line 203) | @Override method getModificationTime (line 213) | @Override method spool (line 222) | @Override method getCollection (line 276) | @Override method addMember (line 296) | @Override method getMembers (line 307) | @Override method removeMember (line 328) | @Override method setProperty (line 347) | @Override method alterProperties (line 441) | @Override method addVersionControl (line 467) | @Override method checkin (line 477) | @Override method checkout (line 486) | @Override method uncheckout (line 495) | @Override method update (line 514) | @Override method merge (line 565) | @Override method label (line 574) | @Override method getVersionHistory (line 583) | @Override method initLockSupport (line 589) | @Override method initSupportedReports (line 594) | @Override method getWorkspaceHref (line 600) | @Override method initPropertyNames (line 605) | @Override method initProperties (line 615) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/lock/JcrActiveLock.java class JcrActiveLock (line 34) | public class JcrActiveLock extends AbstractActiveLock implements ActiveL... method JcrActiveLock (line 46) | public JcrActiveLock(Lock lock) { method isLockedByToken (line 60) | public boolean isLockedByToken(String lockToken) { method isExpired (line 70) | public boolean isExpired() { method getToken (line 95) | public String getToken() { method getOwner (line 109) | public String getOwner() { method setOwner (line 116) | public void setOwner(String owner) { method getTimeout (line 128) | public long getTimeout() { method setTimeout (line 155) | public void setTimeout(long timeout) { method isDeep (line 162) | public boolean isDeep() { method setIsDeep (line 169) | public void setIsDeep(boolean isDeep) { method getType (line 179) | public Type getType() { method getScope (line 189) | public Scope getScope() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/lock/LockTokenMapper.java class LockTokenMapper (line 43) | public class LockTokenMapper { method getDavLocktoken (line 53) | public static String getDavLocktoken(Lock lock) throws RepositoryExcep... method getJcrLockToken (line 63) | public static String getJcrLockToken(String token) throws RepositoryEx... method isForSessionScopedLock (line 71) | public static boolean isForSessionScopedLock(String token) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/lock/SessionScopedLockEntry.java class SessionScopedLockEntry (line 31) | public class SessionScopedLockEntry extends AbstractLockEntry { method getType (line 39) | public Type getType() { method getScope (line 47) | public Scope getScope() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/nodetype/ItemDefinitionImpl.java class ItemDefinitionImpl (line 33) | abstract public class ItemDefinitionImpl implements ItemDefinition, Node... method ItemDefinitionImpl (line 44) | ItemDefinitionImpl(ItemDefinition definition) { method getDeclaringNodeType (line 59) | public NodeType getDeclaringNodeType() { method getName (line 66) | public String getName() { method isAutoCreated (line 73) | public boolean isAutoCreated() { method isMandatory (line 80) | public boolean isMandatory() { method getOnParentVersion (line 87) | public int getOnParentVersion() { method isProtected (line 94) | public boolean isProtected() { method toXml (line 105) | public Element toXml(Document document) { method getElementName (line 125) | abstract String getElementName(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/nodetype/NodeDefinitionImpl.java class NodeDefinitionImpl (line 31) | public final class NodeDefinitionImpl extends ItemDefinitionImpl impleme... method NodeDefinitionImpl (line 39) | private NodeDefinitionImpl(NodeDefinition definition) { method create (line 47) | public static NodeDefinitionImpl create(NodeDefinition definition) { method getRequiredPrimaryTypes (line 59) | public NodeType[] getRequiredPrimaryTypes() { method getDefaultPrimaryType (line 66) | public NodeType getDefaultPrimaryType() { method allowsSameNameSiblings (line 73) | public boolean allowsSameNameSiblings() { method getDefaultPrimaryTypeName (line 80) | public String getDefaultPrimaryTypeName() { method getRequiredPrimaryTypeNames (line 87) | public String[] getRequiredPrimaryTypeNames() { method toXml (line 102) | @Override method getElementName (line 128) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/nodetype/NodeTypeProperty.java class NodeTypeProperty (line 35) | public class NodeTypeProperty extends AbstractDavProperty> i... method NodeTypeProperty (line 39) | public NodeTypeProperty(DavPropertyName name, NodeType nodeType, boole... method NodeTypeProperty (line 43) | public NodeTypeProperty(DavPropertyName name, NodeType[] nodeTypes, bo... method NodeTypeProperty (line 52) | public NodeTypeProperty(DavPropertyName name, String[] nodeTypeNames, ... method NodeTypeProperty (line 67) | public NodeTypeProperty(DavProperty property) { method getNodeTypeNames (line 81) | public Set getNodeTypeNames() { method getValue (line 90) | public Set getValue() { method toXml (line 97) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/nodetype/PropertyDefinitionImpl.java class PropertyDefinitionImpl (line 33) | public final class PropertyDefinitionImpl extends ItemDefinitionImpl imp... method PropertyDefinitionImpl (line 45) | private PropertyDefinitionImpl(PropertyDefinition definition) { method create (line 57) | public static PropertyDefinitionImpl create(PropertyDefinition definit... method getRequiredType (line 69) | public int getRequiredType() { method getValueConstraints (line 76) | public String[] getValueConstraints() { method getDefaultValues (line 83) | public Value[] getDefaultValues() { method isMultiple (line 90) | public boolean isMultiple() { method getAvailableQueryOperators (line 97) | public String[] getAvailableQueryOperators() { method isFullTextSearchable (line 104) | public boolean isFullTextSearchable() { method isQueryOrderable (line 111) | public boolean isQueryOrderable() { method toXml (line 122) | @Override method getElementName (line 175) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/observation/SubscriptionImpl.java class SubscriptionImpl (line 67) | public class SubscriptionImpl implements Subscription, ObservationConsta... method SubscriptionImpl (line 90) | public SubscriptionImpl(SubscriptionInfo info, ObservationResource res... method getSubscriptionId (line 108) | public String getSubscriptionId() { method eventsProvideNodeTypeInformation (line 112) | public boolean eventsProvideNodeTypeInformation() { method eventsProvideNoLocalFlag (line 117) | public boolean eventsProvideNoLocalFlag() { method toXml (line 132) | public Element toXml(Document document) { method setInfo (line 158) | void setInfo(SubscriptionInfo info) { method getJcrEventTypes (line 172) | int getJcrEventTypes() throws DavException { method getUuidFilters (line 184) | String[] getUuidFilters() { method getNodetypeNameFilters (line 191) | String[] getNodetypeNameFilters() { method getFilterValues (line 195) | private String[] getFilterValues(String filterLocalName) { method isNoLocal (line 211) | boolean isNoLocal() { method isDeep (line 218) | boolean isDeep() { method getLocator (line 226) | DavResourceLocator getLocator() { method isSubscribedToResource (line 238) | boolean isSubscribedToResource(ObservationResource resource) { method isExpired (line 248) | boolean isExpired() { method discoverEvents (line 262) | synchronized EventDiscovery discoverEvents(long timeout) { method createTransactionListener (line 284) | TransactionListener createTransactionListener() { method suspend (line 315) | void suspend() throws DavException { method resume (line 327) | void resume() throws DavException { method onEvent (line 348) | public synchronized void onEvent(EventIterator events) { method getEventType (line 383) | public static EventType getEventType(int jcrEventType) { method getAllEventTypes (line 391) | public static EventType[] getAllEventTypes() { method getJcrEventType (line 416) | public static int getJcrEventType(EventType eventType) throws DavExcep... class EventBundleImpl (line 435) | private class EventBundleImpl implements EventBundle { method EventBundleImpl (line 441) | private EventBundleImpl(EventIterator events) { method EventBundleImpl (line 445) | private EventBundleImpl(EventIterator events, String transactionId) { method toXml (line 450) | public Element toXml(Document document) { method serializeInfoMap (line 548) | protected static void serializeInfoMap(Element eventElem, Session sess... class TransactionEvent (line 581) | private class TransactionEvent implements EventListener, TransactionLi... method onEvent (line 588) | public void onEvent(EventIterator events) { method beforeCommit (line 604) | public void beforeCommit(TransactionResource resource, String lockTo... method afterCommit (line 622) | public void afterCommit(TransactionResource resource, FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/observation/SubscriptionManagerImpl.java class SubscriptionManagerImpl (line 54) | public class SubscriptionManagerImpl implements SubscriptionManager, Tra... method getSubscriptionDiscovery (line 75) | public SubscriptionDiscovery getSubscriptionDiscovery(ObservationResou... method subscribe (line 90) | public Subscription subscribe(SubscriptionInfo info, String subscripti... method registerSubscription (line 123) | private void registerSubscription(SubscriptionImpl subscription, method unsubscribe (line 149) | public void unsubscribe(String subscriptionId, ObservationResource res... method unregisterSubscription (line 165) | private void unregisterSubscription(SubscriptionImpl subscription, method poll (line 191) | public EventDiscovery poll(String subscriptionId, long timeout, Observ... method validate (line 211) | private SubscriptionImpl validate(String subscriptionId, ObservationRe... method getRepositorySession (line 234) | private static Session getRepositorySession(ObservationResource resour... method beforeCommit (line 243) | public synchronized void beforeCommit(TransactionResource resource, method afterCommit (line 259) | public void afterCommit(TransactionResource resource, String lockToken... class WrappedSubscription (line 274) | private static class WrappedSubscription implements Subscription { method WrappedSubscription (line 278) | private WrappedSubscription(Subscription subsc) { method getSubscriptionId (line 282) | public String getSubscriptionId() { method toXml (line 288) | public Element toXml(Document document) { method eventsProvideNodeTypeInformation (line 292) | public boolean eventsProvideNodeTypeInformation() { method eventsProvideNoLocalFlag (line 296) | public boolean eventsProvideNoLocalFlag() { class SubscriptionMap (line 305) | private class SubscriptionMap { method contains (line 310) | private boolean contains(String subscriptionId) { method get (line 314) | private SubscriptionImpl get(String subscriptionId) { method iterator (line 318) | private Iterator iterator() { method put (line 322) | private void put(String subscriptionId, SubscriptionImpl subscriptio... method remove (line 337) | private void remove(String subscriptionId) { method getByPath (line 342) | private Subscription[] getByPath(DavResourceLocator locator) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/property/JcrDavPropertyNameSet.java class JcrDavPropertyNameSet (line 33) | public final class JcrDavPropertyNameSet implements ItemResourceConstants { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/property/LengthsProperty.java class LengthsProperty (line 30) | public class LengthsProperty extends AbstractDavProperty impleme... method LengthsProperty (line 39) | public LengthsProperty(long[] lengths) { method getValue (line 50) | public long[] getValue() { method toXml (line 57) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/property/NamespacesProperty.java class NamespacesProperty (line 41) | public class NamespacesProperty extends AbstractDavProperty namespaces) { method NamespacesProperty (line 61) | public NamespacesProperty(DavProperty property) throws DavException { method getNamespaces (line 84) | public Map getNamespaces() { method getValue (line 88) | public Map getValue() { method toXml (line 95) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/property/ValuesProperty.java class ValuesProperty (line 44) | public class ValuesProperty extends AbstractDavProperty impleme... method ValuesProperty (line 55) | public ValuesProperty(Value value) { method ValuesProperty (line 67) | public ValuesProperty(Value[] values) { method ValuesProperty (line 83) | public ValuesProperty(DavProperty property, int defaultType, method checkPropertyName (line 95) | private void checkPropertyName(DavPropertyName reqName) throws ValueFo... method getJcrValues (line 108) | public Value[] getJcrValues(int propertyType, ValueFactory valueFactor... method getJcrValues (line 122) | public Value[] getJcrValues() throws ValueFormatException { method getJcrValue (line 133) | public Value getJcrValue(int propertyType, ValueFactory valueFactory) ... method getJcrValue (line 145) | public Value getJcrValue() throws ValueFormatException { method getValueType (line 156) | public int getValueType() { method getValue (line 169) | public Value[] getValue() { method toXml (line 178) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/search/SearchResourceImpl.java class SearchResourceImpl (line 57) | public class SearchResourceImpl implements SearchResource { method SearchResourceImpl (line 64) | public SearchResourceImpl(DavResourceLocator locator, JcrDavSession se... method getQueryGrammerSet (line 73) | public QueryGrammerSet getQueryGrammerSet() { method search (line 96) | public MultiStatus search(SearchInfo sInfo) throws DavException { method getQuery (line 138) | private Query getQuery(SearchInfo sInfo) method queryResultToMultiStatus (line 211) | private void queryResultToMultiStatus(QueryResult result, MultiStatus ms) method getHref (line 274) | private String getHref(String path) throws RepositoryException { method encode (line 280) | private String encode(String[] names) { method createSelectorNames (line 291) | private static String[] createSelectorNames(Iterable rows) method isPathOrScore (line 306) | private static boolean isPathOrScore(String columnName) { method getRepositorySession (line 314) | private Session getRepositorySession() { type RowValue (line 318) | private interface RowValue { method getValue (line 320) | public Value getValue(Row row) throws RepositoryException; method getColumnName (line 322) | public String getColumnName() throws RepositoryException; method getSelectorName (line 324) | public String getSelectorName() throws RepositoryException; class PlainValue (line 327) | private static final class PlainValue extends SelectorValue { method PlainValue (line 329) | public PlainValue(String columnName, method getValue (line 335) | public Value getValue(Row row) throws RepositoryException { class SelectorValue (line 340) | private static abstract class SelectorValue implements RowValue { method SelectorValue (line 348) | public SelectorValue(String columnName, method getColumnName (line 356) | public String getColumnName() throws RepositoryException { method getSelectorName (line 360) | public String getSelectorName() throws RepositoryException { class ScoreValue (line 365) | private static final class ScoreValue extends SelectorValue { method ScoreValue (line 367) | public ScoreValue(String columnName, method getValue (line 373) | public Value getValue(Row row) throws RepositoryException { class PathValue (line 384) | private static final class PathValue extends SelectorValue { method PathValue (line 386) | public PathValue(String columnName, method getValue (line 392) | public Value getValue(Row row) throws RepositoryException { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/search/SearchResultProperty.java class SearchResultProperty (line 42) | public class SearchResultProperty extends AbstractDavProperty i... method SearchResultProperty (line 61) | public SearchResultProperty(String[] columnNames, method SearchResultProperty (line 80) | public SearchResultProperty(DavProperty property, ValueFactory valu... method getColumnNames (line 103) | public String[] getColumnNames() { method getSelectorNames (line 110) | public String[] getSelectorNames() { method getValues (line 121) | public Value[] getValues() { method getValue (line 131) | public Value[] getValue() { method toXml (line 175) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/security/JcrSupportedPrivilegesProperty.java class JcrSupportedPrivilegesProperty (line 39) | public class JcrSupportedPrivilegesProperty { method JcrSupportedPrivilegesProperty (line 53) | public JcrSupportedPrivilegesProperty(Session session) throws Reposito... method JcrSupportedPrivilegesProperty (line 65) | public JcrSupportedPrivilegesProperty(Session session, String absPath) { method asDavProperty (line 78) | public SupportedPrivilegeSetProperty asDavProperty() throws Repository... method createSupportedPrivilege (line 91) | private SupportedPrivilege createSupportedPrivilege(Privilege privileg... method getDeclaredAggregates (line 108) | private SupportedPrivilege[] getDeclaredAggregates(Privilege privilege... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/security/JcrUserPrivilegesProperty.java class JcrUserPrivilegesProperty (line 32) | public class JcrUserPrivilegesProperty { method JcrUserPrivilegesProperty (line 41) | public JcrUserPrivilegesProperty(Session session, String absPath) thro... method asDavProperty (line 46) | public CurrentUserPrivilegeSetProperty asDavProperty() throws Reposito... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/security/SecurityUtils.java class SecurityUtils (line 22) | public final class SecurityUtils { method SecurityUtils (line 24) | private SecurityUtils() {} method supportsAccessControl (line 26) | public static boolean supportsAccessControl(Session session) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/transaction/TransactionListener.java type TransactionListener (line 25) | public interface TransactionListener { method beforeCommit (line 33) | public void beforeCommit(TransactionResource resource, String lockToken); method afterCommit (line 42) | public void afterCommit(TransactionResource resource, String lockToken... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/transaction/TxLockManagerImpl.java class TxLockManagerImpl (line 66) | public class TxLockManagerImpl implements TxLockManager { method createLock (line 85) | public ActiveLock createLock(LockInfo lockInfo, DavResource resource) method createLock (line 102) | private synchronized ActiveLock createLock(LockInfo lockInfo, Transact... method createTransaction (line 130) | private Transaction createTransaction(DavResourceLocator locator, Lock... method refreshLock (line 150) | public ActiveLock refreshLock(LockInfo lockInfo, String lockToken, method refreshLock (line 167) | private synchronized ActiveLock refreshLock(LockInfo lockInfo, String ... method releaseLock (line 191) | public void releaseLock(String lockToken, DavResource resource) method releaseLock (line 204) | public synchronized void releaseLock(TransactionInfo lockInfo, String ... method getLock (line 255) | public ActiveLock getLock(Type type, Scope scope, DavResource resource) { method hasLock (line 270) | public boolean hasLock(String token, DavResource resource) { method getLock (line 284) | public ActiveLock getLock(Type type, Scope scope, TransactionResource ... method addTransactionListener (line 304) | public void addTransactionListener(TransactionListener listener) { method removeTransactionListener (line 314) | public void removeTransactionListener(TransactionListener listener) { method getLock (line 325) | private ActiveLock getLock(String lockToken, Scope scope, DavResource ... method getMap (line 371) | private TransactionMap getMap(TransactionResource resource) method removeExpired (line 401) | private static void removeExpired(Transaction tx, TransactionMap respo... method addReferences (line 420) | private static void addReferences(Transaction tx, TransactionMap respo... method removeReferences (line 436) | private static void removeReferences(Transaction tx, TransactionMap re... method getRepositorySession (line 449) | private static Session getRepositorySession(TransactionResource resour... type Transaction (line 457) | private interface Transaction { method getLock (line 459) | TxActiveLock getLock(); method getId (line 464) | String getId(); method getResourcePath (line 469) | String getResourcePath(); method appliesToResource (line 477) | boolean appliesToResource(DavResource resource); method isLocal (line 484) | boolean isLocal(); method start (line 492) | void start(TransactionResource resource) throws DavException; method commit (line 500) | void commit(TransactionResource resource) throws DavException; method rollback (line 508) | void rollback(TransactionResource resource) throws DavException; class AbstractTransaction (line 514) | private abstract static class AbstractTransaction extends TransactionM... method AbstractTransaction (line 519) | private AbstractTransaction(DavResourceLocator locator, TxActiveLock... method getLock (line 528) | public TxActiveLock getLock() { method getId (line 535) | public String getId() { method getResourcePath (line 542) | public String getResourcePath() { method appliesToResource (line 549) | public boolean appliesToResource(DavResource resource) { class LocalTransaction (line 568) | private final static class LocalTransaction extends AbstractTransaction { method LocalTransaction (line 570) | private LocalTransaction(DavResourceLocator locator, TxActiveLock lo... method isLocal (line 578) | public boolean isLocal() { method start (line 585) | public void start(TransactionResource resource) throws DavException { method commit (line 600) | public void commit(TransactionResource resource) throws DavException { method rollback (line 611) | public void rollback(TransactionResource resource) throws DavExcepti... method putTransaction (line 625) | @Override method getItem (line 640) | private Item getItem(TransactionResource resource) throws PathNotFou... class GlobalTransaction (line 649) | private static class GlobalTransaction extends AbstractTransaction { method GlobalTransaction (line 653) | private GlobalTransaction(DavResourceLocator locator, TxActiveLock l... method isLocal (line 662) | public boolean isLocal() { method start (line 669) | public void start(TransactionResource resource) throws DavException { method commit (line 682) | public void commit(TransactionResource resource) throws DavException { method rollback (line 695) | public void rollback(TransactionResource resource) throws DavExcepti... method putTransaction (line 706) | @Override method getXAResource (line 715) | private XAResource getXAResource(TransactionResource resource) throw... method removeLocalTxReferences (line 728) | private void removeLocalTxReferences(TransactionResource resource) { class TransactionMap (line 739) | private static class TransactionMap extends HashMap getProperty(DavPropertyName name) { method getProperties (line 302) | public DavPropertySet getProperties() { method getPropertyNames (line 310) | public DavPropertyName[] getPropertyNames() { method initProperties (line 317) | protected void initProperties() { method setProperty (line 368) | public void setProperty(DavProperty property) throws DavException { method removeProperty (line 377) | public void removeProperty(DavPropertyName propertyName) throws DavExc... method alterProperty (line 381) | private void alterProperty(PropEntry prop) throws DavException { method alterProperties (line 411) | public MultiStatusResponse alterProperties(List c... method getCollection (line 464) | public DavResource getCollection() { method getMembers (line 484) | public DavResourceIterator getMembers() { method addMember (line 513) | public void addMember(DavResource member, InputContext inputContext) t... method removeMember (line 548) | public void removeMember(DavResource member) throws DavException { method move (line 582) | public void move(DavResource destination) throws DavException { method copy (line 602) | public void copy(DavResource destination, boolean shallow) throws DavE... method isLockable (line 625) | public boolean isLockable(Type type, Scope scope) { method hasLock (line 632) | public boolean hasLock(Type type, Scope scope) { method getLock (line 639) | public ActiveLock getLock(Type type, Scope scope) { method getLocks (line 671) | public ActiveLock[] getLocks() { method lock (line 679) | public ActiveLock lock(LockInfo lockInfo) throws DavException { method refreshLock (line 713) | public ActiveLock refreshLock(LockInfo lockInfo, String lockToken) thr... method unlock (line 740) | public void unlock(String lockToken) throws DavException { method addLockManager (line 762) | public void addLockManager(LockManager lockMgr) { method getFactory (line 769) | public DavResourceFactory getFactory() { method getSession (line 776) | public DavSession getSession() { method bind (line 784) | public void bind(DavResource collection, DavResource newBinding) throw... method rebind (line 818) | public void rebind(DavResource collection, DavResource newBinding) thr... method getParentElements (line 849) | public Set getParentElements() { method getNode (line 875) | protected Node getNode() { method getImportContext (line 887) | protected ImportContext getImportContext(InputContext inputCtx, String... method getExportContext (line 901) | protected ExportContext getExportContext(OutputContext outputCtx) thro... method getPropertyImportContext (line 911) | protected PropertyImportContext getPropertyImportContext(List changeList) { method getImportRoot (line 1083) | public Item getImportRoot() { method getChangeList (line 1090) | public List getChangeList() { method getIOListener (line 1094) | public IOListener getIOListener() { method hasStream (line 1098) | public boolean hasStream() { method informCompleted (line 1105) | public void informCompleted(boolean success) { method isCompleted (line 1113) | public boolean isCompleted() { method checkCompleted (line 1122) | private void checkCompleted() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/DavSessionImpl.java class DavSessionImpl (line 29) | public class DavSessionImpl extends JcrDavSession { method DavSessionImpl (line 38) | public DavSessionImpl(Session session) { method addReference (line 45) | public void addReference(Object reference) { method removeReference (line 52) | public void removeReference(Object reference) { method addLockToken (line 59) | @Override method getLockTokens (line 68) | @Override method removeLockToken (line 76) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/DavSessionProviderImpl.java class DavSessionProviderImpl (line 42) | public class DavSessionProviderImpl implements DavSessionProvider { method DavSessionProviderImpl (line 61) | public DavSessionProviderImpl(Repository rep, SessionProvider sesProvi... method attachSession (line 76) | public boolean attachSession(WebdavRequest request) throws DavException { method releaseSession (line 115) | public void releaseSession(WebdavRequest request) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/DefaultItemFilter.java class DefaultItemFilter (line 33) | public class DefaultItemFilter implements ItemFilter { method DefaultItemFilter (line 41) | public DefaultItemFilter() { method setFilteredURIs (line 47) | public void setFilteredURIs(String[] uris) { method setFilteredPrefixes (line 58) | public void setFilteredPrefixes(String[] prefixes) { method setFilteredNodetypes (line 69) | public void setFilteredNodetypes(String[] nodetypeNames) { method isFilteredItem (line 83) | public boolean isFilteredItem(Item item) { method isFilteredItem (line 90) | public boolean isFilteredItem(String displayName, Session session) { method isFilteredNamespace (line 100) | private boolean isFilteredNamespace(String name, Session session) { method isFilteredNamespace (line 125) | private boolean isFilteredNamespace(Item item) { method isFilteredNodeType (line 139) | private boolean isFilteredNodeType(Item item) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/DeltaVResourceImpl.java class DeltaVResourceImpl (line 57) | public class DeltaVResourceImpl extends DavResourceImpl implements Delta... method DeltaVResourceImpl (line 69) | public DeltaVResourceImpl(DavResourceLocator locator, DavResourceFacto... method DeltaVResourceImpl (line 74) | public DeltaVResourceImpl(DavResourceLocator locator, DavResourceFacto... method getComplianceClass (line 83) | @Override method getOptionResponse (line 94) | public OptionsResponse getOptionResponse(OptionsInfo optionsInfo) { method getReport (line 115) | public Report getReport(ReportInfo reportInfo) throws DavException { method addWorkspace (line 144) | public void addWorkspace(DavResource workspace) throws DavException { method getReferenceResources (line 157) | public DavResource[] getReferenceResources(DavPropertyName hrefPropert... method getLocatorFromNodePath (line 180) | protected DavResourceLocator getLocatorFromNodePath(String nodePath) { method getLocatorFromNode (line 193) | protected DavResourceLocator getLocatorFromNode(Node repositoryNode) { method createResourceFromLocator (line 211) | protected DavResource createResourceFromLocator(DavResourceLocator loc) method getHrefProperty (line 227) | protected HrefProperty getHrefProperty(DavPropertyName name, Node[] va... method initSupportedReports (line 242) | protected void initSupportedReports() { method initProperties (line 254) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/ItemFilter.java type ItemFilter (line 25) | public interface ItemFilter { method setFilteredURIs (line 33) | public void setFilteredURIs(String[] uris); method setFilteredPrefixes (line 41) | public void setFilteredPrefixes(String[] prefixes); method setFilteredNodetypes (line 50) | public void setFilteredNodetypes(String[] nodetypeNames); method isFilteredItem (line 58) | public boolean isFilteredItem(Item item); method isFilteredItem (line 67) | public boolean isFilteredItem(String name, Session session); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/LocatorFactoryImpl.java class LocatorFactoryImpl (line 29) | public class LocatorFactoryImpl implements DavLocatorFactory { method LocatorFactoryImpl (line 36) | public LocatorFactoryImpl(String repositoryPrefix) { method createResourceLocator (line 40) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 63) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 67) | public DavResourceLocator createResourceLocator(String prefix, String ... class Locator (line 72) | private static class Locator implements DavResourceLocator { method Locator (line 79) | private Locator(String prefix, String resourcePath, DavLocatorFactor... method getPrefix (line 90) | public String getPrefix() { method getResourcePath (line 94) | public String getResourcePath() { method getWorkspacePath (line 98) | public String getWorkspacePath() { method getWorkspaceName (line 102) | public String getWorkspaceName() { method isSameWorkspace (line 106) | public boolean isSameWorkspace(DavResourceLocator locator) { method isSameWorkspace (line 110) | public boolean isSameWorkspace(String workspaceName) { method getHref (line 114) | public String getHref(boolean isCollection) { method isRootLocation (line 120) | public boolean isRootLocation() { method getFactory (line 124) | public DavLocatorFactory getFactory() { method getRepositoryPath (line 133) | public String getRepositoryPath() { method hashCode (line 143) | @Override method equals (line 156) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/LocatorFactoryImplEx.java class LocatorFactoryImplEx (line 26) | public class LocatorFactoryImplEx extends AbstractLocatorFactory { method LocatorFactoryImplEx (line 36) | public LocatorFactoryImplEx(String pathPrefix) { method getRepositoryPath (line 44) | @Override method getResourcePath (line 62) | @Override method startsWithWorkspace (line 70) | private boolean startsWithWorkspace(String repositoryPath, String wspP... FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/ResourceConfig.java class ResourceConfig (line 57) | public class ResourceConfig { method ResourceConfig (line 89) | public ResourceConfig(Detector detector) { method parse (line 130) | public void parse(URL configURL) { method parse (line 175) | public void parse(InputStream stream) { method parseNamespacesEntry (line 304) | private void parseNamespacesEntry(Element parent) { method parseNodeTypesEntry (line 328) | private static String[] parseNodeTypesEntry(Element parent) { method buildClassFromConfig (line 345) | private static Object buildClassFromConfig(Element parent) { method getClassName (line 365) | private static String getClassName(Element parent) { method setParameters (line 382) | private static void setParameters(Object instance, Element xmlElement) { method getSetters (line 426) | private static Map getSetters(Class cl) { method getIOManager (line 445) | public IOManager getIOManager() { method getPropertyManager (line 458) | public PropertyManager getPropertyManager() { method getCopyMoveManager (line 470) | public CopyMoveManager getCopyMoveManager() { method getDeleteManager (line 482) | public DeleteManager getDeleteManager() { method isCollectionResource (line 502) | public boolean isCollectionResource(Item item) { method getItemFilter (line 526) | public ItemFilter getItemFilter() { method getDetector (line 539) | public Detector getDetector() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/ResourceFactoryImpl.java class ResourceFactoryImpl (line 44) | public class ResourceFactoryImpl implements DavResourceFactory { method ResourceFactoryImpl (line 58) | public ResourceFactoryImpl(LockManager lockMgr, ResourceConfig resourc... method createResource (line 75) | public DavResource createResource(DavResourceLocator locator, DavServl... method createResource (line 104) | public DavResource createResource(DavResourceLocator locator, DavSessi... method getNode (line 125) | private Node getNode(DavSession sessionImpl, DavResourceLocator locator) method createNullResource (line 152) | private DavResource createNullResource(DavResourceLocator locator, method createResource (line 179) | private DavResource createResource(Node node, DavResourceLocator locator, method versioningSupported (line 204) | private static boolean versioningSupported(Session repoSession) { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/SimpleWebdavServlet.java class SimpleWebdavServlet (line 58) | public abstract class SimpleWebdavServlet extends AbstractWebdavServlet { method init (line 133) | @Override method getDetector (line 166) | private Detector getDetector() throws ServletException { method isPreconditionValid (line 196) | @Override method getPathPrefix (line 226) | public String getPathPrefix() { method getPathPrefix (line 237) | public static String getPathPrefix(ServletContext ctx) { method getLocatorFactory (line 249) | @Override method setLocatorFactory (line 263) | @Override method getLockManager (line 275) | public LockManager getLockManager() { method setLockManager (line 287) | public void setLockManager(LockManager lockManager) { method getResourceFactory (line 299) | @Override method setResourceFactory (line 313) | @Override method getSessionProvider (line 326) | public synchronized SessionProvider getSessionProvider() { method getCredentialsProvider (line 343) | protected CredentialsProvider getCredentialsProvider() { method setSessionProvider (line 352) | public synchronized void setSessionProvider(SessionProvider sessionPro... method getDavSessionProvider (line 364) | @Override method setDavSessionProvider (line 379) | @Override method getResourceConfig (line 389) | public ResourceConfig getResourceConfig() { method setResourceConfig (line 398) | public void setResourceConfig(ResourceConfig config) { method getRepository (line 409) | public abstract Repository getRepository(); FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/VersionControlledResourceImpl.java class VersionControlledResourceImpl (line 57) | public class VersionControlledResourceImpl extends DeltaVResourceImpl method VersionControlledResourceImpl (line 72) | public VersionControlledResourceImpl(DavResourceLocator locator, DavRe... method VersionControlledResourceImpl (line 87) | public VersionControlledResourceImpl(DavResourceLocator locator, DavRe... method getSupportedMethods (line 99) | @Override method addVersionControl (line 131) | public void addVersionControl() throws DavException { method checkin (line 158) | public String checkin() throws DavException { method checkout (line 181) | public void checkout() throws DavException { method uncheckout (line 205) | public void uncheckout() throws DavException { method update (line 218) | public MultiStatus update(UpdateInfo updateInfo) throws DavException { method merge (line 231) | public MultiStatus merge(MergeInfo mergeInfo) throws DavException { method label (line 244) | public void label(LabelInfo labelInfo) throws DavException { method getVersionHistory (line 276) | public VersionHistoryResource getVersionHistory() throws DavException { method initSupportedReports (line 305) | @Override method initProperties (line 320) | @Override method isVersionControlled (line 364) | private boolean isVersionControlled() { FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/VersionHistoryResourceImpl.java class VersionHistoryResourceImpl (line 54) | public class VersionHistoryResourceImpl extends DeltaVResourceImpl imple... method VersionHistoryResourceImpl (line 58) | public VersionHistoryResourceImpl(DavResourceLocator locator, DavResou... method getMembers (line 72) | @Override method addMember (line 105) | @Override method removeMember (line 118) | @Override method setProperty (line 147) | @Override method removeProperty (line 157) | @Override method alterProperties (line 167) | @Override method getVersions (line 182) | public VersionResource[] getVersions() throws DavException { method initProperties (line 206) | @Override FILE: jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/simple/VersionResourceImpl.java class VersionResourceImpl (line 60) | public class VersionResourceImpl extends DeltaVResourceImpl implements V... method VersionResourceImpl (line 74) | public VersionResourceImpl(DavResourceLocator locator, DavResourceFact... method isCollection (line 89) | @Override method getMembers (line 97) | @Override method addMember (line 107) | @Override method removeMember (line 117) | @Override method setProperty (line 127) | @Override method removeProperty (line 137) | @Override method alterProperties (line 147) | @Override method label (line 162) | public void label(LabelInfo labelInfo) throws DavException { method getVersionHistory (line 195) | public VersionHistoryResource getVersionHistory() throws DavException { method getVersionHistoryItem (line 222) | private VersionHistory getVersionHistoryItem() throws RepositoryExcept... method initSupportedReports (line 232) | @Override method initProperties (line 243) | @Override FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/BasicCredentialsProviderTest.java class BasicCredentialsProviderTest (line 53) | public class BasicCredentialsProviderTest extends TestCase { method testMissingDefaultHeader (line 55) | public void testMissingDefaultHeader() throws ServletException { method testGuestCredentialsDefaultHeader (line 65) | public void testGuestCredentialsDefaultHeader() throws ServletExceptio... method testEmptyDefaultHeader (line 72) | public void testEmptyDefaultHeader() throws ServletException, LoginExc... method testDefaultPassword (line 79) | public void testDefaultPassword() throws ServletException, LoginExcept... class RequestImpl (line 105) | private class RequestImpl implements HttpServletRequest { method RequestImpl (line 109) | private RequestImpl(String authHeader) { method getAuthType (line 113) | public String getAuthType() { method getCookies (line 117) | public Cookie[] getCookies() { method getDateHeader (line 121) | public long getDateHeader(String name) { method getHeader (line 125) | public String getHeader(String name) { method getHeaders (line 129) | public Enumeration getHeaders(String name) { method getHeaderNames (line 133) | public Enumeration getHeaderNames() { method getIntHeader (line 137) | public int getIntHeader(String name) { method getMethod (line 141) | public String getMethod() { method getPathInfo (line 145) | public String getPathInfo() { method getPathTranslated (line 149) | public String getPathTranslated() { method getContextPath (line 153) | public String getContextPath() { method getQueryString (line 157) | public String getQueryString() { method getRemoteUser (line 161) | public String getRemoteUser() { method isUserInRole (line 165) | public boolean isUserInRole(String role) { method getUserPrincipal (line 169) | public Principal getUserPrincipal() { method getRequestedSessionId (line 173) | public String getRequestedSessionId() { method getRequestURI (line 177) | public String getRequestURI() { method getRequestURL (line 181) | public StringBuffer getRequestURL() { method getServletPath (line 185) | public String getServletPath() { method getSession (line 189) | public HttpSession getSession(boolean create) { method getSession (line 193) | public HttpSession getSession() { method isRequestedSessionIdValid (line 197) | public boolean isRequestedSessionIdValid() { method isRequestedSessionIdFromCookie (line 201) | public boolean isRequestedSessionIdFromCookie() { method isRequestedSessionIdFromURL (line 205) | public boolean isRequestedSessionIdFromURL() { method isRequestedSessionIdFromUrl (line 209) | public boolean isRequestedSessionIdFromUrl() { method getAttribute (line 213) | public Object getAttribute(String name) { method getAttributeNames (line 217) | public Enumeration getAttributeNames() { method getCharacterEncoding (line 221) | public String getCharacterEncoding() { method setCharacterEncoding (line 225) | public void setCharacterEncoding(String s) throws UnsupportedEncodin... method getContentLength (line 228) | public int getContentLength() { method getContentType (line 232) | public String getContentType() { method getInputStream (line 236) | public ServletInputStream getInputStream() throws IOException { method getParameter (line 240) | public String getParameter(String name) { method getParameterNames (line 244) | public Enumeration getParameterNames() { method getParameterValues (line 248) | public String[] getParameterValues(String name) { method getParameterMap (line 252) | public Map getParameterMap() { method getProtocol (line 256) | public String getProtocol() { method getScheme (line 260) | public String getScheme() { method getServerName (line 264) | public String getServerName() { method getServerPort (line 268) | public int getServerPort() { method getReader (line 272) | public BufferedReader getReader() throws IOException { method getRemoteAddr (line 276) | public String getRemoteAddr() { method getRemoteHost (line 280) | public String getRemoteHost() { method setAttribute (line 284) | public void setAttribute(String name, Object o) { method removeAttribute (line 287) | public void removeAttribute(String name) { method getLocale (line 290) | public Locale getLocale() { method getLocales (line 294) | public Enumeration getLocales() { method isSecure (line 298) | public boolean isSecure() { method getRequestDispatcher (line 302) | public RequestDispatcher getRequestDispatcher(String path) { method getRealPath (line 306) | public String getRealPath(String path) { method getRemotePort (line 310) | public int getRemotePort() { method getLocalName (line 314) | public String getLocalName() { method getLocalAddr (line 318) | public String getLocalAddr() { method getLocalPort (line 322) | public int getLocalPort() { method getContentLengthLong (line 326) | public long getContentLengthLong() { method getServletContext (line 330) | public ServletContext getServletContext() { method startAsync (line 334) | public AsyncContext startAsync() throws IllegalStateException { method startAsync (line 338) | public AsyncContext startAsync(ServletRequest servletRequest, Servle... method isAsyncStarted (line 343) | public boolean isAsyncStarted() { method isAsyncSupported (line 347) | public boolean isAsyncSupported() { method getAsyncContext (line 351) | public AsyncContext getAsyncContext() { method getDispatcherType (line 355) | public DispatcherType getDispatcherType() { method changeSessionId (line 359) | public String changeSessionId() { method authenticate (line 363) | public boolean authenticate(HttpServletResponse response) throws IOE... method login (line 367) | public void login(String username, String password) throws ServletEx... method logout (line 370) | public void logout() throws ServletException { method getParts (line 373) | public Collection getParts() throws IOException, ServletExcept... method getPart (line 377) | public Part getPart(String name) throws IOException, ServletException { method upgrade (line 381) | public T upgrade(Class handlerClas... FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/remoting/davex/BatchReadConfigTest.java class BatchReadConfigTest (line 26) | public class BatchReadConfigTest extends TestCase { method testDefaultDepth (line 28) | public void testDefaultDepth() { method testDepth (line 50) | public void testDepth() { method testAdd (line 69) | public void testAdd() { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/remoting/davex/DiffParserTest.java class DiffParserTest (line 26) | public class DiffParserTest extends TestCase { method testSetProperty (line 28) | public void testSetProperty() throws IOException, DiffException { method testSetPropertyMissing (line 52) | public void testSetPropertyMissing() throws IOException, method testSetPropertyWithUnicodeChars (line 73) | public void testSetPropertyWithUnicodeChars() throws IOException, method testSetPropertyWithTrailingLineSep (line 90) | public void testSetPropertyWithTrailingLineSep() throws IOException, method testSetPropertyWithSpecialChar (line 107) | public void testSetPropertyWithSpecialChar() throws IOException, DiffE... method testSetPropertyUnterminatedString (line 123) | public void testSetPropertyUnterminatedString() throws IOException, method testSetPropertyWithUnescapedAction (line 139) | public void testSetPropertyWithUnescapedAction() throws IOException, method testValidDiffs (line 171) | public void testValidDiffs() throws IOException, DiffException { method testSeparatorLines (line 262) | public void testSeparatorLines() throws IOException, DiffException { method testUnicodeLineSep (line 313) | public void testUnicodeLineSep() throws IOException, DiffException { method testInvalidDiff (line 325) | public void testInvalidDiff() throws IOException, DiffException { class DummyDiffHandler (line 364) | private class DummyDiffHandler implements DiffHandler { method addNode (line 366) | public void addNode(String targetPath, String diffValue) method setProperty (line 371) | public void setProperty(String targetPath, String diffValue) method remove (line 376) | public void remove(String targetPath, String diffValue) method move (line 381) | public void move(String targetPath, String diffValue) throws DiffExc... FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/remoting/davex/JsonDiffHandlerImportTest.java class JsonDiffHandlerImportTest (line 38) | public class JsonDiffHandlerImportTest extends AbstractJCRTest { method setUp (line 82) | @Override method assertPolicy (line 88) | private static void assertPolicy(AccessControlManager acMgr, Node targ... method testMultipleAddNodeOperations (line 101) | public void testMultipleAddNodeOperations() throws Exception { method testAllPolicyNode (line 115) | public void testAllPolicyNode() throws Exception { method testUpdatePolicyNode (line 148) | public void testUpdatePolicyNode() throws Exception { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/remoting/davex/JsonDiffHandlerTest.java class JsonDiffHandlerTest (line 41) | public class JsonDiffHandlerTest extends TestCase { method testGetItemPath (line 43) | public void testGetItemPath() throws Exception { class DummySession (line 73) | private final class DummySession implements Session { method getRepository (line 75) | @Override method getUserID (line 80) | @Override method getAttribute (line 85) | @Override method getAttributeNames (line 90) | @Override method getWorkspace (line 95) | @Override method impersonate (line 100) | @Override method getRootNode (line 105) | @Override method getNodeByUUID (line 110) | @Override method getItem (line 115) | @Override method itemExists (line 120) | @Override method move (line 125) | @Override method save (line 129) | @Override method refresh (line 133) | @Override method hasPendingChanges (line 137) | @Override method getValueFactory (line 142) | @Override method checkPermission (line 147) | @Override method getImportContentHandler (line 151) | @Override method importXML (line 156) | @Override method exportSystemView (line 160) | @Override method exportSystemView (line 164) | @Override method exportDocumentView (line 168) | @Override method exportDocumentView (line 172) | @Override method setNamespacePrefix (line 176) | @Override method getNamespacePrefixes (line 180) | @Override method getNamespaceURI (line 185) | @Override method getNamespacePrefix (line 190) | @Override method logout (line 195) | @Override method isLive (line 199) | @Override method addLockToken (line 204) | @Override method getLockTokens (line 208) | @Override method removeLockToken (line 213) | @Override method getAccessControlManager (line 217) | @Override method getNode (line 222) | @Override method getNodeByIdentifier (line 227) | @Override method getProperty (line 232) | @Override method getRetentionManager (line 237) | @Override method hasCapability (line 242) | @Override method hasPermission (line 247) | @Override method nodeExists (line 252) | @Override method propertyExists (line 257) | @Override method removeItem (line 262) | @Override FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/remoting/davex/JsonWriterTest.java class JsonWriterTest (line 39) | public class JsonWriterTest extends EasyMockSupport { method testDoubleOutput (line 41) | @Test FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/server/remoting/davex/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/JcrDavExceptionTest.java class JcrDavExceptionTest (line 25) | public class JcrDavExceptionTest extends TestCase { method testDerivedException (line 27) | public void testDerivedException() { method testNullException (line 39) | public void testNullException() { class DerievedRepositoryException (line 52) | private static final class DerievedRepositoryException extends LockExc... FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/JcrValueTypeTest.java class JcrValueTypeTest (line 28) | public class JcrValueTypeTest extends TestCase { method testTypeFromContentType (line 30) | public void testTypeFromContentType() { method testTypeFromContentTypeIncludingCharSet (line 37) | public void testTypeFromContentTypeIncludingCharSet() { method testTypeFromInvalidContentType (line 43) | public void testTypeFromInvalidContentType() { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/LockTimeOutFormatTest.java class LockTimeOutFormatTest (line 38) | public class LockTimeOutFormatTest extends TestCase { method testOneSec (line 40) | public void testOneSec() throws RepositoryException, URISyntaxExceptio... method testInf (line 44) | public void testInf() throws RepositoryException, URISyntaxException, ... method testTooLong (line 48) | public void testTooLong() throws RepositoryException, URISyntaxExcepti... method testNeg (line 52) | public void testNeg() throws RepositoryException, URISyntaxException, ... method testfmt (line 57) | private void testfmt(long jcrtimeout, String expectedString) throws Re... class TestLock (line 81) | private static class TestLock implements Lock { method TestLock (line 85) | public TestLock(long timeout) { method getLockOwner (line 89) | public String getLockOwner() { method isDeep (line 93) | public boolean isDeep() { method getNode (line 97) | public Node getNode() { method getLockToken (line 101) | public String getLockToken() { method getSecondsRemaining (line 105) | public long getSecondsRemaining() throws RepositoryException { method isLive (line 109) | public boolean isLive() throws RepositoryException { method isSessionScoped (line 113) | public boolean isSessionScoped() { method isLockOwningSession (line 117) | public boolean isLockOwningSession() { method refresh (line 121) | public void refresh() throws LockException, RepositoryException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/LockTokenMappingTest.java class LockTokenMappingTest (line 35) | public class LockTokenMappingTest extends TestCase { method testOpenScopedJcr (line 38) | public void testOpenScopedJcr() throws RepositoryException, URISyntaxE... method testOpenScopedFancy (line 43) | public void testOpenScopedFancy() throws RepositoryException, URISynta... method testRoundtrip (line 47) | private void testRoundtrip(String token) throws RepositoryException, U... class TestLock (line 64) | private static class TestLock implements Lock { method TestLock (line 68) | public TestLock(String token) { method getLockOwner (line 72) | public String getLockOwner() { method isDeep (line 76) | public boolean isDeep() { method getNode (line 80) | public Node getNode() { method getLockToken (line 84) | public String getLockToken() { method getSecondsRemaining (line 88) | public long getSecondsRemaining() throws RepositoryException { method isLive (line 92) | public boolean isLive() throws RepositoryException { method isSessionScoped (line 96) | public boolean isSessionScoped() { method isLockOwningSession (line 100) | public boolean isLockOwningSession() { method refresh (line 104) | public void refresh() throws LockException, RepositoryException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/observation/InfoMapTest.java class InfoMapTest (line 40) | public class InfoMapTest extends TestCase { method testInfoMap (line 42) | public void testInfoMap() FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/security/AbstractSecurityTest.java class AbstractSecurityTest (line 27) | public abstract class AbstractSecurityTest extends AbstractJCRTest { method setUp (line 31) | @Override FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/security/JcrSupportedPrivilegePropertyTest.java class JcrSupportedPrivilegePropertyTest (line 28) | public class JcrSupportedPrivilegePropertyTest extends AbstractSecurityT... method testSupportedPrivileges (line 30) | public void testSupportedPrivileges() throws RepositoryException { method testJcrAllPrivilege (line 40) | public void testJcrAllPrivilege() throws RepositoryException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/jcr/security/JcrUserPrivilegesPropertyTest.java class JcrUserPrivilegesPropertyTest (line 30) | public class JcrUserPrivilegesPropertyTest extends AbstractSecurityTest { method getExpected (line 32) | private Set getExpected(AccessControlManager acMgr, Session... method testAdminPrivileges (line 43) | public void testAdminPrivileges() throws RepositoryException { method testReadOnlyPrivileges (line 53) | public void testReadOnlyPrivileges() throws RepositoryException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/BindTest.java class BindTest (line 58) | public class BindTest extends WebDAVTestBase { method testOptions (line 61) | public void testOptions() throws IOException { method testResourceId (line 75) | public void testResourceId() throws IOException, DavException, URISynt... method getResourceId (line 112) | private URI getResourceId(String uri) throws IOException, DavException... method getParentSet (line 132) | private DavProperty getParentSet(String uri) throws IOException, DavEx... method testSimpleBind (line 147) | public void testSimpleBind() throws Exception { method testRebind (line 211) | public void testRebind() throws Exception { method testBindOverwrite (line 273) | public void testBindOverwrite() throws Exception { method testRebindOverwrite (line 337) | public void testRebindOverwrite() throws Exception { method testParentSet (line 406) | public void testParentSet() throws Exception { method testBindCollections (line 473) | public void testBindCollections() throws Exception { method testUnbind (line 544) | public void testUnbind() throws Exception { method getUri (line 594) | private String getUri(Element href) { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/ConditionalsTest.java class ConditionalsTest (line 30) | public class ConditionalsTest extends WebDAVTestBase { method testPutCheckLastModified (line 35) | public void testPutCheckLastModified() throws IOException, ParseExcept... method testGetCollectionEtag (line 166) | public void testGetCollectionEtag() throws IOException, ParseException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/ContentCodingTest.java class ContentCodingTest (line 41) | public class ContentCodingTest extends WebDAVTestBase { method testPutNoContentCoding (line 43) | public void testPutNoContentCoding() throws IOException { method testPutUnknownContentCoding (line 55) | public void testPutUnknownContentCoding() throws IOException { method testPutGzipContentCoding (line 72) | public void testPutGzipContentCoding() throws IOException { method testPropfindNoContentCoding (line 99) | public void testPropfindNoContentCoding() throws IOException, DavExcep... method testPropfindAcceptReponseEncoding (line 109) | public void testPropfindAcceptReponseEncoding() throws IOException, Da... method testPropfindUnknownContentCoding (line 121) | public void testPropfindUnknownContentCoding() throws IOException { method testPropfindGzipContentCoding (line 134) | public void testPropfindGzipContentCoding() throws IOException { method testPropfindGzipContentCodingTwice (line 145) | public void testPropfindGzipContentCodingTwice() throws IOException { method testPropfindGzipContentCodingBadSpec (line 155) | public void testPropfindGzipContentCodingBadSpec() throws IOException { method testPropfindDeflateContentCoding (line 164) | public void testPropfindDeflateContentCoding() throws IOException { method testPropfindGzipDeflateContentCoding (line 173) | public void testPropfindGzipDeflateContentCoding() throws IOException { method testPropfindGzipDeflateContentCodingMislabeled (line 182) | public void testPropfindGzipDeflateContentCodingMislabeled() throws IO... method asGzipOctets (line 191) | private static byte[] asGzipOctets(String input) throws IOException { method asGzipOctets (line 195) | private static byte[] asGzipOctets(byte[] input) throws IOException { method asDeflateOctets (line 204) | private static byte[] asDeflateOctets(String input) throws IOException { method asDeflateOctets (line 208) | private static byte[] asDeflateOctets(byte[] input) throws IOException { method getContentCodings (line 217) | private static List getContentCodings(HttpResponse response) { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/HttpsSelfSignedTest.java class HttpsSelfSignedTest (line 28) | public class HttpsSelfSignedTest extends WebDAVTestBase { method testPutCheckLastModified (line 32) | public void testPutCheckLastModified() throws IOException, ParseExcept... FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/ProppatchTest.java class ProppatchTest (line 36) | public class ProppatchTest extends WebDAVTestBase { method testPropPatchSurrogate (line 38) | public void testPropPatchSurrogate() throws IOException, DavException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/PutTest.java class PutTest (line 29) | public class PutTest extends WebDAVTestBase { method testPutWithContentRange (line 31) | public void testPutWithContentRange() throws IOException, ParseExcepti... FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/RFC4918DestinationHeaderTest.java class RFC4918DestinationHeaderTest (line 33) | public class RFC4918DestinationHeaderTest extends WebDAVTestBase { method testMove (line 35) | public void testMove() throws IOException, URISyntaxException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/RFC4918IfHeaderTest.java class RFC4918IfHeaderTest (line 38) | public class RFC4918IfHeaderTest extends WebDAVTestBase { method testPutIfEtag (line 40) | public void testPutIfEtag() throws IOException { method testPutIfLockToken (line 63) | public void testPutIfLockToken() throws IOException, URISyntaxException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/RFC4918PropfindTest.java class RFC4918PropfindTest (line 39) | public class RFC4918PropfindTest extends WebDAVTestBase { method testOptions (line 41) | public void testOptions() throws IOException { method testPropfindInclude (line 47) | public void testPropfindInclude() throws IOException, DavException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/RemotingTest.java class RemotingTest (line 35) | public class RemotingTest extends WebDAVTestBase { method testRoot (line 39) | public void testRoot() throws IOException, DavException { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/server/WebDAVTestBase.java class WebDAVTestBase (line 65) | public class WebDAVTestBase extends AbstractJCRTest { method setUp (line 89) | protected void setUp() throws Exception { method delete (line 198) | protected void delete(String uri) throws IOException { method getServer (line 204) | public static Server getServer() { method createDefaultConfiguration (line 214) | private void createDefaultConfiguration(File config) throws ServletExc... method createKeystore (line 223) | private void createKeystore(File keystore) throws ServletException { method run (line 232) | @Override FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java class LitmusTest (line 37) | public class LitmusTest extends TestCase { method testLitmus (line 44) | public void testLitmus() throws Exception { method assertLitmus (line 104) | private void assertLitmus( method isLitmusAvailable (line 112) | private static boolean isLitmusAvailable(String litmus) { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LocatorFactoryImplExTest.java class LocatorFactoryImplExTest (line 24) | public class LocatorFactoryImplExTest extends TestCase { method setUp (line 28) | @Override method testCollectionNameEqualsWorkspaceName (line 41) | public void testCollectionNameEqualsWorkspaceName() { FILE: jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/ResourceConfigTest.java class ResourceConfigTest (line 32) | public class ResourceConfigTest extends TestCase { method testIOManagerConfig (line 39) | public void testIOManagerConfig() throws Exception { method testIOManagerConfigWithParam (line 55) | public void testIOManagerConfigWithParam() throws Exception { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/AbstractRepositoryServlet.java class AbstractRepositoryServlet (line 64) | public abstract class AbstractRepositoryServlet extends HttpServlet { method init (line 72) | public void init() throws ServletException { method destroy (line 87) | public void destroy() { method getRepository (line 98) | protected abstract Repository getRepository() method getAttributeName (line 111) | protected String getAttributeName() { method getInitParameter (line 124) | protected String getInitParameter(String name, String def) { method doGet (line 165) | protected void doGet( FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/ContextRepositoryServlet.java class ContextRepositoryServlet (line 54) | public class ContextRepositoryServlet extends AbstractRepositoryServlet { method getRepository (line 67) | protected Repository getRepository() throws RepositoryException { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/FilterRepositoryFactory.java class FilterRepositoryFactory (line 48) | public class FilterRepositoryFactory implements RepositoryFactory { method FilterRepositoryFactory (line 61) | public FilterRepositoryFactory(FilterConfig config) { method getRepository (line 72) | public Repository getRepository() throws RepositoryException { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/JNDIBindingServlet.java class JNDIBindingServlet (line 53) | public class JNDIBindingServlet extends HttpServlet { method init (line 76) | public void init() throws ServletException { method destroy (line 99) | public void destroy() { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/JNDIRepositoryServlet.java class JNDIRepositoryServlet (line 57) | public class JNDIRepositoryServlet extends AbstractRepositoryServlet { method getRepository (line 69) | protected Repository getRepository() throws RepositoryException { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/ServletRepository.java class ServletRepository (line 75) | public class ServletRepository extends ProxyRepository { method ServletRepository (line 83) | public ServletRepository(GenericServlet servlet) { method ServletRepository (line 94) | public ServletRepository(FilterConfig config) { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/ServletRepositoryFactory.java class ServletRepositoryFactory (line 48) | public class ServletRepositoryFactory implements RepositoryFactory { method ServletRepositoryFactory (line 61) | public ServletRepositoryFactory(GenericServlet servlet) { method getRepository (line 72) | public Repository getRepository() throws RepositoryException { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/jackrabbit/JackrabbitRepositoryServlet.java class JackrabbitRepositoryServlet (line 74) | public class JackrabbitRepositoryServlet extends AbstractRepositoryServl... method init (line 92) | public void init() throws ServletException { method destroy (line 125) | public void destroy() { method getRepository (line 135) | @Override method createDefaultConfiguration (line 146) | private void createDefaultConfiguration(File config) FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/jackrabbit/StatisticsServlet.java class StatisticsServlet (line 38) | public class StatisticsServlet extends HttpServlet { method doGet (line 43) | @Override method write (line 76) | private void write(Writer writer, String name, TimeSeries series) method write (line 93) | private void write(Writer writer, String name, long[] values) FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/login/AbstractLoginFilter.java class AbstractLoginFilter (line 44) | public abstract class AbstractLoginFilter implements Filter { method init (line 54) | public void init(FilterConfig config) { method destroy (line 69) | public void destroy() { method doFilter (line 72) | public void doFilter( method getCredentials (line 111) | protected abstract Credentials getCredentials(HttpServletRequest reque... FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/login/BasicLoginFilter.java class BasicLoginFilter (line 27) | public class BasicLoginFilter extends AbstractLoginFilter { method getCredentials (line 29) | protected Credentials getCredentials(HttpServletRequest request) { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/login/ContainerLoginFilter.java class ContainerLoginFilter (line 39) | public class ContainerLoginFilter extends AbstractLoginFilter { method init (line 46) | public void init(FilterConfig config) { method getCredentials (line 55) | protected Credentials getCredentials(HttpServletRequest request) { FILE: jackrabbit-jcr-servlet/src/main/java/org/apache/jackrabbit/servlet/login/NullLoginFilter.java class NullLoginFilter (line 31) | public class NullLoginFilter extends AbstractLoginFilter { method getCredentials (line 39) | protected Credentials getCredentials(HttpServletRequest request) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/AbstractJCRTest.java class AbstractJCRTest (line 47) | public abstract class AbstractJCRTest extends JUnitTest { method setUp (line 315) | protected void setUp() throws Exception { method cleanUp (line 441) | protected void cleanUp() throws Exception { method tearDown (line 458) | protected void tearDown() throws Exception { method run (line 471) | public void run(TestResult testResult) { method getHelper (line 488) | protected RepositoryHelper getHelper() { method getProperty (line 514) | public String getProperty(String propName) throws RepositoryException { method getProperty (line 562) | public String getProperty(String name, String defaultValue) throws Rep... method getJcrValue (line 583) | public Value getJcrValue(Session s, String valueProp, String typeProp,... method getSize (line 597) | protected long getSize(RangeIterator it) { method getLocalName (line 617) | protected static String getLocalName(String jcrName) { method getPrefix (line 633) | protected static String getPrefix(String jcrName) { method getQualifiedName (line 651) | protected static String getQualifiedName(Session session, String jcrNa... method getNonExistingWorkspaceName (line 665) | protected String getNonExistingWorkspaceName(Session session) throws R... method createRandomString (line 683) | protected String createRandomString(int numChars) { method isSupported (line 703) | protected boolean isSupported(String descriptorKey) throws RepositoryE... method checkSupportedOption (line 715) | protected void checkSupportedOption(String descriptorKey) throws Repos... method ensureMultipleWorkspacesSupported (line 729) | protected void ensureMultipleWorkspacesSupported() throws RepositoryEx... method ensureLockingSupported (line 741) | protected void ensureLockingSupported() throws RepositoryException, No... method canSetProperty (line 747) | private boolean canSetProperty(NodeType nodeType, String propertyName,... method canSetProperty (line 762) | private boolean canSetProperty(Node node, String propertyName, int pro... method ensureCanSetProperty (line 783) | protected void ensureCanSetProperty(Node node, String propertyName, in... method ensureCanSetProperty (line 796) | protected void ensureCanSetProperty(Node node, String propertyName, Va... method ensureCanSetProperty (line 806) | protected void ensureCanSetProperty(Node node, String propertyName, Va... method ensureKnowsNodeType (line 820) | protected void ensureKnowsNodeType(Session session, String nodetype) t... method ensureMixinType (line 839) | protected void ensureMixinType(Node node, String mixin) method needsMixin (line 854) | protected boolean needsMixin(Node node, String mixin) throws Repositor... method cleanUpTestRoot (line 867) | protected Node cleanUpTestRoot(Session s) throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/ConcurrentTestSuite.java class ConcurrentTestSuite (line 29) | public class ConcurrentTestSuite extends TestSuite { method ConcurrentTestSuite (line 35) | public ConcurrentTestSuite(String name) { method ConcurrentTestSuite (line 39) | public ConcurrentTestSuite() { method ConcurrentTestSuite (line 43) | public ConcurrentTestSuite(int numThreads) { method ConcurrentTestSuite (line 47) | public ConcurrentTestSuite(String name, int numThreads) { method run (line 56) | public void run(TestResult result) { method runTest (line 62) | public void runTest(final Test test, final TestResult result) { method waitUntilFinished (line 78) | private synchronized void waitUntilFinished() { method runFinished (line 88) | private synchronized void runFinished() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/ISO8601.java class ISO8601 (line 54) | public final class ISO8601 { method parse (line 90) | public static Calendar parse(String text) { method format (line 242) | public static String format(Calendar cal) throws IllegalArgumentExcept... method getYear (line 301) | public static int getYear(Calendar cal) throws IllegalArgumentException { method appendZeroPaddedInt (line 330) | private static void appendZeroPaddedInt(StringBuilder buf, int n, int ... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/JCRTestResult.java class JCRTestResult (line 35) | public class JCRTestResult extends TestResult { method JCRTestResult (line 60) | public JCRTestResult(TestResult orig, LogPrintWriter log) { method run (line 67) | @Override method addError (line 85) | public synchronized void addError(Test test, Throwable throwable) { method addFailure (line 100) | public synchronized void addFailure(Test test, method addListener (line 111) | public synchronized void addListener(TestListener testListener) { method removeListener (line 115) | public synchronized void removeListener(TestListener testListener) { method endTest (line 119) | public void endTest(Test test) { method errorCount (line 123) | public synchronized int errorCount() { method errors (line 127) | public synchronized Enumeration errors() { method failureCount (line 131) | public synchronized int failureCount() { method failures (line 135) | public synchronized Enumeration failures() { method runCount (line 139) | public synchronized int runCount() { method shouldStop (line 143) | public synchronized boolean shouldStop() { method startTest (line 147) | public void startTest(Test test) { method stop (line 151) | public synchronized void stop() { method wasSuccessful (line 155) | public synchronized boolean wasSuccessful() { method tokenize (line 169) | private static Set tokenize(String name) { method contains (line 196) | private static boolean contains(Set tokens, TestCase test) { method isKnownIssue (line 224) | private boolean isKnownIssue(Test test) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/JCRTestSuite.java class JCRTestSuite (line 22) | public class JCRTestSuite extends ConcurrentTestSuite { method JCRTestSuite (line 24) | public JCRTestSuite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/JNDIRepositoryStub.java class JNDIRepositoryStub (line 32) | public class JNDIRepositoryStub extends RepositoryStub { method JNDIRepositoryStub (line 38) | public JNDIRepositoryStub(Properties env) { method getRepository (line 47) | public synchronized Repository getRepository() throws RepositoryStubEx... method getKnownPrincipal (line 69) | public Principal getKnownPrincipal(Session session) throws RepositoryE... method getUnknownPrincipal (line 74) | public Principal getUnknownPrincipal(Session session) throws Repositor... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/JUnitTest.java class JUnitTest (line 28) | public abstract class JUnitTest extends TestCase { method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 47) | protected void tearDown() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/LogPrintWriter.java class LogPrintWriter (line 29) | public class LogPrintWriter extends PrintWriter { method LogPrintWriter (line 47) | public LogPrintWriter(Writer out) { method LogPrintWriter (line 57) | public LogPrintWriter(Logger log) { method setWriter (line 69) | public void setWriter(Writer out) { method setLogger (line 81) | public void setLogger(Logger log) { method close (line 89) | public void close() { method flush (line 94) | public void flush() { method write (line 99) | public void write(int c) { method write (line 103) | public void write(char cbuf[], int off, int len) { method write (line 107) | public void write(String str, int off, int len) { method println (line 111) | public void println() { method flushBuffer (line 121) | private void flushBuffer() { class NullWriter (line 143) | private static class NullWriter extends Writer { method close (line 145) | public void close() throws IOException { method flush (line 149) | public void flush() throws IOException { method write (line 153) | public void write(char cbuf[], int off, int len) throws IOException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/NotExecutableException.java class NotExecutableException (line 31) | public class NotExecutableException extends Exception { method NotExecutableException (line 36) | public NotExecutableException() { method NotExecutableException (line 43) | public NotExecutableException(String message) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/RepositoryHelper.java class RepositoryHelper (line 31) | public class RepositoryHelper { method RepositoryHelper (line 47) | public RepositoryHelper() { method RepositoryHelper (line 56) | public RepositoryHelper(Map config) { method getRepository (line 65) | public Repository getRepository() throws RepositoryException { method getSuperuserSession (line 83) | public Session getSuperuserSession() throws RepositoryException { method getSuperuserSession (line 94) | public Session getSuperuserSession(String workspaceName) throws Reposi... method getReadWriteSession (line 104) | public Session getReadWriteSession() throws RepositoryException { method getReadWriteSession (line 114) | public Session getReadWriteSession(String workspaceName) throws Reposi... method getReadOnlySession (line 124) | public Session getReadOnlySession() throws RepositoryException { method getReadOnlySession (line 134) | public Session getReadOnlySession(String workspaceName) throws Reposit... method getProperty (line 150) | public String getProperty(String name) throws RepositoryException { method getReadOnlyCredentials (line 164) | public Credentials getReadOnlyCredentials() { method getReadWriteCredentials (line 176) | public Credentials getReadWriteCredentials() { method getSuperuserCredentials (line 188) | public Credentials getSuperuserCredentials() { method getKnownPrincipal (line 196) | public Principal getKnownPrincipal(Session session) throws RepositoryE... method getUnknownPrincipal (line 204) | public Principal getUnknownPrincipal(Session session) throws NotExecut... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/RepositoryHelperPool.java type RepositoryHelperPool (line 22) | public interface RepositoryHelperPool { method borrowHelper (line 31) | public RepositoryHelper borrowHelper() throws InterruptedException; method borrowHelpers (line 41) | public RepositoryHelper[] borrowHelpers() throws InterruptedException; method returnHelper (line 48) | public void returnHelper(RepositoryHelper helper); FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/RepositoryHelperPoolImpl.java class RepositoryHelperPoolImpl (line 31) | public class RepositoryHelperPoolImpl implements RepositoryHelperPool { method getInstance (line 39) | public synchronized static RepositoryHelperPool getInstance() { method RepositoryHelperPoolImpl (line 46) | private RepositoryHelperPoolImpl() { method addHelper (line 82) | public synchronized void addHelper(RepositoryHelper helper) { method borrowHelper (line 86) | public synchronized RepositoryHelper borrowHelper() method borrowHelpers (line 94) | public synchronized RepositoryHelper[] borrowHelpers() throws Interrup... method returnHelper (line 105) | public synchronized void returnHelper(RepositoryHelper helper) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/RepositoryStub.java class RepositoryStub (line 41) | public abstract class RepositoryStub { method RepositoryStub (line 150) | protected RepositoryStub(Properties env) { method getInstance (line 182) | public static synchronized RepositoryStub getInstance(Map configuration) method getRepository (line 239) | public abstract Repository getRepository() throws RepositoryStubExcept... method getSuperuserCredentials (line 252) | public Credentials getSuperuserCredentials() { method getReadWriteCredentials (line 270) | public Credentials getReadWriteCredentials() { method getReadOnlyCredentials (line 288) | public Credentials getReadOnlyCredentials() { method getProperty (line 300) | public String getProperty(String name) { method getKnownPrincipal (line 308) | public abstract Principal getKnownPrincipal(Session session) throws Re... method getUnknownPrincipal (line 316) | public abstract Principal getUnknownPrincipal(Session session) throws ... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/RepositoryStubException.java class RepositoryStubException (line 22) | public class RepositoryStubException extends Exception { method RepositoryStubException (line 24) | public RepositoryStubException(String msg) { method RepositoryStubException (line 28) | public RepositoryStubException(Throwable cause) { method RepositoryStubException (line 32) | public RepositoryStubException(String message, Throwable cause) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/XMLChar.java class XMLChar (line 48) | public class XMLChar { method isSupplemental (line 728) | public static boolean isSupplemental(int c) { method supplemental (line 739) | public static int supplemental(char h, char l) { method highSurrogate (line 748) | public static char highSurrogate(int c) { method lowSurrogate (line 757) | public static char lowSurrogate(int c) { method isHighSurrogate (line 766) | public static boolean isHighSurrogate(int c) { method isLowSurrogate (line 775) | public static boolean isLowSurrogate(int c) { method isValid (line 790) | public static boolean isValid(int c) { method isInvalid (line 800) | public static boolean isInvalid(int c) { method isContent (line 809) | public static boolean isContent(int c) { method isMarkup (line 820) | public static boolean isMarkup(int c) { method isSpace (line 830) | public static boolean isSpace(int c) { method isNameStart (line 841) | public static boolean isNameStart(int c) { method isName (line 852) | public static boolean isName(int c) { method isNCNameStart (line 863) | public static boolean isNCNameStart(int c) { method isNCName (line 874) | public static boolean isNCName(int c) { method isPubid (line 885) | public static boolean isPubid(int c) { method isValidName (line 899) | public static boolean isValidName(String name) { method isValidNCName (line 928) | public static boolean isValidNCName(String ncName) { method isValidNmtoken (line 956) | public static boolean isValidNmtoken(String nmtoken) { method isValidIANAEncoding (line 984) | public static boolean isValidIANAEncoding(String ianaEncoding) { method isValidJavaEncoding (line 1013) | public static boolean isValidJavaEncoding(String javaEncoding) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractImportXmlTest.java class AbstractImportXmlTest (line 66) | abstract class AbstractImportXmlTest extends AbstractJCRTest { method setUp (line 135) | public void setUp() throws Exception { method tearDown (line 170) | public void tearDown() throws Exception { method createSimpleDocument (line 190) | public Document createSimpleDocument() { method importXML (line 232) | protected void importXML(String absPath, Document document, method importWithHandler (line 264) | public void importWithHandler(String absPath, Document document, method isMixRefRespected (line 306) | public boolean isMixRefRespected() throws RepositoryException, IOExcep... method createReferenceableNode (line 347) | public String createReferenceableNode(String name) throws RepositoryEx... method importRefNodeDocument (line 384) | public void importRefNodeDocument( method createAncestors (line 421) | protected Node createAncestors(String absPath) throws RepositoryExcept... method serialize (line 438) | public void serialize(Document document) throws IOException { method supportsNodeType (line 456) | public boolean supportsNodeType(String ntName) throws RepositoryExcept... method getUnusedPrefix (line 473) | protected String getUnusedPrefix() throws RepositoryException { method getUnusedURI (line 489) | protected String getUnusedURI() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractPropertyTest.java class AbstractPropertyTest (line 30) | abstract class AbstractPropertyTest extends AbstractJCRTest { method getPropertyType (line 48) | protected abstract int getPropertyType(); method getPropertyIsMultivalued (line 54) | protected abstract Boolean getPropertyIsMultivalued(); method setUp (line 59) | protected void setUp() throws Exception { method cleanUp (line 81) | protected void cleanUp() throws Exception { method tearDown (line 92) | protected void tearDown() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractWorkspaceCopyBetweenTest.java class AbstractWorkspaceCopyBetweenTest (line 32) | abstract class AbstractWorkspaceCopyBetweenTest extends AbstractWorkspac... method setUp (line 64) | protected void setUp() throws Exception { method tearDown (line 76) | protected void tearDown() throws Exception { method getOtherWorkspaceName (line 100) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 107) | protected void initNodesW2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractWorkspaceCopyTest.java class AbstractWorkspaceCopyTest (line 29) | abstract class AbstractWorkspaceCopyTest extends AbstractJCRTest { method setUp (line 47) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method initNodes (line 66) | private void initNodes() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractWorkspaceReferenceableTest.java class AbstractWorkspaceReferenceableTest (line 30) | abstract class AbstractWorkspaceReferenceableTest extends AbstractWorksp... method setUp (line 33) | protected void setUp() throws Exception { method addMixinReferenceableToNode (line 56) | protected Node addMixinReferenceableToNode(Node node) throws Repositor... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractWorkspaceSameNameSibsTest.java class AbstractWorkspaceSameNameSibsTest (line 31) | abstract class AbstractWorkspaceSameNameSibsTest extends AbstractWorkspa... method setUp (line 53) | protected void setUp() throws Exception { method tearDown (line 99) | protected void tearDown() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AbstractWorkspaceVersionableTest.java class AbstractWorkspaceVersionableTest (line 32) | abstract class AbstractWorkspaceVersionableTest extends AbstractWorkspac... method setUp (line 35) | protected void setUp() throws Exception { method addMixinVersionableToNode (line 55) | protected Node addMixinVersionableToNode(Node parent, Node node) throw... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/AddNodeTest.java class AddNodeTest (line 40) | public class AddNodeTest extends AbstractJCRTest { method testName (line 45) | public void testName() throws RepositoryException { method testNodeType (line 54) | public void testNodeType() throws RepositoryException { method testSameNameSiblings (line 65) | public void testSameNameSiblings() throws RepositoryException { method testUnknownNodeType (line 87) | public void testUnknownNodeType() throws RepositoryException { method testAbstractNodeType (line 100) | public void testAbstractNodeType() throws RepositoryException { method testMixinNodeType (line 123) | public void testMixinNodeType() throws RepositoryException, NotExecuta... method testPath (line 142) | public void testPath() throws RepositoryException { method testPathNotFound (line 153) | public void testPathNotFound() throws RepositoryException { method testConstraintViolation (line 166) | public void testConstraintViolation() throws RepositoryException { method testRepositoryException (line 181) | public void testRepositoryException() { method testAddNodeParentSave (line 201) | public void testAddNodeParentSave() throws RepositoryException { method testAddNodeSessionSave (line 225) | public void testAddNodeSessionSave() throws RepositoryException { method testAddNodeRepositoryExceptionSaveOnNewNode (line 250) | public void testAddNodeRepositoryExceptionSaveOnNewNode() throws Repos... method testSimilarNodeNamesUpperLower (line 269) | public void testSimilarNodeNamesUpperLower() throws RepositoryException { method testSimilarNodeNamesNfcNfd (line 277) | public void testSimilarNodeNamesNfcNfd() throws RepositoryException { method internalTestSimilarNodeNames (line 289) | private void internalTestSimilarNodeNames(String name1, String name2) ... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/Base64.java class Base64 (line 32) | public class Base64 { method Base64 (line 60) | private Base64() { method calcEncodedLength (line 70) | public static long calcEncodedLength(long dataLength) { method guessDecodedLength (line 83) | public static long guessDecodedLength(long encLength) { method encode (line 94) | public static void encode(InputStream in, Writer writer) method encode (line 112) | public static void encode(InputStream in, OutputStream out) method encode (line 126) | public static void encode(byte[] data, int off, int len, Writer writer) method decode (line 172) | public static void decode(Reader reader, OutputStream out) throws IOEx... method decode (line 187) | public static void decode(InputStream in, OutputStream out) throws IOE... method decode (line 197) | public static void decode(String data, OutputStream out) throws IOExce... method decode (line 208) | public static void decode(char[] chars, OutputStream out) throws IOExc... method decode (line 220) | public static void decode(char[] chars, int off, int len, OutputStream... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/BinaryPropertyTest.java class BinaryPropertyTest (line 37) | public class BinaryPropertyTest extends AbstractPropertyTest { method getPropertyType (line 43) | protected int getPropertyType() { method getPropertyIsMultivalued (line 51) | protected Boolean getPropertyIsMultivalued() { method testSameStream (line 61) | public void testSameStream() throws RepositoryException, IOException { method testSameStreamJcr2 (line 94) | public void testSameStreamJcr2() throws RepositoryException, IOExcepti... method testMultiValue (line 130) | public void testMultiValue() throws RepositoryException, IOException { method testMultiValueJcr2 (line 151) | public void testMultiValueJcr2() throws RepositoryException, IOExcepti... method testValue (line 168) | public void testValue() throws IOException, RepositoryException { method testValueJcr2 (line 203) | public void testValueJcr2() throws IOException, RepositoryException { method testGetBoolean (line 236) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 248) | public void testGetDate() throws RepositoryException { method testGetDouble (line 267) | public void testGetDouble() throws RepositoryException { method testGetLong (line 291) | public void testGetLong() throws RepositoryException { method testGetType (line 315) | public void testGetType() throws RepositoryException { method testGetNode (line 324) | public void testGetNode() throws RepositoryException, NotExecutableExc... method testGetProperty (line 342) | public void testGetProperty() throws RepositoryException, NotExecutabl... method testGetLength (line 359) | public void testGetLength() throws RepositoryException { method testGetLengthJcr2 (line 385) | public void testGetLengthJcr2() throws RepositoryException { method testGetLengths (line 405) | public void testGetLengths() throws RepositoryException { method testRandomAccess (line 430) | public void testRandomAccess() throws RepositoryException, IOException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/BooleanPropertyTest.java class BooleanPropertyTest (line 33) | public class BooleanPropertyTest extends AbstractPropertyTest { method getPropertyType (line 40) | protected int getPropertyType() { method getPropertyIsMultivalued (line 48) | protected Boolean getPropertyIsMultivalued() { method testValue (line 57) | public void testValue() throws RepositoryException { method testGetDate (line 77) | public void testGetDate() throws RepositoryException { method testGetDouble (line 91) | public void testGetDouble() throws RepositoryException { method testGetLong (line 105) | public void testGetLong() throws RepositoryException { method testGetStream (line 119) | public void testGetStream() throws RepositoryException, IOException { method testGetString (line 158) | public void testGetString() throws RepositoryException { method testGetType (line 171) | public void testGetType() throws RepositoryException { method testGetNode (line 179) | public void testGetNode() throws RepositoryException { method testGetProperty (line 202) | public void testGetProperty() throws RepositoryException { method testGetLength (line 226) | public void testGetLength() throws RepositoryException { method testGetLengths (line 249) | public void testGetLengths() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/CheckPermissionTest.java class CheckPermissionTest (line 30) | public class CheckPermissionTest extends AbstractJCRTest { method testCheckPermission (line 38) | public void testCheckPermission() throws Exception { method permissionCheckReadOnly (line 55) | private void permissionCheckReadOnly(Session readOnly) throws Exception { method permissionCheckReadWrite (line 85) | private void permissionCheckReadWrite(Session readWrite) throws Except... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/DatePropertyTest.java class DatePropertyTest (line 34) | public class DatePropertyTest extends AbstractPropertyTest { method getPropertyType (line 40) | protected int getPropertyType() { method getPropertyIsMultivalued (line 48) | protected Boolean getPropertyIsMultivalued() { method testValue (line 56) | public void testValue() throws RepositoryException { method testGetString (line 77) | public void testGetString() throws RepositoryException { method testGetBoolean (line 92) | public void testGetBoolean() throws RepositoryException { method testGetDouble (line 106) | public void testGetDouble() throws RepositoryException { method testGetLong (line 117) | public void testGetLong() throws RepositoryException { method testGetStream (line 128) | public void testGetStream() throws RepositoryException, IOException { method testGetType (line 169) | public void testGetType() throws RepositoryException { method testGetNode (line 178) | public void testGetNode() throws RepositoryException { method testGetProperty (line 201) | public void testGetProperty() throws RepositoryException { method testGetLength (line 225) | public void testGetLength() throws RepositoryException { method testGetLengths (line 248) | public void testGetLengths() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/DocumentViewImportTest.java class DocumentViewImportTest (line 40) | public class DocumentViewImportTest extends AbstractImportXmlTest { method setUp (line 48) | public void setUp() throws Exception { method tearDown (line 54) | public void tearDown() throws Exception { method testWorkspaceImportXml (line 59) | public void testWorkspaceImportXml() throws Exception { method testSessionImportXml (line 65) | public void testSessionImportXml() throws Exception { method testWorkspaceGetImportContentHandler (line 71) | public void testWorkspaceGetImportContentHandler() throws Exception { method testSessionGetImportContentHandler (line 77) | public void testSessionGetImportContentHandler() throws Exception { method doTestImportXML (line 97) | public void doTestImportXML() throws Exception { method doTestGetImportContentHandler (line 124) | public void doTestGetImportContentHandler() throws Exception { method performTests (line 138) | private void performTests() throws Exception { method checkImportSimpleXMLTree (line 157) | public void checkImportSimpleXMLTree() throws RepositoryException, IOE... method checkXmlTextNode (line 226) | public void checkXmlTextNode(Node node) throws RepositoryException, IO... method checkNamespaceAdded (line 258) | public void checkNamespaceAdded() throws RepositoryException, IOExcept... method checkImportDocumentView_IMPORT_UUID_CREATE_NEW (line 277) | public void checkImportDocumentView_IMPORT_UUID_CREATE_NEW() throws Ex... method checkImportDocumentView_IMPORT_UUID_COLLISION_REMOVE_EXISTING (line 294) | public void checkImportDocumentView_IMPORT_UUID_COLLISION_REMOVE_EXIST... method checkImportDocumentView_IMPORT_UUID_COLLISION_REPLACE_EXISTING (line 324) | public void checkImportDocumentView_IMPORT_UUID_COLLISION_REPLACE_EXIS... method checkImportDocumentView_IMPORT_UUID_COLLISION_THROW (line 349) | public void checkImportDocumentView_IMPORT_UUID_COLLISION_THROW() method doTestSameUUIDAtAncestor (line 380) | public void doTestSameUUIDAtAncestor(boolean withWorkspace, boolean wi... method testSameUUIDAtAncestorWorkspaceHandler (line 408) | public void testSameUUIDAtAncestorWorkspaceHandler() throws Exception { method testSameUUIDAtAncestorWorkspace (line 412) | public void testSameUUIDAtAncestorWorkspace() throws Exception { method testSameUUIDAtAncestorSessionHandler (line 416) | public void testSameUUIDAtAncestorSessionHandler() throws Exception { method testSameUUIDAtAncestorSession (line 420) | public void testSameUUIDAtAncestorSession() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/DoublePropertyTest.java class DoublePropertyTest (line 34) | public class DoublePropertyTest extends AbstractPropertyTest { method getPropertyType (line 41) | protected int getPropertyType() { method getPropertyIsMultivalued (line 49) | protected Boolean getPropertyIsMultivalued() { method testValue (line 58) | public void testValue() throws RepositoryException { method testGetBoolean (line 77) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 91) | public void testGetDate() throws RepositoryException { method testGetLong (line 101) | public void testGetLong() throws RepositoryException { method testGetStream (line 111) | public void testGetStream() throws RepositoryException, IOException { method testGetString (line 151) | public void testGetString() throws RepositoryException { method testGetType (line 163) | public void testGetType() throws RepositoryException { method testGetNode (line 171) | public void testGetNode() throws RepositoryException { method testGetProperty (line 194) | public void testGetProperty() throws RepositoryException { method testGetLength (line 218) | public void testGetLength() throws RepositoryException { method testGetLengths (line 241) | public void testGetLengths() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/EscapeJCRUtil.java class EscapeJCRUtil (line 26) | public class EscapeJCRUtil { method escapeJCRValues (line 34) | public static String escapeJCRValues(String str) { method escapeJCRNames (line 38) | public static String escapeJCRNames(String str) { method escapeNames (line 44) | private static String escapeNames(String str) { method escapeValues (line 57) | private static String escapeValues(String str) { method canMisinterpret (line 80) | private static boolean canMisinterpret(String str) { method escapeChar (line 98) | private static String escapeChar(char c) { method escape (line 114) | private static String escape(String str) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ExportDocViewTest.java class ExportDocViewTest (line 73) | public class ExportDocViewTest extends AbstractJCRTest { class StackEntry (line 92) | private class StackEntry { method setUp (line 121) | protected void setUp() throws Exception { method tearDown (line 135) | protected void tearDown() throws Exception { method testExportDocView_handler_session_skipBinary_noRecurse (line 146) | public void testExportDocView_handler_session_skipBinary_noRecurse() method testExportDocView_handler_session_skipBinary_recurse (line 151) | public void testExportDocView_handler_session_skipBinary_recurse() method testExportDocView_handler_session_saveBinary_noRecurse (line 156) | public void testExportDocView_handler_session_saveBinary_noRecurse() method testExportDocView_handler_session_saveBinary_recurse (line 161) | public void testExportDocView_handler_session_saveBinary_recurse() method testExportDocView_stream_session_skipBinary_recurse (line 166) | public void testExportDocView_stream_session_skipBinary_recurse() method testExportDocView_stream_session_skipBinary_noRecurse (line 171) | public void testExportDocView_stream_session_skipBinary_noRecurse() method testExportDocView_stream_session_saveBinary_noRecurse (line 176) | public void testExportDocView_stream_session_saveBinary_noRecurse() method testExportDocView_stream_session_saveBinary_recurse (line 181) | public void testExportDocView_stream_session_saveBinary_recurse() method doTestExportDocView (line 201) | public void doTestExportDocView(boolean withHandler, boolean skipBinar... method compareTree (line 236) | private void compareTree() throws RepositoryException, IOException { method checkRootElement (line 276) | private void checkRootElement(Node node, Element root) throws Reposito... method checkChildNodes (line 302) | private void checkChildNodes(Node node, Element elem) method compareChildTree (line 352) | private void compareChildTree(Node node, Element parentElem) method findElem (line 377) | private Element findElem(Node node, Element parentElem) throws Reposit... method findAttribute (line 423) | private Attr findAttribute(Property prop, Element elem) method checkAttribute (line 443) | private void checkAttribute(Property prop, Attr attribute) throws Repo... method checkExportFlags (line 477) | private void checkExportFlags(Property prop, Attr attribute) method compareNode (line 516) | private void compareNode(Node node, Element elem) method compareProperty (line 543) | private void compareProperty(Property prop, Attr attr) method compareNamespaces (line 586) | private void compareNamespaces(Element root) throws RepositoryException { method compareChildNumber (line 621) | private void compareChildNumber(Node node, Element elem) throws Reposi... method comparePropNumber (line 655) | private void comparePropNumber(Node node, Element elem) method compareXmltextNodes (line 687) | private void compareXmltextNodes(List nodes, Element parentElem) method setExportInvalidXmlNames (line 774) | private boolean setExportInvalidXmlNames(Node node, Element elem, bool... method setExportMultivalProps (line 825) | private boolean setExportMultivalProps(Node node, Element elem, boolea... method searchMultivalProps (line 872) | private Property[] searchMultivalProps(Node node) throws RepositoryExc... method isExportedProp (line 896) | private boolean isExportedProp(Property prop, Element elem) throws Rep... method isXMLTextNode (line 912) | private boolean isXMLTextNode(Node node) throws RepositoryException { method decodeBase64 (line 937) | private static String decodeBase64(String str) throws IOException { method encodeBase64 (line 951) | private static String encodeBase64(InputStream in) throws IOException { method exportValues (line 966) | private static String exportValues(Property prop, boolean isBinary) method escapeNames (line 1004) | private static String escapeNames(String name) { method escapeValues (line 1015) | private static String escapeValues(String value) { method getChildElems (line 1029) | private List getChildElems(Element elem, String name) { method countChildElems (line 1049) | private long countChildElems(Element elem) { method getChildTextNodeValues (line 1068) | private List getChildTextNodeValues(Element elem) { method readDocument (line 1096) | private Document readDocument(InputStream xml) throws RepositoryExcept... class AttributeSeparator (line 1114) | private class AttributeSeparator { method AttributeSeparator (line 1122) | AttributeSeparator(Element elem) { method getNsAttrs (line 1129) | public Map getNsAttrs() { method getNonNsAttrs (line 1133) | public Map getNonNsAttrs() { method separateAttrs (line 1137) | private void separateAttrs() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ExportSysViewTest.java class ExportSysViewTest (line 44) | public class ExportSysViewTest extends AbstractJCRTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 64) | protected void tearDown() throws Exception { method testExportSysView_handler_session_skipBinary_noRecurse (line 73) | public void testExportSysView_handler_session_skipBinary_noRecurse() method testExportSysView_handler_session_skipBinary_recurse (line 78) | public void testExportSysView_handler_session_skipBinary_recurse() method testExportSysView_handler_session_saveBinary_noRecurse (line 83) | public void testExportSysView_handler_session_saveBinary_noRecurse() method testExportSysView_handler_session_saveBinary_recurse (line 88) | public void testExportSysView_handler_session_saveBinary_recurse() method testExportSysView_stream_session_skipBinary_recurse (line 93) | public void testExportSysView_stream_session_skipBinary_recurse() method testExportSysView_stream_session_skipBinary_noRecurse (line 98) | public void testExportSysView_stream_session_skipBinary_noRecurse() method testExportSysView_stream_session_saveBinary_noRecurse (line 103) | public void testExportSysView_stream_session_saveBinary_noRecurse() method testExportSysView_stream_session_saveBinary_recurse (line 108) | public void testExportSysView_stream_session_saveBinary_recurse() method doTestWithHandler (line 118) | public void doTestWithHandler(boolean skipBinary, boolean noRecurse) method doTestWithStream (line 130) | public void doTestWithStream(boolean skipBinary, boolean noRecurse) class SysViewParser (line 151) | protected class SysViewParser { method SysViewParser (line 161) | public SysViewParser(String nodePath, Session session, boolean skipB... method parse (line 172) | public void parse(File file) throws IOException, SAXException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/GetWeakReferencesTest.java class GetWeakReferencesTest (line 32) | public class GetWeakReferencesTest extends AbstractJCRTest { method setUp (line 38) | protected void setUp() throws Exception { method testSingleValue (line 46) | public void testSingleValue() throws RepositoryException { method testSingleValueWithName (line 58) | public void testSingleValueWithName() throws RepositoryException { method testMultiValues (line 70) | public void testMultiValues() throws RepositoryException { method testMultiValuesWithName (line 83) | public void testMultiValuesWithName() throws RepositoryException { method testNonReferenceable (line 96) | public void testNonReferenceable() throws RepositoryException, NotExec... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/HasPermissionTest.java class HasPermissionTest (line 28) | public class HasPermissionTest extends AbstractJCRTest { method testReadOnlyPermission (line 39) | public void testReadOnlyPermission() throws Exception { method testReadWritePermission (line 64) | public void testReadWritePermission() throws Exception { method testAdminPermission (line 88) | public void testAdminPermission() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ImpersonateTest.java class ImpersonateTest (line 35) | public class ImpersonateTest extends AbstractJCRTest { method testImpersonate (line 40) | public void testImpersonate() throws RepositoryException, NotExecutabl... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/LifecycleTest.java class LifecycleTest (line 33) | public class LifecycleTest extends AbstractJCRTest { method setUp (line 39) | protected void setUp() throws Exception { method testGetAllowedLifecycleTransitions (line 55) | public void testGetAllowedLifecycleTransitions() method testFollowLifecycleTransition (line 78) | public void testFollowLifecycleTransition() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/LongPropertyTest.java class LongPropertyTest (line 34) | public class LongPropertyTest extends AbstractPropertyTest { method getPropertyType (line 41) | protected int getPropertyType() { method getPropertyIsMultivalued (line 49) | protected Boolean getPropertyIsMultivalued() { method testValue (line 57) | public void testValue() throws RepositoryException { method testGetBoolean (line 76) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 90) | public void testGetDate() throws RepositoryException { method testGetDouble (line 100) | public void testGetDouble() throws RepositoryException { method testGetStream (line 110) | public void testGetStream() throws RepositoryException, IOException { method testGetString (line 149) | public void testGetString() throws RepositoryException { method testGetType (line 162) | public void testGetType() throws RepositoryException { method testGetNode (line 170) | public void testGetNode() throws RepositoryException { method testGetProperty (line 193) | public void testGetProperty() throws RepositoryException { method testGetLength (line 217) | public void testGetLength() throws RepositoryException { method testGetLengths (line 240) | public void testGetLengths() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NamePropertyTest.java class NamePropertyTest (line 33) | public class NamePropertyTest extends AbstractPropertyTest { method getPropertyType (line 40) | protected int getPropertyType() { method getPropertyIsMultivalued (line 48) | protected Boolean getPropertyIsMultivalued() { method testGetString (line 57) | public void testGetString() throws RepositoryException { method testGetBoolean (line 69) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 85) | public void testGetDate() throws RepositoryException { method testGetDouble (line 101) | public void testGetDouble() throws RepositoryException { method testGetLong (line 117) | public void testGetLong() throws RepositoryException { method testGetType (line 135) | public void testGetType() throws RepositoryException { method testGetNode (line 145) | public void testGetNode() throws RepositoryException { method testGetProperty (line 175) | public void testGetProperty() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NameTest.java class NameTest (line 40) | public class NameTest extends AbstractJCRTest { method getExpandedName (line 42) | private String getExpandedName(String jcrName) throws RepositoryExcept... method testExpandedNameValue (line 59) | public void testExpandedNameValue() throws RepositoryException { method testExpandedNameValueProperty (line 75) | public void testExpandedNameValueProperty() throws RepositoryException { method testExpandedNameItem (line 92) | public void testExpandedNameItem() throws RepositoryException { method testExpandedNameNodeUnmappedNamespace (line 104) | public void testExpandedNameNodeUnmappedNamespace() throws RepositoryE... method testReallyNotAndExpandedName (line 125) | public void testReallyNotAndExpandedName() throws RepositoryException { method testExpandedNodeTypeName (line 139) | public void testExpandedNodeTypeName() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NamespaceRegistryReadMethodsTest.java class NamespaceRegistryReadMethodsTest (line 37) | public class NamespaceRegistryReadMethodsTest extends AbstractJCRTest { method setUp (line 51) | public void setUp() throws Exception { method tearDown (line 62) | protected void tearDown() throws Exception { method testGetNamespacePrefixes (line 75) | public void testGetNamespacePrefixes() throws RepositoryException { method testGetNamespaceURIs (line 90) | public void testGetNamespaceURIs() throws RepositoryException { method testGetURINamespaceException (line 106) | public void testGetURINamespaceException() throws RepositoryException,... method testGetPrefixNamespaceException (line 129) | public void testGetPrefixNamespaceException() throws RepositoryExcepti... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NamespaceRegistryTest.java class NamespaceRegistryTest (line 38) | public class NamespaceRegistryTest extends AbstractJCRTest { method setUp (line 58) | protected void setUp() throws Exception { method tearDown (line 66) | protected void tearDown() throws Exception { method testRegisterNamespaceExceptions (line 82) | public void testRegisterNamespaceExceptions() throws RepositoryExcepti... method testRegisterNamespaceXmlExceptions (line 113) | public void testRegisterNamespaceXmlExceptions() throws RepositoryExce... method testRegisterNamespace (line 131) | public void testRegisterNamespace() throws RepositoryException { method testUnregisterNamespaceExceptions (line 159) | public void testUnregisterNamespaceExceptions() throws RepositoryExcep... method getUnusedPrefix (line 188) | private String getUnusedPrefix() throws RepositoryException { method getUnusedURI (line 203) | private String getUnusedURI() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NamespaceRemappingTest.java class NamespaceRemappingTest (line 42) | public class NamespaceRemappingTest extends AbstractJCRTest { method setUp (line 57) | protected void setUp() throws Exception { method tearDown (line 64) | protected void tearDown() throws Exception { method testNamespaceRemapping (line 80) | public void testNamespaceRemapping() throws RepositoryException { method testAutomaticNewLocalPrefix (line 117) | public void testAutomaticNewLocalPrefix() throws RepositoryException { method testExceptionOnUnknownPrefix (line 164) | public void testExceptionOnUnknownPrefix() throws RepositoryException { method testInitialLocalNamespaceMappings (line 190) | public void testInitialLocalNamespaceMappings() throws RepositoryExcep... method testScopeOfLocalNamepaceMappings (line 220) | public void testScopeOfLocalNamepaceMappings() throws RepositoryExcept... method testExceptionsFromRemapping (line 282) | public void testExceptionsFromRemapping() throws RepositoryException { method assertSetNamespacePrefixFails (line 304) | private void assertSetNamespacePrefixFails(String prefix, String uri) method testGetNamespaceURI (line 318) | public void testGetNamespaceURI() throws RepositoryException { method testGetNamespacePrefix (line 330) | public void testGetNamespacePrefix() throws RepositoryException { method testGetNamespacePrefixes (line 345) | public void testGetNamespacePrefixes() throws RepositoryException { method testPrefixRemapping (line 376) | public void testPrefixRemapping() throws NamespaceException, Repositor... method getUnusedPrefix (line 427) | private String getUnusedPrefix() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeAddMixinTest.java class NodeAddMixinTest (line 38) | public class NodeAddMixinTest extends AbstractJCRTest { method testAddSuccessfully (line 44) | public void testAddSuccessfully() method testAddNonExisting (line 87) | public void testAddNonExisting() throws RepositoryException { method testAddMixinTwice (line 109) | public void testAddMixinTwice() throws RepositoryException, NotExecuta... method testAddInheritedMixin (line 134) | public void testAddInheritedMixin() throws RepositoryException, NotExe... method testLocked (line 166) | public void testLocked() method testCheckedIn (line 221) | public void testCheckedIn() method testAddMixinReferencable (line 256) | public void testAddMixinReferencable() method checkMixReferenceable (line 293) | private void checkMixReferenceable() throws RepositoryException, NotEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeCanAddMixinTest.java class NodeCanAddMixinTest (line 35) | public class NodeCanAddMixinTest extends AbstractJCRTest { method testLocked (line 41) | public void testLocked() method testCheckedIn (line 85) | public void testCheckedIn() method testNonExisting (line 117) | public void testNonExisting() throws RepositoryException { method testAddMixinTwice (line 139) | public void testAddMixinTwice() throws RepositoryException, NotExecuta... method testAddInheritedMixin (line 165) | public void testAddInheritedMixin() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeDiscoveringNodeTypesTest.java class NodeDiscoveringNodeTypesTest (line 36) | public class NodeDiscoveringNodeTypesTest extends AbstractJCRTest { method setUp (line 51) | protected void setUp() throws Exception { method tearDown (line 67) | protected void tearDown() throws Exception { method testGetPrimaryNodeType (line 80) | public void testGetPrimaryNodeType() method testGetMixinNodeTypes (line 106) | public void testGetMixinNodeTypes() method testIsNodeType (line 153) | public void testIsNodeType() method locateNodeWithMixinNodeTypes (line 198) | private Node locateNodeWithMixinNodeTypes(Node node) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeItemIsModifiedTest.java class NodeItemIsModifiedTest (line 35) | public class NodeItemIsModifiedTest extends AbstractJCRTest { method testTransientNewNodeItemIsModified (line 44) | public void testTransientNewNodeItemIsModified () throws RepositoryExc... method testPersistentNewNodeItemIsModified (line 60) | public void testPersistentNewNodeItemIsModified () throws RepositoryEx... method testTransientNodeItemIsModified (line 75) | public void testTransientNodeItemIsModified () throws RepositoryExcept... method testPersistentNodeItemIsModified (line 92) | public void testPersistentNodeItemIsModified () throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeItemIsNewTest.java class NodeItemIsNewTest (line 34) | public class NodeItemIsNewTest extends AbstractJCRTest { method testTransientNodeItemIsNew (line 42) | public void testTransientNodeItemIsNew () throws RepositoryException { method testPersistentNodeItemIsNew (line 55) | public void testPersistentNodeItemIsNew () throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeIteratorTest.java class NodeIteratorTest (line 30) | public class NodeIteratorTest extends AbstractJCRTest { method setUp (line 32) | protected void setUp() throws Exception { method testGetSize (line 42) | public void testGetSize() throws RepositoryException, NotExecutableExc... method testGetPos (line 60) | public void testGetPos() throws RepositoryException { method testNoSuchElementException (line 75) | public void testNoSuchElementException() throws RepositoryException { method testSkip (line 91) | public void testSkip() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeMixinUtil.java class NodeMixinUtil (line 34) | public class NodeMixinUtil { method getAddableMixinName (line 40) | public static String getAddableMixinName(Session session, Node node) method getNotAssignedMixinName (line 60) | public static String getNotAssignedMixinName(Session session, Node nod... method getNonExistingMixinName (line 81) | public static String getNonExistingMixinName(Session session) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeOrderableChildNodesTest.java class NodeOrderableChildNodesTest (line 46) | public class NodeOrderableChildNodesTest extends AbstractJCRTest { method tearDown (line 63) | protected void tearDown() throws Exception { method testOrderBeforeInvalidDest (line 76) | public void testOrderBeforeInvalidDest() method testOrderBeforeInvalidSrc (line 97) | public void testOrderBeforeInvalidSrc() method testOrderBeforeUnsupportedRepositoryOperationException (line 123) | public void testOrderBeforeUnsupportedRepositoryOperationException() method testOrderBeforePlaceAtEndParentSave (line 150) | public void testOrderBeforePlaceAtEndParentSave() method testOrderBeforePlaceAtEndSessionSave (line 173) | public void testOrderBeforePlaceAtEndSessionSave() method testOrderBeforeSecondToFirstParentSave (line 197) | public void testOrderBeforeSecondToFirstParentSave() method testOrderBeforeSecondToFirstSessionSave (line 220) | public void testOrderBeforeSecondToFirstSessionSave() method prepareTest (line 242) | private void prepareTest() throws RepositoryException { method checkOrderableNodeType (line 269) | private void checkOrderableNodeType(String ntName) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeReadMethodsTest.java class NodeReadMethodsTest (line 46) | public class NodeReadMethodsTest extends AbstractJCRTest { method setUp (line 61) | protected void setUp() throws Exception { method tearDown (line 78) | protected void tearDown() throws Exception { method testGetPath (line 92) | public void testGetPath() method testGetName (line 114) | public void testGetName() throws RepositoryException, NotExecutableExc... method testGetAncestorOfNodeDepth (line 134) | public void testGetAncestorOfNodeDepth() throws RepositoryException { method testGetAncestorOfGreaterDepth (line 144) | public void testGetAncestorOfGreaterDepth() throws RepositoryException { method testGetAncestorOfNegativeDepth (line 159) | public void testGetAncestorOfNegativeDepth() throws RepositoryException { method testGetParent (line 171) | public void testGetParent() method testGetParentOfRoot (line 185) | public void testGetParentOfRoot() throws RepositoryException { method testGetDepth (line 197) | public void testGetDepth() throws RepositoryException { method testGetSession (line 208) | public void testGetSession() throws RepositoryException { method testIsNode (line 218) | public void testIsNode() { method testIsSame (line 227) | public void testIsSame() throws RepositoryException { method testAccept (line 243) | public void testAccept() throws RepositoryException { method testGetNode (line 266) | public void testGetNode() method testGetNodes (line 299) | public void testGetNodes() throws RepositoryException { method testGetNodesNamePattern (line 312) | public void testGetNodesNamePattern() method testGetNodesNamePatternArray (line 437) | public void testGetNodesNamePatternArray() method testGetProperty (line 556) | public void testGetProperty() method testGetProperties (line 587) | public void testGetProperties() throws RepositoryException { method testGetPropertiesNamePattern (line 600) | public void testGetPropertiesNamePattern() method testGetPropertiesNamePatternArray (line 724) | public void testGetPropertiesNamePatternArray() method testGetPrimaryItem (line 834) | public void testGetPrimaryItem() method testGetPrimaryItemItemNotFoundException (line 863) | public void testGetPrimaryItemItemNotFoundException() method testGetIndex (line 886) | public void testGetIndex() method testGetReferences (line 906) | public void testGetReferences() method testGetUUID (line 942) | public void testGetUUID() method testGetUUIDOfNonReferenceableNode (line 966) | public void testGetUUIDOfNonReferenceableNode() method testHasNode (line 988) | public void testHasNode() method testHasNodes (line 1016) | public void testHasNodes() throws RepositoryException { method testHasProperty (line 1041) | public void testHasProperty() method testHasProperties (line 1070) | public void testHasProperties() throws RepositoryException { method locateReferenceableNode (line 1099) | private Node locateReferenceableNode(Node node) method locateNonReferenceableNode (line 1123) | private Node locateNonReferenceableNode(Node node) method locateNodeWithReference (line 1148) | private Node locateNodeWithReference(Node node) method locateNodeWithPrimaryItem (line 1176) | private Node locateNodeWithPrimaryItem(Node node) method locateNodeWithoutPrimaryItem (line 1200) | private Node locateNodeWithoutPrimaryItem(Node node) method locateNodeWithSameNameSiblings (line 1224) | private Node locateNodeWithSameNameSiblings(Node node) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeRemoveMixinTest.java class NodeRemoveMixinTest (line 38) | public class NodeRemoveMixinTest extends AbstractJCRTest { method testRemoveSuccessfully (line 44) | public void testRemoveSuccessfully() method testNotAssigned (line 97) | public void testNotAssigned() method testLocked (line 136) | public void testLocked() method testCheckedIn (line 194) | public void testCheckedIn() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeSetPrimaryTypeTest.java class NodeSetPrimaryTypeTest (line 37) | public class NodeSetPrimaryTypeTest extends AbstractJCRTest { method testSetPrimaryType (line 46) | public void testSetPrimaryType() throws RepositoryException { method testSetCurrentType (line 101) | public void testSetCurrentType() throws RepositoryException { method testSetCurrentTypeOnNew (line 117) | public void testSetCurrentTypeOnNew() throws RepositoryException { method testAddNonExisting (line 130) | public void testAddNonExisting() throws RepositoryException { method testSetMixinAsPrimaryType (line 155) | public void testSetMixinAsPrimaryType() throws RepositoryException { method testSetAbstractAsPrimaryType (line 179) | public void testSetAbstractAsPrimaryType() throws RepositoryException { method testLocked (line 205) | public void testLocked() throws NotExecutableException, RepositoryExce... method testCheckedIn (line 254) | public void testCheckedIn() throws NotExecutableException, RepositoryE... method getPrimaryTypeName (line 283) | private static String getPrimaryTypeName(Session session, Node node) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeTest.java class NodeTest (line 42) | public class NodeTest extends AbstractJCRTest { method setUp (line 50) | public void setUp() throws Exception { method tearDown (line 60) | public void tearDown() throws Exception { method testGetCorrespondingNodePathNoSuchWorkspaceException (line 81) | public void testGetCorrespondingNodePathNoSuchWorkspaceException() thr... method testGetCorrespondingNodePathItemNotFoundException (line 104) | public void testGetCorrespondingNodePathItemNotFoundException() throws... method testGetCorrespondingNodePath (line 131) | public void testGetCorrespondingNodePath() throws RepositoryException,... method testUpdateInvalidItemStateException (line 170) | public void testUpdateInvalidItemStateException() throws RepositoryExc... method testUpdateNoSuchWorkspaceException (line 211) | public void testUpdateNoSuchWorkspaceException() throws RepositoryExce... method testUpdateNoClone (line 237) | public void testUpdateNoClone() throws RepositoryException { method testUpdate (line 272) | public void testUpdate() throws RepositoryException, NotExecutableExce... method testAddNodeConstraintViolationExceptionUndefinedNodeType (line 315) | public void testAddNodeConstraintViolationExceptionUndefinedNodeType()... method testAddNodeConstraintViolationExceptionProperty (line 340) | public void testAddNodeConstraintViolationExceptionProperty() throws R... method testAddNodeItemExistsException (line 371) | public void testAddNodeItemExistsException() throws RepositoryException { method testAddNodePathNotFoundException (line 400) | public void testAddNodePathNotFoundException() throws RepositoryExcept... method testAddNodeRepositoryExceptionRelPathIndex (line 418) | public void testAddNodeRepositoryExceptionRelPathIndex() throws Reposi... method testAddNodeRepositoryExceptionSaveOnNewNode (line 437) | public void testAddNodeRepositoryExceptionSaveOnNewNode() throws Repos... method testAddNodeParentSave (line 458) | public void testAddNodeParentSave() throws RepositoryException { method testAddNodeSessionSave (line 482) | public void testAddNodeSessionSave() throws RepositoryException { method testAddNodeLackingMandatoryChildNode (line 512) | public void testAddNodeLackingMandatoryChildNode() throws RepositoryEx... method testRemoveMandatoryNode (line 542) | public void testRemoveMandatoryNode() throws RepositoryException { method testRemoveInvalidItemStateException (line 573) | public void testRemoveInvalidItemStateException() throws RepositoryExc... method testRemoveNodeParentSave (line 610) | public void testRemoveNodeParentSave() throws RepositoryException { method testRemoveNodeSessionSave (line 639) | public void testRemoveNodeSessionSave() throws RepositoryException { method testRemoveNodeLockedItself (line 672) | public void testRemoveNodeLockedItself() method testRemoveNodeParentLocked (line 711) | public void testRemoveNodeParentLocked() method testNodeIdentity (line 762) | public void testNodeIdentity() throws RepositoryException { method testIsSameMustNotCompareStates (line 800) | public void testIsSameMustNotCompareStates() method testIsModified (line 826) | public void testIsModified() throws RepositoryException { method testIsNew (line 855) | public void testIsNew() throws RepositoryException { method testRefreshInvalidItemStateException (line 875) | public void testRefreshInvalidItemStateException() throws RepositoryEx... method testRefreshBooleanFalse (line 911) | public void testRefreshBooleanFalse() throws RepositoryException { method testRefreshBooleanTrue (line 970) | public void testRefreshBooleanTrue() throws RepositoryException { method testSaveInvalidStateException (line 1027) | public void testSaveInvalidStateException() throws RepositoryException { method testSaveConstraintViolationException (line 1071) | public void testSaveConstraintViolationException() throws RepositoryEx... method testNodeSave (line 1091) | public void testNodeSave() throws RepositoryException { method testSaveOnNewNodeRepositoryException (line 1114) | public void testSaveOnNewNodeRepositoryException() throws Exception { method testPrimaryType (line 1132) | public void testPrimaryType() throws Exception { method testPrimaryTypeProtected (line 1143) | public void testPrimaryTypeProtected() throws Exception { method testMixinTypesProtected (line 1160) | public void testMixinTypesProtected() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/NodeUUIDTest.java class NodeUUIDTest (line 36) | public class NodeUUIDTest extends AbstractJCRTest { method testSaveReferentialIntegrityException (line 51) | public void testSaveReferentialIntegrityException() throws RepositoryE... method testSaveMovedRefNode (line 106) | public void testSaveMovedRefNode() throws RepositoryException, NotExec... method checkMixReferenceable (line 153) | private void checkMixReferenceable() throws RepositoryException, NotEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PathPropertyTest.java class PathPropertyTest (line 33) | public class PathPropertyTest extends AbstractPropertyTest { method getPropertyType (line 40) | protected int getPropertyType() { method getPropertyIsMultivalued (line 48) | protected Boolean getPropertyIsMultivalued() { method testGetString (line 56) | public void testGetString() throws RepositoryException { method testGetBoolean (line 65) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 79) | public void testGetDate() throws RepositoryException { method testGetDouble (line 93) | public void testGetDouble() throws RepositoryException { method testGetLong (line 107) | public void testGetLong() throws RepositoryException { method testGetType (line 123) | public void testGetType() throws RepositoryException { method testGetNode (line 133) | public void testGetNode() throws RepositoryException { method testGetProperty (line 177) | public void testGetProperty() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PathTest.java class PathTest (line 32) | public class PathTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method testGetItem (line 42) | public void testGetItem() throws RepositoryException { method testCreatePathValue (line 47) | public void testCreatePathValue() throws RepositoryException { method testCreateMultiplePathValue (line 56) | public void testCreateMultiplePathValue() throws RepositoryException { method testIdentifierBasedPropertyValue (line 70) | public void testIdentifierBasedPropertyValue() throws RepositoryExcept... method testResolvedIdentifierBasedPropertyValue (line 81) | public void testResolvedIdentifierBasedPropertyValue() throws Reposito... method testExtendedNameBasedPathValue (line 90) | public void testExtendedNameBasedPathValue() throws RepositoryException { method testNotNormalizedPathValue (line 104) | public void testNotNormalizedPathValue() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PropertyItemIsModifiedTest.java class PropertyItemIsModifiedTest (line 36) | public class PropertyItemIsModifiedTest extends AbstractJCRTest { method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testTransientNewPropertyItemIsModified (line 63) | public void testTransientNewPropertyItemIsModified () throws Repositor... method testPersistentNewPropertyItemIsModified (line 79) | public void testPersistentNewPropertyItemIsModified () throws Reposito... method testTransientPropertyItemIsModified (line 93) | public void testTransientPropertyItemIsModified () throws RepositoryEx... method testPersistentPropertyItemIsModified (line 108) | public void testPersistentPropertyItemIsModified () throws RepositoryE... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PropertyItemIsNewTest.java class PropertyItemIsNewTest (line 36) | public class PropertyItemIsNewTest extends AbstractJCRTest { method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testTransientPropertyItemIsNew (line 62) | public void testTransientPropertyItemIsNew () throws RepositoryExcepti... method testPersistentPropertyItemIsNew (line 77) | public void testPersistentPropertyItemIsNew () throws RepositoryExcept... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java class PropertyReadMethodsTest (line 37) | public class PropertyReadMethodsTest extends AbstractJCRTest { method setUp (line 52) | protected void setUp() throws Exception { method tearDown (line 71) | protected void tearDown() throws Exception { method testGetPath (line 85) | public void testGetPath() method testGetName (line 96) | public void testGetName() throws RepositoryException { method testGetAncestorOfItemDepth (line 110) | public void testGetAncestorOfItemDepth() throws RepositoryException { method testGetAncestorOfGreaterDepth (line 122) | public void testGetAncestorOfGreaterDepth() throws RepositoryException { method testGetAncestorOfNegativeDepth (line 139) | public void testGetAncestorOfNegativeDepth() throws RepositoryException { method testGetParent (line 151) | public void testGetParent() throws RepositoryException { method testGetDepth (line 159) | public void testGetDepth() throws RepositoryException { method testGetSession (line 167) | public void testGetSession() throws RepositoryException { method testIsMultiple (line 177) | public void testIsMultiple() throws RepositoryException { method testIsNode (line 185) | public void testIsNode() { method testIsSame (line 194) | public void testIsSame() throws RepositoryException { method testAccept (line 212) | public void testAccept() throws RepositoryException { method testNoNullValue (line 233) | public void testNoNullValue() throws RepositoryException { method testMultiValueType (line 242) | public void testMultiValueType() throws RepositoryException, NotExecut... method testGetValue (line 261) | public void testGetValue() throws RepositoryException, NotExecutableEx... method testGetValues (line 280) | public void testGetValues() throws RepositoryException, NotExecutableE... method testGetValueCopyStoredValues (line 299) | public void testGetValueCopyStoredValues() method testGetNode (line 328) | public void testGetNode() throws RepositoryException, NotExecutableExc... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PropertyTest.java class PropertyTest (line 38) | public class PropertyTest extends AbstractJCRTest { method testIsSameMustNotCompareStates (line 48) | public void testIsSameMustNotCompareStates() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PropertyTypeTest.java class PropertyTypeTest (line 35) | public class PropertyTypeTest extends AbstractJCRTest { method setUp (line 40) | protected void setUp() throws Exception { method testType (line 50) | public void testType() throws RepositoryException { method typeCheckChildren (line 60) | private void typeCheckChildren(Node parentNode) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/PropertyUtil.java class PropertyUtil (line 40) | public class PropertyUtil { method PropertyUtil (line 140) | private PropertyUtil() { method searchProp (line 152) | public static Property searchProp(Session session, Node node, int type... method getValue (line 186) | public static Value getValue(Property prop) throws RepositoryException { method checkNameFormat (line 207) | public static boolean checkNameFormat(String name, Session session) th... method checkPathFormat (line 234) | public static boolean checkPathFormat(String jcrPath, Session session)... method isDateFormat (line 275) | public static boolean isDateFormat(String str) { method countBytes (line 285) | public static long countBytes(Value val) { method checkGetType (line 311) | public static boolean checkGetType(Property prop, int propType) throws... method equalValues (line 331) | public static boolean equalValues(Value val1, Value val2) throws Repos... method nullValues (line 351) | public static boolean nullValues(Node node) throws RepositoryException { method searchMultivalProp (line 378) | public static Property searchMultivalProp(Node node) throws Repository... method searchMultivalProp (line 407) | public static Property searchMultivalProp(Node node, int type) throws ... method searchSingleValuedProperty (line 436) | public static Property searchSingleValuedProperty(Node node) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ReferencePropertyTest.java class ReferencePropertyTest (line 33) | public class ReferencePropertyTest extends AbstractPropertyTest { method setUp (line 41) | protected void setUp() throws Exception { method tearDown (line 46) | protected void tearDown() throws Exception { method getPropertyType (line 55) | protected int getPropertyType() { method getPropertyIsMultivalued (line 63) | protected Boolean getPropertyIsMultivalued() { method testNodeType (line 70) | public void testNodeType() throws RepositoryException { method testPropValue (line 82) | public void testPropValue() throws RepositoryException { method testGetBoolean (line 106) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 120) | public void testGetDate() throws RepositoryException { method testGetDouble (line 134) | public void testGetDouble() throws RepositoryException { method testGetLong (line 148) | public void testGetLong() throws RepositoryException { method testGetString (line 162) | public void testGetString() throws RepositoryException { method testGetProperty (line 173) | public void testGetProperty() throws RepositoryException { method testGetType (line 187) | public void testGetType() throws RepositoryException { method testEquals (line 194) | public void testEquals() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ReferenceableRootNodesTest.java class ReferenceableRootNodesTest (line 31) | public class ReferenceableRootNodesTest extends AbstractJCRTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 60) | protected void tearDown() throws Exception { method testReferenceableRootNode (line 77) | public void testReferenceableRootNode() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ReferencesTest.java class ReferencesTest (line 34) | public class ReferencesTest extends AbstractJCRTest { method testReferences (line 39) | public void testReferences() throws RepositoryException, NotExecutable... method testGetReferencesWithName (line 114) | public void testGetReferencesWithName() throws RepositoryException, No... method testReferenceTarget (line 196) | public void testReferenceTarget() throws RepositoryException, NotExecu... method testAlterReference (line 223) | public void testAlterReference() throws RepositoryException, NotExecut... method testNonReferenceable (line 282) | public void testNonReferenceable() throws RepositoryException, NotExec... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/RepositoryDescriptorTest.java class RepositoryDescriptorTest (line 36) | public class RepositoryDescriptorTest extends AbstractJCRTest { method setUp (line 98) | protected void setUp() throws Exception { method tearDown (line 107) | protected void tearDown() throws Exception { method testRequiredDescriptors (line 118) | public void testRequiredDescriptors() { method testGetDescriptorKeys (line 139) | public void testGetDescriptorKeys() { method testGetDescriptorValues (line 152) | public void testGetDescriptorValues() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/RepositoryFactoryTest.java class RepositoryFactoryTest (line 31) | public class RepositoryFactoryTest extends AbstractJCRTest { method testDefaultRepository (line 33) | public void testDefaultRepository() throws Exception { method testEmptyParameters (line 38) | public void testEmptyParameters() throws Exception { method getRepositoryFactory (line 43) | protected RepositoryFactory getRepositoryFactory() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/RepositoryLoginTest.java class RepositoryLoginTest (line 31) | public class RepositoryLoginTest extends AbstractJCRTest { method setUp (line 40) | protected void setUp() throws Exception { method testNoSuchWorkspaceException (line 54) | public void testNoSuchWorkspaceException() method testSignatureCredentialsAndWorkspaceName (line 83) | public void testSignatureCredentialsAndWorkspaceName() method testSignatureCredentials (line 100) | public void testSignatureCredentials() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/RootNodeTest.java class RootNodeTest (line 30) | public class RootNodeTest extends AbstractJCRTest { method setUp (line 41) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testGetName (line 63) | public void testGetName() throws RepositoryException { method testGetPath (line 70) | public void testGetPath() throws RepositoryException { method testGetDepth (line 77) | public void testGetDepth() throws RepositoryException { method testGetParent (line 84) | public void testGetParent() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SerializationContext.java class SerializationContext (line 31) | class SerializationContext { method SerializationContext (line 72) | public SerializationContext(AbstractJCRTest test, Session session) method get (line 115) | private String get(String name) throws RepositoryException { method log (line 123) | public void log(String message) { method ensureMixinType (line 136) | protected void ensureMixinType(Node node, String mixin) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SerializationTest.java class SerializationTest (line 60) | public class SerializationTest extends AbstractJCRTest { method setUp (line 72) | public void setUp() throws RepositoryException, Exception { method tearDown (line 95) | public void tearDown() throws Exception { method initVersioningException (line 119) | protected Node initVersioningException(boolean returnParent) throws Re... method doTestVersioningExceptionFileParent (line 135) | public void doTestVersioningExceptionFileParent(boolean useWorkspace, ... method doTestVersioningExceptionFileChild (line 150) | public void doTestVersioningExceptionFileChild(boolean useWorkspace, b... method testVersioningExceptionFileParentWorkspaceContentHandler (line 165) | public void testVersioningExceptionFileParentWorkspaceContentHandler()... method testVersioningExceptionFileParentSessionContentHandler (line 169) | public void testVersioningExceptionFileParentSessionContentHandler() t... method testVersioningExceptionFileParentWorkspace (line 173) | public void testVersioningExceptionFileParentWorkspace() throws Except... method testVersioningExceptionFileParentSession (line 177) | public void testVersioningExceptionFileParentSession() throws Exception { method testVersioningExceptionFileChildWorkspaceContentHandler (line 181) | public void testVersioningExceptionFileChildWorkspaceContentHandler() ... method testVersioningExceptionFileChildSessionContentHandler (line 185) | public void testVersioningExceptionFileChildSessionContentHandler() th... method testVersioningExceptionFileChildWorkspace (line 189) | public void testVersioningExceptionFileChildWorkspace() throws Excepti... method testVersioningExceptionFileChildSession (line 193) | public void testVersioningExceptionFileChildSession() throws Exception { method doTestLockException (line 201) | public void doTestLockException(boolean useWorkspace, boolean useHandler) method testLockExceptionWorkspaceWithHandler (line 224) | public void testLockExceptionWorkspaceWithHandler() throws Exception { method testLockExceptionSessionWithHandler (line 228) | public void testLockExceptionSessionWithHandler() throws Exception { method testLockExceptionWorkspace (line 232) | public void testLockExceptionWorkspace() throws Exception { method testLockExceptionSession (line 236) | public void testLockExceptionSession() throws Exception { method testInvalidXmlThrowsSaxException (line 245) | public void testInvalidXmlThrowsSaxException() method closeContentHandler (line 270) | private static void closeContentHandler(ContentHandler ch) { method helpTestSaxException (line 286) | private void helpTestSaxException(ContentHandler ih, Reader in, String... method testInvalidXmlThrowsInvalidSerializedDataException (line 300) | public void testInvalidXmlThrowsInvalidSerializedDataException() method testWorkspaceGetImportContentHandlerExceptions (line 327) | public void testWorkspaceGetImportContentHandlerExceptions() throws Re... method testSessionGetImportContentHandlerExceptions (line 342) | public void testSessionGetImportContentHandlerExceptions() throws Repo... method testSessionImportXmlExceptions (line 356) | public void testSessionImportXmlExceptions() throws RepositoryExceptio... method testWorkspaceImportXmlExceptions (line 376) | public void testWorkspaceImportXmlExceptions() throws RepositoryExcept... method doTestOverwriteException (line 397) | public void doTestOverwriteException(boolean useWorkspace, boolean use... method testOverwriteExceptionWorkspaceWithHandler (line 435) | public void testOverwriteExceptionWorkspaceWithHandler() throws Except... method testOverwriteExceptionSessionWithHandler (line 439) | public void testOverwriteExceptionSessionWithHandler() throws Exception { method testOverwriteExceptionWorkspace (line 443) | public void testOverwriteExceptionWorkspace() throws Exception { method testOverwriteExceptionSession (line 447) | public void testOverwriteExceptionSession() throws Exception { method doTestNodeTypeConstraintViolation (line 463) | public void doTestNodeTypeConstraintViolation(boolean useWorkspace, bo... method testNodeTypeConstraintViolationWorkspaceWithHandler (line 497) | public void testNodeTypeConstraintViolationWorkspaceWithHandler() thro... method testNodeTypeConstraintViolationSessionWithHandler (line 501) | public void testNodeTypeConstraintViolationSessionWithHandler() throws... method testNodeTypeConstraintViolationWorkspace (line 505) | public void testNodeTypeConstraintViolationWorkspace() throws Exception { method testNodeTypeConstraintViolationSession (line 509) | public void testNodeTypeConstraintViolationSession() throws Exception { method testSessionImportXml (line 518) | public void testSessionImportXml() throws RepositoryException, IOExcep... method testSessionGetContentHandler (line 542) | public void testSessionGetContentHandler() throws Exception { method testStreamHandling (line 566) | public void testStreamHandling() throws RepositoryException, IOExcepti... method doImport (line 595) | public void doImport(String absPath, FileInputStream in, boolean useWo... method doImportNoSave (line 624) | public void doImportNoSave(String absPath, FileInputStream in, boolean... method testExportSysView_stream_workspace_skipBinary_noRecurse (line 635) | public void testExportSysView_stream_workspace_skipBinary_noRecurse() ... method testExportSysView_stream_workspace_skipBinary_recurse (line 639) | public void testExportSysView_stream_workspace_skipBinary_recurse() th... method testExportSysView_stream_workspace_saveBinary_noRecurse (line 643) | public void testExportSysView_stream_workspace_saveBinary_noRecurse() ... method testExportSysView_stream_workspace_saveBinary_recurse (line 647) | public void testExportSysView_stream_workspace_saveBinary_recurse() th... method testExportSysView_stream_session_skipBinary_noRecurse (line 651) | public void testExportSysView_stream_session_skipBinary_noRecurse() th... method testExportSysView_stream_session_skipBinary_recurse (line 655) | public void testExportSysView_stream_session_skipBinary_recurse() thro... method testExportSysView_stream_session_saveBinary_noRecurse (line 659) | public void testExportSysView_stream_session_saveBinary_noRecurse() th... method testExportSysView_stream_session_saveBinary_recurse (line 663) | public void testExportSysView_stream_session_saveBinary_recurse() thro... method testExportSysView_handler_workspace_skipBinary_noRecurse (line 667) | public void testExportSysView_handler_workspace_skipBinary_noRecurse()... method testExportSysView_handler_workspace_skipBinary_recurse (line 671) | public void testExportSysView_handler_workspace_skipBinary_recurse() t... method testExportSysView_handler_workspace_saveBinary_noRecurse (line 675) | public void testExportSysView_handler_workspace_saveBinary_noRecurse()... method testExportSysView_handler_workspace_saveBinary_recurse (line 679) | public void testExportSysView_handler_workspace_saveBinary_recurse() t... method testExportSysView_handler_session_skipBinary_noRecurse (line 683) | public void testExportSysView_handler_session_skipBinary_noRecurse() t... method testExportSysView_handler_session_skipBinary_recurse (line 687) | public void testExportSysView_handler_session_skipBinary_recurse() thr... method testExportSysView_handler_session_saveBinary_noRecurse (line 691) | public void testExportSysView_handler_session_saveBinary_noRecurse() t... method testExportSysView_handler_session_saveBinary_recurse (line 695) | public void testExportSysView_handler_session_saveBinary_recurse() thr... method doTest (line 712) | private void doTest(boolean handler, boolean workspace, boolean skipBi... method exportRepository (line 729) | private void exportRepository(boolean skipBinary, boolean noRecurse) t... method importRepository (line 749) | public void importRepository(boolean useHandler, boolean workspace) th... method createXMLReader (line 785) | private XMLReader createXMLReader(ContentHandler handler) throws SAXEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SessionReadMethodsTest.java class SessionReadMethodsTest (line 34) | public class SessionReadMethodsTest extends AbstractJCRTest { method setUp (line 46) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testGetItemFailure (line 67) | public void testGetItemFailure() method testGetItem (line 83) | public void testGetItem() throws RepositoryException { method testItemExists (line 92) | public void testItemExists() throws RepositoryException { method testGetNodeByUUIDFailure (line 103) | public void testGetNodeByUUIDFailure() throws RepositoryException { method testGetNodeByUUID (line 115) | public void testGetNodeByUUID() throws RepositoryException, NotExecuta... method testGetNodeByIdentifier (line 132) | public void testGetNodeByIdentifier() throws RepositoryException, NotE... method testGetAttribute (line 144) | public void testGetAttribute() throws NotExecutableException { method testGetAttributeFailure (line 160) | public void testGetAttributeFailure() { method testGetAttributeNames (line 175) | public void testGetAttributeNames() { method testIsLive (line 188) | public void testIsLive() { method getNonExistingPath (line 207) | private String getNonExistingPath() throws RepositoryException { method findReferenceable (line 228) | private Node findReferenceable(Node node) throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SessionRemoveItemTest.java class SessionRemoveItemTest (line 34) | public class SessionRemoveItemTest extends AbstractJCRTest { method setUp (line 42) | protected void setUp() throws Exception { method tearDown (line 54) | protected void tearDown() throws Exception { method testRemoveItem (line 61) | public void testRemoveItem() throws RepositoryException { method testRemoveItem2 (line 66) | public void testRemoveItem2() throws RepositoryException { method testRemoveItem3 (line 76) | public void testRemoveItem3() throws RepositoryException { method testRemoveItem4 (line 84) | public void testRemoveItem4() throws RepositoryException { method testRemoveLockedNode (line 96) | public void testRemoveLockedNode() throws RepositoryException, NotExec... method testRemoveLockedChildItem (line 117) | public void testRemoveLockedChildItem() throws RepositoryException, No... method testRemoveCheckedInItem (line 155) | public void testRemoveCheckedInItem() throws RepositoryException, NotE... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SessionTest.java class SessionTest (line 39) | public class SessionTest extends AbstractJCRTest { method testMoveItemExistsException (line 58) | public void testMoveItemExistsException() throws RepositoryException { method testMovePathNotFoundExceptionDestInvalid (line 91) | public void testMovePathNotFoundExceptionDestInvalid() throws Reposito... method testMovePathNotFoundExceptionSrcInvalid (line 118) | public void testMovePathNotFoundExceptionSrcInvalid() throws Repositor... method testMoveRepositoryException (line 143) | public void testMoveRepositoryException() throws RepositoryException { method testMoveConstraintViolationExceptionSrc (line 176) | public void testMoveConstraintViolationExceptionSrc() throws Repositor... method testMoveConstraintViolationExceptionDest (line 213) | public void testMoveConstraintViolationExceptionDest() throws Reposito... method testMoveLockException (line 246) | public void testMoveLockException() method testMoveNode (line 296) | public void testMoveNode() throws RepositoryException { method testSaveNewNode (line 334) | public void testSaveNewNode() throws RepositoryException { method testSaveModifiedNode (line 367) | public void testSaveModifiedNode() throws RepositoryException { method testSaveConstraintViolationException (line 404) | public void testSaveConstraintViolationException() throws RepositoryEx... method testSaveInvalidStateException (line 434) | public void testSaveInvalidStateException() throws RepositoryException { method testRefreshBooleanFalse (line 486) | public void testRefreshBooleanFalse() throws RepositoryException { method testRefreshBooleanTrue (line 546) | public void testRefreshBooleanTrue() throws RepositoryException { method testHasPendingChanges (line 607) | public void testHasPendingChanges() throws RepositoryException { method testHasCapability (line 674) | public void testHasCapability() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SessionUUIDTest.java class SessionUUIDTest (line 33) | public class SessionUUIDTest extends AbstractJCRTest { method testSaveReferentialIntegrityException (line 54) | public void testSaveReferentialIntegrityException() throws RepositoryE... method testSaveMovedRefNode (line 113) | public void testSaveMovedRefNode() throws RepositoryException, NotExec... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyAssumeTypeTest.java class SetPropertyAssumeTypeTest (line 44) | public class SetPropertyAssumeTypeTest extends AbstractJCRTest { method setUp (line 65) | public void setUp() throws Exception { method tearDown (line 88) | protected void tearDown() throws Exception { method testValue (line 115) | public void testValue() throws NotExecutableException, RepositoryExcep... method testValues (line 177) | public void testValues() throws NotExecutableException, RepositoryExce... method testString (line 240) | public void testString() throws NotExecutableException, RepositoryExce... method testValueAssumeTypeOfValue (line 301) | public void testValueAssumeTypeOfValue() throws NotExecutableException... method testNodeAssumeTypeOfValue (line 362) | public void testNodeAssumeTypeOfValue() method testValuesAssumeTypeOfValue (line 386) | public void testValuesAssumeTypeOfValue() throws NotExecutableExceptio... method testValueConstraintViolationExceptionBecauseOfInvalidTypeParameter (line 447) | public void testValueConstraintViolationExceptionBecauseOfInvalidTypeP... method testStringConstraintViolationExceptionBecauseOfInvalidTypeParameter (line 471) | public void testStringConstraintViolationExceptionBecauseOfInvalidType... method testValuesConstraintViolationExceptionBecauseOfInvalidTypeParameter (line 494) | public void testValuesConstraintViolationExceptionBecauseOfInvalidType... method setUpNodeWithUndefinedProperty (line 512) | private void setUpNodeWithUndefinedProperty(boolean multiple) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyBooleanTest.java class SetPropertyBooleanTest (line 29) | public class SetPropertyBooleanTest extends AbstractJCRTest { method setUp (line 33) | protected void setUp() throws Exception { method tearDown (line 38) | protected void tearDown() throws Exception { method testNewBooleanPropertySession (line 47) | public void testNewBooleanPropertySession() throws Exception { method testModifyBooleanPropertySession (line 59) | public void testModifyBooleanPropertySession() throws Exception { method testNewBooleanPropertyParent (line 73) | public void testNewBooleanPropertyParent() throws Exception { method testModifyBooleanPropertyParent (line 85) | public void testModifyBooleanPropertyParent() throws Exception { method testRemoveBooleanPropertySession (line 100) | public void testRemoveBooleanPropertySession() throws Exception { method testRemoveBooleanPropertyParent (line 114) | public void testRemoveBooleanPropertyParent() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyCalendarTest.java class SetPropertyCalendarTest (line 31) | public class SetPropertyCalendarTest extends AbstractJCRTest { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 43) | protected void tearDown() throws Exception { method testNewCalendarPropertySession (line 52) | public void testNewCalendarPropertySession() throws Exception { method testModifyCalendarPropertySession (line 64) | public void testModifyCalendarPropertySession() throws Exception { method testNewCalendarPropertyParent (line 78) | public void testNewCalendarPropertyParent() throws Exception { method testModifyCalendarPropertyParent (line 90) | public void testModifyCalendarPropertyParent() throws Exception { method testRemoveCalendarPropertySession (line 105) | public void testRemoveCalendarPropertySession() throws Exception { method testRemoveCalendarPropertyParent (line 119) | public void testRemoveCalendarPropertyParent() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyConstraintViolationExceptionTest.java class SetPropertyConstraintViolationExceptionTest (line 44) | public class SetPropertyConstraintViolationExceptionTest extends Abstrac... method testBooleanProperty (line 52) | public void testBooleanProperty() method testDateProperty (line 111) | public void testDateProperty() method testDoubleProperty (line 170) | public void testDoubleProperty() method testBinaryProperty (line 229) | public void testBinaryProperty() method testLongProperty (line 292) | public void testLongProperty() method testReferenceProperty (line 351) | public void testReferenceProperty() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyDecimalTest.java class SetPropertyDecimalTest (line 31) | public class SetPropertyDecimalTest extends AbstractJCRTest { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 46) | protected void tearDown() throws Exception { method testNewDecimalPropertySession (line 54) | public void testNewDecimalPropertySession() throws Exception { method testModifyDecimalPropertySession (line 66) | public void testModifyDecimalPropertySession() throws Exception { method testRemoveDecimalPropertySession (line 81) | public void testRemoveDecimalPropertySession() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyDoubleTest.java class SetPropertyDoubleTest (line 29) | public class SetPropertyDoubleTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 45) | protected void tearDown() throws Exception { method testNewDoublePropertySession (line 54) | public void testNewDoublePropertySession() throws Exception { method testModifyDoublePropertySession (line 66) | public void testModifyDoublePropertySession() throws Exception { method testNewDoublePropertyParent (line 80) | public void testNewDoublePropertyParent() throws Exception { method testModifyDoublePropertyParent (line 92) | public void testModifyDoublePropertyParent() throws Exception { method testRemoveDoublePropertySession (line 107) | public void testRemoveDoublePropertySession() throws Exception { method testRemoveDoublePropertyParent (line 121) | public void testRemoveDoublePropertyParent() throws Exception { method testEdgeCases (line 133) | public void testEdgeCases() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyInputStreamTest.java class SetPropertyInputStreamTest (line 35) | public class SetPropertyInputStreamTest extends AbstractJCRTest { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 57) | protected void tearDown() throws Exception { method testNewInputStreamPropertySession (line 66) | public void testNewInputStreamPropertySession() throws Exception { method testModifyInputStreamPropertySession (line 83) | public void testModifyInputStreamPropertySession() throws Exception { method testNewInputStreamPropertyParent (line 102) | public void testNewInputStreamPropertyParent() throws Exception { method testModifyInputStreamPropertyParent (line 119) | public void testModifyInputStreamPropertyParent() throws Exception { method testRemoveInputStreamPropertySession (line 139) | public void testRemoveInputStreamPropertySession() throws Exception { method testRemoveInputStreamPropertyParent (line 159) | public void testRemoveInputStreamPropertyParent() throws Exception { method testInputStreamClosed (line 178) | public void testInputStreamClosed() throws Exception { method compareInputStreams (line 187) | private boolean compareInputStreams(InputStream f1, InputStream f2) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyLongTest.java class SetPropertyLongTest (line 29) | public class SetPropertyLongTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 41) | protected void tearDown() throws Exception { method testNewLongPropertySession (line 50) | public void testNewLongPropertySession() throws Exception { method testModifyLongPropertySession (line 62) | public void testModifyLongPropertySession() throws Exception { method testNewLongPropertyParent (line 76) | public void testNewLongPropertyParent() throws Exception { method testModifyLongPropertyParent (line 88) | public void testModifyLongPropertyParent() throws Exception { method testRemoveLongPropertySession (line 103) | public void testRemoveLongPropertySession() throws Exception { method testRemoveLongPropertyParent (line 117) | public void testRemoveLongPropertyParent() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyNodeTest.java class SetPropertyNodeTest (line 29) | public class SetPropertyNodeTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 63) | protected void tearDown() throws Exception { method testNewNodePropertySession (line 74) | public void testNewNodePropertySession() throws Exception { method testModifyNodePropertySession (line 86) | public void testModifyNodePropertySession() throws Exception { method testNewNodePropertyParent (line 100) | public void testNewNodePropertyParent() throws Exception { method testModifyNodePropertyParent (line 112) | public void testModifyNodePropertyParent() throws Exception { method testRemoveNodePropertySession (line 127) | public void testRemoveNodePropertySession() throws Exception { method testRemoveNodePropertyParent (line 141) | public void testRemoveNodePropertyParent() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyStringTest.java class SetPropertyStringTest (line 36) | public class SetPropertyStringTest extends AbstractJCRTest { method setUp (line 51) | protected void setUp() throws Exception { method tearDown (line 74) | protected void tearDown() throws Exception { method testNewStringPropertySession (line 91) | public void testNewStringPropertySession() throws Exception { method testModifyStringPropertySession (line 103) | public void testModifyStringPropertySession() throws Exception { method testNewStringPropertyParent (line 117) | public void testNewStringPropertyParent() throws Exception { method testModifyStringPropertyParent (line 129) | public void testModifyStringPropertyParent() throws Exception { method testRemoveStringPropertySession (line 144) | public void testRemoveStringPropertySession() throws Exception { method testRemoveStringPropertyParent (line 158) | public void testRemoveStringPropertyParent() throws Exception { method testNewStringPropertySessionWithPropertyType (line 174) | public void testNewStringPropertySessionWithPropertyType() throws Exce... method testModifyStringPropertySessionWithPropertyType (line 186) | public void testModifyStringPropertySessionWithPropertyType() throws E... method testNewStringPropertyParentWithPropertyType (line 200) | public void testNewStringPropertyParentWithPropertyType() throws Excep... method testModifyStringPropertyParentWithPropertyType (line 212) | public void testModifyStringPropertyParentWithPropertyType() throws Ex... method testRemoveStringPropertySessionWithPropertyType (line 227) | public void testRemoveStringPropertySessionWithPropertyType() throws E... method testRemoveStringPropertyParentWithPropertyType (line 241) | public void testRemoveStringPropertyParentWithPropertyType() throws Ex... method testNewStringArrayPropertySession (line 257) | public void testNewStringArrayPropertySession() throws Exception { method testModifyStringArrayPropertySession (line 269) | public void testModifyStringArrayPropertySession() throws Exception { method testNewStringArrayPropertyParent (line 283) | public void testNewStringArrayPropertyParent() throws Exception { method testModifyStringArrayPropertyParent (line 295) | public void testModifyStringArrayPropertyParent() throws Exception { method testRemoveStringArrayPropertySession (line 310) | public void testRemoveStringArrayPropertySession() throws Exception { method testRemoveStringArrayPropertyParent (line 324) | public void testRemoveStringArrayPropertyParent() throws Exception { method testSetNullStringArray (line 337) | public void testSetNullStringArray() throws Exception { method testNewStringArrayPropertySessionWithPropertyType (line 352) | public void testNewStringArrayPropertySessionWithPropertyType() throws... method testModifyStringArrayPropertySessionWithPropertyType (line 364) | public void testModifyStringArrayPropertySessionWithPropertyType() thr... method testNewStringArrayPropertyParentWithPropertyType (line 378) | public void testNewStringArrayPropertyParentWithPropertyType() throws ... method testModifyStringArrayPropertyParentWithPropertyType (line 390) | public void testModifyStringArrayPropertyParentWithPropertyType() thro... method testRemoveStringArrayPropertySessionWithPropertyType (line 405) | public void testRemoveStringArrayPropertySessionWithPropertyType() thr... method testRemoveStringArrayPropertyParentWithPropertyType (line 419) | public void testRemoveStringArrayPropertyParentWithPropertyType() thro... method testSetNullStringArrayWithPropertyType (line 432) | public void testSetNullStringArrayWithPropertyType() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetPropertyValueTest.java class SetPropertyValueTest (line 35) | public class SetPropertyValueTest extends AbstractJCRTest { method setUp (line 48) | protected void setUp() throws Exception { method tearDown (line 71) | protected void tearDown() throws Exception { method testNewValuePropertySession (line 101) | public void testNewValuePropertySession() throws Exception { method testModifyValuePropertySession (line 113) | public void testModifyValuePropertySession() throws Exception { method testNewValuePropertyParent (line 127) | public void testNewValuePropertyParent() throws Exception { method testModifyValuePropertyParent (line 139) | public void testModifyValuePropertyParent() throws Exception { method testRemoveValuePropertySession (line 154) | public void testRemoveValuePropertySession() throws Exception { method testRemoveValuePropertyParent (line 168) | public void testRemoveValuePropertyParent() throws Exception { method testNewValuePropertySessionWithPropertyType (line 185) | public void testNewValuePropertySessionWithPropertyType() throws Excep... method testModifyValuePropertySessionWithPropertyType (line 197) | public void testModifyValuePropertySessionWithPropertyType() throws Ex... method testNewValuePropertyParentWithPropertyType (line 211) | public void testNewValuePropertyParentWithPropertyType() throws Except... method testModifyValuePropertyParentWithPropertyType (line 223) | public void testModifyValuePropertyParentWithPropertyType() throws Exc... method testRemoveValuePropertySessionWithPropertyType (line 238) | public void testRemoveValuePropertySessionWithPropertyType() throws Ex... method testRemoveValuePropertyParentWithPropertyType (line 252) | public void testRemoveValuePropertyParentWithPropertyType() throws Exc... method testNewValueArrayPropertySession (line 269) | public void testNewValueArrayPropertySession() throws Exception { method testModifyValueArrayPropertySession (line 281) | public void testModifyValueArrayPropertySession() throws Exception { method testNewValueArrayPropertyParent (line 295) | public void testNewValueArrayPropertyParent() throws Exception { method testModifyValueArrayPropertyParent (line 307) | public void testModifyValueArrayPropertyParent() throws Exception { method testSetMixedValueArrayValueFormatException (line 322) | public void testSetMixedValueArrayValueFormatException() throws Except... method testRemoveValueArrayPropertySession (line 335) | public void testRemoveValueArrayPropertySession() throws Exception { method testRemoveValueArrayPropertyParent (line 349) | public void testRemoveValueArrayPropertyParent() throws Exception { method testSetNullValueArray (line 362) | public void testSetNullValueArray() throws Exception { method testCompactValueArrayWithNulls (line 374) | public void testCompactValueArrayWithNulls() throws Exception { method testNewValueArrayPropertySessionWithPropertyType (line 390) | public void testNewValueArrayPropertySessionWithPropertyType() throws ... method testModifyValueArrayPropertySessionWithPropertyType (line 402) | public void testModifyValueArrayPropertySessionWithPropertyType() thro... method testNewValueArrayPropertyParentWithPropertyType (line 416) | public void testNewValueArrayPropertyParentWithPropertyType() throws E... method testModifyValueArrayPropertyParentWithPropertyType (line 428) | public void testModifyValueArrayPropertyParentWithPropertyType() throw... method testSetMixedValueArrayValueFormatExceptionWithPropertyType (line 443) | public void testSetMixedValueArrayValueFormatExceptionWithPropertyType... method testRemoveValueArrayPropertySessionWithPropertyType (line 456) | public void testRemoveValueArrayPropertySessionWithPropertyType() thro... method testRemoveValueArrayPropertyParentWithPropertyType (line 470) | public void testRemoveValueArrayPropertyParentWithPropertyType() throw... method testSetNullValueArrayWithPropertyType (line 483) | public void testSetNullValueArrayWithPropertyType() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueBinaryTest.java class SetValueBinaryTest (line 46) | public class SetValueBinaryTest extends AbstractJCRTest { method setUp (line 68) | protected void setUp() throws Exception { method tearDown (line 91) | protected void tearDown() throws Exception { method testBinarySession (line 102) | public void testBinarySession() throws RepositoryException, IOException { method testBinarySessionJcr2 (line 117) | public void testBinarySessionJcr2() throws RepositoryException, IOExce... method testBinaryParent (line 137) | public void testBinaryParent() throws RepositoryException, IOException { method testBinaryParentJcr2 (line 157) | public void testBinaryParentJcr2() throws RepositoryException, IOExcep... method testRemoveBinarySession (line 178) | public void testRemoveBinarySession() throws RepositoryException, NotE... method testRemoveBinaryParent (line 198) | public void testRemoveBinaryParent() throws RepositoryException, NotEx... method compareStream (line 216) | private void compareStream(byte[] data, InputStream s) throws IOExcept... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueBooleanTest.java class SetValueBooleanTest (line 38) | public class SetValueBooleanTest extends AbstractJCRTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 69) | protected void tearDown() throws Exception { method testBooleanSession (line 80) | public void testBooleanSession() throws RepositoryException { method testBooleanParent (line 90) | public void testBooleanParent() throws RepositoryException { method testRemoveBooleanSession (line 100) | public void testRemoveBooleanSession() throws RepositoryException { method testRemoveBooleanParent (line 116) | public void testRemoveBooleanParent() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueConstraintViolationExceptionTest.java class SetValueConstraintViolationExceptionTest (line 45) | public class SetValueConstraintViolationExceptionTest extends AbstractJC... method testBinaryProperty (line 52) | public void testBinaryProperty() method testBooleanProperty (line 123) | public void testBooleanProperty() method testDateProperty (line 190) | public void testDateProperty() method testDoubleProperty (line 257) | public void testDoubleProperty() method testLongProperty (line 324) | public void testLongProperty() method testReferenceProperty (line 392) | public void testReferenceProperty() method testMultipleBinaryProperty (line 492) | public void testMultipleBinaryProperty() method testMultipleBooleanProperty (line 547) | public void testMultipleBooleanProperty() method testMultipleDateProperty (line 603) | public void testMultipleDateProperty() method testMultipleDoubleProperty (line 658) | public void testMultipleDoubleProperty() method testMultipleLongProperty (line 714) | public void testMultipleLongProperty() method testMultipleReferenceProperty (line 770) | public void testMultipleReferenceProperty() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueDateTest.java class SetValueDateTest (line 40) | public class SetValueDateTest extends AbstractJCRTest { method setUp (line 57) | protected void setUp() throws Exception { method tearDown (line 73) | protected void tearDown() throws Exception { method testDateSession (line 84) | public void testDateSession() throws RepositoryException { method testDateParent (line 94) | public void testDateParent() throws RepositoryException { method testRemoveDateParent (line 105) | public void testRemoveDateParent() throws RepositoryException { method testRemoveCalendarSession (line 121) | public void testRemoveCalendarSession() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueDecimalTest.java class SetValueDecimalTest (line 40) | public class SetValueDecimalTest extends AbstractJCRTest { method setUp (line 57) | protected void setUp() throws Exception { method tearDown (line 75) | protected void tearDown() throws Exception { method testDoubleValueSession (line 83) | public void testDoubleValueSession() throws RepositoryException { method testDoubleSession (line 93) | public void testDoubleSession() throws RepositoryException { method testRemoveDoubleSession (line 103) | public void testRemoveDoubleSession() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueDoubleTest.java class SetValueDoubleTest (line 38) | public class SetValueDoubleTest extends AbstractJCRTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 73) | protected void tearDown() throws Exception { method testDoubleSession (line 84) | public void testDoubleSession() throws RepositoryException { method testDoubleParent (line 94) | public void testDoubleParent() throws RepositoryException { method testRemoveDoubleSession (line 104) | public void testRemoveDoubleSession() throws RepositoryException { method testRemoveDoubleParent (line 120) | public void testRemoveDoubleParent() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueInputStreamTest.java class SetValueInputStreamTest (line 42) | public class SetValueInputStreamTest extends AbstractJCRTest { method setUp (line 59) | protected void setUp() throws Exception { method tearDown (line 81) | protected void tearDown() throws Exception { method testInputStreamClosed (line 91) | public void testInputStreamClosed() throws RepositoryException, IOExce... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueLongTest.java class SetValueLongTest (line 38) | public class SetValueLongTest extends AbstractJCRTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 69) | protected void tearDown() throws Exception { method testLongSession (line 80) | public void testLongSession() throws RepositoryException { method testLongParent (line 90) | public void testLongParent() throws RepositoryException { method testRemoveLongParent (line 100) | public void testRemoveLongParent() throws RepositoryException { method testRemoveLongSession (line 116) | public void testRemoveLongSession() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueReferenceTest.java class SetValueReferenceTest (line 41) | public class SetValueReferenceTest extends AbstractJCRTest { method setUp (line 62) | protected void setUp() throws Exception { method tearDown (line 77) | protected void tearDown() throws Exception { method testNodeSession (line 88) | public void testNodeSession() throws RepositoryException, NotExecutabl... method testNodeParent (line 98) | public void testNodeParent() throws RepositoryException { method testRemoveNodeSession (line 108) | public void testRemoveNodeSession() throws RepositoryException { method testRemoveNodeParent (line 124) | public void testRemoveNodeParent() throws RepositoryException { method ensureReferenceable (line 150) | private void ensureReferenceable(Node n) throws RepositoryException, N... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueStringTest.java class SetValueStringTest (line 43) | public class SetValueStringTest extends AbstractJCRTest { method setUp (line 54) | protected void setUp() throws Exception { method tearDown (line 76) | protected void tearDown() throws Exception { method testValueSession (line 93) | public void testValueSession() throws RepositoryException { method testValueParent (line 103) | public void testValueParent() throws RepositoryException { method testMultiValue (line 113) | public void testMultiValue() throws RepositoryException { method testRemoveValueSession (line 127) | public void testRemoveValueSession() throws RepositoryException { method testRemoveValueParent (line 144) | public void testRemoveValueParent() throws RepositoryException { method testStringSession (line 163) | public void testStringSession() throws RepositoryException { method testStringParent (line 173) | public void testStringParent() throws RepositoryException { method testMultiString (line 183) | public void testMultiString() throws RepositoryException { method testRemoveStringSession (line 197) | public void testRemoveStringSession() throws RepositoryException { method testRemoveStringParent (line 214) | public void testRemoveStringParent() throws RepositoryException { method testMultiValueSession (line 234) | public void testMultiValueSession() throws RepositoryException { method testMultiValueParent (line 245) | public void testMultiValueParent() throws RepositoryException { method testMultiValueSingle (line 255) | public void testMultiValueSingle() throws RepositoryException { method testRemoveMultiValueSession (line 268) | public void testRemoveMultiValueSession() throws RepositoryException { method testRemoveMultiValueParent (line 284) | public void testRemoveMultiValueParent() throws RepositoryException { method testNullMultiValue (line 302) | public void testNullMultiValue() throws RepositoryException { method testMultiStringSession (line 315) | public void testMultiStringSession() throws RepositoryException { method testMultiStringParent (line 332) | public void testMultiStringParent() throws RepositoryException { method testMultiStringSingle (line 348) | public void testMultiStringSingle() throws RepositoryException { method testRemoveMultiStringSession (line 361) | public void testRemoveMultiStringSession() throws RepositoryException { method testRemoveMultiStringParent (line 377) | public void testRemoveMultiStringParent() throws RepositoryException { method testEmptyMultiStringParent (line 393) | public void testEmptyMultiStringParent() throws RepositoryException { method testEmptyMultiStringSession (line 405) | public void testEmptyMultiStringSession() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueValueFormatExceptionTest.java class SetValueValueFormatExceptionTest (line 40) | public class SetValueValueFormatExceptionTest extends AbstractJCRTest { method testValue (line 46) | public void testValue() method testValueArray (line 64) | public void testValueArray() method testString (line 83) | public void testString() method testStringArray (line 100) | public void testStringArray() method testInputStream (line 118) | public void testInputStream() method testLong (line 137) | public void testLong() method testDouble (line 154) | public void testDouble() method testCalendar (line 171) | public void testCalendar() method testBoolean (line 188) | public void testBoolean() method testNode (line 205) | public void testNode() method testNodeNotReferenceable (line 234) | public void testNodeNotReferenceable() method createProperty (line 262) | private Property createProperty(int propertyType, boolean multiple) th... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SetValueVersionExceptionTest.java class SetValueVersionExceptionTest (line 37) | public class SetValueVersionExceptionTest extends AbstractJCRTest { method setUp (line 57) | protected void setUp() throws Exception { method tearDown (line 86) | protected void tearDown() throws Exception { method testValue (line 110) | public void testValue() throws RepositoryException { method testValueArray (line 127) | public void testValueArray() throws RepositoryException { method testString (line 144) | public void testString() throws RepositoryException { method testStringArray (line 161) | public void testStringArray() throws RepositoryException { method testInputStream (line 179) | public void testInputStream() throws RepositoryException { method testLong (line 198) | public void testLong() throws RepositoryException { method testDouble (line 215) | public void testDouble() throws RepositoryException { method testCalendar (line 232) | public void testCalendar() throws RepositoryException { method testBoolean (line 249) | public void testBoolean() throws RepositoryException { method testNode (line 271) | public void testNode() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ShareableNodeTest.java class ShareableNodeTest (line 48) | public class ShareableNodeTest extends AbstractJCRTest { method setUp (line 50) | protected void setUp() throws Exception { method tearDown (line 61) | protected void tearDown() throws Exception { method testGetIndex (line 71) | public void testGetIndex() throws Exception { method testGetName (line 103) | public void testGetName() throws Exception { method testGetPath (line 133) | public void testGetPath() throws Exception { method testGetNode (line 164) | public void testGetNode() throws Exception { method testGetNodes (line 193) | public void testGetNodes() throws Exception { method testGetNodesByPattern (line 224) | public void testGetNodesByPattern() throws Exception { method testGetSharedSet (line 254) | public void testGetSharedSet() throws Exception { method testAddMixin (line 278) | public void testAddMixin() throws Exception { method testRestore (line 291) | public void testRestore() throws Exception { method testRemoveShare (line 335) | public void testRemoveShare() throws Exception { method testRemoveSharedSet (line 369) | public void testRemoveSharedSet() throws Exception { method testRemoveSharedSetSaveOneParentOnly (line 399) | public void testRemoveSharedSetSaveOneParentOnly() throws Exception { method testSameUUID (line 431) | public void testSameUUID() throws Exception { method testAddChild (line 461) | public void testAddChild() throws Exception { method testCopy (line 496) | public void testCopy() throws Exception { method testDetectShareCycleOnClone (line 537) | public void testDetectShareCycleOnClone() throws Exception { method testDetectShareCycleOnMove (line 562) | public void testDetectShareCycleOnMove() throws Exception { method testDetectShareCycleOnTransientMove (line 598) | public void testDetectShareCycleOnTransientMove() throws Exception { method testImportExportNtShare (line 641) | public void testImportExportNtShare() throws Exception { method testImportSystemViewCollision (line 695) | public void testImportSystemViewCollision() throws Exception { method testImportDocumentViewCollision (line 752) | public void testImportDocumentViewCollision() throws Exception { method testSessionImportSystemViewCollision (line 809) | public void testSessionImportSystemViewCollision() throws Exception { method testSessionImportDocumentViewCollision (line 867) | public void testSessionImportDocumentViewCollision() throws Exception { method testLock (line 922) | public void testLock() throws Exception { method testRestoreRemoveExisting (line 972) | public void testRestoreRemoveExisting() throws Exception { method testClone (line 1024) | public void testClone() throws Exception { method testIsSame (line 1055) | public void testIsSame() throws Exception { method testRemoveMixin (line 1084) | public void testRemoveMixin() throws Exception { method testRemoveMixinFromSharedNode (line 1114) | public void testRemoveMixinFromSharedNode() throws Exception { method testSearch (line 1158) | public void testSearch() throws Exception { method testCloneToSameParent (line 1198) | public void testCloneToSameParent() throws Exception { method testMoveShareableNode (line 1223) | public void testMoveShareableNode() throws Exception { method testTransientMoveShareableNode (line 1248) | public void testTransientMoveShareableNode() throws Exception { method testRemoveDescendantAndSave (line 1275) | public void testRemoveDescendantAndSave() throws Exception { method testRemoveDescendantAndRemoveShareAndSave (line 1310) | public void testRemoveDescendantAndRemoveShareAndSave() throws Excepti... method testModifyDescendantAndSave (line 1348) | public void testModifyDescendantAndSave() throws Exception { method testModifyDescendantAndRemoveShareAndSave (line 1382) | public void testModifyDescendantAndRemoveShareAndSave() throws Excepti... method testCloneMultipleTimes (line 1421) | public void testCloneMultipleTimes() throws Exception { method testSharedNodePath (line 1454) | public void testSharedNodePath() throws Exception { method getSharedSet (line 1483) | private static Node[] getSharedSet(Node n) throws RepositoryException { method toArray (line 1493) | private static Node[] toArray(NodeIterator iter) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/StringPropertyTest.java class StringPropertyTest (line 64) | public class StringPropertyTest extends AbstractPropertyTest { method getPropertyType (line 71) | protected int getPropertyType() { method getPropertyIsMultivalued (line 79) | protected Boolean getPropertyIsMultivalued() { method testValue (line 87) | public void testValue() throws RepositoryException { method testGetBoolean (line 105) | public void testGetBoolean() throws RepositoryException { method testGetDate (line 116) | public void testGetDate() throws RepositoryException { method testGetDouble (line 134) | public void testGetDouble() throws RepositoryException { method testGetLong (line 156) | public void testGetLong() throws RepositoryException { method testGetStream (line 178) | public void testGetStream() throws RepositoryException, IOException { method testGetNode (line 208) | public void testGetNode() throws RepositoryException, NotExecutableExc... method testGetProperty (line 225) | public void testGetProperty() throws RepositoryException, NotExecutabl... method testGetLength (line 243) | public void testGetLength() throws RepositoryException { method testGetLengths (line 266) | public void testGetLengths() throws RepositoryException { method testGetType (line 294) | public void testGetType() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/SysViewContentHandler.java class SysViewContentHandler (line 53) | class SysViewContentHandler extends DefaultHandler { method SysViewContentHandler (line 96) | public SysViewContentHandler(String path, Session session, method startDocument (line 120) | public void startDocument() throws SAXException { method startPrefixMapping (line 142) | public void startPrefixMapping(String prefix, String uri) { method startElement (line 147) | public void startElement(String uri, String localName, method characters (line 270) | public void characters(char[] ch, int start, int length) throws SAXExc... method endElement (line 276) | public void endElement (String uri, String localName, String qName) method endDocument (line 336) | public void endDocument() throws SAXException { method checkCondition (line 365) | private void checkCondition(String str, boolean bool) { class ConditionException (line 369) | public class ConditionException extends SAXException { method ConditionException (line 370) | public ConditionException(String message) { method checkPropOrder (line 382) | private void checkPropOrder(NodeElemData nodeElem) method checkAllProps (line 420) | private void checkAllProps(NodeElemData nodeElem, boolean skipBinary) method checkChildren (line 560) | private void checkChildren(NodeElemData nodeElem, boolean noRecurse) method decodeBase64 (line 608) | private String decodeBase64(String str) throws IOException { method getSize (line 620) | private long getSize(RangeIterator it) { class NodeElemData (line 638) | private class NodeElemData { class PropElemData (line 661) | private class PropElemData { class ChildNodeElem (line 671) | private class ChildNodeElem { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/TreeComparator.java class TreeComparator (line 48) | class TreeComparator extends Assert { method TreeComparator (line 68) | public TreeComparator(SerializationContext sc, Session s) throws Excep... method setSession (line 75) | public void setSession(Session session) { method init (line 82) | private void init() throws RepositoryException { method createExampleTree (line 112) | public void createExampleTree() { method createExampleTree (line 127) | public void createExampleTree(boolean save) { method createComplexTree (line 151) | public void createComplexTree() { method createComplexTree (line 162) | public void createComplexTree(boolean save) { method compare (line 279) | public void compare(boolean skipBinary, boolean noRecurse) { method compare (line 288) | public void compare() { method compare (line 299) | public void compare(int check) { method compare (line 310) | public void compare(String sourcePath, int level) { method compareNodes (line 369) | public void compareNodes(Node a, Node b) { method compareProperties (line 395) | public void compareProperties(Node a, Node b) { method compareProperties (line 455) | public void compareProperties(Property a, Property b) { method compareValues (line 491) | public void compareValues(String n, String p, Value[] a, Value[] b) { method compareValue (line 506) | public void compareValue(String n, String p, Value a, Value b) { method propertyValueMayChange (line 525) | public boolean propertyValueMayChange(String propertyName) { method getSourceRootPath (line 538) | public String getSourceRootPath() { method getTargetPath (line 547) | private String getTargetPath(String sourcePath) { method showTree (line 556) | public void showTree() { method showTree (line 569) | public void showTree(Node n, int level) throws RepositoryException { method propertySkipped (line 596) | public boolean propertySkipped(String propertyName) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/UndefinedPropertyTest.java class UndefinedPropertyTest (line 32) | public class UndefinedPropertyTest extends AbstractJCRTest { method setUp (line 37) | protected void setUp() throws NotExecutableException, Exception { method getPropertyIsMultivalued (line 46) | protected Boolean getPropertyIsMultivalued() { method testUndefinedProperty (line 53) | public void testUndefinedProperty() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/ValueFactoryTest.java class ValueFactoryTest (line 41) | public class ValueFactoryTest extends AbstractJCRTest { method setUp (line 67) | public void setUp() throws Exception { method tearDown (line 85) | protected void tearDown() throws Exception { method createReferenceableNode (line 102) | public Node createReferenceableNode(String name) throws RepositoryExce... method testValueType (line 129) | public void testValueType() throws RepositoryException { method testValueFormatException (line 249) | public void testValueFormatException() throws RepositoryException { method testInputStream (line 323) | public void testInputStream() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCloneReferenceableTest.java class WorkspaceCloneReferenceableTest (line 30) | public class WorkspaceCloneReferenceableTest extends AbstractWorkspaceRe... method testCloneNodesReferenceableNodesOriginalUUID (line 37) | public void testCloneNodesReferenceableNodesOriginalUUID() throws Repo... method testCloneNodesRemoveExistingTrue (line 62) | public void testCloneNodesRemoveExistingTrue() throws RepositoryExcept... method testCloneNodesRemoveExistingFalse (line 86) | public void testCloneNodesRemoveExistingFalse() throws RepositoryExcep... method testCloneNodesReferenceableAndNonreferenceable (line 106) | public void testCloneNodesReferenceableAndNonreferenceable() throws Re... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCloneSameNameSibsTest.java class WorkspaceCloneSameNameSibsTest (line 29) | public class WorkspaceCloneSameNameSibsTest extends AbstractWorkspaceSam... method testCloneNodesOrderingSupportedByParent (line 36) | public void testCloneNodesOrderingSupportedByParent() throws Repositor... method testCloneNodesNodeExistsAtDestPath (line 67) | public void testCloneNodesNodeExistsAtDestPath() throws RepositoryExce... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCloneTest.java class WorkspaceCloneTest (line 35) | public class WorkspaceCloneTest extends AbstractWorkspaceCopyBetweenTest { method testCloneNodes (line 41) | public void testCloneNodes() throws RepositoryException { method testCloneNodesTwice (line 54) | public void testCloneNodesTwice() throws RepositoryException, method testCloneNodesInvalidWorkspace (line 72) | public void testCloneNodesInvalidWorkspace() throws RepositoryException { method testCloneNodesAbsolutePath (line 90) | public void testCloneNodesAbsolutePath() { method testCloneNodesConstraintViolationException (line 105) | public void testCloneNodesConstraintViolationException() throws Reposi... method testCloneNodesAccessDenied (line 125) | public void testCloneNodesAccessDenied() throws RepositoryException { method testCloneNodesPathNotExisting (line 145) | public void testCloneNodesPathNotExisting() throws RepositoryException { method testCloneNodesLocked (line 172) | public void testCloneNodesLocked() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCloneVersionableTest.java class WorkspaceCloneVersionableTest (line 30) | public class WorkspaceCloneVersionableTest extends AbstractWorkspaceVers... method testCloneNodesVersionableAndCheckedIn (line 37) | public void testCloneNodesVersionableAndCheckedIn() throws RepositoryE... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyBetweenWorkspacesReferenceableTest.java class WorkspaceCopyBetweenWorkspacesReferenceableTest (line 29) | public class WorkspaceCopyBetweenWorkspacesReferenceableTest extends Abs... method testCopyNodesReferenceableNodesNewUUID (line 35) | public void testCopyNodesReferenceableNodesNewUUID() throws Repository... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyBetweenWorkspacesSameNameSibsTest.java class WorkspaceCopyBetweenWorkspacesSameNameSibsTest (line 29) | public class WorkspaceCopyBetweenWorkspacesSameNameSibsTest extends Abst... method testCopyNodesOrderingSupportedByParent (line 36) | public void testCopyNodesOrderingSupportedByParent() throws Repository... method testCopyNodesNodeExistsAtDestPath (line 66) | public void testCopyNodesNodeExistsAtDestPath() throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyBetweenWorkspacesTest.java class WorkspaceCopyBetweenWorkspacesTest (line 36) | public class WorkspaceCopyBetweenWorkspacesTest extends AbstractWorkspac... method testCopyNodes (line 42) | public void testCopyNodes() throws RepositoryException { method testCopyNodesInvalidWorkspace (line 54) | public void testCopyNodesInvalidWorkspace() throws RepositoryException { method testCopyNodesAbsolutePath (line 73) | public void testCopyNodesAbsolutePath() { method testCopyNodesConstraintViolationException (line 88) | public void testCopyNodesConstraintViolationException() throws Reposit... method testCopyNodesAccessDenied (line 108) | public void testCopyNodesAccessDenied() throws RepositoryException { method testCopyNodesPathNotExisting (line 127) | public void testCopyNodesPathNotExisting() throws RepositoryException { method testCopyNodesLocked (line 154) | public void testCopyNodesLocked() throws RepositoryException, NotExecu... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyBetweenWorkspacesVersionableTest.java class WorkspaceCopyBetweenWorkspacesVersionableTest (line 29) | public class WorkspaceCopyBetweenWorkspacesVersionableTest extends Abstr... method testCopyNodesVersionableAndCheckedIn (line 36) | public void testCopyNodesVersionableAndCheckedIn() throws RepositoryEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyReferenceableTest.java class WorkspaceCopyReferenceableTest (line 29) | public class WorkspaceCopyReferenceableTest extends AbstractWorkspaceRef... method getOtherWorkspaceName (line 31) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 35) | protected void initNodesW2() throws RepositoryException { method testCopyNodesNewUUID (line 43) | public void testCopyNodesNewUUID() throws RepositoryException, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopySameNameSibsTest.java class WorkspaceCopySameNameSibsTest (line 31) | public class WorkspaceCopySameNameSibsTest extends AbstractWorkspaceSame... method getOtherWorkspaceName (line 33) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 37) | protected void initNodesW2() throws RepositoryException { method testCopyNodesOrderingSupportedByParent (line 46) | public void testCopyNodesOrderingSupportedByParent() throws Repository... method testCopyNodesNodeExistsAtDestPath (line 76) | public void testCopyNodesNodeExistsAtDestPath() throws RepositoryExcep... method testCopyNodesNodeExistsAtDestPath2 (line 103) | public void testCopyNodesNodeExistsAtDestPath2() throws RepositoryExce... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyTest.java class WorkspaceCopyTest (line 34) | public class WorkspaceCopyTest extends AbstractWorkspaceCopyTest { method testCopyNodes (line 40) | public void testCopyNodes() throws RepositoryException { method testCopyNodesAbsolutePath (line 56) | public void testCopyNodesAbsolutePath() { method testCopyNodesConstraintViolationException (line 72) | public void testCopyNodesConstraintViolationException() throws Reposit... method testCopyNodesAccessDenied (line 91) | public void testCopyNodesAccessDenied() throws RepositoryException { method testCopyNodesPathNotExisting (line 110) | public void testCopyNodesPathNotExisting() throws RepositoryException { method testCopyNodesLocked (line 137) | public void testCopyNodesLocked() throws RepositoryException, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceCopyVersionableTest.java class WorkspaceCopyVersionableTest (line 31) | public class WorkspaceCopyVersionableTest extends AbstractWorkspaceVersi... method getOtherWorkspaceName (line 33) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 37) | protected void initNodesW2() throws RepositoryException { method testCopyNodesVersionableAndCheckedIn (line 46) | public void testCopyNodesVersionableAndCheckedIn() throws RepositoryEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceManagementTest.java class WorkspaceManagementTest (line 29) | public class WorkspaceManagementTest extends AbstractJCRTest { method setUp (line 33) | protected void setUp() throws Exception { method testCreateWorkspace (line 47) | public void testCreateWorkspace() throws RepositoryException { method testDeleteWorkspace (line 77) | public void testDeleteWorkspace() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceMoveReferenceableTest.java class WorkspaceMoveReferenceableTest (line 29) | public class WorkspaceMoveReferenceableTest extends AbstractWorkspaceRef... method getOtherWorkspaceName (line 31) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 35) | protected void initNodesW2() throws RepositoryException { method testMoveNodesReferenceableNodesNewUUID (line 43) | public void testMoveNodesReferenceableNodesNewUUID() throws Repository... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceMoveSameNameSibsTest.java class WorkspaceMoveSameNameSibsTest (line 31) | public class WorkspaceMoveSameNameSibsTest extends AbstractWorkspaceSame... method getOtherWorkspaceName (line 33) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 37) | protected void initNodesW2() throws RepositoryException { method testMoveNodesOrderingSupportedByParent (line 46) | public void testMoveNodesOrderingSupportedByParent() throws Repository... method testMoveNodesNodeExistsAtDestPath (line 80) | public void testMoveNodesNodeExistsAtDestPath() throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceMoveTest.java class WorkspaceMoveTest (line 34) | public class WorkspaceMoveTest extends AbstractWorkspaceCopyTest { method testMoveNodes (line 40) | public void testMoveNodes() throws RepositoryException { method testMoveNodesAbsolutePath (line 55) | public void testMoveNodesAbsolutePath() { method testMoveNodesConstraintViolationException (line 71) | public void testMoveNodesConstraintViolationException() throws Reposit... method testMoveNodesAccessDenied (line 91) | public void testMoveNodesAccessDenied() throws RepositoryException { method testMoveNodesPathNotExisting (line 110) | public void testMoveNodesPathNotExisting() throws RepositoryException { method testMoveNodesLocked (line 138) | public void testMoveNodesLocked() throws RepositoryException, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceMoveVersionableTest.java class WorkspaceMoveVersionableTest (line 31) | public class WorkspaceMoveVersionableTest extends AbstractWorkspaceVersi... method getOtherWorkspaceName (line 33) | protected String getOtherWorkspaceName() throws NotExecutableException { method initNodesW2 (line 37) | protected void initNodesW2() throws RepositoryException { method testMoveNodesVersionableAndCheckedIn (line 46) | public void testMoveNodesVersionableAndCheckedIn() throws RepositoryEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceReadMethodsTest.java class WorkspaceReadMethodsTest (line 29) | public class WorkspaceReadMethodsTest extends AbstractJCRTest { method setUp (line 34) | protected void setUp() throws Exception { method testGetSession (line 43) | public void testGetSession() throws RepositoryException { method testGetName (line 58) | public void testGetName() throws RepositoryException { method testGetQueryManager (line 75) | public void testGetQueryManager() throws RepositoryException { method testGetAccessibleWorkspaceNames (line 89) | public void testGetAccessibleWorkspaceNames() throws RepositoryExcepti... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/WorkspaceTest.java class WorkspaceTest (line 29) | public class WorkspaceTest extends AbstractJCRTest { method setUp (line 33) | protected void setUp() throws Exception { method testGetLockManager (line 44) | public void testGetLockManager() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/AbstractLockTest.java class AbstractLockTest (line 36) | public abstract class AbstractLockTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 60) | protected void tearDown() throws Exception { method isSessionScoped (line 72) | protected abstract boolean isSessionScoped(); method isDeep (line 73) | protected abstract boolean isDeep(); method assertLockable (line 75) | protected void assertLockable(Node n) method getTimeoutHint (line 81) | protected long getTimeoutHint() throws RepositoryException { method getLockOwner (line 94) | protected String getLockOwner() throws RepositoryException { method getLockManager (line 102) | protected static LockManager getLockManager(Session session) throws Re... method testIsDeep (line 109) | public void testIsDeep() { method testIsLive (line 116) | public void testIsLive() throws RepositoryException { method testRefresh (line 123) | public void testRefresh() throws RepositoryException { method testRefreshNotLive (line 135) | public void testRefreshNotLive() throws Exception { method testLockHoldingNode (line 152) | public void testLockHoldingNode() throws RepositoryException { method testNodeIsLocked (line 161) | public void testNodeIsLocked() throws RepositoryException { method testNodeHoldsLocked (line 171) | public void testNodeHoldsLocked() throws RepositoryException { method testLockVisibility (line 180) | public void testLockVisibility() throws RepositoryException { method testIsSessionScoped (line 195) | public void testIsSessionScoped() { method testIsLockOwningSession (line 204) | public void testIsLockOwningSession() throws RepositoryException { method testGetSecondsRemaining (line 236) | public void testGetSecondsRemaining() throws RepositoryException { method testGetSecondsRemainingAfterUnlock (line 247) | public void testGetSecondsRemainingAfterUnlock() throws RepositoryExce... method testLockExpiration (line 255) | public synchronized void testLockExpiration() method testOwnerHint (line 291) | public synchronized void testOwnerHint() method testUnlock (line 311) | public void testUnlock() throws RepositoryException { method testUnlockByOtherSession (line 326) | public void testUnlockByOtherSession() throws RepositoryException, Not... method testIsLockedChild (line 343) | public void testIsLockedChild() throws RepositoryException { method testIsLockedNewChild (line 348) | public void testIsLockedNewChild() throws RepositoryException { method testHoldsLockChild (line 356) | public void testHoldsLockChild() throws RepositoryException { method testHoldsLockNewChild (line 363) | public void testHoldsLockNewChild() throws RepositoryException { method testGetLockOnChild (line 371) | public void testGetLockOnChild() throws RepositoryException { method testGetLockOnNewChild (line 397) | public void testGetLockOnNewChild() throws RepositoryException { method testRemoveMixLockableFromLockedNode (line 424) | public void testRemoveMixLockableFromLockedNode() throws RepositoryExc... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/DeepLockTest.java class DeepLockTest (line 27) | public class DeepLockTest extends AbstractLockTest { method isSessionScoped (line 29) | protected boolean isSessionScoped() { method isDeep (line 33) | protected boolean isDeep() { method testGetNodeOnLockObtainedFromChild (line 37) | public void testGetNodeOnLockObtainedFromChild() throws RepositoryExce... method testGetNodeOnLockObtainedFromNewChild (line 42) | public void testGetNodeOnLockObtainedFromNewChild() throws RepositoryE... method testParentChildDeepLock (line 48) | public void testParentChildDeepLock() method testDeepLockAboveLockedChild (line 69) | public void testDeepLockAboveLockedChild() throws RepositoryException,... method testShallowLockAboveLockedChild (line 94) | public void testShallowLockAboveLockedChild() throws RepositoryExcepti... method testRemoveLockedChild (line 113) | public void testRemoveLockedChild() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/LockManagerTest.java class LockManagerTest (line 36) | public class LockManagerTest extends AbstractJCRTest { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 61) | protected void tearDown() throws Exception { method assertLockable (line 68) | private void assertLockable(Node n) throws RepositoryException, method getLockManager (line 74) | private static LockManager getLockManager(Session session) throws Repo... method containsLockToken (line 78) | private static boolean containsLockToken(LockManager lMgr, String toke... method containsLockToken (line 82) | private static boolean containsLockToken(String[] tokens, String token... method testLockNonLockable (line 91) | public void testLockNonLockable() throws NotExecutableException, Repos... method testLockWithPendingChanges (line 103) | public void testLockWithPendingChanges() throws RepositoryException, method testNullOwnerHint (line 117) | public void testNullOwnerHint() throws RepositoryException, method testGetLockTokens (line 125) | public void testGetLockTokens() throws RepositoryException, method testGetLockTokensAfterUnlock (line 138) | public void testGetLockTokensAfterUnlock() throws RepositoryException, method testGetLockTokensSessionScoped (line 153) | public void testGetLockTokensSessionScoped() throws RepositoryException, method testAddLockToken (line 168) | public void testAddLockToken() throws RepositoryException, method testAddInvalidLockToken (line 180) | public void testAddInvalidLockToken() throws RepositoryException { method testAddLockTokenToAnotherSession (line 189) | public void testAddLockTokenToAnotherSession() throws RepositoryExcept... method testRemoveLockToken (line 219) | public void testRemoveLockToken() throws Exception { method testRemoveLockToken2 (line 241) | public void testRemoveLockToken2() throws Exception { method testRemoveLockToken3 (line 260) | public void testRemoveLockToken3() throws Exception { method testRemoveLockTokenTwice (line 284) | public void testRemoveLockTokenTwice() throws Exception { method testAddLockTokenAgain (line 304) | public void testAddLockTokenAgain() throws Exception { method testLockTransfer (line 323) | public void testLockTransfer() throws Exception { method testLockTransfer2 (line 349) | public void testLockTransfer2() throws Exception { method testLockTransfer3 (line 379) | public void testLockTransfer3() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/LockTest.java class LockTest (line 41) | public class LockTest extends AbstractJCRTest { method testAddRemoveLockToken (line 46) | public void testAddRemoveLockToken() throws Exception { method testNodeLocked (line 104) | public void testNodeLocked() throws Exception { method testGetNode (line 142) | public void testGetNode() throws Exception { method testGetLockOwnerProperty (line 168) | public void testGetLockOwnerProperty() throws Exception { method testGetLockOwner (line 194) | public void testGetLockOwner() throws Exception { method testShallowLock (line 214) | public void testShallowLock() throws Exception { method testCheckedIn (line 231) | public void testCheckedIn() method testParentChildLock (line 267) | public void testParentChildLock() throws Exception { method testParentChildDeepLock (line 291) | public void testParentChildDeepLock() throws Exception { method testIsDeep (line 314) | public void testIsDeep() throws RepositoryException, NotExecutableExce... method testIsSessionScoped (line 338) | public void testIsSessionScoped() throws RepositoryException, method testLogout (line 365) | public void testLogout() throws Exception { method testLockTransfer (line 405) | public void testLockTransfer() throws Exception { method testOpenScopedLocks (line 447) | public void testOpenScopedLocks() throws Exception { method testRefresh (line 479) | public void testRefresh() throws Exception { method testRefreshNotLive (line 504) | public void testRefreshNotLive() throws Exception { method testGetLock (line 534) | public void testGetLock() throws Exception { method testCheckedInUnlock (line 555) | public void testCheckedInUnlock() throws Exception { method testReorder (line 586) | public void testReorder() throws Exception { method testReorder2 (line 609) | public void testReorder2() throws Exception { method testMoveLocked (line 634) | public void testMoveLocked() throws Exception { method testUnlockSameNameSibling (line 666) | public void testUnlockSameNameSibling() throws RepositoryException, No... method containsLockToken (line 705) | private boolean containsLockToken(Session session, String lockToken) { method setUpSameNameSiblings (line 718) | private Node setUpSameNameSiblings() throws RepositoryException, NotEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/OpenScopedLockTest.java class OpenScopedLockTest (line 20) | public class OpenScopedLockTest extends AbstractLockTest { method isSessionScoped (line 22) | protected boolean isSessionScoped() { method isDeep (line 26) | protected boolean isDeep() { method testGetLockToken (line 33) | public void testGetLockToken() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/SessionScopedLockTest.java class SessionScopedLockTest (line 29) | public class SessionScopedLockTest extends AbstractLockTest { method isSessionScoped (line 31) | protected boolean isSessionScoped() { method isDeep (line 35) | protected boolean isDeep() { method testGetLockToken (line 43) | public void testGetLockToken() { method testImplicitUnlock (line 50) | public void testImplicitUnlock() throws RepositoryException, method testImplicitUnlock2 (line 74) | public void testImplicitUnlock2() throws RepositoryException, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/SetValueLockExceptionTest.java class SetValueLockExceptionTest (line 40) | public class SetValueLockExceptionTest extends AbstractJCRTest { method setUp (line 78) | public void setUp() throws Exception { method tearDown (line 117) | public void tearDown() throws Exception { method doTestSetValueLockException (line 133) | public void doTestSetValueLockException(int type) method testSetValueLockException (line 220) | public void testSetValueLockException() throws RepositoryException { method createReferenceableNode (line 232) | public Node createReferenceableNode(String name) throws RepositoryExce... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/lock/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanAddChildNodeCallWithNodeTypeTest.java class CanAddChildNodeCallWithNodeTypeTest (line 35) | public class CanAddChildNodeCallWithNodeTypeTest extends AbstractJCRTest { method setUp (line 49) | protected void setUp() throws Exception { method tearDown (line 60) | protected void tearDown() throws Exception { method testDefinedAndLegalType (line 74) | public void testDefinedAndLegalType() method testDefinedAndIllegalType (line 103) | public void testDefinedAndIllegalType() method testCanAddMixinType (line 131) | public void testCanAddMixinType() method testCanAddAbstractType (line 159) | public void testCanAddAbstractType() method testUndefined (line 190) | public void testUndefined() method testResidualAndLegalType (line 214) | public void testResidualAndLegalType() method testResidualAndIllegalType (line 248) | public void testResidualAndIllegalType() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanAddChildNodeCallWithoutNodeTypeTest.java class CanAddChildNodeCallWithoutNodeTypeTest (line 33) | public class CanAddChildNodeCallWithoutNodeTypeTest extends AbstractJCRT... method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 53) | protected void tearDown() throws Exception { method testDefinedWithDefault (line 66) | public void testDefinedWithDefault() method testDefinedWithoutDefault (line 88) | public void testDefinedWithoutDefault() method testUndefined (line 110) | public void testUndefined() method testResidualWithDefault (line 132) | public void testResidualWithDefault() method testResidualWithoutDefault (line 156) | public void testResidualWithoutDefault() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanRemoveItemTest.java class CanRemoveItemTest (line 34) | public class CanRemoveItemTest extends AbstractJCRTest { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 54) | protected void tearDown() throws Exception { method testRemovableProperty (line 69) | public void testRemovableProperty() method testProtectedProperty (line 95) | public void testProtectedProperty() method testMandatoryProperty (line 121) | public void testMandatoryProperty() method testRemovableChildNode (line 148) | public void testRemovableChildNode() method testProtectedChildNode (line 174) | public void testProtectedChildNode() method testMandatoryChildNode (line 200) | public void testMandatoryChildNode() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyBinaryTest.java class CanSetPropertyBinaryTest (line 36) | public class CanSetPropertyBinaryTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 127) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 195) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 223) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyBooleanTest.java class CanSetPropertyBooleanTest (line 36) | public class CanSetPropertyBooleanTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 129) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 197) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 225) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyDateTest.java class CanSetPropertyDateTest (line 36) | public class CanSetPropertyDateTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 143) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 231) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 259) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyDoubleTest.java class CanSetPropertyDoubleTest (line 36) | public class CanSetPropertyDoubleTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 143) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 229) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 257) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyLongTest.java class CanSetPropertyLongTest (line 36) | public class CanSetPropertyLongTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 143) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 229) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 257) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyMultipleTest.java class CanSetPropertyMultipleTest (line 33) | public class CanSetPropertyMultipleTest extends AbstractJCRTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 53) | protected void tearDown() throws Exception { method testReturnFalseBecauseIsProtected (line 66) | public void testReturnFalseBecauseIsProtected() method testReturnFalseBecauseIsNotMultiple (line 91) | public void testReturnFalseBecauseIsNotMultiple() method testMultipleValuesNull (line 114) | public void testMultipleValuesNull() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyNameTest.java class CanSetPropertyNameTest (line 36) | public class CanSetPropertyNameTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 148) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 240) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 268) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyPathTest.java class CanSetPropertyPathTest (line 36) | public class CanSetPropertyPathTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 146) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 230) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 258) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyStringTest.java class CanSetPropertyStringTest (line 36) | public class CanSetPropertyStringTest extends AbstractJCRTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testConversions (line 68) | public void testConversions() method testConversionsMultiple (line 129) | public void testConversionsMultiple() method testValueConstraintNotSatisfied (line 197) | public void testValueConstraintNotSatisfied() method testValueConstraintNotSatisfiedMultiple (line 225) | public void testValueConstraintNotSatisfiedMultiple() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/CanSetPropertyTest.java class CanSetPropertyTest (line 33) | public class CanSetPropertyTest extends AbstractJCRTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 53) | protected void tearDown() throws Exception { method testReturnFalseBecauseIsProtected (line 65) | public void testReturnFalseBecauseIsProtected() method testReturnFalseBecauseIsMultiple (line 89) | public void testReturnFalseBecauseIsMultiple() method testValueNull (line 111) | public void testValueNull() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/NodeDefTest.java class NodeDefTest (line 40) | public class NodeDefTest extends AbstractJCRTest { method setUp (line 60) | protected void setUp() throws Exception { method tearDown (line 73) | protected void tearDown() throws Exception { method testGetDeclaringNodeType (line 86) | public void testGetDeclaringNodeType() method testIsAutoCreate (line 123) | public void testIsAutoCreate() method testIsMandatory (line 150) | public void testIsMandatory() throws RepositoryException, NotExecutabl... method testGetRequiredPrimaryTypes (line 162) | public void testGetRequiredPrimaryTypes() method testGetRequiredPrimaryTypeNames (line 184) | public void testGetRequiredPrimaryTypeNames() method testGetDefaultPrimaryTypes (line 212) | public void testGetDefaultPrimaryTypes() method traverse (line 262) | private void traverse(Node parentNode) method checkMandatoryConstraint (line 285) | private void checkMandatoryConstraint(Node node, NodeType type) method compareWithRequiredType (line 312) | private boolean compareWithRequiredType(NodeType requiredType, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/NodeTypeCreationTest.java class NodeTypeCreationTest (line 45) | public class NodeTypeCreationTest extends AbstractJCRTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 67) | protected void tearDown() throws Exception { method testEmptyNodeTypeTemplate (line 71) | public void testEmptyNodeTypeTemplate() throws Exception { method testNonEmptyNodeTypeTemplate (line 98) | public void testNonEmptyNodeTypeTemplate() throws Exception { method testNewNodeTypeTemplate (line 135) | public void testNewNodeTypeTemplate() throws Exception { method testEmptyPropertyDefinitionTemplate (line 206) | public void testEmptyPropertyDefinitionTemplate() throws Exception { method testPropertyDefinitionTemplate (line 229) | public void testPropertyDefinitionTemplate() throws Exception { method testSetDefaultValues (line 256) | public void testSetDefaultValues() throws Exception { method testEmptyNodeDefinitionTemplate (line 275) | public void testEmptyNodeDefinitionTemplate() throws Exception { method testNodeDefinitionTemplate (line 292) | public void testNodeDefinitionTemplate() throws Exception { method testResidualNames (line 345) | public void testResidualNames() throws Exception { method testInvalidJCRNames (line 357) | public void testInvalidJCRNames() throws Exception { method testRegisterNodeType (line 412) | public void testRegisterNodeType() throws Exception { method testUnregisterNodeType (line 439) | public void testUnregisterNodeType() throws Exception { method testUnregisterNodeTypes (line 455) | public void testUnregisterNodeTypes() throws Exception { method testRegisterNodeTypes (line 471) | public void testRegisterNodeTypes() throws Exception { method createBooleanPropTemplate (line 501) | private PropertyDefinitionTemplate createBooleanPropTemplate() throws ... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/NodeTypeManagerTest.java class NodeTypeManagerTest (line 33) | public class NodeTypeManagerTest extends AbstractJCRTest { method setUp (line 48) | protected void setUp() throws Exception { method tearDown (line 59) | protected void tearDown() throws Exception { method testGetNodeType (line 72) | public void testGetNodeType() throws RepositoryException { method testGetAllNodeTypes (line 101) | public void testGetAllNodeTypes() throws RepositoryException { method testGetPrimaryNodeTypes (line 115) | public void testGetPrimaryNodeTypes() throws RepositoryException { method testGetMixinNodeTypes (line 128) | public void testGetMixinNodeTypes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/NodeTypeTest.java class NodeTypeTest (line 45) | public class NodeTypeTest extends AbstractJCRTest { method setUp (line 67) | protected void setUp() throws Exception { method tearDown (line 79) | protected void tearDown() throws Exception { method testGetName (line 92) | public void testGetName() throws RepositoryException { method testIsMixin (line 102) | public void testIsMixin() throws RepositoryException { method testGetPrimaryItemName (line 125) | public void testGetPrimaryItemName() method testGetPrimaryItemNameNotExisting (line 147) | public void testGetPrimaryItemNameNotExisting() method testGetSupertypes (line 169) | public void testGetSupertypes() method testGetDeclaredSupertypes (line 205) | public void testGetDeclaredSupertypes() method testGetDeclaredSubtypes (line 230) | public void testGetDeclaredSubtypes() method testIsNodeType (line 270) | public void testIsNodeType() method testIsNodeTypeQName (line 296) | public void testIsNodeTypeQName() throws RepositoryException { method testGetDeclaredPropertyDefs (line 326) | public void testGetDeclaredPropertyDefs() method testGetPropertyDefs (line 362) | public void testGetPropertyDefs() method testGetDeclaredChildNodeDefs (line 387) | public void testGetDeclaredChildNodeDefs() method locateNodeWithPrimaryItem (line 428) | private Node locateNodeWithPrimaryItem(Node node) method locateNodeWithoutPrimaryItem (line 467) | private Node locateNodeWithoutPrimaryItem(Node node) method asSetOfNames (line 489) | private Set asSetOfNames(NodeType[] types) { method asSetOfNames (line 500) | private Set asSetOfNames(NodeTypeIterator it) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/NodeTypeUtil.java class NodeTypeUtil (line 41) | public class NodeTypeUtil { method locateChildNodeDef (line 65) | public static NodeDefinition locateChildNodeDef(Session session, method locateAllChildNodeDef (line 172) | public static List locateAllChildNodeDef(Session session, method locateChildNodeDef (line 270) | public static NodeDefinition locateChildNodeDef(Session session, method locatePropertyDef (line 324) | public static PropertyDefinition locatePropertyDef(Session session, method getNumResidualPropDefs (line 415) | private static int getNumResidualPropDefs(NodeType type) { method locatePropertyDef (line 438) | public static PropertyDefinition locatePropertyDef(Session session, method getUndefinedChildNodeName (line 479) | public static String getUndefinedChildNodeName(NodeType nodeType) { method getIllegalChildNodeType (line 496) | public static String getIllegalChildNodeType(NodeTypeManager manager, method getValueOfType (line 524) | public static Value getValueOfType(Session session, int type) method getValueAccordingToValueConstraints (line 563) | public static Value getValueAccordingToValueConstraints(Session session, method getConstraintMin (line 935) | private static String getConstraintMin(String constraint) { method getConstraintMax (line 949) | private static String getConstraintMax(String constraint) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/PredefinedNodeTypeTest.java class PredefinedNodeTypeTest (line 52) | public class PredefinedNodeTypeTest extends AbstractJCRTest { method setUp (line 103) | protected void setUp() throws Exception { method tearDown (line 114) | protected void tearDown() throws Exception { method testIfPrimaryNodeTypesAreSubtypesOfNTBase (line 126) | public void testIfPrimaryNodeTypesAreSubtypesOfNTBase() method testLifecycle (line 138) | public void testLifecycle() throws NotExecutableException { method testLockable (line 143) | public void testLockable() throws NotExecutableException { method testReferenceable (line 148) | public void testReferenceable() throws NotExecutableException { method testShareable (line 153) | public void testShareable() throws NotExecutableException { method testVersionable (line 158) | public void testVersionable() throws NotExecutableException { method testSimpleVersionable (line 163) | public void testSimpleVersionable() throws NotExecutableException { method testMixCreated (line 168) | public void testMixCreated() throws NotExecutableException { method testMixLastModified (line 173) | public void testMixLastModified() throws NotExecutableException { method testMixETag (line 178) | public void testMixETag() throws NotExecutableException { method testMixTitle (line 183) | public void testMixTitle() throws NotExecutableException { method testMixLanguage (line 188) | public void testMixLanguage() throws NotExecutableException { method testMixMimeType (line 193) | public void testMixMimeType() throws NotExecutableException { method testNtAddress (line 198) | public void testNtAddress() throws NotExecutableException { method testBase (line 203) | public void testBase() throws NotExecutableException { method testUnstructured (line 208) | public void testUnstructured() throws NotExecutableException { method testHierarchyNode (line 213) | public void testHierarchyNode() throws NotExecutableException { method testFile (line 218) | public void testFile() throws NotExecutableException { method testLinkedFile (line 223) | public void testLinkedFile() throws NotExecutableException { method testFolder (line 228) | public void testFolder() throws NotExecutableException { method testNodeType (line 233) | public void testNodeType() throws NotExecutableException { method testPropertyDef (line 238) | public void testPropertyDef() throws NotExecutableException { method testChildNodeDef (line 243) | public void testChildNodeDef() throws NotExecutableException { method testVersionHistory (line 248) | public void testVersionHistory() throws NotExecutableException { method testVersionLabels (line 253) | public void testVersionLabels() throws NotExecutableException { method testVersion (line 258) | public void testVersion() throws NotExecutableException { method testActivity (line 263) | public void testActivity() throws NotExecutableException { method testConfiguration (line 268) | public void testConfiguration() throws NotExecutableException { method testFrozenNode (line 273) | public void testFrozenNode() throws NotExecutableException { method testVersionedChild (line 278) | public void testVersionedChild() throws NotExecutableException { method testQuery (line 283) | public void testQuery() throws NotExecutableException { method testResource (line 288) | public void testResource() throws NotExecutableException { method testPredefinedNodeType (line 310) | private void testPredefinedNodeType(String name, boolean propsVariant) method getNodeTypeSpec (line 372) | private static String getNodeTypeSpec(NodeType type, boolean propsVari... method getChildNodeDefSpec (line 408) | private static String getChildNodeDefSpec(NodeDefinition node) { method getPropertyDefSpec (line 455) | private static String getPropertyDefSpec(PropertyDefinition property, method normalizeLineSeparators (line 504) | private String normalizeLineSeparators(String stringValue) { method compare (line 518) | public int compare(NodeDefinition nda, NodeDefinition ndb) { method compare (line 535) | public int compare(PropertyDefinition pda, PropertyDefinition pdb) { method compare (line 560) | public int compare(NodeType nta, NodeType ntb) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/PropertyDefTest.java class PropertyDefTest (line 41) | public class PropertyDefTest extends AbstractJCRTest { method setUp (line 82) | protected void setUp() throws Exception { method tearDown (line 95) | protected void tearDown() throws Exception { method testGetDeclaringNodeType (line 108) | public void testGetDeclaringNodeType() throws RepositoryException { method testIsAutoCreate (line 143) | public void testIsAutoCreate() throws RepositoryException { method testIsMandatory (line 168) | public void testIsMandatory() throws RepositoryException, NotExecutabl... method testIsRequiredType (line 180) | public void testIsRequiredType() method testGetValueConstraints (line 220) | public void testGetValueConstraints() throws RepositoryException { method testGetDefaultValues (line 326) | public void testGetDefaultValues() method traverse (line 362) | private void traverse(Node parentNode) method checkMandatoryConstraint (line 384) | private void checkMandatoryConstraint(Node node, NodeType type) method checkPrefix (line 427) | private void checkPrefix(String name) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/nodetype/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/AbstractObservationTest.java class AbstractObservationTest (line 40) | public abstract class AbstractObservationTest extends AbstractJCRTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 65) | protected void tearDown() throws Exception { method addEventListener (line 76) | protected void addEventListener(EventListener listener) throws Reposit... method addEventListener (line 89) | protected void addEventListener(EventListener listener, int eventType) method removeEventListener (line 110) | protected void removeEventListener(EventListener listener) throws Repo... method toArray (line 124) | protected EventListener[] toArray(EventListenerIterator it) { method checkNodeAdded (line 146) | protected void checkNodeAdded(Event[] events, String[] requiredRelPath... method checkNodeRemoved (line 163) | protected void checkNodeRemoved(Event[] events, String[] requiredRelPa... method checkPropertyAdded (line 178) | protected void checkPropertyAdded(Event[] events, String[] relPaths) method checkPropertyChanged (line 193) | protected void checkPropertyChanged(Event[] events, String[] relPaths) method checkPropertyRemoved (line 208) | protected void checkPropertyRemoved(Event[] events, String[] relPaths) method checkNodes (line 224) | protected void checkNodes(Event[] events, String[] requiredRelPaths, S... method getEvents (line 263) | protected Event[] getEvents(Callable call, int eventTypes) method getEventByPath (line 283) | protected Event getEventByPath(Event[] events, String path) type Callable (line 297) | protected interface Callable { method call (line 298) | public void call() throws RepositoryException; FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/AddEventListenerTest.java class AddEventListenerTest (line 42) | public class AddEventListenerTest extends AbstractObservationTest { method testPath (line 47) | public void testPath() throws RepositoryException { method testIsDeepFalseNodeAdded (line 62) | public void testIsDeepFalseNodeAdded() throws RepositoryException { method testIsDeepFalsePropertyAdded (line 77) | public void testIsDeepFalsePropertyAdded() throws RepositoryException { method testNoLocalTrue (line 95) | public void testNoLocalTrue() throws RepositoryException { method testUUID (line 116) | public void testUUID() throws RepositoryException, NotExecutableExcept... method testNodeType (line 145) | public void testNodeType() throws RepositoryException { method createReferenceable (line 187) | private Node createReferenceable(String nodeName, String nodeType) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/EventIteratorTest.java class EventIteratorTest (line 41) | public class EventIteratorTest extends AbstractObservationTest{ method testGetSize (line 48) | public void testGetSize() throws RepositoryException, NotExecutableExc... method testGetPosition (line 66) | public void testGetPosition() throws RepositoryException { method testSkip (line 88) | public void testSkip() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/EventJournalTest.java class EventJournalTest (line 35) | public class EventJournalTest extends AbstractObservationTest { method setUp (line 39) | protected void setUp() throws Exception { method testSkipToNow (line 45) | public void testSkipToNow() throws RepositoryException { method testSkipTo (line 51) | public void testSkipTo() throws Exception { method testLiveJournal (line 72) | public void testLiveJournal() throws RepositoryException { method testWorkspaceSeparation (line 82) | public void testWorkspaceSeparation() throws RepositoryException { method testIsDeepTrue (line 102) | public void testIsDeepTrue() throws RepositoryException { method testUUID (line 114) | public void testUUID() throws RepositoryException, NotExecutableExcept... method testUserData (line 129) | public void testUserData() throws RepositoryException { method testEventType (line 143) | public void testEventType() throws RepositoryException { method testPath (line 155) | public void testPath() throws RepositoryException { method testIsDeepFalse (line 166) | public void testIsDeepFalse() throws RepositoryException { method testNodeType (line 178) | public void testNodeType() throws RepositoryException { method testPersist (line 191) | public void testPersist() throws RepositoryException, NotExecutableExc... method skipToNow (line 238) | private void skipToNow() { method getEventJournal (line 250) | private EventJournal getEventJournal(int eventTypes, String absPath, b... method checkJournal (line 262) | private void checkJournal(String[] allowed, String[] denied) throws Re... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/EventResult.java class EventResult (line 38) | public class EventResult implements EventListener { method EventResult (line 60) | public EventResult(PrintWriter log) { method getEvents (line 80) | public Event[] getEvents(long wait) { method getEventIterator (line 99) | public EventIterator getEventIterator(long wait) { method onEvent (line 118) | public void onEvent(EventIterator events) { method getEvents (line 129) | private Event[] getEvents(EventIterator events) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/EventTest.java class EventTest (line 32) | public class EventTest extends AbstractObservationTest { method testGetNodePath (line 37) | public void testGetNodePath() throws RepositoryException{ method testGetUserId (line 54) | public void testGetUserId() throws RepositoryException{ method testGetType (line 70) | public void testGetType() throws RepositoryException{ FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/GetDateTest.java class GetDateTest (line 32) | public class GetDateTest extends AbstractObservationTest { method testLinearTime (line 34) | public void testLinearTime() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/GetIdentifierTest.java class GetIdentifierTest (line 27) | public class GetIdentifierTest extends AbstractObservationTest { method testNodeAdded (line 29) | public void testNodeAdded() throws RepositoryException { method testNodeMoved (line 40) | public void testNodeMoved() throws RepositoryException { method testNodeRemoved (line 52) | public void testNodeRemoved() throws RepositoryException { method testPropertyAdded (line 66) | public void testPropertyAdded() throws RepositoryException { method testPropertyChanged (line 78) | public void testPropertyChanged() throws RepositoryException { method testPropertyRemoved (line 91) | public void testPropertyRemoved() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/GetInfoTest.java class GetInfoTest (line 35) | public class GetInfoTest extends AbstractObservationTest { method testNodeAdded (line 37) | public void testNodeAdded() throws RepositoryException { method testNodeRemoved (line 50) | public void testNodeRemoved() throws RepositoryException { method testPropertyAdded (line 65) | public void testPropertyAdded() throws RepositoryException { method testPropertyChanged (line 78) | public void testPropertyChanged() throws RepositoryException { method testPropertyRemoved (line 94) | public void testPropertyRemoved() throws RepositoryException { method getUnexpectedKeys (line 111) | private static Set getUnexpectedKeys(Map info) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/GetRegisteredEventListenersTest.java class GetRegisteredEventListenersTest (line 27) | public class GetRegisteredEventListenersTest extends AbstractObservation... method testGetSize (line 29) | public void testGetSize() throws RepositoryException { method testRemoveEventListener (line 46) | public void testRemoveEventListener() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/GetUserDataTest.java class GetUserDataTest (line 30) | public class GetUserDataTest extends AbstractObservationTest { method testSave (line 32) | public void testSave() throws RepositoryException { method testWorkspaceOperation (line 41) | public void testWorkspaceOperation() throws RepositoryException { method testVersioning (line 54) | public void testVersioning() method runWithUserData (line 69) | protected void runWithUserData(final Callable c, int eventTypes) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/LockingTest.java class LockingTest (line 39) | public class LockingTest extends AbstractObservationTest { method testAddLockToNode (line 45) | public void testAddLockToNode() throws RepositoryException, method testRemoveLockFromNode (line 78) | public void testRemoveLockFromNode() throws RepositoryException, method createLockable (line 113) | private Node createLockable(String nodeName, String nodeType) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/NodeAddedTest.java class NodeAddedTest (line 34) | public class NodeAddedTest extends AbstractObservationTest { method testSingleNodeAdded (line 40) | public void testSingleNodeAdded() throws RepositoryException { method testMultipleNodeAdded1 (line 54) | public void testMultipleNodeAdded1() throws RepositoryException { method testMultipleNodeAdded2 (line 69) | public void testMultipleNodeAdded2() throws RepositoryException { method testTransientNodeAddedRemoved (line 83) | public void testTransientNodeAddedRemoved() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/NodeMovedTest.java class NodeMovedTest (line 38) | public class NodeMovedTest extends AbstractObservationTest { method testMoveTree (line 54) | public void testMoveTree() throws RepositoryException { method testMoveNode (line 93) | public void testMoveNode() throws RepositoryException { method testMoveWithRemove (line 132) | public void testMoveWithRemove() throws RepositoryException { method checkNodeMoved (line 182) | protected void checkNodeMoved(Event[] events, String from, String to) method checkInfoEntry (line 200) | protected void checkInfoEntry(Map info, String key, String expec... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/NodeRemovedTest.java class NodeRemovedTest (line 34) | public class NodeRemovedTest extends AbstractObservationTest { method testSingleNodeRemoved (line 40) | public void testSingleNodeRemoved() throws RepositoryException { method testMultiNodesRemoved (line 56) | public void testMultiNodesRemoved() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/NodeReorderTest.java class NodeReorderTest (line 44) | public class NodeReorderTest extends AbstractObservationTest { method doTestNodeReorder (line 56) | private void doTestNodeReorder(List added, List removed,... method testNodeReorderAddRemove (line 102) | public void testNodeReorderAddRemove() throws RepositoryException, Not... method testNodeReorderMove (line 141) | public void testNodeReorderMove() throws RepositoryException, NotExecu... method testNodeReorderSameName (line 156) | public void testNodeReorderSameName() method testNodeReorderSameNameWithRemove (line 230) | public void testNodeReorderSameNameWithRemove() method checkNodeReordered (line 316) | protected void checkNodeReordered(Event[] events, String src, method checkNodeReordered (line 326) | protected void checkNodeReordered(List events, String src, Stri... method checkInfoEntry (line 343) | protected void checkInfoEntry(Map info, String key, String expec... method checkNodeAdded (line 349) | protected void checkNodeAdded(List events, String[] requiredRel... method checkNodeRemoved (line 354) | protected void checkNodeRemoved(List events, String[] requiredR... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/PropertyAddedTest.java class PropertyAddedTest (line 37) | public class PropertyAddedTest extends AbstractObservationTest { method testSystemGenerated (line 43) | public void testSystemGenerated() throws RepositoryException { method testSinglePropertyAdded (line 63) | public void testSinglePropertyAdded() throws RepositoryException { method testMultiPropertyAdded (line 79) | public void testMultiPropertyAdded() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/PropertyChangedTest.java class PropertyChangedTest (line 40) | public class PropertyChangedTest extends AbstractObservationTest { method testSinglePropertyChanged (line 46) | public void testSinglePropertyChanged() throws RepositoryException { method testMultiPropertyChanged (line 64) | public void testMultiPropertyChanged() throws RepositoryException { method testSinglePropertyChangedWithAdded (line 84) | public void testSinglePropertyChangedWithAdded() throws RepositoryExce... method testPropertyRemoveCreate (line 111) | public void testPropertyRemoveCreate() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/PropertyRemovedTest.java class PropertyRemovedTest (line 36) | public class PropertyRemovedTest extends AbstractObservationTest { method testSinglePropertyRemoved (line 42) | public void testSinglePropertyRemoved() throws RepositoryException { method testMultiPropertyRemoved (line 60) | public void testMultiPropertyRemoved() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 35) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/observation/WorkspaceOperationTest.java class WorkspaceOperationTest (line 35) | public class WorkspaceOperationTest extends AbstractObservationTest { method testCopy (line 41) | public void testCopy() throws RepositoryException { method testRename (line 57) | public void testRename() throws RepositoryException { method testMove (line 79) | public void testMove() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/AbstractOrderByTest.java class AbstractOrderByTest (line 39) | class AbstractOrderByTest extends AbstractQueryTest { method setUp (line 46) | protected void setUp() throws Exception { method populate (line 58) | protected void populate(String[] values) throws RepositoryException { method populate (line 75) | protected void populate(String[] values, int type) throws RepositoryEx... method populate (line 89) | protected void populate(Calendar[] values) throws RepositoryException { method populate (line 103) | protected void populate(long[] values) throws RepositoryException { method populate (line 117) | protected void populate(double[] values) throws RepositoryException { method populate (line 131) | protected void populate(BigDecimal[] values) throws RepositoryException { method checkOrder (line 144) | protected void checkOrder(String[] nodeNames) throws RepositoryExcepti... method checkResultOrder (line 193) | protected void checkResultOrder(QueryResult result, String[] nodeNames) method createQOM (line 211) | protected QueryObjectModel createQOM(boolean ascending) method createOrderingOperand (line 233) | protected DynamicOperand createOrderingOperand() method createSQL (line 242) | protected String createSQL() { method createXPath (line 258) | protected String createXPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/AbstractQueryLevel2Test.java class AbstractQueryLevel2Test (line 32) | public abstract class AbstractQueryLevel2Test extends AbstractQueryTest { method setUpFullTextTest (line 39) | protected void setUpFullTextTest() throws RepositoryException { method setUpRangeTest (line 54) | protected void setUpRangeTest() throws RepositoryException { method setUpMultiValueTest (line 76) | protected void setUpMultiValueTest() throws RepositoryException, NotEx... method checkValue (line 105) | protected void checkValue(RowIterator itr, method checkValue (line 129) | protected void checkValue(NodeIterator itr, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/AbstractQueryTest.java class AbstractQueryTest (line 45) | public abstract class AbstractQueryTest extends AbstractJCRTest { method setUp (line 112) | protected void setUp() throws Exception { method tearDown (line 125) | protected void tearDown() throws Exception { method createQuery (line 141) | protected Query createQuery(Statement statement) method createQuery (line 151) | protected Query createQuery(String statement, String language) throws ... method createQuery (line 160) | protected Query createQuery(Session session, String statement, String ... method execute (line 179) | protected QueryResult execute(Statement statement) method execute (line 194) | protected QueryResult execute(String statement, String language) method checkResult (line 209) | protected void checkResult(QueryResult result, int hits) method checkResult (line 236) | protected void checkResult(QueryResult result, int hits, int properties) method evaluateResultOrder (line 274) | protected void evaluateResultOrder(QueryResult queryResult, String pro... method executeXPathQuery (line 312) | protected void executeXPathQuery(Session session, String xpath, Node[]... method executeSqlQuery (line 326) | protected void executeSqlQuery(Session session, String sql, Node[] exp... method executeSqlQuery (line 342) | protected void executeSqlQuery(Session session, String sql, Node[] req... method checkResult (line 353) | protected void checkResult(QueryResult result, Node[] expectedNodes) method checkResult (line 366) | protected void checkResult(QueryResult result, Node[] requiredNodes, N... method getPathSet (line 389) | private static HashSet getPathSet(Node[] nodes) throws Reposit... method toArray (line 404) | protected Node[] toArray(NodeIterator it) { method escapeIdentifierForSQL (line 417) | protected String escapeIdentifierForSQL(String identifier) { method isSupportedLanguage (line 433) | protected boolean isSupportedLanguage(String language) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/CreateQueryTest.java class CreateQueryTest (line 30) | public class CreateQueryTest extends AbstractQueryTest { method testUnknownQueryLanguage (line 32) | public void testUnknownQueryLanguage() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/DerefQueryLevel1Test.java class DerefQueryLevel1Test (line 35) | public class DerefQueryLevel1Test extends AbstractQueryTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 53) | protected void tearDown() throws Exception { method testDerefSinglePropWithNodeTest (line 66) | public void testDerefSinglePropWithNodeTest() method testDerefSinglePropWithNodeStar (line 83) | public void testDerefSinglePropWithNodeStar() method testDerefMultiPropWithNodeTest (line 99) | public void testDerefMultiPropWithNodeTest() method testDerefMultiPropWithNodeStar (line 130) | public void testDerefMultiPropWithNodeStar() method createStatement (line 156) | private String createStatement(Property refProperty, String nameTest) method executeDerefQuery (line 176) | private void executeDerefQuery(Session session, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/ElementTest.java class ElementTest (line 38) | public class ElementTest extends AbstractQueryTest { method setUp (line 42) | protected void setUp() throws Exception { method testElementTest (line 51) | public void testElementTest() throws RepositoryException, NotExecutabl... method testElementTestAnyNode (line 66) | public void testElementTestAnyNode() throws RepositoryException, NotEx... method testElementTestAnyNodeNtBase (line 81) | public void testElementTestAnyNodeNtBase() throws RepositoryException,... method testElementTestAnyNodeSomeNT (line 96) | public void testElementTestAnyNodeSomeNT() throws RepositoryException,... method testElementTestNameTest (line 110) | public void testElementTestNameTest() throws RepositoryException, NotE... method testElementTestNameTestNtBase (line 125) | public void testElementTestNameTestNtBase() throws RepositoryException... method testElementTestNameTestSomeNT (line 140) | public void testElementTestNameTestSomeNT() throws RepositoryException... method testElementTestNameTestSomeNTWithSNS (line 155) | public void testElementTestNameTestSomeNTWithSNS() throws RepositoryEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/GetLanguageTest.java class GetLanguageTest (line 30) | public class GetLanguageTest extends AbstractQueryTest { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 48) | protected void tearDown() throws Exception { method testGetLanguage (line 60) | public void testGetLanguage() throws RepositoryException { method testSQL (line 70) | public void testSQL() throws RepositoryException, NotExecutableExcepti... method testJCRSQL2 (line 84) | public void testJCRSQL2() throws RepositoryException { method testJCRQOM (line 94) | public void testJCRQOM() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/GetPersistentQueryPathLevel1Test.java class GetPersistentQueryPathLevel1Test (line 28) | public class GetPersistentQueryPathLevel1Test extends AbstractQueryTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 46) | protected void tearDown() throws Exception { method testGetStoredQueryPath (line 58) | public void testGetStoredQueryPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/GetPersistentQueryPathTest.java class GetPersistentQueryPathTest (line 33) | public class GetPersistentQueryPathTest extends AbstractQueryTest { method testGetPersistentQueryPath (line 42) | public void testGetPersistentQueryPath() throws RepositoryException, N... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/GetPropertyNamesTest.java class GetPropertyNamesTest (line 33) | public class GetPropertyNamesTest extends AbstractQueryTest { method setUp (line 41) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testGetPropertyNames (line 63) | public void testGetPropertyNames() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/GetStatementTest.java class GetStatementTest (line 27) | public class GetStatementTest extends AbstractQueryTest { method setUp (line 35) | protected void setUp() throws Exception { method tearDown (line 45) | protected void tearDown() throws Exception { method testGetStatement (line 57) | public void testGetStatement() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/GetSupportedQueryLanguagesTest.java class GetSupportedQueryLanguagesTest (line 31) | public class GetSupportedQueryLanguagesTest extends AbstractQueryTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testGetSupportedQueryLanguages (line 62) | public void testGetSupportedQueryLanguages() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByDateTest.java class OrderByDateTest (line 35) | public class OrderByDateTest extends AbstractOrderByTest { method testDateOrder (line 40) | public void testDateOrder() throws Exception { method testDateOrderMillis (line 55) | public void testDateOrderMillis() throws Exception { method testDateOrderPositiveTimeZone (line 73) | public void testDateOrderPositiveTimeZone() throws Exception { method testDateOrderNegativeTimeZone (line 91) | public void testDateOrderNegativeTimeZone() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByDecimalTest.java class OrderByDecimalTest (line 26) | public class OrderByDecimalTest extends AbstractOrderByTest { method testDecimal (line 28) | public void testDecimal() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByDoubleTest.java class OrderByDoubleTest (line 32) | public class OrderByDoubleTest extends AbstractOrderByTest { method testDoubleOrder1 (line 37) | public void testDoubleOrder1() throws Exception { method testDoubleOrder2 (line 45) | public void testDoubleOrder2() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByLengthTest.java class OrderByLengthTest (line 26) | public class OrderByLengthTest extends AbstractOrderByTest { method testLength (line 28) | public void testLength() throws RepositoryException { method createOrderingOperand (line 33) | protected DynamicOperand createOrderingOperand() method createSQL (line 38) | protected String createSQL() { method createXPath (line 43) | protected String createXPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByLocalNameTest.java class OrderByLocalNameTest (line 29) | public class OrderByLocalNameTest extends AbstractOrderByTest { method testLocalName (line 31) | public void testLocalName() throws RepositoryException { method createOrderingOperand (line 44) | protected DynamicOperand createOrderingOperand() method createSQL (line 49) | protected String createSQL() { method createXPath (line 54) | protected String createXPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByLongTest.java class OrderByLongTest (line 32) | public class OrderByLongTest extends AbstractOrderByTest { method testIntegerOrder (line 37) | public void testIntegerOrder() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByLowerCaseTest.java class OrderByLowerCaseTest (line 26) | public class OrderByLowerCaseTest extends AbstractOrderByTest { method testLowerCase (line 28) | public void testLowerCase() throws RepositoryException { method createOrderingOperand (line 33) | protected DynamicOperand createOrderingOperand() method createSQL (line 38) | protected String createSQL() { method createXPath (line 43) | protected String createXPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByMultiTypeTest.java class OrderByMultiTypeTest (line 37) | public class OrderByMultiTypeTest extends AbstractOrderByTest { method testMultipleOrder (line 42) | public void testMultipleOrder() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByNameTest.java class OrderByNameTest (line 28) | public class OrderByNameTest extends AbstractOrderByTest { method testName (line 30) | public void testName() throws RepositoryException { method createOrderingOperand (line 37) | protected DynamicOperand createOrderingOperand() method createSQL (line 42) | protected String createSQL() { method createXPath (line 47) | protected String createXPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByStringTest.java class OrderByStringTest (line 32) | public class OrderByStringTest extends AbstractOrderByTest { method testStringOrder (line 37) | public void testStringOrder() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByURITest.java class OrderByURITest (line 25) | public class OrderByURITest extends AbstractOrderByTest { method testURI (line 29) | public void testURI() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/OrderByUpperCaseTest.java class OrderByUpperCaseTest (line 26) | public class OrderByUpperCaseTest extends AbstractOrderByTest { method testLowerCase (line 28) | public void testLowerCase() throws RepositoryException { method createOrderingOperand (line 33) | protected DynamicOperand createOrderingOperand() method createSQL (line 38) | protected String createSQL() { method createXPath (line 43) | protected String createXPath() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/PredicatesTest.java class PredicatesTest (line 30) | public class PredicatesTest extends AbstractQueryTest { method setUp (line 50) | protected void setUp() throws Exception { method tearDown (line 63) | protected void tearDown() throws Exception { method testEquality (line 77) | public void testEquality() throws RepositoryException { method testCombinedOr (line 93) | public void testCombinedOr() throws RepositoryException { method testOr (line 110) | public void testOr() throws RepositoryException { method testAnd (line 126) | public void testAnd() throws RepositoryException { method testCombinedAnd (line 142) | public void testCombinedAnd() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/QueryResultNodeIteratorTest.java class QueryResultNodeIteratorTest (line 31) | public class QueryResultNodeIteratorTest extends AbstractQueryTest { method setUp (line 36) | protected void setUp() throws Exception { method testGetSize (line 51) | public void testGetSize() throws RepositoryException, NotExecutableExc... method testGetPosition (line 69) | public void testGetPosition() throws RepositoryException, NotExecutabl... method testGetPositionEmptyIterator (line 89) | public void testGetPositionEmptyIterator() throws RepositoryException,... method testNoSuchElementException (line 104) | public void testNoSuchElementException() throws RepositoryException, N... method testSkip (line 121) | public void testSkip() throws RepositoryException, NotExecutableExcept... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SQLJcrPathTest.java class SQLJcrPathTest (line 31) | public class SQLJcrPathTest extends AbstractQueryTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testJcrPath (line 60) | public void testJcrPath() throws RepositoryException, NotExecutableExc... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SQLJoinTest.java class SQLJoinTest (line 35) | public class SQLJoinTest extends AbstractQueryTest { method testJoin (line 40) | public void testJoin() throws RepositoryException, NotExecutableExcept... method testJoinNtBase (line 72) | public void testJoinNtBase() throws RepositoryException, method testJoinFilterPrimaryType (line 105) | public void testJoinFilterPrimaryType() method testJoinSNS (line 136) | public void testJoinSNS() throws RepositoryException, NotExecutableExc... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SQLOrderByTest.java class SQLOrderByTest (line 28) | public class SQLOrderByTest extends AbstractQueryTest { method setUp (line 39) | protected void setUp() throws Exception { method testOrderByAscending (line 56) | public void testOrderByAscending() throws Exception { method testOrderByDescending (line 66) | public void testOrderByDescending() throws Exception { method testOrderByDefault (line 77) | public void testOrderByDefault() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SQLPathTest.java class SQLPathTest (line 35) | public class SQLPathTest extends AbstractQueryTest { method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 58) | protected void tearDown() throws Exception { method testDescendantTestRoot (line 70) | public void testDescendantTestRoot() throws RepositoryException, NotEx... method testDescendantLeaf (line 80) | public void testDescendantLeaf() throws RepositoryException, NotExecut... method testDescendantSelfTestRoot (line 96) | public void testDescendantSelfTestRoot() throws RepositoryException, N... method testChildAxisRoot (line 125) | public void testChildAxisRoot() throws RepositoryException, NotExecuta... method testChildAxisTestRoot (line 141) | public void testChildAxisTestRoot() throws RepositoryException, NotExe... method testChildAxisLeaf (line 153) | public void testChildAxisLeaf() throws RepositoryException, NotExecuta... method getStatement (line 171) | private String getStatement(String path) { method getDescendants (line 182) | private Node[] getDescendants(final Node node) throws RepositoryExcept... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SQLQueryLevel2Test.java class SQLQueryLevel2Test (line 28) | public class SQLQueryLevel2Test extends AbstractQueryLevel2Test { method testScoreColumn (line 36) | public void testScoreColumn() throws Exception { method testFullTextSearch (line 49) | public void testFullTextSearch() throws Exception { method testRange (line 75) | public void testRange() throws Exception { method testMultiValueSearch (line 91) | public void testMultiValueSearch() throws Exception { method testPathColumn (line 108) | public void testPathColumn() throws Exception { method getFullTextStatement (line 128) | private Statement getFullTextStatement() { method getMultiValueStatement (line 142) | private Statement getMultiValueStatement() { method getRangeStatement (line 158) | private Statement getRangeStatement() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SaveTest.java class SaveTest (line 37) | public class SaveTest extends AbstractJCRTest { method setUp (line 42) | protected void setUp() throws Exception { method testSave (line 52) | public void testSave() throws RepositoryException, NotExecutableExcept... method testItemExistsException (line 71) | public void testItemExistsException() throws RepositoryException, NotE... method testPathNotFoundException (line 99) | public void testPathNotFoundException() throws RepositoryException, No... method testVersionException (line 121) | public void testVersionException() throws RepositoryException, NotExec... method testConstraintViolationException (line 153) | public void testConstraintViolationException() throws RepositoryExcept... method testLockException (line 176) | public void testLockException() throws RepositoryException, NotExecuta... method testRepositoryException (line 207) | public void testRepositoryException() throws RepositoryException, NotE... method checkNtQuery (line 226) | private void checkNtQuery() throws RepositoryException, NotExecutableE... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SetLimitTest.java class SetLimitTest (line 25) | public class SetLimitTest extends AbstractQueryTest { method testSetLimit (line 27) | public void testSetLimit() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SetOffsetTest.java class SetOffsetTest (line 25) | public class SetOffsetTest extends AbstractQueryTest { method testSetOffset (line 27) | public void testSetOffset() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/SimpleSelectionTest.java class SimpleSelectionTest (line 31) | public class SimpleSelectionTest extends AbstractQueryTest { method setUp (line 41) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testSingleProperty (line 66) | public void testSingleProperty() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/Statement.java class Statement (line 23) | class Statement { method Statement (line 35) | public Statement(String statement, String language) { method getStatement (line 46) | public String getStatement() { method getLanguage (line 53) | public String getLanguage() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/TextNodeTest.java class TextNodeTest (line 43) | public class TextNodeTest extends AbstractQueryTest { method setUp (line 50) | protected void setUp() throws Exception { method testTextNodeTest (line 60) | public void testTextNodeTest() throws RepositoryException, NotExecutab... method testTextNodeTestMultiNodes (line 73) | public void testTextNodeTestMultiNodes() throws RepositoryException, N... method testTextNodeTestContains (line 88) | public void testTextNodeTestContains() throws RepositoryException, Not... method testTextNodeTestWithPosition (line 104) | public void testTextNodeTestWithPosition() FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/XPathDocOrderTest.java class XPathDocOrderTest (line 38) | public class XPathDocOrderTest extends AbstractQueryTest { method setUp (line 40) | protected void setUp() throws Exception { method testDocOrderPositionFunction (line 50) | public void testDocOrderPositionFunction() throws Exception { method testDocOrderPositionIndex (line 65) | public void testDocOrderPositionIndex() throws Exception { method testDocOrderLastFunction (line 79) | public void testDocOrderLastFunction() throws Exception { method testDocOrderFirstFunction (line 93) | public void testDocOrderFirstFunction() throws Exception { method docOrderTest (line 108) | private void docOrderTest(Statement stmt, String path) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/XPathJcrPathTest.java class XPathJcrPathTest (line 31) | public class XPathJcrPathTest extends AbstractQueryTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testJcrPath (line 60) | public void testJcrPath() throws RepositoryException, NotExecutableExc... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/XPathOrderByTest.java class XPathOrderByTest (line 28) | public class XPathOrderByTest extends AbstractQueryTest { method setUp (line 38) | protected void setUp() throws Exception { method testOrderByAscending (line 50) | public void testOrderByAscending() throws Exception { method testOrderByDescending (line 60) | public void testOrderByDescending() throws Exception { method testOrderBy (line 70) | public void testOrderBy() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/XPathPosIndexTest.java class XPathPosIndexTest (line 39) | public class XPathPosIndexTest extends AbstractQueryTest { method setUp (line 41) | protected void setUp() throws Exception { method testDocOrderIndexedNotation (line 51) | public void testDocOrderIndexedNotation() throws Exception { method docOrderTest (line 67) | private void docOrderTest(Statement stmt, String path) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/XPathQueryLevel2Test.java class XPathQueryLevel2Test (line 28) | public class XPathQueryLevel2Test extends AbstractQueryLevel2Test { method testScoreColumn (line 36) | public void testScoreColumn() throws Exception { method testFullTextSearch (line 49) | public void testFullTextSearch() throws Exception { method testRange (line 74) | public void testRange() throws Exception { method testMultiValueSearch (line 90) | public void testMultiValueSearch() throws Exception { method testPathColumn (line 106) | public void testPathColumn() throws Exception { method getFullTextStatement (line 126) | private Statement getFullTextStatement() { method getMultiValueStatement (line 136) | private Statement getMultiValueStatement() { method getRangeStatement (line 146) | private Statement getRangeStatement() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/AbstractJoinTest.java class AbstractJoinTest (line 32) | public abstract class AbstractJoinTest extends AbstractQOMTest { method checkQOM (line 51) | protected void checkQOM(QueryObjectModel qom, Node[][] nodes) method checkResult (line 56) | protected void checkResult(QueryResult result, Node[][] nodes) method createQuery (line 61) | protected QueryObjectModel createQuery(String joinType, method createQuery (line 67) | protected QueryObjectModel createQuery(String joinType, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/AbstractQOMTest.java class AbstractQOMTest (line 39) | public abstract class AbstractQOMTest extends AbstractQueryTest { method bindVariableValue (line 52) | protected void bindVariableValue(Query q, String var, Value value) method checkResultOrder (line 57) | protected void checkResultOrder(QueryObjectModel qom, method checkResultOrder (line 66) | protected void checkResultOrder(QueryResult result, method checkQOM (line 110) | protected void checkQOM(QueryObjectModel qom, Node[] nodes) method checkQOM (line 128) | protected void checkQOM(QueryObjectModel qom, method checkResult (line 136) | protected void checkResult(QueryResult result, method getPath (line 188) | protected static String getPath(Node node) throws RepositoryException { method forQOMandSQL2 (line 204) | protected void forQOMandSQL2(QueryObjectModel qom, Callable callable) type Callable (line 214) | protected interface Callable { method call (line 216) | public Object call(Query query) throws RepositoryException; FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/AndConstraintTest.java class AndConstraintTest (line 27) | public class AndConstraintTest extends AbstractQOMTest { method testAnd (line 29) | public void testAnd() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/BindVariableValueTest.java class BindVariableValueTest (line 34) | public class BindVariableValueTest extends AbstractQOMTest { method setUp (line 54) | protected void setUp() throws Exception { method tearDown (line 69) | protected void tearDown() throws Exception { method testBindVariableNames (line 74) | public void testBindVariableNames() throws RepositoryException { method testIllegalArgumentException (line 81) | public void testIllegalArgumentException() throws RepositoryException { method testString (line 96) | public void testString() throws RepositoryException { method testDate (line 108) | public void testDate() throws RepositoryException { method testLong (line 120) | public void testLong() throws RepositoryException { method testDouble (line 132) | public void testDouble() throws RepositoryException { method testBoolean (line 144) | public void testBoolean() throws RepositoryException { method testName (line 156) | public void testName() throws RepositoryException { method testPath (line 169) | public void testPath() throws RepositoryException { method testReference (line 182) | public void testReference() throws RepositoryException, method testWeakReference (line 200) | public void testWeakReference() throws RepositoryException, method testURI (line 217) | public void testURI() throws RepositoryException { method testDecimal (line 230) | public void testDecimal() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/ChildNodeJoinConditionTest.java class ChildNodeJoinConditionTest (line 32) | public class ChildNodeJoinConditionTest extends AbstractJoinTest { method setUp (line 38) | protected void setUp() throws Exception { method testInnerJoin (line 46) | public void testInnerJoin() throws RepositoryException { method testRightOuterJoin (line 52) | public void testRightOuterJoin() throws RepositoryException { method testLeftOuterJoin (line 58) | public void testLeftOuterJoin() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/ChildNodeTest.java class ChildNodeTest (line 34) | public class ChildNodeTest extends AbstractQOMTest { method testChildNode (line 36) | public void testChildNode() throws RepositoryException { method testChildNodes (line 45) | public void testChildNodes() throws RepositoryException { method testPathDoesNotExist (line 56) | public void testPathDoesNotExist() throws RepositoryException { method testChildNodesDoNotMatchSelector (line 63) | public void testChildNodesDoNotMatchSelector() method testRelativePath (line 86) | public void testRelativePath() throws RepositoryException { method testSyntacticallyInvalidPath (line 105) | public void testSyntacticallyInvalidPath() throws RepositoryException { method testNotASelectorName (line 126) | public void testNotASelectorName() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/ColumnTest.java class ColumnTest (line 42) | public class ColumnTest extends AbstractQOMTest { method testExpandColumnsForNodeType (line 61) | public void testExpandColumnsForNodeType() throws RepositoryException { method testColumnNames (line 96) | public void testColumnNames() throws RepositoryException { method testMultiColumn (line 115) | public void testMultiColumn() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/DescendantNodeJoinConditionTest.java class DescendantNodeJoinConditionTest (line 32) | public class DescendantNodeJoinConditionTest extends AbstractJoinTest { method setUp (line 38) | protected void setUp() throws Exception { method testInnerJoin (line 46) | public void testInnerJoin() throws RepositoryException { method testRightOuterJoin (line 52) | public void testRightOuterJoin() throws RepositoryException { method testLeftOuterJoin (line 58) | public void testLeftOuterJoin() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/DescendantNodeTest.java class DescendantNodeTest (line 34) | public class DescendantNodeTest extends AbstractQOMTest { method testDescendantNode (line 36) | public void testDescendantNode() throws RepositoryException { method testDescendantNodes (line 45) | public void testDescendantNodes() throws RepositoryException { method testPathDoesNotExist (line 56) | public void testPathDoesNotExist() throws RepositoryException { method testDescendantNodesDoNotMatchSelector (line 63) | public void testDescendantNodesDoNotMatchSelector() method testRelativePath (line 85) | public void testRelativePath() throws RepositoryException { method testSyntacticallyInvalidPath (line 104) | public void testSyntacticallyInvalidPath() throws RepositoryException { method testNotASelectorName (line 124) | public void testNotASelectorName() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/EquiJoinConditionTest.java class EquiJoinConditionTest (line 29) | public class EquiJoinConditionTest extends AbstractJoinTest { method setUp (line 35) | protected void setUp() throws Exception { method testInnerJoin1 (line 48) | public void testInnerJoin1() throws RepositoryException { method testInnerJoin2 (line 55) | public void testInnerJoin2() throws RepositoryException { method testRightOuterJoin1 (line 62) | public void testRightOuterJoin1() throws RepositoryException { method testRightOuterJoin2 (line 69) | public void testRightOuterJoin2() throws RepositoryException { method testLeftOuterJoin1 (line 76) | public void testLeftOuterJoin1() throws RepositoryException { method testLeftOuterJoin2 (line 84) | public void testLeftOuterJoin2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/FullTextSearchScoreTest.java class FullTextSearchScoreTest (line 30) | public class FullTextSearchScoreTest extends AbstractQOMTest { method setUp (line 34) | protected void setUp() throws Exception { method testOrdering (line 44) | public void testOrdering() throws RepositoryException { method testConstraint (line 70) | public void testConstraint() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/GetQueryTest.java class GetQueryTest (line 37) | public class GetQueryTest extends AbstractQOMTest { method testGetQuery (line 39) | public void testGetQuery() throws RepositoryException, NotExecutableEx... method testInvalidQueryException (line 73) | public void testInvalidQueryException() throws RepositoryException { method checkNtQuery (line 89) | private void checkNtQuery() throws RepositoryException, NotExecutableE... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/LengthTest.java class LengthTest (line 40) | public class LengthTest extends AbstractQOMTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testStringLength (line 56) | public void testStringLength() throws RepositoryException { method testBinaryLength (line 62) | public void testBinaryLength() throws RepositoryException { method testLongLength (line 74) | public void testLongLength() throws RepositoryException { method testDoubleLength (line 80) | public void testDoubleLength() throws RepositoryException { method testDateLength (line 86) | public void testDateLength() throws RepositoryException { method testBooleanLength (line 92) | public void testBooleanLength() throws RepositoryException { method testNameLength (line 98) | public void testNameLength() throws RepositoryException { method testPathLength (line 104) | public void testPathLength() throws RepositoryException { method testReferenceLength (line 110) | public void testReferenceLength() throws RepositoryException, NotExecu... method testWeakReferenceLength (line 118) | public void testWeakReferenceLength() method testURILength (line 127) | public void testURILength() throws RepositoryException { method testDecimalLength (line 133) | public void testDecimalLength() throws RepositoryException { method testLengthStringLiteral (line 141) | public void testLengthStringLiteral() throws RepositoryException { method testLengthBinaryLiteral (line 149) | public void testLengthBinaryLiteral() throws RepositoryException { method testLengthDoubleLiteral (line 163) | public void testLengthDoubleLiteral() throws RepositoryException { method testLengthDateLiteral (line 171) | public void testLengthDateLiteral() throws RepositoryException { method testLengthBooleanLiteral (line 180) | public void testLengthBooleanLiteral() throws RepositoryException { method testLengthNameLiteral (line 189) | public void testLengthNameLiteral() throws RepositoryException { method testLengthPathLiteral (line 199) | public void testLengthPathLiteral() throws RepositoryException { method testLengthReferenceLiteral (line 209) | public void testLengthReferenceLiteral() throws RepositoryException, N... method testLengthWeakReferenceLiteral (line 220) | public void testLengthWeakReferenceLiteral() throws RepositoryExceptio... method testLengthURILiteral (line 231) | public void testLengthURILiteral() throws RepositoryException { method testLengthDecimalLiteral (line 241) | public void testLengthDecimalLiteral() throws RepositoryException { method checkOperators (line 251) | private void checkOperators(String propertyName, method checkLength (line 272) | private void checkLength(String propertyName, method executeQueries (line 288) | private QueryResult[] executeQueries(String propertyName, method executeQueries (line 296) | private QueryResult[] executeQueries(String propertyName, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/NodeLocalNameTest.java class NodeLocalNameTest (line 37) | public class NodeLocalNameTest extends AbstractQOMTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 55) | protected void tearDown() throws Exception { method testStringLiteral (line 60) | public void testStringLiteral() throws RepositoryException { method testStringLiteralInvalidName (line 66) | public void testStringLiteralInvalidName() throws RepositoryException { method testBinaryLiteral (line 76) | public void testBinaryLiteral() throws RepositoryException { method testDateLiteral (line 83) | public void testDateLiteral() throws RepositoryException { method testDoubleLiteral (line 89) | public void testDoubleLiteral() throws RepositoryException { method testDecimalLiteral (line 95) | public void testDecimalLiteral() throws RepositoryException { method testLongLiteral (line 101) | public void testLongLiteral() throws RepositoryException { method testBooleanLiteral (line 107) | public void testBooleanLiteral() throws RepositoryException { method testNameLiteral (line 113) | public void testNameLiteral() throws RepositoryException { method testPathLiteral (line 120) | public void testPathLiteral() throws RepositoryException { method testReferenceLiteral (line 145) | public void testReferenceLiteral() throws RepositoryException, method testWeakReferenceLiteral (line 154) | public void testWeakReferenceLiteral() throws RepositoryException, method testURILiteral (line 163) | public void testURILiteral() throws RepositoryException { method testEqualTo (line 173) | public void testEqualTo() throws RepositoryException { method testGreaterThan (line 177) | public void testGreaterThan() throws RepositoryException { method testGreaterThanOrEqualTo (line 181) | public void testGreaterThanOrEqualTo() throws RepositoryException { method testLessThan (line 185) | public void testLessThan() throws RepositoryException { method testLessThanOrEqualTo (line 189) | public void testLessThanOrEqualTo() throws RepositoryException { method testLike (line 193) | public void testLike() throws RepositoryException { method testNotEqualTo (line 197) | public void testNotEqualTo() throws RepositoryException { method checkOperator (line 203) | private void checkOperator(String operator, method checkOperatorSingleLiteral (line 213) | private void checkOperatorSingleLiteral(String literal, method createLexicographicallyGreater (line 222) | private String createLexicographicallyGreater(String name) { method createLexicographicallyLesser (line 228) | private String createLexicographicallyLesser(String name) { method createQuery (line 234) | private QueryObjectModel createQuery(String operator, Value literal) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/NodeNameTest.java class NodeNameTest (line 37) | public class NodeNameTest extends AbstractQOMTest { method setUp (line 41) | protected void setUp() throws Exception { method tearDown (line 47) | protected void tearDown() throws Exception { method testStringLiteral (line 52) | public void testStringLiteral() throws RepositoryException { method testStringLiteralInvalidName (line 58) | public void testStringLiteralInvalidName() throws RepositoryException { method testBinaryLiteral (line 76) | public void testBinaryLiteral() throws RepositoryException { method testDateLiteral (line 83) | public void testDateLiteral() throws RepositoryException { method testDoubleLiteral (line 101) | public void testDoubleLiteral() throws RepositoryException { method testDecimalLiteral (line 119) | public void testDecimalLiteral() throws RepositoryException { method testLongLiteral (line 137) | public void testLongLiteral() throws RepositoryException { method testBooleanLiteral (line 155) | public void testBooleanLiteral() throws RepositoryException { method testNameLiteral (line 173) | public void testNameLiteral() throws RepositoryException { method testPathLiteral (line 179) | public void testPathLiteral() throws RepositoryException { method testReferenceLiteral (line 217) | public void testReferenceLiteral() throws RepositoryException, method testWeakReferenceLiteral (line 238) | public void testWeakReferenceLiteral() throws RepositoryException, method testURILiteral (line 268) | public void testURILiteral() throws RepositoryException { method testEqualTo (line 290) | public void testEqualTo() throws RepositoryException { method testNotEqualTo (line 294) | public void testNotEqualTo() throws RepositoryException { method checkOperator (line 300) | private void checkOperator(String operator, method checkOperatorSingleLiteral (line 310) | private void checkOperatorSingleLiteral(String literal, method createLexicographicallyGreater (line 319) | private String createLexicographicallyGreater(String name) { method createLexicographicallyLesser (line 325) | private String createLexicographicallyLesser(String name) { method createQuery (line 331) | private QueryObjectModel createQuery(String operator, Value literal) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/NotConstraintTest.java class NotConstraintTest (line 26) | public class NotConstraintTest extends AbstractQOMTest { method testNot (line 28) | public void testNot() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/OrConstraintTest.java class OrConstraintTest (line 26) | public class OrConstraintTest extends AbstractQOMTest { method testOr (line 28) | public void testOr() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/OrderingTest.java class OrderingTest (line 29) | public class OrderingTest extends AbstractJoinTest { method setUp (line 35) | protected void setUp() throws Exception { method testMultipleSelectors (line 48) | public void testMultipleSelectors() throws RepositoryException { method createQuery (line 62) | protected QueryObjectModel createQuery(Ordering[] orderings) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/PropertyExistenceTest.java class PropertyExistenceTest (line 27) | public class PropertyExistenceTest extends AbstractQOMTest { method testPropertyExistence (line 29) | public void testPropertyExistence() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/PropertyValueTest.java class PropertyValueTest (line 28) | public class PropertyValueTest extends AbstractQOMTest { method testPropertyExistence (line 32) | public void testPropertyExistence() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/QueryObjectModelFactoryTest.java class QueryObjectModelFactoryTest (line 64) | public class QueryObjectModelFactoryTest extends AbstractQOMTest { method testAnd (line 118) | public void testAnd() throws RepositoryException { method testOrderingAscending (line 131) | public void testOrderingAscending() throws RepositoryException { method testBindVariableValue (line 142) | public void testBindVariableValue() throws RepositoryException { method testChildNode (line 150) | public void testChildNode() throws RepositoryException { method testChildNodeWithSelector (line 159) | public void testChildNodeWithSelector() throws RepositoryException { method testChildNodeJoinCondition (line 168) | public void testChildNodeJoinCondition() throws RepositoryException { method testColumn (line 177) | public void testColumn() throws RepositoryException { method testColumnAllProperties (line 187) | public void testColumnAllProperties() throws RepositoryException { method testColumnWithColumnName (line 197) | public void testColumnWithColumnName() throws RepositoryException { method testColumnWithSelector (line 207) | public void testColumnWithSelector() throws RepositoryException { method testComparison (line 217) | public void testComparison() throws RepositoryException { method testCreateQuery (line 229) | public void testCreateQuery() throws RepositoryException { method testCreateQueryWithConstraint (line 238) | public void testCreateQueryWithConstraint() throws RepositoryException { method testCreateQueryWithConstraintAndOrdering (line 249) | public void testCreateQueryWithConstraintAndOrdering() throws Reposito... method testCreateQueryWithConstraintOrderingAndColumn (line 262) | public void testCreateQueryWithConstraintOrderingAndColumn() throws Re... method testCreateQueryFromSource (line 276) | public void testCreateQueryFromSource() throws RepositoryException { method testCreateQueryFromSourceWithConstraint (line 285) | public void testCreateQueryFromSourceWithConstraint() throws Repositor... method testCreateQueryFromSourceWithConstraintAndOrdering (line 296) | public void testCreateQueryFromSourceWithConstraintAndOrdering() throw... method testCreateQueryFromSourceWithConstraintOrderingAndColumn (line 309) | public void testCreateQueryFromSourceWithConstraintOrderingAndColumn()... method testDescendantNode (line 326) | public void testDescendantNode() throws RepositoryException { method testDescendantNodeWithSelector (line 335) | public void testDescendantNodeWithSelector() throws RepositoryException { method testDescendantNodeJoinCondition (line 344) | public void testDescendantNodeJoinCondition() throws RepositoryExcepti... method testOrderingDescending (line 353) | public void testOrderingDescending() throws RepositoryException { method testEquiJoinCondition (line 364) | public void testEquiJoinCondition() throws RepositoryException { method testFullTextSearch (line 375) | public void testFullTextSearch() throws RepositoryException { method testFullTextSearchAllProperties (line 392) | public void testFullTextSearchAllProperties() throws RepositoryExcepti... method testFullTextSearchWithBindVariableValue (line 403) | public void testFullTextSearchWithBindVariableValue() throws Repositor... method testFullTextSearchScore (line 420) | public void testFullTextSearchScore() throws RepositoryException { method testFullTextSearchScoreWithSelector (line 428) | public void testFullTextSearchScoreWithSelector() throws RepositoryExc... method testJoin (line 436) | public void testJoin() throws RepositoryException { method testLength (line 453) | public void testLength() throws RepositoryException { method testLiteral (line 462) | public void testLiteral() throws RepositoryException { method testLowerCase (line 472) | public void testLowerCase() throws RepositoryException { method testNodeLocalName (line 481) | public void testNodeLocalName() throws RepositoryException { method testNodeLocalNameWithSelector (line 489) | public void testNodeLocalNameWithSelector() throws RepositoryException { method testNodeName (line 497) | public void testNodeName() throws RepositoryException { method testNodeNameWithSelector (line 505) | public void testNodeNameWithSelector() throws RepositoryException { method testNot (line 513) | public void testNot() throws RepositoryException { method testOr (line 522) | public void testOr() throws RepositoryException { method testPropertyExistence (line 535) | public void testPropertyExistence() throws RepositoryException { method testPropertyExistenceWithSelector (line 544) | public void testPropertyExistenceWithSelector() throws RepositoryExcep... method testPropertyValue (line 553) | public void testPropertyValue() throws RepositoryException { method testPropertyValueWithSelector (line 562) | public void testPropertyValueWithSelector() throws RepositoryException { method testSameNode (line 571) | public void testSameNode() throws RepositoryException { method testSameNodeWithSelector (line 580) | public void testSameNodeWithSelector() throws RepositoryException { method testSameNodeJoinCondition (line 589) | public void testSameNodeJoinCondition() throws RepositoryException { method testSameNodeJoinConditionWithPath (line 599) | public void testSameNodeJoinConditionWithPath() throws RepositoryExcep... method testSelector (line 609) | public void testSelector() throws RepositoryException { method testSelectorWithName (line 618) | public void testSelectorWithName() throws RepositoryException { method testUpperCase (line 627) | public void testUpperCase() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/RowTest.java class RowTest (line 30) | public class RowTest extends AbstractQOMTest { method setUp (line 36) | protected void setUp() throws Exception { method testGetValues (line 43) | public void testGetValues() throws RepositoryException { method testGetValue (line 50) | public void testGetValue() throws RepositoryException { method testGetNode (line 55) | public void testGetNode() throws RepositoryException { method testGetNodeWithSelector (line 61) | public void testGetNodeWithSelector() throws RepositoryException { method testGetPath (line 67) | public void testGetPath() throws RepositoryException { method testGetPathWithSelector (line 73) | public void testGetPathWithSelector() throws RepositoryException { method testGetScore (line 79) | public void testGetScore() throws RepositoryException { method testGetScoreWithSelector (line 85) | public void testGetScoreWithSelector() throws RepositoryException { method getRow (line 91) | private Row getRow() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/SameNodeJoinConditionTest.java class SameNodeJoinConditionTest (line 29) | public class SameNodeJoinConditionTest extends AbstractJoinTest { method setUp (line 35) | protected void setUp() throws Exception { method testInnerJoin (line 43) | public void testInnerJoin() throws RepositoryException { method testInnerJoinWithPath (line 48) | public void testInnerJoinWithPath() throws RepositoryException { method testLeftOuterJoin (line 53) | public void testLeftOuterJoin() throws RepositoryException { method testLeftOuterJoinWithPath (line 66) | public void testLeftOuterJoinWithPath() throws RepositoryException { method testRightOuterJoin (line 71) | public void testRightOuterJoin() throws RepositoryException { method testRightOuterJoinWithPath (line 84) | public void testRightOuterJoinWithPath() throws RepositoryException { method createQomQuery (line 99) | private QueryObjectModel createQomQuery(String joinType, String relPath) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/SameNodeTest.java class SameNodeTest (line 33) | public class SameNodeTest extends AbstractQOMTest { method testSameNode (line 35) | public void testSameNode() throws RepositoryException { method testPathDoesNotExist (line 44) | public void testPathDoesNotExist() throws RepositoryException { method testChildNodesDoNotMatchSelector (line 51) | public void testChildNodesDoNotMatchSelector() method testRelativePath (line 73) | public void testRelativePath() throws RepositoryException { method testSyntacticallyInvalidPath (line 92) | public void testSyntacticallyInvalidPath() throws RepositoryException { method testNotASelectorName (line 113) | public void testNotASelectorName() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/SelectorTest.java class SelectorTest (line 32) | public class SelectorTest extends AbstractQOMTest { method testSelector (line 34) | public void testSelector() throws RepositoryException { method testSyntacticallyInvalidName (line 56) | public void testSyntacticallyInvalidName() throws RepositoryException { method testUnknownNodeType (line 75) | public void testUnknownNodeType() throws RepositoryException { method testDuplicateNodeType (line 101) | public void testDuplicateNodeType() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 29) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/query/qom/UpperLowerCaseTest.java class UpperLowerCaseTest (line 31) | public class UpperLowerCaseTest extends AbstractQOMTest { method setUp (line 35) | protected void setUp() throws Exception { method tearDown (line 43) | protected void tearDown() throws Exception { method testLength (line 48) | public void testLength() throws RepositoryException { method testNodeLocalName (line 65) | public void testNodeLocalName() throws RepositoryException { method testNodeName (line 82) | public void testNodeName() throws RepositoryException { method testPropertyValue (line 98) | public void testPropertyValue() throws RepositoryException { method testUpperLowerCase (line 126) | public void testUpperLowerCase() throws RepositoryException { method testUpperCaseTwice (line 135) | public void testUpperCaseTwice() throws RepositoryException { method testLowerUpperCase (line 144) | public void testLowerUpperCase() throws RepositoryException { method testLowerCaseTwice (line 153) | public void testLowerCaseTwice() throws RepositoryException { method checkQueries (line 164) | private void checkQueries(DynamicOperand operand, method createQuery (line 176) | private QueryObjectModel createQuery(DynamicOperand operand, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/retention/AbstractRetentionTest.java class AbstractRetentionTest (line 33) | public abstract class AbstractRetentionTest extends AbstractJCRTest { method setUp (line 38) | protected void setUp() throws Exception { method getHoldName (line 52) | protected String getHoldName() throws RepositoryException, NotExecutab... method getApplicableRetentionPolicy (line 60) | protected RetentionPolicy getApplicableRetentionPolicy() throws NotExe... method getRetentionManager (line 64) | protected static RetentionManager getRetentionManager(Session s) throw... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/retention/HoldEffectTest.java class HoldEffectTest (line 33) | public class HoldEffectTest extends AbstractRetentionTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 50) | protected void tearDown() throws Exception { method testTransientShallowHold (line 66) | public void testTransientShallowHold() throws RepositoryException, Not... method testTransientShallowHoldForOtherSession (line 74) | public void testTransientShallowHoldForOtherSession() throws Repositor... method testTransientDeepHold (line 82) | public void testTransientDeepHold() throws RepositoryException, NotExe... method testTransientDeepHoldForOtherSession (line 90) | public void testTransientDeepHoldForOtherSession() throws RepositoryEx... method testShallowHold (line 98) | public void testShallowHold() throws RepositoryException, NotExecutabl... method testShallowHoldForOtherSession (line 107) | public void testShallowHoldForOtherSession() throws RepositoryExceptio... method testDeepHold (line 116) | public void testDeepHold() throws RepositoryException, NotExecutableEx... method testDeepHoldForOtherSession (line 128) | public void testDeepHoldForOtherSession() throws RepositoryException, ... method assertEffect (line 140) | private void assertEffect(Node targetNode, String childName, method assertNoEffect (line 210) | private void assertNoEffect(Node target, String childName, String prop... method assertNoEffect (line 221) | private void assertNoEffect(Property target) throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/retention/HoldTest.java class HoldTest (line 40) | public class HoldTest extends AbstractRetentionTest { method containsHold (line 42) | private static boolean containsHold(Hold[] holds, Hold toTest) throws ... method testAddHold (line 51) | public void testAddHold() throws RepositoryException, NotExecutableExc... method testAddHold2 (line 58) | public void testAddHold2() throws RepositoryException, NotExecutableEx... method testAddHoldIsTransient (line 64) | public void testAddHoldIsTransient() throws RepositoryException, NotEx... method testRemoveHold (line 78) | public void testRemoveHold() throws RepositoryException, NotExecutable... method testRemoveHoldIsTransient (line 92) | public void testRemoveHoldIsTransient() throws RepositoryException, No... method testRemoveHoldFromChild (line 111) | public void testRemoveHoldFromChild() throws RepositoryException, NotE... method testInvalidPath (line 138) | public void testInvalidPath() throws RepositoryException, NotExecutabl... method testNonExistingNodePath (line 161) | public void testNonExistingNodePath() throws RepositoryException, NotE... method testPropertyPath (line 189) | public void testPropertyPath() throws RepositoryException, NotExecutab... method testInvalidName (line 222) | public void testInvalidName() { method testReadOnlySession (line 232) | public void testReadOnlySession() throws NotExecutableException, Repos... method testAddHoldOnLockedNode (line 253) | public void testAddHoldOnLockedNode() throws NotExecutableException, R... method testRemoveHoldOnLockedNode (line 282) | public void testRemoveHoldOnLockedNode() throws NotExecutableException... method getLockedChildNode (line 312) | private Node getLockedChildNode() throws NotExecutableException, Repos... method testAddHoldOnCheckedInNode (line 321) | public void testAddHoldOnCheckedInNode() throws NotExecutableException... method testRemoveHoldOnCheckedInNode (line 349) | public void testRemoveHoldOnCheckedInNode() throws NotExecutableExcept... method getVersionableChildNode (line 385) | private Node getVersionableChildNode() throws NotExecutableException, ... method testHoldGetName (line 393) | public void testHoldGetName() throws RepositoryException, NotExecutabl... method testHoldGetName2 (line 399) | public void testHoldGetName2() throws RepositoryException, NotExecutab... method testHoldIsDeep (line 405) | public void testHoldIsDeep() throws RepositoryException, NotExecutable... method testHoldIsDeep2 (line 410) | public void testHoldIsDeep2() throws RepositoryException, NotExecutabl... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/retention/RetentionPolicyEffectTest.java class RetentionPolicyEffectTest (line 32) | public class RetentionPolicyEffectTest extends AbstractRetentionTest { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testTransientRententionPolicy (line 65) | public void testTransientRententionPolicy() throws RepositoryException... method testTransientRententionPolicy2 (line 73) | public void testTransientRententionPolicy2() throws RepositoryExceptio... method testRententionPolicy (line 81) | public void testRententionPolicy() throws RepositoryException, NotExec... method testRententionPolicy2 (line 89) | public void testRententionPolicy2() throws RepositoryException, NotExe... method assertEffect (line 97) | private void assertEffect(Node targetNode, String childName, method assertNoEffect (line 155) | private void assertNoEffect(Node target, String childName, String prop... method assertNoEffect (line 166) | private void assertNoEffect(Property target) throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/retention/RetentionPolicyTest.java class RetentionPolicyTest (line 36) | public class RetentionPolicyTest extends AbstractRetentionTest { method setUp (line 38) | protected void setUp() throws Exception { method testGetRetentionPolicy (line 49) | public void testGetRetentionPolicy() throws RepositoryException, NotEx... method testGetRetentionPolicyOnChild (line 56) | public void testGetRetentionPolicyOnChild() throws RepositoryException... method testRetentionPolicyGetName (line 64) | public void testRetentionPolicyGetName() throws RepositoryException, N... method testSetRetentionPolicyIsTransient (line 72) | public void testSetRetentionPolicyIsTransient() throws RepositoryExcep... method testRemovePendingRetentionPolicy (line 80) | public void testRemovePendingRetentionPolicy() throws RepositoryExcept... method testRemoveRetentionPolicy (line 87) | public void testRemoveRetentionPolicy() throws RepositoryException, No... method testRemoveRetentionPolicyIsTransient (line 97) | public void testRemoveRetentionPolicyIsTransient() throws RepositoryEx... method testRemoveRetentionPolicyFromChild (line 112) | public void testRemoveRetentionPolicyFromChild() throws RepositoryExce... method testInvalidPath (line 139) | public void testInvalidPath() throws RepositoryException, NotExecutabl... method testNonExistingNodePath (line 161) | public void testNonExistingNodePath() throws RepositoryException, NotE... method testPropertyPath (line 188) | public void testPropertyPath() throws RepositoryException, NotExecutab... method testInvalidName (line 220) | public void testInvalidName() { method testReadOnlySession (line 236) | public void testReadOnlySession() throws NotExecutableException, Repos... method testSetRetentionPolicyOnLockedNode (line 257) | public void testSetRetentionPolicyOnLockedNode() throws NotExecutableE... method testRemoveRetentionPolicyOnLockedNode (line 280) | public void testRemoveRetentionPolicyOnLockedNode() throws NotExecutab... method getLockedChildNode (line 305) | private Node getLockedChildNode() throws NotExecutableException, Repos... method testSetRetentionPolicyOnCheckedInNode (line 314) | public void testSetRetentionPolicyOnCheckedInNode() throws NotExecutab... method testRemoveRetentionPolicyOnCheckedInNode (line 343) | public void testRemoveRetentionPolicyOnCheckedInNode() throws NotExecu... method getVersionableChildNode (line 372) | private Node getVersionableChildNode() throws NotExecutableException, ... method testSetRetentionPolicyBelow (line 381) | public void testSetRetentionPolicyBelow() throws RepositoryException, ... method testOtherSessionSetsRetentionPolicyBelow (line 401) | public void testOtherSessionSetsRetentionPolicyBelow() throws Reposito... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/retention/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/AbstractAccessControlTest.java class AbstractAccessControlTest (line 32) | public abstract class AbstractAccessControlTest extends AbstractJCRTest { method setUp (line 36) | protected void setUp() throws Exception { method getAccessControlManager (line 48) | protected static AccessControlManager getAccessControlManager(Session ... method privilegesFromName (line 56) | protected Privilege[] privilegesFromName(String privilegeName) throws ... method privilegesFromNames (line 61) | protected Privilege[] privilegesFromNames(String[] privilegeNames) thr... method checkCanReadAc (line 70) | protected void checkCanReadAc(String path) throws RepositoryException,... method checkCanModifyAc (line 76) | protected void checkCanModifyAc(String path) throws RepositoryExceptio... method getPathToNonExistingNode (line 82) | protected String getPathToNonExistingNode() throws RepositoryException { method getPathToProperty (line 95) | protected String getPathToProperty() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/AccessControlDiscoveryTest.java class AccessControlDiscoveryTest (line 38) | public class AccessControlDiscoveryTest extends AbstractAccessControlTest { method testGetSupportedPrivileges (line 40) | public void testGetSupportedPrivileges() throws RepositoryException { method testPrivilegeFromName (line 66) | public void testPrivilegeFromName() throws RepositoryException { method testMandatoryPrivilegeFromName (line 75) | public void testMandatoryPrivilegeFromName() throws RepositoryException { method testUnknownPrivilegeFromName (line 94) | public void testUnknownPrivilegeFromName() throws RepositoryException { method testAllPrivilegeContainsAll (line 104) | public void testAllPrivilegeContainsAll() throws RepositoryException, ... method testAllPrivilege (line 129) | public void testAllPrivilege() throws RepositoryException, NotExecutab... method testWritePrivilege (line 143) | public void testWritePrivilege() throws RepositoryException, NotExecut... method testAggregregatePrivileges (line 155) | public void testAggregregatePrivileges() throws RepositoryException { method testPrivilegeName (line 185) | public void testPrivilegeName() throws RepositoryException { method testGetPrivileges (line 217) | public void testGetPrivileges() throws RepositoryException { method testGetPrivilegesOnNonExistingNode (line 225) | public void testGetPrivilegesOnNonExistingNode() throws RepositoryExce... method testGetPrivilegesOnProperty (line 240) | public void testGetPrivilegesOnProperty() throws RepositoryException, ... method testHasPrivileges (line 254) | public void testHasPrivileges() throws RepositoryException { method testHasIndividualPrivileges (line 263) | public void testHasIndividualPrivileges() throws RepositoryException { method testNotHasPrivileges (line 277) | public void testNotHasPrivileges() throws RepositoryException, NotExec... method testHasPrivilegesOnNotExistingNode (line 304) | public void testHasPrivilegesOnNotExistingNode() throws RepositoryExce... method testHasPrivilegesOnProperty (line 319) | public void testHasPrivilegesOnProperty() throws RepositoryException, ... method testHasPrivilegesEmptyArray (line 334) | public void testHasPrivilegesEmptyArray() throws RepositoryException, ... method getJCRName (line 347) | private static String getJCRName(String privilegeNameConstant, Session... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/AccessControlListTest.java class AccessControlListTest (line 45) | public class AccessControlListTest extends AbstractAccessControlTest { method setUp (line 55) | protected void setUp() throws Exception { method tearDown (line 83) | protected void tearDown() throws Exception { method getList (line 107) | private static AccessControlList getList(AccessControlManager acMgr, S... method currentPrivileges (line 124) | private static List currentPrivileges(AccessControlList acl... method testGetAccessControlEntries (line 136) | public void testGetAccessControlEntries() throws RepositoryException, ... method testAddAccessControlEntry (line 150) | public void testAddAccessControlEntry() throws NotExecutableException,... method testAddAggregatePrivilege (line 174) | public void testAddAggregatePrivilege() throws NotExecutableException,... method testAddAggregatedPrivilegesSeparately (line 198) | public void testAddAggregatedPrivilegesSeparately() throws NotExecutab... method testAddAbstractPrivilege (line 222) | public void testAddAbstractPrivilege() throws NotExecutableException, ... method testAddPrivilegesPresentInEntries (line 246) | public void testAddPrivilegesPresentInEntries() throws NotExecutableEx... method testAddAccessControlEntryAndSetPolicy (line 278) | public void testAddAccessControlEntryAndSetPolicy() throws RepositoryE... method testAddAccessControlEntryIsTransient (line 296) | public void testAddAccessControlEntryIsTransient() throws NotExecutabl... method testAddAccessControlEntryInvalidPrincipal (line 313) | public void testAddAccessControlEntryInvalidPrincipal() throws NotExec... method testAddAccessControlEntryEmptyPrivilegeArray (line 327) | public void testAddAccessControlEntryEmptyPrivilegeArray() throws NotE... method testAddAccessControlEntryInvalidPrivilege (line 342) | public void testAddAccessControlEntryInvalidPrivilege() throws NotExec... method testRemoveAccessControlEntry (line 373) | public void testRemoveAccessControlEntry() throws NotExecutableExcepti... method testRemoveAddedAccessControlEntry (line 388) | public void testRemoveAddedAccessControlEntry() throws NotExecutableEx... method testRemoveAccessControlEntryAndSetPolicy (line 401) | public void testRemoveAccessControlEntryAndSetPolicy() throws NotExecu... method testRemoveAccessControlEntryIsTransient (line 432) | public void testRemoveAccessControlEntryIsTransient() throws NotExecut... method testRemoveIllegalAccessControlEntry (line 456) | public void testRemoveIllegalAccessControlEntry() throws NotExecutable... method testAddAccessControlEntryTwice (line 475) | public void testAddAccessControlEntryTwice() throws NotExecutableExcep... method testAddAccessControlEntryAgain (line 484) | public void testAddAccessControlEntryAgain() throws NotExecutableExcep... method testExtendPrivileges (line 498) | public void testExtendPrivileges() throws NotExecutableException, Repo... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/AccessControlPolicyIteratorTest.java class AccessControlPolicyIteratorTest (line 31) | public class AccessControlPolicyIteratorTest extends AbstractAccessContr... method setUp (line 35) | protected void setUp() throws Exception { method testGetSize (line 45) | public void testGetSize() throws RepositoryException, AccessDeniedExce... method testGetInitialPosition (line 54) | public void testGetInitialPosition() throws RepositoryException, Acces... method testGetPosition (line 62) | public void testGetPosition() throws NotExecutableException, Repositor... method testSkip (line 74) | public void testSkip() throws NotExecutableException, RepositoryExcept... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/AccessControlPolicyTest.java class AccessControlPolicyTest (line 46) | public class AccessControlPolicyTest extends AbstractAccessControlTest { method setUp (line 53) | protected void setUp() throws Exception { method tearDown (line 63) | protected void tearDown() throws Exception { method testGetEffectivePolicies (line 78) | public void testGetEffectivePolicies() throws RepositoryException, Acc... method testGetEffectivePoliciesForNonExistingNode (line 87) | public void testGetEffectivePoliciesForNonExistingNode() throws Reposi... method testGetEffectivePoliciesForProperty (line 97) | public void testGetEffectivePoliciesForProperty() throws RepositoryExc... method testGetPolicies (line 107) | public void testGetPolicies() throws RepositoryException, AccessDenied... method testGetApplicablePolicies (line 122) | public void testGetApplicablePolicies() throws RepositoryException, Ac... method testApplicablePoliciesAreDistinct (line 129) | public void testApplicablePoliciesAreDistinct() throws RepositoryExcep... method testApplicablePoliciesAreDistintFromSetPolicies (line 143) | public void testApplicablePoliciesAreDistintFromSetPolicies() throws R... method testSetPolicy (line 158) | public void testSetPolicy() throws RepositoryException, AccessDeniedEx... method testSetIllegalPolicy (line 169) | public void testSetIllegalPolicy() throws RepositoryException, AccessD... method testSetAllPolicies (line 179) | public void testSetAllPolicies() throws RepositoryException, NotExecut... method testGetPolicyAfterSet (line 195) | public void testGetPolicyAfterSet() throws RepositoryException, Access... method testResetPolicy (line 217) | public void testResetPolicy() throws RepositoryException, AccessDenied... method testSetPolicyIsTransient (line 236) | public void testSetPolicyIsTransient() throws RepositoryException, Acc... method testGetPolicyAfterSave (line 257) | public void testGetPolicyAfterSave() throws RepositoryException, Acces... method testNodeIsModifiedAfterSecondSetPolicy (line 288) | public void testNodeIsModifiedAfterSecondSetPolicy() throws Repository... method testNodeIsModifiedAfterSetPolicy (line 320) | public void testNodeIsModifiedAfterSetPolicy() throws RepositoryExcept... method testRemovePolicy (line 335) | public void testRemovePolicy() throws RepositoryException, AccessDenie... method testRemovePolicyIsTransient (line 355) | public void testRemovePolicyIsTransient() throws RepositoryException, ... method testNodeIsModifiedAfterRemovePolicy (line 393) | public void testNodeIsModifiedAfterRemovePolicy() throws RepositoryExc... method testNullPolicyOnNewNode (line 425) | public void testNullPolicyOnNewNode() throws NotExecutableException, R... method testSetPolicyOnNewNode (line 436) | public void testSetPolicyOnNewNode() throws NotExecutableException, Re... method testRemoveTransientlyAddedPolicy (line 455) | public void testRemoveTransientlyAddedPolicy() throws RepositoryExcept... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/RSessionAccessControlDiscoveryTest.java class RSessionAccessControlDiscoveryTest (line 34) | public class RSessionAccessControlDiscoveryTest extends AbstractAccessCo... method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 48) | protected void tearDown() throws Exception { method testGetSupportedPrivileges (line 55) | public void testGetSupportedPrivileges() throws RepositoryException { method testGetPrivileges (line 61) | public void testGetPrivileges() throws RepositoryException { method testHasPrivileges (line 68) | public void testHasPrivileges() throws RepositoryException, NotExecuta... method testNotHasPrivileges (line 74) | public void testNotHasPrivileges() throws RepositoryException, NotExec... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/RSessionAccessControlPolicyTest.java class RSessionAccessControlPolicyTest (line 33) | public class RSessionAccessControlPolicyTest extends AbstractAccessContr... method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 52) | protected void tearDown() throws Exception { method testGetPolicy (line 59) | public void testGetPolicy() throws RepositoryException, AccessDeniedEx... method testGetEffectivePolicy (line 68) | public void testGetEffectivePolicy() throws RepositoryException, Acces... method testGetApplicablePolicies (line 77) | public void testGetApplicablePolicies() throws RepositoryException, Ac... method testSetPolicy (line 86) | public void testSetPolicy() throws RepositoryException, AccessDeniedEx... method testSetInvalidPolicy (line 101) | public void testSetInvalidPolicy() throws RepositoryException, AccessD... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/RSessionAccessControlTest.java class RSessionAccessControlTest (line 31) | public class RSessionAccessControlTest extends AbstractAccessControlTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 51) | protected void tearDown() throws Exception { method testSetProperty (line 58) | public void testSetProperty() throws RepositoryException { method testSetValue (line 69) | public void testSetValue() throws RepositoryException { method testDeleteNode (line 80) | public void testDeleteNode() throws Exception { method testDeleteProperty (line 91) | public void testDeleteProperty() throws Exception { method testMoveNode (line 102) | public void testMoveNode() throws Exception { method testWorkspaceMoveNode (line 116) | public void testWorkspaceMoveNode() throws Exception { method testCopyNode (line 128) | public void testCopyNode() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/security/TestAll.java class TestAll (line 29) | public class TestAll extends TestCase { method suite (line 38) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/util/ISO9075.java class ISO9075 (line 32) | public class ISO9075 { method ISO9075 (line 35) | private ISO9075() { } method encode (line 52) | public static String encode(String name) { method encodePath (line 100) | public static String encodePath(String path) { method decode (line 127) | public static String decode(String name) { method encode (line 159) | private static void encode(char c, StringBuffer b) { method needsEscaping (line 175) | private static boolean needsEscaping(String name, int location) FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/util/InputStreamWrapper.java class InputStreamWrapper (line 27) | public class InputStreamWrapper extends FilterInputStream { method InputStreamWrapper (line 31) | public InputStreamWrapper(InputStream in) { method close (line 36) | public void close() throws IOException { method isClosed (line 41) | public boolean isClosed() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/util/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/util/Text.java class Text (line 33) | public class Text { method Text (line 38) | private Text() { method md5 (line 53) | public static String md5(String data, String enc) method md5 (line 68) | public static String md5(String data) { method digest (line 88) | public static String digest(String algorithm, String data, String enc) method digest (line 104) | public static String digest(String algorithm, byte[] data) method explode (line 127) | public static String[] explode(String str, int ch) { method explode (line 140) | public static String[] explode(String str, int ch, boolean respectEmpt... method implode (line 173) | public static String implode(String[] arr, String delim) { method replace (line 193) | public static String replace(String text, String oldString, String new... method encodeIllegalXMLCharacters (line 222) | public static String encodeIllegalXMLCharacters(String text) { method escape (line 324) | public static String escape(String string, char escape) { method escape (line 341) | public static String escape(String string, char escape, boolean isPath) { method escape (line 371) | public static String escape(String string) { method escapePath (line 386) | public static String escapePath(String path) { method unescape (line 404) | public static String unescape(String string, char escape) { method unescape (line 445) | public static String unescape(String string) { method escapeIllegalJcrChars (line 470) | public static String escapeIllegalJcrChars(String name) { method escapeIllegalXpathSearchChars (line 497) | public static String escapeIllegalXpathSearchChars(String s) { method unescapeIllegalJcrChars (line 521) | public static String unescapeIllegalJcrChars(String name) { method getName (line 548) | public static String getName(String path) { method getName (line 561) | public static String getName(String path, char delim) { method getName (line 573) | public static String getName(String path, boolean ignoreTrailingSlash) { method getNamespacePrefix (line 594) | public static String getNamespacePrefix(String qname) { method getLocalName (line 612) | public static String getLocalName(String qname) { method isSibling (line 624) | public static boolean isSibling(String p1, String p2) { method isDescendant (line 639) | public static boolean isDescendant(String path, String descendant) { method isDescendantOrEqual (line 654) | public static boolean isDescendantOrEqual(String path, String descenda... method getRelativeParent (line 673) | public static String getRelativeParent(String path, int level) { method getRelativeParent (line 691) | public static String getRelativeParent(String path, int level, boolean... method getAbsoluteParent (line 708) | public static String getAbsoluteParent(String path, int level) { method replaceVariables (line 736) | public static String replaceVariables(Properties variables, String value, method decodeDigit (line 771) | private static byte decodeDigit(byte b) { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/AbstractMergeTest.java class AbstractMergeTest (line 34) | public abstract class AbstractMergeTest extends AbstractJCRTest { method setUp (line 72) | protected void setUp() throws Exception { method tearDown (line 120) | protected void tearDown() throws Exception { method initNodes (line 140) | abstract void initNodes() throws RepositoryException, NotExecutableExc... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/AbstractOnParentVersionTest.java class AbstractOnParentVersionTest (line 30) | public abstract class AbstractOnParentVersionTest extends AbstractVersio... method setUp (line 40) | protected void setUp() throws Exception { method tearDown (line 56) | protected void tearDown() throws Exception { method addChildNode (line 74) | protected Node addChildNode(int requiredOpvBehaviour) throws Repositor... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/AbstractVersionTest.java class AbstractVersionTest (line 34) | public class AbstractVersionTest extends AbstractJCRTest { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 101) | protected void tearDown() throws Exception { method getNumberOfVersions (line 126) | protected long getNumberOfVersions(VersionHistory vHistory) throws Rep... method createVersionableNode (line 141) | protected Node createVersionableNode(Node parent, String name, NodeTyp... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/ActivitiesTest.java class ActivitiesTest (line 33) | public class ActivitiesTest extends AbstractVersionTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 45) | protected void tearDown() throws Exception { method testCreateRemoveActivity (line 49) | public void testCreateRemoveActivity() throws Exception { method testSetGetActivity (line 67) | public void testSetGetActivity() throws Exception { method testActivitiesPath (line 92) | public void testActivitiesPath() throws Exception { method testActivitiesRelation (line 121) | public void testActivitiesRelation() throws Exception { method testActivitiesRelationWithCheckpoint (line 153) | public void testActivitiesRelationWithCheckpoint() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/CheckinTest.java class CheckinTest (line 31) | public class CheckinTest extends AbstractVersionTest { method setUp (line 33) | protected void setUp() throws Exception { method testIsCheckedOut (line 46) | @SuppressWarnings("deprecation") method testIsCheckedOutJcr2 (line 58) | public void testIsCheckedOutJcr2() throws RepositoryException { method testCheckinRemovesPredecessorProperty (line 71) | @SuppressWarnings("deprecation") method testCheckinRemovesPredecessorPropertyJcr2 (line 86) | public void testCheckinRemovesPredecessorPropertyJcr2() throws Reposit... method testPredecessorIsCopiedToNewVersion (line 102) | @SuppressWarnings("deprecation") method testPredecessorIsCopiedToNewVersionJcr2 (line 119) | public void testPredecessorIsCopiedToNewVersionJcr2() throws Repositor... method testMultipleCheckinHasNoEffect (line 136) | @SuppressWarnings("deprecation") method testMultipleCheckinHasNoEffectJcr2 (line 155) | public void testMultipleCheckinHasNoEffectJcr2() throws RepositoryExce... method testBaseVersionAfterCheckin (line 175) | @SuppressWarnings("deprecation") method testBaseVersionAfterCheckinJcr2 (line 189) | public void testBaseVersionAfterCheckinJcr2() throws RepositoryExcepti... method testCheckinWithPendingChanges (line 204) | @SuppressWarnings("deprecation") method testCheckinWithPendingChangesJcr2 (line 223) | public void testCheckinWithPendingChangesJcr2() throws RepositoryExcep... method testIsNotCheckedOut (line 242) | @SuppressWarnings("deprecation") method testIsNotCheckedOutJcr2 (line 255) | public void testIsNotCheckedOutJcr2() throws RepositoryException { method testCheckinCreatesNewVersion (line 269) | @SuppressWarnings("deprecation") method testCheckinCreatesNewVersionJcr2 (line 284) | public void testCheckinCreatesNewVersionJcr2() throws RepositoryExcept... method testCheckinNonVersionableNode (line 300) | @SuppressWarnings("deprecation") method testCheckinNonVersionableNodeJcr2 (line 316) | public void testCheckinNonVersionableNodeJcr2() throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/CheckoutTest.java class CheckoutTest (line 31) | public class CheckoutTest extends AbstractVersionTest { method setUp (line 33) | protected void setUp() throws Exception { method testIsCheckedOut (line 51) | @SuppressWarnings("deprecation") method testIsCheckedOutJcr2 (line 61) | public void testIsCheckedOutJcr2() throws RepositoryException { method testIsCheckedOutNonVersionableNode (line 71) | public void testIsCheckedOutNonVersionableNode() throws RepositoryExce... method testIsCheckedOutNonVersionableNodeJcr2 (line 98) | public void testIsCheckedOutNonVersionableNodeJcr2() throws Repository... method testCheckoutNonVersionableNode (line 127) | @SuppressWarnings("deprecation") method testCheckoutNonVersionableNodeJcr2 (line 141) | public void testCheckoutNonVersionableNodeJcr2() throws RepositoryExce... method testCheckoutTwiceDoesNotThrow (line 156) | @SuppressWarnings("deprecation") method testCheckoutTwiceDoesNotThrowJcr2 (line 167) | public void testCheckoutTwiceDoesNotThrowJcr2() throws RepositoryExcep... method testCheckoutCopiesBaseValueToPredecessorProperty (line 178) | @SuppressWarnings("deprecation") method testCheckoutCopiesBaseValueToPredecessorPropertyJcr2 (line 204) | public void testCheckoutCopiesBaseValueToPredecessorPropertyJcr2() thr... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/ConfigurationsTest.java class ConfigurationsTest (line 33) | public class ConfigurationsTest extends AbstractVersionTest { method setUp (line 43) | protected void setUp() throws Exception { method tearDown (line 54) | protected void tearDown() throws Exception { method removeConfiguration (line 66) | private void removeConfiguration(Node node) throws RepositoryException { method testCreateConfiguration (line 72) | public void testCreateConfiguration() throws Exception { method testCreateConfigurationNotVersionableFails (line 88) | public void testCreateConfigurationNotVersionableFails() throws Except... method testCreateConfigurationTwiceFails (line 97) | public void testCreateConfigurationTwiceFails() throws Exception { method testConfigurationsPath (line 107) | public void testConfigurationsPath() throws Exception { method testCheckinConfigFailsWithUnversionedChild (line 117) | public void testCheckinConfigFailsWithUnversionedChild() throws Except... method testCheckinConfig (line 127) | public void testCheckinConfig() throws Exception { method testCreateConfigWithBaseline (line 133) | public void testCreateConfigWithBaseline() throws Exception { method testCreateConfigWithNonExistentParentFails (line 162) | public void testCreateConfigWithNonExistentParentFails() throws Except... method testCreateConfigWithExistentConfigFromBaselineFails (line 184) | public void testCreateConfigWithExistentConfigFromBaselineFails() thro... method testRestoreBaseline (line 200) | public void testRestoreBaseline() throws Exception { method testRestoreConfig (line 223) | public void testRestoreConfig() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/CopyTest.java class CopyTest (line 43) | public class CopyTest extends AbstractVersionTest { method setUp (line 45) | protected void setUp() throws Exception { method tearDown (line 49) | protected void tearDown() throws Exception { method testCopy (line 62) | public void testCopy() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/FrozenNodeTest.java class FrozenNodeTest (line 30) | public class FrozenNodeTest extends AbstractVersionTest { method setUp (line 32) | protected void setUp() throws Exception { method testFrozenNodeUUUID (line 43) | public void testFrozenNodeUUUID() throws RepositoryException { method testFrozenChildNodeUUUID (line 56) | public void testFrozenChildNodeUUUID() throws RepositoryException { method testFrozenUUUID (line 71) | public void testFrozenUUUID() throws RepositoryException, method testFrozenChildUUUID (line 88) | public void testFrozenChildUUUID() throws RepositoryException, method testFrozenNodeNodeType (line 106) | public void testFrozenNodeNodeType() throws RepositoryException { method testFrozenChildNodeNodeType (line 119) | public void testFrozenChildNodeNodeType() throws RepositoryException { method testFrozenNodeType (line 134) | public void testFrozenNodeType() throws RepositoryException { method testFrozenChildNodeType (line 147) | public void testFrozenChildNodeType() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/GetContainingHistoryTest.java class GetContainingHistoryTest (line 27) | public class GetContainingHistoryTest extends AbstractVersionTest { method testGetContainingHistory (line 33) | public void testGetContainingHistory() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/GetCreatedTest.java class GetCreatedTest (line 29) | public class GetCreatedTest extends AbstractVersionTest { method testGetCreated (line 34) | public void testGetCreated() throws RepositoryException { method testGetCreatedCheckAgainstProperty (line 52) | public void testGetCreatedCheckAgainstProperty() throws RepositoryExce... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/GetPredecessorsTest.java class GetPredecessorsTest (line 29) | public class GetPredecessorsTest extends AbstractVersionTest { method testGetPredecessors (line 37) | public void testGetPredecessors() throws RepositoryException { method testGetLinearPredecessorSuccessor (line 49) | public void testGetLinearPredecessorSuccessor() throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/GetReferencesNodeTest.java class GetReferencesNodeTest (line 40) | public class GetReferencesNodeTest extends AbstractJCRTest { method setUp (line 48) | protected void setUp() throws Exception { method tearDown (line 59) | protected void tearDown() throws Exception { method testGetReferencesNeverFromVersions (line 71) | public void testGetReferencesNeverFromVersions() throws RepositoryExce... method initTestNodes (line 101) | private void initTestNodes() throws RepositoryException, FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/GetVersionableUUIDTest.java class GetVersionableUUIDTest (line 29) | public class GetVersionableUUIDTest extends AbstractVersionTest { method testGetVersionableUUID (line 35) | public void testGetVersionableUUID() throws RepositoryException { method testGetVersionableIdentifier (line 50) | public void testGetVersionableIdentifier() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeActivityTest.java class MergeActivityTest (line 31) | public class MergeActivityTest extends AbstractMergeTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 41) | protected void tearDown() throws Exception { method testMergeActivity (line 49) | public void testMergeActivity() throws RepositoryException { method initNodes (line 76) | protected void initNodes() throws RepositoryException, NotExecutableEx... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeCancelMergeTest.java class MergeCancelMergeTest (line 31) | public class MergeCancelMergeTest extends AbstractMergeTest { method setUp (line 38) | protected void setUp() throws Exception { method tearDown (line 47) | protected void tearDown() throws Exception { method testMergeNodeCancelMerge (line 57) | @SuppressWarnings("deprecation") method initNodes (line 100) | protected void initNodes() throws RepositoryException { method testMergeNodeCancelMergeJcr2 (line 129) | public void testMergeNodeCancelMergeJcr2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeCheckedoutSubNodeTest.java class MergeCheckedoutSubNodeTest (line 29) | public class MergeCheckedoutSubNodeTest extends AbstractMergeTest { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 45) | protected void tearDown() throws Exception { method testFailIfCorrespondingNodeIsSuccessor (line 55) | public void testFailIfCorrespondingNodeIsSuccessor() throws Repository... method testFailIfCorrespondingNodeIsSuccessorJcr2 (line 79) | public void testFailIfCorrespondingNodeIsSuccessorJcr2() throws Reposi... method testLeaveIfCorrespondingNodeIsPredeccessor (line 104) | public void testLeaveIfCorrespondingNodeIsPredeccessor() throws Reposi... method testLeaveIfCorrespondingNodeIsPredeccessorJcr2 (line 127) | public void testLeaveIfCorrespondingNodeIsPredeccessorJcr2() throws Re... method initNodes (line 149) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeDoneMergeTest.java class MergeDoneMergeTest (line 31) | public class MergeDoneMergeTest extends AbstractMergeTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 47) | protected void tearDown() throws Exception { method testMergeNodeDoneMerge (line 57) | public void testMergeNodeDoneMerge() throws RepositoryException { method testMergeNodeDoneMergeJcr2 (line 97) | public void testMergeNodeDoneMergeJcr2() throws RepositoryException { method initNodes (line 139) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeNodeIteratorTest.java class MergeNodeIteratorTest (line 33) | public class MergeNodeIteratorTest extends AbstractMergeTest { method tearDown (line 37) | protected void tearDown() throws Exception { method testNodeIterator (line 49) | public void testNodeIterator() throws RepositoryException { method testNodeIteratorJcr2 (line 90) | public void testNodeIteratorJcr2() throws RepositoryException { method initNodes (line 131) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeNodeTest.java class MergeNodeTest (line 40) | public class MergeNodeTest extends AbstractMergeTest { method setUp (line 47) | protected void setUp() throws Exception { method tearDown (line 57) | protected void tearDown() throws Exception { method testMergeNodeWithUnsavedStates (line 66) | @SuppressWarnings("deprecation") method testMergeNodeWithUnsavedStatesJcr2 (line 82) | public void testMergeNodeWithUnsavedStatesJcr2() throws RepositoryExce... method testMergeUnknownWorkspaceName (line 97) | @SuppressWarnings("deprecation") method testMergeUnknownWorkspaceNameJcr2 (line 109) | public void testMergeUnknownWorkspaceNameJcr2() throws RepositoryExcep... method testMergeNodeNonCorrespondingNode (line 123) | @SuppressWarnings("deprecation") method testMergeNodeNonCorrespondingNodeJcr2 (line 140) | public void testMergeNodeNonCorrespondingNodeJcr2() throws RepositoryE... method testMergeNodeVersionAmbiguous (line 158) | @SuppressWarnings("deprecation") method testMergeNodeVersionAmbiguousJcr2 (line 187) | public void testMergeNodeVersionAmbiguousJcr2() throws RepositoryExcep... method testMergeNodeBestEffortTrueCheckMergeFailedProperty (line 218) | @SuppressWarnings("deprecation") method testMergeNodeBestEffortTrueCheckMergeFailedPropertyJcr2 (line 259) | public void testMergeNodeBestEffortTrueCheckMergeFailedPropertyJcr2() ... method disable_testMergeNodeForceFailure (line 302) | @SuppressWarnings("deprecation") method disable_testMergeNodeForceFailureJcr2 (line 331) | public void disable_testMergeNodeForceFailureJcr2() throws RepositoryE... method testMergeNodeBestEffortFalse (line 364) | @SuppressWarnings("deprecation") method testMergeNodeBestEffortFalseJcr2 (line 388) | public void testMergeNodeBestEffortFalseJcr2() throws RepositoryExcept... method testMergeNodeBestEffortFalseAmbiguousVersions (line 415) | @SuppressWarnings("deprecation") method testMergeNodeBestEffortFalseAmbiguousVersionsJcr2 (line 445) | public void testMergeNodeBestEffortFalseAmbiguousVersionsJcr2() throws... method disable_testMergeLocked (line 478) | @SuppressWarnings("deprecation") method disable_testMergeLockedJcr2 (line 518) | public void disable_testMergeLockedJcr2() method initNodes (line 556) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeNonVersionableSubNodeTest.java class MergeNonVersionableSubNodeTest (line 27) | public class MergeNonVersionableSubNodeTest extends AbstractMergeTest { method setUp (line 29) | protected void setUp() throws Exception { method testMergeNodeNonVersionableSubNodeNonVersionableAncestor (line 38) | public void testMergeNodeNonVersionableSubNodeNonVersionableAncestor()... method testMergeNodeNonVersionableSubNodeNonVersionableAncestorJcr2 (line 61) | public void testMergeNodeNonVersionableSubNodeNonVersionableAncestorJc... method testMergeNodeNonVersionableSubNodeUpdate (line 85) | public void testMergeNodeNonVersionableSubNodeUpdate() throws Reposito... method testMergeNodeNonVersionableSubNodeUpdateJcr2 (line 118) | public void testMergeNodeNonVersionableSubNodeUpdateJcr2() throws Repo... method testMergeNodeNonVersionableSubNodeLeave (line 150) | public void testMergeNodeNonVersionableSubNodeLeave() throws Repositor... method testMergeNodeNonVersionableSubNodeLeaveJcr2 (line 182) | public void testMergeNodeNonVersionableSubNodeLeaveJcr2() throws Repos... method initNodes (line 213) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeShallowTest.java class MergeShallowTest (line 30) | public class MergeShallowTest extends AbstractMergeTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 46) | protected void tearDown() throws Exception { method testMergeRecursive (line 51) | public void testMergeRecursive() throws RepositoryException { method testMergeShallow (line 72) | public void testMergeShallow() throws RepositoryException { method initNodes (line 98) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/MergeSubNodeTest.java class MergeSubNodeTest (line 30) | public class MergeSubNodeTest extends AbstractMergeTest { method setUp (line 37) | protected void setUp() throws Exception { method tearDown (line 47) | protected void tearDown() throws Exception { method disable_testRemoveNodeFromSourceWorkspaceAndMergeWithUpdate (line 57) | @SuppressWarnings("deprecation") method disable_testRemoveNodeFromSourceWorkspaceAndMergeWithUpdateJcr2 (line 88) | public void disable_testRemoveNodeFromSourceWorkspaceAndMergeWithUpdat... method disable_testMergeNodeFromUpdatedSourceWorkspace (line 123) | @SuppressWarnings("deprecation") method disable_testMergeNodeFromUpdatedSourceWorkspaceJcr2 (line 149) | public void disable_testMergeNodeFromUpdatedSourceWorkspaceJcr2() thro... method testMergeNodeFromOlderSourceWorkspace (line 180) | @SuppressWarnings("deprecation") method testMergeNodeFromOlderSourceWorkspaceJcr2 (line 203) | public void testMergeNodeFromOlderSourceWorkspaceJcr2() throws Reposit... method disable_testMergeNodeBestEffortTrue (line 225) | @SuppressWarnings("deprecation") method disable_testMergeNodeBestEffortTrueJcr2 (line 263) | public void disable_testMergeNodeBestEffortTrueJcr2() throws Repositor... method disable_testMergeNodeSubNodesMergeTest (line 304) | @SuppressWarnings("deprecation") method disable_testMergeNodeSubNodesMergeTestJcr2 (line 325) | public void disable_testMergeNodeSubNodesMergeTestJcr2() throws Reposi... method initNodes (line 345) | protected void initNodes() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/OnParentVersionAbortTest.java class OnParentVersionAbortTest (line 31) | public class OnParentVersionAbortTest extends AbstractOnParentVersionTest { method setUp (line 33) | protected void setUp() throws Exception { method testRestoreProp (line 43) | public void testRestoreProp() throws RepositoryException { method testRestorePropJcr2 (line 58) | public void testRestorePropJcr2() throws RepositoryException { method testRestoreNode (line 76) | public void testRestoreNode() throws RepositoryException, NotExecutabl... method testRestoreNodeJcr2 (line 94) | public void testRestoreNodeJcr2() throws RepositoryException, NotExecu... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/OnParentVersionComputeTest.java class OnParentVersionComputeTest (line 30) | public class OnParentVersionComputeTest extends AbstractOnParentVersionT... method setUp (line 32) | protected void setUp() throws Exception { method testRestoreProp (line 42) | public void testRestoreProp() throws RepositoryException { method testRestorePropJcr2 (line 62) | public void testRestorePropJcr2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/OnParentVersionCopyTest.java class OnParentVersionCopyTest (line 30) | public class OnParentVersionCopyTest extends AbstractOnParentVersionTest { method setUp (line 34) | protected void setUp() throws Exception { method testRestoreProp (line 44) | public void testRestoreProp() throws RepositoryException { method testRestoreNode (line 53) | @SuppressWarnings("deprecation") method testRestoreNodeJcr2 (line 83) | public void testRestoreNodeJcr2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/OnParentVersionIgnoreTest.java class OnParentVersionIgnoreTest (line 30) | public class OnParentVersionIgnoreTest extends AbstractOnParentVersionTe... method setUp (line 32) | protected void setUp() throws Exception { method testRestoreProp (line 42) | public void testRestoreProp() throws RepositoryException { method testRestorePropJcr2 (line 62) | public void testRestorePropJcr2() throws RepositoryException { method testRestoreNode (line 84) | public void testRestoreNode() throws RepositoryException { method testRestoreNodeJcr2 (line 106) | public void testRestoreNodeJcr2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/OnParentVersionInitializeTest.java class OnParentVersionInitializeTest (line 30) | public class OnParentVersionInitializeTest extends AbstractOnParentVersi... method setUp (line 32) | protected void setUp() throws Exception { method testRestoreProp (line 42) | public void testRestoreProp() throws RepositoryException { method testRestorePropJcr2 (line 62) | public void testRestorePropJcr2() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/RemoveVersionTest.java class RemoveVersionTest (line 40) | public class RemoveVersionTest extends AbstractVersionTest { method setUp (line 48) | protected void setUp() throws Exception { method tearDown (line 78) | protected void tearDown() throws Exception { method testRemovedInvalid (line 93) | public void testRemovedInvalid() throws Exception { method testRemoveVersionAdjustPredecessorSet (line 110) | public void testRemoveVersionAdjustPredecessorSet() throws RepositoryE... method testRemoveVersionAdjustSucessorSet (line 139) | public void testRemoveVersionAdjustSucessorSet() throws RepositoryExce... method testRemoveInvalidVersion (line 164) | public void testRemoveInvalidVersion() throws RepositoryException, Not... method testReferentialIntegrityException (line 204) | public void testReferentialIntegrityException() throws RepositoryExcep... method testRemoveAllBut2 (line 226) | public void testRemoveAllBut2() throws RepositoryException { method testRemoveRootVersion (line 242) | public void testRemoveRootVersion() throws RepositoryException { method testRemoveBaseVersion (line 254) | public void testRemoveBaseVersion() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/RestoreTest.java class RestoreTest (line 45) | public class RestoreTest extends AbstractVersionTest { method setUp (line 58) | protected void setUp() throws Exception { method tearDown (line 82) | protected void tearDown() throws Exception { method testRestoreRootVersionFail (line 100) | @SuppressWarnings("deprecation") method testRestoreRootVersionFailJcr2 (line 115) | public void testRestoreRootVersionFailJcr2() throws RepositoryException { method testRestoreOnCheckedInNode (line 129) | @SuppressWarnings("deprecation") method testRestoreOnCheckedInNodeJcr2_1 (line 140) | public void testRestoreOnCheckedInNodeJcr2_1() throws RepositoryExcept... method testRestoreOnCheckedInNodeJcr2_2 (line 150) | public void testRestoreOnCheckedInNodeJcr2_2() throws RepositoryExcept... method testRestoreOnCheckedInNodeJcr2_3 (line 160) | public void testRestoreOnCheckedInNodeJcr2_3() throws RepositoryExcept... method testRestoreOnCheckedInNodeJcr2_4 (line 170) | public void testRestoreOnCheckedInNodeJcr2_4() throws RepositoryExcept... method testRestoreOnCheckedOutNode (line 180) | @SuppressWarnings("deprecation") method testRestoreOnCheckedOutNodeJcr2 (line 190) | public void testRestoreOnCheckedOutNodeJcr2() throws RepositoryExcepti... method testRestoreOnCheckedOutNodeJcr2_2 (line 199) | public void testRestoreOnCheckedOutNodeJcr2_2() throws RepositoryExcep... method testRestoreOnCheckedOutNodeJcr2_3 (line 208) | public void testRestoreOnCheckedOutNodeJcr2_3() throws RepositoryExcep... method testRestoreOnCheckedOutNodeJcr2_4 (line 217) | public void testRestoreOnCheckedOutNodeJcr2_4() throws RepositoryExcep... method testRestoreSetsIsCheckedOutToFalse (line 226) | @SuppressWarnings("deprecation") method testRestoreSetsIsCheckedOutToFalseJcr2 (line 237) | public void testRestoreSetsIsCheckedOutToFalseJcr2() throws Repository... method testRestoreSetsIsCheckedOutToFalseJcr2_2 (line 247) | public void testRestoreSetsIsCheckedOutToFalseJcr2_2() throws Reposito... method testRestoreSetsIsCheckedOutToFalseJcr3 (line 257) | public void testRestoreSetsIsCheckedOutToFalseJcr3() throws Repository... method testRestoreSetsIsCheckedOutToFalseJcr2_4 (line 267) | public void testRestoreSetsIsCheckedOutToFalseJcr2_4() throws Reposito... method testRestoreCorrectProperty (line 277) | @SuppressWarnings("deprecation") method testRestoreCorrectPropertyJcr2 (line 289) | public void testRestoreCorrectPropertyJcr2() throws RepositoryException { method testRestoreCorrectPropertyJcr2_2 (line 300) | public void testRestoreCorrectPropertyJcr2_2() throws RepositoryExcept... method testRestoreCorrectPropertyJcr2_3 (line 311) | public void testRestoreCorrectPropertyJcr2_3() throws RepositoryExcept... method testRestoreCorrectPropertyJcr2_4 (line 322) | public void testRestoreCorrectPropertyJcr2_4() throws RepositoryExcept... method testRestoreSetsBaseVersion (line 333) | @SuppressWarnings("deprecation") method testRestoreSetsBaseVersionJcr2 (line 345) | public void testRestoreSetsBaseVersionJcr2() throws RepositoryException { method testRestoreSetsBaseVersionJcr2_2 (line 356) | public void testRestoreSetsBaseVersionJcr2_2() throws RepositoryExcept... method testRestoreSetsBaseVersionJcr2_3 (line 367) | public void testRestoreSetsBaseVersionJcr2_3() throws RepositoryExcept... method testRestoreSetsBaseVersionJcr2_4 (line 378) | public void testRestoreSetsBaseVersionJcr2_4() throws RepositoryExcept... method testRestoreWithPendingChanges (line 389) | @SuppressWarnings("deprecation") method testRestoreWithPendingChangesJcr2 (line 407) | public void testRestoreWithPendingChangesJcr2() throws RepositoryExcep... method testRestoreWithPendingChangesJcr2_2 (line 424) | public void testRestoreWithPendingChangesJcr2_2() throws RepositoryExc... method testRestoreWithPendingChangesJcr2_3 (line 441) | public void testRestoreWithPendingChangesJcr2_3() throws RepositoryExc... method testRestoreWithPendingChangesJcr2_4 (line 458) | public void testRestoreWithPendingChangesJcr2_4() throws RepositoryExc... method testRestoreInvalidVersion (line 476) | @SuppressWarnings("deprecation") method testRestoreInvalidVersionJcr2 (line 494) | public void testRestoreInvalidVersionJcr2() throws RepositoryException { method testRestoreInvalidVersion2 (line 510) | @SuppressWarnings("deprecation") method testRestoreInvalidVersion2Jcr2 (line 537) | public void testRestoreInvalidVersion2Jcr2() throws RepositoryException { method testRestoreNonVersionableNode (line 564) | @SuppressWarnings("deprecation") method testRestoreNonVersionableNodeJcr2_2 (line 580) | public void testRestoreNonVersionableNodeJcr2_2() throws RepositoryExc... method testRestoreNonVersionableNode2 (line 595) | public void testRestoreNonVersionableNode2() throws RepositoryException { method testRestoreNonVersionableNode3 (line 612) | @SuppressWarnings("deprecation") method testRestoreNonVersionableNode3Jcr2_2 (line 628) | public void testRestoreNonVersionableNode3Jcr2_2() throws RepositoryEx... method testRestoreWithInvalidVersion (line 642) | @SuppressWarnings("deprecation") method testRestoreWithInvalidVersionJcr2 (line 658) | public void testRestoreWithInvalidVersionJcr2() throws RepositoryExcep... method testRestoreWithUUIDConflict (line 672) | @SuppressWarnings("deprecation") method testRestoreWithUUIDConflictJcr2 (line 698) | public void testRestoreWithUUIDConflictJcr2() throws RepositoryExcepti... method testRestoreWithUUIDConflictJcr2_2 (line 723) | public void testRestoreWithUUIDConflictJcr2_2() throws RepositoryExcep... method testRestoreWithUUIDConflictJcr2_3 (line 748) | public void testRestoreWithUUIDConflictJcr2_3() throws RepositoryExcep... method testRestoreWithUUIDConflictJcr2_4 (line 773) | public void testRestoreWithUUIDConflictJcr2_4() throws RepositoryExcep... method testRestoreChild1 (line 794) | public void testRestoreChild1() throws RepositoryException { method testRestoreRemoved (line 814) | @SuppressWarnings("deprecation") method testRestoreRemovedJcr2 (line 831) | public void testRestoreRemovedJcr2() throws RepositoryException { method testRestoreChild1Jcr2 (line 846) | public void testRestoreChild1Jcr2() throws RepositoryException { method testRestoreChild1Jcr2_2 (line 866) | public void testRestoreChild1Jcr2_2() throws RepositoryException { method testRestoreChild1Jcr2_3 (line 886) | public void testRestoreChild1Jcr2_3() throws RepositoryException { method testRestoreChild1Jcr2_4 (line 906) | public void testRestoreChild1Jcr2_4() throws RepositoryException { method testRestoreLabel (line 930) | @SuppressWarnings("deprecation") method testRestoreLabelJcr2 (line 945) | public void testRestoreLabelJcr2() throws RepositoryException { method testRestoreName (line 959) | @SuppressWarnings("deprecation") method testRestoreNameJcr2 (line 1011) | public void testRestoreNameJcr2() throws RepositoryException, method testRestoreOrder (line 1056) | @SuppressWarnings("deprecation") method testRestoreOrderJcr2 (line 1098) | public void testRestoreOrderJcr2() throws RepositoryException, method testRestoreOrderJcr2_2 (line 1139) | public void testRestoreOrderJcr2_2() throws RepositoryException, method testRestoreOrderJcr2_3 (line 1180) | public void testRestoreOrderJcr2_3() throws RepositoryException, method testRestoreOrderJcr2_4 (line 1221) | public void testRestoreOrderJcr2_4() throws RepositoryException, method testRestoreOrder2 (line 1262) | @SuppressWarnings("deprecation") method testRestoreOrder2Jcr2 (line 1304) | public void testRestoreOrder2Jcr2() throws RepositoryException, method testRestoreOrder2Jcr2_2 (line 1345) | public void testRestoreOrder2Jcr2_2() throws RepositoryException, method testRestoreOrder2Jcr2_3 (line 1386) | public void testRestoreOrder2Jcr2_3() throws RepositoryException, method testRestoreOrder2Jcr2_4 (line 1427) | public void testRestoreOrder2Jcr2_4() throws RepositoryException, method testRestoreRemovesMixin (line 1467) | public void testRestoreRemovesMixin() throws RepositoryException, NotE... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/SessionMoveVersionExceptionTest.java class SessionMoveVersionExceptionTest (line 28) | public class SessionMoveVersionExceptionTest extends AbstractVersionTest { method testSessionMoveSourceCheckedInVersionException (line 35) | public void testSessionMoveSourceCheckedInVersionException() throws Re... method testSessionMoveDestCheckedInVersionException (line 58) | public void testSessionMoveDestCheckedInVersionException() throws Repo... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 36) | public static Test suite() { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/VersionGraphTest.java class VersionGraphTest (line 31) | public class VersionGraphTest extends AbstractVersionTest { method testInitialBaseVersionPointsToRootVersion (line 39) | public void testInitialBaseVersionPointsToRootVersion() throws Reposit... method testInitialBaseVersionPointsToRootVersionJcr2 (line 53) | public void testInitialBaseVersionPointsToRootVersionJcr2() throws Rep... method testInitialNodePredecessors (line 70) | public void testInitialNodePredecessors() throws RepositoryException { method testInitialNodePredecessorsJcr2 (line 91) | public void testInitialNodePredecessorsJcr2() throws RepositoryExcepti... method testRootVersionHasNoPredecessor (line 110) | public void testRootVersionHasNoPredecessor() throws RepositoryExcepti... method testRootVersionHasNoPredecessorJcr2 (line 120) | public void testRootVersionHasNoPredecessorJcr2() throws RepositoryExc... method testGetBaseVersionOnNonVersionableNode (line 131) | public void testGetBaseVersionOnNonVersionableNode() throws Repository... method testGetBaseVersionOnNonVersionableNodeJcr2 (line 146) | public void testGetBaseVersionOnNonVersionableNodeJcr2() throws Reposi... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/VersionHistoryTest.java class VersionHistoryTest (line 57) | public class VersionHistoryTest extends AbstractVersionTest { class ItemVisitorTest (line 66) | private class ItemVisitorTest implements ItemVisitor { method ItemVisitorTest (line 70) | public ItemVisitorTest(VersionHistory v) { method visit (line 74) | public void visit(Node node) throws RepositoryException { method visit (line 78) | public void visit(Property property) throws RepositoryException { method setUp (line 82) | protected void setUp() throws Exception { method tearDown (line 96) | protected void tearDown() throws Exception { method testAutocreatedRootVersion (line 106) | public void testAutocreatedRootVersion() throws RepositoryException { method testInitialNumberOfVersions (line 119) | public void testInitialNumberOfVersions() throws RepositoryException { method testInitialNumberOfLinearVersions (line 131) | public void testInitialNumberOfLinearVersions() throws RepositoryExcep... method testInitiallyGetAllVersionsContainsTheRootVersion (line 148) | public void testInitiallyGetAllVersionsContainsTheRootVersion() throws... method testInitiallyGetAllLinearVersionsContainsTheRootAndTheBaseVersion (line 162) | public void testInitiallyGetAllLinearVersionsContainsTheRootAndTheBase... method testGetAllVersions (line 187) | @SuppressWarnings("deprecation") method testGetAllVersionsJcr2 (line 217) | public void testGetAllVersionsJcr2() throws RepositoryException { method testGetAllFrozenNodes (line 252) | public void testGetAllFrozenNodes() throws RepositoryException { method testGetVersionHistoryOnNonVersionableNode (line 284) | @SuppressWarnings("deprecation") method testGetVersionHistoryOnNonVersionableNodeJcr2 (line 298) | public void testGetVersionHistoryOnNonVersionableNodeJcr2() throws Rep... method testGetVersion (line 313) | public void testGetVersion() throws RepositoryException { method testAccept (line 325) | public void testAccept() throws Exception { method testAddMixin (line 334) | public void testAddMixin() throws Exception { method testAddNode (line 348) | public void testAddNode() throws Exception { method testCanAddMixin (line 367) | public void testCanAddMixin() throws Exception { method testCancelMerge (line 375) | @SuppressWarnings("deprecation") method testCancelMergeJcr2 (line 388) | public void testCancelMergeJcr2() throws Exception { method testCheckin (line 400) | @SuppressWarnings("deprecation") method testCheckinJcr2 (line 413) | public void testCheckinJcr2() throws Exception { method testCheckout (line 425) | @SuppressWarnings("deprecation") method testCheckoutJcr2 (line 438) | public void testCheckoutJcr2() throws Exception { method testDoneMerge (line 450) | @SuppressWarnings("deprecation") method testDoneMergeJcr2 (line 463) | public void testDoneMergeJcr2() throws Exception { method testGetAncestor (line 475) | public void testGetAncestor() throws Exception { method testGetBaseVersion (line 483) | @SuppressWarnings("deprecation") method testGetBaseVersionJcr2 (line 496) | public void testGetBaseVersionJcr2() throws Exception { method testGetCorrespondingNodePath (line 508) | public void testGetCorrespondingNodePath() throws Exception { method testGetDepth (line 515) | public void testGetDepth() throws Exception { method testGetIndex (line 522) | public void testGetIndex() throws Exception { method testGetLock (line 530) | @SuppressWarnings("deprecation") method testGetLockJcr2 (line 545) | public void testGetLockJcr2() throws Exception { method testGetMixinNodeTypes (line 558) | public void testGetMixinNodeTypes() throws Exception { method testGetName (line 566) | public void testGetName() throws Exception { method testGetNode (line 574) | public void testGetNode() throws Exception { method testGetNodes (line 583) | public void testGetNodes() throws Exception { method testGetParent (line 593) | public void testGetParent() throws Exception { method testGetPath (line 600) | public void testGetPath() throws Exception { method testGetPrimaryItem (line 608) | public void testGetPrimaryItem() throws Exception { method testGetPrimaryNodeType (line 620) | public void testGetPrimaryNodeType() throws Exception { method testGetProperties (line 629) | public void testGetProperties() throws Exception { method testGetProperty (line 653) | public void testGetProperty() throws Exception { method testGetReferences (line 661) | public void testGetReferences() throws Exception { method testGetSession (line 678) | public void testGetSession() throws Exception { method testGetUUID (line 685) | public void testGetUUID() throws Exception { method testGetIdentifier (line 692) | public void testGetIdentifier() throws Exception { method testGetVersionHistory (line 700) | public void testGetVersionHistory() throws Exception { method testGetVersionHistoryJcr2 (line 712) | public void testGetVersionHistoryJcr2() throws Exception { method testHasNode (line 724) | public void testHasNode() throws Exception { method testHasNodes (line 732) | public void testHasNodes() throws Exception { method testHasProperties (line 740) | public void testHasProperties() throws Exception { method testHasProperty (line 748) | public void testHasProperty() throws Exception { method testHoldsLock (line 756) | public void testHoldsLock() throws Exception { method testHoldsLockJcr2 (line 765) | public void testHoldsLockJcr2() throws Exception { method testIsCheckedOut (line 774) | public void testIsCheckedOut() throws Exception { method testIsCheckedOutJcr2 (line 782) | public void testIsCheckedOutJcr2() throws Exception { method testIsLocked (line 790) | public void testIsLocked() throws Exception { method testIsLockedJcr2 (line 798) | public void testIsLockedJcr2() throws Exception { method testIsModified (line 807) | public void testIsModified() throws Exception { method testIsNew (line 814) | public void testIsNew() throws Exception { method testIsNode (line 821) | public void testIsNode() throws Exception { method testIsNodeType (line 829) | public void testIsNodeType() throws Exception { method testIsSame (line 837) | public void testIsSame() throws Exception { method testLock (line 845) | @SuppressWarnings("deprecation") method testLockJcr2 (line 874) | public void testLockJcr2() throws Exception { method testMerge (line 904) | public void testMerge() throws Exception { method testOrderBefore (line 940) | public void testOrderBefore() throws Exception { method testRefresh (line 953) | public void testRefresh() throws Exception { method testRemove (line 963) | public void testRemove() throws Exception { method testRemoveMixin (line 977) | public void testRemoveMixin() throws Exception { method testRestore (line 992) | public void testRestore() throws Exception { method testRestoreJcr2 (line 1016) | public void testRestoreJcr2() throws Exception { method testRestoreByLabel (line 1028) | @SuppressWarnings("deprecation") method testRestoreByLabelJcr2 (line 1041) | public void testRestoreByLabelJcr2() throws Exception { method testSetProperty (line 1064) | public void testSetProperty() throws Exception { method testUnlock (line 1157) | public void testUnlock() throws Exception { method testUnlockJcr2 (line 1170) | public void testUnlockJcr2() throws Exception { method testUpdate (line 1183) | public void testUpdate() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/VersionLabelTest.java class VersionLabelTest (line 46) | public class VersionLabelTest extends AbstractVersionTest { method setUp (line 59) | protected void setUp() throws Exception { method tearDown (line 78) | protected void tearDown() throws Exception { method testAddVersionLabel (line 98) | public void testAddVersionLabel() throws RepositoryException { method testAddVersionLabel2 (line 114) | public void testAddVersionLabel2() throws RepositoryException { method testAddVersionCheckVersionLabelsNode (line 135) | @SuppressWarnings("deprecation") method testAddVersionCheckVersionLabelsNodeJcr2 (line 154) | public void testAddVersionCheckVersionLabelsNodeJcr2() throws Reposito... method testHasVersionLabel (line 171) | public void testHasVersionLabel() throws RepositoryException { method testHasVersionLabelForVersion (line 183) | public void testHasVersionLabelForVersion() throws RepositoryException { method testAddMultipleVersionLabels (line 193) | public void testAddMultipleVersionLabels() throws RepositoryException { method testAddDuplicateVersionLabel (line 208) | @SuppressWarnings("deprecation") method testAddDuplicateVersionLabelJcr2 (line 228) | public void testAddDuplicateVersionLabelJcr2() throws RepositoryExcept... method testMoveLabel (line 249) | @SuppressWarnings("deprecation") method testMoveLabelJcr2 (line 272) | public void testMoveLabelJcr2() throws RepositoryException { method testRemoveNonExistingLabel (line 295) | public void testRemoveNonExistingLabel() throws RepositoryException { method testRemoveLabel (line 314) | public void testRemoveLabel() throws RepositoryException { method testGetVersionByLabel (line 329) | public void testGetVersionByLabel() throws RepositoryException { method testGetVersionLabels (line 342) | @SuppressWarnings("deprecation") method testGetVersionLabelsJcr2 (line 372) | public void testGetVersionLabelsJcr2() throws RepositoryException { method testGetVersionLabelsForVersion (line 405) | @SuppressWarnings("deprecation") method testGetVersionLabelsForVersionJcr2 (line 437) | public void testGetVersionLabelsForVersionJcr2() throws RepositoryExce... method testVersionLabelsAfterRemovingVersion (line 470) | public void testVersionLabelsAfterRemovingVersion() throws RepositoryE... method testRestoreByLabelNonVersionableNode (line 499) | @SuppressWarnings("deprecation") method testRestoreByLabelNonVersionableNodeJcr2 (line 515) | public void testRestoreByLabelNonVersionableNodeJcr2() throws Reposito... method testGetVersionLabelsForInvalidVersion (line 528) | public void testGetVersionLabelsForInvalidVersion() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/VersionStorageTest.java class VersionStorageTest (line 30) | public class VersionStorageTest extends AbstractVersionTest { method setUp (line 35) | protected void setUp() throws Exception { method testVersionStorageProtected (line 45) | public void testVersionStorageProtected() throws RepositoryException { method testVersionStorageIdenticalAcrossAllWorkspaces (line 60) | public void testVersionStorageIdenticalAcrossAllWorkspaces() throws Re... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/VersionTest.java class VersionTest (line 48) | public class VersionTest extends AbstractVersionTest { class ItemVisitorTest (line 57) | private class ItemVisitorTest implements ItemVisitor { method ItemVisitorTest (line 61) | public ItemVisitorTest(Version v) { method visit (line 65) | public void visit(Node node) throws RepositoryException { method visit (line 69) | public void visit(Property property) throws RepositoryException { method setUp (line 73) | protected void setUp() throws Exception { method tearDown (line 84) | protected void tearDown() throws Exception { method testAccept (line 96) | public void testAccept() throws Exception { method testAddMixin (line 105) | public void testAddMixin() throws Exception { method testAddNode (line 118) | public void testAddNode() throws Exception { method testCanAddMixin (line 137) | public void testCanAddMixin() throws Exception { method testCancelMerge (line 145) | public void testCancelMerge() throws Exception { method testCancelMergeJcr2 (line 157) | public void testCancelMergeJcr2() throws Exception { method testCheckin (line 169) | public void testCheckin() throws Exception { method testCheckinJcr2 (line 181) | public void testCheckinJcr2() throws Exception { method testCheckout (line 193) | public void testCheckout() throws Exception { method testCheckoutJcr2 (line 205) | public void testCheckoutJcr2() throws Exception { method testDoneMerge (line 217) | public void testDoneMerge() throws Exception { method testDoneMergeJcr2 (line 229) | public void testDoneMergeJcr2() throws Exception { method testGetAncestor (line 241) | public void testGetAncestor() throws Exception { method testGetBaseVersion (line 249) | public void testGetBaseVersion() throws Exception { method testGetBaseVersionJcr2 (line 261) | public void testGetBaseVersionJcr2() throws Exception { method testGetCorrespondingNodePath (line 273) | public void testGetCorrespondingNodePath() throws Exception { method testGetDepth (line 280) | public void testGetDepth() throws Exception { method testGetIndex (line 287) | public void testGetIndex() throws Exception { method testGetLock (line 295) | public void testGetLock() throws Exception { method testGetLockJcr2 (line 309) | public void testGetLockJcr2() throws Exception { method testGetMixinNodeTypes (line 321) | public void testGetMixinNodeTypes() throws Exception { method testGetName (line 329) | public void testGetName() throws Exception { method testGetNode (line 337) | public void testGetNode() throws Exception { method testGetNodes (line 345) | public void testGetNodes() throws Exception { method testGetParent (line 353) | public void testGetParent() throws Exception { method testGetPath (line 360) | public void testGetPath() throws Exception { method testGetPrimaryItem (line 368) | public void testGetPrimaryItem() throws Exception { method testGetPrimaryNodeType (line 380) | public void testGetPrimaryNodeType() throws Exception { method testGetProperties (line 388) | public void testGetProperties() throws Exception { method testGetProperty (line 412) | public void testGetProperty() throws Exception { method testGetSession (line 419) | public void testGetSession() throws Exception { method testGetVersionHistory (line 427) | public void testGetVersionHistory() throws Exception { method testGetVersionHistoryJcr2 (line 439) | public void testGetVersionHistoryJcr2() throws Exception { method testGetUUID (line 450) | public void testGetUUID() throws Exception { method testHasNode (line 459) | public void testHasNode() throws Exception { method testHasNodes (line 466) | public void testHasNodes() throws Exception { method testHasProperties (line 473) | public void testHasProperties() throws Exception { method testHasProperty (line 481) | public void testHasProperty() throws Exception { method testHoldsLock (line 488) | public void testHoldsLock() throws Exception { method testHoldsLockJcr2 (line 496) | public void testHoldsLockJcr2() throws Exception { method testIsCheckedOut (line 504) | public void testIsCheckedOut() throws Exception { method testIsCheckedOutJcr2 (line 511) | public void testIsCheckedOutJcr2() throws Exception { method testIsLocked (line 518) | public void testIsLocked() throws Exception { method testIsLockedJcr2 (line 525) | public void testIsLockedJcr2() throws Exception { method testIsModified (line 533) | public void testIsModified() throws Exception { method testIsNew (line 540) | public void testIsNew() throws Exception { method testIsNode (line 547) | public void testIsNode() throws Exception { method testIsNodeType (line 555) | public void testIsNodeType() throws Exception { method testIsSame (line 563) | public void testIsSame() throws Exception { method testIsSameJcr2 (line 571) | public void testIsSameJcr2() throws Exception { method testLock (line 579) | public void testLock() throws Exception { method testLockJcr2 (line 607) | public void testLockJcr2() throws Exception { method testMerge (line 637) | public void testMerge() throws Exception { method testOrderBefore (line 673) | public void testOrderBefore() throws Exception { method testRefresh (line 686) | public void testRefresh() throws Exception { method testRemove (line 696) | public void testRemove() throws Exception { method testRemoveMixin (line 709) | public void testRemoveMixin() throws Exception { method testRestore (line 724) | public void testRestore() throws Exception { method testRestoreJcr2 (line 749) | public void testRestoreJcr2() throws Exception { method testRestoreByLabel (line 761) | public void testRestoreByLabel() throws Exception { method testRestoreByLabelJcr2 (line 773) | public void testRestoreByLabelJcr2() throws Exception { method testSetProperty (line 798) | public void testSetProperty() throws Exception { method testUnlock (line 891) | public void testUnlock() throws Exception { method testUnlockJcr2 (line 905) | public void testUnlockJcr2() throws Exception { method testUpdate (line 918) | public void testUpdate() throws Exception { method testFrozenUUID (line 930) | public void testFrozenUUID() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/WorkspaceMoveVersionExceptionTest.java class WorkspaceMoveVersionExceptionTest (line 28) | public class WorkspaceMoveVersionExceptionTest extends AbstractVersionTe... method testWorkspaceMoveSourceCheckedInVersionException (line 35) | public void testWorkspaceMoveSourceCheckedInVersionException() throws ... method testWorkspaceMoveDestCheckedInVersionException (line 56) | public void testWorkspaceMoveDestCheckedInVersionException() throws Re... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/WorkspaceRestoreTest.java class WorkspaceRestoreTest (line 38) | public class WorkspaceRestoreTest extends AbstractVersionTest { method setUp (line 54) | protected void setUp() throws Exception { method tearDown (line 131) | protected void tearDown() throws Exception { method testWorkspaceRestoreWithPendingChanges (line 160) | @SuppressWarnings("deprecation") method testWorkspaceRestoreWithPendingChangesJcr2 (line 182) | public void testWorkspaceRestoreWithPendingChangesJcr2() throws Reposi... method testWorkspaceRestoreHasCorrespondingNode (line 203) | @SuppressWarnings("deprecation") method testWorkspaceRestoreHasCorrespondingNodeJcr2 (line 217) | public void testWorkspaceRestoreHasCorrespondingNodeJcr2() throws Repo... method testWorkspaceRestoreWithParent (line 235) | @SuppressWarnings("deprecation") method testWorkspaceRestoreWithParentJcr2 (line 255) | public void testWorkspaceRestoreWithParentJcr2() throws RepositoryExce... method testWorkspaceRestoreWithRemoveExisting (line 268) | @SuppressWarnings("deprecation") method testWorkspaceRestoreWithRemoveExistingJcr2 (line 290) | public void testWorkspaceRestoreWithRemoveExistingJcr2() throws NotExe... method testWorkspaceRestoreWithUUIDConflict (line 312) | @SuppressWarnings("deprecation") method testWorkspaceRestoreWithUUIDConflictJcr2 (line 337) | public void testWorkspaceRestoreWithUUIDConflictJcr2() throws Reposito... method testWorkspaceRestoreOnCheckedInNode (line 363) | @SuppressWarnings("deprecation") method testWorkspaceRestoreOnCheckedInNodeJcr2 (line 374) | public void testWorkspaceRestoreOnCheckedInNodeJcr2() throws Repositor... method testWorkspaceRestoreOnCheckedOutNode (line 386) | @SuppressWarnings("deprecation") method testWorkspaceRestoreOnCheckedOutNodeJcr2 (line 397) | public void testWorkspaceRestoreOnCheckedOutNodeJcr2() throws Reposito... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/AbstractVersionTest.java class AbstractVersionTest (line 34) | public class AbstractVersionTest extends AbstractJCRTest { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 101) | protected void tearDown() throws Exception { method getNumberOfVersions (line 124) | protected long getNumberOfVersions(VersionHistory vHistory) throws Rep... method createVersionableNode (line 139) | protected Node createVersionableNode(Node parent, String name, NodeTyp... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/BasicTest.java class BasicTest (line 25) | public class BasicTest extends AbstractVersionTest { method setUp (line 27) | protected void setUp() throws Exception { method testNodeTypes (line 36) | public void testNodeTypes() throws RepositoryException { method testICOProperty (line 48) | public void testICOProperty() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/CheckinTest.java class CheckinTest (line 30) | public class CheckinTest extends AbstractVersionTest { method setUp (line 32) | protected void setUp() throws Exception { method testIsCheckedOut (line 50) | @SuppressWarnings("deprecation") method testIsCheckedOutJcr2 (line 62) | public void testIsCheckedOutJcr2() throws RepositoryException { method testMultipleCheckinHasNoEffect (line 74) | @SuppressWarnings("deprecation") method testMultipleCheckinHasNoEffectJcr2 (line 93) | public void testMultipleCheckinHasNoEffectJcr2() throws RepositoryExce... method testCheckinWithPendingChanges (line 113) | @SuppressWarnings("deprecation") method testCheckinWithPendingChangesJcr2 (line 132) | public void testCheckinWithPendingChangesJcr2() throws RepositoryExcep... method testIsNotCheckedOut (line 151) | @SuppressWarnings("deprecation") method testIsNotCheckedOutJcr2 (line 164) | public void testIsNotCheckedOutJcr2() throws RepositoryException { method testCheckinCreatesNewVersion (line 178) | @SuppressWarnings("deprecation") method testCheckinCreatesNewVersionJcr2 (line 193) | public void testCheckinCreatesNewVersionJcr2() throws RepositoryExcept... method testCheckinNonVersionableNode (line 209) | @SuppressWarnings("deprecation") method testCheckinNonVersionableNodeJcr2 (line 225) | public void testCheckinNonVersionableNodeJcr2() throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/CheckoutTest.java class CheckoutTest (line 31) | public class CheckoutTest extends AbstractVersionTest { method setUp (line 33) | protected void setUp() throws Exception { method testIsCheckedOut (line 56) | public void testIsCheckedOut() throws RepositoryException { method testIsCheckedOutJcr2 (line 65) | public void testIsCheckedOutJcr2() throws RepositoryException { method testIsCheckedOutNonVersionableNode (line 75) | public void testIsCheckedOutNonVersionableNode() throws RepositoryExce... method testIsCheckedOutNonVersionableNodeJcr2 (line 102) | public void testIsCheckedOutNonVersionableNodeJcr2() throws Repository... method testCheckoutNonVersionableNode (line 131) | public void testCheckoutNonVersionableNode() throws RepositoryException { method testCheckoutNonVersionableNodeJcr2 (line 144) | public void testCheckoutNonVersionableNodeJcr2() throws RepositoryExce... method testCheckoutTwiceDoesNotThrow (line 159) | public void testCheckoutTwiceDoesNotThrow() throws RepositoryException { method testCheckoutTwiceDoesNotThrowJcr2 (line 169) | public void testCheckoutTwiceDoesNotThrowJcr2() throws RepositoryExcep... FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/CopyTest.java class CopyTest (line 37) | public class CopyTest extends AbstractVersionTest { method setUp (line 39) | protected void setUp() throws Exception { method tearDown (line 43) | protected void tearDown() throws Exception { method testCopy (line 56) | public void testCopy() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/FrozenNodeTest.java class FrozenNodeTest (line 31) | public class FrozenNodeTest extends AbstractVersionTest { method setUp (line 33) | protected void setUp() throws Exception { method testFrozenNodeUUUID (line 49) | public void testFrozenNodeUUUID() throws RepositoryException { method testFrozenChildNodeUUUID (line 62) | public void testFrozenChildNodeUUUID() throws RepositoryException { method testFrozenUUUID (line 77) | public void testFrozenUUUID() throws RepositoryException, method testFrozenChildUUUID (line 94) | public void testFrozenChildUUUID() throws RepositoryException, method testFrozenNodeNodeType (line 112) | public void testFrozenNodeNodeType() throws RepositoryException { method testFrozenChildNodeNodeType (line 125) | public void testFrozenChildNodeNodeType() throws RepositoryException { method testFrozenNodeType (line 140) | public void testFrozenNodeType() throws RepositoryException { method testFrozenChildNodeType (line 153) | public void testFrozenChildNodeType() throws RepositoryException { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/RestoreTest.java class RestoreTest (line 44) | public class RestoreTest extends AbstractVersionTest { method setUp (line 57) | protected void setUp() throws Exception { method tearDown (line 86) | protected void tearDown() throws Exception { method testRestoreRootVersionFail (line 104) | @SuppressWarnings("deprecation") method testRestoreRootVersionFailJcr2 (line 119) | public void testRestoreRootVersionFailJcr2() throws RepositoryException { method testRestoreOnCheckedInNode (line 133) | @SuppressWarnings("deprecation") method testRestoreOnCheckedInNodeJcr2_1 (line 144) | public void testRestoreOnCheckedInNodeJcr2_1() throws RepositoryExcept... method testRestoreOnCheckedInNodeJcr2_2 (line 154) | public void testRestoreOnCheckedInNodeJcr2_2() throws RepositoryExcept... method testRestoreOnCheckedInNodeJcr2_3 (line 170) | public void testRestoreOnCheckedInNodeJcr2_3() throws RepositoryExcept... method testRestoreOnCheckedInNodeJcr2_4 (line 180) | public void testRestoreOnCheckedInNodeJcr2_4() throws RepositoryExcept... method testRestoreOnCheckedOutNode (line 190) | @SuppressWarnings("deprecation") method testRestoreOnCheckedOutNodeJcr2 (line 200) | public void testRestoreOnCheckedOutNodeJcr2() throws RepositoryExcepti... method testRestoreOnCheckedOutNodeJcr2_2 (line 209) | public void testRestoreOnCheckedOutNodeJcr2_2() throws RepositoryExcep... method testRestoreOnCheckedOutNodeJcr2_3 (line 224) | public void testRestoreOnCheckedOutNodeJcr2_3() throws RepositoryExcep... method testRestoreOnCheckedOutNodeJcr2_4 (line 233) | public void testRestoreOnCheckedOutNodeJcr2_4() throws RepositoryExcep... method testRestoreSetsIsCheckedOutToFalse (line 242) | @SuppressWarnings("deprecation") method testRestoreSetsIsCheckedOutToFalseJcr2 (line 253) | public void testRestoreSetsIsCheckedOutToFalseJcr2() throws Repository... method testRestoreSetsIsCheckedOutToFalseJcr2_2 (line 263) | public void testRestoreSetsIsCheckedOutToFalseJcr2_2() throws Reposito... method testRestoreSetsIsCheckedOutToFalseJcr3 (line 279) | public void testRestoreSetsIsCheckedOutToFalseJcr3() throws Repository... method testRestoreSetsIsCheckedOutToFalseJcr2_4 (line 289) | public void testRestoreSetsIsCheckedOutToFalseJcr2_4() throws Reposito... method testRestoreCorrectProperty (line 299) | @SuppressWarnings("deprecation") method testRestoreCorrectPropertyJcr2 (line 311) | public void testRestoreCorrectPropertyJcr2() throws RepositoryException { method testRestoreCorrectPropertyJcr2_2 (line 322) | public void testRestoreCorrectPropertyJcr2_2() throws RepositoryExcept... method testRestoreCorrectPropertyJcr2_3 (line 339) | public void testRestoreCorrectPropertyJcr2_3() throws RepositoryExcept... method testRestoreCorrectPropertyJcr2_4 (line 350) | public void testRestoreCorrectPropertyJcr2_4() throws RepositoryExcept... method testRestoreWithPendingChanges (line 361) | @SuppressWarnings("deprecation") method testRestoreWithPendingChangesJcr2 (line 379) | public void testRestoreWithPendingChangesJcr2() throws RepositoryExcep... method testRestoreWithPendingChangesJcr2_2 (line 396) | public void testRestoreWithPendingChangesJcr2_2() throws RepositoryExc... method testRestoreWithPendingChangesJcr2_3 (line 413) | public void testRestoreWithPendingChangesJcr2_3() throws RepositoryExc... method testRestoreWithPendingChangesJcr2_4 (line 430) | public void testRestoreWithPendingChangesJcr2_4() throws RepositoryExc... method testRestoreInvalidVersion (line 448) | @SuppressWarnings("deprecation") method testRestoreInvalidVersionJcr2 (line 466) | public void testRestoreInvalidVersionJcr2() throws RepositoryException { method testRestoreInvalidVersion2 (line 482) | @SuppressWarnings("deprecation") method testRestoreInvalidVersion2Jcr2 (line 509) | public void testRestoreInvalidVersion2Jcr2() throws RepositoryException { method testRestoreNonVersionableNode (line 536) | @SuppressWarnings("deprecation") method testRestoreNonVersionableNodeJcr2_2 (line 552) | public void testRestoreNonVersionableNodeJcr2_2() throws RepositoryExc... method testRestoreNonVersionableNode2 (line 567) | public void testRestoreNonVersionableNode2() throws RepositoryException { method testRestoreNonVersionableNode3 (line 584) | @SuppressWarnings("deprecation") method testRestoreNonVersionableNode3Jcr2_2 (line 600) | public void testRestoreNonVersionableNode3Jcr2_2() throws RepositoryEx... method testRestoreWithInvalidVersion (line 614) | @SuppressWarnings("deprecation") method testRestoreWithInvalidVersionJcr2 (line 630) | public void testRestoreWithInvalidVersionJcr2() throws RepositoryExcep... method testRestoreWithUUIDConflict (line 644) | @SuppressWarnings("deprecation") method testRestoreWithUUIDConflictJcr2 (line 670) | public void testRestoreWithUUIDConflictJcr2() throws RepositoryExcepti... method testRestoreWithUUIDConflictJcr2_2 (line 695) | public void testRestoreWithUUIDConflictJcr2_2() throws RepositoryExcep... method testRestoreWithUUIDConflictJcr2_3 (line 720) | public void testRestoreWithUUIDConflictJcr2_3() throws RepositoryExcep... method testRestoreWithUUIDConflictJcr2_4 (line 745) | public void testRestoreWithUUIDConflictJcr2_4() throws RepositoryExcep... method testRestoreChild1 (line 766) | @SuppressWarnings("deprecation") method testRestoreChild1Jcr2 (line 787) | public void testRestoreChild1Jcr2() throws RepositoryException { method testRestoreChild1Jcr2_2 (line 807) | public void testRestoreChild1Jcr2_2() throws RepositoryException { method testRestoreChild1Jcr2_3 (line 827) | public void testRestoreChild1Jcr2_3() throws RepositoryException { method testRestoreChild1Jcr2_4 (line 847) | public void testRestoreChild1Jcr2_4() throws RepositoryException { method testRestoreLabel (line 871) | @SuppressWarnings("deprecation") method testRestoreLabelJcr2 (line 886) | public void testRestoreLabelJcr2() throws RepositoryException { method testRestoreName (line 900) | @SuppressWarnings("deprecation") method testRestoreNameJcr2 (line 941) | public void testRestoreNameJcr2() throws RepositoryException, method testRestoreOrder (line 981) | @SuppressWarnings("deprecation") method testRestoreOrderJcr2 (line 1023) | public void testRestoreOrderJcr2() throws RepositoryException, method testRestoreOrderJcr2_2 (line 1064) | public void testRestoreOrderJcr2_2() throws RepositoryException, method testRestoreOrderJcr2_3 (line 1105) | public void testRestoreOrderJcr2_3() throws RepositoryException, method testRestoreOrderJcr2_4 (line 1146) | public void testRestoreOrderJcr2_4() throws RepositoryException, method testRestoreOrder2 (line 1187) | @SuppressWarnings("deprecation") method testRestoreOrder2Jcr2 (line 1229) | public void testRestoreOrder2Jcr2() throws RepositoryException, method testRestoreOrder2Jcr2_2 (line 1270) | public void testRestoreOrder2Jcr2_2() throws RepositoryException, method testRestoreOrder2Jcr2_3 (line 1311) | public void testRestoreOrder2Jcr2_3() throws RepositoryException, method testRestoreOrder2Jcr2_4 (line 1352) | public void testRestoreOrder2Jcr2_4() throws RepositoryException, method testLinearVersions (line 1393) | @SuppressWarnings("deprecation") method testLinearVersionsJcr2 (line 1420) | public void testLinearVersionsJcr2() throws Exception { method testLinearVersionsJcr2_2 (line 1446) | public void testLinearVersionsJcr2_2() throws Exception { method testLinearVersionsJcr2_3 (line 1472) | public void testLinearVersionsJcr2_3() throws Exception { method testLinearVersionsJcr2_4 (line 1498) | public void testLinearVersionsJcr2_4() throws Exception { FILE: jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/api/version/simple/TestAll.java class TestAll (line 24) | public class TestAll extends TestCase { method suite (line 26) | public static Test suite() { FILE: jackrabbit-jcr2dav/src/main/java/org/apache/jackrabbit/jcr2dav/Jcr2davRepositoryFactory.java class Jcr2davRepositoryFactory (line 58) | @SuppressWarnings("unchecked") method getRepository (line 67) | public Repository getRepository(Map parameters) throws RepositoryExcep... method getRepository (line 100) | private Repository getRepository( FILE: jackrabbit-jcr2dav/src/test/java/org/apache/jackrabbit/jcr2dav/ConformanceTest.java class ConformanceTest (line 31) | public class ConformanceTest extends TestCase { method suite (line 33) | public static TestSuite suite() { class StopRepository (line 44) | private static class StopRepository implements Test { method countTestCases (line 46) | public int countTestCases() { method run (line 50) | public void run(TestResult result) { FILE: jackrabbit-jcr2dav/src/test/java/org/apache/jackrabbit/jcr2dav/RepositoryStubImpl.java class RepositoryStubImpl (line 39) | public class RepositoryStubImpl extends JackrabbitRepositoryStub { method RepositoryStubImpl (line 63) | public RepositoryStubImpl(Properties env) { method getRepository (line 69) | @Override method getKnownPrincipal (line 129) | @Override method getUnknownPrincipal (line 140) | @Override method stopServer (line 151) | public static void stopServer() throws Exception { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/ItemCache.java type ItemCache (line 26) | public interface ItemCache extends ItemLifeCycleListener { method getItem (line 37) | Item getItem(ItemState state); method clear (line 42) | void clear(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/ItemCacheImpl.java class ItemCacheImpl (line 32) | public class ItemCacheImpl implements ItemCache { method ItemCacheImpl (line 38) | ItemCacheImpl(int maxSize) { method getItem (line 46) | public Item getItem(ItemState state) { method clear (line 53) | public void clear() { method itemCreated (line 61) | public void itemCreated(Item item) { method itemUpdated (line 73) | public void itemUpdated(Item item, boolean modified) { method itemDestroyed (line 94) | public void itemDestroyed(Item item) { method cacheItem (line 115) | private synchronized void cacheItem(ItemState state, Item item) { method evictItem (line 130) | private synchronized void evictItem(ItemState itemState) { method toString (line 142) | public String toString() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/ItemImpl.java class ItemImpl (line 59) | public abstract class ItemImpl implements Item, ItemStateLifeCycleListen... method ItemImpl (line 76) | public ItemImpl(SessionImpl session, ItemState state, method getPath (line 96) | public String getPath() throws RepositoryException { method getName (line 104) | public abstract String getName() throws RepositoryException; method getAncestor (line 109) | public Item getAncestor(int depth) throws ItemNotFoundException, Acces... method getParent (line 137) | public Node getParent() throws ItemNotFoundException, AccessDeniedExce... method getDepth (line 154) | public int getDepth() throws RepositoryException { method getSession (line 170) | public Session getSession() throws RepositoryException { method isNew (line 177) | public boolean isNew() { method isModified (line 184) | public boolean isModified() { method isSame (line 191) | public boolean isSame(Item otherItem) throws RepositoryException { method accept (line 237) | public abstract void accept(ItemVisitor visitor) throws RepositoryExce... method isNode (line 242) | public abstract boolean isNode(); method save (line 247) | public void save() throws AccessDeniedException, ConstraintViolationEx... method refresh (line 256) | public void refresh(boolean keepChanges) throws InvalidItemStateExcept... method remove (line 301) | public void remove() throws VersionException, LockException, Constrain... method statusChanged (line 316) | public void statusChanged(ItemState state, int previousStatus) { method notifyCreated (line 371) | private void notifyCreated() { method notifyUpdated (line 382) | private void notifyUpdated(boolean modified) { method notifyDestroyed (line 395) | private void notifyDestroyed() { method addLifeCycleListener (line 410) | void addLifeCycleListener(ItemLifeCycleListener listener) { method removeLifeCycleListener (line 421) | void removeLifeCycleListener(ItemLifeCycleListener listener) { method checkStatus (line 434) | protected void checkStatus() throws RepositoryException { method isSupportedOption (line 464) | boolean isSupportedOption(String option) { method checkSupportedOption (line 502) | void checkSupportedOption(String option) throws UnsupportedRepositoryO... method checkIsWritable (line 516) | protected void checkIsWritable() throws UnsupportedRepositoryOperation... method isWritable (line 532) | protected boolean isWritable() throws RepositoryException { method getQName (line 546) | abstract Name getQName() throws RepositoryException; method getQPath (line 553) | Path getQPath() throws RepositoryException { method getItemState (line 562) | protected ItemState getItemState() { method getItemManager (line 571) | protected ItemManager getItemManager() { method safeGetJCRPath (line 581) | String safeGetJCRPath() { method updateId (line 590) | private static void updateId(ItemState state) throws RepositoryExcepti... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/ItemLifeCycleListener.java type ItemLifeCycleListener (line 27) | public interface ItemLifeCycleListener { method itemCreated (line 34) | public void itemCreated(Item item); method itemUpdated (line 43) | void itemUpdated(Item item, boolean modified); method itemDestroyed (line 56) | void itemDestroyed(Item item); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/ItemManager.java type ItemManager (line 54) | public interface ItemManager { method dispose (line 59) | public void dispose(); method nodeExists (line 68) | public boolean nodeExists(Path path) throws RepositoryException; method propertyExists (line 77) | public boolean propertyExists(Path path) throws RepositoryException; method itemExists (line 86) | public boolean itemExists(HierarchyEntry hierarchyEntry) throws Reposi... method getNode (line 95) | public Node getNode(Path path) throws PathNotFoundException, Repositor... method getProperty (line 104) | public Property getProperty(Path path) throws PathNotFoundException, R... method getItem (line 113) | public Item getItem(HierarchyEntry hierarchyEntry) throws ItemNotFound... method hasChildNodes (line 122) | public boolean hasChildNodes(NodeEntry parentEntry) throws ItemNotFoun... method getChildNodes (line 131) | public NodeIterator getChildNodes(NodeEntry parentEntry) throws ItemNo... method hasChildProperties (line 140) | public boolean hasChildProperties(NodeEntry parentEntry) throws ItemNo... method getChildProperties (line 149) | public PropertyIterator getChildProperties(NodeEntry parentEntry) thro... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/ItemManagerImpl.java class ItemManagerImpl (line 51) | public class ItemManagerImpl implements ItemManager, ItemStateCreationLi... method ItemManagerImpl (line 75) | ItemManagerImpl(HierarchyManager hierMgr, SessionImpl session, ItemCac... method dispose (line 92) | public void dispose() { method nodeExists (line 105) | public boolean nodeExists(Path path) throws RepositoryException { method propertyExists (line 120) | public boolean propertyExists(Path path) throws RepositoryException { method itemExists (line 135) | public boolean itemExists(HierarchyEntry hierarchyEntry) throws Reposi... method itemExists (line 150) | private boolean itemExists(ItemState itemState) { method getNode (line 167) | public synchronized Node getNode(Path path) throws PathNotFoundExcepti... method getProperty (line 179) | public synchronized Property getProperty(Path path) throws PathNotFoun... method getItem (line 191) | public Item getItem(HierarchyEntry hierarchyEntry) throws ItemNotFound... method hasChildNodes (line 215) | public synchronized boolean hasChildNodes(NodeEntry parentEntry) method getChildNodes (line 238) | public synchronized NodeIterator getChildNodes(NodeEntry parentEntry) method hasChildProperties (line 250) | public synchronized boolean hasChildProperties(NodeEntry parentEntry) method getChildProperties (line 273) | public synchronized PropertyIterator getChildProperties(NodeEntry pare... method toString (line 287) | public String toString() { method createNodeInstance (line 301) | private NodeImpl createNodeInstance(NodeState state) throws Repository... method createPropertyInstance (line 324) | private PropertyImpl createPropertyInstance(PropertyState state) { method created (line 338) | public void created(ItemState state) { method statusChanged (line 351) | public void statusChanged(ItemState state, int previousStatus) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/Jcr2spiRepositoryFactory.java class Jcr2spiRepositoryFactory (line 43) | public class Jcr2spiRepositoryFactory implements RepositoryFactory { method getRepository (line 139) | public Repository getRepository(@SuppressWarnings("unchecked") Map par... method getServiceFactory (line 168) | private static RepositoryServiceFactory getServiceFactory(Map pa... class RepositoryConfigImpl (line 216) | public static class RepositoryConfigImpl implements RepositoryConfig { method RepositoryConfigImpl (line 224) | public RepositoryConfigImpl(RepositoryServiceFactory serviceFactory,... method getCacheBehaviour (line 235) | public CacheBehaviour getCacheBehaviour() { method getItemCacheSize (line 239) | public int getItemCacheSize() { method getPollTimeout (line 243) | public int getPollTimeout() { method getConfiguration (line 247) | @Override method getRepositoryService (line 261) | public RepositoryService getRepositoryService() throws RepositoryExc... method getCacheBehaviour (line 270) | private static CacheBehaviour getCacheBehaviour(Map parameters... method getItemCacheSize (line 299) | private static int getItemCacheSize(Map parameters) throws Rep... method getPollTimeout (line 325) | private static int getPollTimeout(Map parameters) throws Repos... class SpiLoggerConfig (line 353) | private static class SpiLoggerConfig implements RepositoryConfig { method SpiLoggerConfig (line 357) | private SpiLoggerConfig(RepositoryConfig config, Map parameter... method wrap (line 369) | public static RepositoryConfig wrap(RepositoryConfig config, Map getRegisteredNamespaces() throws Repository... method getPrefix (line 33) | public String getPrefix(String uri) throws NamespaceException, Reposit... method getURI (line 35) | public String getURI(String prefix) throws NamespaceException, Reposit... method registerNamespace (line 37) | public void registerNamespace(String prefix, String uri) throws Namesp... method unregisterNamespace (line 39) | public void unregisterNamespace(String uri) throws NamespaceException,... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/NodeImpl.java class NodeImpl (line 92) | public class NodeImpl extends ItemImpl implements Node { method NodeImpl (line 96) | protected NodeImpl(SessionImpl session, NodeState state, ItemLifeCycle... method getName (line 112) | @Override method accept (line 125) | @Override method isNode (line 137) | @Override method addNode (line 146) | public Node addNode(String relPath) throws ItemExistsException, PathNo... method addNode (line 154) | public Node addNode(String relPath, String primaryNodeTypeName) throws... method orderBefore (line 192) | public synchronized void orderBefore(String srcChildRelPath, method setProperty (line 226) | public Property setProperty(String name, Value value) throws ValueForm... method setProperty (line 238) | public Property setProperty(String name, Value value, int type) throws... method setProperty (line 261) | public Property setProperty(String name, Value[] values) throws ValueF... method setProperty (line 275) | public Property setProperty(String name, Value[] values, int type) thr... method setProperty (line 299) | public Property setProperty(String name, String[] values) throws Value... method setProperty (line 307) | public Property setProperty(String name, String[] values, int type) th... method setProperty (line 321) | public Property setProperty(String name, String value) throws ValueFor... method setProperty (line 330) | public Property setProperty(String name, String value, int type) throw... method setProperty (line 339) | public Property setProperty(String name, InputStream value) throws Val... method setProperty (line 348) | public Property setProperty(String name, Binary value) throws Reposito... method setProperty (line 357) | public Property setProperty(String name, boolean value) throws ValueFo... method setProperty (line 365) | public Property setProperty(String name, double value) throws ValueFor... method setProperty (line 373) | public Property setProperty(String name, BigDecimal value) throws Repo... method setProperty (line 382) | public Property setProperty(String name, long value) throws ValueForma... method setProperty (line 390) | public Property setProperty(String name, Calendar value) throws ValueF... method setProperty (line 399) | public Property setProperty(String name, Node value) throws ValueForma... method getNode (line 416) | public Node getNode(String relPath) throws PathNotFoundException, Repo... method getNodes (line 432) | public NodeIterator getNodes() throws RepositoryException { method getNodes (line 452) | public NodeIterator getNodes(String namePattern) throws RepositoryExce... method getNodes (line 461) | public NodeIterator getNodes(String[] nameGlobs) throws RepositoryExce... method getProperty (line 470) | public Property getProperty(String relPath) throws PathNotFoundExcepti... method getProperties (line 488) | public PropertyIterator getProperties() throws RepositoryException { method getProperties (line 506) | public PropertyIterator getProperties(String namePattern) throws Repos... method getProperties (line 515) | public PropertyIterator getProperties(String[] nameGlobs) method getPrimaryItem (line 525) | public Item getPrimaryItem() throws ItemNotFoundException, RepositoryE... method getUUID (line 543) | public String getUUID() throws UnsupportedRepositoryOperationException... method getIdentifier (line 556) | public String getIdentifier() throws RepositoryException { method getIndex (line 564) | public int getIndex() throws RepositoryException { method getReferences (line 576) | public PropertyIterator getReferences() throws RepositoryException { method getReferences (line 583) | public PropertyIterator getReferences(String name) throws RepositoryEx... method getWeakReferences (line 590) | public PropertyIterator getWeakReferences() throws RepositoryException { method getWeakReferences (line 597) | public PropertyIterator getWeakReferences(String name) throws Reposito... method hasNode (line 604) | public boolean hasNode(String relPath) throws RepositoryException { method hasProperty (line 613) | public boolean hasProperty(String relPath) throws RepositoryException { method hasProperty (line 626) | private boolean hasProperty(Name propertyName) { method hasNodes (line 633) | public boolean hasNodes() throws RepositoryException { method hasProperties (line 641) | public boolean hasProperties() throws RepositoryException { method getPrimaryNodeType (line 649) | public NodeType getPrimaryNodeType() throws RepositoryException { method setPrimaryType (line 657) | public void setPrimaryType(String nodeTypeName) throws RepositoryExcep... method getMixinNodeTypes (line 686) | public NodeType[] getMixinNodeTypes() throws RepositoryException { method isNodeType (line 699) | public boolean isNodeType(String nodeTypeName) throws RepositoryExcept... method addMixin (line 712) | public void addMixin(String mixinName) throws NoSuchNodeTypeException, method removeMixin (line 735) | public void removeMixin(String mixinName) throws NoSuchNodeTypeException, method getMixinTypes (line 784) | private List getMixinTypes() { method getRemainingENT (line 819) | private EffectiveNodeType getRemainingENT(List remainingMixins) method canAddMixin (line 829) | public boolean canAddMixin(String mixinName) throws RepositoryException { method getDefinition (line 855) | public NodeDefinition getDefinition() throws RepositoryException { method checkin (line 864) | public Version checkin() throws VersionException, UnsupportedRepositor... method checkout (line 881) | public void checkout() throws UnsupportedRepositoryOperationException,... method checkpoint (line 898) | Version checkpoint() throws RepositoryException { method doneMerge (line 921) | public void doneMerge(Version version) throws VersionException, Invali... method cancelMerge (line 928) | public void cancelMerge(Version version) throws VersionException, Inva... method resolveMergeConflict (line 942) | private void resolveMergeConflict(Version version, boolean done) throw... method update (line 975) | public void update(String srcWorkspaceName) throws NoSuchWorkspaceExce... method merge (line 999) | public NodeIterator merge(String srcWorkspace, boolean bestEffort) thr... method merge (line 1008) | public NodeIterator merge(String srcWorkspace, boolean bestEffort, boo... method getCorrespondingNodePath (line 1015) | public String getCorrespondingNodePath(String workspaceName) throws It... method isCheckedOut (line 1068) | public boolean isCheckedOut() throws RepositoryException { method restore (line 1080) | public void restore(String versionName, boolean removeExisting) throws... method restore (line 1090) | public void restore(Version version, boolean removeExisting) throws Ve... method restore (line 1098) | public void restore(Version version, String relPath, boolean removeExi... method restoreByLabel (line 1129) | public void restoreByLabel(String versionLabel, boolean removeExisting... method restore (line 1156) | private void restore(NodeImpl targetNode, Path relQPath, Version versi... method getVersionHistory (line 1193) | public VersionHistory getVersionHistory() throws UnsupportedRepository... method getBaseVersion (line 1201) | public Version getBaseVersion() throws UnsupportedRepositoryOperationE... method lock (line 1209) | public Lock lock(boolean isDeep, boolean isSessionScoped) throws Unsup... method lock (line 1213) | public Lock lock(boolean isDeep, boolean isSessionScoped, long timeout... method getLock (line 1223) | public Lock getLock() throws UnsupportedRepositoryOperationException, ... method unlock (line 1232) | public void unlock() throws UnsupportedRepositoryOperationException, L... method holdsLock (line 1242) | public boolean holdsLock() throws RepositoryException { method isLocked (line 1257) | public boolean isLocked() throws RepositoryException { method followLifecycleTransition (line 1266) | public void followLifecycleTransition(String transition) throws Reposi... method getAllowedLifecycleTransistions (line 1276) | public String[] getAllowedLifecycleTransistions() throws RepositoryExc... method getSharedSet (line 1286) | public NodeIterator getSharedSet() throws RepositoryException { method removeShare (line 1294) | public void removeShare() throws RepositoryException { method removeSharedSet (line 1302) | public void removeSharedSet() throws RepositoryException { method isNodeType (line 1313) | boolean isNodeType(Name qName) throws RepositoryException { method getQName (line 1339) | @Override method checkSessionHasPendingChanges (line 1357) | private void checkSessionHasPendingChanges() throws RepositoryException { method checkHasPendingChanges (line 1366) | private void checkHasPendingChanges() throws InvalidItemStateException... method hasPendingChanges (line 1377) | private boolean hasPendingChanges() { method checkIsLockable (line 1387) | private void checkIsLockable() throws UnsupportedRepositoryOperationEx... method checkIsLocked (line 1402) | void checkIsLocked() throws LockException, RepositoryException { method checkIsVersionable (line 1417) | private void checkIsVersionable() throws UnsupportedRepositoryOperatio... method createNode (line 1442) | private synchronized Node createNode(Name nodeName, Name nodeTypeName) method getNode (line 1471) | protected Node getNode(Name nodeName, int index) throws PathNotFoundEx... method getProperty (line 1492) | protected Property getProperty(Name qName) throws PathNotFoundExceptio... method createProperty (line 1516) | private Property createProperty(Name qName, Value value, int type) method createProperty (line 1544) | private Property createProperty(Name qName, Value[] values, int type) method createProperty (line 1584) | private Property createProperty(Name qName, int type, QPropertyDefinit... method getQName (line 1598) | private Name getQName(String jcrName) throws RepositoryException { method getPrimaryNodeTypeName (line 1611) | private Name getPrimaryNodeTypeName() { method getReferences (line 1622) | private LazyItemIterator getReferences(String name, boolean weak) thro... method canAddMixin (line 1636) | private boolean canAddMixin(Name mixinName) throws NoSuchNodeTypeExcep... method getNodeState (line 1672) | private NodeState getNodeState() { method getNodeEntry (line 1679) | private NodeEntry getNodeEntry() { method getReorderPath (line 1689) | private Path getReorderPath(String relativePath) throws RepositoryExce... method getPath (line 1708) | private Path getPath(String relativeJcrPath) throws RepositoryException { method getPath (line 1725) | private Path getPath(Path relativePath) throws RepositoryException { method resolveRelativeNodePath (line 1745) | private NodeEntry resolveRelativeNodePath(String relPath) throws Repos... method resolveRelativePropertyPath (line 1787) | private PropertyEntry resolveRelativePropertyPath(String relPath) thro... method getApplicablePropertyDefinition (line 1827) | private QPropertyDefinition getApplicablePropertyDefinition(Name prope... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/PropertyImpl.java class PropertyImpl (line 56) | public class PropertyImpl extends ItemImpl implements Property { method PropertyImpl (line 62) | public PropertyImpl(SessionImpl session, PropertyState state, ItemLife... method getName (line 72) | @Override method accept (line 85) | @Override method isNode (line 97) | @Override method setValue (line 106) | public void setValue(Value value) throws ValueFormatException, Version... method setValue (line 116) | public void setValue(Value[] values) throws ValueFormatException, Vers... method setValue (line 152) | public void setValue(String value) throws ValueFormatException, Versio... method setValue (line 165) | public void setValue(String[] values) throws ValueFormatException, Ver... method setValue (line 195) | public void setValue(InputStream value) throws ValueFormatException, V... method setValue (line 208) | public void setValue(Binary value) throws RepositoryException { method setValue (line 221) | public void setValue(long value) throws ValueFormatException, VersionE... method setValue (line 230) | public void setValue(double value) throws ValueFormatException, Versio... method setValue (line 239) | public void setValue(BigDecimal value) throws RepositoryException { method setValue (line 248) | public void setValue(Calendar value) throws ValueFormatException, Vers... method setValue (line 261) | public void setValue(boolean value) throws ValueFormatException, Versi... method setValue (line 270) | public void setValue(Node value) throws ValueFormatException, VersionE... method getValue (line 285) | public Value getValue() throws ValueFormatException, RepositoryExcepti... method getValues (line 293) | public Value[] getValues() throws ValueFormatException, RepositoryExce... method getString (line 305) | public String getString() throws ValueFormatException, RepositoryExcep... method getStream (line 312) | public InputStream getStream() throws ValueFormatException, Repository... method getBinary (line 319) | public Binary getBinary() throws RepositoryException { method getLong (line 326) | public long getLong() throws ValueFormatException, RepositoryException { method getDouble (line 333) | public double getDouble() throws ValueFormatException, RepositoryExcep... method getDecimal (line 340) | public BigDecimal getDecimal() throws RepositoryException { method getDate (line 347) | public Calendar getDate() throws ValueFormatException, RepositoryExcep... method getBoolean (line 354) | public boolean getBoolean() throws ValueFormatException, RepositoryExc... method getNode (line 361) | public Node getNode() throws ValueFormatException, RepositoryException { method getProperty (line 403) | public Property getProperty() throws RepositoryException { method getLength (line 424) | public long getLength() throws ValueFormatException, RepositoryExcepti... method getLengths (line 431) | public long[] getLengths() throws ValueFormatException, RepositoryExce... method getLength (line 446) | private long getLength(QValue value) throws RepositoryException { method getDefinition (line 464) | public PropertyDefinition getDefinition() throws RepositoryException { method getType (line 473) | public int getType() throws RepositoryException { method isMultiple (line 482) | public boolean isMultiple() { method getQName (line 494) | @Override method checkIsWritable (line 505) | private void checkIsWritable(boolean multiValues) throws RepositoryExc... method getRequiredType (line 522) | private int getRequiredType(int defaultType) throws RepositoryException { method getQValue (line 541) | private QValue getQValue() throws ValueFormatException, RepositoryExce... method getQValues (line 556) | private QValue[] getQValues() throws ValueFormatException, RepositoryE... method setValue (line 571) | private void setValue(Value value, int requiredType) throws Repository... method setInternalValues (line 600) | private void setInternalValues(QValue[] qValues, int valueType) throws... method getPropertyState (line 617) | private PropertyState getPropertyState() { method checkValidReference (line 628) | static void checkValidReference(Node value, int propertyType, NameReso... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/RepositoryImpl.java class RepositoryImpl (line 58) | public class RepositoryImpl extends AbstractRepository implements Refere... method RepositoryImpl (line 67) | private RepositoryImpl(RepositoryConfig config) throws RepositoryExcep... method create (line 94) | public static Repository create(RepositoryConfig config) throws Reposi... method getDescriptorKeys (line 102) | public String[] getDescriptorKeys() { method getDescriptor (line 109) | public String getDescriptor(String key) { method getDescriptorValue (line 122) | public Value getDescriptorValue(String key) { method getDescriptorValues (line 130) | public Value[] getDescriptorValues(String key) { method isSingleValueDescriptor (line 142) | public boolean isSingleValueDescriptor(String key) { method login (line 150) | public Session login(Credentials credentials, String workspaceName) th... method getReference (line 168) | public Reference getReference() throws NamingException { class Factory (line 220) | public static class Factory implements ObjectFactory { method getObjectInstance (line 225) | public Object getObjectInstance(Object obj, Name name, Context nameC... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/SessionImpl.java class SessionImpl (line 109) | public class SessionImpl extends AbstractSession method SessionImpl (line 144) | SessionImpl(SessionInfo sessionInfo, Repository repository, Repository... method getRepository (line 178) | public Repository getRepository() { method getUserID (line 185) | public String getUserID() { method getAttribute (line 194) | public Object getAttribute(String name) { method getAttributeNames (line 203) | public String[] getAttributeNames() { method getWorkspace (line 211) | public Workspace getWorkspace() { method impersonate (line 218) | @Override method getRootNode (line 237) | public Node getRootNode() throws RepositoryException { method getNodeByUUID (line 247) | public Node getNodeByUUID(String uuid) throws ItemNotFoundException, R... method getNodeById (line 272) | private Node getNodeById(NodeId id) throws ItemNotFoundException, Repo... method getItem (line 292) | @Override method itemExists (line 311) | @Override method move (line 322) | public void move(String srcAbsPath, String destAbsPath) throws ItemExi... method save (line 338) | public void save() throws AccessDeniedException, ConstraintViolationEx... method refresh (line 347) | public void refresh(boolean keepChanges) throws RepositoryException { method hasPendingChanges (line 355) | public boolean hasPendingChanges() throws RepositoryException { method getValueFactory (line 363) | public ValueFactory getValueFactory() throws UnsupportedRepositoryOper... method checkPermission (line 373) | public void checkPermission(String absPath, String actions) throws Acc... method getImportContentHandler (line 382) | public ContentHandler getImportContentHandler(String parentAbsPath, in... method importXML (line 396) | @Override method setNamespacePrefix (line 426) | @Override method logout (line 437) | @Override method isLive (line 463) | public boolean isLive() { method addLockToken (line 470) | public void addLockToken(String lt) { method getLockTokens (line 481) | public String[] getLockTokens() { method removeLockToken (line 493) | public void removeLockToken(String lt) { method getAccessControlManager (line 504) | public AccessControlManager getAccessControlManager() throws Repositor... method getNode (line 513) | @Override method getNodeByIdentifier (line 528) | public Node getNodeByIdentifier(String id) throws RepositoryException { method getProperty (line 535) | @Override method getRetentionManager (line 550) | public RetentionManager getRetentionManager() method hasCapability (line 561) | public boolean hasCapability(String methodName, Object target, Object[... method hasPermission (line 570) | public boolean hasPermission(String absPath, String actions) throws Re... method nodeExists (line 604) | @Override method propertyExists (line 615) | @Override method removeItem (line 626) | @Override method getPrefix (line 636) | public String getPrefix(String uri) throws NamespaceException { method getURI (line 649) | public String getURI(String prefix) throws NamespaceException { method addListener (line 665) | public void addListener(SessionListener listener) { method removeListener (line 676) | public void removeListener(SessionListener listener) { method notifyLoggingOut (line 683) | private void notifyLoggingOut() { method notifyLoggedOut (line 696) | private void notifyLoggedOut() { method createWorkspaceInstance (line 707) | protected WorkspaceImpl createWorkspaceInstance(RepositoryConfig confi... method createSessionItemStateManager (line 711) | protected SessionItemStateManager createSessionItemStateManager(Updata... method createItemManager (line 715) | protected ItemManager createItemManager(HierarchyManager hierarchyMana... method getNamePathResolver (line 725) | public NamePathResolver getNamePathResolver() { method getNameResolver (line 732) | public NameResolver getNameResolver() { method getPathResolver (line 739) | public PathResolver getPathResolver() { method getNamespaceResolver (line 746) | public NamespaceResolver getNamespaceResolver() { method getHierarchyManager (line 753) | public HierarchyManager getHierarchyManager() { method getLockStateManager (line 760) | public LockStateManager getLockStateManager() { method getAccessManager (line 767) | public AccessManager getAccessManager() { method getVersionStateManager (line 774) | public VersionManager getVersionStateManager() { method getItemDefinitionProvider (line 781) | public ItemDefinitionProvider getItemDefinitionProvider() { method getNodeTypeDefinitionProvider (line 788) | public NodeTypeDefinitionProvider getNodeTypeDefinitionProvider() { method getEffectiveNodeTypeProvider (line 795) | public EffectiveNodeTypeProvider getEffectiveNodeTypeProvider() { method getQValueFactory (line 802) | public QValueFactory getQValueFactory() throws RepositoryException { method getAccessControlProvider (line 809) | public AccessControlProvider getAccessControlProvider() throws Reposit... method getJcrValueFactory (line 816) | public ValueFactory getJcrValueFactory() throws RepositoryException { method getItemManager (line 822) | ItemManager getItemManager() { method getValidator (line 827) | public ItemStateValidator getValidator() { method getIdFactory (line 832) | public IdFactory getIdFactory() throws RepositoryException { method getNameFactory (line 836) | public NameFactory getNameFactory() throws RepositoryException { method getPathFactory (line 840) | PathFactory getPathFactory() throws RepositoryException { method getSessionItemStateManager (line 849) | SessionItemStateManager getSessionItemStateManager() { method getNodeTypeManager (line 853) | NodeTypeManagerImpl getNodeTypeManager() { method getCacheBehaviour (line 857) | CacheBehaviour getCacheBehaviour() { method switchWorkspace (line 862) | SessionImpl switchWorkspace(String workspaceName) throws AccessDeniedE... method getQPath (line 882) | Path getQPath(String absPath) throws RepositoryException { method getVersionState (line 905) | NodeState getVersionState(Version version) throws RepositoryException { method checkIsAlive (line 928) | void checkIsAlive() throws RepositoryException { method isSupportedOption (line 968) | boolean isSupportedOption(String option) { method checkSupportedOption (line 1011) | void checkSupportedOption(String option) throws UnsupportedRepositoryO... method checkHasPendingChanges (line 1023) | void checkHasPendingChanges() throws RepositoryException { method checkAccessibleWorkspace (line 1040) | void checkAccessibleWorkspace(String workspaceName) throws NoSuchWorks... class IdResolver (line 1056) | private final class IdResolver implements IdentifierResolver { method getPath (line 1062) | public Path getPath(String identifier) throws MalformedPathException { method checkFormat (line 1074) | public void checkFormat(String identifier) throws MalformedPathExcep... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/SessionListener.java type SessionListener (line 27) | public interface SessionListener { method loggingOut (line 36) | void loggingOut(Session session); method loggedOut (line 44) | void loggedOut(Session session); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/StaleProperty.java class StaleProperty (line 46) | public class StaleProperty extends AbstractProperty { method setValue (line 47) | public void setValue(Binary value) throws ValueFormatException, Versio... method setValue (line 51) | public void setValue(BigDecimal value) throws ValueFormatException, Ve... method getValue (line 55) | public Value getValue() throws ValueFormatException, RepositoryExcepti... method getValues (line 59) | public Value[] getValues() throws ValueFormatException, RepositoryExce... method getBinary (line 63) | public Binary getBinary() throws ValueFormatException, RepositoryExcep... method getDecimal (line 67) | public BigDecimal getDecimal() throws ValueFormatException, Repository... method getDefinition (line 71) | public PropertyDefinition getDefinition() throws RepositoryException { method isMultiple (line 75) | public boolean isMultiple() throws RepositoryException { method getName (line 79) | public String getName() throws RepositoryException { method getParent (line 83) | public Node getParent() throws ItemNotFoundException, AccessDeniedExce... method getSession (line 87) | public Session getSession() throws RepositoryException { method isNew (line 91) | public boolean isNew() { method isModified (line 95) | public boolean isModified() { method isSame (line 99) | public boolean isSame(Item otherItem) throws RepositoryException { method save (line 103) | public void save() throws AccessDeniedException, ItemExistsException, ... method refresh (line 107) | public void refresh(boolean keepChanges) throws InvalidItemStateExcept... method createIISE (line 111) | private InvalidItemStateException createIISE() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java class WorkspaceImpl (line 84) | public class WorkspaceImpl implements Workspace, ManagerProvider { method WorkspaceImpl (line 111) | public WorkspaceImpl(String name, SessionImpl session, RepositoryConfi... method getSession (line 121) | public Session getSession() { method getName (line 128) | public String getName() { method copy (line 135) | public void copy(String srcAbsPath, String destAbsPath) throws Constra... method copy (line 150) | public void copy(String srcWorkspace, String srcAbsPath, String destAb... method clone (line 190) | public void clone(String srcWorkspace, String srcAbsPath, String destA... method move (line 232) | public void move(String srcAbsPath, String destAbsPath) throws Constra... method restore (line 246) | public void restore(Version[] versions, boolean removeExisting) throws... method getQueryManager (line 253) | public QueryManager getQueryManager() throws RepositoryException { method getNamespaceRegistry (line 265) | public NamespaceRegistry getNamespaceRegistry() throws RepositoryExcep... method getNodeTypeManager (line 273) | public NodeTypeManager getNodeTypeManager() throws RepositoryException { method getObservationManager (line 281) | public ObservationManager getObservationManager() throws UnsupportedRe... method getAccessibleWorkspaceNames (line 294) | public String[] getAccessibleWorkspaceNames() throws RepositoryExcepti... method getImportContentHandler (line 302) | public ContentHandler getImportContentHandler(String parentAbsPath, in... method importXML (line 323) | public void importXML(String parentAbsPath, InputStream in, int uuidBe... method createWorkspace (line 348) | public void createWorkspace(String name) throws RepositoryException { method createWorkspace (line 358) | public void createWorkspace(String name, String srcWorkspace) throws R... method deleteWorkspace (line 368) | public void deleteWorkspace(String name) throws RepositoryException { method getLockManager (line 378) | public LockManager getLockManager() throws RepositoryException { method getVersionManager (line 390) | public synchronized javax.jcr.version.VersionManager getVersionManager() method getNamePathResolver (line 404) | public org.apache.jackrabbit.spi.commons.conversion.NamePathResolver g... method getNameResolver (line 411) | public NameResolver getNameResolver() { method getPathResolver (line 418) | public PathResolver getPathResolver() { method getNamespaceResolver (line 425) | public NamespaceResolver getNamespaceResolver() { method getHierarchyManager (line 432) | public HierarchyManager getHierarchyManager() { method getAccessManager (line 439) | public AccessManager getAccessManager() { method getLockStateManager (line 446) | public LockStateManager getLockStateManager() { method getVersionStateManager (line 456) | public VersionManager getVersionStateManager() { method getItemDefinitionProvider (line 466) | public ItemDefinitionProvider getItemDefinitionProvider() { method getNodeTypeDefinitionProvider (line 473) | public NodeTypeDefinitionProvider getNodeTypeDefinitionProvider() { method getEffectiveNodeTypeProvider (line 480) | public EffectiveNodeTypeProvider getEffectiveNodeTypeProvider() { method getJcrValueFactory (line 487) | public ValueFactory getJcrValueFactory() throws RepositoryException { method getQValueFactory (line 494) | public QValueFactory getQValueFactory() throws RepositoryException { method getAccessControlProvider (line 501) | public AccessControlProvider getAccessControlProvider() throws Reposit... method dispose (line 506) | void dispose() { method getNameFactory (line 510) | NameFactory getNameFactory() throws RepositoryException { method getPathFactory (line 514) | PathFactory getPathFactory() throws RepositoryException { method getIdFactory (line 518) | IdFactory getIdFactory() throws RepositoryException { method getNodeTypeRegistry (line 522) | NodeTypeRegistry getNodeTypeRegistry() { method getUpdatableItemStateManager (line 532) | UpdatableItemStateManager getUpdatableItemStateManager() { method getItemStateFactory (line 536) | ItemStateFactory getItemStateFactory() { method getValidator (line 545) | private ItemStateValidator getValidator() { method createManager (line 558) | protected WorkspaceManager createManager(RepositoryConfig config, method createLockManager (line 570) | protected LockStateManager createLockManager(WorkspaceManager wspManag... method createVersionManager (line 582) | protected VersionManager createVersionManager(WorkspaceManager wspMana... method createObservationManager (line 594) | protected ObservationManager createObservationManager(NamePathResolver... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceManager.java class WorkspaceManager (line 131) | public class WorkspaceManager method WorkspaceManager (line 190) | public WorkspaceManager(RepositoryConfig config, SessionInfo sessionIn... method getNamespaceRegistryImpl (line 224) | public NamespaceRegistryImpl getNamespaceRegistryImpl() { method getNodeTypeRegistry (line 228) | public NodeTypeRegistry getNodeTypeRegistry() { method getItemDefinitionProvider (line 232) | public ItemDefinitionProvider getItemDefinitionProvider() { method getEffectiveNodeTypeProvider (line 236) | public EffectiveNodeTypeProvider getEffectiveNodeTypeProvider() { method getHierarchyManager (line 240) | public HierarchyManager getHierarchyManager() { method getWorkspaceNames (line 244) | public String[] getWorkspaceNames() throws RepositoryException { method getIdFactory (line 248) | public IdFactory getIdFactory() { method getNameFactory (line 252) | public NameFactory getNameFactory() { method getPathFactory (line 256) | public PathFactory getPathFactory() { method getItemStateFactory (line 260) | public ItemStateFactory getItemStateFactory() { method getAccessControlProvider (line 269) | public AccessControlProvider getAccessControlProvider() throws Reposit... method getLockInfo (line 276) | public LockInfo getLockInfo(NodeId nodeId) throws RepositoryException { method getLockTokens (line 288) | public String[] getLockTokens() throws UnsupportedRepositoryOperationE... method addLockToken (line 302) | public void addLockToken(String lt) throws UnsupportedRepositoryOperat... method removeLockToken (line 316) | public void removeLockToken(String lt) throws UnsupportedRepositoryOpe... method getSupportedQueryLanguages (line 333) | public String[] getSupportedQueryLanguages() throws RepositoryException { method checkQueryStatement (line 349) | public String[] checkQueryStatement(String statement, method executeQuery (line 367) | public QueryInfo executeQuery(String statement, String language, Map getRegisteredNamespaces() throws Repository... method getPrefix (line 747) | public String getPrefix(String uri) throws NamespaceException, Reposit... method getURI (line 751) | public String getURI(String prefix) throws NamespaceException, Reposit... method registerNamespace (line 755) | public void registerNamespace(String prefix, String uri) throws Namesp... method unregisterNamespace (line 759) | public void unregisterNamespace(String uri) throws NamespaceException,... method onEventReceived (line 774) | private void onEventReceived(EventBundle[] eventBundles, class OperationVisitorImpl (line 837) | private final class OperationVisitorImpl implements OperationVisitor { method OperationVisitorImpl (line 846) | private OperationVisitorImpl(SessionInfo sessionInfo) { method execute (line 861) | private void execute(ChangeLog changeLog) throws RepositoryException... method execute (line 906) | private void execute(Operation workspaceOperation) throws Repository... method visit (line 915) | public void visit(AddNode operation) throws RepositoryException { method visit (line 923) | public void visit(AddProperty operation) throws RepositoryException { method visit (line 937) | public void visit(SetTree operation) throws RepositoryException { method populateTree (line 944) | private void populateTree(Tree tree, NodeEntry nodeEntry) throws Rep... method visit (line 969) | public void visit(Clone operation) throws NoSuchWorkspaceException, ... method visit (line 978) | public void visit(Copy operation) throws NoSuchWorkspaceException, L... method visit (line 987) | public void visit(Move operation) throws LockException, ConstraintVi... method visit (line 1001) | public void visit(Update operation) throws NoSuchWorkspaceException,... method visit (line 1009) | public void visit(Remove operation) throws RepositoryException { method visit (line 1016) | public void visit(SetMixin operation) throws RepositoryException { method visit (line 1023) | public void visit(SetPrimaryType operation) throws RepositoryExcepti... method visit (line 1030) | public void visit(SetPropertyValue operation) throws RepositoryExcep... method visit (line 1042) | public void visit(ReorderNodes operation) throws RepositoryException { method visit (line 1052) | public void visit(Checkout operation) throws UnsupportedRepositoryOp... method visit (line 1063) | public void visit(Checkin operation) throws UnsupportedRepositoryOpe... method visit (line 1071) | public void visit(Checkpoint operation) throws UnsupportedRepository... method visit (line 1084) | public void visit(Restore operation) throws VersionException, PathNo... method visit (line 1104) | public void visit(Merge operation) throws NoSuchWorkspaceException, ... method visit (line 1118) | public void visit(ResolveMergeConflict operation) throws VersionExce... method visit (line 1128) | public void visit(LockOperation operation) throws AccessDeniedExcept... method visit (line 1136) | public void visit(LockRefresh operation) throws AccessDeniedExceptio... method visit (line 1143) | public void visit(LockRelease operation) throws AccessDeniedExceptio... method visit (line 1150) | public void visit(AddLabel operation) throws VersionException, Repos... method visit (line 1159) | public void visit(RemoveLabel operation) throws VersionException, Re... method visit (line 1168) | public void visit(RemoveVersion operation) throws VersionException, ... method visit (line 1177) | public void visit(WorkspaceImport operation) throws RepositoryExcept... method visit (line 1184) | public void visit(CreateActivity operation) throws RepositoryExcepti... method visit (line 1192) | public void visit(RemoveActivity operation) throws RepositoryExcepti... method visit (line 1199) | public void visit(CreateConfiguration operation) throws RepositoryEx... class ChangePolling (line 1209) | private final class ChangePolling implements Runnable { method ChangePolling (line 1221) | private ChangePolling(int pollTimeout) { method run (line 1225) | public void run() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/XASession.java type XASession (line 34) | public interface XASession extends Session { method getXAResource (line 43) | XAResource getXAResource(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/XASessionImpl.java class XASessionImpl (line 30) | public class XASessionImpl extends SessionImpl implements XASession { method XASessionImpl (line 45) | XASessionImpl(XASessionInfo sessionInfo, Repository repository, method getXAResource (line 56) | public XAResource getXAResource() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/config/CacheBehaviour.java class CacheBehaviour (line 24) | public final class CacheBehaviour { method CacheBehaviour (line 44) | private CacheBehaviour() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/config/RepositoryConfig.java type RepositoryConfig (line 31) | public interface RepositoryConfig { method getRepositoryService (line 33) | public RepositoryService getRepositoryService() throws RepositoryExcep... method getCacheBehaviour (line 35) | public CacheBehaviour getCacheBehaviour(); method getItemCacheSize (line 37) | public int getItemCacheSize(); method getPollTimeout (line 43) | public int getPollTimeout(); method getConfiguration (line 45) | public T getConfiguration(String name, T defaultValue); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeAttic.java class ChildNodeAttic (line 32) | class ChildNodeAttic { method ChildNodeAttic (line 38) | ChildNodeAttic() { method isEmpty (line 41) | boolean isEmpty() { method contains (line 45) | boolean contains(Name name, int index) { method contains (line 54) | boolean contains(Name name, int index, String uniqueId) { method get (line 66) | List get(Name name) { method get (line 82) | NodeEntry get(Name name, int index) { method get (line 97) | NodeEntry get(String uniqueId) { method add (line 110) | void add(NodeEntryImpl movedEntry) { method remove (line 114) | boolean remove(NodeEntry movedEntry) { method iterator (line 121) | Iterator iterator() { method clear (line 125) | void clear() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntries.java type ChildNodeEntries (line 33) | public interface ChildNodeEntries { method isComplete (line 40) | boolean isComplete(); method reload (line 48) | void reload() throws ItemNotFoundException, RepositoryException; method iterator (line 56) | Iterator iterator(); method get (line 66) | List get(Name nodeName); method get (line 78) | NodeEntry get(Name nodeName, int index); method get (line 89) | NodeEntry get(Name nodeName, String uniqueID); method add (line 97) | void add(NodeEntry cne); method add (line 111) | void add(NodeEntry cne, int index); method add (line 120) | void add(NodeEntry entry, int index, NodeEntry beforeEntry); method remove (line 128) | NodeEntry remove(NodeEntry childEntry); method reorder (line 144) | NodeEntry reorder(NodeEntry insertEntry, NodeEntry beforeEntry); method reorderAfter (line 159) | void reorderAfter(NodeEntry insertEntry, NodeEntry afterEntry); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntriesImpl.java class ChildNodeEntriesImpl (line 42) | final class ChildNodeEntriesImpl implements ChildNodeEntries { method ChildNodeEntriesImpl (line 74) | ChildNodeEntriesImpl(NodeEntry parent, EntryFactory factory, Iterator<... method getNext (line 97) | NodeEntry getNext(NodeEntry childEntry) { method getPrevious (line 109) | NodeEntry getPrevious(NodeEntry childEntry) { method isComplete (line 118) | public boolean isComplete() { method reload (line 127) | public synchronized void reload() throws ItemNotFoundException, Reposi... method update (line 155) | synchronized void update(Iterator childNodeInfos) { method iterator (line 185) | public Iterator iterator() { method get (line 196) | public List get(Name nodeName) { method get (line 203) | public NodeEntry get(Name nodeName, int index) { method get (line 213) | public NodeEntry get(Name nodeName, String uniqueID) { method add (line 232) | public synchronized void add(NodeEntry cne) { method add (line 239) | public synchronized void add(NodeEntry cne, int index) { method add (line 249) | public synchronized void add(NodeEntry entry, int index, NodeEntry bef... method internalAdd (line 270) | private LinkedEntries.LinkNode internalAdd(NodeEntry entry, int index) { method internalAddAfter (line 310) | private LinkedEntries.LinkNode internalAddAfter(NodeEntry newEntry, in... method remove (line 324) | public synchronized NodeEntry remove(NodeEntry childEntry) { method reorder (line 349) | public synchronized NodeEntry reorder(NodeEntry insertEntry, NodeEntry... method reorderAfter (line 371) | public void reorderAfter(NodeEntry insertEntry, NodeEntry afterEntry) { method reorder (line 395) | private void reorder(Name insertName, LinkedEntries.LinkNode insertLN, method reorderAfter (line 428) | private void reorderAfter(LinkedEntries.LinkNode insertLN, LinkedEntri... class NameMap (line 480) | private static class NameMap { method containsSiblings (line 491) | public boolean containsSiblings(Name qName) { method get (line 503) | private Object get(Name qName) { method getList (line 529) | @SuppressWarnings("unchecked") method getNodeEntry (line 543) | @SuppressWarnings("unchecked") method getLinkNode (line 561) | public LinkedEntries.LinkNode getLinkNode(Name name, int index) { method getLinkNode (line 577) | public LinkedEntries.LinkNode getLinkNode(Name name, int index, Stri... method put (line 605) | public void put(Name name, int index, LinkedEntries.LinkNode value) { method remove (line 632) | public LinkedEntries.LinkNode remove(Name name, LinkedEntries.LinkNo... method reorder (line 643) | public void reorder(Name name, LinkedEntries.LinkNode insertValue, i... method findMatchingEntry (line 665) | private static NodeEntry findMatchingEntry(List siblings,... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildPropertyEntries.java type ChildPropertyEntries (line 26) | public interface ChildPropertyEntries { method contains (line 34) | public boolean contains(Name propertyName); method get (line 43) | public PropertyEntry get(Name propertyName); method getPropertyEntries (line 51) | public Collection getPropertyEntries(); method getPropertyNames (line 58) | public Collection getPropertyNames(); method add (line 65) | public void add(PropertyEntry propertyEntry); method addAll (line 73) | public void addAll(Collection propertyEntries); method remove (line 82) | public boolean remove(PropertyEntry propertyEntry); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildPropertyEntriesImpl.java class ChildPropertyEntriesImpl (line 35) | public class ChildPropertyEntriesImpl implements ChildPropertyEntries { method ChildPropertyEntriesImpl (line 43) | ChildPropertyEntriesImpl(NodeEntry parent, EntryFactory factory) { method contains (line 52) | public boolean contains(Name propertyName) { method get (line 59) | public PropertyEntry get(Name propertyName) { method getPropertyEntries (line 78) | public Collection getPropertyEntries() { method getPropertyNames (line 91) | public Collection getPropertyNames() { method add (line 98) | public void add(PropertyEntry propertyEntry) { method addAll (line 108) | public void addAll(Collection propertyEntries) { method remove (line 117) | public boolean remove(PropertyEntry propertyEntry) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/EntryFactory.java class EntryFactory (line 30) | public class EntryFactory { method EntryFactory (line 69) | public EntryFactory(TransientItemStateFactory isf, IdFactory idFactory, method createRootEntry (line 85) | public NodeEntry createRootEntry() { method createNodeEntry (line 89) | public NodeEntry createNodeEntry(NodeEntry parent, Name qName, String ... method createPropertyEntry (line 96) | public PropertyEntry createPropertyEntry(NodeEntry parent, Name qName) { method getIdFactory (line 103) | public IdFactory getIdFactory() { method getPathFactory (line 107) | public PathFactory getPathFactory() { method getItemStateFactory (line 111) | public TransientItemStateFactory getItemStateFactory() { method notifyEntryCreated (line 115) | public void notifyEntryCreated(NodeEntry entry) { method notifyIdChange (line 119) | public void notifyIdChange(NodeEntry entry, String previousUniqueID) { method getInvalidationStrategy (line 126) | public InvalidationStrategy getInvalidationStrategy() { method setResolver (line 134) | void setResolver(NamePathResolver resolver) { method saveGetJCRPath (line 142) | String saveGetJCRPath(Path path) { type NodeEntryListener (line 151) | public interface NodeEntryListener { method entryCreated (line 153) | public void entryCreated(NodeEntry entry); method uniqueIdChanged (line 155) | public void uniqueIdChanged (NodeEntry entry, String previousUniqueID); type InvalidationStrategy (line 162) | public interface InvalidationStrategy { method invalidate (line 174) | public void invalidate(HierarchyEntry entry, boolean recursive); method applyPending (line 183) | public void applyPending(HierarchyEntry entry); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/EntryValidation.java class EntryValidation (line 30) | final class EntryValidation { method containsValidNodeEntry (line 42) | static boolean containsValidNodeEntry(Iterator nodeEntries) { method isValidNodeEntry (line 60) | static boolean isValidNodeEntry(NodeEntry cne) { method isValidWorkspaceNodeEntry (line 92) | static boolean isValidWorkspaceNodeEntry(NodeEntry cne) { method isValidPropertyEntry (line 110) | static boolean isValidPropertyEntry(PropertyEntry cpe) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/HierarchyEntry.java type HierarchyEntry (line 33) | public interface HierarchyEntry { method denotesNode (line 40) | public boolean denotesNode(); method getName (line 45) | public Name getName(); method getPath (line 50) | public Path getPath() throws RepositoryException; method getWorkspacePath (line 57) | public Path getWorkspacePath() throws RepositoryException; method getParent (line 65) | public NodeEntry getParent(); method getStatus (line 76) | public int getStatus(); method isAvailable (line 88) | public boolean isAvailable(); method getItemState (line 104) | public ItemState getItemState() throws ItemNotFoundException, Reposito... method setItemState (line 111) | public void setItemState(ItemState state); method invalidate (line 122) | public void invalidate(boolean recursive); method calculateStatus (line 128) | public void calculateStatus(); method revert (line 137) | public void revert() throws RepositoryException; method reload (line 146) | public void reload(boolean recursive); method transientRemove (line 160) | public void transientRemove() throws InvalidItemStateException, Reposi... method remove (line 168) | public void remove(); method complete (line 175) | public void complete(Operation transientOperation) throws RepositoryEx... method getGeneration (line 183) | public long getGeneration(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/HierarchyEntryImpl.java class HierarchyEntryImpl (line 43) | abstract class HierarchyEntryImpl implements HierarchyEntry { method HierarchyEntryImpl (line 84) | HierarchyEntryImpl(NodeEntryImpl parent, Name name, EntryFactory facto... method getItemStateFactory (line 94) | protected TransientItemStateFactory getItemStateFactory() { method getPathFactory (line 102) | protected PathFactory getPathFactory() { method getIdFactory (line 110) | protected IdFactory getIdFactory() { method resolve (line 128) | ItemState resolve() throws ItemNotFoundException, RepositoryException { method doResolve (line 160) | abstract ItemState doResolve() throws ItemNotFoundException, Repositor... method buildPath (line 169) | abstract Path buildPath(boolean workspacePath) throws RepositoryExcept... method internalGetItemState (line 174) | ItemState internalGetItemState() { method getInvalidationStrategy (line 182) | protected EntryFactory.InvalidationStrategy getInvalidationStrategy() { method invalidateInternal (line 191) | protected void invalidateInternal(boolean recursive) { method getName (line 204) | public Name getName() { method getPath (line 211) | public Path getPath() throws RepositoryException { method getWorkspacePath (line 218) | public Path getWorkspacePath() throws RepositoryException { method getParent (line 225) | public NodeEntry getParent() { method getStatus (line 232) | public int getStatus() { method isAvailable (line 244) | public boolean isAvailable() { method getItemState (line 252) | public ItemState getItemState() throws ItemNotFoundException, Reposito... method setItemState (line 261) | public synchronized void setItemState(ItemState state) { method invalidate (line 289) | public void invalidate(boolean recursive) { method calculateStatus (line 293) | public void calculateStatus() { method revert (line 301) | public void revert() throws RepositoryException { method reload (line 347) | public void reload(boolean recursive) { method transientRemove (line 386) | public void transientRemove() throws InvalidItemStateException, Reposi... method remove (line 421) | public void remove() { method getGeneration (line 425) | public long getGeneration() { method internalRemove (line 435) | void internalRemove(boolean staleParent) { class LazyInvalidation (line 462) | static class LazyInvalidation implements EntryFactory.InvalidationStra... method invalidate (line 491) | public void invalidate(HierarchyEntry entry, boolean recursive) { method applyPending (line 516) | public void applyPending(HierarchyEntry entry) { method resolvePendingInvalidation (line 542) | private void resolvePendingInvalidation(HierarchyEntryImpl entry) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/HierarchyEventListener.java class HierarchyEventListener (line 44) | public class HierarchyEventListener implements InternalEventListener { method HierarchyEventListener (line 51) | public HierarchyEventListener(WorkspaceManager wspManager, method getEventFilters (line 79) | public Collection getEventFilters() { method onEvent (line 91) | public void onEvent(EventBundle eventBundle) { method pushEvents (line 105) | private void pushEvents(Collection events) { method getEventCollection (line 214) | private static Collection getEventCollection(EventBundle eventB... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/HierarchyManager.java type HierarchyManager (line 33) | public interface HierarchyManager { method dispose (line 38) | public void dispose(); method getRootEntry (line 43) | public NodeEntry getRootEntry(); method lookup (line 59) | public HierarchyEntry lookup(ItemId workspaceItemId); method lookup (line 74) | public HierarchyEntry lookup(Path workspacePath); method getNodeEntry (line 84) | public NodeEntry getNodeEntry(NodeId nodeId) throws ItemNotFoundExcept... method getNodeEntry (line 94) | public NodeEntry getNodeEntry(Path qPath) throws PathNotFoundException... method getPropertyEntry (line 104) | public PropertyEntry getPropertyEntry(PropertyId propertyId) throws It... method getPropertyEntry (line 114) | public PropertyEntry getPropertyEntry(Path qPath) throws PathNotFoundE... method getNodeState (line 125) | public NodeState getNodeState(Path qPath) throws PathNotFoundException... method getPropertyState (line 136) | public PropertyState getPropertyState(Path qPath) throws PathNotFoundE... method getDepth (line 146) | public int getDepth(HierarchyEntry hierarchyEntry) throws ItemNotFound... method getRelativeDepth (line 163) | public int getRelativeDepth(NodeEntry ancestor, HierarchyEntry descend... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/HierarchyManagerImpl.java class HierarchyManagerImpl (line 41) | public class HierarchyManagerImpl implements HierarchyManager { method HierarchyManagerImpl (line 50) | public HierarchyManagerImpl(TransientItemStateFactory isf, IdFactory i... method setResolver (line 57) | public void setResolver(NamePathResolver resolver) { method dispose (line 68) | public void dispose() { method getRootEntry (line 75) | public NodeEntry getRootEntry() { method lookup (line 82) | public HierarchyEntry lookup(ItemId workspaceItemId) { method lookup (line 100) | public HierarchyEntry lookup(Path workspacePath) { method getNodeEntry (line 107) | public NodeEntry getNodeEntry(NodeId nodeId) method getNodeEntry (line 126) | public NodeEntry getNodeEntry(Path qPath) throws PathNotFoundException... method getPropertyEntry (line 143) | public PropertyEntry getPropertyEntry(PropertyId propertyId) method getPropertyEntry (line 162) | public PropertyEntry getPropertyEntry(Path qPath) method getNodeState (line 179) | public NodeState getNodeState(Path qPath) throws PathNotFoundException... method getPropertyState (line 196) | public PropertyState getPropertyState(Path qPath) throws PathNotFoundE... method getDepth (line 213) | public int getDepth(HierarchyEntry hierarchyEntry) throws ItemNotFound... method getRelativeDepth (line 227) | public int getRelativeDepth(NodeEntry ancestor, HierarchyEntry descend... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/LinkedEntries.java class LinkedEntries (line 33) | @SuppressWarnings("rawtypes") method LinkedEntries (line 42) | LinkedEntries(EntryFactory factory, NodeEntry parent) { method addNode (line 49) | @SuppressWarnings("unchecked") method removeNode (line 56) | @SuppressWarnings("unchecked") method removeAllNodes (line 63) | @Override method getLinkNode (line 79) | protected LinkedEntries.LinkNode getLinkNode(NodeEntry nodeEntry) { method getHeader (line 90) | protected LinkedEntries.LinkNode getHeader() { method add (line 101) | LinkedEntries.LinkNode add(NodeEntry cne, int index) { method addAfter (line 117) | LinkedEntries.LinkNode addAfter(NodeEntry cne, int index, LinkedEntrie... method removeNodeEntry (line 138) | LinkedEntries.LinkNode removeNodeEntry(NodeEntry cne) { method reorderNode (line 154) | void reorderNode(LinkedEntries.LinkNode insert, LinkedEntries.LinkNode... method createNode (line 171) | @Override method createHeaderNode (line 180) | @Override method linkNodeIterator (line 189) | protected Iterator linkNodeIterator() { class LinkNode (line 197) | protected final class LinkNode extends Node { method LinkNode (line 201) | protected LinkNode() { method LinkNode (line 206) | @SuppressWarnings("unchecked") method setValue (line 214) | @Override method getValue (line 219) | @SuppressWarnings("unchecked") method getNodeEntry (line 243) | public NodeEntry getNodeEntry() { method remove (line 250) | public void remove() { method getNextLinkNode (line 257) | public LinkedEntries.LinkNode getNextLinkNode() { method getPreviousLinkNode (line 264) | public LinkedEntries.LinkNode getPreviousLinkNode() { class LinkNodeIterator (line 270) | private class LinkNodeIterator implements Iterator getNodeEntries() throws RepositoryException; method getNodeEntries (line 195) | public List getNodeEntries(Name nodeName) throws Repository... method setNodeEntries (line 203) | public void setNodeEntries(Iterator childInfos) throws Repo... method getOrAddNodeEntry (line 215) | public NodeEntry getOrAddNodeEntry(Name nodeName, int index, String un... method addNewNodeEntry (line 227) | public NodeEntry addNewNodeEntry(Name nodeName, String uniqueID, Name ... method hasPropertyEntry (line 236) | public boolean hasPropertyEntry(Name propName); method getPropertyEntry (line 247) | public PropertyEntry getPropertyEntry(Name propName) throws Repository... method getPropertyEntry (line 262) | public PropertyEntry getPropertyEntry(Name propName, boolean loadIfNo... method getPropertyEntries (line 271) | public Iterator getPropertyEntries(); method getOrAddPropertyEntry (line 284) | public PropertyEntry getOrAddPropertyEntry(Name propName) throws ItemE... method setPropertyEntries (line 296) | public void setPropertyEntries(Collection propNames) throws Item... method addNewPropertyEntry (line 310) | public PropertyEntry addNewPropertyEntry(Name propName, QPropertyDefin... method orderBefore (line 320) | public void orderBefore(NodeEntry beforeEntry) throws RepositoryExcept... method move (line 336) | public NodeEntry move(Name newName, NodeEntry newParent, boolean trans... method isTransientlyMoved (line 341) | public boolean isTransientlyMoved(); method refresh (line 350) | public void refresh(Event childEvent) ; FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/NodeEntryImpl.java class NodeEntryImpl (line 71) | public class NodeEntryImpl extends HierarchyEntryImpl implements NodeEnt... method NodeEntryImpl (line 126) | private NodeEntryImpl(NodeEntryImpl parent, Name name, String uniqueID, method createRootEntry (line 143) | static NodeEntry createRootEntry(EntryFactory factory) { method createNodeEntry (line 154) | static NodeEntry createNodeEntry(NodeEntryImpl parent, Name name, Stri... method denotesNode (line 164) | public boolean denotesNode() { method reload (line 175) | @Override method revert (line 199) | @Override method transientRemove (line 216) | @Override method remove (line 236) | @Override method internalRemove (line 248) | @Override method complete (line 264) | public void complete(Operation operation) throws RepositoryException { method getId (line 287) | public NodeId getId() throws InvalidItemStateException, RepositoryExce... method getWorkspaceId (line 294) | public NodeId getWorkspaceId() throws InvalidItemStateException, Repos... method getId (line 298) | private NodeId getId(boolean wspId) throws RepositoryException { method buildNodeId (line 310) | private static NodeId buildNodeId(NodeEntryImpl entry, PathFactory pat... method getUniqueID (line 336) | public String getUniqueID() { method setUniqueID (line 343) | public void setUniqueID(String uniqueID) { method getIndex (line 355) | public int getIndex() throws InvalidItemStateException, RepositoryExce... method getNodeState (line 362) | public NodeState getNodeState() throws ItemNotFoundException, Reposito... method getDeepNodeEntry (line 369) | public NodeEntry getDeepNodeEntry(Path path) throws PathNotFoundExcept... method getDeepPropertyEntry (line 443) | public PropertyEntry getDeepPropertyEntry(Path path) throws PathNotFou... method lookupDeepEntry (line 521) | public HierarchyEntry lookupDeepEntry(Path workspacePath) { method hasNodeEntry (line 554) | public synchronized boolean hasNodeEntry(Name nodeName) { method hasNodeEntry (line 566) | public synchronized boolean hasNodeEntry(Name nodeName, int index) { method getNodeEntry (line 578) | public synchronized NodeEntry getNodeEntry(Name nodeName, int index) t... method getNodeEntry (line 585) | public NodeEntry getNodeEntry(Name nodeName, int index, boolean loadIf... method getNodeEntries (line 617) | @SuppressWarnings("unchecked") method getNodeEntries (line 632) | public synchronized List getNodeEntries(Name nodeName) thro... method setNodeEntries (line 654) | public void setNodeEntries(Iterator childInfos) throws Repo... method getOrAddNodeEntry (line 673) | public NodeEntry getOrAddNodeEntry(Name nodeName, int index, String un... method addNewNodeEntry (line 686) | public NodeEntry addNewNodeEntry(Name nodeName, String uniqueID, method hasPropertyEntry (line 697) | public synchronized boolean hasPropertyEntry(Name propName) { method getPropertyEntry (line 705) | public synchronized PropertyEntry getPropertyEntry(Name propName) { method getPropertyEntry (line 720) | public PropertyEntry getPropertyEntry(Name propName, boolean loadIfNot... method getPropertyEntries (line 727) | @SuppressWarnings("unchecked") method getOrAddPropertyEntry (line 751) | public PropertyEntry getOrAddPropertyEntry(Name propName) throws ItemE... method setPropertyEntries (line 764) | public void setPropertyEntries(Collection propNames) throws Item... method addNewPropertyEntry (line 800) | public PropertyEntry addNewPropertyEntry(Name propName, QPropertyDefin... method orderBefore (line 841) | public void orderBefore(NodeEntry beforeEntry) throws RepositoryExcept... method move (line 855) | public NodeEntry move(Name newName, NodeEntry newParent, boolean trans... method isTransientlyMoved (line 895) | public boolean isTransientlyMoved() { method refresh (line 902) | public void refresh(Event childEvent) { method doResolve (line 990) | @Override method buildPath (line 998) | @Override method buildPath (line 1019) | private static void buildPath(PathBuilder builder, NodeEntryImpl nEntr... method internalAddNodeEntry (line 1042) | private NodeEntry internalAddNodeEntry(Name nodeName, String uniqueID,... method internalAddPropertyEntry (line 1056) | private PropertyEntry internalAddPropertyEntry(Name propName, boolean ... method internalRemoveChildEntry (line 1072) | void internalRemoveChildEntry(HierarchyEntry childEntry) { method invalidateInternal (line 1093) | @Override method matches (line 1112) | boolean matches(Name oldName, int oldIndex) { method matches (line 1126) | boolean matches(Name oldName) { method getName (line 1131) | private Name getName(boolean wspName) { method getIndex (line 1139) | private int getIndex(boolean wspIndex) throws InvalidItemStateExceptio... method loadNodeEntry (line 1163) | private NodeEntry loadNodeEntry(NodeId childId) throws RepositoryExcep... method loadPropertyEntry (line 1179) | private PropertyEntry loadPropertyEntry(PropertyId childId) throws Rep... method lookupEntry (line 1199) | private HierarchyEntry lookupEntry(ItemId eventId, Path eventPath) { method lookupNodeEntry (line 1212) | private NodeEntry lookupNodeEntry(String uniqueChildId, Name childName... method lookupPropertyEntry (line 1229) | private PropertyEntry lookupPropertyEntry(Name childName) { method notifyUUIDorMIXINModified (line 1246) | private void notifyUUIDorMIXINModified(PropertyEntry child) { method notifyUUIDorMIXINRemoved (line 1271) | private void notifyUUIDorMIXINRemoved(Name propName) { method getCompleteChildNodeEntries (line 1288) | private ChildNodeEntries getCompleteChildNodeEntries() throws InvalidI... method getAllChildEntries (line 1308) | private Iterator getAllChildEntries(boolean includeAtt... method getChildIndex (line 1336) | private int getChildIndex(NodeEntry cne, boolean wspIndex) throws Item... method containsAtticChild (line 1400) | private boolean containsAtticChild(List siblings, Name chil... method createRevertInfo (line 1427) | private void createRevertInfo() throws RepositoryException { method complete (line 1433) | private void complete(AddNode operation) throws RepositoryException { method complete (line 1455) | private void complete(AddProperty operation) throws RepositoryException { method complete (line 1481) | private void complete(Remove operation) throws RepositoryException { method complete (line 1507) | private void complete(SetMixin operation) throws RepositoryException { method complete (line 1530) | private void complete(SetPrimaryType operation) throws RepositoryExcep... method complete (line 1554) | private void complete(ReorderNodes operation) throws RepositoryExcepti... method complete (line 1578) | private void complete(Move operation) throws RepositoryException { method revertMove (line 1604) | private void revertMove() { class RevertInfo (line 1630) | private class RevertInfo { method RevertInfo (line 1638) | private RevertInfo() throws InvalidItemStateException, RepositoryExc... method isMoved (line 1646) | private boolean isMoved() { method dispose (line 1650) | private void dispose(boolean persisted) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntry.java type PropertyEntry (line 29) | public interface PropertyEntry extends HierarchyEntry { method getId (line 34) | public PropertyId getId() throws InvalidItemStateException, Repository... method getWorkspaceId (line 45) | public PropertyId getWorkspaceId() throws InvalidItemStateException, R... method getPropertyState (line 54) | public PropertyState getPropertyState() throws ItemNotFoundException, ... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java class PropertyEntryImpl (line 35) | public class PropertyEntryImpl extends HierarchyEntryImpl implements Pro... method PropertyEntryImpl (line 45) | private PropertyEntryImpl(NodeEntryImpl parent, Name name, EntryFactor... method create (line 57) | static PropertyEntry create(NodeEntryImpl parent, Name name, EntryFact... method doResolve (line 67) | @Override method buildPath (line 75) | @Override method getId (line 85) | public PropertyId getId() throws InvalidItemStateException, Repository... method getWorkspaceId (line 92) | public PropertyId getWorkspaceId() throws InvalidItemStateException, R... method getPropertyState (line 99) | public PropertyState getPropertyState() throws ItemNotFoundException, ... method denotesNode (line 109) | public boolean denotesNode() { method complete (line 116) | public void complete(Operation operation) throws RepositoryException { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/UniqueIdResolver.java class UniqueIdResolver (line 39) | public class UniqueIdResolver implements ItemStateCreationListener, Entr... method UniqueIdResolver (line 53) | public UniqueIdResolver(ItemStateFactory isf) { method dispose (line 59) | public void dispose() { method lookup (line 64) | public NodeEntry lookup(String uniqueId) { method resolve (line 71) | public NodeEntry resolve(NodeId nodeId, NodeEntry rootEntry) throws It... method statusChanged (line 91) | public void statusChanged(ItemState state, int previousStatus) { method created (line 121) | public void created(ItemState state) { method entryCreated (line 137) | public void entryCreated(NodeEntry entry) { method uniqueIdChanged (line 149) | public void uniqueIdChanged(NodeEntry entry, String previousUniqueID) { method putToLookup (line 165) | private void putToLookup(String uniqueID, NodeEntry entry) { method sameEntry (line 185) | private static boolean sameEntry(NodeEntry previous, NodeEntry entry) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/lock/LockManagerImpl.java class LockManagerImpl (line 56) | public class LockManagerImpl implements LockStateManager, SessionListener { method LockManagerImpl (line 81) | public LockManagerImpl(WorkspaceManager wspManager, ItemManager itemMa... method lock (line 95) | public Lock lock(NodeState nodeState, boolean isDeep, boolean isSessio... method lock (line 102) | public Lock lock(NodeState nodeState, boolean isDeep, boolean isSessio... method unlock (line 123) | public void unlock(NodeState nodeState) throws LockException, Reposito... method getLock (line 149) | public Lock getLock(NodeState nodeState) throws LockException, Reposit... method isLocked (line 164) | public boolean isLocked(NodeState nodeState) throws RepositoryException { method checkLock (line 172) | public void checkLock(NodeState nodeState) throws LockException, Repos... method getLockTokens (line 193) | public String[] getLockTokens() throws UnsupportedRepositoryOperationE... method addLockToken (line 204) | public void addLockToken(String lt) throws LockException, RepositoryEx... method removeLockToken (line 219) | public void removeLockToken(String lt) throws LockException, Repositor... method loggingOut (line 249) | public void loggingOut(Session session) { method loggedOut (line 269) | public void loggedOut(Session session) { method getLockHoldingState (line 295) | private NodeState getLockHoldingState(NodeState nodeState) { method buildLockState (line 317) | private LockState buildLockState(NodeState nodeState) throws Repositor... method getLockImpl (line 358) | private LockImpl getLockImpl(NodeState nodeState, boolean lazyLockDisc... method getLockFromMap (line 417) | private LockImpl getLockFromMap(NodeState nodeState) { method notifyTokenAdded (line 438) | private void notifyTokenAdded(String lt) throws RepositoryException { method notifyTokenRemoved (line 452) | private void notifyTokenRemoved(String lt) throws RepositoryException { class LockState (line 460) | private class LockState implements ItemStateLifeCycleListener { method LockState (line 468) | private LockState(NodeState lockHoldingState, LockInfo lockInfo) { method refresh (line 473) | private void refresh() throws RepositoryException { method appliesToNodeState (line 489) | private boolean appliesToNodeState(NodeState nodeState) { method reloadLockInfo (line 506) | private void reloadLockInfo() throws RepositoryException { method setLockInfo (line 515) | private void setLockInfo(LockInfo lockInfo) { method isLive (line 532) | private boolean isLive() { method getSecondsRemaining (line 545) | private long getSecondsRemaining() { method release (line 565) | private void release() { method unlocked (line 577) | private void unlocked() { method startListening (line 584) | private void startListening() { method stopListening (line 605) | private void stopListening() { method statusChanged (line 626) | public void statusChanged(ItemState state, int previousStatus) { class LockImpl (line 651) | private class LockImpl implements javax.jcr.lock.Lock, LockTokenListen... method LockImpl (line 663) | public LockImpl(LockState lockState, Node lockHoldingNode) { method getLockOwner (line 690) | public String getLockOwner() { method isDeep (line 702) | public boolean isDeep() { method getNode (line 710) | public Node getNode() { method getLockToken (line 717) | public String getLockToken() { method isLive (line 736) | public boolean isLive() throws RepositoryException { method isSessionScoped (line 744) | public boolean isSessionScoped() { method refresh (line 752) | public void refresh() throws LockException, RepositoryException { method getSecondsRemaining (line 769) | public long getSecondsRemaining() throws RepositoryException { method isLockOwningSession (line 777) | public boolean isLockOwningSession(){ method lockTokenAdded (line 793) | public void lockTokenAdded(String lockToken) throws RepositoryExcept... method lockTokenRemoved (line 809) | public void lockTokenRemoved(String lockToken) throws RepositoryExce... method getLockInfo (line 822) | private LockInfo getLockInfo() { method updateLockInfo (line 830) | private void updateLockInfo() { type LockTokenListener (line 846) | private interface LockTokenListener { method lockTokenAdded (line 854) | void lockTokenAdded(String lockToken) throws RepositoryException; method lockTokenRemoved (line 862) | void lockTokenRemoved(String lockToken) throws RepositoryException; FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/lock/LockStateManager.java type LockStateManager (line 28) | public interface LockStateManager { method lock (line 42) | Lock lock(NodeState nodeState, boolean isDeep, boolean isSessionScoped) method lock (line 60) | Lock lock(NodeState nodeState, boolean isDeep, boolean isSessionScoped... method unlock (line 71) | void unlock(NodeState nodeState) throws LockException, RepositoryExcep... method getLock (line 83) | Lock getLock(NodeState nodeState) throws LockException, RepositoryExce... method isLocked (line 97) | boolean isLocked(NodeState nodeState) throws RepositoryException; method checkLock (line 110) | void checkLock(NodeState nodeState) throws LockException, RepositoryEx... method getLockTokens (line 117) | public String[] getLockTokens() throws RepositoryException; method addLockToken (line 124) | void addLockToken(String lt) throws LockException, RepositoryException; method removeLockToken (line 131) | void removeLockToken(String lt) throws LockException, RepositoryExcept... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/BitsetENTCacheImpl.java class BitsetENTCacheImpl (line 30) | class BitsetENTCacheImpl implements EffectiveNodeTypeCache { method BitsetENTCacheImpl (line 74) | BitsetENTCacheImpl() { method getKey (line 83) | public Key getKey(Name[] ntNames) { method put (line 90) | public void put(EffectiveNodeType ent) { method put (line 97) | public void put(Key key, EffectiveNodeType ent) { method findBest (line 105) | public Key findBest(Key key) { method invalidate (line 121) | public void invalidate(Name name) { method contains (line 138) | public boolean contains(Key key) { method get (line 145) | public EffectiveNodeType get(Key key) { method clear (line 152) | public void clear() { method getBitNumber (line 166) | private int getBitNumber(Name name) { method getName (line 192) | private Name getName(int n) { method remove (line 203) | private EffectiveNodeType remove(Key key) { method clone (line 218) | @Override method toString (line 234) | public String toString() { class BitsetKey (line 252) | private class BitsetKey implements Key { method BitsetKey (line 274) | public BitsetKey(Name[] names, int maxBit) { method BitsetKey (line 290) | private BitsetKey(long[] bits, int numBits) { method nextSetBit (line 309) | private int nextSetBit(int fromIndex) { method bitCount (line 337) | private int bitCount(long val) { method calcHashCode (line 350) | private int calcHashCode() { method getNames (line 367) | public Name[] getNames() { method contains (line 374) | public boolean contains(Key otherKey) { method subtract (line 398) | public Key subtract(Key otherKey) { method compareTo (line 428) | public int compareTo(Key other) { method equals (line 456) | @Override method hashCode (line 483) | @Override method toString (line 491) | @Override FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/DefinitionValidator.java class DefinitionValidator (line 49) | class DefinitionValidator { method DefinitionValidator (line 57) | DefinitionValidator(EffectiveNodeTypeProvider entProvider, NamespaceRe... method validateNodeTypeDefs (line 71) | public Map validateNodeTypeDef... method validateNodeTypeDef (line 130) | public EffectiveNodeType validateNodeTypeDef(QNodeTypeDefinition ntDef... method checkForCircularInheritance (line 470) | private void checkForCircularInheritance(Name[] supertypes, Stack { method getNames (line 98) | Name[] getNames(); method contains (line 107) | boolean contains(Key otherKey); method subtract (line 120) | Key subtract(Key otherKey); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/EffectiveNodeTypeImpl.java class EffectiveNodeTypeImpl (line 46) | public class EffectiveNodeTypeImpl implements Cloneable, EffectiveNodeTy... method EffectiveNodeTypeImpl (line 66) | EffectiveNodeTypeImpl(TreeSet mergedNodeTypes, TreeSet inh... method getInheritedNodeTypes (line 87) | public Name[] getInheritedNodeTypes() { method getAllNodeTypes (line 94) | public Name[] getAllNodeTypes() { method getMergedNodeTypes (line 101) | public Name[] getMergedNodeTypes() { method getAllQNodeDefinitions (line 108) | public QNodeDefinition[] getAllQNodeDefinitions() { method getAllQPropertyDefinitions (line 135) | public QPropertyDefinition[] getAllQPropertyDefinitions() { method getAutoCreateQNodeDefinitions (line 161) | public QNodeDefinition[] getAutoCreateQNodeDefinitions() { method getAutoCreateQPropertyDefinitions (line 184) | public QPropertyDefinition[] getAutoCreateQPropertyDefinitions() { method getMandatoryQPropertyDefinitions (line 207) | public QPropertyDefinition[] getMandatoryQPropertyDefinitions() { method getMandatoryQNodeDefinitions (line 230) | public QNodeDefinition[] getMandatoryQNodeDefinitions() { method getNamedQNodeDefinitions (line 253) | public QNodeDefinition[] getNamedQNodeDefinitions(Name name) { method getUnnamedQNodeDefinitions (line 273) | public QNodeDefinition[] getUnnamedQNodeDefinitions() { method getNamedQPropertyDefinitions (line 292) | public QPropertyDefinition[] getNamedQPropertyDefinitions(Name name) { method getUnnamedQPropertyDefinitions (line 312) | public QPropertyDefinition[] getUnnamedQPropertyDefinitions() { method includesNodeType (line 328) | public boolean includesNodeType(Name nodeTypeName) { method includesNodeTypes (line 332) | public boolean includesNodeTypes(Name[] nodeTypeNames) { method supportsMixin (line 339) | public boolean supportsMixin(Name mixin) { method checkAddNodeConstraints (line 351) | public void checkAddNodeConstraints(Name name, ItemDefinitionProvider ... method checkAddNodeConstraints (line 365) | public void checkAddNodeConstraints(Name name, QNodeTypeDefinition nod... method checkRemoveItemConstraints (line 385) | public void checkRemoveItemConstraints(Name name) throws ConstraintVio... method hasRemoveNodeConstraint (line 399) | public boolean hasRemoveNodeConstraint(Name nodeName) { method hasRemovePropertyConstraint (line 407) | public boolean hasRemovePropertyConstraint(Name propertyName) { method hasRemoveConstraint (line 420) | private static boolean hasRemoveConstraint(QItemDefinition[] defs) { method getNamedItemDefs (line 439) | private QItemDefinition[] getNamedItemDefs() { method getNamedItemDefs (line 453) | private QItemDefinition[] getNamedItemDefs(Name name) { method getUnnamedItemDefs (line 461) | private QItemDefinition[] getUnnamedItemDefs() { method merge (line 476) | EffectiveNodeTypeImpl merge(EffectiveNodeTypeImpl other) method internalMerge (line 500) | synchronized void internalMerge(EffectiveNodeTypeImpl other, boolean s... method clone (line 672) | @Override FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/EffectiveNodeTypeProvider.java type EffectiveNodeTypeProvider (line 29) | public interface EffectiveNodeTypeProvider { method getEffectiveNodeType (line 39) | public EffectiveNodeType getEffectiveNodeType(Name ntName) method getEffectiveNodeType (line 51) | public EffectiveNodeType getEffectiveNodeType(Name[] ntNames) method getEffectiveNodeType (line 61) | public EffectiveNodeType getEffectiveNodeType(Name[] ntNames, Map getAllDefinitions(NodeTypeStorage... method getDefinitions (line 116) | public Iterator getDefinitions(NodeTypeStorage st... method registerNodeTypes (line 147) | public void registerNodeTypes(NodeTypeStorage storage, method unregisterNodeTypes (line 154) | public void unregisterNodeTypes(NodeTypeStorage storage, method wrap (line 168) | public NodeTypeStorage wrap(final NodeTypeStorage storage) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeDefinitionProvider.java type NodeTypeDefinitionProvider (line 28) | public interface NodeTypeDefinitionProvider { method getNodeTypeDefinition (line 30) | public QNodeTypeDefinition getNodeTypeDefinition(Name ntName) throws N... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeImpl.java class NodeTypeImpl (line 49) | public class NodeTypeImpl extends AbstractNodeType implements NodeTypeDe... method NodeTypeImpl (line 69) | NodeTypeImpl(EffectiveNodeType ent, QNodeTypeDefinition ntd, method resolver (line 77) | private NamePathResolver resolver() { method definitionProvider (line 81) | private ItemDefinitionProvider definitionProvider() { method getApplicablePropDef (line 96) | private QPropertyDefinition getApplicablePropDef(Name propertyName, in... method isNodeType (line 104) | @Override method checkSetPropertyValueConstraints (line 122) | private static void checkSetPropertyValueConstraints(QPropertyDefiniti... method hasOrderableChildNodes (line 133) | public boolean hasOrderableChildNodes() { method getSupertypes (line 142) | public NodeType[] getSupertypes() { method getChildNodeDefinitions (line 160) | public NodeDefinition[] getChildNodeDefinitions() { method getPropertyDefinitions (line 172) | public PropertyDefinition[] getPropertyDefinitions() { method canSetProperty (line 184) | public boolean canSetProperty(String propertyName, Value value) { method canSetProperty (line 229) | public boolean canSetProperty(String propertyName, Value[] values) { method canAddChildNode (line 301) | public boolean canAddChildNode(String childNodeName) { method canAddChildNode (line 316) | public boolean canAddChildNode(String childNodeName, String nodeTypeNa... method canRemoveItem (line 333) | public boolean canRemoveItem(String itemName) { method canRemoveNode (line 348) | public boolean canRemoveNode(String nodeName) { method canRemoveProperty (line 364) | public boolean canRemoveProperty(String propertyName) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeManagerImpl.java class NodeTypeManagerImpl (line 61) | public class NodeTypeManagerImpl extends AbstractNodeTypeManager impleme... method NodeTypeManagerImpl (line 108) | public NodeTypeManagerImpl(NodeTypeRegistry ntReg, method entProvider (line 121) | private EffectiveNodeTypeProvider entProvider() { method getNodeType (line 129) | @Override method getNamePathResolver (line 146) | @Override method hasNodeType (line 156) | public boolean hasNodeType(Name nodeTypeName) { method getNodeDefinition (line 171) | @Override method getPropertyDefinition (line 190) | @Override method getNodeTypeRegistry (line 205) | NodeTypeRegistry getNodeTypeRegistry() { method getNodeTypeDefinition (line 213) | public QNodeTypeDefinition getNodeTypeDefinition(Name ntName) throws N... method nodeTypeRegistered (line 222) | public void nodeTypeRegistered(Name ntName) { method nodeTypeReRegistered (line 229) | public void nodeTypeReRegistered(Name ntName) { method nodeTypeUnregistered (line 266) | public void nodeTypeUnregistered(Name ntName) { method getAllNodeTypes (line 304) | public NodeTypeIterator getAllNodeTypes() throws RepositoryException { method getPrimaryNodeTypes (line 316) | public NodeTypeIterator getPrimaryNodeTypes() throws RepositoryExcepti... method getMixinNodeTypes (line 331) | public NodeTypeIterator getMixinNodeTypes() throws RepositoryException { method getNodeType (line 346) | public NodeType getNodeType(String nodeTypeName) method hasNodeType (line 361) | public boolean hasNodeType(String name) throws RepositoryException { method registerNodeTypes (line 375) | public NodeTypeIterator registerNodeTypes(NodeTypeDefinition[] ntds, b... method unregisterNodeTypes (line 399) | public void unregisterNodeTypes(String[] names) throws RepositoryExcep... method toString (line 412) | public String toString() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeRegistry.java type NodeTypeRegistry (line 32) | public interface NodeTypeRegistry { method getNodeTypeDefinition (line 42) | QNodeTypeDefinition getNodeTypeDefinition(Name nodeTypeName) method addListener (line 51) | void addListener(NodeTypeRegistryListener listener); method removeListener (line 58) | void removeListener(NodeTypeRegistryListener listener); method isRegistered (line 64) | boolean isRegistered(Name ntName); method getRegisteredNodeTypes (line 72) | public Name[] getRegisteredNodeTypes() throws RepositoryException; method registerNodeTypes (line 85) | public void registerNodeTypes(Collection ntDefs, ... method unregisterNodeTypes (line 96) | public void unregisterNodeTypes(Collection nodeTypeNames) FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeRegistryImpl.java class NodeTypeRegistryImpl (line 56) | public class NodeTypeRegistryImpl implements NodeTypeRegistry, Effective... method create (line 89) | public static NodeTypeRegistryImpl create(NodeTypeStorage storage, Nam... method dispose (line 97) | public synchronized void dispose() { method NodeTypeRegistryImpl (line 109) | private NodeTypeRegistryImpl(NodeTypeStorage storage, NamespaceRegistr... method addListener (line 121) | public void addListener(NodeTypeRegistryListener listener) { method removeListener (line 130) | public void removeListener(NodeTypeRegistryListener listener) { method getRegisteredNodeTypes (line 137) | public Name[] getRegisteredNodeTypes() throws RepositoryException { method isRegistered (line 146) | public boolean isRegistered(Name nodeTypeName) { method registerNodeTypes (line 153) | public synchronized void registerNodeTypes(Collection nodeType... method getNodeTypeDefinition (line 223) | public QNodeTypeDefinition getNodeTypeDefinition(Name nodeTypeName) method getEffectiveNodeType (line 235) | public synchronized EffectiveNodeType getEffectiveNodeType(Name ntName) method getEffectiveNodeType (line 243) | public synchronized EffectiveNodeType getEffectiveNodeType(Name[] ntNa... method getEffectiveNodeType (line 251) | public EffectiveNodeType getEffectiveNodeType(Name[] ntNames, Map ntNames) { method toString (line 588) | public String toString() { class NodeTypeDefinitionMap (line 603) | private class NodeTypeDefinitionMap implements Map getValues() { method getKeySet (line 613) | private Set getKeySet() { method getDependentNodeTypes (line 629) | private Set getDependentNodeTypes(Name nodeTypeName) throws No... method updateInternalMap (line 644) | private void updateInternalMap(Iterator definit... method size (line 654) | public int size() { method clear (line 658) | public void clear() { method isEmpty (line 662) | public boolean isEmpty() { method containsKey (line 666) | public boolean containsKey(Object key) { method containsValue (line 673) | public boolean containsValue(Object value) { method keySet (line 680) | public Set keySet() { method values (line 693) | public Collection values() { method put (line 700) | public QNodeTypeDefinition put(Name key, QNodeTypeDefinition value) { method putAll (line 704) | public void putAll(Map> entrySet() { method get (line 714) | public QNodeTypeDefinition get(Object key) { method remove (line 732) | public QNodeTypeDefinition remove(Object key) { method toString (line 741) | public String toString() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeRegistryListener.java type NodeTypeRegistryListener (line 28) | public interface NodeTypeRegistryListener { method nodeTypeRegistered (line 35) | void nodeTypeRegistered(Name ntName); method nodeTypeReRegistered (line 42) | void nodeTypeReRegistered(Name ntName); method nodeTypeUnregistered (line 49) | void nodeTypeUnregistered(Name ntName); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/observation/EventImpl.java class EventImpl (line 39) | final class EventImpl implements Event { method EventImpl (line 75) | EventImpl(org.apache.jackrabbit.spi.Event event, method getType (line 86) | public int getType() { method getPath (line 93) | public String getPath() throws RepositoryException { method getUserID (line 100) | public String getUserID() { method getIdentifier (line 107) | public String getIdentifier() throws RepositoryException { method getInfo (line 120) | public Map getInfo() throws RepositoryException { method getUserData (line 137) | public String getUserData() throws RepositoryException { method getDate (line 144) | public long getDate() throws RepositoryException { method toString (line 154) | @Override method valueOf (line 180) | private static String valueOf(int eventType) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/observation/EventJournalImpl.java class EventJournalImpl (line 37) | public class EventJournalImpl implements EventJournal { method EventJournalImpl (line 59) | public EventJournalImpl(WorkspaceManager wspMgr, method skipTo (line 70) | public void skipTo(long date) { method nextEvent (line 94) | public javax.jcr.observation.Event nextEvent() { method skip (line 101) | public void skip(long skipNum) { method getSize (line 110) | public long getSize() { method getPosition (line 117) | public long getPosition() { method hasNext (line 124) | public boolean hasNext() { method next (line 134) | public Object next() { method remove (line 147) | public void remove() { method refill (line 153) | private void refill() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/observation/FilteredEventIterator.java class FilteredEventIterator (line 33) | class FilteredEventIterator implements EventIterator { method FilteredEventIterator (line 82) | public FilteredEventIterator(Iterator... method next (line 98) | public Object next() { method nextEvent (line 111) | public Event nextEvent() { method skip (line 118) | public void skip(long skipNum) { method getSize (line 129) | public long getSize() { method getPosition (line 136) | public long getPosition() { method remove (line 144) | public void remove() { method hasNext (line 155) | public boolean hasNext() { method fetchNext (line 164) | private void fetchNext() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/observation/InternalEventListener.java type InternalEventListener (line 28) | public interface InternalEventListener { method onEvent (line 35) | public void onEvent(EventBundle eventBundle); method getEventFilters (line 47) | public Collection getEventFilters(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/observation/ObservationManagerImpl.java class ObservationManagerImpl (line 47) | public class ObservationManagerImpl implements ObservationManager, Inter... method ObservationManagerImpl (line 87) | public ObservationManagerImpl(WorkspaceManager wspManager, method addEventListener (line 95) | public void addEventListener(EventListener listener, method removeEventListener (line 116) | public void removeEventListener(EventListener listener) throws Reposit... method getRegisteredEventListeners (line 129) | public EventListenerIterator getRegisteredEventListeners() throws Repo... method getEventJournal (line 141) | public EventJournal getEventJournal() throws RepositoryException { method getEventJournal (line 148) | public EventJournal getEventJournal( method setUserData (line 159) | public void setUserData(String userData) throws RepositoryException { method getEventFilters (line 165) | public Collection getEventFilters() { method onEvent (line 174) | public void onEvent(EventBundle eventBundle) { method ensureReadOnlyMap (line 206) | private void ensureReadOnlyMap() { method createEventFilter (line 226) | private EventFilter createEventFilter(int eventTypes, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/AbstractCopy.java class AbstractCopy (line 32) | public abstract class AbstractCopy extends AbstractOperation { method AbstractCopy (line 47) | AbstractCopy(Path srcPath, Path destPath, String srcWorkspaceName, method persisted (line 75) | public void persisted() { method getWorkspaceName (line 82) | public String getWorkspaceName() { method getNodeId (line 86) | public NodeId getNodeId() throws RepositoryException { method getDestinationParentId (line 90) | public NodeId getDestinationParentId() throws RepositoryException { method getDestinationName (line 94) | public Name getDestinationName() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/AbstractOperation.java class AbstractOperation (line 34) | public abstract class AbstractOperation implements Operation { method getName (line 48) | public String getName() { method getAffectedItemStates (line 52) | public Collection getAffectedItemStates() { method undo (line 61) | public void undo() throws RepositoryException { method getStatus (line 66) | public int getStatus() { method addAffectedItemState (line 75) | protected void addAffectedItemState(ItemState affectedState) { method getNodeState (line 87) | protected static NodeState getNodeState(Path nodePath, HierarchyManage... method assertChildNodeEntries (line 99) | protected static void assertChildNodeEntries(NodeState parentState) th... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/AbstractRemove.java class AbstractRemove (line 35) | public abstract class AbstractRemove extends AbstractOperation { method AbstractRemove (line 42) | protected AbstractRemove(ItemState removeState, NodeState parent) thro... method undo (line 54) | @Override method getRemoveId (line 62) | public ItemId getRemoveId() throws RepositoryException { method getParentState (line 66) | public NodeState getParentState() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/AddLabel.java class AddLabel (line 39) | public class AddLabel extends AbstractOperation { method AddLabel (line 48) | private AddLabel(NodeState versionHistoryState, NodeState versionState... method accept (line 68) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 80) | public void persisted() { method getVersionHistoryId (line 94) | public NodeId getVersionHistoryId() throws RepositoryException { method getVersionId (line 98) | public NodeId getVersionId() throws RepositoryException { method getLabel (line 102) | public Name getLabel() { method moveLabel (line 106) | public boolean moveLabel() { method create (line 119) | public static Operation create(NodeState versionHistoryState, NodeStat... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/AddNode.java class AddNode (line 42) | public class AddNode extends TransientOperation { method AddNode (line 54) | private AddNode(NodeState parentState, Name nodeName, Name nodeTypeNam... method AddNode (line 59) | AddNode(NodeState parentState, Name nodeName, Name nodeTypeName, method accept (line 76) | public void accept(OperationVisitor visitor) throws LockException, Con... method persisted (line 86) | public void persisted() throws RepositoryException { method undo (line 95) | @Override method getParentId (line 103) | public NodeId getParentId() { method getParentState (line 107) | public NodeState getParentState() { method getNodeName (line 111) | public Name getNodeName() { method getNodeTypeName (line 115) | public Name getNodeTypeName() { method getUuid (line 119) | public String getUuid() { method addedState (line 123) | public void addedState(List newStates) { method getAddedStates (line 127) | public List getAddedStates() { method create (line 140) | public static Operation create(NodeState parentState, Name nodeName, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/AddProperty.java class AddProperty (line 37) | public class AddProperty extends TransientOperation { method AddProperty (line 47) | private AddProperty(NodeState parentState, Name propName, method AddProperty (line 53) | AddProperty(NodeState parentState, Name propName, method accept (line 72) | public void accept(OperationVisitor visitor) throws ValueFormatExcepti... method persisted (line 80) | public void persisted() throws RepositoryException { method undo (line 89) | @Override method getParentId (line 96) | public NodeId getParentId() { method getParentState (line 100) | public NodeState getParentState() { method getPropertyName (line 104) | public Name getPropertyName() { method getPropertyType (line 108) | public int getPropertyType() { method getValues (line 112) | public QValue[] getValues() { method isMultiValued (line 116) | public boolean isMultiValued() { method getDefinition (line 120) | public QPropertyDefinition getDefinition() { method create (line 134) | public static Operation create(NodeState parentState, Name propName, i... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Checkin.java class Checkin (line 39) | public class Checkin extends AbstractOperation { method Checkin (line 48) | private Checkin(NodeState nodeState, VersionManager mgr) { method accept (line 59) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 69) | public void persisted() { method getNodeId (line 93) | public NodeId getNodeId() throws RepositoryException { method setNewVersionId (line 97) | public void setNewVersionId(NodeId newVersionId) { method getNewVersionId (line 101) | public NodeId getNewVersionId() { method create (line 112) | public static Checkin create(NodeState nodeState, VersionManager mgr) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Checkout.java class Checkout (line 39) | public class Checkout extends AbstractOperation { method Checkout (line 48) | private Checkout(NodeState nodeState, VersionManager mgr) { method Checkout (line 56) | private Checkout(NodeState nodeState, NodeId activityId, VersionManage... method accept (line 65) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 75) | public void persisted() { method getNodeId (line 101) | public NodeId getNodeId() throws RepositoryException { method getActivityId (line 110) | public NodeId getActivityId() { method supportsActivity (line 121) | public boolean supportsActivity() { method create (line 126) | public static Operation create(NodeState nodeState, VersionManager mgr) { method create (line 130) | public static Operation create(NodeState nodeState, NodeId activityId,... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Checkpoint.java class Checkpoint (line 39) | public class Checkpoint extends AbstractOperation { method Checkpoint (line 51) | private Checkpoint(NodeState nodeState, VersionManager mgr) { method Checkpoint (line 59) | private Checkpoint(NodeState nodeState, NodeId activityId, VersionMana... method accept (line 68) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 78) | public void persisted() { method getNodeId (line 104) | public NodeId getNodeId() throws RepositoryException { method getActivityId (line 113) | public NodeId getActivityId() { method supportsActivity (line 124) | public boolean supportsActivity() { method setNewVersionId (line 128) | public void setNewVersionId(NodeId newVersionId) { method getNewVersionId (line 132) | public NodeId getNewVersionId() { method create (line 137) | public static Checkpoint create(NodeState nodeState, VersionManager mg... method create (line 141) | public static Checkpoint create(NodeState nodeState, NodeId activityId... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Clone.java class Clone (line 37) | public class Clone extends AbstractCopy { method Clone (line 43) | private Clone(Path srcPath, Path destPath, String srcWorkspaceName, method accept (line 57) | public void accept(OperationVisitor visitor) throws NoSuchWorkspaceExc... method persisted (line 65) | @Override method isRemoveExisting (line 82) | public boolean isRemoveExisting() { method create (line 88) | public static Operation create(Path srcPath, Path destPath, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Copy.java class Copy (line 34) | public class Copy extends AbstractCopy { method Copy (line 36) | private Copy(Path srcPath, Path destPath, String srcWorkspaceName, method accept (line 46) | public void accept(OperationVisitor visitor) throws NoSuchWorkspaceExc... method create (line 52) | public static Operation create(Path srcPath, Path destPath, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/CreateActivity.java class CreateActivity (line 35) | public class CreateActivity extends AbstractOperation { method CreateActivity (line 44) | private CreateActivity(String title, VersionManager mgr) { method accept (line 51) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 61) | public void persisted() { method getTitle (line 73) | public String getTitle() throws RepositoryException { method setNewActivityId (line 77) | public void setNewActivityId(NodeId newActivityId) { method getNewActivityId (line 81) | public NodeId getNewActivityId() { method create (line 86) | public static CreateActivity create(String title, VersionManager mgr) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/CreateConfiguration.java class CreateConfiguration (line 36) | public class CreateConfiguration extends AbstractOperation { method CreateConfiguration (line 46) | private CreateConfiguration(NodeState nodeState, VersionManager mgr) { method accept (line 53) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 63) | public void persisted() { method getNodeId (line 78) | public NodeId getNodeId() throws RepositoryException { method setNewConfigurationId (line 82) | public void setNewConfigurationId(NodeId newConfigurationId) { method getNewConfigurationId (line 86) | public NodeId getNewConfigurationId() { method create (line 91) | public static CreateConfiguration create(NodeState nodeState, VersionM... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/IgnoreOperation.java type IgnoreOperation (line 24) | public interface IgnoreOperation { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/LockOperation.java class LockOperation (line 34) | public class LockOperation extends AbstractOperation { method LockOperation (line 44) | private LockOperation(NodeState nodeState, boolean isDeep, boolean isS... method accept (line 59) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 69) | public void persisted() { method getNodeId (line 77) | public NodeId getNodeId() throws RepositoryException { method isDeep (line 81) | public boolean isDeep() { method isSessionScoped (line 85) | public boolean isSessionScoped() { method getTimeoutHint (line 89) | public long getTimeoutHint() { method getOwnerHint (line 93) | public String getOwnerHint() { method setLockInfo (line 97) | public void setLockInfo(LockInfo lockInfo) { method getLockInfo (line 107) | public LockInfo getLockInfo() { method create (line 120) | public static LockOperation create(NodeState nodeState, boolean isDeep... method create (line 124) | public static LockOperation create(NodeState nodeState, boolean isDeep... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/LockRefresh.java class LockRefresh (line 33) | public class LockRefresh extends AbstractOperation { method LockRefresh (line 37) | private LockRefresh(NodeState nodeState) { method accept (line 47) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 55) | public void persisted() { method getNodeId (line 62) | public NodeId getNodeId() throws RepositoryException { method create (line 72) | public static Operation create(NodeState nodeState) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/LockRelease.java class LockRelease (line 36) | public class LockRelease extends AbstractOperation { method LockRelease (line 40) | private LockRelease(NodeState nodeState) { method accept (line 50) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 61) | public void persisted() { method getNodeId (line 75) | public NodeId getNodeId() throws RepositoryException { method create (line 85) | public static Operation create(NodeState nodeState) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Merge.java class Merge (line 40) | public class Merge extends AbstractOperation { method Merge (line 52) | private Merge(NodeState nodeState, String srcWorkspaceName, boolean be... method accept (line 66) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 76) | public void persisted() { method getNodeId (line 101) | public NodeId getNodeId() throws RepositoryException { method getSourceWorkspaceName (line 105) | public String getSourceWorkspaceName() { method bestEffort (line 109) | public boolean bestEffort() { method isShallow (line 113) | public boolean isShallow() { method isActivityMerge (line 117) | public boolean isActivityMerge() { method setFailedIds (line 121) | public void setFailedIds(Iterator failedIds) { method getFailedIds (line 131) | public Iterator getFailedIds() { method create (line 144) | public static Merge create(NodeState nodeState, String srcWorkspaceNam... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Move.java class Move (line 44) | public class Move extends TransientOperation { method Move (line 63) | private Move(NodeState srcNodeState, NodeState srcParentState, NodeSta... method accept (line 87) | public void accept(OperationVisitor visitor) throws LockException, Con... method persisted (line 99) | public void persisted() throws RepositoryException { method undo (line 122) | @Override method getSourceId (line 134) | public NodeId getSourceId() { method getDestinationParentId (line 138) | public NodeId getDestinationParentId() { method getSourceState (line 142) | public NodeState getSourceState() { method getSourceParentState (line 146) | public NodeState getSourceParentState() { method getDestinationParentState (line 150) | public NodeState getDestinationParentState() { method getDestinationName (line 154) | public Name getDestinationName() { method create (line 159) | public static Operation create(Path srcPath, Path destPath, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Operation.java type Operation (line 33) | public interface Operation { method getName (line 44) | public String getName(); method accept (line 52) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method getAffectedItemStates (line 59) | public Collection getAffectedItemStates(); method persisted (line 66) | public void persisted() throws RepositoryException; method undo (line 73) | public void undo() throws RepositoryException; method getStatus (line 80) | public int getStatus(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/OperationVisitor.java type OperationVisitor (line 35) | public interface OperationVisitor { method visit (line 37) | public void visit(AddNode operation) throws RepositoryException; method visit (line 39) | public void visit(AddProperty operation) throws RepositoryException; method visit (line 41) | public void visit(Remove operation) throws RepositoryException; method visit (line 43) | public void visit(SetMixin operation) throws RepositoryException; method visit (line 48) | public void visit(SetPrimaryType operation) throws RepositoryException; method visit (line 50) | public void visit(SetPropertyValue operation) throws RepositoryException; method visit (line 52) | public void visit(ReorderNodes operation) throws RepositoryException; method visit (line 54) | public void visit(SetTree operation) throws RepositoryException; method visit (line 56) | public void visit(Clone operation) throws NoSuchWorkspaceException, Lo... method visit (line 58) | public void visit(Copy operation) throws NoSuchWorkspaceException, Loc... method visit (line 60) | public void visit(Move operation) throws LockException, ConstraintViol... method visit (line 62) | public void visit(Update operation) throws NoSuchWorkspaceException, A... method visit (line 64) | public void visit(Checkout operation) throws RepositoryException, Unsu... method visit (line 66) | public void visit(Checkin operation) throws UnsupportedRepositoryOpera... method visit (line 71) | public void visit(Checkpoint operation) throws RepositoryException; method visit (line 73) | public void visit(Restore operation) throws VersionException, PathNotF... method visit (line 75) | public void visit(Merge operation) throws NoSuchWorkspaceException, Ac... method visit (line 77) | public void visit(ResolveMergeConflict operation) throws VersionExcept... method visit (line 79) | public void visit(LockOperation operation) throws AccessDeniedExceptio... method visit (line 81) | public void visit(LockRefresh operation) throws AccessDeniedException,... method visit (line 83) | public void visit(LockRelease operation) throws AccessDeniedException,... method visit (line 85) | public void visit(AddLabel operation) throws VersionException, Reposit... method visit (line 87) | public void visit(RemoveLabel operation) throws VersionException, Repo... method visit (line 89) | public void visit(RemoveVersion operation) throws VersionException, Ac... method visit (line 91) | public void visit(WorkspaceImport operation) throws RepositoryException; method visit (line 96) | public void visit(CreateActivity operation) throws RepositoryException; method visit (line 101) | public void visit(RemoveActivity operation) throws RepositoryException; method visit (line 106) | public void visit(CreateConfiguration operation) throws RepositoryExce... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Remove.java class Remove (line 32) | public class Remove extends TransientOperation { method Remove (line 43) | private Remove(ItemState removeState, NodeState parent, int options) t... method accept (line 57) | public void accept(OperationVisitor visitor) throws AccessDeniedExcept... method persisted (line 65) | public void persisted() throws RepositoryException { method undo (line 74) | @Override method getRemoveId (line 82) | public ItemId getRemoveId() throws RepositoryException { method getRemoveState (line 86) | public ItemState getRemoveState() { method getParentState (line 90) | public NodeState getParentState() { method create (line 95) | public static Operation create(ItemState state) throws RepositoryExcep... method create (line 99) | public static Operation create(ItemState state, int options) throws Re... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/RemoveActivity.java class RemoveActivity (line 36) | public class RemoveActivity extends AbstractRemove { method RemoveActivity (line 43) | private RemoveActivity(NodeState removeActivity, HierarchyManager hier... method accept (line 54) | public void accept(OperationVisitor visitor) throws AccessDeniedExcept... method persisted (line 65) | public void persisted() { method create (line 82) | public static Operation create(NodeState activityState, HierarchyManag... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/RemoveLabel.java class RemoveLabel (line 39) | public class RemoveLabel extends AbstractOperation { method RemoveLabel (line 47) | private RemoveLabel(NodeState versionHistoryState, NodeState versionSt... method accept (line 66) | public void accept(OperationVisitor visitor) throws RepositoryException { method persisted (line 77) | public void persisted() throws RepositoryException { method getVersionHistoryId (line 91) | public NodeId getVersionHistoryId() throws RepositoryException { method getVersionId (line 95) | public NodeId getVersionId() throws RepositoryException { method getLabel (line 99) | public Name getLabel() { method create (line 111) | public static Operation create(NodeState versionHistoryState, NodeStat... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/RemoveVersion.java class RemoveVersion (line 37) | public class RemoveVersion extends AbstractRemove { method RemoveVersion (line 43) | private RemoveVersion(ItemState removeState, NodeState parent, Version... method accept (line 57) | public void accept(OperationVisitor visitor) throws AccessDeniedExcept... method persisted (line 68) | public void persisted() { method create (line 87) | public static Operation create(NodeState versionState, NodeState vhSta... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/ReorderNodes.java class ReorderNodes (line 33) | public class ReorderNodes extends TransientOperation { method ReorderNodes (line 43) | private ReorderNodes(NodeState parentState, NodeState insert, NodeStat... method accept (line 62) | public void accept(OperationVisitor visitor) throws ConstraintViolatio... method persisted (line 72) | public void persisted() throws RepositoryException { method undo (line 81) | @Override method getParentId (line 90) | public NodeId getParentId() { method getInsertId (line 94) | public NodeId getInsertId() { method getBeforeId (line 98) | public NodeId getBeforeId() { method getParentState (line 102) | public NodeState getParentState() { method getInsertNode (line 106) | public NodeState getInsertNode() { method getBeforeNode (line 110) | public NodeState getBeforeNode() { method create (line 116) | public static Operation create( FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/ResolveMergeConflict.java class ResolveMergeConflict (line 36) | public class ResolveMergeConflict extends AbstractOperation { method ResolveMergeConflict (line 43) | private ResolveMergeConflict(NodeState nodeState, NodeId[] mergeFailed... method accept (line 57) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 68) | public void persisted() { method getNodeId (line 80) | public NodeId getNodeId() throws RepositoryException { method getMergeFailedIds (line 84) | public NodeId[] getMergeFailedIds() { method getPredecessorIds (line 88) | public NodeId[] getPredecessorIds() { method resolveDone (line 92) | public boolean resolveDone() { method create (line 104) | public static Operation create(NodeState nodeState, NodeId[] mergeFail... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Restore.java class Restore (line 37) | public class Restore extends AbstractOperation { method Restore (line 44) | private Restore(NodeState nodeState, Path relQPath, NodeState[] versio... method accept (line 57) | public void accept(OperationVisitor visitor) throws PathNotFoundExcept... method persisted (line 69) | public void persisted() { method getNodeId (line 94) | public NodeId getNodeId() throws RepositoryException { method getRelativePath (line 105) | public Path getRelativePath() { method getVersionIds (line 109) | public NodeId[] getVersionIds() throws RepositoryException { method removeExisting (line 117) | public boolean removeExisting() { method create (line 128) | public static Operation create(NodeState nodeState, Path relQPath, Nod... method create (line 141) | public static Operation create(NodeState[] versionStates, boolean remo... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/SetMixin.java class SetMixin (line 34) | public class SetMixin extends TransientOperation { method SetMixin (line 44) | private SetMixin(NodeState nodeState, Name[] mixinNames) throws Reposi... method SetMixin (line 48) | private SetMixin(NodeState nodeState, Name[] mixinNames, int options) ... method accept (line 73) | public void accept(OperationVisitor visitor) throws AccessDeniedExcept... method persisted (line 81) | public void persisted() throws RepositoryException { method undo (line 90) | @Override method getNodeState (line 98) | public NodeState getNodeState() { method getNodeId (line 102) | public NodeId getNodeId() { method getMixinNames (line 106) | public Name[] getMixinNames() { method create (line 112) | public static Operation create(NodeState nodeState, Name[] mixinNames) FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/SetPrimaryType.java class SetPrimaryType (line 33) | public class SetPrimaryType extends TransientOperation { method SetPrimaryType (line 43) | private SetPrimaryType(NodeState nodeState, Name primaryTypeName) thro... method SetPrimaryType (line 46) | private SetPrimaryType(NodeState nodeState, Name primaryTypeName, int ... method accept (line 62) | public void accept(OperationVisitor visitor) throws AccessDeniedExcept... method persisted (line 70) | public void persisted() throws RepositoryException { method undo (line 79) | @Override method getNodeState (line 87) | public NodeState getNodeState() { method getNodeId (line 91) | public NodeId getNodeId() { method getPrimaryTypeName (line 95) | public Name getPrimaryTypeName() { method create (line 101) | public static Operation create(NodeState nodeState, Name primaryTypeName) FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/SetPropertyValue.java class SetPropertyValue (line 39) | public class SetPropertyValue extends TransientOperation { method SetPropertyValue (line 53) | private SetPropertyValue(PropertyState propertyState, int valueType, Q... method SetPropertyValue (line 59) | private SetPropertyValue(PropertyState propertyState, int valueType, method accept (line 80) | public void accept(OperationVisitor visitor) throws ValueFormatExcepti... method persisted (line 88) | public void persisted() throws RepositoryException { method undo (line 104) | @Override method getPropertyId (line 115) | public PropertyId getPropertyId() { method getPropertyState (line 119) | public PropertyState getPropertyState() { method isMultiValued (line 123) | public boolean isMultiValued() { method getValueType (line 127) | public int getValueType() { method getValues (line 131) | public QValue[] getValues() { method create (line 136) | public static Operation create(PropertyState propState, QValue[] qValues, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/SetTree.java class SetTree (line 39) | public class SetTree extends TransientOperation { method SetTree (line 48) | private SetTree(NodeState treeState) throws RepositoryException { method SetTree (line 53) | private SetTree(UpdatableItemStateManager itemStateMgr, NodeState pare... method accept (line 66) | public void accept(OperationVisitor visitor) throws ValueFormatExcepti... method persisted (line 77) | @Override method undo (line 90) | @Override method getParentId (line 99) | public NodeId getParentId() throws RepositoryException { method getParentState (line 103) | public NodeState getParentState() throws RepositoryException { method getTreeState (line 107) | public NodeState getTreeState() throws RepositoryException { method addChildNode (line 121) | public Operation addChildNode(NodeState parentState, Name nodeName, Na... method addChildProperty (line 137) | public Operation addChildProperty(NodeState parentState, Name propName, method create (line 147) | public static SetTree create(NodeState treeState) throws RepositoryExc... method create (line 152) | public static SetTree create(UpdatableItemStateManager itemStateMgr, N... class InternalAddNode (line 161) | private static final class InternalAddNode extends AddNode implements ... method InternalAddNode (line 170) | private InternalAddNode(NodeState parentState, Name nodeName, Name n... method create (line 174) | public static Operation create(NodeState parentState, Name nodeName,... class InternalAddProperty (line 184) | private static final class InternalAddProperty extends AddProperty imp... method InternalAddProperty (line 190) | private InternalAddProperty(NodeState parentState, Name propName, in... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/TransientOperation.java class TransientOperation (line 24) | public abstract class TransientOperation extends AbstractOperation { method TransientOperation (line 35) | TransientOperation(int options) { method getOptions (line 57) | public int getOptions() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/TransientOperationVisitor.java class TransientOperationVisitor (line 35) | public abstract class TransientOperationVisitor implements OperationVisi... method visit (line 41) | public void visit(Clone operation) throws NoSuchWorkspaceException, Lo... method visit (line 49) | public void visit(Copy operation) throws NoSuchWorkspaceException, Loc... method visit (line 57) | public void visit(Checkout operation) throws RepositoryException, Unsu... method visit (line 65) | public void visit(Checkin operation) throws UnsupportedRepositoryOpera... method visit (line 73) | public void visit(Checkpoint operation) throws UnsupportedRepositoryOp... method visit (line 81) | public void visit(Update operation) throws NoSuchWorkspaceException, A... method visit (line 89) | public void visit(Restore operation) throws VersionException, PathNotF... method visit (line 97) | public void visit(Merge operation) throws NoSuchWorkspaceException, Ac... method visit (line 105) | public void visit(ResolveMergeConflict operation) throws VersionExcept... method visit (line 113) | public void visit(LockOperation operation) throws AccessDeniedExceptio... method visit (line 121) | public void visit(LockRefresh operation) throws AccessDeniedException,... method visit (line 129) | public void visit(LockRelease operation) throws AccessDeniedException,... method visit (line 137) | public void visit(AddLabel operation) throws VersionException, Reposit... method visit (line 145) | public void visit(RemoveLabel operation) throws VersionException, Repo... method visit (line 153) | public void visit(RemoveVersion operation) throws VersionException, Ac... method visit (line 161) | public void visit(WorkspaceImport operation) throws RepositoryException { method visit (line 169) | public void visit(CreateActivity operation) throws RepositoryException { method visit (line 177) | public void visit(RemoveActivity operation) throws RepositoryException { method visit (line 185) | public void visit(CreateConfiguration operation) throws RepositoryExce... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/Update.java class Update (line 33) | public class Update extends AbstractOperation { method Update (line 38) | private Update(NodeState nodeState, String srcWorkspaceName) { method accept (line 49) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 60) | public void persisted() { method getNodeId (line 67) | public NodeId getNodeId() throws RepositoryException { method getSourceWorkspaceName (line 71) | public String getSourceWorkspaceName() { method create (line 82) | public static Operation create(NodeState nodeState, String srcWorkspac... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/operation/WorkspaceImport.java class WorkspaceImport (line 36) | public class WorkspaceImport extends AbstractOperation { method WorkspaceImport (line 42) | private WorkspaceImport(NodeState nodeState, InputStream xmlStream, in... method accept (line 57) | public void accept(OperationVisitor visitor) throws RepositoryExceptio... method persisted (line 68) | public void persisted() { method getNodeId (line 88) | public NodeId getNodeId() throws RepositoryException { method getXmlStream (line 92) | public InputStream getXmlStream() { method getUuidBehaviour (line 96) | public int getUuidBehaviour() { method create (line 107) | public static Operation create(NodeState nodeState, InputStream xmlStr... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/NodeIteratorImpl.java class NodeIteratorImpl (line 38) | public class NodeIteratorImpl implements ScoreNodeIterator { method NodeIteratorImpl (line 75) | public NodeIteratorImpl(ItemManager itemMgr, HierarchyManager hierarch... method getScore (line 93) | public double getScore() throws NoSuchElementException { method nextNode (line 108) | public Node nextNode() throws NoSuchElementException { method skip (line 126) | public void skip(long skipNum) throws NoSuchElementException { method getSize (line 152) | public long getSize() { method getPosition (line 166) | public long getPosition() { method next (line 177) | public Object next() throws NoSuchElementException { method hasNext (line 189) | public boolean hasNext() { method remove (line 197) | public void remove() { method fetchNext (line 208) | private void fetchNext() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/QueryImpl.java class QueryImpl (line 53) | public class QueryImpl implements Query { method QueryImpl (line 126) | public QueryImpl(Session session, method execute (line 148) | public QueryResult execute() throws RepositoryException { method getNamespaceMappings (line 161) | private Map getNamespaceMappings() throws RepositoryEx... method getStatement (line 172) | public String getStatement() { method getLanguage (line 179) | public String getLanguage() { method getStoredQueryPath (line 186) | public String getStoredQueryPath() throws ItemNotFoundException, Repos... method storeAsNode (line 196) | public Node storeAsNode(String absPath) throws ItemExistsException, method getBindVariableNames (line 226) | public String[] getBindVariableNames() throws RepositoryException { method bindValue (line 233) | public void bindValue(String varName, Value value) throws RepositoryEx... method setLimit (line 247) | public void setLimit(long limit) { method setOffset (line 254) | public void setOffset(long offset) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/QueryManagerImpl.java class QueryManagerImpl (line 42) | public class QueryManagerImpl implements QueryManager { method QueryManagerImpl (line 80) | public QueryManagerImpl(Session session, method createQuery (line 94) | public Query createQuery(String statement, String language) method getQuery (line 104) | public Query getQuery(Node node) method getSupportedQueryLanguages (line 131) | public String[] getSupportedQueryLanguages() throws RepositoryException { method getQOMFactory (line 138) | public QueryObjectModelFactory getQOMFactory() { method checkIsAlive (line 150) | private void checkIsAlive() throws RepositoryException { class QOMFactory (line 156) | private class QOMFactory extends QueryObjectModelFactoryImpl { method QOMFactory (line 160) | public QOMFactory(Node node, NamePathResolver resolver) { method createQuery (line 165) | @Override FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/QueryObjectModelImpl.java class QueryObjectModelImpl (line 48) | public class QueryObjectModelImpl extends QueryImpl implements QueryObje... method QueryObjectModelImpl (line 55) | public QueryObjectModelImpl(Session session, method getLanguage (line 70) | @Override method getSource (line 78) | public Source getSource() { method getConstraint (line 85) | public Constraint getConstraint() { method getOrderings (line 92) | public Ordering[] getOrderings() { method getColumns (line 99) | public Column[] getColumns() { method getSQL2ForQOM (line 103) | private static String getSQL2ForQOM(QueryObjectModelTree qomTree) class DummyQOM (line 108) | private static class DummyQOM implements QueryObjectModel { method DummyQOM (line 115) | public DummyQOM(QueryObjectModelTree qomTree) { method getSource (line 122) | public Source getSource() { method getConstraint (line 129) | public Constraint getConstraint() { method getOrderings (line 136) | public Ordering[] getOrderings() { method getColumns (line 143) | public Column[] getColumns() { method execute (line 147) | public QueryResult execute() method setLimit (line 152) | public void setLimit(long limit) { method setOffset (line 156) | public void setOffset(long offset) { method getStatement (line 160) | public String getStatement() { method getLanguage (line 164) | public String getLanguage() { method getStoredQueryPath (line 168) | public String getStoredQueryPath() method storeAsNode (line 173) | public Node storeAsNode(String absPath) throws ItemExistsException, method bindValue (line 180) | public void bindValue(String varName, Value value) method getBindVariableNames (line 185) | public String[] getBindVariableNames() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/QueryResultImpl.java class QueryResultImpl (line 31) | class QueryResultImpl implements QueryResult { method QueryResultImpl (line 55) | QueryResultImpl(ItemManager itemMgr, method getSelectorNames (line 66) | public String[] getSelectorNames() throws RepositoryException { method getColumnNames (line 73) | public String[] getColumnNames() throws RepositoryException { method getNodes (line 80) | public NodeIterator getNodes() throws RepositoryException { method getRows (line 87) | public RowIterator getRows() throws RepositoryException { method getNodeIterator (line 97) | private ScoreNodeIterator getNodeIterator() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/RowIteratorImpl.java class RowIteratorImpl (line 47) | class RowIteratorImpl implements RowIterator { method RowIteratorImpl (line 90) | RowIteratorImpl(QueryInfo queryInfo, NamePathResolver resolver, method nextRow (line 109) | public Row nextRow() throws NoSuchElementException { method skip (line 122) | public void skip(long skipNum) throws NoSuchElementException { method getSize (line 132) | public long getSize() { method getPosition (line 147) | public long getPosition() { method remove (line 155) | public void remove() { method hasNext (line 167) | public boolean hasNext() { method next (line 178) | public Object next() throws NoSuchElementException { class RowImpl (line 187) | class RowImpl implements Row { method RowImpl (line 211) | private RowImpl(QueryResultRow row) { method getValues (line 226) | public Value[] getValues() throws RepositoryException { method getValue (line 259) | public Value getValue(String propertyName) throws ItemNotFoundExcept... method getNode (line 286) | public Node getNode() throws RepositoryException { method getNode (line 293) | public Node getNode(String selectorName) throws RepositoryException { method getPath (line 300) | public String getPath() throws RepositoryException { method getPath (line 312) | public String getPath(String selectorName) throws RepositoryException { method getScore (line 324) | public double getScore() throws RepositoryException { method getScore (line 331) | public double getScore(String selectorName) throws RepositoryExcepti... method getNode (line 344) | private Node getNode(NodeId id) throws RepositoryException { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/query/ScoreNodeIterator.java type ScoreNodeIterator (line 26) | public interface ScoreNodeIterator extends NodeIterator { method getScore (line 36) | public double getScore(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/AccessManager.java type AccessManager (line 31) | public interface AccessManager { method isGranted (line 55) | boolean isGranted(NodeState parentState, Path relPath, String[] action... method isGranted (line 67) | boolean isGranted(ItemState itemState, String[] actions) throws ItemNo... method canRead (line 79) | boolean canRead(ItemState itemState) throws ItemNotFoundException, Rep... method canRemove (line 89) | boolean canRemove(ItemState itemState) throws ItemNotFoundException, R... method canAccess (line 101) | boolean canAccess(String workspaceName) throws NoSuchWorkspaceExceptio... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/SecurityConstants.java type SecurityConstants (line 22) | public interface SecurityConstants { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/authorization/AccessControlProvider.java type AccessControlProvider (line 38) | public interface AccessControlProvider { method init (line 40) | void init(RepositoryConfig config) throws RepositoryException; method privilegeFromName (line 50) | Privilege privilegeFromName(SessionInfo sessionInfo, NamePathResolver ... method getSupportedPrivileges (line 63) | Map getSupportedPrivileges(SessionInfo sessionInfo,... method getPrivileges (line 65) | Set getPrivileges(SessionInfo sessionInfo, NodeId id, NameP... method createAccessControlManager (line 67) | AccessControlManager createAccessControlManager(SessionInfo sessionInfo, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/authorization/AccessControlProviderStub.java class AccessControlProviderStub (line 35) | public class AccessControlProviderStub { method AccessControlProviderStub (line 54) | private AccessControlProviderStub() { method newInstance (line 65) | public static AccessControlProvider newInstance(RepositoryConfig confi... method getProviderClass (line 87) | private static String getProviderClass(RepositoryConfig config) throws... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/authorization/PrivilegeImpl.java class PrivilegeImpl (line 31) | public class PrivilegeImpl implements Privilege { method PrivilegeImpl (line 41) | public PrivilegeImpl(PrivilegeDefinition definition, PrivilegeDefiniti... method getName (line 74) | public String getName() { method isAbstract (line 86) | public boolean isAbstract() { method isAggregate (line 93) | public boolean isAggregate() { method getDeclaredAggregatePrivileges (line 100) | public Privilege[] getDeclaredAggregatePrivileges() { method getAggregatePrivileges (line 107) | public Privilege[] getAggregatePrivileges() { method toString (line 112) | @Override method hashCode (line 117) | @Override method equals (line 122) | @Override FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/authorization/jackrabbit/AccessControlConstants.java type AccessControlConstants (line 22) | public interface AccessControlConstants { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/authorization/jackrabbit/acl/AccessControlEntryImpl.java class AccessControlEntryImpl (line 44) | class AccessControlEntryImpl implements JackrabbitAccessControlEntry { method AccessControlEntryImpl (line 82) | AccessControlEntryImpl(Principal principal, Privilege[] privileges, bo... method getPrincipal (line 108) | @Override method getPrivileges (line 113) | @Override method isAllow (line 118) | @Override method getRestrictionNames (line 123) | @Override method getRestriction (line 132) | @Override method getRestrictions (line 151) | @Override method getPrivilegeCollection (line 157) | @Override method hashCode (line 163) | @Override method equals (line 171) | @Override method buildHashCode (line 188) | private int buildHashCode() { method getPrivilegesHashCode (line 198) | private int getPrivilegesHashCode() { method checkAbstract (line 211) | private void checkAbstract(Privilege[] privileges) throws AccessContro... method createJcrValue (line 224) | private Value createJcrValue(QValue qValue) throws RepositoryException { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/security/authorization/jackrabbit/acl/AccessControlListImpl.java class AccessControlListImpl (line 51) | class AccessControlListImpl implements JackrabbitAccessControlList, Acce... method AccessControlListImpl (line 66) | public AccessControlListImpl(String jcrPath, NamePathResolver resolver... method AccessControlListImpl (line 79) | AccessControlListImpl(NodeState aclNode, String aclPath, NamePathResol... method getAccessControlEntries (line 123) | @Override method addAccessControlEntry (line 129) | @Override method removeAccessControlEntry (line 134) | @Override method getPath (line 145) | @Override method isEmpty (line 150) | @Override method size (line 155) | @Override method addEntry (line 160) | @Override method addEntry (line 166) | @Override method addEntry (line 182) | @Override method getRestrictionNames (line 189) | @Override method getRestrictionType (line 194) | @Override method isMultiValueRestriction (line 203) | @Override method orderBefore (line 208) | @Override method hashCode (line 224) | @Override method equals (line 236) | @Override method createEntry (line 250) | private AccessControlEntry createEntry(Principal principal, Privilege[... method createRestrictions (line 255) | private Map createRestrictions(Map restri... method createMvRestrictions (line 264) | private Map> createMvRestrictions(Map operations, Set ... method persisted (line 82) | public void persisted() throws RepositoryException { method undo (line 149) | public void undo() throws RepositoryException { method getTarget (line 187) | public ItemState getTarget() { method isEmpty (line 194) | public boolean isEmpty() { method getOperations (line 201) | public Set getOperations() { method getAffectedStates (line 208) | public Set getAffectedStates() { method reset (line 216) | void reset() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ItemState.java class ItemState (line 40) | public abstract class ItemState { method ItemState (line 78) | protected ItemState(HierarchyEntry entry, ItemStateFactory isf, method ItemState (line 90) | protected ItemState(int initialStatus, HierarchyEntry entry, method getInitialStatus (line 117) | private static int getInitialStatus(NodeEntry parent) { method getHierarchyEntry (line 137) | public HierarchyEntry getHierarchyEntry() { method isValid (line 147) | public boolean isValid() { method isNode (line 157) | public abstract boolean isNode(); method getName (line 166) | public Name getName() { method getId (line 177) | public abstract ItemId getId() throws RepositoryException; method getWorkspaceId (line 186) | public abstract ItemId getWorkspaceId() throws RepositoryException; method getPath (line 196) | public Path getPath() throws RepositoryException { method getParent (line 209) | public NodeState getParent() throws ItemNotFoundException, RepositoryE... method getStatus (line 223) | public final int getStatus() { method setStatus (line 235) | public void setStatus(int newStatus) { method merge (line 279) | public abstract MergeResult merge(ItemState another, boolean keepChang... method revert (line 287) | public abstract boolean revert(); method addListener (line 294) | public void addListener(ItemStateLifeCycleListener listener) { method removeListener (line 305) | public void removeListener(ItemStateLifeCycleListener listener) { method getListeners (line 316) | public Iterator getListeners() { method invalidate (line 324) | public void invalidate() { method markModified (line 335) | void markModified() throws InvalidItemStateException { type MergeResult (line 365) | public interface MergeResult { method modified (line 371) | public boolean modified(); method dispose (line 377) | public void dispose(); class SimpleMergeResult (line 385) | protected class SimpleMergeResult implements MergeResult { method SimpleMergeResult (line 391) | public SimpleMergeResult(boolean modified) { method modified (line 395) | public boolean modified() { method dispose (line 399) | public void dispose() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ItemStateCreationListener.java type ItemStateCreationListener (line 22) | public interface ItemStateCreationListener extends ItemStateLifeCycleLis... method created (line 28) | public void created(ItemState state); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ItemStateFactory.java type ItemStateFactory (line 35) | public interface ItemStateFactory { method createRootState (line 43) | public NodeState createRootState(NodeEntry entry) throws ItemNotFoundE... method createNodeState (line 56) | public NodeState createNodeState(NodeId nodeId, NodeEntry entry) method createDeepNodeState (line 71) | public NodeState createDeepNodeState(NodeId nodeId, NodeEntry anyParent) method createPropertyState (line 87) | public PropertyState createPropertyState(PropertyId propertyId, Proper... method createDeepPropertyState (line 102) | public PropertyState createDeepPropertyState(PropertyId propertyId, No... method getChildNodeInfos (line 111) | public Iterator getChildNodeInfos(NodeId nodeId) throws Ite... method getNodeReferences (line 123) | public Iterator getNodeReferences(NodeState nodeState, Nam... method addCreationListener (line 130) | public void addCreationListener(ItemStateCreationListener listener); method removeCreationListener (line 137) | public void removeCreationListener(ItemStateCreationListener listener); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ItemStateLifeCycleListener.java type ItemStateLifeCycleListener (line 23) | public interface ItemStateLifeCycleListener { method statusChanged (line 32) | public void statusChanged(ItemState state, int previousStatus); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ItemStateValidator.java class ItemStateValidator (line 50) | public class ItemStateValidator { method ItemStateValidator (line 107) | public ItemStateValidator(ManagerProvider mgrProvider, PathFactory pat... method validate (line 128) | public void validate(NodeState nodeState) throws ConstraintViolationEx... method safeGetJCRPath (line 183) | private String safeGetJCRPath(ItemState itemState) { method checkIsWritable (line 199) | public void checkIsWritable(NodeState parentState, int options) throws... method checkSetProperty (line 251) | public void checkSetProperty(PropertyState propState, int options) method checkAddProperty (line 290) | public void checkAddProperty(NodeState parentState, Name propertyName,... method checkWriteProperty (line 313) | private void checkWriteProperty(NodeState parentState, Name propertyNa... method checkAddNode (line 371) | public void checkAddNode(NodeState parentState, Name nodeName, method checkRemoveItem (line 426) | public void checkRemoveItem(ItemState targetState, int options) method checkIsCheckedOut (line 473) | private void checkIsCheckedOut(ItemState itemState) method checkLock (line 489) | private void checkLock(ItemState itemState) throws LockException, Repo... method checkProtection (line 505) | private void checkProtection(ItemState itemState) method checkProtection (line 523) | private void checkProtection(QItemDefinition definition) throws Constr... method checkRemoveConstraints (line 536) | private void checkRemoveConstraints(ItemState itemState) method checkCollision (line 554) | private void checkCollision(NodeState parentState, Name propertyName) ... method checkCollision (line 583) | private void checkCollision(NodeState parentState, Name nodeName, Name... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/NodeState.java class NodeState (line 44) | public class NodeState extends ItemState { method NodeState (line 73) | protected NodeState(NodeEntry entry, Name nodeTypeName, Name[] mixinTy... method NodeState (line 90) | protected NodeState(NodeEntry entry, NodeInfo nInfo, ItemStateFactory ... method isNode (line 104) | @Override method getId (line 113) | @Override method getWorkspaceId (line 122) | @Override method merge (line 130) | @Override method revert (line 167) | @Override method getNodeEntry (line 189) | public NodeEntry getNodeEntry() { method getNodeId (line 198) | public NodeId getNodeId() throws RepositoryException { method getUniqueID (line 206) | public String getUniqueID() { method isRoot (line 215) | public boolean isRoot() { method getNodeTypeName (line 224) | public Name getNodeTypeName() { method getMixinTypeNames (line 233) | public Name[] getMixinTypeNames() { method setMixinTypeNames (line 242) | public void setMixinTypeNames(Name[] mixinTypeNames) { method getNodeTypeNames (line 254) | public synchronized Name[] getNodeTypeNames() { method getAllNodeTypeNames (line 271) | public synchronized Name[] getAllNodeTypeNames() { method hasDefinition (line 303) | public boolean hasDefinition() throws RepositoryException { method getDefinition (line 314) | public QNodeDefinition getDefinition() throws RepositoryException { method getNodeReferences (line 331) | public Iterator getNodeReferences(Name propertyName, boole... method hasChildNodeEntry (line 345) | public boolean hasChildNodeEntry(Name name, int index) { method getChildNodeState (line 361) | public NodeState getChildNodeState(Name nodeName, int index) throws It... method hasPropertyName (line 378) | public boolean hasPropertyName(Name propName) { method getPropertyState (line 396) | public PropertyState getPropertyState(Name propertyName) throws ItemNo... method reorderChildNodeEntries (line 416) | synchronized void reorderChildNodeEntries(NodeState insertNode, NodeSt... method moveChildNodeEntry (line 437) | synchronized void moveChildNodeEntry(NodeState newParent, NodeState ch... method retrieveDefinition (line 450) | private QNodeDefinition retrieveDefinition() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/PropertyState.java class PropertyState (line 37) | public class PropertyState extends ItemState { method PropertyState (line 70) | protected PropertyState(PropertyEntry entry, ItemStateFactory isf, method PropertyState (line 89) | protected PropertyState(PropertyEntry entry, PropertyInfo pInfo, method isNode (line 105) | @Override method getId (line 114) | @Override method getWorkspaceId (line 123) | @Override method merge (line 136) | @Override method revert (line 166) | @Override method getType (line 190) | public int getType() { method isMultiValued (line 199) | public boolean isMultiValued() { method getDefinition (line 211) | public QPropertyDefinition getDefinition() throws RepositoryException { method getValues (line 233) | public QValue[] getValues() { method getValue (line 244) | public QValue getValue() throws ValueFormatException { method setValues (line 263) | void setValues(QValue[] values, int type) throws RepositoryException { method validate (line 301) | private static void validate(QValue[] values, int propertyType, QPrope... method diff (line 325) | private static boolean diff(PropertyData p1, PropertyData p2) { class PropertyData (line 351) | private static class PropertyData { method PropertyData (line 356) | private PropertyData(PropertyInfo pInfo) { method PropertyData (line 361) | private PropertyData(int type, QValue[] values, QPropertyDefinition ... method setValues (line 365) | private void setValues(int type, QValue[] values, QPropertyDefinitio... method discardValues (line 376) | private void discardValues() { class PropertyDiffer (line 393) | private static class PropertyDiffer implements MergeResult { method PropertyDiffer (line 398) | PropertyDiffer(PropertyData oldData, PropertyData newData) { method modified (line 404) | public boolean modified() { method dispose (line 414) | public void dispose() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/SessionItemStateManager.java class SessionItemStateManager (line 72) | public class SessionItemStateManager extends TransientOperationVisitor i... method SessionItemStateManager (line 101) | public SessionItemStateManager(UpdatableItemStateManager workspaceItem... method hasPendingChanges (line 119) | public boolean hasPendingChanges() { method save (line 130) | public void save(ItemState state) throws ReferentialIntegrityException, method undo (line 159) | public void undo(ItemState itemState) throws ConstraintViolationExcept... method adjustReferences (line 182) | public void adjustReferences(ReferenceChangeTracker refTracker) throws... method execute (line 216) | public void execute(Operation operation) throws RepositoryException { method execute (line 224) | public void execute(ChangeLog changes) throws RepositoryException { method dispose (line 232) | public void dispose() { method visit (line 243) | public void visit(AddNode operation) throws LockException, ConstraintV... method visit (line 258) | public void visit(AddProperty operation) throws ValueFormatException, ... method visit (line 280) | public void visit(SetTree operation) throws RepositoryException { method visit (line 287) | public void visit(Move operation) throws LockException, ConstraintViol... method visit (line 313) | public void visit(Remove operation) throws ConstraintViolationExceptio... method visit (line 324) | public void visit(SetMixin operation) throws ConstraintViolationExcept... method visit (line 361) | public void visit(SetPrimaryType operation) throws ConstraintViolation... method visit (line 392) | public void visit(SetPropertyValue operation) throws ValueFormatExcept... method visit (line 401) | public void visit(ReorderNodes operation) throws ConstraintViolationEx... method addPropertyState (line 429) | private PropertyState addPropertyState(NodeState parent, Name property... method addNodeState (line 439) | private List addNodeState(NodeState parent, Name nodeName, ... method removeItemState (line 497) | private void removeItemState(ItemState itemState, int options) throws ... method setPropertyStateValue (line 525) | private void setPropertyStateValue(PropertyState propState, QValue[] iva, method computeSystemGeneratedPropertyValues (line 541) | private QValue[] computeSystemGeneratedPropertyValues(NodeState parent, method getQValues (line 598) | private static QValue[] getQValues(Name[] qNames, QValueFactory factor... method getQValues (line 606) | private static QValue[] getQValues(String uniqueID, QValueFactory fact... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/Status.java class Status (line 22) | public final class Status { method Status (line 27) | private Status() {} method isTerminal (line 100) | public static boolean isTerminal(int status) { method isValid (line 116) | public static boolean isValid(int status) { method isStale (line 131) | public static boolean isStale(int status) { method isTransient (line 147) | public static boolean isTransient(int status) { method isValidStatusChange (line 161) | public static boolean isValidStatusChange(int oldStatus, int newStatus) { method getNewStatus (line 219) | public static int getNewStatus(int oldStatus, int newStatusHint) { method getName (line 255) | public static String getName(int status) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/TransientISFactory.java class TransientISFactory (line 42) | public final class TransientISFactory extends AbstractItemStateFactory i... method TransientISFactory (line 49) | public TransientISFactory(AbstractItemStateFactory workspaceStateFacto... method createNewNodeState (line 62) | public NodeState createNewNodeState(NodeEntry entry, Name nodetypeName, method createNewPropertyState (line 76) | public PropertyState createNewPropertyState(PropertyEntry entry, QProp... method createRootState (line 87) | public NodeState createRootState(NodeEntry entry) throws ItemNotFoundE... method createNodeState (line 95) | public NodeState createNodeState(NodeId nodeId, NodeEntry entry) method createDeepNodeState (line 104) | public NodeState createDeepNodeState(NodeId nodeId, NodeEntry anyParent) method createPropertyState (line 113) | public PropertyState createPropertyState(PropertyId propertyId, method createDeepPropertyState (line 124) | public PropertyState createDeepPropertyState(PropertyId propertyId, No... method getChildNodeInfos (line 132) | public Iterator getChildNodeInfos(NodeId nodeId) throws Ite... method getNodeReferences (line 139) | public Iterator getNodeReferences(NodeState nodeState, Nam... method created (line 151) | public void created(ItemState state) { method statusChanged (line 159) | public void statusChanged(ItemState state, int previousStatus) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/TransientItemStateFactory.java type TransientItemStateFactory (line 32) | public interface TransientItemStateFactory extends ItemStateFactory { method createNewNodeState (line 43) | public NodeState createNewNodeState(NodeEntry entry, method createNewPropertyState (line 56) | public PropertyState createNewPropertyState(PropertyEntry entry, FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/TransientItemStateManager.java class TransientItemStateManager (line 50) | public class TransientItemStateManager implements ItemStateCreationListe... method TransientItemStateManager (line 84) | TransientItemStateManager() { method getOperations (line 90) | Iterator getOperations() { method addOperation (line 100) | void addOperation(Operation operation) { method hasPendingChanges (line 107) | boolean hasPendingChanges() { method getChangeLog (line 129) | ChangeLog getChangeLog(ItemState target, boolean throwOnStale) throws ... method createNewNodeState (line 226) | NodeState createNewNodeState(Name nodeName, String uniqueID, Name node... method createNewPropertyState (line 252) | PropertyState createNewPropertyState(Name propName, NodeState parent, method dispose (line 272) | void dispose() { method dispose (line 287) | void dispose(ChangeLog subChangeLog) { method removed (line 305) | private void removed(ItemState state) { method containedInTree (line 318) | private static boolean containedInTree(ItemState parent, ItemState sta... method statusChanged (line 350) | public void statusChanged(ItemState state, int previousStatus) { method created (line 431) | public void created(ItemState state) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/UpdatableItemStateManager.java type UpdatableItemStateManager (line 26) | public interface UpdatableItemStateManager { method execute (line 34) | public void execute(Operation operation) throws RepositoryException; method execute (line 43) | public void execute(ChangeLog changes) throws RepositoryException; method dispose (line 48) | void dispose(); FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/WorkspaceItemStateFactory.java class WorkspaceItemStateFactory (line 55) | public class WorkspaceItemStateFactory extends AbstractItemStateFactory { method WorkspaceItemStateFactory (line 64) | public WorkspaceItemStateFactory(RepositoryService service, SessionInf... method createRootState (line 73) | public NodeState createRootState(NodeEntry entry) throws ItemNotFoundE... method createNodeState (line 83) | public NodeState createNodeState(NodeId nodeId, NodeEntry entry) throw... method createDeepNodeState (line 112) | public NodeState createDeepNodeState(NodeId nodeId, NodeEntry anyParen... method createPropertyState (line 161) | public PropertyState createPropertyState(PropertyId propertyId, Proper... method createDeepPropertyState (line 191) | public PropertyState createDeepPropertyState(PropertyId propertyId, No... method getChildNodeInfos (line 236) | public Iterator getChildNodeInfos(NodeId nodeId) throws Ite... method getNodeReferences (line 242) | public Iterator getNodeReferences(NodeState nodeState, Nam... method first (line 269) | private static ItemInfo first(Iterator infos, Item... method createNodeState (line 296) | private NodeState createNodeState(NodeInfo info, NodeEntry entry) thro... method createPropertyState (line 364) | private PropertyState createPropertyState(PropertyInfo info, PropertyE... method createHierarchyEntries (line 406) | private HierarchyEntry createHierarchyEntries(ItemInfo info, NodeEntry... method createNodeEntry (line 436) | private NodeEntry createNodeEntry(NodeEntry parentEntry, Name name, in... method isUpToDate (line 456) | private static boolean isUpToDate(Entry cacheEntry, HierarchyEntry ... method isOutdated (line 470) | private static boolean isOutdated(Entry cacheEntry, HierarchyEntry ... method isMatchingPath (line 476) | private static boolean isMatchingPath(ItemInfo info, HierarchyEntry en... method assertMatchingPath (line 491) | private static void assertMatchingPath(ItemInfo info, HierarchyEntry e... method getAncestor (line 503) | private static NodeEntry getAncestor(HierarchyEntry entry, int degree) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/util/LogUtil.java class LogUtil (line 34) | public final class LogUtil { method LogUtil (line 41) | private LogUtil() {} method safeGetJCRPath (line 51) | public static String safeGetJCRPath(Path qPath, PathResolver pathResol... method safeGetJCRPath (line 69) | public static String safeGetJCRPath(ItemState itemState, PathResolver ... method saveGetJCRName (line 87) | public static String saveGetJCRName(Name qName, NameResolver nameResol... method saveGetIdString (line 104) | public static String saveGetIdString(ItemId itemId, PathResolver pathR... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/util/ReferenceChangeTracker.java class ReferenceChangeTracker (line 39) | public class ReferenceChangeTracker { method ReferenceChangeTracker (line 55) | public ReferenceChangeTracker() { method clear (line 61) | public void clear() { method mappedUUIDs (line 73) | public void mappedUUIDs(String oldUUID, String newUUID) { method getMappedReference (line 90) | public QValue getMappedReference(QValue oldReference, QValueFactory fa... method processedReference (line 111) | public void processedReference(PropertyState refPropertyState) { method getReferences (line 118) | public Iterator getReferences() { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/util/StateUtility.java class StateUtility (line 32) | public final class StateUtility { method StateUtility (line 37) | private StateUtility() {} method getMixinNames (line 46) | public static Name[] getMixinNames(PropertyState ps) { method getPrimaryTypeName (line 66) | public static Name getPrimaryTypeName(PropertyState ps) throws Reposit... method isUuidOrMixin (line 74) | public static boolean isUuidOrMixin(Name propName) { method isMovedState (line 78) | public static boolean isMovedState(NodeState state) { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/version/VersionHistoryImpl.java class VersionHistoryImpl (line 57) | public class VersionHistoryImpl extends NodeImpl implements VersionHisto... method VersionHistoryImpl (line 64) | public VersionHistoryImpl(SessionImpl session, NodeState state, ItemLi... method getVersionableUUID (line 82) | public String getVersionableUUID() throws RepositoryException { method getRootVersion (line 89) | public Version getRootVersion() throws RepositoryException { method getAllVersions (line 103) | public VersionIterator getAllVersions() throws RepositoryException { method getAllLinearVersions (line 121) | public VersionIterator getAllLinearVersions() throws RepositoryExcepti... method getAllFrozenNodes (line 143) | public NodeIterator getAllFrozenNodes() throws RepositoryException { method getAllLinearFrozenNodes (line 150) | public NodeIterator getAllLinearFrozenNodes() throws RepositoryExcepti... method getVersion (line 157) | public Version getVersion(String versionName) throws VersionException,... method getVersionByLabel (line 166) | public Version getVersionByLabel(String label) throws RepositoryExcept... method addVersionLabel (line 174) | public void addVersionLabel(String versionName, String label, boolean ... method removeVersionLabel (line 185) | public void removeVersionLabel(String label) throws VersionException, ... method hasVersionLabel (line 197) | public boolean hasVersionLabel(String label) throws RepositoryException { method hasVersionLabel (line 212) | public boolean hasVersionLabel(Version version, String label) throws V... method getVersionLabels (line 231) | public String[] getVersionLabels() throws RepositoryException { method getVersionLabels (line 245) | public String[] getVersionLabels(Version version) throws VersionExcept... method removeVersion (line 264) | public void removeVersion(String versionName) throws ReferentialIntegr... method getVersionableIdentifier (line 275) | public String getVersionableIdentifier() throws RepositoryException { method isSame (line 287) | @Override method checkIsWritable (line 306) | @Override method isWritable (line 318) | @Override method getQLabels (line 328) | private Name[] getQLabels() throws RepositoryException { method getVersionState (line 348) | private NodeState getVersionState(String versionName) throws VersionEx... method getVersionByLabel (line 370) | private Version getVersionByLabel(Name qLabel) throws VersionException... method getQLabel (line 387) | private Name getQLabel(String label) throws RepositoryException { method checkValidVersion (line 406) | private void checkValidVersion(Version version) throws VersionExceptio... method refreshEntry (line 417) | private static void refreshEntry(NodeEntry entry) throws RepositoryExc... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/version/VersionImpl.java class VersionImpl (line 43) | public class VersionImpl extends NodeImpl implements Version { method VersionImpl (line 47) | public VersionImpl(SessionImpl session, NodeState state, method getContainingHistory (line 56) | public VersionHistory getContainingHistory() throws RepositoryException { method getCreated (line 63) | public Calendar getCreated() throws RepositoryException { method getSuccessors (line 70) | public Version[] getSuccessors() throws RepositoryException { method getLinearSuccessor (line 77) | public Version getLinearSuccessor() throws RepositoryException { method getPredecessors (line 94) | public Version[] getPredecessors() throws RepositoryException { method getLinearPredecessor (line 101) | public Version getLinearPredecessor() throws RepositoryException { method getFrozenNode (line 118) | public Node getFrozenNode() throws RepositoryException { method isSame (line 130) | @Override method checkIsWritable (line 156) | @Override method isWritable (line 168) | @Override method getVersions (line 179) | private Version[] getVersions(Name propertyName) throws RepositoryExce... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/version/VersionManager.java type VersionManager (line 41) | public interface VersionManager { method checkin (line 53) | public NodeEntry checkin(NodeState nodeState) throws VersionException,... method checkout (line 62) | public void checkout(NodeState nodeState) throws UnsupportedRepository... method checkout (line 70) | public void checkout(NodeState nodeState, NodeId activityId) throws Re... method checkpoint (line 77) | public NodeEntry checkpoint(NodeState nodeState) throws RepositoryExce... method checkpoint (line 84) | public NodeEntry checkpoint(NodeState nodeState, NodeId activityId) th... method isCheckedOut (line 91) | public boolean isCheckedOut(NodeState nodeState) throws RepositoryExce... method checkIsCheckedOut (line 100) | public void checkIsCheckedOut(NodeState nodeState) throws VersionExcep... method removeVersion (line 112) | public void removeVersion(NodeState versionHistoryState, NodeState ver... method addVersionLabel (line 123) | public void addVersionLabel(NodeState versionHistoryState, NodeState v... method removeVersionLabel (line 133) | public void removeVersionLabel(NodeState versionHistoryState, NodeStat... method restore (line 151) | public void restore(NodeState nodeState, Path relativePath, NodeState ... method restore (line 164) | public void restore(NodeState[] versionStates, boolean removeExisting)... method merge (line 181) | public Iterator merge(NodeState nodeState, String workspaceNam... method merge (line 199) | public Iterator merge(NodeState nodeState, String workspaceNam... method resolveMergeConflict (line 213) | public void resolveMergeConflict(NodeState nodeState, NodeState versio... method createConfiguration (line 222) | public NodeEntry createConfiguration(NodeState nodeState) throws Unsup... method createActivity (line 231) | public NodeEntry createActivity(String title) throws UnsupportedReposi... method removeActivity (line 239) | public void removeActivity(NodeState activityState) throws Unsupported... method mergeActivity (line 248) | public Iterator mergeActivity(NodeState activityState) throws ... method getVersionableNodeEntry (line 255) | public NodeEntry getVersionableNodeEntry(NodeState versionState) throw... method getVersionHistoryEntry (line 262) | public NodeEntry getVersionHistoryEntry(NodeState versionableState) th... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/version/VersionManagerImpl.java class VersionManagerImpl (line 58) | public class VersionManagerImpl implements VersionManager { method VersionManagerImpl (line 62) | public VersionManagerImpl(WorkspaceManager workspaceManager) { method checkin (line 66) | public NodeEntry checkin(NodeState nodeState) throws RepositoryExcepti... method checkout (line 72) | public void checkout(NodeState nodeState) throws RepositoryException { method checkout (line 77) | public void checkout(NodeState nodeState, NodeId activityId) throws Re... method checkpoint (line 82) | public NodeEntry checkpoint(NodeState nodeState) throws RepositoryExce... method checkpoint (line 88) | public NodeEntry checkpoint(NodeState nodeState, NodeId activityId) th... method isCheckedOut (line 102) | public boolean isCheckedOut(NodeState nodeState) throws RepositoryExce... method checkIsCheckedOut (line 133) | public void checkIsCheckedOut(NodeState nodeState) throws VersionExcep... method removeVersion (line 139) | public void removeVersion(NodeState versionHistoryState, NodeState ver... method addVersionLabel (line 144) | public void addVersionLabel(NodeState versionHistoryState, NodeState v... method removeVersionLabel (line 149) | public void removeVersionLabel(NodeState versionHistoryState, NodeStat... method restore (line 154) | public void restore(NodeState nodeState, Path relativePath, NodeState ... method restore (line 159) | public void restore(NodeState[] versionStates, boolean removeExisting)... method merge (line 164) | public Iterator merge(NodeState nodeState, String workspaceNam... method merge (line 168) | public Iterator merge(NodeState nodeState, String workspaceNam... method resolveMergeConflict (line 174) | public void resolveMergeConflict(NodeState nodeState, NodeState versio... method createConfiguration (line 210) | public NodeEntry createConfiguration(NodeState nodeState) throws Unsup... method createActivity (line 216) | public NodeEntry createActivity(String title) throws UnsupportedReposi... method removeActivity (line 222) | public void removeActivity(NodeState activityState) throws Unsupported... method mergeActivity (line 227) | public Iterator mergeActivity(NodeState activityState) throws ... method getVersionableNodeEntry (line 233) | public NodeEntry getVersionableNodeEntry(NodeState versionState) throw... method getVersionHistoryEntry (line 242) | public NodeEntry getVersionHistoryEntry(NodeState versionableState) th... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/DocViewImportHandler.java class DocViewImportHandler (line 44) | class DocViewImportHandler extends TargetImportHandler { method DocViewImportHandler (line 65) | DocViewImportHandler(Importer importer, NamePathResolver resolver, method appendCharacters (line 82) | private void appendCharacters(char[] ch, int start, int length) method processCharacters (line 106) | private void processCharacters() method startElement (line 167) | @Override method parseNames (line 246) | private Name[] parseNames(String value) throws SAXException { method characters (line 264) | @Override method ignorableWhitespace (line 277) | @Override method endElement (line 290) | @Override FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/ImportHandler.java class ImportHandler (line 57) | public class ImportHandler extends DefaultHandler { method ImportHandler (line 82) | public ImportHandler(Importer importer, NamespaceResolver nsResolver, method warning (line 99) | @Override method error (line 110) | @Override method fatalError (line 121) | @Override method startDocument (line 134) | @Override method endDocument (line 162) | @Override method startPrefixMapping (line 175) | @Override method endPrefixMapping (line 216) | @Override method startElement (line 227) | @Override method characters (line 261) | @Override method endElement (line 270) | @Override class NamespaceContext (line 284) | class NamespaceContext implements NamespaceResolver { method NamespaceContext (line 294) | NamespaceContext() { method popContext (line 298) | void popContext() { method pushContext (line 302) | void pushContext() { method reset (line 306) | void reset() { method declarePrefix (line 310) | boolean declarePrefix(String prefix, String uri) { method getURI (line 321) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 335) | public String getPrefix(String uri) throws NamespaceException { method getUniquePrefix (line 361) | public String getUniquePrefix(String uriHint) throws RepositoryExcepti... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/Importer.java type Importer (line 30) | public interface Importer { method start (line 35) | void start() throws RepositoryException; method startNode (line 44) | void startNode(NodeInfo nodeInfo, List propInfos, NamePathRe... method endNode (line 51) | void endNode(NodeInfo nodeInfo) throws RepositoryException; method end (line 56) | void end() throws RepositoryException; class NodeInfo (line 59) | static class NodeInfo { method NodeInfo (line 65) | public NodeInfo(Name name, Name nodeTypeName, Name[] mixinNames, Str... method getName (line 72) | public Name getName() { method getNodeTypeName (line 76) | public Name getNodeTypeName() { method getMixinNames (line 80) | public Name[] getMixinNames() { method setUUID (line 84) | public void setUUID(String uuid) { method getUUID (line 88) | public String getUUID() { class PropInfo (line 93) | static class PropInfo { method PropInfo (line 98) | public PropInfo(Name name, int type, TextValue[] values) { method getName (line 104) | public Name getName() { method getType (line 108) | public int getType() { method getValues (line 112) | public TextValue[] getValues() { type TextValue (line 121) | interface TextValue { method length (line 128) | long length() throws IOException; method retrieve (line 136) | String retrieve() throws IOException; method reader (line 144) | Reader reader() throws IOException; FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/SessionImporter.java class SessionImporter (line 78) | public class SessionImporter implements Importer, SessionListener { method SessionImporter (line 115) | public SessionImporter(Path parentPath, SessionImpl session, method start (line 144) | public void start() throws RepositoryException { method startNode (line 152) | public void startNode(NodeInfo nodeInfo, List propInfos, Nam... method endNode (line 240) | public void endNode(NodeInfo nodeInfo) throws RepositoryException { method end (line 251) | public void end() throws RepositoryException { method loggingOut (line 272) | public void loggingOut(Session session) { method loggedOut (line 283) | public void loggedOut(Session session) { method setClosed (line 288) | private void setClosed(boolean isClosed) { method isClosed (line 297) | private boolean isClosed() { method checkSession (line 301) | private void checkSession() throws RepositoryException { method resolveUUIDConflict (line 315) | NodeState resolveUUIDConflict(NodeState parent, NodeEntry conflicting, method importNode (line 390) | private NodeState importNode(NodeInfo nodeInfo, NodeState parent) thro... method importProperty (line 467) | private void importProperty(PropInfo pi, NodeState parentState, NamePa... method getPropertyValues (line 557) | private QValue[] getPropertyValues(PropInfo propertyInfo, int targetType, method buildQValue (line 581) | private QValue buildQValue(TextValue tv, int targetType, NamePathResol... method checkIncludesMixReferenceable (line 631) | private void checkIncludesMixReferenceable(Importer.NodeInfo nodeInfo)... FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/SysViewImportHandler.java class SysViewImportHandler (line 39) | class SysViewImportHandler extends TargetImportHandler { method SysViewImportHandler (line 79) | SysViewImportHandler(Importer importer, NamePathResolver resolver) { method processNode (line 83) | private void processNode(ImportState state, boolean start, boolean end) method startElement (line 118) | @Override method characters (line 198) | @Override method ignorableWhitespace (line 215) | @Override method endElement (line 235) | @Override class ImportState (line 315) | class ImportState { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/TargetImportHandler.java class TargetImportHandler (line 42) | abstract class TargetImportHandler extends DefaultHandler { method TargetImportHandler (line 49) | protected TargetImportHandler(Importer importer, NamePathResolver reso... method disposePropertyValues (line 60) | protected void disposePropertyValues(Importer.PropInfo prop) { method startDocument (line 83) | @Override method endDocument (line 99) | @Override type AppendableValue (line 117) | public interface AppendableValue extends Importer.TextValue { method append (line 126) | void append(char[] chars, int start, int length) method close (line 135) | void close() throws IOException; method dispose (line 144) | void dispose() throws IOException; class StringValue (line 150) | protected class StringValue implements Importer.TextValue { method StringValue (line 160) | protected StringValue(String value) { method length (line 168) | public long length() { method retrieve (line 175) | public String retrieve() { method reader (line 182) | public Reader reader() { class BufferedStringValue (line 196) | protected class BufferedStringValue implements AppendableValue { method BufferedStringValue (line 229) | protected BufferedStringValue() { method length (line 240) | public long length() throws IOException { method retrieve (line 255) | public String retrieve() throws IOException { method reader (line 284) | public Reader reader() throws IOException { method append (line 300) | public void append(char[] chars, int start, int length) method close (line 343) | public void close() throws IOException { method dispose (line 356) | public void dispose() throws IOException { FILE: jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/xml/WorkspaceContentHandler.java class WorkspaceContentHandler (line 42) | public class WorkspaceContentHandler extends DefaultHandler { method WorkspaceContentHandler (line 54) | public WorkspaceContentHandler(Workspace workspace, String parentAbsPa... method endDocument (line 73) | @Override method startDocument (line 93) | @Override method characters (line 98) | @Override method ignorableWhitespace (line 103) | @Override method endPrefixMapping (line 108) | @Override method skippedEntity (line 113) | @Override method setDocumentLocator (line 118) | @Override method processingInstruction (line 123) | @Override method startPrefixMapping (line 128) | @Override method endElement (line 133) | @Override method startElement (line 138) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AbstractJCR2SPITest.java class AbstractJCR2SPITest (line 81) | public abstract class AbstractJCR2SPITest extends TestCase implements Re... method setUp (line 90) | @Override method toJCRPath (line 120) | public static final String toJCRPath(Path path) { method initInfosStore (line 139) | protected abstract void initInfosStore(NodeInfoBuilder builder) throws... method getRepositoryService (line 141) | protected RepositoryService getRepositoryService() throws RepositoryEx... method getCndReader (line 209) | protected Reader getCndReader() throws RepositoryException { method getNameSpaces (line 219) | protected Map getNameSpaces() { method getDescriptors (line 223) | protected Map getDescriptors() throws RepositoryExce... method getWspNames (line 238) | protected List getWspNames() { method getRepositoryConfig (line 242) | protected RepositoryConfig getRepositoryConfig() { method getRepository (line 250) | protected Repository getRepository() throws RepositoryException { method checkCredentials (line 254) | protected void checkCredentials(Credentials credentials, String worksp... method getIdFactory (line 260) | public IdFactory getIdFactory() throws RepositoryException { method getNameFactory (line 264) | public NameFactory getNameFactory() throws RepositoryException { method getPathFactory (line 268) | public PathFactory getPathFactory() throws RepositoryException { method getQValueFactory (line 272) | public QValueFactory getQValueFactory() throws RepositoryException { method getRepositoryDescriptors (line 276) | public Map getRepositoryDescriptors() throws Reposit... method getItemInfoCache (line 280) | public ItemInfoCache getItemInfoCache(SessionInfo sessionInfo) throws ... method getPrivilegeDefinitions (line 284) | public PrivilegeDefinition[] getPrivilegeDefinitions( method getSupportedPrivileges (line 289) | public PrivilegeDefinition[] getSupportedPrivileges( method getPrivilegeNames (line 294) | public Name[] getPrivilegeNames( method obtain (line 300) | public SessionInfo obtain(Credentials credentials, String workspaceNam... method obtain (line 304) | public SessionInfo obtain(SessionInfo sessionInfo, String workspaceNam... method impersonate (line 308) | public SessionInfo impersonate(SessionInfo sessionInfo, Credentials cr... method dispose (line 314) | public void dispose(SessionInfo sessionInfo) throws RepositoryException { method getWorkspaceNames (line 318) | public String[] getWorkspaceNames(SessionInfo sessionInfo) throws Repo... method isGranted (line 325) | public boolean isGranted(SessionInfo sessionInfo, ItemId itemId, Strin... method getNodeDefinition (line 334) | public QNodeDefinition getNodeDefinition(SessionInfo sessionInfo, Node... method getPropertyDefinition (line 340) | public QPropertyDefinition getPropertyDefinition(SessionInfo sessionIn... method createRootNodeDefinition (line 346) | protected abstract QNodeDefinition createRootNodeDefinition(); method getNodeInfo (line 348) | public abstract NodeInfo getNodeInfo(SessionInfo sessionInfo, NodeId n... method getItemInfos (line 350) | public abstract Iterator getItemInfos(SessionInfo ... method getChildInfos (line 352) | public abstract Iterator getChildInfos(SessionInfo sessionI... method getPropertyInfo (line 354) | public abstract PropertyInfo getPropertyInfo(SessionInfo sessionInfo, ... method getReferences (line 356) | public Iterator getReferences(SessionInfo sessionInfo, Nod... method createBatch (line 364) | public Batch createBatch(SessionInfo sessionInfo, ItemId itemId) throw... method submit (line 368) | public void submit(Batch batch) throws RepositoryException { method createTree (line 372) | @Override method importXml (line 379) | public void importXml(SessionInfo sessionInfo, NodeId parentId, InputS... method move (line 388) | public void move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId des... method copy (line 394) | public void copy(SessionInfo sessionInfo, String srcWorkspaceName, Nod... method update (line 403) | public void update(SessionInfo sessionInfo, NodeId nodeId, String srcW... method clone (line 409) | public void clone(SessionInfo sessionInfo, String srcWorkspaceName, No... method getLockInfo (line 418) | public LockInfo getLockInfo(SessionInfo sessionInfo, NodeId nodeId) th... method lock (line 422) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean d... method lock (line 428) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean d... method refreshLock (line 434) | public void refreshLock(SessionInfo sessionInfo, NodeId nodeId) method unlock (line 440) | public void unlock(SessionInfo sessionInfo, NodeId nodeId) method checkin (line 448) | public NodeId checkin(SessionInfo sessionInfo, NodeId nodeId) throws R... method checkout (line 452) | public void checkout(SessionInfo sessionInfo, NodeId nodeId) throws Re... method checkout (line 456) | public void checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId ac... method checkpoint (line 460) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId) method checkpoint (line 465) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeI... method removeVersion (line 470) | public void removeVersion(SessionInfo sessionInfo, NodeId versionHisto... method restore (line 476) | public void restore(SessionInfo sessionInfo, NodeId[] versionIds, bool... method restore (line 482) | public void restore(SessionInfo sessionInfo, NodeId nodeId, NodeId ver... method merge (line 488) | public Iterator merge(SessionInfo sessionInfo, NodeId nodeId, ... method merge (line 494) | public Iterator merge(SessionInfo sessionInfo, NodeId nodeId, ... method resolveMergeConflict (line 500) | public void resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeI... method addVersionLabel (line 506) | public void addVersionLabel(SessionInfo sessionInfo, NodeId versionHis... method removeVersionLabel (line 512) | public void removeVersionLabel(SessionInfo sessionInfo, NodeId version... method createActivity (line 518) | public NodeId createActivity(SessionInfo sessionInfo, String title) method removeActivity (line 523) | public void removeActivity(SessionInfo sessionInfo, NodeId activityId) method mergeActivity (line 529) | public Iterator mergeActivity(SessionInfo sessionInfo, NodeId ... method createConfiguration (line 535) | public NodeId createConfiguration(SessionInfo sessionInfo, NodeId nodeId) method getSupportedQueryLanguages (line 542) | public String[] getSupportedQueryLanguages(SessionInfo sessionInfo) th... method checkQueryStatement (line 547) | public String[] checkQueryStatement(SessionInfo sessionInfo, String st... method executeQuery (line 553) | public QueryInfo executeQuery(SessionInfo sessionInfo, String statemen... method createEventFilter (line 564) | public EventFilter createEventFilter(SessionInfo sessionInfo, int even... method createSubscription (line 570) | public Subscription createSubscription(SessionInfo sessionInfo, EventF... method updateEventFilters (line 576) | public void updateEventFilters(Subscription subscription, EventFilter[... method getEvents (line 582) | public EventBundle[] getEvents(Subscription subscription, long timeout... method getEvents (line 588) | public EventBundle getEvents(SessionInfo sessionInfo, EventFilter filt... method dispose (line 594) | public void dispose(Subscription subscription) throws RepositoryExcept... method getRegisteredNamespaces (line 601) | public Map getRegisteredNamespaces(SessionInfo session... method getNamespaceURI (line 605) | public String getNamespaceURI(SessionInfo sessionInfo, String prefix) method getNamespacePrefix (line 611) | public String getNamespacePrefix(SessionInfo sessionInfo, String uri) method registerNamespace (line 617) | public void registerNamespace(SessionInfo sessionInfo, String prefix, ... method unregisterNamespace (line 623) | public void unregisterNamespace(SessionInfo sessionInfo, String uri) t... method getQNodeTypeDefinitions (line 630) | public Iterator getQNodeTypeDefinitions(SessionIn... method getQNodeTypeDefinitions (line 636) | public Iterator getQNodeTypeDefinitions(SessionIn... method registerNodeTypes (line 642) | public void registerNodeTypes(SessionInfo sessionInfo, QNodeTypeDefini... method unregisterNodeTypes (line 648) | public void unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTy... method createWorkspace (line 656) | public void createWorkspace(SessionInfo sessionInfo, String name, Stri... method deleteWorkspace (line 662) | public void deleteWorkspace(SessionInfo sessionInfo, String name) thro... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AbstractMoveTest.java class AbstractMoveTest (line 33) | abstract class AbstractMoveTest extends AbstractJCRTest { method setUp (line 43) | @Override method tearDown (line 59) | @Override method isSessionMove (line 67) | protected abstract boolean isSessionMove(); method doMove (line 69) | protected void doMove(String srcPath, String destPath) FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AbstractMoveTreeTest.java class AbstractMoveTreeTest (line 37) | abstract class AbstractMoveTreeTest extends AbstractJCRTest { method setUp (line 52) | @Override method tearDown (line 73) | @Override method saveBeforeMove (line 83) | protected abstract boolean saveBeforeMove(); method isSessionMove (line 85) | protected abstract boolean isSessionMove(); method doMove (line 87) | protected void doMove(String srcPath, String destPath) throws Reposito... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AbstractRepositoryConfig.java class AbstractRepositoryConfig (line 27) | public abstract class AbstractRepositoryConfig implements RepositoryConf... method getCacheBehaviour (line 35) | public CacheBehaviour getCacheBehaviour() { method getItemCacheSize (line 39) | public int getItemCacheSize() { method getPollTimeout (line 43) | public int getPollTimeout() { method getConfiguration (line 47) | @Override method getInfoCacheSize (line 52) | public int getInfoCacheSize() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AccessByRelativePathTest.java class AccessByRelativePathTest (line 31) | public class AccessByRelativePathTest extends AbstractJCRTest { method testRootHasNodeDot (line 42) | public void testRootHasNodeDot() throws RepositoryException { method testRootGetNodeDot (line 53) | public void testRootGetNodeDot() throws RepositoryException { method testRootGetNodeDotDot (line 64) | public void testRootGetNodeDotDot() throws RepositoryException { method testHasNodeDot (line 80) | public void testHasNodeDot() throws RepositoryException { method GetNodeDot (line 90) | public void GetNodeDot() throws RepositoryException { method testGetNodeDotDot (line 102) | public void testGetNodeDotDot() throws RepositoryException, NotExecuta... method testHasPropertyDot (line 118) | public void testHasPropertyDot() throws RepositoryException { method testGetPropertyDot (line 128) | public void testGetPropertyDot() throws RepositoryException { method testHasPropertyDotDot (line 143) | public void testHasPropertyDotDot() throws RepositoryException { method testGetPropertyDotDot (line 153) | public void testGetPropertyDotDot() throws RepositoryException { method testGetNodeDotSlashName (line 170) | public void testGetNodeDotSlashName() throws RepositoryException, NotE... method testGetNodeDotDotSlashName (line 196) | public void testGetNodeDotDotSlashName() throws RepositoryException, N... method testGetPropertyDotSlashName (line 211) | public void testGetPropertyDotSlashName() throws RepositoryException { method testGetPropertyDotDotSlashName (line 225) | public void testGetPropertyDotDotSlashName() throws RepositoryExceptio... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AddNewPropertyTest.java class AddNewPropertyTest (line 35) | public class AddNewPropertyTest extends AbstractJCRTest { method tearDown (line 41) | @Override method setUp (line 47) | @Override method testPropertyAccessibleAfterSave (line 57) | public void testPropertyAccessibleAfterSave() throws NotExecutableExce... method testAddPropertyWithNullValue (line 81) | public void testAddPropertyWithNullValue() throws NotExecutableExcepti... method testAddPropertyWithNullValues (line 99) | public void testAddPropertyWithNullValues() throws NotExecutableExcept... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AddNodeTest.java class AddNodeTest (line 30) | public class AddNodeTest extends AbstractJCRTest { method testAddNodeOnLocked (line 39) | public void testAddNodeOnLocked() throws Exception { method testAddNodeNonASCII (line 56) | public void testAddNodeNonASCII() throws Exception { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/AddPropertyTest.java class AddPropertyTest (line 31) | public class AddPropertyTest extends AbstractJCRTest { method setUp (line 37) | @Override method tearDown (line 45) | @Override method assertItemStatus (line 51) | private static void assertItemStatus(Item item, int status) throws Not... method testReplacingProperty (line 59) | public void testReplacingProperty() throws RepositoryException, method testReplacingProperty2 (line 78) | public void testReplacingProperty2() throws RepositoryException, method testRevertReplacingProperty (line 97) | public void testRevertReplacingProperty() throws RepositoryException, method testAddingProperty (line 117) | public void testAddingProperty() throws RepositoryException, method testAddingProperty2 (line 135) | public void testAddingProperty2() throws RepositoryException, method testRevertAddingProperty (line 154) | public void testRevertAddingProperty() throws RepositoryException, FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/BinaryTest.java class BinaryTest (line 38) | public class BinaryTest extends AbstractJCRTest { method generateValue (line 40) | private static ByteArrayInputStream generateValue() { method getQValue (line 47) | private static QValue getQValue(Property p) throws ValueFormatException { method assertDisposed (line 51) | private static void assertDisposed(QValue v) { method testStreamBinary (line 60) | public void testStreamBinary() throws Exception { method testStreamBinary2 (line 79) | public void testStreamBinary2() throws Exception { method testBinaryTwiceNewProperty (line 98) | public void testBinaryTwiceNewProperty() throws Exception { method testBinaryTwiceModifiedProperty (line 113) | public void testBinaryTwiceModifiedProperty() throws Exception { method testBinaryTwiceIntermediateSave (line 132) | public void testBinaryTwiceIntermediateSave() throws Exception { method testRevertSettingExistingBinary (line 149) | public void testRevertSettingExistingBinary() throws Exception { method testStreamIntegrity (line 171) | public void testStreamIntegrity() throws Exception { method checkBinary (line 197) | protected void checkBinary(Property p) throws Exception { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/CopyMoveToJsonTest.java class CopyMoveToJsonTest (line 32) | public class CopyMoveToJsonTest extends AbstractJCRTest { method testCreateJson (line 36) | public void testCreateJson() throws Exception { method testCopyJson (line 51) | public void testCopyJson() throws Exception { method testMoveJson (line 67) | public void testMoveJson() throws Exception { method createJsonNode (line 83) | private Node createJsonNode(String name) throws RepositoryException, U... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ExternalModificationTest.java class ExternalModificationTest (line 33) | public class ExternalModificationTest extends AbstractJCRTest { method setUp (line 41) | @Override method tearDown (line 54) | @Override method isItemStatus (line 65) | private static boolean isItemStatus(Item item, int status) throws NotE... method assertItemStatus (line 73) | private static void assertItemStatus(Item item, int status) throws Not... method testMovedReferenceableNode (line 81) | public void testMovedReferenceableNode() throws RepositoryException, N... method testRefreshMovedReferenceableNode (line 100) | public void testRefreshMovedReferenceableNode() throws RepositoryExcep... method testConflictingAddMixin (line 124) | public void testConflictingAddMixin() throws RepositoryException, NotE... method testStaleDestroyed (line 154) | public void testStaleDestroyed() throws RepositoryException, NotExecut... method testStaleDestroyed2 (line 172) | public void testStaleDestroyed2() throws RepositoryException, NotExecu... method testStaleDestroyed3 (line 186) | public void testStaleDestroyed3() throws RepositoryException, NotExecu... method testExternalRemoval (line 209) | public void testExternalRemoval() throws RepositoryException, NotExecu... method testExternalRemoval2 (line 230) | public void testExternalRemoval2() throws RepositoryException, NotExec... method testExternalRemoval3 (line 258) | public void testExternalRemoval3() throws RepositoryException, NotExec... method testNewItemsUponStaleDestroyed (line 287) | public void testNewItemsUponStaleDestroyed() throws RepositoryExceptio... method testChildItemsUponStaleDestroyed (line 325) | public void testChildItemsUponStaleDestroyed() throws RepositoryExcept... method testUnmodifiedAncestorRemoved (line 359) | public void testUnmodifiedAncestorRemoved() throws RepositoryException... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/GetItemsTest.java class GetItemsTest (line 49) | public class GetItemsTest extends AbstractJCR2SPITest { method setUp (line 52) | @Override method initInfosStore (line 58) | @Override method tearDown (line 86) | @Override method testGetItemInfosRootFirst (line 100) | public void testGetItemInfosRootFirst() throws RepositoryException { method testGetItemInfosDeepFirst (line 110) | public void testGetItemInfosDeepFirst() throws RepositoryException { method checkHierarchy (line 116) | private void checkHierarchy() throws PathNotFoundException, Repository... method createRootNodeDefinition (line 138) | @Override method getChildInfos (line 144) | @Override method getItemInfos (line 152) | @Override method getNodeInfo (line 165) | @Override method getPropertyInfo (line 170) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/GetPropertyTest.java class GetPropertyTest (line 35) | public class GetPropertyTest extends AbstractJCRTest { method setUp (line 45) | @Override method tearDown (line 63) | @Override method testItemExists (line 72) | public void testItemExists() throws RepositoryException { method testGetItem (line 77) | public void testGetItem() throws RepositoryException { method testHasProperty (line 82) | public void testHasProperty() throws RepositoryException { method testGetProperty (line 90) | public void testGetProperty() throws RepositoryException { method testGetDeepProperty (line 98) | public void testGetDeepProperty() throws RepositoryException { method testGetExternallyAddedItems (line 116) | public void testGetExternallyAddedItems() throws RepositoryException { method testGetExternallyChangedNode (line 129) | public void testGetExternallyChangedNode() throws RepositoryException { method testGetExternallyChangedProperty (line 156) | public void testGetExternallyChangedProperty() throws RepositoryExcept... method testGetDeepSNSProperties (line 184) | public void testGetDeepSNSProperties() throws RepositoryException, Not... method testGetDeepRefNodeProperties (line 214) | public void testGetDeepRefNodeProperties() throws RepositoryException,... method testGetPropertyOfRemovedAncestor (line 234) | public void testGetPropertyOfRemovedAncestor() throws RepositoryExcept... method testGetDeepEmptyStringProperty (line 275) | public void testGetDeepEmptyStringProperty() throws RepositoryExceptio... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/HierarchyNodeTest.java class HierarchyNodeTest (line 35) | public class HierarchyNodeTest extends AbstractJCRTest { method setUp (line 46) | @Override method tearDown (line 82) | @Override method testGetProperties (line 88) | public void testGetProperties() throws RepositoryException { method dump (line 98) | private void dump(Node node) throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/IsSameTest.java class IsSameTest (line 32) | public class IsSameTest extends AbstractJCRTest { method testIsSameProperty (line 36) | public void testIsSameProperty() throws RepositoryException { method testIsSameProperty2 (line 52) | public void testIsSameProperty2() throws RepositoryException { method testIsSameProperty3 (line 71) | public void testIsSameProperty3() throws RepositoryException { method testIsSameProperty4 (line 90) | public void testIsSameProperty4() throws RepositoryException { method testIsSameNode (line 109) | public void testIsSameNode() throws RepositoryException { method testIsSameNode2 (line 128) | public void testIsSameNode2() throws RepositoryException { method testIsSameNode3 (line 147) | public void testIsSameNode3() throws RepositoryException { method testIsSameNode4 (line 161) | public void testIsSameNode4() throws RepositoryException { method testIsSameNode5 (line 182) | public void testIsSameNode5() throws RepositoryException { method testIsSameNode6 (line 205) | public void testIsSameNode6() throws RepositoryException { method testIsSameNode7 (line 237) | public void testIsSameNode7() throws RepositoryException { method testSameInstanceIsSame (line 263) | public void testSameInstanceIsSame() throws RepositoryException { method testNewNodeIsSame (line 270) | public void testNewNodeIsSame() throws RepositoryException { method testNewPropertyIsSame (line 289) | public void testNewPropertyIsSame() throws RepositoryException { method testNewItemFromDifferentSessions (line 296) | public void testNewItemFromDifferentSessions() throws RepositoryExcept... method testDifferentItemType (line 315) | public void testDifferentItemType() throws RepositoryException { method testShadowingItems (line 323) | public void testShadowingItems() throws RepositoryException { method testShadowingItems2 (line 339) | public void testShadowingItems2() throws RepositoryException { method testShadowingItems3 (line 353) | public void testShadowingItems3() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ItemInfoStore.java class ItemInfoStore (line 41) | public class ItemInfoStore { method getItemInfo (line 52) | public ItemInfo getItemInfo(ItemId id) throws ItemNotFoundException { method getItemInfos (line 64) | public Iterator getItemInfos() { method getNodeInfo (line 75) | public NodeInfo getNodeInfo(NodeId id) throws ItemNotFoundException { method getPropertyInfo (line 90) | public PropertyInfo getPropertyInfo(PropertyId id) throws ItemNotFound... method getBatch (line 105) | public Iterator getBatch(ItemId id) { method getChildInfos (line 120) | public Iterator getChildInfos(NodeId id) throws ItemNotFoun... method addItemInfo (line 133) | public void addItemInfo(ItemInfo info) { method updateBatch (line 143) | public void updateBatch(ItemId id, ItemInfo info) { method updateChilds (line 156) | public void updateChilds(ItemId id, ChildInfo info) { method setChildInfos (line 170) | public void setChildInfos(NodeId id, Iterator infos) { method notFound (line 176) | private static T notFound(ItemId itemId) throws ItemNotFoundExcept... method toList (line 180) | private static List toList(Iterator infos) { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/Jcr2SpiTestSuite.java class Jcr2SpiTestSuite (line 24) | public class Jcr2SpiTestSuite extends TestSuite { method Jcr2SpiTestSuite (line 26) | public Jcr2SpiTestSuite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/LazyItemIteratorTest.java class LazyItemIteratorTest (line 32) | public class LazyItemIteratorTest extends AbstractJCRTest { method setUp (line 34) | @Override method testSizeGreaterMinusOne (line 39) | public void testSizeGreaterMinusOne() throws RepositoryException { method testSizeOfEmptyIteratorIsZero (line 51) | public void testSizeOfEmptyIteratorIsZero() throws RepositoryException { method testSizeShrinksIfInvalidItemFound (line 73) | public void testSizeShrinksIfInvalidItemFound() throws NotExecutableEx... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/LoginTest.java class LoginTest (line 27) | public class LoginTest extends AbstractJCRTest { method testNullLogin (line 31) | public void testNullLogin() throws RepositoryException { method testNullWorkspaceLogin (line 40) | public void testNullWorkspaceLogin() throws RepositoryException { method testNullCredentialsNullWorkspaceLogin (line 49) | public void testNullCredentialsNullWorkspaceLogin() throws RepositoryE... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MixinModificationTest.java class MixinModificationTest (line 33) | public class MixinModificationTest extends AbstractJCRTest { method assertItemStatus (line 37) | private static void assertItemStatus(Item item, int status) throws Not... method testAddMixin (line 45) | public void testAddMixin() throws RepositoryException, method testAddMixin2 (line 71) | public void testAddMixin2() throws RepositoryException, method testRemoveMixin (line 88) | public void testRemoveMixin() throws RepositoryException, NotExecutabl... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveCombinedTest.java class MoveCombinedTest (line 28) | public class MoveCombinedTest extends AbstractMoveTest { method setUp (line 34) | @Override method tearDown (line 40) | @Override method isSessionMove (line 49) | @Override method testMoveAndAddNode (line 54) | public void testMoveAndAddNode() throws RepositoryException { method testMoveAndAddProperty (line 62) | public void testMoveAndAddProperty() throws RepositoryException { method testMoveAndSetPropertyValue (line 70) | public void testMoveAndSetPropertyValue() throws RepositoryException { method testMoveAndRemove (line 81) | public void testMoveAndRemove() throws RepositoryException { method testMoveAndSetMixin (line 94) | public void testMoveAndSetMixin() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveMultipleTest.java class MoveMultipleTest (line 32) | public class MoveMultipleTest extends AbstractMoveTest { method setUp (line 38) | @Override method isSessionMove (line 44) | @Override method testMultipleMove (line 53) | public void testMultipleMove() throws RepositoryException { method testRevertingMultipleMove (line 84) | public void testRevertingMultipleMove() throws RepositoryException { method testMultipleMoveNewNode (line 102) | public void testMultipleMoveNewNode() throws RepositoryException { method testMoveDestination (line 126) | public void testMoveDestination() throws RepositoryException { method testMoveParentAndChild (line 139) | public void testMoveParentAndChild() throws RepositoryException { method testRevertingMoveParentAndChild (line 174) | public void testRevertingMoveParentAndChild() throws RepositoryExcepti... method testMoveNewParentAndNewChild (line 197) | public void testMoveNewParentAndNewChild() throws RepositoryException { method testRevertingMoveParentAndNewChild (line 221) | public void testRevertingMoveParentAndNewChild() throws RepositoryExce... method testAccessChildrenAfterMove (line 246) | public void testAccessChildrenAfterMove() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveNewTreeTest.java class MoveNewTreeTest (line 33) | public class MoveNewTreeTest extends AbstractMoveTreeTest { method saveBeforeMove (line 37) | @Override method isSessionMove (line 42) | @Override method testTreeAncestors (line 47) | public void testTreeAncestors() throws RepositoryException { method testTreeEntries (line 57) | public void testTreeEntries() throws RepositoryException { method testOldPath (line 66) | public void testOldPath() throws RepositoryException { method testRevertRemovedFromSrc (line 81) | public void testRevertRemovedFromSrc() throws RepositoryException { method testRevertRemovedFromDestination (line 91) | public void testRevertRemovedFromDestination() throws RepositoryExcept... method testRevertInvalidatedMovedTree (line 96) | public void testRevertInvalidatedMovedTree() throws RepositoryException { method testRefreshMovedTree (line 118) | public void testRefreshMovedTree() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveReferenceableTest.java class MoveReferenceableTest (line 29) | public class MoveReferenceableTest extends AbstractMoveTest { method setUp (line 33) | @Override method isSessionMove (line 45) | @Override method testMovedReferenceable (line 53) | public void testMovedReferenceable() throws RepositoryException, NotEx... method testMovedReferenceable2 (line 65) | public void testMovedReferenceable2() throws RepositoryException, NotE... method testAccessMovedReferenceableByUUID (line 78) | public void testAccessMovedReferenceableByUUID() throws RepositoryExce... method testAccessMovedReferenceableByUUID2 (line 92) | public void testAccessMovedReferenceableByUUID2() throws RepositoryExc... method testMoveTwice (line 109) | public void testMoveTwice() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveSNSTest.java class MoveSNSTest (line 34) | public class MoveSNSTest extends AbstractMoveTest { method setUp (line 41) | @Override method tearDown (line 60) | @Override method isSessionMove (line 67) | @Override method testMovedNodeGetPath (line 76) | public void testMovedNodeGetPath() throws RepositoryException, NotExec... method testMovedNodeGetPath2 (line 88) | public void testMovedNodeGetPath2() throws RepositoryException, NotExe... method testAccessMovedNodeByOldPath (line 100) | public void testAccessMovedNodeByOldPath() throws RepositoryException,... method testAccessMovedNodeByOldPath2 (line 117) | public void testAccessMovedNodeByOldPath2() throws RepositoryException... method testMovedNodeIsSame (line 138) | public void testMovedNodeIsSame() throws RepositoryException, NotExecu... method testMovedNodeIsSame2 (line 162) | public void testMovedNodeIsSame2() throws RepositoryException, NotExec... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveTest.java class MoveTest (line 40) | public class MoveTest extends AbstractMoveTest { method isSessionMove (line 44) | @Override method testMoveRoot (line 49) | public void testMoveRoot() throws RepositoryException { method testMoveBelowDescendant (line 59) | public void testMoveBelowDescendant() throws RepositoryException { method testMoveDestinationWithIndex (line 68) | public void testMoveDestinationWithIndex() throws RepositoryException { method testMovedNodeGetPath (line 81) | public void testMovedNodeGetPath() throws RepositoryException, NotExec... method testMovedNodeGetPath2 (line 96) | public void testMovedNodeGetPath2() throws RepositoryException, NotExe... method testAccessMovedNodeByOldPath (line 111) | public void testAccessMovedNodeByOldPath() throws RepositoryException,... method testAccessMovedNodeByOldPath2 (line 138) | public void testAccessMovedNodeByOldPath2() throws RepositoryException... method testMovedNodeIsSame (line 169) | public void testMovedNodeIsSame() throws RepositoryException, NotExecu... method testMovedNodeIsSame2 (line 190) | public void testMovedNodeIsSame2() throws RepositoryException, NotExec... method testMovedNodeParent (line 211) | public void testMovedNodeParent() throws RepositoryException { method testMovedNodeParent2 (line 223) | public void testMovedNodeParent2() throws RepositoryException { method testMovePropertyExists (line 240) | public void testMovePropertyExists() throws RepositoryException, NotEx... method testMoveReferenceableNode (line 270) | public void testMoveReferenceableNode() throws RepositoryException { method testMoveFile (line 284) | public void testMoveFile() throws RepositoryException, NotExecutableEx... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveToNewTest.java class MoveToNewTest (line 29) | public class MoveToNewTest extends AbstractJCRTest { method setUp (line 36) | @Override method tearDown (line 52) | @Override method testMove (line 60) | public void testMove() throws RepositoryException { method testMoveSaved (line 71) | public void testMoveSaved() throws RepositoryException { method testRevertMovedNode (line 84) | public void testRevertMovedNode() throws RepositoryException { method testRemoveDestParent (line 96) | public void testRemoveDestParent() throws RepositoryException { method testRevertRemoveDestParent (line 109) | public void testRevertRemoveDestParent() throws RepositoryException { method testMoveTwice (line 131) | public void testMoveTwice() throws RepositoryException { method testMoveTwiceWithSecondSession (line 171) | public void testMoveTwiceWithSecondSession() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MoveTreeTest.java class MoveTreeTest (line 29) | public class MoveTreeTest extends AbstractMoveTreeTest { method saveBeforeMove (line 33) | @Override method isSessionMove (line 38) | @Override method testTreeAncestors (line 43) | public void testTreeAncestors() throws RepositoryException { method testTreeEntries (line 53) | public void testTreeEntries() throws RepositoryException { method testOldPath (line 62) | public void testOldPath() throws RepositoryException { method testOldPropertyPath (line 71) | public void testOldPropertyPath() throws RepositoryException { method testOldChildPath (line 80) | public void testOldChildPath() throws RepositoryException { method testOldChildPropertyPath (line 93) | public void testOldChildPropertyPath() throws RepositoryException { method testAncestorAfterRevert (line 106) | public void testAncestorAfterRevert() throws RepositoryException { method testDestinationAfterRevert (line 112) | public void testDestinationAfterRevert() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/MultiValuedPropertyTest.java class MultiValuedPropertyTest (line 32) | public class MultiValuedPropertyTest extends AbstractJCRTest { method testGetStreamFromMultivalued (line 43) | public void testGetStreamFromMultivalued() throws RepositoryException,... method testGetStringFromMultivalued (line 65) | public void testGetStringFromMultivalued() throws RepositoryException,... method testGetDateFromMultivalued (line 86) | public void testGetDateFromMultivalued() throws RepositoryException, N... method testGetDoubleFromMultivalued (line 107) | public void testGetDoubleFromMultivalued() throws RepositoryException,... method testGetLongFromMultivalued (line 128) | public void testGetLongFromMultivalued() throws RepositoryException, N... method testGetBooleanFromMultivalued (line 149) | public void testGetBooleanFromMultivalued() throws RepositoryException... method testGetLengthFromMultivalued (line 167) | public void testGetLengthFromMultivalued() throws RepositoryException,... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/NodeOrderTest.java class NodeOrderTest (line 32) | public class NodeOrderTest extends AbstractJCRTest { method setUp (line 38) | @Override method tearDown (line 52) | @Override method checkOrder (line 58) | private static void checkOrder(NodeIterator it, Node[] children) throw... method testOrder (line 78) | public void testOrder() throws RepositoryException { method testOrder2 (line 89) | public void testOrder2() throws RepositoryException { method testOrderAfterIndividualAccess (line 103) | public void testOrderAfterIndividualAccess() throws RepositoryException { method testOrderAfterIndividualAccess2 (line 119) | public void testOrderAfterIndividualAccess2() throws RepositoryExcepti... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/PropertyLengthTest.java class PropertyLengthTest (line 36) | public class PropertyLengthTest extends AbstractJCRTest { method getValueLength (line 40) | private static long getValueLength(Value val) throws RepositoryExcepti... method getProperty (line 50) | private Property getProperty(int propertyType) throws RepositoryExcept... method checkLength (line 101) | private static void checkLength(Property p) throws RepositoryException { method testLengthOfBinary (line 113) | public void testLengthOfBinary() throws RepositoryException, NotExecut... method testLengthOfBoolean (line 118) | public void testLengthOfBoolean() throws RepositoryException, NotExecu... method testLengthOfDate (line 122) | public void testLengthOfDate() throws RepositoryException, NotExecutab... method testLengthOfDouble (line 126) | public void testLengthOfDouble() throws RepositoryException, NotExecut... method testLengthOfLong (line 130) | public void testLengthOfLong() throws RepositoryException, NotExecutab... method testLengthOfName (line 134) | public void testLengthOfName() throws RepositoryException, NotExecutab... method testLengthOfPath (line 138) | public void testLengthOfPath() throws RepositoryException, NotExecutab... method testLengthOfReference (line 142) | public void testLengthOfReference() throws RepositoryException, NotExe... method testLengthOfString (line 146) | public void testLengthOfString() throws RepositoryException, NotExecut... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RefreshFalseTest.java class RefreshFalseTest (line 35) | public class RefreshFalseTest extends AbstractJCRTest { method setUp (line 41) | @Override method tearDown (line 56) | @Override method testNewProperty (line 62) | public void testNewProperty() throws RepositoryException, LockExceptio... method testRemovedNewProperty (line 75) | public void testRemovedNewProperty() throws RepositoryException, LockE... method testRemovedProperty (line 90) | public void testRemovedProperty() throws RepositoryException, LockExce... method testShadowingProperty (line 103) | public void testShadowingProperty() throws RepositoryException, LockEx... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RefreshMovedTest.java class RefreshMovedTest (line 31) | public class RefreshMovedTest extends AbstractJCRTest { method setUp (line 39) | @Override method tearDown (line 56) | @Override method testRefreshTrue (line 67) | public void testRefreshTrue() throws RepositoryException { method testRefreshOtherSession (line 83) | public void testRefreshOtherSession() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RefreshTrueTest.java class RefreshTrueTest (line 33) | public class RefreshTrueTest extends AbstractJCRTest { method setUp (line 39) | @Override method tearDown (line 49) | @Override method testNewNode (line 55) | public void testNewNode() throws RepositoryException { method testNewProperty (line 71) | public void testNewProperty() throws RepositoryException { method testRemovedProperty (line 82) | public void testRemovedProperty() throws RepositoryException { method testRemovedNewItem (line 99) | public void testRemovedNewItem() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemoveItemTest.java class RemoveItemTest (line 37) | public abstract class RemoveItemTest extends AbstractJCRTest { method setUp (line 44) | @Override method tearDown (line 52) | @Override method createRemoveItem (line 58) | protected abstract Item createRemoveItem() throws NotExecutableExcepti... method testRemoveItem (line 64) | public void testRemoveItem() throws RepositoryException { method testRemoveItem2 (line 80) | public void testRemoveItem2() throws RepositoryException, NotExecutabl... method testNotNewRemovedItem (line 93) | public void testNotNewRemovedItem() throws RepositoryException { method testNotNewRemovedItem2 (line 102) | public void testNotNewRemovedItem2() throws RepositoryException { method testNotModifiedRemovedItem (line 111) | public void testNotModifiedRemovedItem() throws RepositoryException { method testNotModifiedRemovedItem2 (line 120) | public void testNotModifiedRemovedItem2() throws RepositoryException { method testInvalidStateRemovedItem (line 130) | public void testInvalidStateRemovedItem() throws RepositoryException { method testInvalidStateRemovedItem2 (line 158) | public void testInvalidStateRemovedItem2() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemoveMovedNodeTest.java class RemoveMovedNodeTest (line 25) | public class RemoveMovedNodeTest extends AbstractMoveTest { method setUp (line 29) | @Override method tearDown (line 34) | @Override method isSessionMove (line 39) | @Override method testRemove (line 44) | public void testRemove() throws RepositoryException { method testRevert (line 61) | public void testRevert() throws RepositoryException { method testRefresh (line 77) | public void testRefresh() throws RepositoryException { method testRemoveSrcParent (line 95) | public void testRemoveSrcParent() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemoveNewNodeTest.java class RemoveNewNodeTest (line 32) | public class RemoveNewNodeTest extends AbstractJCRTest { method setUp (line 38) | @Override method tearDown (line 48) | @Override method testRemoveNode (line 57) | public void testRemoveNode() throws RepositoryException { method testNotNewRemovedNode (line 71) | public void testNotNewRemovedNode() throws RepositoryException { method testNotModifiedRemovedNode (line 79) | public void testNotModifiedRemovedNode() throws RepositoryException { method testInvalidStateRemovedNode (line 88) | public void testInvalidStateRemovedNode() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemoveNodeTest.java class RemoveNodeTest (line 33) | public class RemoveNodeTest extends RemoveItemTest { method createRemoveItem (line 37) | @Override method testRemoveNode (line 53) | public void testRemoveNode() throws RepositoryException { method testRemoveNode2 (line 70) | public void testRemoveNode2() throws RepositoryException, NotExecutabl... method testInvalidStateRemovedNode (line 86) | public void testInvalidStateRemovedNode() throws RepositoryException { method testInvalidStateRemovedNode2 (line 107) | public void testInvalidStateRemovedNode2() throws RepositoryException { method testInvalidStateRemovedNode3 (line 126) | public void testInvalidStateRemovedNode3() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemovePropertyTest.java class RemovePropertyTest (line 37) | public class RemovePropertyTest extends RemoveItemTest { method createRemoveItem (line 41) | @Override method testRemoveProperty (line 61) | public void testRemoveProperty() throws RepositoryException { method testRemoveProperty2 (line 76) | public void testRemoveProperty2() throws RepositoryException, NotExecu... method testInvalidStateRemovedProperty (line 91) | public void testInvalidStateRemovedProperty() throws RepositoryExcepti... method testInvalidStateRemovedProperty2 (line 113) | public void testInvalidStateRemovedProperty2() throws RepositoryExcept... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemoveReferenceableNodeTest.java class RemoveReferenceableNodeTest (line 31) | public class RemoveReferenceableNodeTest extends RemoveNodeTest { method createRemoveItem (line 37) | @Override method testAccessByUUID (line 58) | public void testAccessByUUID() throws RepositoryException { method testAccessByUUID2 (line 73) | public void testAccessByUUID2() throws RepositoryException, NotExecuta... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RemoveSNSTest.java class RemoveSNSTest (line 33) | public class RemoveSNSTest extends RemoveNodeTest { method tearDown (line 40) | @Override method createRemoveItem (line 46) | @Override method testRemoveFirstSibling (line 68) | public void testRemoveFirstSibling() throws RepositoryException { method testRemoveFirstSibling2 (line 85) | public void testRemoveFirstSibling2() throws RepositoryException, NotE... method testRemoveFirstSibling3 (line 104) | public void testRemoveFirstSibling3() throws RepositoryException { method testRemoveFirstSibling4 (line 121) | public void testRemoveFirstSibling4() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RenameTest.java class RenameTest (line 27) | public class RenameTest extends AbstractMoveTest { method setUp (line 34) | @Override method isSessionMove (line 42) | @Override method testRename (line 47) | public void testRename() throws RepositoryException { method testRevertRename (line 54) | public void testRevertRename() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderMixedTest.java class ReorderMixedTest (line 32) | public class ReorderMixedTest extends ReorderTest { method createOrderableChildren (line 36) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderMoveTest.java class ReorderMoveTest (line 36) | public class ReorderMoveTest extends AbstractJCRTest { method setUp (line 44) | @Override method tearDown (line 59) | @Override method createOrderableChildren (line 66) | private Node[] createOrderableChildren(boolean sns) throws RepositoryE... method getRelPath (line 83) | private static String getRelPath(Node child) throws RepositoryException { method testOrder (line 91) | private static void testOrder(Node parent, Node[] children) throws Rep... method testMoveAndReorder (line 104) | public void testMoveAndReorder() throws RepositoryException { method testMoveAndReorderSNS (line 121) | public void testMoveAndReorderSNS() throws RepositoryException { method testReorderAndMove (line 156) | public void testReorderAndMove() throws RepositoryException { method testReorderAndMoveSNS (line 175) | public void testReorderAndMoveSNS() throws RepositoryException { method testReorderMovedNode (line 193) | public void testReorderMovedNode() throws RepositoryException { method testRevertMoveAndReorderSNS (line 212) | public void testRevertMoveAndReorderSNS() throws RepositoryException { method testRevertReorderAndMoveSNS (line 229) | public void testRevertReorderAndMoveSNS() throws RepositoryException { method testRevertMoveReorderedSNS (line 246) | public void testRevertMoveReorderedSNS() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderNewAndSavedTest.java class ReorderNewAndSavedTest (line 33) | public class ReorderNewAndSavedTest extends ReorderTest { method createOrderableChildren (line 37) | @Override method testRevertReorder (line 47) | @Override method testRevertReorderToEnd (line 56) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderNewSNSTest.java class ReorderNewSNSTest (line 34) | public class ReorderNewSNSTest extends ReorderTest { method createOrderableChildren (line 38) | @Override method testRevertReorder (line 46) | @Override method testRevertReorderToEnd (line 59) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderNewTest.java class ReorderNewTest (line 34) | public class ReorderNewTest extends ReorderTest { method createOrderableChildren (line 38) | @Override method testRevertReorder (line 46) | @Override method testRevertReorderToEnd (line 59) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderReferenceableSNSTest.java class ReorderReferenceableSNSTest (line 29) | public class ReorderReferenceableSNSTest extends ReorderTest { method createOrderableChildren (line 33) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderSNSTest.java class ReorderSNSTest (line 33) | public class ReorderSNSTest extends ReorderTest { method createOrderableChildren (line 37) | @Override method testIndexAfterReorder (line 47) | public void testIndexAfterReorder() throws RepositoryException { method testReorder3 (line 61) | public void testReorder3() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReorderTest.java class ReorderTest (line 38) | public class ReorderTest extends AbstractJCRTest { method setUp (line 47) | @Override method tearDown (line 60) | @Override method createOrderableChildren (line 69) | protected void createOrderableChildren() throws RepositoryException, L... method getRelPath (line 78) | protected static String getRelPath(Node child) throws RepositoryExcept... method testOrder (line 86) | protected static void testOrder(Node parent, Node[] children) throws R... method testReorder (line 103) | public void testReorder() throws RepositoryException { method testReorderToEnd (line 111) | public void testReorderToEnd() throws RepositoryException, ConstraintV... method testRevertReorder (line 119) | public void testRevertReorder() throws RepositoryException { method testRevertReorderToEnd (line 127) | public void testRevertReorderToEnd() throws RepositoryException { method testReorder2 (line 135) | public void testReorder2() throws RepositoryException { method testReorderTwice (line 147) | public void testReorderTwice() throws RepositoryException { method testReorderFinallyOriginalOrder (line 156) | public void testReorderFinallyOriginalOrder() throws RepositoryExcepti... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/ReplaceNodeTest.java class ReplaceNodeTest (line 31) | public class ReplaceNodeTest extends AbstractJCRTest { method setUp (line 38) | @Override method tearDown (line 59) | @Override method testAddReplacementAfterRemove (line 65) | public void testAddReplacementAfterRemove() throws RepositoryException { method testAddReplacementAfterMove (line 83) | public void testAddReplacementAfterMove() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/RevertMoveTest.java class RevertMoveTest (line 28) | public class RevertMoveTest extends AbstractMoveTest { method isSessionMove (line 32) | @Override method testRevertMovedNode (line 44) | public void testRevertMovedNode() throws RepositoryException { method testRevertMoveOperation (line 63) | public void testRevertMoveOperation() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/SNSIndexTest.java class SNSIndexTest (line 33) | public class SNSIndexTest extends AbstractJCRTest { method setUp (line 48) | @Override method tearDown (line 66) | @Override method testIndex (line 79) | public void testIndex() throws RepositoryException { method testIndexByOtherSession (line 90) | public void testIndexByOtherSession() throws RepositoryException { method testNonExistingIndex (line 105) | public void testNonExistingIndex() throws RepositoryException { method testDefaultIndex (line 118) | public void testDefaultIndex() throws RepositoryException { method testNodeEntriesFilledCorrectly (line 127) | public void testNodeEntriesFilledCorrectly() throws RepositoryException { method testGetNodesByName (line 154) | public void testGetNodesByName() throws RepositoryException { method testGetNodesByNameByOtherSession (line 172) | public void testGetNodesByNameByOtherSession() throws RepositoryExcept... method buildPath (line 193) | private String buildPath(int index) { method checkIndex (line 197) | private static void checkIndex(Node node, int expectedIndex) throws Re... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/SingleValuedPropertyTest.java class SingleValuedPropertyTest (line 32) | public class SingleValuedPropertyTest extends AbstractJCRTest { method testGetLengthsFromSingleValued (line 39) | public void testGetLengthsFromSingleValued() throws RepositoryExceptio... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/TestAll.java class TestAll (line 27) | public class TestAll extends TestCase { method suite (line 29) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/TestConnect.java class TestConnect (line 26) | public class TestConnect extends AbstractJCRTest { method testConnect (line 28) | public void testConnect() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/UpdateTest.java class UpdateTest (line 39) | public class UpdateTest extends AbstractJCRTest { method setUp (line 45) | @Override method testInvalidSrcWorkspace (line 52) | public void testInvalidSrcWorkspace() throws RepositoryException { method testNoCorrespondingNode (line 67) | public void testNoCorrespondingNode() throws RepositoryException, NotE... method testSameWorkspace (line 95) | public void testSameWorkspace() throws RepositoryException, NotExecuta... method testPendingChangesSameWorkspace (line 104) | public void testPendingChangesSameWorkspace() throws RepositoryExcepti... method testPendingChanges (line 115) | public void testPendingChanges() throws RepositoryException, NotExecut... method testPendingChangesOnOtherNode (line 127) | public void testPendingChangesOnOtherNode() throws RepositoryException... method testUpdateRemovesExtraProperty (line 151) | public void testUpdateRemovesExtraProperty() throws RepositoryExceptio... method testUpdateAddsMissingSubtree (line 180) | public void testUpdateAddsMissingSubtree() throws RepositoryException,... method testSetSamePropertyTwice (line 216) | public void testSetSamePropertyTwice() throws RepositoryException { method getAnotherWorkspace (line 225) | private String getAnotherWorkspace() throws NotExecutableException, Re... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/WorkspaceMoveTest.java class WorkspaceMoveTest (line 29) | public class WorkspaceMoveTest extends MoveTest { method setUp (line 31) | @Override method isSessionMove (line 36) | @Override method testMovePropertyExists (line 50) | @Override method testMoveTransientPropertyExists (line 77) | public void testMoveTransientPropertyExists() throws RepositoryExcepti... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/WorkspaceTest.java class WorkspaceTest (line 35) | public class WorkspaceTest extends AbstractJCRTest { method getNewWorkspaceName (line 42) | private static String getNewWorkspaceName(Workspace wsp) throws Reposi... method testCreateWorkspace (line 51) | public void testCreateWorkspace() throws Exception { method testCreateWorkspaceFromSource (line 75) | public void testCreateWorkspaceFromSource() throws Exception { method testDeleteWorkspace (line 100) | public void testDeleteWorkspace() throws Exception { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/benchmark/ReadPerformanceTest.java class ReadPerformanceTest (line 57) | public class ReadPerformanceTest extends AbstractJCR2SPITest { method getItemInfoCache (line 108) | @Override method initInfosStore (line 118) | @Override method addNodes (line 123) | private void addNodes(NodeInfoBuilder builder, String name) throws Rep... method addProperties (line 137) | private NodeInfoBuilder addProperties(NodeInfoBuilder builder, int cou... method getOperations (line 153) | protected Iterable> getOperations(final Session session... method testReadOperations (line 256) | public void testReadOperations() throws Exception { method testReadOperations (line 262) | private void testReadOperations(int opCount, int batchRatio) throws Ex... method getBatch (line 306) | private Iterator getBatch() { method createRootNodeDefinition (line 316) | @Override method getItemInfos (line 322) | @Override method getNodeInfo (line 331) | @Override method getPropertyInfo (line 337) | @Override method getChildInfos (line 345) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/hierarchy/LinkedEntriesTest.java class LinkedEntriesTest (line 26) | public class LinkedEntriesTest extends TestCase { method testLinkedEntries (line 28) | public void testLinkedEntries() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/lock/AbstractLockTest.java class AbstractLockTest (line 34) | public abstract class AbstractLockTest extends AbstractJCRTest { method isSessionScoped (line 44) | abstract boolean isSessionScoped(); method setUp (line 46) | @Override method tearDown (line 60) | @Override method testParentChildLock (line 78) | public void testParentChildLock() throws Exception { method testParentChildLock2 (line 94) | public void testParentChildLock2() throws Exception { method testCheckedInUnlock (line 108) | public void testCheckedInUnlock() throws Exception { method testReorder (line 124) | public void testReorder() throws Exception { method testReorderSNS (line 136) | public void testReorderSNS() throws Exception { method testMoveLocked (line 158) | public void testMoveLocked() throws Exception { method testUnlockSameNameSibling (line 193) | public void testUnlockSameNameSibling() throws RepositoryException { method testUnlockByOtherSession (line 234) | public void testUnlockByOtherSession() throws RepositoryException { method testUnlockByOtherSession2 (line 248) | public void testUnlockByOtherSession2() throws RepositoryException { method testRemoveLockedNode (line 263) | public void testRemoveLockedNode() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/lock/DeepLockTest.java class DeepLockTest (line 33) | public class DeepLockTest extends AbstractJCRTest { method setUp (line 44) | @Override method tearDown (line 56) | @Override method testLockHoldingNode (line 69) | public void testLockHoldingNode() throws RepositoryException { method testLockIsDeep (line 73) | public void testLockIsDeep() throws RepositoryException { method testNodeIsLocked (line 77) | public void testNodeIsLocked() throws RepositoryException { method testIsLockedChild (line 82) | public void testIsLockedChild() throws RepositoryException { method testIsLockedNewChild (line 86) | public void testIsLockedNewChild() throws RepositoryException { method testNotHoldsLockChild (line 91) | public void testNotHoldsLockChild() throws RepositoryException { method testGetLockOnChild (line 95) | public void testGetLockOnChild() throws RepositoryException { method testGetLockOnNewChild (line 100) | public void testGetLockOnNewChild() throws RepositoryException { method testGetNodeOnLockObtainedFromChild (line 106) | public void testGetNodeOnLockObtainedFromChild() throws RepositoryExce... method testGetNodeOnLockObtainedFromNewChild (line 111) | public void testGetNodeOnLockObtainedFromNewChild() throws RepositoryE... method testParentChildDeepLock (line 117) | public void testParentChildDeepLock() throws RepositoryException { method testDeepLockAboveLockedChild (line 130) | public void testDeepLockAboveLockedChild() throws RepositoryException,... method testRemoveLockedChild (line 149) | public void testRemoveLockedChild() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/lock/OpenScopedLockTest.java class OpenScopedLockTest (line 33) | public class OpenScopedLockTest extends AbstractLockTest { method isSessionScoped (line 37) | @Override method testLogoutHasNoEffect (line 42) | public void testLogoutHasNoEffect() throws Exception { method testLockTokenPresentWithSession (line 76) | public void testLockTokenPresentWithSession() throws RepositoryExcepti... method testTokenTransfer (line 91) | public void testTokenTransfer() throws Exception { method testRefreshAfterTokenTransfer (line 105) | public void testRefreshAfterTokenTransfer() throws Exception { method testRefreshAfterTokenTransfer2 (line 119) | public void testRefreshAfterTokenTransfer2() throws Exception { method testLockHolderAfterTokenTransfer (line 135) | public void testLockHolderAfterTokenTransfer() throws Exception { method testUnlockAfterTokenTransfer (line 151) | public void testUnlockAfterTokenTransfer() throws Exception { method testUnlockAfterTokenTransfer2 (line 165) | public void testUnlockAfterTokenTransfer2() throws Exception { method testUnlockAfterTokenTransfer3 (line 191) | public void testUnlockAfterTokenTransfer3() throws Exception { method testIsLockedWhileAnotherLockIsPresent (line 223) | public void testIsLockedWhileAnotherLockIsPresent() throws Exception { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/lock/SessionScopedLockTest.java class SessionScopedLockTest (line 25) | public class SessionScopedLockTest extends AbstractLockTest { method isSessionScoped (line 29) | @Override FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/lock/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/name/NamespaceRegistryTest.java class NamespaceRegistryTest (line 37) | public class NamespaceRegistryTest extends AbstractJCRTest { method setUp (line 51) | @Override method tearDown (line 65) | @Override method testRegisteredNamespaceVisibility (line 77) | public void testRegisteredNamespaceVisibility() throws RepositoryExcep... method testReRegisteredNamespace (line 97) | public void testReRegisteredNamespace() throws RepositoryException { method testReRegisteredNamespace2 (line 116) | public void testReRegisteredNamespace2() throws RepositoryException { method testReRegisteredNamespaceVisibility (line 140) | public void testReRegisteredNamespaceVisibility() throws RepositoryExc... method testUnregisteredNamespaceVisibility (line 171) | public void testUnregisteredNamespaceVisibility() throws RepositoryExc... method getUnusedPrefix (line 199) | private String getUnusedPrefix() throws RepositoryException { method getUnusedURI (line 214) | private String getUnusedURI() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/name/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/nodetype/AddMixinTest.java class AddMixinTest (line 38) | public class AddMixinTest extends AbstractJCRTest { method setUp (line 44) | @Override method tearDown (line 51) | @Override method testAddMixinToNewNode (line 65) | public void testAddMixinToNewNode() throws NotExecutableException, Rep... method testImplicitMixinOnNewNode (line 90) | public void testImplicitMixinOnNewNode() throws NotExecutableException... method testAddMultipleAtOnce (line 115) | public void testAddMultipleAtOnce() throws NotExecutableException, Rep... method testAddMultipleAtOnce2 (line 136) | public void testAddMultipleAtOnce2() throws NotExecutableException, Re... method testAddMultipleSeparately (line 158) | public void testAddMultipleSeparately() throws NotExecutableException,... method testAddItemsDefinedByMixin (line 175) | public void testAddItemsDefinedByMixin() throws NotExecutableException... method testAddItemsDefinedByMixin2 (line 199) | public void testAddItemsDefinedByMixin2() throws NotExecutableExceptio... method testAddItemsDefinedByMixin3 (line 228) | public void testAddItemsDefinedByMixin3() throws NotExecutableExceptio... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/nodetype/MandatoryItemTest.java class MandatoryItemTest (line 33) | public class MandatoryItemTest extends AbstractJCRTest { method setUp (line 40) | @Override method testCreation (line 65) | public void testCreation() throws NotExecutableException, RepositoryEx... method testRemoval (line 91) | public void testRemoval() throws NotExecutableException, RepositoryExc... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeImplTest.java class NodeTypeImplTest (line 30) | public class NodeTypeImplTest extends AbstractJCRTest { method setUp (line 36) | @Override method testIsNodeType (line 57) | public void testIsNodeType() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/nodetype/NodeTypeManagerImplTest.java class NodeTypeManagerImplTest (line 34) | public class NodeTypeManagerImplTest extends AbstractJCRTest { method setUp (line 43) | @Override method testRegisterNodeTypes (line 50) | public void testRegisterNodeTypes() throws RepositoryException { method testUnregisterNodeTypes (line 79) | public void testUnregisterNodeTypes() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/nodetype/RemoveMixinTest.java class RemoveMixinTest (line 35) | public class RemoveMixinTest extends AbstractJCRTest { method setUp (line 41) | @Override method tearDown (line 47) | @Override method testRemoveMixinTakingAffectUponSave (line 60) | public void testRemoveMixinTakingAffectUponSave() throws NotExecutable... method testAddAndRemoveMixinFromNew (line 82) | public void testAddAndRemoveMixinFromNew() throws NotExecutableExcepti... method testAddAndRemoveMixin (line 105) | public void testAddAndRemoveMixin() throws NotExecutableException, Rep... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/nodetype/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/observation/ObservationTest.java class ObservationTest (line 31) | public class ObservationTest extends AbstractJCRTest { method setUp (line 36) | @Override method tearDown (line 43) | @Override type WaitableEventListener (line 49) | interface WaitableEventListener extends EventListener { method waitForEvent (line 50) | public void waitForEvent(int timeout) throws InterruptedException, R... method testJCR_2293 (line 59) | public void testJCR_2293() throws RepositoryException, InterruptedExce... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/observation/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/query/QueryTest.java class QueryTest (line 33) | public class QueryTest extends AbstractQueryTest { method testQueryChildNodesOfRoot (line 39) | public void testQueryChildNodesOfRoot() throws RepositoryException, No... method testRemappedNamespace (line 48) | public void testRemappedNamespace() throws RepositoryException, NotExe... method testSQL2Simple (line 72) | public void testSQL2Simple() throws Exception { method testSQL2Limit (line 82) | public void testSQL2Limit() throws Exception { method testSQL2Join (line 97) | public void testSQL2Join() throws Exception { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/query/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/security/Jcr2SpiSecurityTestSuite.java class Jcr2SpiSecurityTestSuite (line 24) | public class Jcr2SpiSecurityTestSuite extends TestSuite { method Jcr2SpiSecurityTestSuite (line 26) | public Jcr2SpiSecurityTestSuite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/security/authorization/jackrabbit/acl/AccessControlListImplTest.java class AccessControlListImplTest (line 45) | public class AccessControlListImplTest extends AbstractAccessControlTest { method setUp (line 54) | @Override method createAccessControList (line 70) | private JackrabbitAccessControlList createAccessControList(String aclP... method createEmptyRestriction (line 75) | private Map createEmptyRestriction() { method testAddingDifferentEntries (line 79) | public void testAddingDifferentEntries() throws Exception { method testMultipleEntryEffect (line 110) | public void testMultipleEntryEffect() throws Exception { method testMultipleEntryEffect2 (line 154) | public void testMultipleEntryEffect2() throws Exception { method getEntries (line 166) | private AccessControlEntry[] getEntries(AccessControlList acl, Princip... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/security/authorization/jackrabbit/acl/AccessControlManagerImplTest.java class AccessControlManagerImplTest (line 34) | public class AccessControlManagerImplTest extends AbstractAccessControlT... method setUp (line 36) | @Override method getUnknownPrincipal (line 41) | private Principal getUnknownPrincipal() throws NotExecutableException,... method testGetAndHasPrivileges (line 45) | public void testGetAndHasPrivileges() throws Exception { method testGetPolicesAfterSetPoliciesCall (line 55) | public void testGetPolicesAfterSetPoliciesCall() throws Exception { method testRemovePolicyAfterASetPoliciesCall (line 76) | public void testRemovePolicyAfterASetPoliciesCall() throws Exception { method testRemovePolicyAfterASaveCall (line 102) | public void testRemovePolicyAfterASaveCall() throws Exception { method testGetPrivilegesOnNonExistingNode (line 131) | public void testGetPrivilegesOnNonExistingNode() throws Exception { method testAddingFourAccessControlEntries (line 147) | public void testAddingFourAccessControlEntries() throws Exception { method testGetPoliciesAfterASaveCall (line 181) | public void testGetPoliciesAfterASaveCall() throws Exception { method getACL (line 210) | private AccessControlPolicy getACL(String absPath) throws RepositoryEx... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/security/authorization/jackrabbit/acl/TestAll.java class TestAll (line 22) | public class TestAll { method suite (line 24) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/version/LabelTest.java class LabelTest (line 27) | public class LabelTest extends VersionLabelTest { method testRemovedLabel2 (line 29) | public void testRemovedLabel2() throws RepositoryException { method testRemovedLabel3 (line 37) | public void testRemovedLabel3() throws RepositoryException { method testMoveLabel2 (line 45) | public void testMoveLabel2() throws RepositoryException { method testMoveLabel3 (line 56) | public void testMoveLabel3() throws RepositoryException { method testMoveLabel4 (line 67) | public void testMoveLabel4() throws RepositoryException { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/version/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/xml/SessionImportTest.java class SessionImportTest (line 48) | public class SessionImportTest extends AbstractJCRTest { method setUp (line 50) | @Override method tearDown (line 55) | @Override method testImportNameValueWithUnregisteredNamespace (line 60) | public void testImportNameValueWithUnregisteredNamespace() throws Repo... method testEmptyMixins (line 129) | public void testEmptyMixins() throws IOException, RepositoryException { method testEmptyMixins2 (line 162) | public void testEmptyMixins2() throws IOException, RepositoryException... method testMixVersionable (line 213) | public void testMixVersionable() throws IOException, RepositoryExcepti... method getUnknownURI (line 257) | private static String getUnknownURI(Session session, String uriHint) t... method getUniquePrefix (line 274) | public static String getUniquePrefix(Session session) throws Repositor... FILE: jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/xml/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/AbstractReadableRepositoryService.java class AbstractReadableRepositoryService (line 51) | public abstract class AbstractReadableRepositoryService extends Abstract... method AbstractReadableRepositoryService (line 80) | public AbstractReadableRepositoryService(Map descrip... method checkWorkspace (line 104) | @Override method createSessionInfo (line 111) | @Override method getItemInfoCache (line 123) | public ItemInfoCache getItemInfoCache(SessionInfo sessionInfo) { method getNodeInfo (line 136) | public NodeInfo getNodeInfo(SessionInfo sessionInfo, NodeId nodeId) th... method getWorkspaceNames (line 154) | public String[] getWorkspaceNames(SessionInfo sessionInfo) throws Repo... method isGranted (line 166) | public boolean isGranted(SessionInfo sessionInfo, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/AbstractRepositoryService.java class AbstractRepositoryService (line 96) | public abstract class AbstractRepositoryService implements RepositorySer... method getIdFactory (line 122) | public IdFactory getIdFactory() throws RepositoryException { method getNameFactory (line 130) | public NameFactory getNameFactory() throws RepositoryException { method getPathFactory (line 138) | public PathFactory getPathFactory() throws RepositoryException { method getQValueFactory (line 146) | public QValueFactory getQValueFactory() throws RepositoryException { method AbstractRepositoryService (line 150) | protected AbstractRepositoryService() throws RepositoryException { method AbstractRepositoryService (line 184) | public AbstractRepositoryService(Map descriptors, method AbstractRepositoryService (line 199) | public AbstractRepositoryService(Map descriptors, method createRootNodeDefinition (line 232) | protected abstract QNodeDefinition createRootNodeDefinition(SessionInf... method checkCredentials (line 245) | protected void checkCredentials(Credentials credentials, String worksp... method checkWorkspace (line 255) | protected void checkWorkspace(String workspaceName) throws NoSuchWorks... method createSessionInfo (line 274) | protected SessionInfo createSessionInfo(Credentials credentials, Strin... method createSessionInfo (line 304) | protected SessionInfo createSessionInfo(SessionInfo sessionInfo, Strin... method checkSessionInfo (line 325) | protected void checkSessionInfo(SessionInfo sessionInfo) method getRepositoryDescriptors (line 340) | public Map getRepositoryDescriptors() throws Reposit... method obtain (line 360) | public SessionInfo obtain(Credentials credentials, String workspaceName) method obtain (line 371) | public SessionInfo obtain(SessionInfo sessionInfo, String workspaceName) method impersonate (line 382) | public SessionInfo impersonate(SessionInfo sessionInfo, Credentials cr... method dispose (line 390) | public void dispose(SessionInfo sessionInfo) throws RepositoryException { method getQNodeTypeDefinitions (line 400) | public Iterator getQNodeTypeDefinitions(SessionIn... method getQNodeTypeDefinitions (line 414) | public Iterator getQNodeTypeDefinitions(SessionIn... method getNodeDefinition (line 427) | public QNodeDefinition getNodeDefinition(SessionInfo sessionInfo, method getPropertyDefinition (line 445) | public QPropertyDefinition getPropertyDefinition(SessionInfo sessionInfo, method registerNodeTypes (line 454) | public void registerNodeTypes(SessionInfo sessionInfo, QNodeTypeDefini... method unregisterNodeTypes (line 461) | public void unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTy... method getRegisteredNamespaces (line 473) | public Map getRegisteredNamespaces(SessionInfo session... method getNamespaceURI (line 484) | public String getNamespaceURI(SessionInfo sessionInfo, String prefix) method getNamespacePrefix (line 495) | public String getNamespacePrefix(SessionInfo sessionInfo, String uri) method createBatch (line 506) | public Batch createBatch(SessionInfo sessionInfo, ItemId itemId) method submit (line 514) | public void submit(Batch batch) throws PathNotFoundException, ItemNotF... method createTree (line 521) | @Override method importXml (line 529) | public void importXml(SessionInfo sessionInfo, method move (line 539) | public void move(SessionInfo sessionInfo, method copy (line 549) | public void copy(SessionInfo sessionInfo, method update (line 560) | public void update(SessionInfo sessionInfo, method clone (line 570) | public void clone(SessionInfo sessionInfo, method lock (line 582) | public LockInfo lock(SessionInfo sessionInfo, method lock (line 593) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean d... method getLockInfo (line 603) | public LockInfo getLockInfo(SessionInfo sessionInfo, NodeId nodeId) method refreshLock (line 611) | public void refreshLock(SessionInfo sessionInfo, NodeId nodeId) method unlock (line 619) | public void unlock(SessionInfo sessionInfo, NodeId nodeId) method checkin (line 627) | public NodeId checkin(SessionInfo sessionInfo, NodeId nodeId) method checkout (line 635) | public void checkout(SessionInfo sessionInfo, NodeId nodeId) method checkout (line 643) | public void checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId ac... method checkpoint (line 651) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId) method checkpoint (line 659) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeI... method removeVersion (line 667) | public void removeVersion(SessionInfo sessionInfo, method restore (line 677) | public void restore(SessionInfo sessionInfo, method restore (line 687) | public void restore(SessionInfo sessionInfo, method merge (line 697) | public Iterator merge(SessionInfo sessionInfo, method merge (line 710) | public Iterator merge(SessionInfo sessionInfo, method resolveMergeConflict (line 723) | public void resolveMergeConflict(SessionInfo sessionInfo, method addVersionLabel (line 734) | public void addVersionLabel(SessionInfo sessionInfo, method removeVersionLabel (line 745) | public void removeVersionLabel(SessionInfo sessionInfo, method createActivity (line 755) | public NodeId createActivity(SessionInfo sessionInfo, String title) th... method removeActivity (line 762) | public void removeActivity(SessionInfo sessionInfo, NodeId activityId)... method mergeActivity (line 770) | public Iterator mergeActivity(SessionInfo sessionInfo, NodeId ... method createConfiguration (line 778) | public NodeId createConfiguration(SessionInfo sessionInfo, NodeId node... method createEventFilter (line 787) | public EventFilter createEventFilter(SessionInfo sessionInfo, method createSubscription (line 801) | public Subscription createSubscription(SessionInfo sessionInfo, method updateEventFilters (line 810) | public void updateEventFilters(Subscription subscription, method getEvents (line 819) | public EventBundle[] getEvents(Subscription subscription, long timeout) method getEvents (line 827) | public EventBundle getEvents(SessionInfo sessionInfo, EventFilter filter, method dispose (line 836) | public void dispose(Subscription subscription) throws RepositoryExcept... method registerNamespace (line 845) | public void registerNamespace(SessionInfo sessionInfo, method unregisterNamespace (line 854) | public void unregisterNamespace(SessionInfo sessionInfo, String uri) method createWorkspace (line 863) | public void createWorkspace(SessionInfo sessionInfo, String name, Stri... method deleteWorkspace (line 870) | public void deleteWorkspace(SessionInfo sessionInfo, String name) thro... method getSupportedQueryLanguages (line 876) | public String[] getSupportedQueryLanguages(SessionInfo sessionInfo) th... method checkQueryStatement (line 881) | public String[] checkQueryStatement(SessionInfo sessionInfo, String st... method executeQuery (line 887) | public QueryInfo executeQuery(SessionInfo sessionInfo, String statement, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/AdditionalEventInfo.java type AdditionalEventInfo (line 29) | public interface AdditionalEventInfo { method getPrimaryNodeTypeName (line 34) | public Name getPrimaryNodeTypeName() throws UnsupportedRepositoryOpera... method getMixinTypeNames (line 39) | public Set getMixinTypeNames() throws UnsupportedRepositoryOpera... method getSessionAttribute (line 44) | public Object getSessionAttribute(String name) throws UnsupportedRepos... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/ChildInfoImpl.java class ChildInfoImpl (line 27) | public class ChildInfoImpl implements ChildInfo, Serializable { method ChildInfoImpl (line 52) | public ChildInfoImpl(Name name, String uniqueId, int index) { method getName (line 61) | public Name getName() { method getUniqueID (line 68) | public String getUniqueID() { method getIndex (line 75) | public int getIndex() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/EventBundleImpl.java class EventBundleImpl (line 29) | public class EventBundleImpl implements EventBundle, Serializable { method EventBundleImpl (line 47) | public EventBundleImpl(Collection events, boolean isLocal) { method getEvents (line 55) | public Iterator getEvents() { method isLocal (line 62) | public boolean isLocal() { method iterator (line 71) | public Iterator iterator() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/EventFilterImpl.java class EventFilterImpl (line 37) | public class EventFilterImpl implements EventFilter, Serializable { method EventFilterImpl (line 62) | public EventFilterImpl(int eventTypes, method accept (line 79) | public boolean accept(Event event, boolean isLocal) { method getEventTypes (line 138) | public int getEventTypes() { method isDeep (line 145) | public boolean isDeep() { method getAbsPath (line 152) | public Path getAbsPath() { method getUUIDs (line 160) | public String[] getUUIDs() { method getNodeTypeNames (line 172) | public Set getNodeTypeNames() { method getNoLocal (line 183) | public boolean getNoLocal() { method toString (line 191) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/EventImpl.java class EventImpl (line 38) | public class EventImpl implements Event, Serializable { method EventImpl (line 84) | @Deprecated method EventImpl (line 94) | public EventImpl(int type, Path path, ItemId itemId, NodeId parentId, method getType (line 115) | public int getType() { method getPath (line 122) | public Path getPath() { method getItemId (line 129) | public ItemId getItemId() { method getParentId (line 136) | public NodeId getParentId() { method getPrimaryNodeTypeName (line 143) | public Name getPrimaryNodeTypeName() { method getMixinTypeNames (line 150) | public Name[] getMixinTypeNames() { method getUserID (line 159) | public String getUserID() { method getInfo (line 166) | public Map getInfo() throws RepositoryException { method getUserData (line 173) | public String getUserData() { method getDate (line 180) | public long getDate() throws RepositoryException { method toString (line 189) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/ItemInfoBuilder.java class ItemInfoBuilder (line 75) | public final class ItemInfoBuilder { method ItemInfoBuilder (line 77) | private ItemInfoBuilder() { method nodeInfoBuilder (line 86) | public static NodeInfoBuilder nodeInfoBuilder(Listener listener) { method nodeInfoBuilder (line 94) | public static NodeInfoBuilder nodeInfoBuilder() { method nodeInfoBuilder (line 103) | public static NodeInfoBuilder nodeInfoBuilder(String localName) { method nodeInfoBuilder (line 114) | public static NodeInfoBuilder nodeInfoBuilder(String localName, Listen... method nodeInfoBuilder (line 125) | public static NodeInfoBuilder nodeInfoBuilder(Name name, Listener list... type Listener (line 132) | public interface Listener { method createNodeInfo (line 138) | void createNodeInfo(NodeInfo nodeInfo); method createChildInfos (line 145) | void createChildInfos(NodeId id, Iterator childInfos); method createPropertyInfo (line 151) | void createPropertyInfo(PropertyInfo propertyInfo); class NodeInfoBuilder (line 158) | public static class NodeInfoBuilder { method NodeInfoBuilder (line 176) | private NodeInfoBuilder(NodeInfoBuilder nodeInfoBuilder, String loca... method NodeInfoBuilder (line 183) | private NodeInfoBuilder(NodeInfoBuilder nodeInfoBuilder, Name name, ... method createPropertyInfo (line 199) | public PropertyInfoBuilder createPropertyInfo(String localName, Stri... method createPropertyInfo (line 212) | public PropertyInfoBuilder createPropertyInfo(String localName) { method createPropertyInfo (line 221) | public PropertyInfoBuilder createPropertyInfo() { method createNodeInfo (line 230) | public NodeInfoBuilder createNodeInfo(String localName) { method createNodeInfo (line 239) | public NodeInfoBuilder createNodeInfo() { method setName (line 249) | public NodeInfoBuilder setName(Name name) { method setName (line 260) | public NodeInfoBuilder setName(String localName) { method setNamespace (line 270) | public NodeInfoBuilder setNamespace(String namespace) { method setIndex (line 282) | public NodeInfoBuilder setIndex(int index) { method setUUID (line 293) | public NodeInfoBuilder setUUID(String uuid) { method setParentPath (line 304) | public NodeInfoBuilder setParentPath(Path parentPath) { method setPrimaryType (line 316) | public NodeInfoBuilder setPrimaryType(Name name) { method addMixin (line 328) | public NodeInfoBuilder addMixin(Name name) { method includeChildInfos (line 340) | public NodeInfoBuilder includeChildInfos(boolean include) { method build (line 354) | public NodeInfoBuilder build() throws RepositoryException { method getParent (line 384) | public NodeInfoBuilder getParent() { method getNodeInfo (line 394) | public NodeInfo getNodeInfo() { method addPropertyInfo (line 407) | public NodeInfoBuilder addPropertyInfo(PropertyInfo propertyInfo) { method addNodeInfo (line 418) | public NodeInfoBuilder addNodeInfo(NodeInfo nodeInfo) { method getId (line 423) | private NodeId getId() throws RepositoryException { method getPath (line 432) | private Path getPath() throws RepositoryException { method getChildInfos (line 450) | private Iterator getChildInfos() { method getPropertyIds (line 466) | private Iterator getPropertyIds() { class PropertyInfoBuilder (line 486) | public static class PropertyInfoBuilder { method PropertyInfoBuilder (line 500) | private PropertyInfoBuilder(NodeInfoBuilder nodeInfoBuilder, String ... method setName (line 513) | public PropertyInfoBuilder setName(Name name) { method setName (line 524) | public PropertyInfoBuilder setName(String localName) { method setNamespace (line 535) | public PropertyInfoBuilder setNamespace(String namespace) { method setType (line 547) | public PropertyInfoBuilder setType(int type) { method addValue (line 566) | public PropertyInfoBuilder addValue(QValue value) { method addValue (line 588) | public PropertyInfoBuilder addValue(String value) throws RepositoryE... method addValue (line 600) | public PropertyInfoBuilder addValue(Calendar value) throws Reposito... method addValue (line 612) | public PropertyInfoBuilder addValue(double value) throws RepositoryE... method addValue (line 624) | public PropertyInfoBuilder addValue(long value) throws RepositoryExc... method addValue (line 636) | public PropertyInfoBuilder addValue(boolean value) throws Repository... method addValue (line 648) | public PropertyInfoBuilder addValue(Name value) throws RepositoryExc... method addValue (line 660) | public PropertyInfoBuilder addValue(Path value) throws RepositoryExc... method addValue (line 672) | public PropertyInfoBuilder addValue(BigDecimal value) throws Reposi... method addValue (line 684) | public PropertyInfoBuilder addValue(URI value) throws RepositoryExce... method addValue (line 696) | public PropertyInfoBuilder addValue(byte[] value) throws RepositoryE... method addValue (line 708) | public PropertyInfoBuilder addValue(InputStream value) throws Reposi... method addValue (line 720) | public PropertyInfoBuilder addValue(File value) throws RepositoryExc... method setMultivalued (line 731) | public PropertyInfoBuilder setMultivalued(boolean on) { method build (line 750) | public NodeInfoBuilder build() throws RepositoryException { method getParent (line 784) | public NodeInfoBuilder getParent() { method getPropertyInfo (line 794) | public PropertyInfo getPropertyInfo() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/ItemInfoCacheImpl.java class ItemInfoCacheImpl (line 42) | public class ItemInfoCacheImpl implements ItemInfoCache { method ItemInfoCacheImpl (line 56) | public ItemInfoCacheImpl() { method ItemInfoCacheImpl (line 64) | public ItemInfoCacheImpl(int cacheSize) { method getNodeInfo (line 76) | public Entry getNodeInfo(NodeId nodeId) { method getPropertyInfo (line 94) | public Entry getPropertyInfo(PropertyId propertyId) { method put (line 110) | public void put(ItemInfo info, long generation) { method dispose (line 122) | public void dispose() { method put (line 128) | private void put(Object key, Entry entry) { method node (line 136) | @SuppressWarnings("unchecked") method property (line 146) | @SuppressWarnings("unchecked") FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/ItemInfoImpl.java class ItemInfoImpl (line 30) | public abstract class ItemInfoImpl implements ItemInfo, Serializable { method ItemInfoImpl (line 53) | @Deprecated method ItemInfoImpl (line 64) | public ItemInfoImpl(Path path, boolean isNode) { method denotesNode (line 72) | public boolean denotesNode() { method getPath (line 79) | public Path getPath() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/LockInfoImpl.java class LockInfoImpl (line 28) | public class LockInfoImpl implements LockInfo, Serializable { method LockInfoImpl (line 75) | @Deprecated method LockInfoImpl (line 94) | public LockInfoImpl(String lockToken, String lockOwner, boolean isDeep, method getLockToken (line 109) | public String getLockToken() { method getOwner (line 116) | public String getOwner() { method isDeep (line 123) | public boolean isDeep() { method isSessionScoped (line 130) | public boolean isSessionScoped() { method getSecondsRemaining (line 137) | public long getSecondsRemaining() { method isLockOwner (line 144) | public boolean isLockOwner() { method getNodeId (line 151) | public NodeId getNodeId() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/NodeInfoImpl.java class NodeInfoImpl (line 37) | public class NodeInfoImpl extends ItemInfoImpl implements NodeInfo { method createSerializableNodeInfo (line 80) | public static NodeInfo createSerializableNodeInfo( method NodeInfoImpl (line 152) | @Deprecated method NodeInfoImpl (line 171) | public NodeInfoImpl(Path path, NodeId id, int index, Name primaryTypeN... method getId (line 207) | public NodeId getId() { method getIndex (line 214) | public int getIndex() { method getNodetype (line 221) | public Name getNodetype() { method getMixins (line 228) | public Name[] getMixins() { method getReferences (line 235) | public PropertyId[] getReferences() { method getPropertyIds (line 242) | public Iterator getPropertyIds() { method getChildInfos (line 249) | public Iterator getChildInfos() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/PropertyInfoImpl.java class PropertyInfoImpl (line 33) | public class PropertyInfoImpl extends ItemInfoImpl implements PropertyIn... method createSerializablePropertyInfo (line 61) | public static PropertyInfo createSerializablePropertyInfo( method PropertyInfoImpl (line 90) | @Deprecated method PropertyInfoImpl (line 106) | public PropertyInfoImpl(Path path, PropertyId id, int type, method getId (line 118) | public PropertyId getId() { method getType (line 125) | public int getType() { method isMultiValued (line 132) | public boolean isMultiValued() { method getValues (line 139) | public QValue[] getValues() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/QItemDefinitionImpl.java class QItemDefinitionImpl (line 31) | public abstract class QItemDefinitionImpl implements QItemDefinition, Se... method QItemDefinitionImpl (line 78) | QItemDefinitionImpl(Name name, Name declaringNodeType, method getDeclaringNodeType (line 93) | public Name getDeclaringNodeType() { method getName (line 100) | public Name getName() { method isAutoCreated (line 107) | public boolean isAutoCreated() { method getOnParentVersion (line 114) | public int getOnParentVersion() { method isProtected (line 121) | public boolean isProtected() { method isMandatory (line 128) | public boolean isMandatory() { method definesResidual (line 135) | public boolean definesResidual() { method equals (line 150) | @Override method hashCode (line 172) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/QNodeDefinitionImpl.java class QNodeDefinitionImpl (line 37) | public class QNodeDefinitionImpl extends QItemDefinitionImpl implements ... method QNodeDefinitionImpl (line 59) | public QNodeDefinitionImpl(QNodeDefinition nodeDef) { method QNodeDefinitionImpl (line 81) | public QNodeDefinitionImpl(Name name, Name declaringNodeType, method QNodeDefinitionImpl (line 109) | public QNodeDefinitionImpl(NodeDefinition nodeDef, method getDefaultPrimaryType (line 125) | public Name getDefaultPrimaryType() { method getRequiredPrimaryTypes (line 132) | public Name[] getRequiredPrimaryTypes() { method allowsSameNameSiblings (line 139) | public boolean allowsSameNameSiblings() { method definesNode (line 148) | public boolean definesNode() { method equals (line 163) | @Override method hashCode (line 186) | @Override method getNodeTypeNames (line 212) | private static Name[] getNodeTypeNames(NodeType[] nt, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/QNodeTypeDefinitionImpl.java class QNodeTypeDefinitionImpl (line 53) | public class QNodeTypeDefinitionImpl implements QNodeTypeDefinition, Ser... method QNodeTypeDefinitionImpl (line 118) | public QNodeTypeDefinitionImpl() { method QNodeTypeDefinitionImpl (line 128) | public QNodeTypeDefinitionImpl(QNodeTypeDefinition nt) { method QNodeTypeDefinitionImpl (line 151) | public QNodeTypeDefinitionImpl(Name name, method QNodeTypeDefinitionImpl (line 185) | public QNodeTypeDefinitionImpl(NodeTypeDefinition def, method QNodeTypeDefinitionImpl (line 200) | private QNodeTypeDefinitionImpl(Name name, NodeTypeDefinition def, method getName (line 221) | public Name getName() { method getSupertypes (line 228) | public Name[] getSupertypes() { method isMixin (line 240) | public boolean isMixin() { method isAbstract (line 247) | public boolean isAbstract() { method isQueryable (line 254) | public boolean isQueryable() { method hasOrderableChildNodes (line 261) | public boolean hasOrderableChildNodes() { method getPrimaryItemName (line 268) | public Name getPrimaryItemName() { method getPropertyDefs (line 275) | public QPropertyDefinition[] getPropertyDefs() { method getChildNodeDefs (line 282) | public QNodeDefinition[] getChildNodeDefs() { method getDependencies (line 289) | public Collection getDependencies() { method getSupportedMixinTypes (line 334) | public Name[] getSupportedMixinTypes() { method equals (line 349) | @Override method hashCode (line 376) | @Override method getSerializablePropertyDefs (line 389) | private static Set getSerializablePropertyDefs( method getSerializableNodeDefs (line 409) | private static Set getSerializableNodeDefs( method getNames (line 422) | private static Name[] getNames(String[] jcrNames, NamePathResolver res... method createQPropertyDefinitions (line 430) | private static QPropertyDefinition[] createQPropertyDefinitions(Name d... method createQNodeDefinitions (line 479) | private static QNodeDefinition[] createQNodeDefinitions(Name declName, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/QPropertyDefinitionImpl.java class QPropertyDefinitionImpl (line 41) | public class QPropertyDefinitionImpl extends QItemDefinitionImpl method QPropertyDefinitionImpl (line 85) | public QPropertyDefinitionImpl(QPropertyDefinition propDef) { method QPropertyDefinitionImpl (line 119) | public QPropertyDefinitionImpl(Name name, Name declaringNodeType, method QPropertyDefinitionImpl (line 155) | public QPropertyDefinitionImpl(PropertyDefinition propDef, method getRequiredType (line 174) | public int getRequiredType() { method getValueConstraints (line 181) | public QValueConstraint[] getValueConstraints() { method getDefaultValues (line 188) | public QValue[] getDefaultValues() { method isMultiple (line 195) | public boolean isMultiple() { method getAvailableQueryOperators (line 202) | public String[] getAvailableQueryOperators() { method isFullTextSearchable (line 209) | public boolean isFullTextSearchable() { method isQueryOrderable (line 216) | public boolean isQueryOrderable() { method definesNode (line 225) | public boolean definesNode() { method equals (line 240) | @Override method hashCode (line 267) | @Override method convertValues (line 296) | private static QValue[] convertValues(Value[] values, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/SerializableBatch.java class SerializableBatch (line 47) | public class SerializableBatch implements Batch, Serializable { method SerializableBatch (line 60) | public SerializableBatch(ItemId itemId) { method getSaveTarget (line 67) | public ItemId getSaveTarget() { method replay (line 77) | public void replay(Batch batch) throws PathNotFoundException, ItemNotF... method addNode (line 85) | public void addNode(NodeId parentId, method addProperty (line 92) | public void addProperty(NodeId parentId, Name propertyName, QValue val... method addProperty (line 97) | public void addProperty(NodeId parentId, method setValue (line 103) | public void setValue(PropertyId propertyId, QValue value) { method setValue (line 107) | public void setValue(PropertyId propertyId, QValue[] values) { method remove (line 111) | public void remove(ItemId itemId) { method reorderNodes (line 115) | public void reorderNodes(NodeId parentId, method setMixins (line 121) | public void setMixins(NodeId nodeId, Name[] mixinNodeTypeIds) { method setPrimaryType (line 125) | public void setPrimaryType(NodeId nodeId, Name primaryNodeTypeName) th... method move (line 129) | public void move(NodeId srcNodeId, method setTree (line 135) | public void setTree(NodeId parentId, Tree contentTree) type Operation (line 141) | public interface Operation extends Serializable { method replay (line 150) | public void replay(Batch batch) throws RepositoryException; class AddNode (line 153) | private static class AddNode implements Operation { method AddNode (line 163) | AddNode(NodeId parentId, Name nodeName, Name nodetypeName, String uu... method replay (line 173) | public void replay(Batch batch) throws RepositoryException { class SetTree (line 178) | private static class SetTree implements Operation { method SetTree (line 184) | SetTree(NodeId parentId, Tree contentTree) { method replay (line 192) | public void replay(Batch batch) throws RepositoryException { class AddProperty (line 197) | private static class AddProperty implements Operation { method AddProperty (line 207) | AddProperty(NodeId parentId, Name propertyName, method replay (line 218) | public void replay(Batch batch) throws RepositoryException { class SetValue (line 227) | private static class SetValue implements Operation { method SetValue (line 235) | SetValue(PropertyId propertyId, QValue[] values, boolean isMultiValu... method replay (line 244) | public void replay(Batch batch) throws RepositoryException { class Remove (line 253) | private static class Remove implements Operation { method Remove (line 257) | Remove(ItemId itemId) { method replay (line 264) | public void replay(Batch batch) throws RepositoryException { class ReorderNodes (line 269) | private static class ReorderNodes implements Operation { method ReorderNodes (line 277) | ReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId) { method replay (line 286) | public void replay(Batch batch) throws RepositoryException { class SetMixins (line 291) | private static class SetMixins implements Operation { method SetMixins (line 297) | SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames) { method replay (line 305) | public void replay(Batch batch) throws RepositoryException { class SetPrimaryType (line 310) | private static class SetPrimaryType implements Operation { method SetPrimaryType (line 316) | SetPrimaryType(NodeId nodeId, Name primaryNodeTypeName) { method replay (line 324) | public void replay(Batch batch) throws RepositoryException { class Move (line 329) | private static class Move implements Operation { method Move (line 337) | Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName) { method replay (line 346) | public void replay(Batch batch) throws RepositoryException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/SessionExtensions.java type SessionExtensions (line 24) | public interface SessionExtensions { method setAttribute (line 31) | public void setAttribute(String name, Object value); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/SessionInfoImpl.java class SessionInfoImpl (line 30) | public class SessionInfoImpl implements SessionInfo, Serializable { method SessionInfoImpl (line 56) | public SessionInfoImpl() { method setUserID (line 64) | public void setUserID(String userId) { method setWorkspacename (line 74) | public void setWorkspacename(String workspaceName) { method getUserID (line 83) | public String getUserID() { method getWorkspaceName (line 90) | public String getWorkspaceName() { method getLockTokens (line 97) | public String[] getLockTokens() { method addLockToken (line 104) | public void addLockToken(String s) { method removeLockToken (line 111) | public void removeLockToken(String s) { method setUserData (line 118) | public void setUserData(String userData) throws RepositoryException { method getUserData (line 127) | public String getUserData() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/batch/AbstractChangeLog.java class AbstractChangeLog (line 32) | public abstract class AbstractChangeLog implements ... method addOperation (line 44) | public void addOperation(T op) throws RepositoryException { method apply (line 53) | public Batch apply(Batch batch) throws RepositoryException { method toString (line 64) | @Override method equals (line 76) | @Override method equals (line 90) | public boolean equals(AbstractChangeLog other) { method hashCode (line 94) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/batch/ChangeLog.java type ChangeLog (line 29) | public interface ChangeLog extends Batch { method apply (line 39) | public Batch apply(Batch batch) throws RepositoryException; FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/batch/ChangeLogImpl.java class ChangeLogImpl (line 36) | public class ChangeLogImpl extends AbstractChangeLog { method addNode (line 38) | public void addNode(NodeId parentId, Name nodeName, Name nodetypeName,... method addProperty (line 44) | public void addProperty(NodeId parentId, Name propertyName, QValue val... method addProperty (line 48) | public void addProperty(NodeId parentId, Name propertyName, QValue[] v... method move (line 54) | public void move(NodeId srcNodeId, NodeId destParentNodeId, Name destN... method remove (line 58) | public void remove(ItemId itemId) throws RepositoryException { method reorderNodes (line 62) | public void reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId bef... method setMixins (line 68) | public void setMixins(NodeId nodeId, Name[] mixinNodeTypeNames) throws... method setPrimaryType (line 72) | public void setPrimaryType(NodeId nodeId, Name primaryNodeTypeName) th... method setValue (line 76) | public void setValue(PropertyId propertyId, QValue value) throws Repos... method setValue (line 80) | public void setValue(PropertyId propertyId, QValue[] values) throws Re... method setTree (line 84) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/batch/ConsolidatingChangeLog.java class ConsolidatingChangeLog (line 43) | public class ConsolidatingChangeLog extends AbstractChangeLog implements Iterator { method BoundedIterator (line 44) | public BoundedIterator(long offset, long max, Iterator iterator) { method create (line 64) | public static Iterator create(long offset, long max, Iterator Iterator singleton(T element) { method empty (line 62) | public static Iterator empty() { method iteratorChain (line 75) | public static Iterator iteratorChain(Iterator iter... method iteratorChain (line 86) | public static Iterator iteratorChain(Iterator[] it... method iteratorChain (line 97) | public static Iterator iteratorChain(Collection Iterator arrayIterator(T[] values, int from, int ... method filterIterator (line 124) | @Deprecated method filterIterator (line 144) | public static Iterator filterIterator(Iterator ite... method transformIterator (line 164) | public static Iterator transformIterator(Iterator iterato... method properties (line 180) | @SuppressWarnings("unchecked") method nodes (line 190) | @SuppressWarnings("unchecked") FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/iterator/Predicate.java type Predicate (line 25) | @Deprecated method evaluate (line 34) | public boolean evaluate(T arg); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/iterator/Predicates.java class Predicates (line 24) | @Deprecated method evaluate (line 31) | public boolean evaluate(Object arg) { method evaluate (line 40) | public boolean evaluate(Object arg) { method Predicates (line 45) | private Predicates() { method TRUE (line 54) | @SuppressWarnings("unchecked") method FALSE (line 64) | @SuppressWarnings("unchecked") FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/iterator/Transformer.java type Transformer (line 25) | public interface Transformer { method transform (line 33) | public R transform(A argument); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/lock/Locked.java class Locked (line 81) | @Deprecated method with (line 105) | public Object with(Node lockable, boolean isDeep) method with (line 132) | public Object with(Node lockable, boolean isDeep, long timeout) method run (line 222) | protected abstract Object run(Node node) throws RepositoryException; method runAndUnlock (line 233) | private Object runAndUnlock(Lock lock) throws RepositoryException { method tryLock (line 252) | private static Lock tryLock(Node lockable, boolean isDeep) method isObservationSupported (line 268) | private static boolean isObservationSupported(Session s) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/AbstractLogger.java class AbstractLogger (line 24) | public class AbstractLogger { method AbstractLogger (line 36) | public AbstractLogger(LogWriter writer) { method execute (line 52) | protected Object execute(Callable thunk, String methodName, Object[] a... method execute (line 78) | protected Object execute(SafeCallable thunk, String methodName, Object... type Callable (line 95) | protected interface Callable { method call (line 96) | public Object call() throws RepositoryException; type SafeCallable (line 102) | protected interface SafeCallable { method call (line 103) | public Object call(); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/BatchLogger.java class BatchLogger (line 32) | public class BatchLogger extends AbstractLogger implements Batch { method BatchLogger (line 41) | public BatchLogger(Batch batch, LogWriter writer) { method getBatch (line 49) | public Batch getBatch() { method addNode (line 55) | public void addNode(final NodeId parentId, final Name nodeName, final ... method addProperty (line 65) | public void addProperty(final NodeId parentId, final Name propertyName... method addProperty (line 75) | public void addProperty(final NodeId parentId, final Name propertyName... method setValue (line 85) | public void setValue(final PropertyId propertyId, final QValue value) ... method setValue (line 93) | public void setValue(final PropertyId propertyId, final QValue[] value... method remove (line 101) | public void remove(final ItemId itemId) throws RepositoryException { method reorderNodes (line 109) | public void reorderNodes(final NodeId parentId, final NodeId srcNodeId... method setMixins (line 119) | public void setMixins(final NodeId nodeId, final Name[] mixinNodeTypeN... method setPrimaryType (line 127) | public void setPrimaryType(final NodeId nodeId, final Name primaryNode... method move (line 135) | public void move(final NodeId srcNodeId, final NodeId destParentNodeId... method setTree (line 145) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/IdFactoryLogger.java class IdFactoryLogger (line 28) | public class IdFactoryLogger extends AbstractLogger implements IdFactory { method IdFactoryLogger (line 37) | public IdFactoryLogger(IdFactory idFactory, LogWriter writer) { method getIdFactory (line 45) | public IdFactory getIdFactory() { method createPropertyId (line 49) | public PropertyId createPropertyId(final NodeId parentId, final Name p... method createNodeId (line 56) | public NodeId createNodeId(final NodeId parentId, final Path path) { method createNodeId (line 63) | public NodeId createNodeId(final String uniqueID, final Path path) { method createNodeId (line 70) | public NodeId createNodeId(final String uniqueID) { method toJcrIdentifier (line 77) | public String toJcrIdentifier(final NodeId nodeId) { method fromJcrIdentifier (line 84) | public NodeId fromJcrIdentifier(final String jcrIdentifier) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/LogWriter.java type LogWriter (line 24) | public interface LogWriter { method systemTime (line 32) | public long systemTime(); method enter (line 39) | public void enter(String methodName, Object[] args); method leave (line 48) | public void leave(String methodName, Object[] args, Object result); method error (line 58) | public void error(String methodName, Object[] args, Exception e); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/LogWriterProvider.java type LogWriterProvider (line 31) | public interface LogWriterProvider { method getLogWriter (line 37) | public LogWriter getLogWriter(RepositoryService service); method getLogWriter (line 43) | public LogWriter getLogWriter(NameFactory nameFactory); method getLogWriter (line 49) | public LogWriter getLogWriter(PathFactory pathFactory); method getLogWriter (line 55) | public LogWriter getLogWriter(IdFactory idFactory); method getLogWriter (line 61) | public LogWriter getLogWriter(QValueFactory qValueFactory); method getLogWriter (line 67) | public LogWriter getLogWriter(SessionInfo sessionInfo); method getLogWriter (line 73) | public LogWriter getLogWriter(Batch batch); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/NameFactoryLogger.java class NameFactoryLogger (line 25) | public class NameFactoryLogger extends AbstractLogger implements NameFac... method NameFactoryLogger (line 34) | public NameFactoryLogger(NameFactory nameFactory, LogWriter writer) { method getNameFactory (line 42) | public NameFactory getNameFactory() { method create (line 46) | public Name create(final String namespaceURI, final String localName) { method create (line 53) | public Name create(final String nameString) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/PathFactoryLogger.java class PathFactoryLogger (line 29) | public class PathFactoryLogger extends AbstractLogger implements PathFac... method PathFactoryLogger (line 38) | public PathFactoryLogger(PathFactory pathFactory, LogWriter writer) { method getPathFactory (line 46) | public PathFactory getPathFactory() { method create (line 50) | public Path create(final Path parent, final Path relPath, final boolea... method create (line 59) | public Path create(final Path parent, final Name name, final boolean n... method create (line 68) | public Path create(final Path parent, final Name name, final int index... method create (line 78) | public Path create(final Name name) { method create (line 85) | public Path create(final Name name, final int index) { method create (line 92) | public Path create(final Element element) { method create (line 99) | public Path create(final Element[] elements) { method create (line 106) | public Path create(final String pathString) { method createElement (line 113) | public Element createElement(final Name name) { method createElement (line 120) | public Element createElement(final Name name, final int index) { method createElement (line 127) | public Element createElement(final String identifier) throws IllegalAr... method getCurrentElement (line 134) | public Element getCurrentElement() { method getParentElement (line 141) | public Element getParentElement() { method getRootElement (line 148) | public Element getRootElement() { method getRootPath (line 155) | public Path getRootPath() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/QValueFactoryLogger.java class QValueFactoryLogger (line 37) | public class QValueFactoryLogger extends AbstractLogger implements QValu... method QValueFactoryLogger (line 46) | public QValueFactoryLogger(QValueFactory qValueFactory, LogWriter writ... method getQValueFactory (line 54) | public QValueFactory getQValueFactory() { method create (line 58) | public QValue create(final String value, final int type) throws Reposi... method create (line 65) | public QValue create(final Calendar value) throws RepositoryException { method create (line 72) | public QValue create(final double value) throws RepositoryException { method create (line 79) | public QValue create(final long value) throws RepositoryException { method create (line 86) | public QValue create(final boolean value) throws RepositoryException { method create (line 93) | public QValue create(final Name value) throws RepositoryException { method create (line 100) | public QValue create(final Path value) throws RepositoryException { method create (line 107) | public QValue create(final URI value) throws RepositoryException { method create (line 114) | public QValue create(final BigDecimal value) throws RepositoryException { method create (line 121) | public QValue create(final byte[] value) throws RepositoryException { method create (line 128) | public QValue create(final InputStream value) throws RepositoryExcepti... method create (line 151) | public QValue create(final File value) throws RepositoryException, IOE... method computeAutoValues (line 174) | public QValue[] computeAutoValues(final QPropertyDefinition propertyDe... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/RepositoryServiceLogger.java class RepositoryServiceLogger (line 62) | public class RepositoryServiceLogger extends AbstractLogger implements R... method RepositoryServiceLogger (line 71) | public RepositoryServiceLogger(RepositoryService service, LogWriter wr... method getRepositoryService (line 79) | public RepositoryService getRepositoryService() { method getNameFactory (line 83) | public NameFactory getNameFactory() throws RepositoryException { method getPathFactory (line 91) | public PathFactory getPathFactory() throws RepositoryException { method getIdFactory (line 99) | public IdFactory getIdFactory() throws RepositoryException { method getQValueFactory (line 107) | public QValueFactory getQValueFactory() throws RepositoryException { method getRepositoryDescriptors (line 115) | public Map getRepositoryDescriptors() throws Reposit... method getItemInfoCache (line 123) | public ItemInfoCache getItemInfoCache(final SessionInfo sessionInfo) t... method obtain (line 131) | public SessionInfo obtain(final Credentials credentials, final String ... method obtain (line 141) | public SessionInfo obtain(final SessionInfo sessionInfo, final String ... method impersonate (line 151) | public SessionInfo impersonate(final SessionInfo sessionInfo, final Cr... method dispose (line 161) | public void dispose(final SessionInfo sessionInfo) throws RepositoryEx... method getWorkspaceNames (line 170) | public String[] getWorkspaceNames(final SessionInfo sessionInfo) throw... method isGranted (line 178) | public boolean isGranted(final SessionInfo sessionInfo, final ItemId i... method getPrivilegeDefinitions (line 188) | @Override method getSupportedPrivileges (line 197) | public PrivilegeDefinition[] getSupportedPrivileges(final SessionInfo ... method getPrivilegeNames (line 205) | public Name[] getPrivilegeNames(final SessionInfo sessionInfo, final N... method getNodeDefinition (line 213) | public QNodeDefinition getNodeDefinition(final SessionInfo sessionInfo... method getPropertyDefinition (line 223) | public QPropertyDefinition getPropertyDefinition(final SessionInfo ses... method getNodeInfo (line 233) | public NodeInfo getNodeInfo(final SessionInfo sessionInfo, final NodeI... method getItemInfos (line 243) | public Iterator getItemInfos(final SessionInfo ses... method getChildInfos (line 253) | public Iterator getChildInfos(final SessionInfo sessionInfo... method getReferences (line 263) | public Iterator getReferences(final SessionInfo sessionInf... method getPropertyInfo (line 271) | public PropertyInfo getPropertyInfo(final SessionInfo sessionInfo, fin... method createBatch (line 281) | public Batch createBatch(final SessionInfo sessionInfo, final ItemId i... method submit (line 289) | public void submit(final Batch batch) throws RepositoryException { method createTree (line 299) | @Override method importXml (line 307) | public void importXml(final SessionInfo sessionInfo, final NodeId pare... method move (line 319) | public void move(final SessionInfo sessionInfo, final NodeId srcNodeId... method copy (line 331) | public void copy(final SessionInfo sessionInfo, final String srcWorksp... method update (line 343) | public void update(final SessionInfo sessionInfo, final NodeId nodeId,... method clone (line 354) | public void clone(final SessionInfo sessionInfo, final String srcWorks... method getLockInfo (line 368) | public LockInfo getLockInfo(final SessionInfo sessionInfo, final NodeI... method lock (line 378) | public LockInfo lock(final SessionInfo sessionInfo, final NodeId nodeI... method lock (line 389) | public LockInfo lock(final SessionInfo sessionInfo, final NodeId nodeI... method refreshLock (line 403) | public void refreshLock(final SessionInfo sessionInfo, final NodeId no... method unlock (line 414) | public void unlock(final SessionInfo sessionInfo, final NodeId nodeId) method checkin (line 425) | public NodeId checkin(final SessionInfo sessionInfo, final NodeId node... method checkout (line 434) | public void checkout(final SessionInfo sessionInfo, final NodeId nodeId) method checkout (line 445) | public void checkout(final SessionInfo sessionInfo, final NodeId nodeI... method checkpoint (line 456) | public NodeId checkpoint(final SessionInfo sessionInfo, final NodeId n... method checkpoint (line 464) | public NodeId checkpoint(final SessionInfo sessionInfo, final NodeId n... method removeVersion (line 472) | public void removeVersion(final SessionInfo sessionInfo, final NodeId ... method restore (line 484) | public void restore(final SessionInfo sessionInfo, final NodeId nodeId... method restore (line 496) | public void restore(final SessionInfo sessionInfo, final NodeId[] node... method merge (line 508) | public Iterator merge(final SessionInfo sessionInfo, final Nod... method merge (line 519) | public Iterator merge(final SessionInfo sessionInfo, final Nod... method resolveMergeConflict (line 530) | public void resolveMergeConflict(final SessionInfo sessionInfo, final ... method addVersionLabel (line 542) | public void addVersionLabel(final SessionInfo sessionInfo, final NodeI... method removeVersionLabel (line 554) | public void removeVersionLabel(final SessionInfo sessionInfo, final No... method createActivity (line 566) | public NodeId createActivity(final SessionInfo sessionInfo, final Stri... method removeActivity (line 574) | public void removeActivity(final SessionInfo sessionInfo, final NodeId... method mergeActivity (line 584) | public Iterator mergeActivity(final SessionInfo sessionInfo, f... method createConfiguration (line 592) | public NodeId createConfiguration(final SessionInfo sessionInfo, final... method getSupportedQueryLanguages (line 600) | public String[] getSupportedQueryLanguages(final SessionInfo sessionIn... method checkQueryStatement (line 608) | public String[] checkQueryStatement(final SessionInfo sessionInfo, fin... method executeQuery (line 619) | public QueryInfo executeQuery(final SessionInfo sessionInfo, final Str... method createEventFilter (line 630) | public EventFilter createEventFilter(final SessionInfo sessionInfo, fi... method createSubscription (line 644) | public Subscription createSubscription(final SessionInfo sessionInfo, ... method getEvents (line 655) | public EventBundle[] getEvents(final Subscription subscription, final ... method getEvents (line 681) | public EventBundle getEvents(final SessionInfo sessionInfo, method updateEventFilters (line 693) | public void updateEventFilters(final Subscription subscription, final ... method dispose (line 705) | public void dispose(final Subscription subscription) throws Repository... method getRegisteredNamespaces (line 714) | public Map getRegisteredNamespaces(final SessionInfo s... method getNamespaceURI (line 722) | public String getNamespaceURI(final SessionInfo sessionInfo, final Str... method getNamespacePrefix (line 731) | public String getNamespacePrefix(final SessionInfo sessionInfo, final ... method registerNamespace (line 741) | public void registerNamespace(final SessionInfo sessionInfo, final Str... method unregisterNamespace (line 752) | public void unregisterNamespace(final SessionInfo sessionInfo, final S... method getQNodeTypeDefinitions (line 763) | public Iterator getQNodeTypeDefinitions(final Ses... method getQNodeTypeDefinitions (line 771) | public Iterator getQNodeTypeDefinitions(final Ses... method registerNodeTypes (line 781) | public void registerNodeTypes(final SessionInfo sessionInfo, final QNo... method unregisterNodeTypes (line 790) | public void unregisterNodeTypes(final SessionInfo sessionInfo, final N... method createWorkspace (line 799) | public void createWorkspace(final SessionInfo sessionInfo, final Strin... method deleteWorkspace (line 808) | public void deleteWorkspace(final SessionInfo sessionInfo, final Strin... method unwrap (line 820) | private static SessionInfo unwrap(SessionInfo sessionInfo) { method unwrap (line 829) | private static Batch unwrap(Batch batch) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/SessionInfoLogger.java class SessionInfoLogger (line 26) | public class SessionInfoLogger extends AbstractLogger implements Session... method SessionInfoLogger (line 35) | public SessionInfoLogger(SessionInfo sessionInfo, LogWriter writer) { method getSessionInfo (line 43) | public SessionInfo getSessionInfo() { method getUserID (line 49) | public String getUserID() { method getWorkspaceName (line 57) | public String getWorkspaceName() { method getLockTokens (line 65) | public String[] getLockTokens() throws RepositoryException { method addLockToken (line 73) | public void addLockToken(final String lockToken) throws RepositoryExce... method removeLockToken (line 82) | public void removeLockToken(final String lockToken) throws RepositoryE... method setUserData (line 91) | public void setUserData(final String userData) throws RepositoryExcept... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/Slf4jLogWriter.java class Slf4jLogWriter (line 27) | public class Slf4jLogWriter implements LogWriter { method Slf4jLogWriter (line 35) | public Slf4jLogWriter(Logger log) { method systemTime (line 47) | public long systemTime() { method enter (line 55) | public void enter(final String methodName, final Object[] args) { method leave (line 65) | public void leave(final String methodName, final Object[] args, final ... method error (line 76) | public void error(final String methodName, final Object[] args, final ... method formatArgs (line 85) | private String formatArgs(Object[] args) { method formatResult (line 91) | private String formatResult(Object result) { method formatException (line 97) | private String formatException(Exception e) { method formatArgs (line 103) | private void formatArgs(Object[] args, StringBuffer b) { method formatArg (line 112) | private void formatArg(Object arg, StringBuffer b) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/Slf4jLogWriterProvider.java class Slf4jLogWriterProvider (line 32) | public class Slf4jLogWriterProvider implements LogWriterProvider { method getLogWriter (line 40) | public LogWriter getLogWriter(RepositoryService service) { method getLogWriter (line 50) | public LogWriter getLogWriter(NameFactory nameFactory) { method getLogWriter (line 60) | public LogWriter getLogWriter(PathFactory pathFactory) { method getLogWriter (line 70) | public LogWriter getLogWriter(IdFactory idFactory) { method getLogWriter (line 80) | public LogWriter getLogWriter(QValueFactory valueFactory) { method getLogWriter (line 90) | public LogWriter getLogWriter(SessionInfo sessionInfo) { method getLogWriter (line 100) | public LogWriter getLogWriter(Batch batch) { method getLogWriterInternal (line 106) | private static LogWriter getLogWriterInternal(Object object) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/SpiLoggerFactory.java class SpiLoggerFactory (line 67) | public final class SpiLoggerFactory { method SpiLoggerFactory (line 69) | private SpiLoggerFactory() { method create (line 82) | public static RepositoryService create(RepositoryService service) { method create (line 95) | public static RepositoryService create(RepositoryService service, LogW... method create (line 121) | public static NameFactory create(NameFactory nameFactory, LogWriterPro... method create (line 147) | public static PathFactory create(PathFactory pathFactory, LogWriterPro... method create (line 173) | public static IdFactory create(IdFactory idFactory, LogWriterProvider ... method create (line 199) | public static QValueFactory create(QValueFactory qValueFactory, LogWri... method create (line 225) | public static SessionInfo create(SessionInfo sessionInfo, LogWriterPro... method create (line 251) | public static Batch create(Batch batch, LogWriterProvider logWriterPro... class ServiceLogger (line 273) | private static class ServiceLogger extends RepositoryServiceLogger { method ServiceLogger (line 276) | public ServiceLogger(RepositoryService service, LogWriterProvider lo... method getNameFactory (line 281) | @Override method getPathFactory (line 289) | @Override method getIdFactory (line 297) | @Override method getQValueFactory (line 305) | @Override method obtain (line 313) | @Override method obtain (line 323) | @Override method impersonate (line 333) | @Override method createBatch (line 343) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/WriterLogWriter.java class WriterLogWriter (line 26) | public class WriterLogWriter implements LogWriter { method WriterLogWriter (line 38) | public WriterLogWriter(Writer log, String category) { method systemTime (line 51) | public long systemTime() { method enter (line 59) | public void enter(final String methodName, final Object[] args) { method leave (line 67) | public void leave(final String methodName, final Object[] args, final ... method error (line 76) | public void error(final String methodName, final Object[] args, final ... method print (line 81) | private void print(String msg) { method formatArgs (line 89) | private String formatArgs(Object[] args) { method formatResult (line 95) | private String formatResult(Object result) { method formatException (line 101) | private String formatException(Exception e) { method formatArgs (line 107) | private void formatArgs(Object[] args, StringBuffer b) { method formatArg (line 116) | private void formatArg(Object arg, StringBuffer b) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/logging/WriterLogWriterProvider.java class WriterLogWriterProvider (line 32) | public class WriterLogWriterProvider implements LogWriterProvider { method WriterLogWriterProvider (line 43) | public WriterLogWriterProvider(Writer log) { method getLogWriter (line 53) | public LogWriter getLogWriter(RepositoryService service) { method getLogWriter (line 63) | public LogWriter getLogWriter(NameFactory nameFactory) { method getLogWriter (line 73) | public LogWriter getLogWriter(PathFactory pathFactory) { method getLogWriter (line 83) | public LogWriter getLogWriter(IdFactory idFactory) { method getLogWriter (line 93) | public LogWriter getLogWriter(QValueFactory valueFactory) { method getLogWriter (line 103) | public LogWriter getLogWriter(SessionInfo sessionInfo) { method getLogWriter (line 113) | public LogWriter getLogWriter(Batch batch) { method getLogWriterInternal (line 119) | private static LogWriter getLogWriterInternal(Writer log, Object objec... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/AbstractPath.java class AbstractPath (line 26) | abstract class AbstractPath implements Path, Path.Element { method getIndex (line 37) | public int getIndex() { method getNormalizedIndex (line 47) | public int getNormalizedIndex() { method getIdentifier (line 57) | public String getIdentifier() { method denotesRoot (line 67) | public boolean denotesRoot() { method denotesIdentifier (line 77) | public boolean denotesIdentifier() { method denotesParent (line 87) | public boolean denotesParent() { method denotesCurrent (line 97) | public boolean denotesCurrent() { method denotesName (line 107) | public boolean denotesName() { method getNameElement (line 111) | public Element getNameElement() { method getLastElement (line 121) | public AbstractPath getLastElement() { method getFirstElements (line 131) | public Path getFirstElements() { method resolve (line 135) | public final Path resolve(Element element) { method resolve (line 156) | public final Path resolve(Path relative) { method computeRelativePath (line 183) | public final Path computeRelativePath(Path other) method isEquivalentTo (line 246) | public final boolean isEquivalentTo(Path other) method isAncestorOf (line 269) | public final boolean isAncestorOf(Path other) method isDescendantOf (line 295) | public final boolean isDescendantOf(Path other) method toString (line 315) | public final String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/CurrentPath.java class CurrentPath (line 27) | final class CurrentPath extends RelativePath { method CurrentPath (line 39) | public CurrentPath(Path parent) { method getDepthModifier (line 43) | protected int getDepthModifier() { method getParent (line 47) | protected Path getParent() throws RepositoryException { method getElementString (line 55) | protected String getElementString() { method getName (line 59) | public Name getName() { method denotesCurrent (line 68) | @Override method isCanonical (line 79) | public boolean isCanonical() { method isNormalized (line 83) | public boolean isNormalized() { method getNormalizedPath (line 87) | public Path getNormalizedPath() throws RepositoryException { method getCanonicalPath (line 95) | public Path getCanonicalPath() throws RepositoryException { method getLastElement (line 109) | @Override method equals (line 116) | @Override method hashCode (line 128) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/HashCache.java class HashCache (line 28) | public class HashCache { method HashCache (line 39) | public HashCache() { method HashCache (line 48) | @SuppressWarnings("unchecked") method get (line 60) | public T get(T object) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/IdentifierPath.java class IdentifierPath (line 24) | final class IdentifierPath extends AbstractPath { method IdentifierPath (line 31) | public IdentifierPath(String identifier) { method getName (line 41) | public Name getName() { method getIdentifier (line 45) | public String getIdentifier() { method denotesIdentifier (line 54) | @Override method isIdentifierBased (line 64) | public boolean isIdentifierBased() { method isAbsolute (line 74) | public boolean isAbsolute() { method isCanonical (line 84) | public boolean isCanonical() { method isNormalized (line 94) | public boolean isNormalized() { method getNormalizedPath (line 98) | public Path getNormalizedPath() throws RepositoryException { method getCanonicalPath (line 103) | public Path getCanonicalPath() { method getAncestor (line 107) | public Path getAncestor(int degree) method getAncestorCount (line 120) | public int getAncestorCount() { method getLength (line 124) | public int getLength() { method getDepth (line 128) | public int getDepth() { method subPath (line 132) | public Path subPath(int from, int to) throws IllegalArgumentException { method getElements (line 141) | public Element[] getElements() { method getString (line 145) | public String getString() { method equals (line 151) | public final boolean equals(Object that) { method hashCode (line 163) | public final int hashCode() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/MatchResult.java class MatchResult (line 25) | public class MatchResult { method MatchResult (line 31) | MatchResult(Path path, int length) { method MatchResult (line 35) | MatchResult(Path path, int pos, int length) { method getRemainder (line 52) | public Path getRemainder() { method getMatch (line 66) | public Path getMatch() { method getMatchPos (line 78) | public int getMatchPos() { method getMatchLength (line 86) | public int getMatchLength() { method isMatch (line 94) | public boolean isMatch() { method isFullMatch (line 102) | public boolean isFullMatch() { method setPos (line 106) | MatchResult setPos(int matchPos) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/Matcher.java class Matcher (line 24) | public final class Matcher { method Matcher (line 26) | private Matcher() { method match (line 38) | public static Path match(Pattern pattern, Path input) { method matches (line 49) | public static boolean matches(Pattern pattern, Path input) { method findMatch (line 61) | public static MatchResult findMatch(Pattern pattern, Path input) { method findMatch (line 74) | public static MatchResult findMatch(Pattern pattern, Path input, int p... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/NameConstants.java class NameConstants (line 28) | public class NameConstants { method rep (line 579) | private static final Name rep(String local) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/NameFactoryImpl.java class NameFactoryImpl (line 25) | public class NameFactoryImpl implements NameFactory { method NameFactoryImpl (line 36) | private NameFactoryImpl() {} method getInstance (line 38) | public static NameFactory getInstance() { method create (line 46) | public Name create(String namespaceURI, String localName) throws Illeg... method create (line 60) | public Name create(String nameString) throws IllegalArgumentException { class NameImpl (line 85) | private static class NameImpl implements Name { method NameImpl (line 102) | private NameImpl(String namespaceURI, String localName) { method getLocalName (line 120) | public String getLocalName() { method getNamespaceURI (line 127) | public String getNamespaceURI() { method toString (line 142) | @Override method equals (line 161) | @Override method hashCode (line 187) | @Override method clone (line 209) | @Override method compareTo (line 224) | public int compareTo(Object o) { method readResolve (line 242) | private Object readResolve() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/NamePath.java class NamePath (line 24) | final class NamePath extends RelativePath { method NamePath (line 41) | public NamePath(Path parent, Name name, int index) { method getDepthModifier (line 49) | protected int getDepthModifier() { method getParent (line 53) | protected Path getParent() throws RepositoryException { method getElementString (line 61) | protected String getElementString() { method getName (line 69) | public Name getName() { method getIndex (line 73) | @Override method getNormalizedIndex (line 78) | @Override method denotesName (line 92) | @Override method isCanonical (line 97) | public boolean isCanonical() { method isNormalized (line 101) | public boolean isNormalized() { method getNormalizedPath (line 107) | public Path getNormalizedPath() throws RepositoryException { method getCanonicalPath (line 120) | public Path getCanonicalPath() throws RepositoryException { method getLastElement (line 136) | @Override method equals (line 147) | @Override method hashCode (line 162) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/ParentPath.java class ParentPath (line 27) | final class ParentPath extends RelativePath { method ParentPath (line 39) | public ParentPath(Path parent) { method getDepthModifier (line 43) | protected int getDepthModifier() { method getParent (line 47) | protected Path getParent() throws RepositoryException { method getElementString (line 55) | protected String getElementString() { method getName (line 59) | public Name getName() { method denotesParent (line 68) | @Override method isCanonical (line 79) | public boolean isCanonical() { method isNormalized (line 83) | public boolean isNormalized() { method getNormalizedPath (line 88) | public Path getNormalizedPath() throws RepositoryException { method getCanonicalPath (line 104) | public Path getCanonicalPath() throws RepositoryException { method getLastElement (line 118) | @Override method equals (line 125) | @Override method hashCode (line 137) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/PathBuilder.java class PathBuilder (line 34) | public final class PathBuilder { method PathBuilder (line 52) | public PathBuilder() { method PathBuilder (line 61) | public PathBuilder(PathFactory factory) { method PathBuilder (line 71) | public PathBuilder(Path.Element[] elements) { method PathBuilder (line 82) | public PathBuilder(Path parent) { method addRoot (line 90) | public void addRoot() { method addAll (line 103) | public void addAll(Path.Element[] elements) { method addFirst (line 118) | public void addFirst(Path.Element elem) { method addFirst (line 132) | public void addFirst(Name name) { method addFirst (line 142) | public void addFirst(Name name, int index) { method addLast (line 151) | public void addLast(Path.Element elem) { method addLast (line 164) | public void addLast(Name name) { method addLast (line 174) | public void addLast(Name name, int index) { method getPath (line 184) | public Path getPath() throws MalformedPathException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/PathFactoryImpl.java class PathFactoryImpl (line 31) | public class PathFactoryImpl implements PathFactory { method PathFactoryImpl (line 35) | private PathFactoryImpl() {} method getInstance (line 37) | public static PathFactory getInstance() { method create (line 45) | public Path create(Path parent, Path relPath, boolean normalize) throw... method create (line 62) | public Path create(Path parent, Name name, boolean normalize) throws R... method create (line 69) | public Path create(Path parent, Name name, int index, boolean normaliz... method create (line 84) | public Path create(Name name) throws IllegalArgumentException { method create (line 95) | public Path create(Name name, int index) throws IllegalArgumentExcepti... method create (line 124) | public Path create(Path.Element element) { method create (line 144) | public Path create(Path.Element[] elements) throws IllegalArgumentExce... method create (line 174) | public Path create(String pathString) throws IllegalArgumentException { method createElement (line 200) | public Path.Element createElement(Name name) throws IllegalArgumentExc... method createElement (line 217) | public Path.Element createElement(Name name, int index) throws Illegal... method createElement (line 234) | public Path.Element createElement(String identifier) throws IllegalArg... method createElementFromString (line 245) | private Path.Element createElementFromString(String elementString) { method getCurrentElement (line 285) | public Path.Element getCurrentElement() { method getParentElement (line 292) | public Path.Element getParentElement() { method getRootElement (line 299) | public Path.Element getRootElement() { method getRootPath (line 306) | public Path getRootPath() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/PathMap.java class PathMap (line 34) | public class PathMap { method map (line 52) | public Element map(Path path, boolean exact) { method put (line 75) | public Element put(Path path, T obj) { method put (line 87) | public void put(Path path, Element element) { method put (line 105) | public Element put(Path path) { method traverse (line 127) | public void traverse(ElementVisitor visitor, boolean includeEmpty) { class Element (line 135) | public final static class Element { method Element (line 174) | private Element(Path.Element nameIndex) { method createChild (line 189) | private Element createChild(Path.Element nameIndex) { method updatePathElement (line 201) | private void updatePathElement(Name name, int index) { method insert (line 214) | public void insert(Path.Element nameIndex) { method getChild (line 238) | private Element getChild(Path.Element nameIndex) { method put (line 257) | public void put(Path.Element nameIndex, Element element) { method remove (line 293) | public Element remove(Path.Element nameIndex) { method remove (line 313) | private Element remove(Path.Element nameIndex, boolean shift, method remove (line 350) | public void remove() { method remove (line 358) | public void remove(boolean shift) { method removeAll (line 374) | public void removeAll() { method setChildren (line 390) | public void setChildren(Map> children) { method get (line 410) | public T get() { method set (line 418) | public void set(T obj) { method getName (line 430) | public Name getName() { method getIndex (line 440) | public int getIndex() { method getNormalizedIndex (line 451) | public int getNormalizedIndex() { method getPathElement (line 459) | public Path.Element getPathElement() { method getPath (line 472) | public Path getPath() throws MalformedPathException { method getPath (line 487) | private void getPath(PathBuilder builder) { method hasPath (line 504) | public boolean hasPath(Path path) { method hasPath (line 516) | private boolean hasPath(Path.Element[] elements, int len) { method getZeroBasedIndex (line 529) | private static int getZeroBasedIndex(Path.Element nameIndex) { method traverse (line 541) | public void traverse(ElementVisitor visitor, boolean includeEmpty) { method getDepth (line 561) | public int getDepth() { method isAncestorOf (line 574) | public boolean isAncestorOf(Element other) { method getParent (line 589) | public Element getParent() { method getChildrenCount (line 597) | public int getChildrenCount() { method getChildren (line 605) | public List> getChildren() { method getDescendant (line 629) | public Element getDescendant(Path relPath, boolean exact) { type ElementVisitor (line 650) | public interface ElementVisitor { method elementVisited (line 656) | void elementVisited(Element element); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/Pattern.java class Pattern (line 34) | public abstract class Pattern { method match (line 42) | public MatchResult match(Path input) { method match (line 52) | protected abstract Context match(Context input) throws RepositoryExcep... method path (line 60) | public static Pattern path(Path path) { method name (line 73) | public static Pattern name(Name name) { method name (line 94) | public static Pattern name(String namespaceUri, String localName) { method match (line 102) | protected Context match(Context input) { method toString (line 106) | public String toString() { method all (line 116) | public static Pattern all() { method match (line 121) | protected Context match(Context input) { method toString (line 125) | public String toString() { method nothing (line 134) | public static Pattern nothing() { method selection (line 146) | public static Pattern selection(Pattern pattern1, Pattern pattern2) { method sequence (line 159) | public static Pattern sequence(Pattern pattern1, Pattern pattern2) { method repeat (line 171) | public static Pattern repeat(Pattern pattern) { method repeat (line 186) | public static Pattern repeat(Pattern pattern, int min, int max) { class Context (line 195) | private static class Context { method Context (line 201) | public Context(Path path) { method Context (line 209) | public Context(Context context, int pos, boolean matched) { method matchToEnd (line 219) | public Context matchToEnd() { method match (line 223) | public Context match(int count) { method noMatch (line 227) | public Context noMatch() { method isMatch (line 231) | public boolean isMatch() { method getRemainder (line 235) | public Path getRemainder() throws RepositoryException { method isExhausted (line 244) | public boolean isExhausted() { method getMatchResult (line 248) | public MatchResult getMatchResult() { method toString (line 252) | public String toString() { class SelectPattern (line 260) | private static class SelectPattern extends Pattern { method SelectPattern (line 264) | public SelectPattern(Pattern pattern1, Pattern pattern2) { method match (line 270) | protected Context match(Context input) throws RepositoryException { method toString (line 277) | public String toString() { class SequencePattern (line 290) | private static class SequencePattern extends Pattern { method SequencePattern (line 294) | public SequencePattern(Pattern pattern1, Pattern pattern2) { method match (line 300) | protected Context match(Context input) throws RepositoryException { method toString (line 310) | public String toString() { class RepeatPattern (line 323) | private static class RepeatPattern extends Pattern { method RepeatPattern (line 329) | public RepeatPattern(Pattern pattern) { method RepeatPattern (line 334) | public RepeatPattern(Pattern pattern, int min, int max) { method match (line 342) | protected Context match(Context input) throws RepositoryException { method hasBounds (line 360) | private boolean hasBounds() { method toString (line 364) | public String toString() { class PathPattern (line 376) | private static class PathPattern extends Pattern { method PathPattern (line 380) | public PathPattern(Path path) { method match (line 386) | protected Context match(Context input) throws RepositoryException { method toString (line 412) | public String toString() { class AbstractNamePattern (line 423) | private static abstract class AbstractNamePattern extends Pattern { method matches (line 424) | protected abstract boolean matches(Element element); method match (line 426) | protected Context match(Context input) throws RepositoryException { class NamePattern (line 448) | private static class NamePattern extends AbstractNamePattern { method NamePattern (line 451) | public NamePattern(Name name) { method matches (line 456) | protected boolean matches(Element element) { method toString (line 460) | public String toString() { class RegexPattern (line 471) | private static class RegexPattern extends AbstractNamePattern { method RegexPattern (line 477) | public RegexPattern(String namespaceUri, String localName) { method matches (line 486) | protected boolean matches(Element element) { method toString (line 493) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/RelativePath.java class RelativePath (line 23) | abstract class RelativePath extends AbstractPath { method RelativePath (line 38) | protected RelativePath(Path parent) { method getDepthModifier (line 53) | protected abstract int getDepthModifier(); method getParent (line 55) | protected abstract Path getParent() throws RepositoryException; method getElementString (line 57) | protected abstract String getElementString(); method isIdentifierBased (line 59) | public final boolean isIdentifierBased() { method isAbsolute (line 63) | public final boolean isAbsolute() { method getAncestor (line 67) | public final Path getAncestor(int degree) throws RepositoryException { method getAncestorCount (line 78) | public final int getAncestorCount() { method getDepth (line 86) | public final int getDepth() { method getLength (line 90) | public final int getLength() { method subPath (line 94) | public final Path subPath(int from, int to) { method getElements (line 110) | public final Element[] getElements() { method getFirstElements (line 125) | @Override method getString (line 130) | public String getString() { method equals (line 140) | public boolean equals(Object that) { method hashCode (line 155) | public int hashCode() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/name/RootPath.java class RootPath (line 24) | final class RootPath extends AbstractPath { method RootPath (line 37) | private RootPath() { method getName (line 40) | public Name getName() { method denotesRoot (line 49) | @Override method isIdentifierBased (line 59) | public boolean isIdentifierBased() { method isAbsolute (line 68) | public boolean isAbsolute() { method isCanonical (line 77) | public boolean isCanonical() { method isNormalized (line 86) | public boolean isNormalized() { method getNormalizedPath (line 95) | public Path getNormalizedPath() { method getCanonicalPath (line 104) | public Path getCanonicalPath() { method getAncestor (line 108) | public Path getAncestor(int degree) method getAncestorCount (line 126) | public int getAncestorCount() { method getLength (line 135) | public int getLength() { method getDepth (line 144) | public int getDepth() { method subPath (line 148) | public Path subPath(int from, int to) throws IllegalArgumentException { method getElements (line 157) | public Element[] getElements() { method getNameElement (line 161) | public Element getNameElement() { method getString (line 165) | public String getString() { method readResolve (line 172) | public Object readResolve() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/AbstractNamespaceResolver.java class AbstractNamespaceResolver (line 38) | @Deprecated method AbstractNamespaceResolver (line 47) | public AbstractNamespaceResolver() { method AbstractNamespaceResolver (line 58) | public AbstractNamespaceResolver(boolean supportListeners) { method addListener (line 76) | public void addListener(NamespaceListener listener) { method removeListener (line 92) | public void removeListener(NamespaceListener listener) { method notifyNamespaceAdded (line 108) | protected void notifyNamespaceAdded(String prefix, String uri) { method notifyNamespaceRemapped (line 135) | protected void notifyNamespaceRemapped(String oldPrefix, method notifyNamespaceRemoved (line 163) | protected void notifyNamespaceRemoved(String uri) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/NamespaceAdder.java class NamespaceAdder (line 26) | public class NamespaceAdder { method NamespaceAdder (line 30) | public NamespaceAdder(NamespaceRegistry nsr) { method addNamespaces (line 34) | public void addNamespaces(NamespaceMapping nsm) method addNamespace (line 45) | public void addNamespace(String prefix, String uri) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/NamespaceExtractor.java class NamespaceExtractor (line 44) | public class NamespaceExtractor { method NamespaceExtractor (line 56) | public NamespaceExtractor(String fileName, String dpb) throws Namespac... method getNamespaceMapping (line 72) | public NamespaceMapping getNamespaceMapping(){ class NamespaceHandler (line 79) | private class NamespaceHandler extends DefaultHandler { method startPrefixMapping (line 80) | public void startPrefixMapping(String prefix, String uri) throws SAX... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/NamespaceListener.java type NamespaceListener (line 24) | @Deprecated method namespaceRemapped (line 35) | public void namespaceRemapped(String oldPrefix, String newPrefix, Stri... method namespaceAdded (line 44) | public void namespaceAdded(String prefix, String uri); method namespaceRemoved (line 52) | public void namespaceRemoved(String uri); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/NamespaceMapping.java class NamespaceMapping (line 29) | public class NamespaceMapping implements NamespaceResolver { method NamespaceMapping (line 40) | public NamespaceMapping() { method NamespaceMapping (line 48) | public NamespaceMapping(NamespaceResolver base) { method getPrefix (line 57) | public String getPrefix(String uri) throws NamespaceException { method getURI (line 70) | public String getURI(String prefix) throws NamespaceException { method hasPrefix (line 86) | public boolean hasPrefix(String prefix) { method setMapping (line 97) | public void setMapping(String prefix, String uri) throws NamespaceExce... method removeMapping (line 122) | public String removeMapping(String uri) { method getPrefixToURIMapping (line 136) | public Map getPrefixToURIMapping() { method getURIToPrefixMapping (line 145) | public Map getURIToPrefixMapping() { method equals (line 153) | @Override method toString (line 171) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/NamespaceResolver.java type NamespaceResolver (line 29) | public interface NamespaceResolver { method getURI (line 38) | String getURI(String prefix) throws NamespaceException; method getPrefix (line 47) | String getPrefix(String uri) throws NamespaceException; FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/RegistryNamespaceResolver.java class RegistryNamespaceResolver (line 27) | public class RegistryNamespaceResolver implements NamespaceResolver { method RegistryNamespaceResolver (line 39) | public RegistryNamespaceResolver(NamespaceRegistry registry) { method getPrefix (line 43) | public String getPrefix(String uri) throws NamespaceException { method getURI (line 55) | public String getURI(String prefix) throws NamespaceException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/namespace/SessionNamespaceResolver.java class SessionNamespaceResolver (line 27) | public class SessionNamespaceResolver implements NamespaceResolver { method SessionNamespaceResolver (line 38) | public SessionNamespaceResolver(Session session) { method getPrefix (line 45) | public String getPrefix(String uri) throws NamespaceException { method getURI (line 57) | public String getURI(String prefix) throws NamespaceException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/AbstractItemDefinitionTemplate.java class AbstractItemDefinitionTemplate (line 37) | abstract class AbstractItemDefinitionTemplate implements ItemDefinition { method AbstractItemDefinitionTemplate (line 54) | AbstractItemDefinitionTemplate(NamePathResolver resolver) { method AbstractItemDefinitionTemplate (line 65) | AbstractItemDefinitionTemplate(ItemDefinition def, NamePathResolver re... method setName (line 86) | public void setName(String name) throws ConstraintViolationException { method setAutoCreated (line 105) | public void setAutoCreated(boolean autoCreated) { method setMandatory (line 114) | public void setMandatory(boolean mandatory) { method setOnParentVersion (line 124) | public void setOnParentVersion(int opv) { method setProtected (line 135) | public void setProtected(boolean protectedStatus) { method getName (line 143) | public String getName() { method getDeclaringNodeType (line 160) | public NodeType getDeclaringNodeType() { method isAutoCreated (line 167) | public boolean isAutoCreated() { method isMandatory (line 174) | public boolean isMandatory() { method getOnParentVersion (line 181) | public int getOnParentVersion() { method isProtected (line 188) | public boolean isProtected() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/AbstractNodeType.java class AbstractNodeType (line 45) | public abstract class AbstractNodeType implements NodeType { method AbstractNodeType (line 66) | public AbstractNodeType(QNodeTypeDefinition ntd, method getDefinition (line 79) | public QNodeTypeDefinition getDefinition() { method getName (line 88) | public String getName() { method isAbstract (line 101) | public boolean isAbstract() { method isMixin (line 108) | public boolean isMixin() { method isQueryable (line 115) | public boolean isQueryable() { method getDeclaredSupertypeNames (line 122) | public String[] getDeclaredSupertypeNames() { method getDeclaredSupertypes (line 140) | public NodeType[] getDeclaredSupertypes() { method getDeclaredSubtypes (line 158) | public NodeTypeIterator getDeclaredSubtypes() { method getSubtypes (line 165) | public NodeTypeIterator getSubtypes() { method getDeclaredChildNodeDefinitions (line 172) | public NodeDefinition[] getDeclaredChildNodeDefinitions() { method getPrimaryItemName (line 184) | public String getPrimaryItemName() { method getDeclaredPropertyDefinitions (line 203) | public PropertyDefinition[] getDeclaredPropertyDefinitions() { method isNodeType (line 215) | public boolean isNodeType(String nodeTypeName) { method isNodeType (line 240) | public abstract boolean isNodeType(Name nodeTypeName); method getSubtypes (line 253) | public NodeTypeIterator getSubtypes(boolean directOnly) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/AbstractNodeTypeManager.java class AbstractNodeTypeManager (line 40) | public abstract class AbstractNodeTypeManager implements NodeTypeManager { method getNodeType (line 49) | public abstract NodeType getNodeType(Name ntName) throws NoSuchNodeTyp... method getNodeDefinition (line 58) | public abstract NodeDefinition getNodeDefinition(QNodeDefinition nd); method getPropertyDefinition (line 67) | public abstract PropertyDefinition getPropertyDefinition(QPropertyDefi... method getNamePathResolver (line 76) | public abstract NamePathResolver getNamePathResolver(); method createNodeTypeTemplate (line 82) | public NodeTypeTemplate createNodeTypeTemplate() method createNodeTypeTemplate (line 90) | public NodeTypeTemplate createNodeTypeTemplate(NodeTypeDefinition ntd) method createNodeDefinitionTemplate (line 98) | public NodeDefinitionTemplate createNodeDefinitionTemplate() method createPropertyDefinitionTemplate (line 106) | public PropertyDefinitionTemplate createPropertyDefinitionTemplate() method registerNodeType (line 114) | public NodeType registerNodeType(NodeTypeDefinition ntd, boolean allow... method unregisterNodeType (line 123) | public void unregisterNodeType(String name) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/InvalidConstraintException.java class InvalidConstraintException (line 24) | public class InvalidConstraintException extends RepositoryException { method InvalidConstraintException (line 33) | public InvalidConstraintException(String message) { method InvalidConstraintException (line 45) | public InvalidConstraintException(String message, Throwable rootCause) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/ItemDefinitionImpl.java class ItemDefinitionImpl (line 35) | abstract class ItemDefinitionImpl implements ItemDefinition { method ItemDefinitionImpl (line 69) | ItemDefinitionImpl(QItemDefinition itemDef, NamePathResolver resolver) { method ItemDefinitionImpl (line 81) | ItemDefinitionImpl(QItemDefinition itemDef, AbstractNodeTypeManager nt... method getDeclaringNodeType (line 91) | public NodeType getDeclaringNodeType() { method getName (line 109) | public String getName() { method getOnParentVersion (line 127) | public int getOnParentVersion() { method isAutoCreated (line 134) | public boolean isAutoCreated() { method isMandatory (line 141) | public boolean isMandatory() { method isProtected (line 148) | public boolean isProtected() { method equals (line 156) | @Override method hashCode (line 170) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeDefinitionImpl.java class NodeDefinitionImpl (line 38) | public class NodeDefinitionImpl extends ItemDefinitionImpl implements No... method NodeDefinitionImpl (line 51) | public NodeDefinitionImpl(QItemDefinition itemDef, NamePathResolver re... method NodeDefinitionImpl (line 62) | public NodeDefinitionImpl(QItemDefinition itemDef, AbstractNodeTypeMan... method unwrap (line 71) | public QNodeDefinition unwrap() { method allowsSameNameSiblings (line 80) | public boolean allowsSameNameSiblings() { method getDefaultPrimaryTypeName (line 88) | public String getDefaultPrimaryTypeName() { method getDefaultPrimaryType (line 105) | public NodeType getDefaultPrimaryType() { method getRequiredPrimaryTypes (line 126) | public NodeType[] getRequiredPrimaryTypes() { method getRequiredPrimaryTypeNames (line 154) | public String[] getRequiredPrimaryTypeNames() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeDefinitionTemplateImpl.java class NodeDefinitionTemplateImpl (line 36) | class NodeDefinitionTemplateImpl method NodeDefinitionTemplateImpl (line 53) | NodeDefinitionTemplateImpl(NamePathResolver resolver) throws Repositor... method NodeDefinitionTemplateImpl (line 66) | NodeDefinitionTemplateImpl(NodeDefinition def, NamePathResolver resolv... method setRequiredPrimaryTypeNames (line 85) | public void setRequiredPrimaryTypeNames(String[] requiredPrimaryTypeNa... method setDefaultPrimaryTypeName (line 103) | public void setDefaultPrimaryTypeName(String defaultPrimaryType) throw... method setSameNameSiblings (line 116) | public void setSameNameSiblings(boolean allowSameNameSiblings) { method getRequiredPrimaryTypes (line 124) | public NodeType[] getRequiredPrimaryTypes() { method getRequiredPrimaryTypeNames (line 131) | public String[] getRequiredPrimaryTypeNames() { method getDefaultPrimaryType (line 152) | public NodeType getDefaultPrimaryType() { method getDefaultPrimaryTypeName (line 159) | public String getDefaultPrimaryTypeName() { method allowsSameNameSiblings (line 177) | public boolean allowsSameNameSiblings() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeConflictException.java class NodeTypeConflictException (line 24) | public class NodeTypeConflictException extends RepositoryException { method NodeTypeConflictException (line 33) | public NodeTypeConflictException(String message) { method NodeTypeConflictException (line 45) | public NodeTypeConflictException(String message, Throwable rootCause) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeDefDiff.java class NodeTypeDefDiff (line 79) | public class NodeTypeDefDiff { method NodeTypeDefDiff (line 106) | private NodeTypeDefDiff(QNodeTypeDefinition oldDef, QNodeTypeDefinitio... method create (line 162) | public static NodeTypeDefDiff create(QNodeTypeDefinition oldDef, QNode... method isModified (line 175) | public boolean isModified() { method isTrivial (line 182) | public boolean isTrivial() { method isMajor (line 189) | public boolean isMajor() { method getType (line 205) | public int getType() { method mixinFlagDiff (line 212) | public int mixinFlagDiff() { method abstractFlagDiff (line 219) | public int abstractFlagDiff() { method supertypesDiff (line 226) | public int supertypesDiff() { method toString (line 232) | @Override method toString (line 252) | private String toString(List childItemDefD... method modificationTypeToString (line 265) | private String modificationTypeToString(int modificationType) { class ChildItemDefDiffBuilder (line 284) | private abstract class ChildItemDefDiffBuilder> oldDefs, Ma... method collectChildNodeDefs (line 302) | private Map> collectChildNodeDefs(final T[] defs) { method createQItemDefinitionId (line 316) | abstract Object createQItemDefinitionId(T def); method createChildItemDefDiff (line 318) | abstract V createChildItemDefDiff(T def1, T def2); method getChildItemDefDiffs (line 320) | Collection getChildItemDefDiffs(List defs1, List defs2) { method alreadyMatched (line 369) | private boolean alreadyMatched(final List result, final T newDef,... method getChildItemDefDiffs (line 395) | List getChildItemDefDiffs() { method getMaxType (line 399) | int getMaxType() { class ChildItemDefDiff (line 410) | private abstract class ChildItemDefDiff { method ChildItemDefDiff (line 415) | private ChildItemDefDiff(T oldDef, T newDef) { method init (line 421) | protected void init() { method getOldDef (line 467) | T getOldDef() { method getNewDef (line 471) | T getNewDef() { method getType (line 475) | int getType() { method isAdded (line 479) | boolean isAdded() { method isRemoved (line 483) | boolean isRemoved() { method isModified (line 487) | boolean isModified() { method toString (line 492) | @Override class PropDefDiff (line 516) | private class PropDefDiff extends ChildItemDefDiff { method PropDefDiff (line 518) | private PropDefDiff(QPropertyDefinition oldDef, QPropertyDefinition ... method init (line 522) | @Override class ChildNodeDefDiff (line 601) | private class ChildNodeDefDiff extends ChildItemDefDiff create(Collection... method create (line 94) | @SuppressWarnings("unchecked") method create (line 123) | public NodeDefinition create(QNodeDefinition qNd) method create (line 144) | public PropertyDefinition create(QPropertyDefinition qPd) throws Repos... method getJCRNames (line 161) | private String[] getJCRNames(Name[] names) throws NamespaceException { method getJCRName (line 172) | private String getJCRName(Name name) throws NamespaceException { method createValueConstraints (line 179) | private String[] createValueConstraints(int type, QValueConstraint[] qv) method createValues (line 193) | private Value[] createValues(QValue[] qv) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeDefinitionImpl.java class NodeTypeDefinitionImpl (line 36) | public class NodeTypeDefinitionImpl implements NodeTypeDefinition { method NodeTypeDefinitionImpl (line 53) | public NodeTypeDefinitionImpl(QNodeTypeDefinition ntd, NamePathResolve... method getName (line 64) | public String getName() { method getPrimaryItemName (line 77) | public String getPrimaryItemName() { method isMixin (line 95) | public boolean isMixin() { method hasOrderableChildNodes (line 102) | public boolean hasOrderableChildNodes() { method isAbstract (line 109) | public boolean isAbstract() { method isQueryable (line 116) | public boolean isQueryable() { method getDeclaredPropertyDefinitions (line 123) | public PropertyDefinition[] getDeclaredPropertyDefinitions() { method getDeclaredChildNodeDefinitions (line 136) | public NodeDefinition[] getDeclaredChildNodeDefinitions() { method getDeclaredSupertypeNames (line 148) | public String[] getDeclaredSupertypeNames() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeStorage.java type NodeTypeStorage (line 31) | public interface NodeTypeStorage { method getAllDefinitions (line 39) | public Iterator getAllDefinitions() throws Reposi... method getDefinitions (line 51) | public Iterator getDefinitions(Name[] nodeTypeNam... method registerNodeTypes (line 62) | public void registerNodeTypes(QNodeTypeDefinition[] nodeTypeDefs, bool... method unregisterNodeTypes (line 72) | public void unregisterNodeTypes(Name[] nodeTypeNames) throws NoSuchNod... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeStorageImpl.java class NodeTypeStorageImpl (line 36) | public class NodeTypeStorageImpl implements NodeTypeStorage { method getAllDefinitions (line 40) | public Iterator getAllDefinitions() throws Reposi... method getDefinitions (line 49) | public Iterator getDefinitions(Name[] nodeTypeNam... method registerNodeTypes (line 70) | public void registerNodeTypes(QNodeTypeDefinition[] nodeTypeDefs, bool... method unregisterNodeTypes (line 91) | public void unregisterNodeTypes(Name[] nodeTypeNames) throws NoSuchNod... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeTemplateImpl.java class NodeTypeTemplateImpl (line 41) | public class NodeTypeTemplateImpl implements NodeTypeTemplate { method NodeTypeTemplateImpl (line 62) | NodeTypeTemplateImpl(NamePathResolver resolver) { method NodeTypeTemplateImpl (line 76) | NodeTypeTemplateImpl(NodeTypeDefinition def, NamePathResolver resolver... method setName (line 115) | public void setName(String name) throws ConstraintViolationException { method setDeclaredSuperTypeNames (line 126) | public void setDeclaredSuperTypeNames(String[] names) throws Constrain... method setAbstract (line 145) | public void setAbstract(boolean abstractStatus) { method setMixin (line 152) | public void setMixin(boolean mixin) { method setOrderableChildNodes (line 159) | public void setOrderableChildNodes(boolean orderable) { method setPrimaryItemName (line 166) | public void setPrimaryItemName(String name) throws ConstraintViolation... method getPropertyDefinitionTemplates (line 181) | public List getPropertyDefinitionTemplates() { method getNodeDefinitionTemplates (line 191) | public List getNodeDefinitionTemplates() { method setQueryable (line 201) | public void setQueryable(boolean queryable) { method getName (line 209) | public String getName() { method getDeclaredSupertypeNames (line 226) | public String[] getDeclaredSupertypeNames() { method isAbstract (line 243) | public boolean isAbstract() { method isMixin (line 250) | public boolean isMixin() { method isQueryable (line 254) | public boolean isQueryable() { method hasOrderableChildNodes (line 261) | public boolean hasOrderableChildNodes() { method getPrimaryItemName (line 268) | public String getPrimaryItemName() { method getDeclaredPropertyDefinitions (line 285) | public PropertyDefinition[] getDeclaredPropertyDefinitions() { method getDeclaredChildNodeDefinitions (line 297) | public NodeDefinition[] getDeclaredChildNodeDefinitions() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/PropertyDefinitionImpl.java class PropertyDefinitionImpl (line 39) | public class PropertyDefinitionImpl extends ItemDefinitionImpl implement... method PropertyDefinitionImpl (line 55) | public PropertyDefinitionImpl(QPropertyDefinition propDef, NamePathRes... method PropertyDefinitionImpl (line 67) | public PropertyDefinitionImpl(QPropertyDefinition propDef, method unwrap (line 80) | public QPropertyDefinition unwrap() { method getDefaultValues (line 89) | public Value[] getDefaultValues() { method getRequiredType (line 113) | public int getRequiredType() { method getValueConstraints (line 120) | public String[] getValueConstraints() { method isMultiple (line 142) | public boolean isMultiple() { method getAvailableQueryOperators (line 149) | public String[] getAvailableQueryOperators() { method isFullTextSearchable (line 156) | public boolean isFullTextSearchable() { method isQueryOrderable (line 163) | public boolean isQueryOrderable() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/PropertyDefinitionTemplateImpl.java class PropertyDefinitionTemplateImpl (line 31) | class PropertyDefinitionTemplateImpl method PropertyDefinitionTemplateImpl (line 48) | PropertyDefinitionTemplateImpl(NamePathResolver resolver) { method PropertyDefinitionTemplateImpl (line 63) | PropertyDefinitionTemplateImpl(PropertyDefinition def, NamePathResolve... method setRequiredType (line 80) | public void setRequiredType(int type) { method setValueConstraints (line 89) | public void setValueConstraints(String[] constraints) { method setDefaultValues (line 97) | public void setDefaultValues(Value[] defaultValues) { method setMultiple (line 104) | public void setMultiple(boolean multiple) { method setAvailableQueryOperators (line 111) | public void setAvailableQueryOperators(String[] operators) { method setFullTextSearchable (line 118) | public void setFullTextSearchable(boolean searchable) { method setQueryOrderable (line 125) | public void setQueryOrderable(boolean orderable) { method getRequiredType (line 133) | public int getRequiredType() { method getValueConstraints (line 140) | public String[] getValueConstraints() { method getDefaultValues (line 148) | public Value[] getDefaultValues() { method isMultiple (line 155) | public boolean isMultiple() { method getAvailableQueryOperators (line 162) | public String[] getAvailableQueryOperators() { method isFullTextSearchable (line 169) | public boolean isFullTextSearchable() { method isQueryOrderable (line 176) | public boolean isQueryOrderable() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/QDefinitionBuilderFactory.java class QDefinitionBuilderFactory (line 54) | public class QDefinitionBuilderFactory extends DefinitionBuilderFactory<... method newNodeTypeDefinitionBuilder (line 78) | @Override method setNamespaceMapping (line 83) | @Override method getNamespaceMapping (line 89) | @Override method setNamespace (line 94) | @Override class QNodeTypeDefinitionBuilderImpl (line 104) | private class QNodeTypeDefinitionBuilderImpl extends AbstractNodeTypeD... method newNodeDefinitionBuilder (line 111) | @Override method newPropertyDefinitionBuilder (line 116) | @Override method build (line 121) | @Override method setName (line 140) | @Override method addSupertype (line 146) | @Override method setPrimaryItemName (line 151) | @Override class QPropertyDefinitionBuilderImpl (line 158) | private class QPropertyDefinitionBuilderImpl extends AbstractPropertyD... method QPropertyDefinitionBuilderImpl (line 163) | public QPropertyDefinitionBuilderImpl(QNodeTypeDefinitionBuilderImpl... method setName (line 168) | @Override method setRequiredType (line 179) | @Override method setMultiple (line 185) | @Override method setFullTextSearchable (line 191) | @Override method setQueryOrderable (line 198) | @Override method setAvailableQueryOperators (line 205) | @Override method setAutoCreated (line 212) | @Override method setOnParentVersion (line 219) | @Override method setProtected (line 226) | @Override method setMandatory (line 233) | @Override method addDefaultValues (line 240) | @Override method addValueConstraint (line 245) | @Override method setDeclaringNodeType (line 250) | @Override method build (line 255) | @Override class QNodeDefinitionBuilderImpl (line 261) | private class QNodeDefinitionBuilderImpl extends AbstractNodeDefinitio... method QNodeDefinitionBuilderImpl (line 266) | public QNodeDefinitionBuilderImpl(QNodeTypeDefinitionBuilderImpl ntd) { method setName (line 271) | @Override method setAllowsSameNameSiblings (line 282) | @Override method setAutoCreated (line 289) | @Override method setOnParentVersion (line 296) | @Override method setProtected (line 303) | @Override method setMandatory (line 310) | @Override method addRequiredPrimaryType (line 317) | @Override method setDefaultPrimaryType (line 322) | @Override method setDeclaringNodeType (line 327) | @Override method build (line 332) | @Override method toName (line 339) | private Name toName(String name) throws IllegalNameException, Namespac... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/QItemDefinitionBuilder.java class QItemDefinitionBuilder (line 29) | public abstract class QItemDefinitionBuilder { method setName (line 42) | public void setName(Name name) { method getName (line 50) | public Name getName() { method setDeclaringNodeType (line 58) | public void setDeclaringNodeType(Name type) { method getDeclaringNodeType (line 66) | public Name getDeclaringNodeType() { method setAutoCreated (line 75) | public void setAutoCreated(boolean autocreate) { method getAutoCreated (line 84) | public boolean getAutoCreated() { method setOnParentVersion (line 92) | public void setOnParentVersion(int onParent) { method getOnParentVersion (line 100) | public int getOnParentVersion() { method setProtected (line 109) | public void setProtected(boolean isProtected) { method getProtected (line 118) | public boolean getProtected() { method setMandatory (line 127) | public void setMandatory(boolean isMandatory) { method getMandatory (line 136) | public boolean getMandatory() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/QNodeDefinitionBuilder.java class QNodeDefinitionBuilder (line 31) | public class QNodeDefinitionBuilder extends QItemDefinitionBuilder { method setDefaultPrimaryType (line 41) | public void setDefaultPrimaryType(Name name) { method getDefaultPrimaryType (line 49) | public Name getDefaultPrimaryType() { method addRequiredPrimaryType (line 58) | public void addRequiredPrimaryType(Name name) { method setRequiredPrimaryTypes (line 66) | public void setRequiredPrimaryTypes(Name[] names) { method getRequiredPrimaryTypes (line 77) | public Name[] getRequiredPrimaryTypes() { method setAllowsSameNameSiblings (line 89) | public void setAllowsSameNameSiblings(boolean allowSns) { method getAllowsSameNameSiblings (line 97) | public boolean getAllowsSameNameSiblings() { method build (line 110) | public QNodeDefinition build() throws IllegalStateException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/QNodeTypeDefinitionBuilder.java class QNodeTypeDefinitionBuilder (line 35) | public class QNodeTypeDefinitionBuilder { method setName (line 54) | public void setName(Name name) { method getName (line 63) | public Name getName() { method setSupertypes (line 72) | public void setSupertypes(Name[] supertypes) { method getSuperTypes (line 84) | public Name[] getSuperTypes() { method setMixin (line 98) | public void setMixin(boolean isMixin) { method isMixin (line 107) | public boolean isMixin() { method setSupportedMixinTypes (line 117) | public void setSupportedMixinTypes(Name[] names) { method getSupportedMixinTypes (line 132) | public Name[] getSupportedMixinTypes() { method setOrderableChildNodes (line 145) | public void setOrderableChildNodes(boolean isOrderable) { method hasOrderableChildNodes (line 154) | public boolean hasOrderableChildNodes() { method setPrimaryItemName (line 163) | public void setPrimaryItemName(Name primaryItemName) { method getPrimaryItemName (line 171) | public Name getPrimaryItemName() { method isAbstract (line 179) | public boolean isAbstract() { method setAbstract (line 187) | public void setAbstract(boolean isAbstract) { method isQueryable (line 195) | public boolean isQueryable() { method setQueryable (line 203) | public void setQueryable(boolean queryable) { method setPropertyDefs (line 212) | public void setPropertyDefs(QPropertyDefinition[] propDefs) { method getPropertyDefs (line 222) | public QPropertyDefinition[] getPropertyDefs() { method setChildNodeDefs (line 231) | public void setChildNodeDefs(QNodeDefinition[] childDefs) { method getChildNodeDefs (line 241) | public QNodeDefinition[] getChildNodeDefs() { method build (line 252) | public QNodeTypeDefinition build() throws IllegalStateException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/QPropertyDefinitionBuilder.java class QPropertyDefinitionBuilder (line 35) | public class QPropertyDefinitionBuilder extends QItemDefinitionBuilder { method setRequiredType (line 49) | public void setRequiredType(int type) { method getRequiredType (line 57) | public int getRequiredType() { method addValueConstraint (line 66) | public void addValueConstraint(QValueConstraint constraint) { method setValueConstraints (line 75) | public void setValueConstraints(QValueConstraint[] constraints) { method getValueConstraints (line 85) | public QValueConstraint[] getValueConstraints() { method addDefaultValue (line 94) | public void addDefaultValue(QValue value) { method setDefaultValues (line 106) | public void setDefaultValues(QValue[] values) { method getDefaultValues (line 120) | public QValue[] getDefaultValues() { method setMultiple (line 132) | public void setMultiple(boolean isMultiple) { method getMultiple (line 140) | public boolean getMultiple() { method getFullTextSearchable (line 148) | public boolean getFullTextSearchable() { method setFullTextSearchable (line 157) | public void setFullTextSearchable(boolean fullTextSearchable) { method getQueryOrderable (line 165) | public boolean getQueryOrderable() { method setQueryOrderable (line 174) | public void setQueryOrderable(boolean queryOrderable) { method getAvailableQueryOperators (line 182) | public String[] getAvailableQueryOperators() { method setAvailableQueryOperators (line 190) | public void setAvailableQueryOperators(String[] queryOperators) { method build (line 203) | public QPropertyDefinition build() throws IllegalStateException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/compact/CompactNodeTypeDefWriter.java class CompactNodeTypeDefWriter (line 47) | public class CompactNodeTypeDefWriter extends org.apache.jackrabbit.comm... method CompactNodeTypeDefWriter (line 62) | public CompactNodeTypeDefWriter(Writer out, Session s, boolean include... method CompactNodeTypeDefWriter (line 74) | public CompactNodeTypeDefWriter(Writer out, NamespaceResolver r, boole... method CompactNodeTypeDefWriter (line 85) | public CompactNodeTypeDefWriter(Writer out, method CompactNodeTypeDefWriter (line 100) | public CompactNodeTypeDefWriter(Writer out, method write (line 118) | public static void write(Collection defs, method write (line 136) | public void write(QNodeTypeDefinition ntd) throws IOException { method write (line 147) | public void write(Collection defs) thro... method createNsMapping (line 153) | private static NamespaceMapping createNsMapping(final NamespaceResolve... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/BooleanConstraint.java class BooleanConstraint (line 29) | class BooleanConstraint extends ValueConstraint { method BooleanConstraint (line 33) | public BooleanConstraint(String definition) throws InvalidConstraintEx... method check (line 52) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/DateConstraint.java class DateConstraint (line 35) | class DateConstraint extends ValueConstraint { method DateConstraint (line 45) | public DateConstraint(String definition) throws InvalidConstraintExcep... method check (line 107) | private void check(Calendar cal) throws ConstraintViolationException { method check (line 146) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/NameConstraint.java class NameConstraint (line 34) | class NameConstraint extends ValueConstraint { method create (line 38) | static NameConstraint create(String nameString) { method create (line 43) | static NameConstraint create(String jcrName, NameResolver resolver) method NameConstraint (line 60) | private NameConstraint(String nameString, Name name) { method getDefinition (line 72) | @Override method check (line 85) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/NumericConstraint.java class NumericConstraint (line 32) | class NumericConstraint extends ValueConstraint { method NumericConstraint (line 42) | public NumericConstraint(String definition) throws InvalidConstraintEx... method check (line 98) | private void check(double number) throws ConstraintViolationException { method check (line 134) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/PathConstraint.java class PathConstraint (line 37) | class PathConstraint extends ValueConstraint { method create (line 47) | static PathConstraint create(String pathString) { method create (line 64) | static PathConstraint create(String jcrPath, PathResolver resolver) method PathConstraint (line 96) | private PathConstraint(String pathString, Path path, boolean deep) { method getDefinition (line 109) | @Override method check (line 129) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/ReferenceConstraint.java class ReferenceConstraint (line 34) | class ReferenceConstraint extends ValueConstraint { method create (line 38) | static ReferenceConstraint create(String nameString) { method create (line 43) | static ReferenceConstraint create(String jcrName, NameResolver resolver) method ReferenceConstraint (line 60) | private ReferenceConstraint(String nameString, Name ntName) { method getDefinition (line 72) | @Override method check (line 85) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/StringConstraint.java class StringConstraint (line 33) | class StringConstraint extends ValueConstraint { method StringConstraint (line 37) | public StringConstraint(String definition) throws InvalidConstraintExc... method check (line 53) | public void check(QValue value) throws ConstraintViolationException, R... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/ValueConstraint.java class ValueConstraint (line 39) | public abstract class ValueConstraint implements QValueConstraint { method ValueConstraint (line 50) | protected ValueConstraint(String definition) { method getDefinition (line 72) | public String getDefinition(NamePathResolver resolver) { method getString (line 80) | public String getString() { method toString (line 90) | @Override method equals (line 98) | @Override method hashCode (line 111) | @Override method create (line 134) | public static ValueConstraint create(int type, String definition) method create (line 189) | public static ValueConstraint[] create(int type, String[] definition) method create (line 211) | public static ValueConstraint[] create(int type, String jcrDefinition[... method create (line 231) | public static ValueConstraint create(int type, String jcrDefinition, method checkValueConstraints (line 283) | public static void checkValueConstraints(QPropertyDefinition pd, QValu... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/privilege/ParseException.java class ParseException (line 22) | public class ParseException extends Exception { method ParseException (line 24) | public ParseException(Throwable throwable) { method ParseException (line 28) | public ParseException(String s, Throwable throwable) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/privilege/PrivilegeDefinitionImpl.java class PrivilegeDefinitionImpl (line 28) | public class PrivilegeDefinitionImpl implements PrivilegeDefinition { method PrivilegeDefinitionImpl (line 34) | public PrivilegeDefinitionImpl(Name name, boolean isAbstract, Set getDeclaredAggregateNames() { method equals (line 63) | @Override method hashCode (line 76) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/privilege/PrivilegeDefinitionReader.java class PrivilegeDefinitionReader (line 30) | public class PrivilegeDefinitionReader { method PrivilegeDefinitionReader (line 47) | public PrivilegeDefinitionReader(InputStream in, String contentType) t... method PrivilegeDefinitionReader (line 69) | public PrivilegeDefinitionReader(Reader reader, String contentType) th... method getPrivilegeDefinitions (line 84) | public PrivilegeDefinition[] getPrivilegeDefinitions() { method getNamespaces (line 94) | public Map getNamespaces() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/privilege/PrivilegeDefinitionWriter.java class PrivilegeDefinitionWriter (line 29) | public class PrivilegeDefinitionWriter { method PrivilegeDefinitionWriter (line 41) | public PrivilegeDefinitionWriter(String contentType) { method writeDefinitions (line 60) | public void writeDefinitions(OutputStream out, PrivilegeDefinition[] p... method writeDefinitions (line 74) | public void writeDefinitions(Writer writer, PrivilegeDefinition[] priv... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/privilege/PrivilegeHandler.java type PrivilegeHandler (line 31) | public interface PrivilegeHandler { method readDefinitions (line 41) | PrivilegeDefinition[] readDefinitions(InputStream in, Map namespaces) { method getQualifiedName (line 316) | private String getQualifiedName(Name name, Map uriToPre... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/AndQueryNode.java class AndQueryNode (line 25) | public class AndQueryNode extends NAryQueryNode { method AndQueryNode (line 33) | protected AndQueryNode(QueryNode parent) { method accept (line 43) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 51) | public int getType() { method equals (line 58) | public boolean equals(Object obj) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/ConstantNameProvider.java type ConstantNameProvider (line 22) | public interface ConstantNameProvider { method getName (line 29) | public String getName(int constant); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/DefaultQueryNodeFactory.java class DefaultQueryNodeFactory (line 26) | public class DefaultQueryNodeFactory implements QueryNodeFactory { method DefaultQueryNodeFactory (line 37) | public DefaultQueryNodeFactory( method createNodeTypeQueryNode (line 45) | public NodeTypeQueryNode createNodeTypeQueryNode(QueryNode parent, method createAndQueryNode (line 53) | public AndQueryNode createAndQueryNode(QueryNode parent) { method createLocationStepQueryNode (line 60) | public LocationStepQueryNode createLocationStepQueryNode(QueryNode par... method createDerefQueryNode (line 67) | public DerefQueryNode createDerefQueryNode(QueryNode parent, method createNotQueryNode (line 76) | public NotQueryNode createNotQueryNode(QueryNode parent) { method createOrQueryNode (line 83) | public OrQueryNode createOrQueryNode(QueryNode parent) { method createRelationQueryNode (line 90) | public RelationQueryNode createRelationQueryNode(QueryNode parent, method createPathQueryNode (line 98) | public PathQueryNode createPathQueryNode(QueryNode parent) { method createOrderQueryNode (line 105) | public OrderQueryNode createOrderQueryNode(QueryNode parent) { method createPropertyFunctionQueryNode (line 112) | public PropertyFunctionQueryNode createPropertyFunctionQueryNode( method createQueryRootNode (line 120) | public QueryRootNode createQueryRootNode() { method createTextsearchQueryNode (line 127) | public TextsearchQueryNode createTextsearchQueryNode(QueryNode parent, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/DefaultQueryNodeVisitor.java class DefaultQueryNodeVisitor (line 25) | public class DefaultQueryNodeVisitor implements QueryNodeVisitor { method visit (line 27) | public Object visit(QueryRootNode node, Object data) throws Repository... method visit (line 31) | public Object visit(OrQueryNode node, Object data) throws RepositoryEx... method visit (line 35) | public Object visit(AndQueryNode node, Object data) throws RepositoryE... method visit (line 39) | public Object visit(NotQueryNode node, Object data) throws RepositoryE... method visit (line 43) | public Object visit(ExactQueryNode node, Object data) throws Repositor... method visit (line 47) | public Object visit(NodeTypeQueryNode node, Object data) throws Reposi... method visit (line 51) | public Object visit(TextsearchQueryNode node, Object data) throws Repo... method visit (line 55) | public Object visit(PathQueryNode node, Object data) throws Repository... method visit (line 59) | public Object visit(LocationStepQueryNode node, Object data) throws Re... method visit (line 63) | public Object visit(RelationQueryNode node, Object data) throws Reposi... method visit (line 67) | public Object visit(OrderQueryNode node, Object data) throws Repositor... method visit (line 71) | public Object visit(DerefQueryNode node, Object data) throws Repositor... method visit (line 75) | public Object visit(PropertyFunctionQueryNode node, Object data) throw... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/DerefQueryNode.java class DerefQueryNode (line 27) | public class DerefQueryNode extends LocationStepQueryNode { method DerefQueryNode (line 41) | protected DerefQueryNode(QueryNode parent, Name nameTest, boolean desc... method setRefProperty (line 51) | public void setRefProperty(Name propertyName) { method getRefProperty (line 61) | public Name getRefProperty() { method getType (line 68) | public int getType() { method accept (line 76) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method equals (line 83) | public boolean equals(Object obj) { method needsSystemTree (line 95) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/ExactQueryNode.java class ExactQueryNode (line 27) | public class ExactQueryNode extends QueryNode { method ExactQueryNode (line 46) | public ExactQueryNode(QueryNode parent, Name property, Name value) { method accept (line 59) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 66) | public int getType() { method getPropertyName (line 75) | public Name getPropertyName() { method getValue (line 84) | public Name getValue() { method equals (line 91) | public boolean equals(Object obj) { method needsSystemTree (line 103) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/LocationStepQueryNode.java class LocationStepQueryNode (line 35) | public class LocationStepQueryNode extends NAryQueryNode { method LocationStepQueryNode (line 77) | protected LocationStepQueryNode(QueryNode parent) { method getNameTest (line 88) | public Name getNameTest() { method setNameTest (line 96) | public void setNameTest(Name nameTest) { method getIncludeDescendants (line 106) | public boolean getIncludeDescendants() { method setIncludeDescendants (line 115) | public void setIncludeDescendants(boolean include) { method addPredicate (line 123) | public void addPredicate(QueryNode predicate) { method getPredicates (line 133) | public QueryNode[] getPredicates() { method setIndex (line 147) | public void setIndex(int index) { method getIndex (line 157) | public int getIndex() { method accept (line 165) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 172) | public int getType() { method equals (line 179) | public boolean equals(Object obj) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/NAryQueryNode.java class NAryQueryNode (line 29) | public abstract class NAryQueryNode extends QueryNo... method NAryQueryNode (line 47) | public NAryQueryNode(QueryNode parent) { method NAryQueryNode (line 58) | public NAryQueryNode(QueryNode parent, T[] operands) { method addOperand (line 71) | public void addOperand(T operand) { method removeOperand (line 86) | public boolean removeOperand(T operand) { method getOperands (line 107) | public QueryNode[] getOperands() { method getNumOperands (line 119) | public int getNumOperands() { method acceptOperands (line 136) | public Object[] acceptOperands(QueryNodeVisitor visitor, Object data) ... method equals (line 154) | public boolean equals(Object obj) { method needsSystemTree (line 165) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/NodeTypeQueryNode.java class NodeTypeQueryNode (line 27) | public class NodeTypeQueryNode extends ExactQueryNode { method NodeTypeQueryNode (line 35) | protected NodeTypeQueryNode(QueryNode parent, Name nodeType) { method accept (line 46) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 55) | public int getType() { method equals (line 62) | public boolean equals(Object obj) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/NotQueryNode.java class NotQueryNode (line 24) | public class NotQueryNode extends NAryQueryNode { method NotQueryNode (line 31) | protected NotQueryNode(QueryNode parent) { method accept (line 39) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 48) | public int getType() { method equals (line 55) | public boolean equals(Object obj) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/OrQueryNode.java class OrQueryNode (line 25) | public class OrQueryNode extends NAryQueryNode { method OrQueryNode (line 33) | protected OrQueryNode(QueryNode parent) { method accept (line 41) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 50) | public int getType() { method equals (line 57) | public boolean equals(Object obj) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/OrderQueryNode.java class OrderQueryNode (line 32) | public class OrderQueryNode extends QueryNode { method OrderQueryNode (line 45) | protected OrderQueryNode(QueryNode parent) { method getType (line 54) | public int getType() { method newOrderSpec (line 61) | public void newOrderSpec() { method setAscending (line 73) | public void setAscending(boolean value) { method setPath (line 89) | public void setPath(Path path) { method setFunction (line 105) | public void setFunction(String name) { method isValid (line 120) | public boolean isValid() { method addOrderSpec (line 138) | @Deprecated method addOrderSpec (line 150) | public void addOrderSpec(Path property, boolean ascending) { method addOrderSpec (line 159) | public void addOrderSpec(OrderSpec spec) { method accept (line 167) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method isAscending (line 180) | public boolean isAscending(int i) throws IndexOutOfBoundsException { method getOrderSpecs (line 190) | public OrderSpec[] getOrderSpecs() { method equals (line 197) | public boolean equals(Object obj) { class OrderSpec (line 211) | public static final class OrderSpec { method OrderSpec (line 236) | @Deprecated method OrderSpec (line 248) | public OrderSpec(Path property, boolean ascending) { method getProperty (line 259) | @Deprecated method getPropertyPath (line 269) | public Path getPropertyPath() { method isAscending (line 280) | public boolean isAscending() { method setAscending (line 290) | public void setAscending(boolean ascending) { method setPath (line 299) | public void setPath(Path path) { method setFunction (line 308) | public void setFunction(String name) { method getFunction (line 315) | public String getFunction() { method equals (line 326) | public boolean equals(Object obj) { method needsSystemTree (line 340) | public boolean needsSystemTree() { method createPath (line 352) | private static Path createPath(Name name) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/PathQueryNode.java class PathQueryNode (line 29) | public class PathQueryNode extends NAryQueryNode { method PathQueryNode (line 54) | protected PathQueryNode( method getValidJcrSystemNodeTypeNames (line 65) | public Collection getValidJcrSystemNodeTypeNames() { method accept (line 73) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 82) | public int getType() { method addPathStep (line 91) | public void addPathStep(LocationStepQueryNode step) { method getPathSteps (line 100) | public LocationStepQueryNode[] getPathSteps() { method setAbsolute (line 115) | public void setAbsolute(boolean absolute) { method isAbsolute (line 126) | public boolean isAbsolute() { method equals (line 133) | public boolean equals(Object obj) { method needsSystemTree (line 145) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/PropertyFunctionQueryNode.java class PropertyFunctionQueryNode (line 33) | public class PropertyFunctionQueryNode extends QueryNode { method PropertyFunctionQueryNode (line 75) | protected PropertyFunctionQueryNode(QueryNode parent, String functionN... method accept (line 88) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 97) | public int getType() { method equals (line 104) | public boolean equals(Object obj) { method getFunctionName (line 115) | public String getFunctionName() { method needsSystemTree (line 122) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryConstants.java type QueryConstants (line 27) | public interface QueryConstants { method getName (line 332) | public String getName(int constant) { method getName (line 355) | public String getName(int constant) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryNode.java class QueryNode (line 26) | public abstract class QueryNode { method QueryNode (line 79) | public QueryNode(QueryNode parent) { method getParent (line 90) | public QueryNode getParent() { method dump (line 99) | public String dump() throws RepositoryException { method accept (line 115) | public abstract Object accept(QueryNodeVisitor visitor, Object data) t... method getType (line 121) | public abstract int getType(); method equals (line 131) | public abstract boolean equals(Object obj); method needsSystemTree (line 140) | public abstract boolean needsSystemTree(); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryNodeFactory.java type QueryNodeFactory (line 24) | public interface QueryNodeFactory { method createNodeTypeQueryNode (line 33) | NodeTypeQueryNode createNodeTypeQueryNode(QueryNode parent, Name nodeT... method createAndQueryNode (line 41) | AndQueryNode createAndQueryNode(QueryNode parent); method createLocationStepQueryNode (line 49) | LocationStepQueryNode createLocationStepQueryNode(QueryNode parent); method createDerefQueryNode (line 59) | DerefQueryNode createDerefQueryNode( method createNotQueryNode (line 68) | NotQueryNode createNotQueryNode(QueryNode parent); method createOrQueryNode (line 76) | OrQueryNode createOrQueryNode(QueryNode parent); method createRelationQueryNode (line 85) | RelationQueryNode createRelationQueryNode(QueryNode parent, int operat... method createPathQueryNode (line 93) | PathQueryNode createPathQueryNode(QueryNode parent); method createOrderQueryNode (line 101) | OrderQueryNode createOrderQueryNode(QueryNode parent); method createPropertyFunctionQueryNode (line 110) | PropertyFunctionQueryNode createPropertyFunctionQueryNode( method createQueryRootNode (line 118) | QueryRootNode createQueryRootNode(); method createTextsearchQueryNode (line 127) | TextsearchQueryNode createTextsearchQueryNode( FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryNodeVisitor.java type QueryNodeVisitor (line 24) | public interface QueryNodeVisitor { method visit (line 26) | Object visit(QueryRootNode node, Object data) throws RepositoryException; method visit (line 28) | Object visit(OrQueryNode node, Object data) throws RepositoryException; method visit (line 30) | Object visit(AndQueryNode node, Object data) throws RepositoryException; method visit (line 32) | Object visit(NotQueryNode node, Object data) throws RepositoryException; method visit (line 34) | Object visit(ExactQueryNode node, Object data) throws RepositoryExcept... method visit (line 36) | Object visit(NodeTypeQueryNode node, Object data) throws RepositoryExc... method visit (line 38) | Object visit(TextsearchQueryNode node, Object data) throws RepositoryE... method visit (line 40) | Object visit(PathQueryNode node, Object data) throws RepositoryException; method visit (line 42) | Object visit(LocationStepQueryNode node, Object data) throws Repositor... method visit (line 44) | Object visit(RelationQueryNode node, Object data) throws RepositoryExc... method visit (line 46) | Object visit(OrderQueryNode node, Object data) throws RepositoryExcept... method visit (line 48) | Object visit(DerefQueryNode node, Object data) throws RepositoryExcept... method visit (line 50) | Object visit(PropertyFunctionQueryNode node, Object data) throws Repos... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryParser.java class QueryParser (line 28) | public class QueryParser { method QueryParser (line 33) | private QueryParser() { method parse (line 50) | public static QueryRootNode parse(String statement, method toString (line 79) | public static String toString(QueryRootNode root, FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryRootNode.java class QueryRootNode (line 29) | public class QueryRootNode extends QueryNode { method QueryRootNode (line 50) | protected QueryRootNode() { method getLocationNode (line 61) | public PathQueryNode getLocationNode() { method setLocationNode (line 70) | public void setLocationNode(PathQueryNode locationNode) { method addSelectProperty (line 79) | public void addSelectProperty(Name propName) { method getSelectProperties (line 88) | public Name[] getSelectProperties() { method getOrderNode (line 97) | public OrderQueryNode getOrderNode() { method setOrderNode (line 106) | public void setOrderNode(OrderQueryNode orderNode) { method accept (line 114) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 123) | public int getType() { method equals (line 130) | public boolean equals(Object obj) { method needsSystemTree (line 143) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryTreeBuilder.java type QueryTreeBuilder (line 26) | public interface QueryTreeBuilder { method createQueryTree (line 39) | QueryRootNode createQueryTree(String statement, method canHandle (line 52) | boolean canHandle(String language); method getSupportedLanguages (line 59) | String[] getSupportedLanguages(); method toString (line 72) | String toString(QueryRootNode root, NameResolver resolver) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryTreeBuilderRegistry.java class QueryTreeBuilderRegistry (line 35) | public class QueryTreeBuilderRegistry { method getQueryTreeBuilder (line 76) | public static QueryTreeBuilder getQueryTreeBuilder(String language) method getSupportedLanguages (line 93) | public static String[] getSupportedLanguages() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/QueryTreeDump.java class QueryTreeDump (line 29) | public class QueryTreeDump implements QueryNodeVisitor { method QueryTreeDump (line 56) | private QueryTreeDump(QueryNode node, StringBuffer buffer) throws Repo... method dump (line 66) | public static void dump(QueryNode node, StringBuffer buffer) throws Re... method visit (line 70) | public Object visit(QueryRootNode node, Object data) throws Repository... method visit (line 98) | public Object visit(OrQueryNode node, Object data) throws RepositoryEx... method visit (line 107) | public Object visit(AndQueryNode node, Object data) throws RepositoryE... method visit (line 116) | public Object visit(NotQueryNode node, Object data) throws RepositoryE... method visit (line 125) | public Object visit(ExactQueryNode node, Object data) { method visit (line 135) | public Object visit(NodeTypeQueryNode node, Object data) { method visit (line 145) | public Object visit(TextsearchQueryNode node, Object data) { method visit (line 170) | public Object visit(PathQueryNode node, Object data) throws Repository... method visit (line 179) | public Object visit(LocationStepQueryNode node, Object data) throws Re... method visit (line 203) | public Object visit(RelationQueryNode node, Object data) throws Reposi... method visit (line 235) | public Object visit(OrderQueryNode node, Object data) { method visit (line 251) | public Object visit(DerefQueryNode node, Object data) throws Repositor... method visit (line 275) | public Object visit(PropertyFunctionQueryNode node, Object data) { method traverse (line 284) | private void traverse(QueryNode[] node, StringBuffer buffer) throws Re... method appendPath (line 304) | private static void appendPath(Path relPath, StringBuffer buffer) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/RelationQueryNode.java class RelationQueryNode (line 30) | public class RelationQueryNode extends NAryQueryNode implemen... method RelationQueryNode (line 101) | protected RelationQueryNode(QueryNode parent, method accept (line 114) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 123) | public int getType() { method setUnaryMinus (line 133) | public void setUnaryMinus(boolean b) { method getValueType (line 142) | public int getValueType() { method getRelativePath (line 149) | public PathQueryNode getRelativePath() { method setRelativePath (line 159) | public void setRelativePath(Path relPath) { method addPathElement (line 176) | public void addPathElement(Path.Element element) { method getLongValue (line 192) | public long getLongValue() { method setLongValue (line 201) | public void setLongValue(long value) { method getPositionValue (line 211) | public int getPositionValue() { method setPositionValue (line 220) | public void setPositionValue(int value) { method getDoubleValue (line 231) | public double getDoubleValue() { method setDoubleValue (line 240) | public void setDoubleValue(double value) { method getStringValue (line 251) | public String getStringValue() { method setStringValue (line 260) | public void setStringValue(String value) { method getDateValue (line 271) | public Date getDateValue() { method setDateValue (line 280) | public void setDateValue(Date value) { method getOperation (line 290) | public int getOperation() { method equals (line 297) | public boolean equals(Object obj) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/TextsearchQueryNode.java class TextsearchQueryNode (line 29) | public class TextsearchQueryNode extends QueryNode { method TextsearchQueryNode (line 58) | protected TextsearchQueryNode(QueryNode parent, String query) { method accept (line 69) | public Object accept(QueryNodeVisitor visitor, Object data) throws Rep... method getType (line 78) | public int getType() { method getQuery (line 87) | public String getQuery() { method getPropertyName (line 101) | @Deprecated method setPropertyName (line 112) | @Deprecated method getRelativePath (line 129) | public Path getRelativePath() { method setRelativePath (line 141) | public void setRelativePath(Path relPath) { method addPathElement (line 158) | public void addPathElement(Path.Element element) { method getReferencesProperty (line 175) | public boolean getReferencesProperty() { method setReferencesProperty (line 186) | public void setReferencesProperty(boolean b) { method equals (line 193) | public boolean equals(Object obj) { method needsSystemTree (line 206) | public boolean needsSystemTree() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/TraversingQueryNodeVisitor.java class TraversingQueryNodeVisitor (line 25) | public class TraversingQueryNodeVisitor extends DefaultQueryNodeVisitor { method visit (line 27) | public Object visit(OrQueryNode node, Object data) throws RepositoryEx... method visit (line 31) | public Object visit(AndQueryNode node, Object data) throws RepositoryE... method visit (line 35) | public Object visit(QueryRootNode node, Object data) throws Repository... method visit (line 47) | public Object visit(NotQueryNode node, Object data) throws RepositoryE... method visit (line 51) | public Object visit(PathQueryNode node, Object data) throws Repository... method visit (line 55) | public Object visit(LocationStepQueryNode node, Object data) throws Re... method visit (line 59) | public Object visit(DerefQueryNode node, Object data) throws Repositor... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/AbstractQOMNode.java class AbstractQOMNode (line 28) | public abstract class AbstractQOMNode { method AbstractQOMNode (line 32) | public AbstractQOMNode(NamePathResolver resolver) { method accept (line 43) | public abstract Object accept(QOMTreeVisitor visitor, Object data) thr... method getJCRName (line 55) | protected String getJCRName(Name name) { method getJCRPath (line 74) | protected String getJCRPath(Path path) { method quote (line 85) | protected String quote(Name name) { method quote (line 94) | protected String quote(Path path) { method protect (line 103) | protected String protect(Object expression) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/AndImpl.java class AndImpl (line 27) | public class AndImpl extends ConstraintImpl implements And { method AndImpl (line 39) | AndImpl(NamePathResolver resolver, ConstraintImpl c1, ConstraintImpl c... method getConstraint1 (line 50) | public Constraint getConstraint1() { method getConstraint2 (line 59) | public Constraint getConstraint2() { method accept (line 71) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 77) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/BindVariableValueImpl.java class BindVariableValueImpl (line 27) | public class BindVariableValueImpl method BindVariableValueImpl (line 36) | BindVariableValueImpl(NamePathResolver resolver, Name variableName) { method getBindVariableQName (line 46) | public Name getBindVariableQName() { method getBindVariableName (line 57) | public String getBindVariableName() { method accept (line 69) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 75) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/ChildNodeImpl.java class ChildNodeImpl (line 30) | public class ChildNodeImpl extends ConstraintImpl implements ChildNode { method ChildNodeImpl (line 42) | ChildNodeImpl(NamePathResolver resolver, Name selectorName, Path path) method getSelectorName (line 58) | public String getSelectorName() { method getParentPath (line 67) | public String getParentPath() { method getSelectorQName (line 76) | public Name getSelectorQName() { method getQPath (line 85) | public Path getQPath() { method accept (line 97) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 103) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/ChildNodeJoinConditionImpl.java class ChildNodeJoinConditionImpl (line 27) | public class ChildNodeJoinConditionImpl method ChildNodeJoinConditionImpl (line 41) | ChildNodeJoinConditionImpl(NamePathResolver resolver, method getChildSelectorName (line 54) | public String getChildSelectorName() { method getParentSelectorName (line 63) | public String getParentSelectorName() { method getChildSelectorQName (line 72) | public Name getChildSelectorQName() { method getParentSelectorQName (line 81) | public Name getParentSelectorQName() { method accept (line 93) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 99) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/ColumnImpl.java class ColumnImpl (line 27) | public class ColumnImpl extends AbstractQOMNode implements Column { method ColumnImpl (line 49) | ColumnImpl(NamePathResolver resolver, method getSelectorQName (line 64) | public Name getSelectorQName() { method getPropertyQName (line 74) | public Name getPropertyQName() { method getSelectorName (line 85) | public String getSelectorName() { method getPropertyName (line 95) | public String getPropertyName() { method getColumnName (line 106) | public String getColumnName() { method accept (line 118) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 124) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/ComparisonImpl.java class ComparisonImpl (line 30) | public class ComparisonImpl extends ConstraintImpl implements Comparison { method ComparisonImpl (line 47) | ComparisonImpl(NamePathResolver resolver, method getOperatorInstance (line 57) | public Operator getOperatorInstance() { method getOperand1 (line 68) | public DynamicOperand getOperand1() { method getOperator (line 84) | public String getOperator() { method getOperand2 (line 93) | public StaticOperand getOperand2() { method accept (line 105) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 111) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/ConstraintImpl.java class ConstraintImpl (line 27) | public abstract class ConstraintImpl method ConstraintImpl (line 31) | public ConstraintImpl(NamePathResolver resolver) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/DefaultQOMTreeVisitor.java class DefaultQOMTreeVisitor (line 23) | public class DefaultQOMTreeVisitor implements QOMTreeVisitor { method visit (line 28) | public Object visit(AndImpl node, Object data) throws Exception { method visit (line 35) | public Object visit(BindVariableValueImpl node, Object data) throws Ex... method visit (line 42) | public Object visit(ChildNodeImpl node, Object data) throws Exception { method visit (line 49) | public Object visit(ChildNodeJoinConditionImpl node, Object data) thro... method visit (line 56) | public Object visit(ColumnImpl node, Object data) throws Exception { method visit (line 63) | public Object visit(ComparisonImpl node, Object data) throws Exception { method visit (line 70) | public Object visit(DescendantNodeImpl node, Object data) throws Excep... method visit (line 77) | public Object visit(DescendantNodeJoinConditionImpl node, Object data)... method visit (line 84) | public Object visit(EquiJoinConditionImpl node, Object data) throws Ex... method visit (line 91) | public Object visit(FullTextSearchImpl node, Object data) throws Excep... method visit (line 98) | public Object visit(FullTextSearchScoreImpl node, Object data) throws ... method visit (line 105) | public Object visit(JoinImpl node, Object data) throws Exception { method visit (line 112) | public Object visit(LengthImpl node, Object data) throws Exception { method visit (line 119) | public Object visit(LiteralImpl node, Object data) throws Exception { method visit (line 126) | public Object visit(LowerCaseImpl node, Object data) throws Exception { method visit (line 133) | public Object visit(NodeLocalNameImpl node, Object data) throws Except... method visit (line 140) | public Object visit(NodeNameImpl node, Object data) throws Exception { method visit (line 147) | public Object visit(NotImpl node, Object data) throws Exception { method visit (line 154) | public Object visit(OrderingImpl node, Object data) throws Exception { method visit (line 161) | public Object visit(OrImpl node, Object data) throws Exception { method visit (line 168) | public Object visit(PropertyExistenceImpl node, Object data) throws Ex... method visit (line 175) | public Object visit(PropertyValueImpl node, Object data) throws Except... method visit (line 182) | public Object visit(QueryObjectModelTree node, Object data) throws Exc... method visit (line 189) | public Object visit(SameNodeImpl node, Object data) throws Exception { method visit (line 196) | public Object visit(SameNodeJoinConditionImpl node, Object data) throw... method visit (line 203) | public Object visit(SelectorImpl node, Object data) throws Exception { method visit (line 210) | public Object visit(UpperCaseImpl node, Object data) throws Exception { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/DefaultTraversingQOMTreeVisitor.java class DefaultTraversingQOMTreeVisitor (line 23) | public class DefaultTraversingQOMTreeVisitor extends DefaultQOMTreeVisit... method visit (line 28) | public final Object visit(AndImpl node, Object data) throws Exception { method visit (line 37) | public Object visit(ComparisonImpl node, Object data) throws Exception { method visit (line 46) | public Object visit(FullTextSearchImpl node, Object data) throws Excep... method visit (line 54) | public Object visit(JoinImpl node, Object data) throws Exception { method visit (line 64) | public Object visit(LengthImpl node, Object data) throws Exception { method visit (line 72) | public Object visit(LowerCaseImpl node, Object data) throws Exception { method visit (line 80) | public Object visit(NotImpl node, Object data) throws Exception { method visit (line 88) | public Object visit(OrderingImpl node, Object data) throws Exception { method visit (line 96) | public Object visit(OrImpl node, Object data) throws Exception { method visit (line 111) | public Object visit(QueryObjectModelTree node, Object data) throws Exc... method visit (line 131) | public Object visit(UpperCaseImpl node, Object data) throws Exception { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/DescendantNodeImpl.java class DescendantNodeImpl (line 30) | public class DescendantNodeImpl method DescendantNodeImpl (line 44) | DescendantNodeImpl(NamePathResolver resolver, method getSelectorName (line 62) | public String getSelectorName() { method getAncestorPath (line 71) | public String getAncestorPath() { method getSelectorQName (line 80) | public Name getSelectorQName() { method getQPath (line 89) | public Path getQPath() { method accept (line 101) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 107) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/DescendantNodeJoinConditionImpl.java class DescendantNodeJoinConditionImpl (line 27) | public class DescendantNodeJoinConditionImpl method DescendantNodeJoinConditionImpl (line 41) | DescendantNodeJoinConditionImpl(NamePathResolver resolver, method getDescendantSelectorName (line 54) | public String getDescendantSelectorName() { method getAncestorSelectorName (line 63) | public String getAncestorSelectorName() { method getDescendantSelectorQName (line 72) | public Name getDescendantSelectorQName() { method getAncestorSelectorQName (line 81) | public Name getAncestorSelectorQName() { method accept (line 93) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 99) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/DynamicOperandImpl.java class DynamicOperandImpl (line 28) | public abstract class DynamicOperandImpl method DynamicOperandImpl (line 37) | public DynamicOperandImpl(NamePathResolver resolver, Name selectorName) { method getSelectorName (line 47) | public String getSelectorName() { method getSelectorQName (line 56) | public Name getSelectorQName() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/EquiJoinConditionImpl.java class EquiJoinConditionImpl (line 27) | public class EquiJoinConditionImpl method EquiJoinConditionImpl (line 51) | EquiJoinConditionImpl(NamePathResolver resolver, method getSelector1Name (line 68) | public String getSelector1Name() { method getProperty1Name (line 77) | public String getProperty1Name() { method getSelector2Name (line 86) | public String getSelector2Name() { method getProperty2Name (line 95) | public String getProperty2Name() { method getSelector1QName (line 104) | public Name getSelector1QName() { method getSelector2QName (line 113) | public Name getSelector2QName() { method getProperty1QName (line 122) | public Name getProperty1QName() { method getProperty2QName (line 131) | public Name getProperty2QName() { method accept (line 143) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 149) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/FullTextSearchImpl.java class FullTextSearchImpl (line 28) | public class FullTextSearchImpl method FullTextSearchImpl (line 47) | FullTextSearchImpl(NamePathResolver resolver, method getSelectorQName (line 62) | public Name getSelectorQName() { method getPropertyQName (line 73) | public Name getPropertyQName() { method getSelectorName (line 84) | public String getSelectorName() { method getPropertyName (line 95) | public String getPropertyName() { method getFullTextSearchExpression (line 104) | public StaticOperand getFullTextSearchExpression() { method accept (line 116) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 122) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/FullTextSearchScoreImpl.java class FullTextSearchScoreImpl (line 27) | public class FullTextSearchScoreImpl method FullTextSearchScoreImpl (line 31) | FullTextSearchScoreImpl(NamePathResolver resolver, Name selectorName) { method accept (line 43) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 49) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/JoinConditionImpl.java class JoinConditionImpl (line 26) | public abstract class JoinConditionImpl method JoinConditionImpl (line 30) | public JoinConditionImpl(NamePathResolver resolver) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/JoinImpl.java class JoinImpl (line 30) | public class JoinImpl extends SourceImpl implements Join { method JoinImpl (line 52) | JoinImpl(NamePathResolver resolver, method getJoinTypeInstance (line 64) | public JoinType getJoinTypeInstance() { method getLeft (line 73) | public Source getLeft() { method getRight (line 82) | public Source getRight() { method getJoinType (line 94) | public String getJoinType() { method getJoinCondition (line 103) | public JoinCondition getJoinCondition() { method getSelectors (line 112) | public SelectorImpl[] getSelectors() { method accept (line 130) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 136) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/LengthImpl.java class LengthImpl (line 27) | public class LengthImpl extends DynamicOperandImpl implements Length { method LengthImpl (line 34) | LengthImpl(NamePathResolver resolver, PropertyValueImpl propertyValue) { method getPropertyValue (line 44) | public PropertyValue getPropertyValue() { method accept (line 56) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 62) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/LiteralImpl.java class LiteralImpl (line 29) | public class LiteralImpl extends StaticOperandImpl implements Literal { method LiteralImpl (line 33) | public LiteralImpl(NamePathResolver resolver, Value value) { method getLiteralValue (line 41) | public Value getLiteralValue() { method accept (line 53) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 59) | public String toString() { method cast (line 93) | private String cast(String type) throws RepositoryException { method escape (line 97) | private String escape() throws RepositoryException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/LowerCaseImpl.java class LowerCaseImpl (line 27) | public class LowerCaseImpl extends DynamicOperandImpl implements LowerCa... method LowerCaseImpl (line 34) | LowerCaseImpl(NamePathResolver resolver, DynamicOperandImpl operand) { method getOperand (line 44) | public DynamicOperand getOperand() { method accept (line 56) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 62) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/NodeLocalNameImpl.java class NodeLocalNameImpl (line 27) | public class NodeLocalNameImpl method NodeLocalNameImpl (line 31) | NodeLocalNameImpl(NamePathResolver resolver, Name selectorName) { method accept (line 43) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 49) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/NodeNameImpl.java class NodeNameImpl (line 27) | public class NodeNameImpl extends DynamicOperandImpl implements NodeName { method NodeNameImpl (line 29) | NodeNameImpl(NamePathResolver resolver, Name selectorName) { method accept (line 41) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 47) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/NotImpl.java class NotImpl (line 27) | public class NotImpl extends ConstraintImpl implements Not { method NotImpl (line 34) | NotImpl(NamePathResolver resolver, ConstraintImpl constraint) { method getConstraint (line 44) | public Constraint getConstraint() { method accept (line 56) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 62) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/OrImpl.java class OrImpl (line 27) | public class OrImpl extends ConstraintImpl implements Or { method OrImpl (line 39) | OrImpl(NamePathResolver resolver, ConstraintImpl c1, ConstraintImpl c2) { method getConstraint1 (line 50) | public Constraint getConstraint1() { method getConstraint2 (line 59) | public Constraint getConstraint2() { method accept (line 71) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 77) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/OrderingImpl.java class OrderingImpl (line 29) | public class OrderingImpl extends AbstractQOMNode implements Ordering { method OrderingImpl (line 46) | OrderingImpl(NamePathResolver resolver, method getOperand (line 59) | public DynamicOperand getOperand() { method getOrder (line 70) | public String getOrder() { method isAscending (line 78) | public boolean isAscending() { method accept (line 90) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 96) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/PropertyExistenceImpl.java class PropertyExistenceImpl (line 27) | public class PropertyExistenceImpl method PropertyExistenceImpl (line 41) | PropertyExistenceImpl(NamePathResolver resolver, method getSelectorQName (line 54) | public Name getSelectorQName() { method getPropertyQName (line 63) | public Name getPropertyQName() { method getSelectorName (line 74) | public String getSelectorName() { method getPropertyName (line 83) | public String getPropertyName() { method accept (line 95) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 101) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/PropertyValueImpl.java class PropertyValueImpl (line 27) | public class PropertyValueImpl method PropertyValueImpl (line 36) | PropertyValueImpl(NamePathResolver resolver, method getPropertyQName (line 48) | public Name getPropertyQName() { method getPropertyName (line 59) | public String getPropertyName() { method accept (line 71) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 77) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/QOMTreeVisitor.java type QOMTreeVisitor (line 22) | public interface QOMTreeVisitor { method visit (line 24) | Object visit(AndImpl node, Object data) throws Exception; method visit (line 26) | Object visit(BindVariableValueImpl node, Object data) throws Exception; method visit (line 28) | Object visit(ChildNodeImpl node, Object data) throws Exception; method visit (line 30) | Object visit(ChildNodeJoinConditionImpl node, Object data) throws Exce... method visit (line 32) | Object visit(ColumnImpl node, Object data) throws Exception; method visit (line 34) | Object visit(ComparisonImpl node, Object data) throws Exception; method visit (line 36) | Object visit(DescendantNodeImpl node, Object data) throws Exception; method visit (line 38) | Object visit(DescendantNodeJoinConditionImpl node, Object data) throws... method visit (line 40) | Object visit(EquiJoinConditionImpl node, Object data) throws Exception; method visit (line 42) | Object visit(FullTextSearchImpl node, Object data) throws Exception; method visit (line 44) | Object visit(FullTextSearchScoreImpl node, Object data) throws Exception; method visit (line 46) | Object visit(JoinImpl node, Object data) throws Exception; method visit (line 48) | Object visit(LengthImpl node, Object data) throws Exception; method visit (line 50) | Object visit(LiteralImpl node, Object data) throws Exception; method visit (line 52) | Object visit(LowerCaseImpl node, Object data) throws Exception; method visit (line 54) | Object visit(NodeLocalNameImpl node, Object data) throws Exception; method visit (line 56) | Object visit(NodeNameImpl node, Object data) throws Exception; method visit (line 58) | Object visit(NotImpl node, Object data) throws Exception; method visit (line 60) | Object visit(OrderingImpl node, Object data) throws Exception; method visit (line 62) | Object visit(OrImpl node, Object data) throws Exception; method visit (line 64) | Object visit(PropertyExistenceImpl node, Object data) throws Exception; method visit (line 66) | Object visit(PropertyValueImpl node, Object data) throws Exception; method visit (line 68) | Object visit(QueryObjectModelTree node, Object data) throws Exception; method visit (line 70) | Object visit(SameNodeImpl node, Object data) throws Exception; method visit (line 72) | Object visit(SameNodeJoinConditionImpl node, Object data) throws Excep... method visit (line 74) | Object visit(SelectorImpl node, Object data) throws Exception; method visit (line 76) | Object visit(UpperCaseImpl node, Object data) throws Exception; FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/QueryObjectModelFactoryImpl.java class QueryObjectModelFactoryImpl (line 68) | public abstract class QueryObjectModelFactoryImpl implements QueryObject... method QueryObjectModelFactoryImpl (line 75) | public QueryObjectModelFactoryImpl(NamePathResolver resolver) { method createQuery (line 89) | protected abstract QueryObjectModel createQuery(QueryObjectModelTree q... method createQuery (line 107) | public QueryObjectModel createQuery ... method createQuery (line 132) | public QueryObjectModel createQuery(Source source, method selector (line 187) | public Selector selector(String nodeTypeName) ... method selector (line 203) | public Selector selector(String nodeTypeName, String selectorName) method join (line 224) | public Join join(Source left, method equiJoinCondition (line 256) | public EquiJoinCondition equiJoinCondition(String selector1Name, method sameNodeJoinCondition (line 279) | public SameNodeJoinCondition sameNodeJoinCondition(String selector1Name, method sameNodeJoinCondition (line 301) | public SameNodeJoinCondition sameNodeJoinCondition(String selector1Name, method childNodeJoinCondition (line 322) | public ChildNodeJoinCondition childNodeJoinCondition( method descendantNodeJoinCondition (line 343) | public DescendantNodeJoinCondition descendantNodeJoinCondition( method and (line 361) | public And and(Constraint constraint1, Constraint constraint2) method or (line 386) | public Or or(Constraint constraint1, Constraint constraint2) method not (line 410) | public Not not(Constraint constraint) throws InvalidQueryException, Re... method comparison (line 433) | public Comparison comparison( method propertyExistence (line 460) | public PropertyExistence propertyExistence(String propertyName) ... method propertyExistence (line 476) | public PropertyExistence propertyExistence(String selectorName, method fullTextSearch (line 498) | public FullTextSearch fullTextSearch(String propertyName, method fullTextSearch (line 524) | public FullTextSearch fullTextSearch(String selectorName, method sameNode (line 552) | public SameNode sameNode(String path) throws InvalidQueryException, Re... method sameNode (line 568) | public SameNode sameNode(String selectorName, String path) method childNode (line 585) | public ChildNode childNode(String path) throws InvalidQueryException, ... method childNode (line 601) | public ChildNode childNode(String selectorName, String path) method descendantNode (line 618) | public DescendantNode descendantNode(String path) method descendantNode (line 634) | public DescendantNode descendantNode(String selectorName, String path) method propertyValue (line 651) | public PropertyValue propertyValue(String propertyName) ... method propertyValue (line 667) | public PropertyValue propertyValue(String selectorName, method length (line 685) | public Length length(PropertyValue propertyValue) method nodeName (line 703) | public NodeName nodeName() ... method nodeName (line 718) | public NodeName nodeName(String selectorName) throws InvalidQueryExcep... method nodeLocalName (line 732) | public NodeLocalName nodeLocalName() ... method nodeLocalName (line 747) | public NodeLocalName nodeLocalName(String selectorName) method fullTextSearchScore (line 762) | public FullTextSearchScore fullTextSearchScore() ... method fullTextSearchScore (line 777) | public FullTextSearchScore fullTextSearchScore(String selectorName) method lowerCase (line 794) | public LowerCase lowerCase(DynamicOperand operand) method upperCase (line 813) | public UpperCase upperCase(DynamicOperand operand) method bindVariable (line 830) | public BindVariableValue bindVariable(String bindVariableName) method literal (line 851) | public Literal literal(Value value) method ascending (line 868) | public Ordering ascending(DynamicOperand operand) method descending (line 886) | public Ordering descending(DynamicOperand operand) method column (line 910) | public Column column(String propertyName) ... method column (line 938) | public Column column(String propertyName, String columnName) ... method column (line 970) | public Column column(String selectorName, method checkSelectorName (line 991) | private Name checkSelectorName(String selectorName) method checkNodeTypeName (line 1003) | private Name checkNodeTypeName(String nodeTypeName) method checkPath (line 1015) | private Path checkPath(String path) throws RepositoryException { method checkPropertyName (line 1026) | private Name checkPropertyName(String propertyName) method checkFullTextSearchExpression (line 1038) | private StaticOperand checkFullTextSearchExpression(StaticOperand full... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/QueryObjectModelTree.java class QueryObjectModelTree (line 33) | public class QueryObjectModelTree extends AbstractQOMNode { method QueryObjectModelTree (line 60) | public QueryObjectModelTree(NamePathResolver resolver, method getSource (line 90) | public SourceImpl getSource() { method getConstraint (line 99) | public ConstraintImpl getConstraint() { method getOrderings (line 108) | public OrderingImpl[] getOrderings() { method getColumns (line 119) | public ColumnImpl[] getColumns() { method getSelector (line 132) | public SelectorImpl getSelector(Name name) { method accept (line 144) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method checkQuery (line 153) | private void checkQuery() throws InvalidQueryException { method toString (line 234) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/SameNodeImpl.java class SameNodeImpl (line 30) | public class SameNodeImpl extends ConstraintImpl implements SameNode { method SameNodeImpl (line 42) | SameNodeImpl(NamePathResolver resolver, method getSelectorName (line 60) | public String getSelectorName() { method getPath (line 69) | public String getPath() { method getSelectorQName (line 78) | public Name getSelectorQName() { method accept (line 90) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 96) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/SameNodeJoinConditionImpl.java class SameNodeJoinConditionImpl (line 28) | public class SameNodeJoinConditionImpl method SameNodeJoinConditionImpl (line 47) | SameNodeJoinConditionImpl(NamePathResolver resolver, method getSelector1Name (line 62) | public String getSelector1Name() { method getSelector2Name (line 71) | public String getSelector2Name() { method getSelector2Path (line 80) | public String getSelector2Path() { method getSelector1QName (line 89) | public Name getSelector1QName() { method getSelector2QName (line 98) | public Name getSelector2QName() { method getSelector2QPath (line 107) | public Path getSelector2QPath() { method accept (line 119) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 125) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/SelectorImpl.java class SelectorImpl (line 27) | public class SelectorImpl extends SourceImpl implements Selector { method SelectorImpl (line 39) | SelectorImpl(NamePathResolver resolver, method getNodeTypeQName (line 52) | public Name getNodeTypeQName() { method getSelectorQName (line 64) | public Name getSelectorQName() { method getSelectors (line 73) | public SelectorImpl[] getSelectors() { method getNodeTypeName (line 84) | public String getNodeTypeName() { method getSelectorName (line 96) | public String getSelectorName() { method accept (line 108) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 114) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/SourceImpl.java class SourceImpl (line 26) | public abstract class SourceImpl extends AbstractQOMNode implements Sour... method SourceImpl (line 28) | public SourceImpl(NamePathResolver resolver) { method getSelectors (line 35) | public abstract SelectorImpl[] getSelectors(); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/StaticOperandImpl.java class StaticOperandImpl (line 26) | public abstract class StaticOperandImpl method StaticOperandImpl (line 30) | public StaticOperandImpl(NamePathResolver resolver) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/qom/UpperCaseImpl.java class UpperCaseImpl (line 27) | public class UpperCaseImpl extends DynamicOperandImpl implements UpperCa... method UpperCaseImpl (line 34) | UpperCaseImpl(NamePathResolver resolver, DynamicOperandImpl operand) { method getOperand (line 44) | public DynamicOperand getOperand() { method accept (line 56) | public Object accept(QOMTreeVisitor visitor, Object data) throws Excep... method toString (line 62) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTAndExpression.java class ASTAndExpression (line 5) | public class ASTAndExpression extends SimpleNode { method ASTAndExpression (line 6) | public ASTAndExpression(int id) { method ASTAndExpression (line 10) | public ASTAndExpression(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTAscendingOrderSpec.java class ASTAscendingOrderSpec (line 5) | public class ASTAscendingOrderSpec extends SimpleNode { method ASTAscendingOrderSpec (line 6) | public ASTAscendingOrderSpec(int id) { method ASTAscendingOrderSpec (line 10) | public ASTAscendingOrderSpec(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTBracketExpression.java class ASTBracketExpression (line 5) | public class ASTBracketExpression extends SimpleNode { method ASTBracketExpression (line 6) | public ASTBracketExpression(int id) { method ASTBracketExpression (line 10) | public ASTBracketExpression(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTContainsExpression.java class ASTContainsExpression (line 21) | public class ASTContainsExpression extends SimpleNode { method ASTContainsExpression (line 27) | public ASTContainsExpression(int id) { method ASTContainsExpression (line 31) | public ASTContainsExpression(JCRSQLParser p, int id) { method getQuery (line 35) | public String getQuery() { method setQuery (line 39) | public void setQuery(String query) { method getPropertyName (line 43) | public Name getPropertyName() { method setPropertyName (line 47) | public void setPropertyName(Name property) { method jjtAccept (line 54) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTDescendingOrderSpec.java class ASTDescendingOrderSpec (line 5) | public class ASTDescendingOrderSpec extends SimpleNode { method ASTDescendingOrderSpec (line 6) | public ASTDescendingOrderSpec(int id) { method ASTDescendingOrderSpec (line 10) | public ASTDescendingOrderSpec(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTExcerptFunction.java class ASTExcerptFunction (line 5) | public class ASTExcerptFunction extends SimpleNode { method ASTExcerptFunction (line 6) | public ASTExcerptFunction(int id) { method ASTExcerptFunction (line 10) | public ASTExcerptFunction(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTFromClause.java class ASTFromClause (line 5) | public class ASTFromClause extends SimpleNode { method ASTFromClause (line 6) | public ASTFromClause(int id) { method ASTFromClause (line 10) | public ASTFromClause(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTIdentifier.java class ASTIdentifier (line 21) | public class ASTIdentifier extends SimpleNode { method ASTIdentifier (line 25) | public ASTIdentifier(int id) { method ASTIdentifier (line 29) | public ASTIdentifier(JCRSQLParser p, int id) { method setName (line 33) | public void setName(Name name) { method getName (line 37) | public Name getName() { method jjtAccept (line 42) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { method toString (line 46) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTLiteral.java class ASTLiteral (line 19) | public class ASTLiteral extends SimpleNode { method ASTLiteral (line 26) | public ASTLiteral(int id) { method ASTLiteral (line 30) | public ASTLiteral(JCRSQLParser p, int id) { method getValue (line 34) | public String getValue() { method setValue (line 38) | public void setValue(String value) { method getType (line 42) | public int getType() { method setType (line 46) | public void setType(int type) { method jjtAccept (line 54) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { method toString (line 58) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTLowerFunction.java class ASTLowerFunction (line 5) | public class ASTLowerFunction extends SimpleNode { method ASTLowerFunction (line 6) | public ASTLowerFunction(int id) { method ASTLowerFunction (line 10) | public ASTLowerFunction(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTNotExpression.java class ASTNotExpression (line 5) | public class ASTNotExpression extends SimpleNode { method ASTNotExpression (line 6) | public ASTNotExpression(int id) { method ASTNotExpression (line 10) | public ASTNotExpression(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTOrExpression.java class ASTOrExpression (line 5) | public class ASTOrExpression extends SimpleNode { method ASTOrExpression (line 6) | public ASTOrExpression(int id) { method ASTOrExpression (line 10) | public ASTOrExpression(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTOrderByClause.java class ASTOrderByClause (line 5) | public class ASTOrderByClause extends SimpleNode { method ASTOrderByClause (line 6) | public ASTOrderByClause(int id) { method ASTOrderByClause (line 10) | public ASTOrderByClause(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTOrderSpec.java class ASTOrderSpec (line 5) | public class ASTOrderSpec extends SimpleNode { method ASTOrderSpec (line 6) | public ASTOrderSpec(int id) { method ASTOrderSpec (line 10) | public ASTOrderSpec(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTPredicate.java class ASTPredicate (line 21) | public class ASTPredicate extends SimpleNode { method ASTPredicate (line 33) | public ASTPredicate(int id) { method ASTPredicate (line 37) | public ASTPredicate(JCRSQLParser p, int id) { method setOperationType (line 41) | public void setOperationType(int type) { method getOperationType (line 45) | public int getOperationType() { method setNegate (line 49) | public void setNegate(boolean b) { method isNegate (line 53) | public boolean isNegate() { method setIdentifier (line 57) | public void setIdentifier(Name identifier) { method getIdentifier (line 61) | public Name getIdentifier() { method setIdentifierOperand (line 65) | public void setIdentifierOperand(String identifier) { method getIdentifierOperand (line 69) | public String getIdentifierOperand() { method setEscapeString (line 73) | public void setEscapeString(String esc) { method getEscapeString (line 77) | public String getEscapeString() { method jjtAccept (line 82) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { method toString (line 86) | public String toString() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTQuery.java class ASTQuery (line 5) | public class ASTQuery extends SimpleNode { method ASTQuery (line 6) | public ASTQuery(int id) { method ASTQuery (line 10) | public ASTQuery(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTSelectList.java class ASTSelectList (line 5) | public class ASTSelectList extends SimpleNode { method ASTSelectList (line 6) | public ASTSelectList(int id) { method ASTSelectList (line 10) | public ASTSelectList(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTUpperFunction.java class ASTUpperFunction (line 5) | public class ASTUpperFunction extends SimpleNode { method ASTUpperFunction (line 6) | public ASTUpperFunction(int id) { method ASTUpperFunction (line 10) | public ASTUpperFunction(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ASTWhereClause.java class ASTWhereClause (line 5) | public class ASTWhereClause extends SimpleNode { method ASTWhereClause (line 6) | public ASTWhereClause(int id) { method ASTWhereClause (line 10) | public ASTWhereClause(JCRSQLParser p, int id) { method jjtAccept (line 16) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/DefaultParserVisitor.java class DefaultParserVisitor (line 23) | class DefaultParserVisitor implements JCRSQLParserVisitor { method visit (line 25) | public Object visit(SimpleNode node, Object data) { method visit (line 29) | public Object visit(ASTQuery node, Object data) { method visit (line 33) | public Object visit(ASTSelectList node, Object data) { method visit (line 37) | public Object visit(ASTFromClause node, Object data) { method visit (line 41) | public Object visit(ASTWhereClause node, Object data) { method visit (line 45) | public Object visit(ASTPredicate node, Object data) { method visit (line 49) | public Object visit(ASTOrExpression node, Object data) { method visit (line 53) | public Object visit(ASTAndExpression node, Object data) { method visit (line 57) | public Object visit(ASTNotExpression node, Object data) { method visit (line 61) | public Object visit(ASTBracketExpression node, Object data) { method visit (line 65) | public Object visit(ASTLiteral node, Object data) { method visit (line 69) | public Object visit(ASTIdentifier node, Object data) { method visit (line 73) | public Object visit(ASTOrderByClause node, Object data) { method visit (line 77) | public Object visit(ASTContainsExpression node, Object data) { method visit (line 81) | public Object visit(ASTOrderSpec node, Object data) { method visit (line 85) | public Object visit(ASTAscendingOrderSpec node, Object data) { method visit (line 89) | public Object visit(ASTDescendingOrderSpec node, Object data) { method visit (line 93) | public Object visit(ASTLowerFunction node, Object data) { method visit (line 97) | public Object visit(ASTUpperFunction node, Object data) { method visit (line 101) | public Object visit(ASTExcerptFunction node, Object data) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JCRSQLParser.java class JCRSQLParser (line 28) | public class JCRSQLParser/*@bgen(jjtree)*/implements JCRSQLParserTreeCon... method main (line 34) | public static void main(String args[]) throws ParseException { method parse (line 39) | public static ASTQuery parse(String statement, NameResolver resolver) ... method setNameResolver (line 46) | void setNameResolver(NameResolver resolver) { method Query (line 51) | final public ASTQuery Query() throws ParseException { method SelectList (line 94) | final public void SelectList() throws ParseException { method SelectItem (line 160) | final public void SelectItem() throws ParseException { method TableExpression (line 198) | final public void TableExpression() throws ParseException { method FromClause (line 210) | final public void FromClause() throws ParseException { method WhereClause (line 252) | final public void WhereClause() throws ParseException { method Predicate (line 282) | final public void Predicate() throws ParseException { method PropertyFunction (line 583) | final public Name PropertyFunction() throws ParseException { method LowerFunction (line 601) | final public Name LowerFunction() throws ParseException { method UpperFunction (line 636) | final public Name UpperFunction() throws ParseException { method ComparisonOperation (line 671) | final public int ComparisonOperation() throws ParseException { method SearchCondition (line 708) | final public void SearchCondition() throws ParseException { method OrExpression (line 712) | final public void OrExpression() throws ParseException { method AndExpression (line 752) | final public void AndExpression() throws ParseException { method UnaryExpression (line 792) | final public void UnaryExpression() throws ParseException { method PrimaryExpression (line 854) | final public void PrimaryExpression() throws ParseException { method BracketExpression (line 893) | final public void BracketExpression() throws ParseException { method ContainsExpression (line 923) | final public void ContainsExpression() throws ParseException { method Literal (line 986) | final public void Literal() throws ParseException { method CharStringLiteral (line 1068) | final public String CharStringLiteral() throws ParseException { method Identifier (line 1091) | final public Name Identifier() throws ParseException { method ExcerptFunction (line 1213) | final public Name ExcerptFunction() throws ParseException { method OrderByClause (line 1234) | final public void OrderByClause() throws ParseException { method OrderSpec (line 1277) | final public void OrderSpec() throws ParseException { method AscendingOrderSpec (line 1325) | final public void AscendingOrderSpec() throws ParseException { method DescendingOrderSpec (line 1339) | final public void DescendingOrderSpec() throws ParseException { method jj_la1_0 (line 1369) | private static void jj_la1_0() { method jj_la1_1 (line 1372) | private static void jj_la1_1() { method jj_la1_2 (line 1375) | private static void jj_la1_2() { method jj_la1_3 (line 1378) | private static void jj_la1_3() { method JCRSQLParser (line 1382) | public JCRSQLParser(java.io.InputStream stream) { method JCRSQLParser (line 1385) | public JCRSQLParser(java.io.InputStream stream, String encoding) { method ReInit (line 1394) | public void ReInit(java.io.InputStream stream) { method ReInit (line 1397) | public void ReInit(java.io.InputStream stream, String encoding) { method JCRSQLParser (line 1407) | public JCRSQLParser(java.io.Reader stream) { method ReInit (line 1416) | public void ReInit(java.io.Reader stream) { method JCRSQLParser (line 1426) | public JCRSQLParser(JCRSQLParserTokenManager tm) { method ReInit (line 1434) | public void ReInit(JCRSQLParserTokenManager tm) { method jj_consume_token (line 1443) | final private Token jj_consume_token(int kind) throws ParseException { method getNextToken (line 1457) | final public Token getNextToken() { method getToken (line 1465) | final public Token getToken(int index) { method jj_ntk (line 1474) | final private int jj_ntk() { method generateParseException (line 1485) | public ParseException generateParseException() { method enable_tracing (line 1527) | final public void enable_tracing() { method disable_tracing (line 1530) | final public void disable_tracing() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JCRSQLParserConstants.java type JCRSQLParserConstants (line 20) | public interface JCRSQLParserConstants { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JCRSQLParserTokenManager.java class JCRSQLParserTokenManager (line 26) | public class JCRSQLParserTokenManager implements JCRSQLParserConstants method setDebugStream (line 29) | public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } method jjStopAtPos (line 30) | private final int jjStopAtPos(int pos, int kind) method jjMoveStringLiteralDfa0_0 (line 36) | private final int jjMoveStringLiteralDfa0_0() method jjMoveStringLiteralDfa1_0 (line 174) | private final int jjMoveStringLiteralDfa1_0(long active0, long active1) method jjMoveStringLiteralDfa2_0 (line 304) | private final int jjMoveStringLiteralDfa2_0(long old0, long active0, l... method jjMoveStringLiteralDfa3_0 (line 397) | private final int jjMoveStringLiteralDfa3_0(long old0, long active0) method jjMoveStringLiteralDfa4_0 (line 488) | private final int jjMoveStringLiteralDfa4_0(long old0, long active0) method jjMoveStringLiteralDfa5_0 (line 567) | private final int jjMoveStringLiteralDfa5_0(long old0, long active0) method jjMoveStringLiteralDfa6_0 (line 626) | private final int jjMoveStringLiteralDfa6_0(long old0, long active0) method jjMoveStringLiteralDfa7_0 (line 687) | private final int jjMoveStringLiteralDfa7_0(long old0, long active0) method jjMoveStringLiteralDfa8_0 (line 720) | private final int jjMoveStringLiteralDfa8_0(long old0, long active0) method jjMoveStringLiteralDfa9_0 (line 739) | private final int jjMoveStringLiteralDfa9_0(long old0, long active0) method jjCheckNAdd (line 768) | private final void jjCheckNAdd(int state) method jjAddStates (line 776) | private final void jjAddStates(int start, int end) method jjCheckNAddTwoStates (line 782) | private final void jjCheckNAddTwoStates(int state1, int state2) method jjCheckNAddStates (line 787) | private final void jjCheckNAddStates(int start, int end) method jjCheckNAddStates (line 793) | private final void jjCheckNAddStates(int start) method jjMoveNfa_0 (line 876) | private final int jjMoveNfa_0(int startState, int curPos) method jjCanMove_0 (line 1505) | private static final boolean jjCanMove_0(int hiByte, int i1, int i2, l... method jjCanMove_1 (line 1517) | private static final boolean jjCanMove_1(int hiByte, int i1, int i2, l... method JCRSQLParserTokenManager (line 1595) | public JCRSQLParserTokenManager(SimpleCharStream stream){ method JCRSQLParserTokenManager (line 1600) | public JCRSQLParserTokenManager(SimpleCharStream stream, int lexState){ method ReInit (line 1604) | public void ReInit(SimpleCharStream stream) method ReInitRounds (line 1611) | private final void ReInitRounds() method ReInit (line 1618) | public void ReInit(SimpleCharStream stream, int lexState) method SwitchTo (line 1623) | public void SwitchTo(int lexState) method jjFillToken (line 1631) | protected Token jjFillToken() method getNextToken (line 1651) | public Token getNextToken() FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JCRSQLParserTreeConstants.java type JCRSQLParserTreeConstants (line 5) | public interface JCRSQLParserTreeConstants FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JCRSQLParserVisitor.java type JCRSQLParserVisitor (line 5) | public interface JCRSQLParserVisitor method visit (line 7) | public Object visit(SimpleNode node, Object data); method visit (line 8) | public Object visit(ASTQuery node, Object data); method visit (line 9) | public Object visit(ASTSelectList node, Object data); method visit (line 10) | public Object visit(ASTFromClause node, Object data); method visit (line 11) | public Object visit(ASTWhereClause node, Object data); method visit (line 12) | public Object visit(ASTPredicate node, Object data); method visit (line 13) | public Object visit(ASTLowerFunction node, Object data); method visit (line 14) | public Object visit(ASTUpperFunction node, Object data); method visit (line 15) | public Object visit(ASTOrExpression node, Object data); method visit (line 16) | public Object visit(ASTAndExpression node, Object data); method visit (line 17) | public Object visit(ASTNotExpression node, Object data); method visit (line 18) | public Object visit(ASTBracketExpression node, Object data); method visit (line 19) | public Object visit(ASTContainsExpression node, Object data); method visit (line 20) | public Object visit(ASTLiteral node, Object data); method visit (line 21) | public Object visit(ASTIdentifier node, Object data); method visit (line 22) | public Object visit(ASTExcerptFunction node, Object data); method visit (line 23) | public Object visit(ASTOrderByClause node, Object data); method visit (line 24) | public Object visit(ASTOrderSpec node, Object data); method visit (line 25) | public Object visit(ASTAscendingOrderSpec node, Object data); method visit (line 26) | public Object visit(ASTDescendingOrderSpec node, Object data); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JCRSQLQueryBuilder.java class JCRSQLQueryBuilder (line 65) | public class JCRSQLQueryBuilder implements JCRSQLParserVisitor { method JCRSQLQueryBuilder (line 126) | private JCRSQLQueryBuilder(ASTQuery statement, method createQuery (line 144) | public static QueryRootNode createQuery(String statement, method toString (line 186) | public static String toString(QueryRootNode root, NameResolver resolver) method getRootNode (line 197) | private QueryRootNode getRootNode() { method visit (line 206) | public Object visit(SimpleNode node, Object data) { method visit (line 211) | public Object visit(ASTQuery node, Object data) { method visit (line 284) | public Object visit(ASTSelectList node, Object data) { method visit (line 302) | public Object visit(ASTFromClause node, Object data) { method visit (line 316) | public Object visit(ASTWhereClause node, Object data) { method visit (line 320) | public Object visit(ASTPredicate node, Object data) { method visit (line 457) | public Object visit(ASTOrExpression node, Object data) { method visit (line 469) | public Object visit(ASTAndExpression node, Object data) { method visit (line 481) | public Object visit(ASTNotExpression node, Object data) { method visit (line 493) | public Object visit(ASTBracketExpression node, Object data) { method visit (line 500) | public Object visit(ASTLiteral node, Object data) { method visit (line 505) | public Object visit(ASTIdentifier node, Object data) { method visit (line 510) | public Object visit(ASTOrderByClause node, Object data) { method visit (line 519) | public Object visit(ASTOrderSpec node, Object data) { method visit (line 540) | public Object visit(ASTAscendingOrderSpec node, Object data) { method visit (line 545) | public Object visit(ASTDescendingOrderSpec node, Object data) { method visit (line 551) | public Object visit(ASTContainsExpression node, Object data) { method visit (line 570) | public Object visit(ASTLowerFunction node, Object data) { method visit (line 580) | public Object visit(ASTUpperFunction node, Object data) { method visit (line 590) | public Object visit(ASTExcerptFunction node, Object data) { method createRelationQueryNode (line 610) | private RelationQueryNode createRelationQueryNode(QueryNode parent, method createPathQuery (line 675) | private void createPathQuery(String path, int operation) { method translateEscaping (line 766) | private static String translateEscaping(String pattern, char from, cha... class MergingPathQueryNode (line 825) | private static class MergingPathQueryNode extends PathQueryNode { method MergingPathQueryNode (line 843) | MergingPathQueryNode( method doMerge (line 859) | MergingPathQueryNode[] doMerge(MergingPathQueryNode[] nodes) { method doAndMerge (line 880) | private MergingPathQueryNode[] doAndMerge(MergingPathQueryNode[] nod... method doOrMerge (line 945) | private MergingPathQueryNode[] doOrMerge(MergingPathQueryNode[] node... method needsMerge (line 1000) | boolean needsMerge() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/JJTJCRSQLParserState.java class JJTJCRSQLParserState (line 5) | class JJTJCRSQLParserState { method JJTJCRSQLParserState (line 13) | JJTJCRSQLParserState() { method nodeCreated (line 23) | boolean nodeCreated() { method reset (line 29) | void reset() { method rootNode (line 38) | Node rootNode() { method pushNode (line 43) | void pushNode(Node n) { method popNode (line 50) | Node popNode() { method peekNode (line 58) | Node peekNode() { method nodeArity (line 64) | int nodeArity() { method clearNodeScope (line 69) | void clearNodeScope(Node n) { method openNodeScope (line 77) | void openNodeScope(Node n) { method closeNodeScope (line 88) | void closeNodeScope(Node n, int num) { method closeNodeScope (line 106) | void closeNodeScope(Node n, boolean condition) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/Node.java type Node (line 9) | public interface Node { method jjtOpen (line 13) | public void jjtOpen(); method jjtClose (line 17) | public void jjtClose(); method jjtSetParent (line 21) | public void jjtSetParent(Node n); method jjtGetParent (line 22) | public Node jjtGetParent(); method jjtAddChild (line 26) | public void jjtAddChild(Node n, int i); method jjtGetChild (line 30) | public Node jjtGetChild(int i); method jjtGetNumChildren (line 33) | public int jjtGetNumChildren(); method jjtAccept (line 36) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/ParseException.java class ParseException (line 29) | public class ParseException extends Exception { method ParseException (line 43) | public ParseException(Token currentTokenVal, method ParseException (line 65) | public ParseException() { method ParseException (line 70) | public ParseException(String message) { method getMessage (line 113) | public String getMessage() { method add_escapes (line 163) | protected String add_escapes(String str) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/QueryBuilder.java class QueryBuilder (line 30) | public class QueryBuilder implements QueryTreeBuilder { method createQueryTree (line 35) | public QueryRootNode createQueryTree(String statement, method canHandle (line 45) | public boolean canHandle(String language) { method getSupportedLanguages (line 53) | public String[] getSupportedLanguages() { method toString (line 60) | public String toString(QueryRootNode root, NameResolver resolver) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/QueryFormat.java class QueryFormat (line 52) | class QueryFormat implements QueryNodeVisitor, QueryConstants { method QueryFormat (line 74) | private QueryFormat(QueryRootNode root, NameResolver resolver) method toString (line 94) | public static String toString(QueryRootNode root, NameResolver resolver) method toString (line 109) | public String toString() { method visit (line 115) | public Object visit(QueryRootNode node, Object data) throws Repository... method visit (line 200) | public Object visit(OrQueryNode node, Object data) throws RepositoryEx... method visit (line 224) | public Object visit(AndQueryNode node, Object data) throws RepositoryE... method visit (line 253) | public Object visit(NotQueryNode node, Object data) throws RepositoryE... method visit (line 263) | public Object visit(ExactQueryNode node, Object data) { method visit (line 274) | public Object visit(NodeTypeQueryNode node, Object data) { method visit (line 279) | public Object visit(TextsearchQueryNode node, Object data) { method visit (line 303) | public Object visit(PathQueryNode node, Object data) throws Repository... method visit (line 373) | public Object visit(LocationStepQueryNode node, Object data) { method visit (line 398) | public Object visit(DerefQueryNode node, Object data) { method visit (line 403) | public Object visit(RelationQueryNode node, Object data) throws Reposi... method visit (line 476) | public Object visit(OrderQueryNode node, Object data) { method visit (line 505) | public Object visit(PropertyFunctionQueryNode node, Object data) { method appendName (line 532) | private static void appendName(Name name, method appendValue (line 546) | private void appendValue(RelationQueryNode node, StringBuffer b) { method containsDescendantOrSelf (line 570) | private static boolean containsDescendantOrSelf(PathQueryNode path) { method containsAllChildrenMatch (line 590) | private static boolean containsAllChildrenMatch(PathQueryNode path) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/SimpleCharStream.java class SimpleCharStream (line 25) | public class SimpleCharStream method setTabSize (line 48) | protected void setTabSize(int i) { tabSize = i; } method getTabSize (line 49) | protected int getTabSize(int i) { return tabSize; } method ExpandBuff (line 52) | protected void ExpandBuff(boolean wrapAround) method FillBuff (line 102) | protected void FillBuff() throws java.io.IOException method BeginToken (line 147) | public char BeginToken() throws java.io.IOException method UpdateLineColumn (line 156) | protected void UpdateLineColumn(char c) method readChar (line 196) | public char readChar() throws java.io.IOException method getColumn (line 221) | @Deprecated method getLine (line 230) | @Deprecated method getEndColumn (line 235) | public int getEndColumn() { method getEndLine (line 239) | public int getEndLine() { method getBeginColumn (line 243) | public int getBeginColumn() { method getBeginLine (line 247) | public int getBeginLine() { method backup (line 251) | public void backup(int amount) { method SimpleCharStream (line 258) | public SimpleCharStream(java.io.Reader dstream, int startline, method SimpleCharStream (line 271) | public SimpleCharStream(java.io.Reader dstream, int startline, method SimpleCharStream (line 277) | public SimpleCharStream(java.io.Reader dstream) method ReInit (line 281) | public void ReInit(java.io.Reader dstream, int startline, method ReInit (line 300) | public void ReInit(java.io.Reader dstream, int startline, method ReInit (line 306) | public void ReInit(java.io.Reader dstream) method SimpleCharStream (line 310) | public SimpleCharStream(java.io.InputStream dstream, String encoding, ... method SimpleCharStream (line 316) | public SimpleCharStream(java.io.InputStream dstream, int startline, method SimpleCharStream (line 322) | public SimpleCharStream(java.io.InputStream dstream, String encoding, ... method SimpleCharStream (line 328) | public SimpleCharStream(java.io.InputStream dstream, int startline, method SimpleCharStream (line 334) | public SimpleCharStream(java.io.InputStream dstream, String encoding) ... method SimpleCharStream (line 339) | public SimpleCharStream(java.io.InputStream dstream) method ReInit (line 344) | public void ReInit(java.io.InputStream dstream, String encoding, int s... method ReInit (line 350) | public void ReInit(java.io.InputStream dstream, int startline, method ReInit (line 356) | public void ReInit(java.io.InputStream dstream, String encoding) throw... method ReInit (line 361) | public void ReInit(java.io.InputStream dstream) method ReInit (line 365) | public void ReInit(java.io.InputStream dstream, String encoding, int s... method ReInit (line 370) | public void ReInit(java.io.InputStream dstream, int startline, method GetImage (line 375) | public String GetImage() method GetSuffix (line 384) | public char[] GetSuffix(int len) method Done (line 400) | public void Done() method adjustBeginLineColumn (line 410) | public void adjustBeginLineColumn(int newLine, int newCol) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/SimpleNode.java class SimpleNode (line 5) | public class SimpleNode implements Node { method SimpleNode (line 11) | public SimpleNode(int i) { method SimpleNode (line 15) | public SimpleNode(JCRSQLParser p, int i) { method jjtOpen (line 20) | public void jjtOpen() { method jjtClose (line 23) | public void jjtClose() { method jjtSetParent (line 26) | public void jjtSetParent(Node n) { parent = n; } method jjtGetParent (line 27) | public Node jjtGetParent() { return parent; } method jjtAddChild (line 29) | public void jjtAddChild(Node n, int i) { method jjtGetChild (line 40) | public Node jjtGetChild(int i) { method jjtGetNumChildren (line 44) | public int jjtGetNumChildren() { method jjtAccept (line 49) | public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) { method childrenAccept (line 54) | public Object childrenAccept(JCRSQLParserVisitor visitor, Object data) { method toString (line 69) | public String toString() { return JCRSQLParserTreeConstants.jjtNodeNam... method toString (line 70) | public String toString(String prefix) { return prefix + toString(); } method dump (line 75) | public void dump(String prefix) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/Token.java class Token (line 24) | public class Token { method toString (line 72) | public String toString() method newToken (line 89) | public static final Token newToken(int ofKind) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql/TokenMgrError.java class TokenMgrError (line 20) | public class TokenMgrError extends Error method addEscapes (line 56) | protected static final String addEscapes(String str) { method LexicalError (line 113) | protected static String LexicalError(boolean EOFSeen, int lexState, in... method getMessage (line 130) | public String getMessage() { method TokenMgrError (line 138) | public TokenMgrError() { method TokenMgrError (line 141) | public TokenMgrError(String message, int reason) { method TokenMgrError (line 146) | public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/sql2/Parser.java class Parser (line 28) | @Deprecated method Parser (line 38) | public Parser(QueryObjectModelFactory factory, ValueFactory valueFacto... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/JJTXPathState.java class JJTXPathState (line 5) | class JJTXPathState { method JJTXPathState (line 13) | JJTXPathState() { method nodeCreated (line 23) | boolean nodeCreated() { method reset (line 29) | void reset() { method rootNode (line 38) | Node rootNode() { method pushNode (line 43) | void pushNode(Node n) { method popNode (line 50) | Node popNode() { method peekNode (line 58) | Node peekNode() { method nodeArity (line 64) | int nodeArity() { method clearNodeScope (line 69) | void clearNodeScope(Node n) { method openNodeScope (line 77) | void openNodeScope(Node n) { method closeNodeScope (line 88) | void closeNodeScope(Node n, int num) { method closeNodeScope (line 106) | void closeNodeScope(Node n, boolean condition) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/Node.java type Node (line 9) | public interface Node { method jjtOpen (line 13) | public void jjtOpen(); method jjtClose (line 17) | public void jjtClose(); method jjtSetParent (line 21) | public void jjtSetParent(Node n); method jjtGetParent (line 22) | public Node jjtGetParent(); method jjtAddChild (line 26) | public void jjtAddChild(Node n, int i); method jjtGetChild (line 30) | public Node jjtGetChild(int i); method jjtGetNumChildren (line 33) | public int jjtGetNumChildren(); method jjtAccept (line 36) | public Object jjtAccept(XPathVisitor visitor, Object data); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/ParseException.java class ParseException (line 13) | public class ParseException extends Exception { method ParseException (line 27) | public ParseException(Token currentTokenVal, method ParseException (line 49) | public ParseException() { method ParseException (line 54) | public ParseException(String message) { method getMessage (line 97) | public String getMessage() { method add_escapes (line 147) | protected String add_escapes(String str) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/QueryBuilder.java class QueryBuilder (line 30) | public class QueryBuilder implements QueryTreeBuilder { method createQueryTree (line 35) | public QueryRootNode createQueryTree(String statement, method canHandle (line 45) | public boolean canHandle(String language) { method getSupportedLanguages (line 53) | public String[] getSupportedLanguages() { method toString (line 60) | public String toString(QueryRootNode root, NameResolver resolver) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/QueryFormat.java class QueryFormat (line 53) | class QueryFormat implements QueryNodeVisitor, QueryConstants { method QueryFormat (line 70) | private QueryFormat(QueryRootNode root, NameResolver resolver) method toString (line 90) | public static String toString(QueryRootNode root, NameResolver resolver) method toString (line 105) | public String toString() { method visit (line 111) | public Object visit(QueryRootNode node, Object data) throws Repository... method visit (line 142) | public Object visit(OrQueryNode node, Object data) throws RepositoryEx... method visit (line 164) | public Object visit(AndQueryNode node, Object data) throws RepositoryE... method visit (line 176) | public Object visit(NotQueryNode node, Object data) throws RepositoryE... method visit (line 192) | public Object visit(ExactQueryNode node, Object data) { method visit (line 207) | public Object visit(NodeTypeQueryNode node, Object data) { method visit (line 212) | public Object visit(TextsearchQueryNode node, Object data) { method visit (line 249) | public Object visit(PathQueryNode node, Object data) throws Repository... method visit (line 264) | public Object visit(LocationStepQueryNode node, Object data) throws Re... method visit (line 321) | public Object visit(DerefQueryNode node, Object data) { method visit (line 340) | public Object visit(RelationQueryNode node, Object data) throws Reposi... method visit (line 433) | public Object visit(OrderQueryNode node, Object data) { method visit (line 467) | public Object visit(PropertyFunctionQueryNode node, Object data) { method appendValue (line 497) | private void appendValue(RelationQueryNode node, StringBuffer b) method encode (line 519) | private static Name encode(Name name) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/SimpleCharStream.java class SimpleCharStream (line 9) | public class SimpleCharStream method setTabSize (line 32) | protected void setTabSize(int i) { tabSize = i; } method getTabSize (line 33) | protected int getTabSize(int i) { return tabSize; } method ExpandBuff (line 36) | protected void ExpandBuff(boolean wrapAround) method FillBuff (line 86) | protected void FillBuff() throws java.io.IOException method BeginToken (line 131) | public char BeginToken() throws java.io.IOException method UpdateLineColumn (line 140) | protected void UpdateLineColumn(char c) method readChar (line 180) | public char readChar() throws java.io.IOException method getColumn (line 205) | @Deprecated method getLine (line 214) | @Deprecated method getEndColumn (line 219) | public int getEndColumn() { method getEndLine (line 223) | public int getEndLine() { method getBeginColumn (line 227) | public int getBeginColumn() { method getBeginLine (line 231) | public int getBeginLine() { method backup (line 235) | public void backup(int amount) { method SimpleCharStream (line 242) | public SimpleCharStream(java.io.Reader dstream, int startline, method SimpleCharStream (line 255) | public SimpleCharStream(java.io.Reader dstream, int startline, method SimpleCharStream (line 261) | public SimpleCharStream(java.io.Reader dstream) method ReInit (line 265) | public void ReInit(java.io.Reader dstream, int startline, method ReInit (line 284) | public void ReInit(java.io.Reader dstream, int startline, method ReInit (line 290) | public void ReInit(java.io.Reader dstream) method SimpleCharStream (line 294) | public SimpleCharStream(java.io.InputStream dstream, String encoding, ... method SimpleCharStream (line 300) | public SimpleCharStream(java.io.InputStream dstream, int startline, method SimpleCharStream (line 306) | public SimpleCharStream(java.io.InputStream dstream, String encoding, ... method SimpleCharStream (line 312) | public SimpleCharStream(java.io.InputStream dstream, int startline, method SimpleCharStream (line 318) | public SimpleCharStream(java.io.InputStream dstream, String encoding) ... method SimpleCharStream (line 323) | public SimpleCharStream(java.io.InputStream dstream) method ReInit (line 328) | public void ReInit(java.io.InputStream dstream, String encoding, int s... method ReInit (line 334) | public void ReInit(java.io.InputStream dstream, int startline, method ReInit (line 340) | public void ReInit(java.io.InputStream dstream, String encoding) throw... method ReInit (line 345) | public void ReInit(java.io.InputStream dstream) method ReInit (line 349) | public void ReInit(java.io.InputStream dstream, String encoding, int s... method ReInit (line 354) | public void ReInit(java.io.InputStream dstream, int startline, method GetImage (line 359) | public String GetImage() method GetSuffix (line 368) | public char[] GetSuffix(int len) method Done (line 384) | public void Done() method adjustBeginLineColumn (line 394) | public void adjustBeginLineColumn(int newLine, int newCol) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/SimpleNode.java class SimpleNode (line 24) | public class SimpleNode implements Node { method SimpleNode (line 30) | public SimpleNode(int i) { method SimpleNode (line 34) | public SimpleNode(XPath p, int i) { method jjtCreate (line 40) | public static Node jjtCreate(XPath p, int id) { method jjtOpen (line 44) | public void jjtOpen() { method jjtClose (line 47) | public void jjtClose() { method jjtSetParent (line 50) | public void jjtSetParent(Node n) { method jjtGetParent (line 54) | public Node jjtGetParent() { method jjtAddChild (line 58) | public void jjtAddChild(Node n, int i) { method jjtGetChild (line 69) | public Node jjtGetChild(int i) { method jjtGetNumChildren (line 73) | public int jjtGetNumChildren() { method jjtAccept (line 80) | public Object jjtAccept(XPathVisitor visitor, Object data) { method childrenAccept (line 87) | public Object childrenAccept(XPathVisitor visitor, Object data) { method toString (line 102) | public String toString() { method toString (line 106) | public String toString(String prefix) { method dump (line 110) | public void dump(String prefix) { method dump (line 114) | public void dump(String prefix, java.io.PrintStream ps) { method processToken (line 133) | public void processToken(Token t) { method printValue (line 137) | public void printValue(java.io.PrintStream ps) { method getId (line 143) | public int getId() { method getValue (line 147) | public String getValue() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/Token.java class Token (line 8) | public class Token { method toString (line 56) | public String toString() method newToken (line 73) | public static final Token newToken(int ofKind) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/TokenMgrError.java class TokenMgrError (line 4) | public class TokenMgrError extends Error method addEscapes (line 40) | protected static final String addEscapes(String str) { method LexicalError (line 97) | protected static String LexicalError(boolean EOFSeen, int lexState, in... method getMessage (line 114) | public String getMessage() { method TokenMgrError (line 122) | public TokenMgrError() { method TokenMgrError (line 125) | public TokenMgrError(String message, int reason) { method TokenMgrError (line 130) | public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/XPath.java class XPath (line 8) | public class XPath/*@bgen(jjtree)*/implements XPathTreeConstants, XPathC... method createNode (line 16) | public Node createNode(int id) { method main (line 22) | public static void main(String args[]) method XPath2 (line 112) | final public SimpleNode XPath2() throws ParseException { method QueryList (line 145) | final public void QueryList() throws ParseException { method Module (line 283) | final public void Module() throws ParseException { method VersionDecl (line 418) | final public void VersionDecl() throws ParseException { method MainModule (line 505) | final public void MainModule() throws ParseException { method LibraryModule (line 534) | final public void LibraryModule() throws ParseException { method ModuleDecl (line 563) | final public void ModuleDecl() throws ParseException { method Prolog (line 643) | final public void Prolog() throws ParseException { method Setter (line 747) | final public void Setter() throws ParseException { method Import (line 801) | final public void Import() throws ParseException { method Separator (line 840) | final public void Separator() throws ParseException { method NamespaceDecl (line 854) | final public void NamespaceDecl() throws ParseException { method XMLSpaceDecl (line 919) | final public void XMLSpaceDecl() throws ParseException { method DefaultNamespaceDecl (line 981) | final public void DefaultNamespaceDecl() throws ParseException { method OrderingModeDecl (line 1056) | final public void OrderingModeDecl() throws ParseException { method EmptyOrderingDecl (line 1118) | final public void EmptyOrderingDecl() throws ParseException { method InheritNamespacesDecl (line 1180) | final public void InheritNamespacesDecl() throws ParseException { method DefaultCollationDecl (line 1242) | final public void DefaultCollationDecl() throws ParseException { method BaseURIDecl (line 1281) | final public void BaseURIDecl() throws ParseException { method SchemaImport (line 1320) | final public void SchemaImport() throws ParseException { method SchemaPrefix (line 1427) | final public void SchemaPrefix() throws ParseException { method ModuleImport (line 1515) | final public void ModuleImport() throws ParseException { method VarDecl (line 1645) | final public void VarDecl() throws ParseException { method ConstructionDecl (line 1743) | final public void ConstructionDecl() throws ParseException { method FunctionDecl (line 1782) | final public void FunctionDecl() throws ParseException { method ParamList (line 1890) | final public void ParamList() throws ParseException { method Param (line 1931) | final public void Param() throws ParseException { method EnclosedExpr (line 1980) | final public void EnclosedExpr() throws ParseException { method QueryBody (line 2057) | final public void QueryBody() throws ParseException { method Expr (line 2085) | final public void Expr() throws ParseException { method ExprSingle (line 2126) | final public void ExprSingle() throws ParseException { method FLWORExpr (line 2220) | final public void FLWORExpr() throws ParseException { method ForClause (line 2290) | final public void ForClause() throws ParseException { method PositionalVar (line 2393) | final public void PositionalVar() throws ParseException { method LetClause (line 2433) | final public void LetClause() throws ParseException { method WhereClause (line 2556) | final public void WhereClause() throws ParseException { method OrderByClause (line 2597) | final public void OrderByClause() throws ParseException { method OrderSpecList (line 2661) | final public void OrderSpecList() throws ParseException { method OrderSpec (line 2702) | final public void OrderSpec() throws ParseException { method OrderModifier (line 2731) | final public void OrderModifier() throws ParseException { method QuantifiedExpr (line 2865) | final public void QuantifiedExpr() throws ParseException { method TypeswitchExpr (line 3025) | final public void TypeswitchExpr() throws ParseException { method CaseClause (line 3103) | final public void CaseClause() throws ParseException { method IfExpr (line 3180) | final public void IfExpr() throws ParseException { method OperatorExpr (line 3214) | final public void OperatorExpr() throws ParseException { method OrExpr (line 3218) | final public void OrExpr() throws ParseException { method AndExpr (line 3281) | final public void AndExpr() throws ParseException { method ComparisonExpr (line 3344) | final public void ComparisonExpr() throws ParseException { method RangeExpr (line 3442) | final public void RangeExpr() throws ParseException { method AdditiveExpr (line 3501) | final public void AdditiveExpr() throws ParseException { method MultiplicativeExpr (line 3577) | final public void MultiplicativeExpr() throws ParseException { method UnionExpr (line 3663) | final public void UnionExpr() throws ParseException { method IntersectExceptExpr (line 3739) | final public void IntersectExceptExpr() throws ParseException { method InstanceofExpr (line 3815) | final public void InstanceofExpr() throws ParseException { method TreatExpr (line 3852) | final public void TreatExpr() throws ParseException { method CastableExpr (line 3889) | final public void CastableExpr() throws ParseException { method CastExpr (line 3926) | final public void CastExpr() throws ParseException { method UnaryExpr (line 3975) | final public void UnaryExpr() throws ParseException { method ValueExpr (line 4051) | final public void ValueExpr() throws ParseException { method GeneralComp (line 4131) | final public void GeneralComp() throws ParseException { method ValueComp (line 4164) | final public void ValueComp() throws ParseException { method NodeComp (line 4197) | final public void NodeComp() throws ParseException { method ValidateExpr (line 4218) | final public void ValidateExpr() throws ParseException { method PathExpr (line 4308) | final public void PathExpr() throws ParseException { method RelativePathExpr (line 4507) | final public void RelativePathExpr() throws ParseException { method StepExpr (line 4548) | final public void StepExpr() throws ParseException { method AxisStep (line 4655) | final public void AxisStep() throws ParseException { method ForwardStep (line 4707) | final public void ForwardStep() throws ParseException { method ForwardAxis (line 4753) | final public void ForwardAxis() throws ParseException { method AbbrevForwardStep (line 4867) | final public void AbbrevForwardStep() throws ParseException { method ReverseStep (line 4891) | final public void ReverseStep() throws ParseException { method ReverseAxis (line 4911) | final public void ReverseAxis() throws ParseException { method AbbrevReverseStep (line 4995) | final public void AbbrevReverseStep() throws ParseException { method NodeTest (line 5011) | final public void NodeTest() throws ParseException { method NameTest (line 5072) | final public void NameTest() throws ParseException { method Wildcard (line 5125) | final public void Wildcard() throws ParseException { method FilterExpr (line 5179) | final public void FilterExpr() throws ParseException { method PredicateList (line 5184) | final public void PredicateList() throws ParseException { method Predicate (line 5223) | final public void Predicate() throws ParseException { method PrimaryExpr (line 5253) | final public void PrimaryExpr() throws ParseException { method Literal (line 5304) | final public void Literal() throws ParseException { method NumericLiteral (line 5333) | final public void NumericLiteral() throws ParseException { method VarRef (line 5387) | final public void VarRef() throws ParseException { method ParenthesizedExpr (line 5404) | final public void ParenthesizedExpr() throws ParseException { method ContextItemExpr (line 5491) | final public void ContextItemExpr() throws ParseException { method OrderedExpr (line 5507) | final public void OrderedExpr() throws ParseException { method UnorderedExpr (line 5537) | final public void UnorderedExpr() throws ParseException { method FunctionCall (line 5567) | final public void FunctionCall() throws ParseException { method Constructor (line 5703) | final public void Constructor() throws ParseException { method DirectConstructor (line 5755) | final public void DirectConstructor() throws ParseException { method DirElemConstructor (line 5800) | final public void DirElemConstructor() throws ParseException { method DirAttributeList (line 5998) | final public void DirAttributeList() throws ParseException { method DirAttributeValue (line 6123) | final public void DirAttributeValue() throws ParseException { method QuotAttrValueContent (line 6308) | final public void QuotAttrValueContent() throws ParseException { method AposAttrValueContent (line 6364) | final public void AposAttrValueContent() throws ParseException { method DirElemContent (line 6420) | final public void DirElemContent() throws ParseException { method CommonContent (line 6488) | final public void CommonContent() throws ParseException { method DirCommentConstructor (line 6585) | final public void DirCommentConstructor() throws ParseException { method DirCommentContents (line 6662) | final public void DirCommentContents() throws ParseException { method DirPIConstructor (line 6723) | final public void DirPIConstructor() throws ParseException { method DirPIContents (line 6833) | final public void DirPIContents() throws ParseException { method CDataSection (line 6870) | final public void CDataSection() throws ParseException { method CDataSectionContents (line 6947) | final public void CDataSectionContents() throws ParseException { method ComputedConstructor (line 6984) | final public void ComputedConstructor() throws ParseException { method CompDocConstructor (line 7038) | final public void CompDocConstructor() throws ParseException { method CompElemConstructor (line 7092) | final public void CompElemConstructor() throws ParseException { method ContentExpr (line 7277) | final public void ContentExpr() throws ParseException { method CompAttrConstructor (line 7305) | final public void CompAttrConstructor() throws ParseException { method CompTextConstructor (line 7490) | final public void CompTextConstructor() throws ParseException { method CompCommentConstructor (line 7544) | final public void CompCommentConstructor() throws ParseException { method CompPIConstructor (line 7598) | final public void CompPIConstructor() throws ParseException { method SingleType (line 7783) | final public void SingleType() throws ParseException { method TypeDeclaration (line 7831) | final public void TypeDeclaration() throws ParseException { method SequenceType (line 7872) | final public void SequenceType() throws ParseException { method OccurrenceIndicator (line 7955) | final public void OccurrenceIndicator() throws ParseException { method ItemType (line 8009) | final public void ItemType() throws ParseException { method AtomicType (line 8059) | final public void AtomicType() throws ParseException { method KindTest (line 8108) | final public void KindTest() throws ParseException { method AnyKindTest (line 8155) | final public void AnyKindTest() throws ParseException { method DocumentTest (line 8193) | final public void DocumentTest() throws ParseException { method TextTest (line 8285) | final public void TextTest() throws ParseException { method CommentTest (line 8323) | final public void CommentTest() throws ParseException { method PITest (line 8361) | final public void PITest() throws ParseException { method AttributeTest (line 8443) | final public void AttributeTest() throws ParseException { method AttribNameOrWildcard (line 8537) | final public void AttribNameOrWildcard() throws ParseException { method SchemaAttributeTest (line 8588) | final public void SchemaAttributeTest() throws ParseException { method AttributeDeclaration (line 8653) | final public void AttributeDeclaration() throws ParseException { method ElementTest (line 8681) | final public void ElementTest() throws ParseException { method ElementNameOrWildcard (line 8810) | final public void ElementNameOrWildcard() throws ParseException { method SchemaElementTest (line 8861) | final public void SchemaElementTest() throws ParseException { method ElementDeclaration (line 8941) | final public void ElementDeclaration() throws ParseException { method AttributeName (line 8969) | final public void AttributeName() throws ParseException { method ElementName (line 8995) | final public void ElementName() throws ParseException { method TypeName (line 9021) | final public void TypeName() throws ParseException { method jj_la1_0 (line 9071) | private static void jj_la1_0() { method jj_la1_1 (line 9074) | private static void jj_la1_1() { method jj_la1_2 (line 9077) | private static void jj_la1_2() { method jj_la1_3 (line 9080) | private static void jj_la1_3() { method jj_la1_4 (line 9083) | private static void jj_la1_4() { method jj_la1_5 (line 9086) | private static void jj_la1_5() { method jj_la1_6 (line 9089) | private static void jj_la1_6() { method jj_la1_7 (line 9092) | private static void jj_la1_7() { method XPath (line 9096) | public XPath(java.io.InputStream stream) { method XPath (line 9099) | public XPath(java.io.InputStream stream, String encoding) { method ReInit (line 9108) | public void ReInit(java.io.InputStream stream) { method ReInit (line 9111) | public void ReInit(java.io.InputStream stream, String encoding) { method XPath (line 9121) | public XPath(java.io.Reader stream) { method ReInit (line 9130) | public void ReInit(java.io.Reader stream) { method XPath (line 9140) | public XPath(XPathTokenManager tm) { method ReInit (line 9148) | public void ReInit(XPathTokenManager tm) { method jj_consume_token (line 9157) | final private Token jj_consume_token(int kind) throws ParseException { method getNextToken (line 9171) | final public Token getNextToken() { method getToken (line 9179) | final public Token getToken(int index) { method jj_ntk (line 9188) | final private int jj_ntk() { method generateParseException (line 9199) | public ParseException generateParseException() { method enable_tracing (line 9253) | final public void enable_tracing() { method disable_tracing (line 9256) | final public void disable_tracing() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/XPathConstants.java type XPathConstants (line 4) | public interface XPathConstants { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/XPathQueryBuilder.java class XPathQueryBuilder (line 63) | public class XPathQueryBuilder implements XPathVisitor, XPathTreeConstan... method XPathQueryBuilder (line 276) | private XPathQueryBuilder(String statement, method createQuery (line 333) | public static QueryRootNode createQuery(String statement, method toString (line 349) | public static String toString(QueryRootNode root, NameResolver resolver) method getRootNode (line 359) | QueryRootNode getRootNode() { method visit (line 374) | public Object visit(SimpleNode node, Object data) { method applyRelativePath (line 589) | private void applyRelativePath(RelationQueryNode node) { method getRelativePath (line 605) | private Path getRelativePath() { method createLocationStep (line 626) | private LocationStepQueryNode createLocationStep(SimpleNode node, NAry... method createNodeTest (line 656) | private void createNodeTest(SimpleNode node, QueryNode queryNode) { method createExpression (line 709) | private void createExpression(SimpleNode node, NAryQueryNode queryNode) { method createPathQueryNode (line 777) | private PathQueryNode createPathQueryNode(SimpleNode node) { method assignValue (line 790) | private void assignValue(SimpleNode node, RelationQueryNode queryNode) { method createFunction (line 817) | private QueryNode createFunction(SimpleNode node, QueryNode queryNode) { method createDerefQueryNode (line 1112) | private DerefQueryNode createDerefQueryNode(SimpleNode node, boolean d... method setOrderSpecPath (line 1157) | private void setOrderSpecPath(SimpleNode node, OrderQueryNode queryNod... method isAttributeAxis (line 1189) | private boolean isAttributeAxis(SimpleNode node) { method isAttributeNameTest (line 1213) | private boolean isAttributeNameTest(SimpleNode node) { method unescapeQuotes (line 1235) | private String unescapeQuotes(String literal) { method decode (line 1249) | private static Name decode(Name name) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/XPathTokenManager.java class XPathTokenManager (line 7) | public class XPathTokenManager implements XPathConstants method pushState (line 16) | private void pushState() method pushState (line 26) | private void pushState(int state) method popState (line 34) | private void popState() method isState (line 52) | private boolean isState(int state) method pushParenState (line 69) | private void pushParenState(int commaState, int rparState) method printLinePos (line 81) | public void printLinePos() method setDebugStream (line 86) | public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } method jjStopStringLiteralDfa_14 (line 87) | private final int jjStopStringLiteralDfa_14(int pos, long active0) method jjStartNfa_14 (line 95) | private final int jjStartNfa_14(int pos, long active0) method jjStopAtPos (line 99) | private final int jjStopAtPos(int pos, int kind) method jjStartNfaWithStates_14 (line 105) | private final int jjStartNfaWithStates_14(int pos, int kind, int state) method jjMoveStringLiteralDfa0_14 (line 113) | private final int jjMoveStringLiteralDfa0_14() method jjMoveStringLiteralDfa1_14 (line 123) | private final int jjMoveStringLiteralDfa1_14(long active0) method jjCheckNAdd (line 141) | private final void jjCheckNAdd(int state) method jjAddStates (line 149) | private final void jjAddStates(int start, int end) method jjCheckNAddTwoStates (line 155) | private final void jjCheckNAddTwoStates(int state1, int state2) method jjCheckNAddStates (line 160) | private final void jjCheckNAddStates(int start, int end) method jjCheckNAddStates (line 166) | private final void jjCheckNAddStates(int start) method jjMoveNfa_14 (line 288) | private final int jjMoveNfa_14(int startState, int curPos) method jjStopStringLiteralDfa_3 (line 385) | private final int jjStopStringLiteralDfa_3(int pos, long active0, long... method jjStartNfa_3 (line 393) | private final int jjStartNfa_3(int pos, long active0, long active1, lo... method jjStartNfaWithStates_3 (line 397) | private final int jjStartNfaWithStates_3(int pos, int kind, int state) method jjMoveStringLiteralDfa0_3 (line 405) | private final int jjMoveStringLiteralDfa0_3() method jjMoveStringLiteralDfa1_3 (line 417) | private final int jjMoveStringLiteralDfa1_3(long active0) method jjMoveStringLiteralDfa2_3 (line 433) | private final int jjMoveStringLiteralDfa2_3(long old0, long active0) method jjMoveStringLiteralDfa3_3 (line 451) | private final int jjMoveStringLiteralDfa3_3(long old0, long active0) method jjMoveStringLiteralDfa4_3 (line 469) | private final int jjMoveStringLiteralDfa4_3(long old0, long active0) method jjMoveStringLiteralDfa5_3 (line 487) | private final int jjMoveStringLiteralDfa5_3(long old0, long active0) method jjMoveStringLiteralDfa6_3 (line 505) | private final int jjMoveStringLiteralDfa6_3(long old0, long active0) method jjMoveStringLiteralDfa7_3 (line 523) | private final int jjMoveStringLiteralDfa7_3(long old0, long active0) method jjMoveNfa_3 (line 549) | private final int jjMoveNfa_3(int startState, int curPos) method jjStopStringLiteralDfa_15 (line 674) | private final int jjStopStringLiteralDfa_15(int pos, long active0) method jjStartNfa_15 (line 689) | private final int jjStartNfa_15(int pos, long active0) method jjStartNfaWithStates_15 (line 693) | private final int jjStartNfaWithStates_15(int pos, int kind, int state) method jjMoveStringLiteralDfa0_15 (line 701) | private final int jjMoveStringLiteralDfa0_15() method jjMoveStringLiteralDfa1_15 (line 711) | private final int jjMoveStringLiteralDfa1_15(long active0) method jjMoveNfa_15 (line 735) | private final int jjMoveNfa_15(int startState, int curPos) method jjStopStringLiteralDfa_21 (line 808) | private final int jjStopStringLiteralDfa_21(int pos, long active0, lon... method jjStartNfa_21 (line 816) | private final int jjStartNfa_21(int pos, long active0, long active1, l... method jjStartNfaWithStates_21 (line 820) | private final int jjStartNfaWithStates_21(int pos, int kind, int state) method jjMoveStringLiteralDfa0_21 (line 828) | private final int jjMoveStringLiteralDfa0_21() method jjMoveNfa_21 (line 838) | private final int jjMoveNfa_21(int startState, int curPos) method jjStopStringLiteralDfa_22 (line 966) | private final int jjStopStringLiteralDfa_22(int pos, long active0, lon... method jjStartNfa_22 (line 989) | private final int jjStartNfa_22(int pos, long active0, long active1, l... method jjStartNfaWithStates_22 (line 993) | private final int jjStartNfaWithStates_22(int pos, int kind, int state) method jjMoveStringLiteralDfa0_22 (line 1001) | private final int jjMoveStringLiteralDfa0_22() method jjMoveStringLiteralDfa1_22 (line 1011) | private final int jjMoveStringLiteralDfa1_22(long active3) method jjMoveStringLiteralDfa2_22 (line 1027) | private final int jjMoveStringLiteralDfa2_22(long old3, long active3) method jjMoveNfa_22 (line 1047) | private final int jjMoveNfa_22(int startState, int curPos) method jjStopStringLiteralDfa_24 (line 1142) | private final int jjStopStringLiteralDfa_24(int pos, long active0, lon... method jjStartNfa_24 (line 1168) | private final int jjStartNfa_24(int pos, long active0, long active1, l... method jjStartNfaWithStates_24 (line 1172) | private final int jjStartNfaWithStates_24(int pos, int kind, int state) method jjMoveStringLiteralDfa0_24 (line 1180) | private final int jjMoveStringLiteralDfa0_24() method jjMoveStringLiteralDfa1_24 (line 1190) | private final int jjMoveStringLiteralDfa1_24(long active3) method jjMoveStringLiteralDfa2_24 (line 1206) | private final int jjMoveStringLiteralDfa2_24(long old3, long active3) method jjMoveNfa_24 (line 1226) | private final int jjMoveNfa_24(int startState, int curPos) method jjStopStringLiteralDfa_7 (line 1315) | private final int jjStopStringLiteralDfa_7(int pos, long active0, long... method jjStartNfa_7 (line 1323) | private final int jjStartNfa_7(int pos, long active0, long active1, lo... method jjStartNfaWithStates_7 (line 1327) | private final int jjStartNfaWithStates_7(int pos, int kind, int state) method jjMoveStringLiteralDfa0_7 (line 1335) | private final int jjMoveStringLiteralDfa0_7() method jjMoveStringLiteralDfa1_7 (line 1351) | private final int jjMoveStringLiteralDfa1_7(long active3) method jjMoveNfa_7 (line 1369) | private final int jjMoveNfa_7(int startState, int curPos) method jjStopStringLiteralDfa_25 (line 1606) | private final int jjStopStringLiteralDfa_25(int pos, long active0, lon... method jjStartNfa_25 (line 1614) | private final int jjStartNfa_25(int pos, long active0, long active1, l... method jjStartNfaWithStates_25 (line 1618) | private final int jjStartNfaWithStates_25(int pos, int kind, int state) method jjMoveStringLiteralDfa0_25 (line 1626) | private final int jjMoveStringLiteralDfa0_25() method jjMoveStringLiteralDfa1_25 (line 1638) | private final int jjMoveStringLiteralDfa1_25(long active3) method jjMoveStringLiteralDfa2_25 (line 1656) | private final int jjMoveStringLiteralDfa2_25(long old3, long active3) method jjMoveStringLiteralDfa3_25 (line 1676) | private final int jjMoveStringLiteralDfa3_25(long old3, long active3) method jjMoveStringLiteralDfa4_25 (line 1696) | private final int jjMoveStringLiteralDfa4_25(long old3, long active3) method jjMoveStringLiteralDfa5_25 (line 1716) | private final int jjMoveStringLiteralDfa5_25(long old3, long active3) method jjMoveStringLiteralDfa6_25 (line 1738) | private final int jjMoveStringLiteralDfa6_25(long old3, long active3) method jjMoveStringLiteralDfa7_25 (line 1756) | private final int jjMoveStringLiteralDfa7_25(long old3, long active3) method jjMoveStringLiteralDfa8_25 (line 1774) | private final int jjMoveStringLiteralDfa8_25(long old3, long active3) method jjMoveNfa_25 (line 1794) | private final int jjMoveNfa_25(int startState, int curPos) method jjStopStringLiteralDfa_23 (line 1862) | private final int jjStopStringLiteralDfa_23(int pos, long active0, lon... method jjStartNfa_23 (line 1888) | private final int jjStartNfa_23(int pos, long active0, long active1, l... method jjStartNfaWithStates_23 (line 1892) | private final int jjStartNfaWithStates_23(int pos, int kind, int state) method jjMoveStringLiteralDfa0_23 (line 1900) | private final int jjMoveStringLiteralDfa0_23() method jjMoveStringLiteralDfa1_23 (line 1912) | private final int jjMoveStringLiteralDfa1_23(long active3) method jjMoveStringLiteralDfa2_23 (line 1937) | private final int jjMoveStringLiteralDfa2_23(long old3, long active3) method jjMoveNfa_23 (line 1957) | private final int jjMoveNfa_23(int startState, int curPos) method jjStopStringLiteralDfa_4 (line 2030) | private final int jjStopStringLiteralDfa_4(int pos, long active0, long... method jjStartNfa_4 (line 2191) | private final int jjStartNfa_4(int pos, long active0, long active1, lo... method jjStartNfaWithStates_4 (line 2195) | private final int jjStartNfaWithStates_4(int pos, int kind, int state) method jjMoveStringLiteralDfa0_4 (line 2203) | private final int jjMoveStringLiteralDfa0_4() method jjMoveStringLiteralDfa1_4 (line 2268) | private final int jjMoveStringLiteralDfa1_4(long active0, long active1... method jjMoveStringLiteralDfa2_4 (line 2360) | private final int jjMoveStringLiteralDfa2_4(long old0, long active0, l... method jjMoveStringLiteralDfa3_4 (line 2400) | private final int jjMoveStringLiteralDfa3_4(long old0, long active0, l... method jjMoveStringLiteralDfa4_4 (line 2438) | private final int jjMoveStringLiteralDfa4_4(long old0, long active0, l... method jjMoveStringLiteralDfa5_4 (line 2468) | private final int jjMoveStringLiteralDfa5_4(long old0, long active0, l... method jjMoveStringLiteralDfa6_4 (line 2496) | private final int jjMoveStringLiteralDfa6_4(long old0, long active0, l... method jjMoveStringLiteralDfa7_4 (line 2518) | private final int jjMoveStringLiteralDfa7_4(long old0, long active0, l... method jjMoveStringLiteralDfa8_4 (line 2542) | private final int jjMoveStringLiteralDfa8_4(long old0, long active0, l... method jjMoveNfa_4 (line 2566) | private final int jjMoveNfa_4(int startState, int curPos) method jjMoveStringLiteralDfa0_18 (line 4488) | private final int jjMoveStringLiteralDfa0_18() method jjMoveNfa_18 (line 4492) | private final int jjMoveNfa_18(int startState, int curPos) method jjStopStringLiteralDfa_13 (line 4620) | private final int jjStopStringLiteralDfa_13(int pos, long active0, lon... method jjStartNfa_13 (line 4646) | private final int jjStartNfa_13(int pos, long active0, long active1, l... method jjStartNfaWithStates_13 (line 4650) | private final int jjStartNfaWithStates_13(int pos, int kind, int state) method jjMoveStringLiteralDfa0_13 (line 4658) | private final int jjMoveStringLiteralDfa0_13() method jjMoveStringLiteralDfa1_13 (line 4674) | private final int jjMoveStringLiteralDfa1_13(long active0, long active... method jjMoveStringLiteralDfa2_13 (line 4706) | private final int jjMoveStringLiteralDfa2_13(long old0, long active0, ... method jjMoveStringLiteralDfa3_13 (line 4726) | private final int jjMoveStringLiteralDfa3_13(long old2, long active2, ... method jjMoveStringLiteralDfa4_13 (line 4748) | private final int jjMoveStringLiteralDfa4_13(long old2, long active2, ... method jjMoveStringLiteralDfa5_13 (line 4766) | private final int jjMoveStringLiteralDfa5_13(long old2, long active2) method jjMoveStringLiteralDfa6_13 (line 4784) | private final int jjMoveStringLiteralDfa6_13(long old2, long active2) method jjMoveStringLiteralDfa7_13 (line 4802) | private final int jjMoveStringLiteralDfa7_13(long old2, long active2) method jjMoveStringLiteralDfa8_13 (line 4820) | private final int jjMoveStringLiteralDfa8_13(long old2, long active2) method jjMoveNfa_13 (line 4840) | private final int jjMoveNfa_13(int startState, int curPos) method jjStopStringLiteralDfa_1 (line 5005) | private final int jjStopStringLiteralDfa_1(int pos, long active0, long... method jjStartNfa_1 (line 5177) | private final int jjStartNfa_1(int pos, long active0, long active1, lo... method jjStartNfaWithStates_1 (line 5181) | private final int jjStartNfaWithStates_1(int pos, int kind, int state) method jjMoveStringLiteralDfa0_1 (line 5189) | private final int jjMoveStringLiteralDfa0_1() method jjMoveStringLiteralDfa1_1 (line 5274) | private final int jjMoveStringLiteralDfa1_1(long active0, long active1... method jjMoveStringLiteralDfa2_1 (line 5380) | private final int jjMoveStringLiteralDfa2_1(long old0, long active0, l... method jjMoveStringLiteralDfa3_1 (line 5432) | private final int jjMoveStringLiteralDfa3_1(long old0, long active0, l... method jjMoveStringLiteralDfa4_1 (line 5476) | private final int jjMoveStringLiteralDfa4_1(long old0, long active0, l... method jjMoveStringLiteralDfa5_1 (line 5512) | private final int jjMoveStringLiteralDfa5_1(long old0, long active0, l... method jjMoveStringLiteralDfa6_1 (line 5546) | private final int jjMoveStringLiteralDfa6_1(long old0, long active0, l... method jjMoveStringLiteralDfa7_1 (line 5578) | private final int jjMoveStringLiteralDfa7_1(long old0, long active0, l... method jjMoveStringLiteralDfa8_1 (line 5608) | private final int jjMoveStringLiteralDfa8_1(long old0, long active0, l... method jjMoveStringLiteralDfa9_1 (line 5644) | private final int jjMoveStringLiteralDfa9_1(long old0, long active0, l... method jjMoveNfa_1 (line 5664) | private final int jjMoveNfa_1(int startState, int curPos) method jjMoveStringLiteralDfa0_19 (line 6448) | private final int jjMoveStringLiteralDfa0_19() method jjMoveNfa_19 (line 6452) | private final int jjMoveNfa_19(int startState, int curPos) method jjStopStringLiteralDfa_6 (line 6540) | private final int jjStopStringLiteralDfa_6(int pos, long active0, long... method jjStartNfa_6 (line 6548) | private final int jjStartNfa_6(int pos, long active0, long active1, lo... method jjStartNfaWithStates_6 (line 6552) | private final int jjStartNfaWithStates_6(int pos, int kind, int state) method jjMoveStringLiteralDfa0_6 (line 6560) | private final int jjMoveStringLiteralDfa0_6() method jjMoveStringLiteralDfa1_6 (line 6572) | private final int jjMoveStringLiteralDfa1_6(long active1, long active3) method jjMoveStringLiteralDfa2_6 (line 6595) | private final int jjMoveStringLiteralDfa2_6(long old1, long active1, l... method jjMoveStringLiteralDfa3_6 (line 6617) | private final int jjMoveStringLiteralDfa3_6(long old1, long active1, l... method jjMoveStringLiteralDfa4_6 (line 6635) | private final int jjMoveStringLiteralDfa4_6(long old1, long active1) method jjMoveStringLiteralDfa5_6 (line 6653) | private final int jjMoveStringLiteralDfa5_6(long old1, long active1) method jjMoveStringLiteralDfa6_6 (line 6671) | private final int jjMoveStringLiteralDfa6_6(long old1, long active1) method jjMoveStringLiteralDfa7_6 (line 6689) | private final int jjMoveStringLiteralDfa7_6(long old1, long active1) method jjMoveStringLiteralDfa8_6 (line 6707) | private final int jjMoveStringLiteralDfa8_6(long old1, long active1) method jjMoveNfa_6 (line 6727) | private final int jjMoveNfa_6(int startState, int curPos) method jjStopStringLiteralDfa_10 (line 6912) | private final int jjStopStringLiteralDfa_10(int pos, long active0, lon... method jjStartNfa_10 (line 6920) | private final int jjStartNfa_10(int pos, long active0, long active1, l... method jjStartNfaWithStates_10 (line 6924) | private final int jjStartNfaWithStates_10(int pos, int kind, int state) method jjMoveStringLiteralDfa0_10 (line 6932) | private final int jjMoveStringLiteralDfa0_10() method jjMoveStringLiteralDfa1_10 (line 6942) | private final int jjMoveStringLiteralDfa1_10(long active3) method jjMoveStringLiteralDfa2_10 (line 6963) | private final int jjMoveStringLiteralDfa2_10(long old3, long active3) method jjMoveNfa_10 (line 6983) | private final int jjMoveNfa_10(int startState, int curPos) method jjStopStringLiteralDfa_16 (line 7111) | private final int jjStopStringLiteralDfa_16(int pos, long active0, lon... method jjStartNfa_16 (line 7119) | private final int jjStartNfa_16(int pos, long active0, long active1, l... method jjStartNfaWithStates_16 (line 7123) | private final int jjStartNfaWithStates_16(int pos, int kind, int state) method jjMoveStringLiteralDfa0_16 (line 7131) | private final int jjMoveStringLiteralDfa0_16() method jjMoveStringLiteralDfa1_16 (line 7149) | private final int jjMoveStringLiteralDfa1_16(long active3) method jjMoveNfa_16 (line 7167) | private final int jjMoveNfa_16(int startState, int curPos) method jjStopStringLiteralDfa_9 (line 7295) | private final int jjStopStringLiteralDfa_9(int pos, long active0, long... method jjStartNfa_9 (line 7303) | private final int jjStartNfa_9(int pos, long active0, long active1, lo... method jjStartNfaWithStates_9 (line 7307) | private final int jjStartNfaWithStates_9(int pos, int kind, int state) method jjMoveStringLiteralDfa0_9 (line 7315) | private final int jjMoveStringLiteralDfa0_9() method jjMoveStringLiteralDfa1_9 (line 7325) | private final int jjMoveStringLiteralDfa1_9(long active3) method jjMoveNfa_9 (line 7343) | private final int jjMoveNfa_9(int startState, int curPos) method jjStopStringLiteralDfa_5 (line 7471) | private final int jjStopStringLiteralDfa_5(int pos, long active0, long... method jjStartNfa_5 (line 7479) | private final int jjStartNfa_5(int pos, long active0, long active1, lo... method jjStartNfaWithStates_5 (line 7483) | private final int jjStartNfaWithStates_5(int pos, int kind, int state) method jjMoveStringLiteralDfa0_5 (line 7491) | private final int jjMoveStringLiteralDfa0_5() method jjMoveStringLiteralDfa1_5 (line 7503) | private final int jjMoveStringLiteralDfa1_5(long active3) method jjMoveStringLiteralDfa2_5 (line 7524) | private final int jjMoveStringLiteralDfa2_5(long old3, long active3) method jjMoveNfa_5 (line 7544) | private final int jjMoveNfa_5(int startState, int curPos) method jjStopStringLiteralDfa_2 (line 7698) | private final int jjStopStringLiteralDfa_2(int pos, long active0, long... method jjStartNfa_2 (line 7706) | private final int jjStartNfa_2(int pos, long active0, long active1, lo... method jjStartNfaWithStates_2 (line 7710) | private final int jjStartNfaWithStates_2(int pos, int kind, int state) method jjMoveStringLiteralDfa0_2 (line 7718) | private final int jjMoveStringLiteralDfa0_2() method jjMoveStringLiteralDfa1_2 (line 7730) | private final int jjMoveStringLiteralDfa1_2(long active3) method jjMoveNfa_2 (line 7748) | private final int jjMoveNfa_2(int startState, int curPos) method jjStopStringLiteralDfa_8 (line 7889) | private final int jjStopStringLiteralDfa_8(int pos, long active0, long... method jjStartNfa_8 (line 7897) | private final int jjStartNfa_8(int pos, long active0, long active1, lo... method jjStartNfaWithStates_8 (line 7901) | private final int jjStartNfaWithStates_8(int pos, int kind, int state) method jjMoveStringLiteralDfa0_8 (line 7909) | private final int jjMoveStringLiteralDfa0_8() method jjMoveStringLiteralDfa1_8 (line 7923) | private final int jjMoveStringLiteralDfa1_8(long active0, long active3) method jjMoveStringLiteralDfa2_8 (line 7948) | private final int jjMoveStringLiteralDfa2_8(long old0, long active0, l... method jjMoveStringLiteralDfa3_8 (line 7972) | private final int jjMoveStringLiteralDfa3_8(long old0, long active0, l... method jjMoveStringLiteralDfa4_8 (line 7992) | private final int jjMoveStringLiteralDfa4_8(long old0, long active0) method jjMoveStringLiteralDfa5_8 (line 8014) | private final int jjMoveStringLiteralDfa5_8(long old0, long active0) method jjMoveStringLiteralDfa6_8 (line 8032) | private final int jjMoveStringLiteralDfa6_8(long old0, long active0) method jjMoveStringLiteralDfa7_8 (line 8050) | private final int jjMoveStringLiteralDfa7_8(long old0, long active0) method jjMoveNfa_8 (line 8070) | private final int jjMoveNfa_8(int startState, int curPos) method jjStopStringLiteralDfa_0 (line 8138) | private final int jjStopStringLiteralDfa_0(int pos, long active0, long... method jjStartNfa_0 (line 8161) | private final int jjStartNfa_0(int pos, long active0, long active1, lo... method jjStartNfaWithStates_0 (line 8165) | private final int jjStartNfaWithStates_0(int pos, int kind, int state) method jjMoveStringLiteralDfa0_0 (line 8173) | private final int jjMoveStringLiteralDfa0_0() method jjMoveStringLiteralDfa1_0 (line 8217) | private final int jjMoveStringLiteralDfa1_0(long active0, long active1... method jjMoveStringLiteralDfa2_0 (line 8258) | private final int jjMoveStringLiteralDfa2_0(long old0, long active0, l... method jjMoveStringLiteralDfa3_0 (line 8286) | private final int jjMoveStringLiteralDfa3_0(long old2, long active2, l... method jjMoveStringLiteralDfa4_0 (line 8308) | private final int jjMoveStringLiteralDfa4_0(long old2, long active2, l... method jjMoveStringLiteralDfa5_0 (line 8326) | private final int jjMoveStringLiteralDfa5_0(long old2, long active2) method jjMoveStringLiteralDfa6_0 (line 8344) | private final int jjMoveStringLiteralDfa6_0(long old2, long active2) method jjMoveStringLiteralDfa7_0 (line 8362) | private final int jjMoveStringLiteralDfa7_0(long old2, long active2) method jjMoveStringLiteralDfa8_0 (line 8380) | private final int jjMoveStringLiteralDfa8_0(long old2, long active2) method jjMoveNfa_0 (line 8400) | private final int jjMoveNfa_0(int startState, int curPos) method jjStopStringLiteralDfa_20 (line 12089) | private final int jjStopStringLiteralDfa_20(int pos, long active0, lon... method jjStartNfa_20 (line 12104) | private final int jjStartNfa_20(int pos, long active0, long active1, l... method jjStartNfaWithStates_20 (line 12108) | private final int jjStartNfaWithStates_20(int pos, int kind, int state) method jjMoveStringLiteralDfa0_20 (line 12116) | private final int jjMoveStringLiteralDfa0_20() method jjMoveStringLiteralDfa1_20 (line 12132) | private final int jjMoveStringLiteralDfa1_20(long active3) method jjMoveNfa_20 (line 12158) | private final int jjMoveNfa_20(int startState, int curPos) method jjStopStringLiteralDfa_11 (line 12323) | private final int jjStopStringLiteralDfa_11(int pos, long active0, lon... method jjStartNfa_11 (line 12338) | private final int jjStartNfa_11(int pos, long active0, long active1, l... method jjStartNfaWithStates_11 (line 12342) | private final int jjStartNfaWithStates_11(int pos, int kind, int state) method jjMoveStringLiteralDfa0_11 (line 12350) | private final int jjMoveStringLiteralDfa0_11() method jjMoveStringLiteralDfa1_11 (line 12366) | private final int jjMoveStringLiteralDfa1_11(long active3) method jjMoveNfa_11 (line 12384) | private final int jjMoveNfa_11(int startState, int curPos) method jjStopStringLiteralDfa_17 (line 12473) | private final int jjStopStringLiteralDfa_17(int pos, long active0, lon... method jjStartNfa_17 (line 12488) | private final int jjStartNfa_17(int pos, long active0, long active1, l... method jjStartNfaWithStates_17 (line 12492) | private final int jjStartNfaWithStates_17(int pos, int kind, int state) method jjMoveStringLiteralDfa0_17 (line 12500) | private final int jjMoveStringLiteralDfa0_17() method jjMoveStringLiteralDfa1_17 (line 12516) | private final int jjMoveStringLiteralDfa1_17(long active3) method jjMoveNfa_17 (line 12542) | private final int jjMoveNfa_17(int startState, int curPos) method jjStopStringLiteralDfa_12 (line 12707) | private final int jjStopStringLiteralDfa_12(int pos, long active0, lon... method jjStartNfa_12 (line 12715) | private final int jjStartNfa_12(int pos, long active0, long active1, l... method jjStartNfaWithStates_12 (line 12719) | private final int jjStartNfaWithStates_12(int pos, int kind, int state) method jjMoveStringLiteralDfa0_12 (line 12727) | private final int jjMoveStringLiteralDfa0_12() method jjMoveStringLiteralDfa1_12 (line 12745) | private final int jjMoveStringLiteralDfa1_12(long active3) method jjMoveNfa_12 (line 12763) | private final int jjMoveNfa_12(int startState, int curPos) method jjCanMove_0 (line 12856) | private static final boolean jjCanMove_0(int hiByte, int i1, int i2, l... method jjCanMove_1 (line 12912) | private static final boolean jjCanMove_1(int hiByte, int i1, int i2, l... method jjCanMove_2 (line 12970) | private static final boolean jjCanMove_2(int hiByte, int i1, int i2, l... method jjCanMove_3 (line 12982) | private static final boolean jjCanMove_3(int hiByte, int i1, int i2, l... method XPathTokenManager (line 13082) | public XPathTokenManager(SimpleCharStream stream){ method XPathTokenManager (line 13087) | public XPathTokenManager(SimpleCharStream stream, int lexState){ method ReInit (line 13091) | public void ReInit(SimpleCharStream stream) method ReInitRounds (line 13098) | private final void ReInitRounds() method ReInit (line 13105) | public void ReInit(SimpleCharStream stream, int lexState) method SwitchTo (line 13110) | public void SwitchTo(int lexState) method jjFillToken (line 13118) | protected Token jjFillToken() method getNextToken (line 13138) | public Token getNextToken() method SkipLexicalActions (line 13352) | void SkipLexicalActions(Token matchedToken) method TokenLexicalActions (line 13390) | void TokenLexicalActions(Token matchedToken) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/XPathTreeConstants.java type XPathTreeConstants (line 5) | public interface XPathTreeConstants FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/query/xpath/XPathVisitor.java type XPathVisitor (line 5) | public interface XPathVisitor method visit (line 7) | public Object visit(SimpleNode node, Object data); FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/tree/AbstractTree.java class AbstractTree (line 26) | public abstract class AbstractTree implements Tree { method AbstractTree (line 36) | protected AbstractTree(Name nodeName, Name ntName, String uniqueId, Na... method getResolver (line 44) | protected NamePathResolver getResolver() { method getChildren (line 48) | protected List getChildren() { method createChild (line 52) | protected abstract Tree createChild(Name name, Name primaryTypeName, S... method getName (line 55) | @Override method getPrimaryTypeName (line 60) | @Override method getUniqueId (line 65) | @Override method addChild (line 70) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/util/StringCache.java class StringCache (line 24) | public class StringCache { method StringCache (line 31) | private StringCache() { method nextPowerOf2 (line 35) | private static int nextPowerOf2(int x) { method getBooleanSetting (line 43) | private static boolean getBooleanSetting(String name, boolean defaultV... method getIntSetting (line 55) | private static int getIntSetting(String name, int defaultValue) { method getProperty (line 67) | private static String getProperty(String name) { method getCache (line 77) | private static String[] getCache() { method cache (line 105) | public static String cache(String s) { method fromCacheOrNew (line 138) | public static String fromCacheOrNew(String s) { method clearCache (line 170) | public static void clearCache() { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/AbstractQValue.java class AbstractQValue (line 45) | public abstract class AbstractQValue implements QValue, Serializable { method AbstractQValue (line 60) | protected AbstractQValue(Object value, int type) { method AbstractQValue (line 77) | protected AbstractQValue(String value, int type) { method AbstractQValue (line 98) | protected AbstractQValue(Long value) { method AbstractQValue (line 109) | protected AbstractQValue(Double value) { method AbstractQValue (line 120) | protected AbstractQValue(Boolean value) { method AbstractQValue (line 131) | protected AbstractQValue(Calendar value) { method AbstractQValue (line 143) | protected AbstractQValue(Name value) { method AbstractQValue (line 154) | protected AbstractQValue(Path value) { method AbstractQValue (line 165) | protected AbstractQValue(BigDecimal value) { method AbstractQValue (line 176) | protected AbstractQValue(URI value) { method getType (line 184) | public int getType() { method getLength (line 191) | public long getLength() throws RepositoryException { method getName (line 198) | public Name getName() throws RepositoryException { method getCalendar (line 213) | public Calendar getCalendar() throws RepositoryException { method getDecimal (line 239) | public BigDecimal getDecimal() throws RepositoryException { method getURI (line 260) | public URI getURI() throws RepositoryException { method getDouble (line 275) | public double getDouble() throws RepositoryException { method getLong (line 296) | public long getLong() throws RepositoryException { method getBoolean (line 318) | public boolean getBoolean() throws RepositoryException { method getPath (line 329) | public Path getPath() throws RepositoryException { method getString (line 344) | public String getString() throws RepositoryException { method getBinary (line 378) | public Binary getBinary() throws RepositoryException { method discard (line 413) | public void discard() { method toString (line 423) | @Override method equals (line 439) | @Override method hashCode (line 461) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/AbstractQValueFactory.java class AbstractQValueFactory (line 44) | public abstract class AbstractQValueFactory implements QValueFactory { method computeAutoValues (line 59) | public QValue[] computeAutoValues(QPropertyDefinition propertyDefiniti... method create (line 76) | public QValue create(String value, int type) throws RepositoryException { method create (line 128) | public QValue create(Calendar value) throws RepositoryException { method create (line 138) | public QValue create(double value) throws RepositoryException { method create (line 145) | public QValue create(long value) throws RepositoryException { method create (line 152) | public QValue create(boolean value) throws RepositoryException { method create (line 163) | public QValue create(Name value) throws RepositoryException { method create (line 173) | public QValue create(Path value) throws RepositoryException { method create (line 183) | public QValue create(URI value) throws RepositoryException { method create (line 193) | public QValue create(BigDecimal value) throws RepositoryException { method createString (line 206) | protected QValue createString(String value) { method createReference (line 217) | protected QValue createReference(String ref, boolean weak) { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/DefaultQValue.java class DefaultQValue (line 37) | public class DefaultQValue extends AbstractQValue implements Serializable { method DefaultQValue (line 44) | public DefaultQValue(String value, int type) { method DefaultQValue (line 48) | public DefaultQValue(Long value) { method DefaultQValue (line 52) | public DefaultQValue(Double value) { method DefaultQValue (line 56) | public DefaultQValue(BigDecimal value) { method DefaultQValue (line 60) | public DefaultQValue(Boolean value) { method DefaultQValue (line 64) | public DefaultQValue(Name value) { method DefaultQValue (line 68) | public DefaultQValue(Path value) { method DefaultQValue (line 72) | public DefaultQValue(URI value) { method DefaultQValue (line 76) | protected DefaultQValue(Calendar value) { method getStream (line 85) | public InputStream getStream() throws RepositoryException { FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/QValueFactoryImpl.java class QValueFactoryImpl (line 43) | public class QValueFactoryImpl extends AbstractQValueFactory { method QValueFactoryImpl (line 47) | protected QValueFactoryImpl() { method getInstance (line 50) | public static QValueFactory getInstance() { method create (line 57) | public QValue create(byte[] value) { method create (line 67) | public QValue create(InputStream value) throws IOException { method create (line 77) | public QValue create(File value) throws IOException { class BinaryQValue (line 92) | private static class BinaryQValue extends AbstractQValue implements Se... method BinaryQValue (line 141) | private BinaryQValue(InputStream in) throws IOException { method BinaryQValue (line 163) | private BinaryQValue(InputStream in, boolean temp) throws IOException { method BinaryQValue (line 215) | private BinaryQValue(byte[] bytes) { method BinaryQValue (line 229) | private BinaryQValue(File file) throws IOException { method getLength (line 254) | @Override method getStream (line 272) | public InputStream getStream() throws RepositoryException { method getName (line 290) | @Override method getPath (line 298) | @Override method discard (line 309) | @Override method toString (line 335) | @Override method equals (line 349) | @Override method hashCode (line 369) | @Override method writeObject (line 375) | private void writeObject(ObjectOutputStream out) method readObject (line 400) | private void readObject(ObjectInputStream in) FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/QValueValue.java class QValueValue (line 40) | public final class QValueValue implements Value { method QValueValue (line 58) | public QValueValue(QValue qvalue, NamePathResolver resolver) { method getQValue (line 68) | public QValue getQValue() { method getBoolean (line 76) | public boolean getBoolean() throws RepositoryException { method getDecimal (line 87) | public BigDecimal getDecimal() throws ValueFormatException, IllegalSta... method getBinary (line 103) | public Binary getBinary() throws RepositoryException { method getDate (line 137) | public Calendar getDate() throws RepositoryException { method getDouble (line 144) | public double getDouble() throws RepositoryException { method getLong (line 151) | public long getLong() throws RepositoryException { method getStream (line 158) | public InputStream getStream() throws IllegalStateException, Repositor... method getString (line 173) | public String getString() throws RepositoryException { method getType (line 188) | public int getType() { method equals (line 196) | @Override method hashCode (line 208) | @Override FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/ValueFactoryQImpl.java class ValueFactoryQImpl (line 50) | public class ValueFactoryQImpl implements ValueFactory { method ValueFactoryQImpl (line 62) | public ValueFactoryQImpl(QValueFactory qfactory, NamePathResolver reso... method getQValueFactory (line 73) | public QValueFactory getQValueFactory() { method createValue (line 83) | public Value createValue(QValue qvalue) { method createValue (line 92) | public Value createValue(String value) { method createValue (line 104) | public Value createValue(long value) { method createValue (line 116) | public Value createValue(double value) { method createValue (line 128) | public Value createValue(boolean value) { method createValue (line 140) | public Value createValue(Calendar value) { method createValue (line 153) | public Value createValue(InputStream value) { method createValue (line 171) | public Value createValue(Node value) throws RepositoryException { method createValue (line 178) | public Value createValue(String value, int type) throws ValueFormatExc... method createBinary (line 206) | public Binary createBinary(InputStream stream) throws RepositoryExcept... method createValue (line 222) | public Value createValue(Binary value) { method createValue (line 231) | public Value createValue(BigDecimal value) { method createValue (line 240) | public Value createValue(Node value, boolean weak) throws RepositoryEx... FILE: jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/value/ValueFormat.java class ValueFormat (line 36) | public class ValueFormat { method getQValue (line 46) | public static QValue getQValue(Value jcrValue, NamePathResolver resolver, method getQValues (line 81) | public static QValue[] getQValues(Value[] jcrValues, method getQValue (line 105) | public static QValue getQValue(String jcrValue, int propertyType, method getJCRValue (line 145) | public static Value getJCRValue(QValue value, method getJCRString (line 204) | public static String getJCRString(QValue value, FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/batch/ConsolidatedBatchTest.java class ConsolidatedBatchTest (line 39) | public class ConsolidatedBatchTest extends TestCase { method ConsolidatedBatchTest (line 47) | public ConsolidatedBatchTest() throws RepositoryException { method testChangeLogConsolidation (line 336) | public void testChangeLogConsolidation() throws RepositoryException { method nsPrefix (line 346) | private String nsPrefix(String name) { method createName (line 352) | private Name createName(String name) { method createPath (line 356) | private Path createPath(String path) { method createNodeId (line 373) | private NodeId createNodeId(Path path) { method createNodeId (line 377) | public NodeId createNodeId(String nodeId) { method createPropertyId (line 381) | public PropertyId createPropertyId(String propertyId) throws Repositor... method createValue (line 386) | private QValue createValue(String value, int type) throws RepositoryEx... class TestChangeLog (line 394) | private class TestChangeLog extends ChangeLogImpl { method addNode (line 396) | public TestChangeLog addNode(String nodeId) throws RepositoryExcepti... method addProp (line 404) | public TestChangeLog addProp(String propertyId, String value, int ty... method movItem (line 410) | public TestChangeLog movItem(String srcNodeId, String destNodeId) th... method delItem (line 416) | public TestChangeLog delItem(String nodeId) throws RepositoryExcepti... method ordNode (line 421) | public TestChangeLog ordNode(String nodeId) throws RepositoryExcepti... method mixNode (line 428) | public TestChangeLog mixNode(String nodeId, String mixinName) throws... method setValu (line 433) | public TestChangeLog setValu(String propertyId, String value, int ty... FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/conversion/DummyIdentifierResolver.java class DummyIdentifierResolver (line 31) | class DummyIdentifierResolver implements IdentifierResolver { method DummyIdentifierResolver (line 41) | DummyIdentifierResolver() throws RepositoryException { method getValidIdentifiers (line 89) | List getValidIdentifiers() { method getInvalidIdentifierPaths (line 93) | List getInvalidIdentifierPaths() { method getInvalidIdentifierFormats (line 97) | List getInvalidIdentifierFormats() { method getPath (line 101) | public Path getPath(String identifier) throws MalformedPathException { method checkFormat (line 109) | public void checkFormat(String identifier) throws MalformedPathExcepti... FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/conversion/DummyNamespaceResolver.java class DummyNamespaceResolver (line 28) | public class DummyNamespaceResolver implements NamespaceResolver { method getURI (line 36) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 46) | public String getPrefix(String uri) { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/conversion/NameParserTest.java class NameParserTest (line 33) | public class NameParserTest extends TestCase { method testParse (line 43) | public void testParse() throws Exception { method testCheckFormat (line 71) | public void testCheckFormat() throws Exception { method testExpandedJcrNames (line 91) | public void testExpandedJcrNames() throws NamespaceException, IllegalN... method testCheckFormatOfExpandedNames (line 172) | public void testCheckFormatOfExpandedNames() throws NamespaceException... method testMessageTab (line 244) | public void testMessageTab() { method testMessageWithNonAscii (line 255) | public void testMessageWithNonAscii() { class TestNamespaceResolver (line 271) | private class TestNamespaceResolver implements NamespaceResolver { method getURI (line 273) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 283) | public String getPrefix(String uri) throws NamespaceException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/conversion/ParsingNameResolverTest.java class ParsingNameResolverTest (line 28) | public class ParsingNameResolverTest extends TestCase { method assertValidName (line 44) | private void assertValidName(String name, String uri, String local) { method testValidNames (line 60) | public void testValidNames() { method assertInvalidName (line 74) | private void assertInvalidName(String name) { method testInvalidNames (line 86) | public void testInvalidNames() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/conversion/ParsingPathResolverTest.java class ParsingPathResolverTest (line 34) | public class ParsingPathResolverTest extends TestCase { method setUp (line 46) | protected void setUp() throws Exception { method assertValidPath (line 57) | private void assertValidPath(String path) { method assertValidPath (line 61) | private void assertValidPath(String path, String expectedResult) { method assertInvalidPath (line 82) | private void assertInvalidPath(String path) { method testValidPaths (line 100) | public void testValidPaths() { method testInvalidPaths (line 138) | public void testInvalidPaths() { method testValidIdentifierPaths (line 164) | public void testValidIdentifierPaths() throws MalformedPathException, ... method testInvalidIdentifierPaths (line 185) | public void testInvalidIdentifierPaths() throws MalformedPathException... FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/conversion/PathParserTest.java class PathParserTest (line 40) | public class PathParserTest extends TestCase { method PathParserTest (line 50) | public PathParserTest() { method testParse (line 55) | public void testParse() throws Exception { method testCheckFormat (line 91) | public void testCheckFormat() throws Exception { method testNormalizedPaths (line 113) | public void testNormalizedPaths() throws Exception { method testAbsolutePaths (line 146) | public void testAbsolutePaths() throws Exception { method testExpandedPaths (line 180) | public void testExpandedPaths() throws Exception { method testJCRPaths (line 204) | public void testJCRPaths() throws Exception { method testInvalidJCRPaths (line 251) | public void testInvalidJCRPaths() throws Exception { method testCanonicalPaths (line 274) | public void testCanonicalPaths() throws Exception { method testIdentifierParse (line 302) | public void testIdentifierParse() throws RepositoryException { method testIdentifierParseWithTrailingString (line 342) | public void testIdentifierParseWithTrailingString() throws RepositoryE... method testInvalidIdentifierParse (line 369) | public void testInvalidIdentifierParse() throws RepositoryException { method testIdentifierCheckFormat (line 389) | public void testIdentifierCheckFormat() throws RepositoryException { class TestNamespaceResolver (line 416) | private class TestNamespaceResolver implements NamespaceResolver { method getURI (line 418) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 428) | public String getPrefix(String uri) throws NamespaceException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/identifier/SerializationTest.java class SerializationTest (line 37) | public class SerializationTest extends TestCase { method testPropertyId (line 47) | public void testPropertyId() throws Exception { method testNodeId (line 52) | public void testNodeId() throws Exception { method checkSerializable (line 60) | private void checkSerializable(ItemId id) throws Exception { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/ElementTest.java class ElementTest (line 28) | public class ElementTest extends TestCase { method createName (line 30) | private Name createName(String name) { method testCurrentElement (line 34) | public void testCurrentElement() { method testIdentifierElement (line 47) | public void testIdentifierElement() { method testNameElement (line 60) | public void testNameElement() { method testIndexedNameElement (line 74) | public void testIndexedNameElement() { method testParentElement (line 87) | public void testParentElement() { method testRootElement (line 100) | public void testRootElement() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/JcrName.java class JcrName (line 25) | public final class JcrName { method getTests (line 101) | public static JcrName[] getTests() { method JcrName (line 105) | public JcrName(String jcrName) { method JcrName (line 109) | public JcrName(String jcrName, String prefix, String name) { method isValid (line 115) | public boolean isValid() { method toString (line 119) | public String toString() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/JcrPath.java class JcrPath (line 24) | public final class JcrPath { method JcrPath (line 123) | public JcrPath(String path) { method JcrPath (line 131) | public JcrPath(String path, int flags) { method JcrPath (line 135) | public JcrPath(String path, String normalizedPath, int flags) { method getTests (line 141) | public static JcrPath[] getTests() { method isAbsolute (line 145) | public boolean isAbsolute() { method isNormalized (line 149) | public boolean isNormalized() { method isValid (line 153) | public boolean isValid() { method toString (line 157) | public String toString() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/MatcherTest.java class MatcherTest (line 26) | public class MatcherTest extends TestCase { method testFindMatch (line 31) | public void testFindMatch() throws RepositoryException { method testFindMatchPos (line 44) | public void testFindMatchPos() throws RepositoryException { method testGreedyRepeat (line 62) | public void testGreedyRepeat() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/NameFactoryTest.java class NameFactoryTest (line 26) | public class NameFactoryTest extends TestCase { method NameFactoryTest (line 31) | public NameFactoryTest() { method testEquality (line 36) | public void testEquality() throws Exception { method testCreationFromString (line 60) | public void testCreationFromString() throws Exception { method testCreationFromOtherString (line 74) | public void testCreationFromOtherString() throws Exception { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/PathBuilderTest.java class PathBuilderTest (line 35) | public class PathBuilderTest extends TestCase { method getURI (line 39) | public String getURI(String prefix) { method getPrefix (line 42) | public String getPrefix(String uri) { method PathBuilderTest (line 50) | public PathBuilderTest() { method testBuilder (line 55) | public void testBuilder() throws Exception { method testBuilderReverse (line 75) | public void testBuilderReverse() throws Exception { method build (line 95) | private Path build(String path, boolean normalize) method buildReverse (line 130) | private Path buildReverse(String path, boolean normalize) method explode (line 173) | private static String[] explode(String str, int ch, boolean respectEmp... FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/PathFactoryTest.java class PathFactoryTest (line 37) | public class PathFactoryTest extends TestCase { method setUp (line 42) | protected void setUp() throws Exception { method tearDown (line 61) | protected void tearDown() throws Exception { method getString (line 65) | private String getString(Path p) throws NamespaceException { method testCreateNullName (line 69) | public void testCreateNullName() { method testCreateNullNameIndex (line 78) | public void testCreateNullNameIndex() { method testCreateElementNullName (line 87) | public void testCreateElementNullName() { method testCreateElementNullNameIndex (line 96) | public void testCreateElementNullNameIndex() { method testCreateWithInvalidIndex (line 105) | public void testCreateWithInvalidIndex() { method testCreateElementWithInvalidIndex (line 114) | public void testCreateElementWithInvalidIndex() { method testRoot (line 123) | public void testRoot() { method testCreateRoot (line 128) | public void testCreateRoot() { method testCurrent (line 152) | public void testCurrent() { method testParent (line 177) | public void testParent() { method testIdentifier (line 202) | public void testIdentifier() throws RepositoryException { method testCreateInvalidPath (line 277) | public void testCreateInvalidPath() throws NamespaceException { method testCreateInvalidPath2 (line 302) | public void testCreateInvalidPath2() { method testCreateInvalidPath3 (line 328) | public void testCreateInvalidPath3() { class ParentPathNameIndexDoNormalize (line 343) | private static class ParentPathNameIndexDoNormalize { method ParentPathNameIndexDoNormalize (line 350) | private ParentPathNameIndexDoNormalize(Path parentPath, Name name, FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/PathTest.java class PathTest (line 40) | public class PathTest extends TestCase { method getURI (line 44) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 47) | public String getPrefix(String uri) throws NamespaceException { method testRootIsDescendantOfRoot (line 54) | public void testRootIsDescendantOfRoot() throws RepositoryException { method testRootIsAncestorOfRoot (line 58) | public void testRootIsAncestorOfRoot() throws RepositoryException { method testGetAncestor (line 63) | public void testGetAncestor() throws RepositoryException { method testGetAncestorOfRelativePath (line 79) | public void testGetAncestorOfRelativePath() throws RepositoryException { method testGetAncestorAtDegreeDepth (line 95) | public void testGetAncestorAtDegreeDepth() throws RepositoryException { method testGetAncestorIsAncestor (line 109) | public void testGetAncestorIsAncestor() throws RepositoryException { method testGetAncestorOfRelativePath2 (line 123) | public void testGetAncestorOfRelativePath2() throws RepositoryException { method testGetAncestorReturnsNormalized (line 134) | public void testGetAncestorReturnsNormalized() throws RepositoryExcept... method testIsAncestorOfRelativePath (line 142) | public void testIsAncestorOfRelativePath() throws RepositoryException { method testAbsolutePathIsDescendantOfRoot (line 157) | public void testAbsolutePathIsDescendantOfRoot() throws RepositoryExce... method testRootIsAncestorOfAbsolutePath (line 170) | public void testRootIsAncestorOfAbsolutePath() throws RepositoryExcept... method testIsEquivalentToSelf (line 183) | public void testIsEquivalentToSelf() throws RepositoryException { method testIsEquivalentTo (line 193) | public void testIsEquivalentTo() throws IllegalArgumentException, Repo... method testIsAncestorIsDescendant (line 209) | public void testIsAncestorIsDescendant() throws RepositoryException { method testIsDescendantOfNull (line 238) | public void testIsDescendantOfNull() throws RepositoryException { method testIsDescendantOfThrowsIllegalArgumentException (line 251) | public void testIsDescendantOfThrowsIllegalArgumentException() throws ... method testIsAncestorOfNull (line 276) | public void testIsAncestorOfNull() throws RepositoryException { method testIsAncestorOfThrowsIllegalArgumentException (line 289) | public void testIsAncestorOfThrowsIllegalArgumentException() throws Re... method testAbsolutePaths (line 311) | public void testAbsolutePaths() throws RepositoryException { method testNotAbsolutePaths (line 321) | public void testNotAbsolutePaths() throws RepositoryException { method testCanonicalPaths (line 331) | public void testCanonicalPaths() throws Exception { method testNotCanonicalPaths (line 344) | public void testNotCanonicalPaths() throws Exception { method testIsNotAncestor (line 354) | public void testIsNotAncestor() throws RepositoryException { method testDepth (line 363) | public void testDepth() throws RepositoryException { method testDepthOfRelativePath (line 375) | public void testDepthOfRelativePath() throws RepositoryException { method testDepthOfRoot (line 395) | public void testDepthOfRoot() throws RepositoryException { method testDepthOfCurrent (line 400) | public void testDepthOfCurrent() throws RepositoryException { method testDepthOfParent (line 406) | public void testDepthOfParent() throws RepositoryException { method testAncestorCount (line 413) | public void testAncestorCount() throws RepositoryException { method testAncestorCountOfRelativePath (line 423) | public void testAncestorCountOfRelativePath() throws RepositoryExcepti... method testAncestorCountOfRoot (line 433) | public void testAncestorCountOfRoot() throws RepositoryException { method testAncestorCountOfCurrent (line 438) | public void testAncestorCountOfCurrent() throws RepositoryException { method testAncestorCountOfParent (line 444) | public void testAncestorCountOfParent() throws RepositoryException { method testLength (line 450) | public void testLength() throws RepositoryException { method testIsNormalized (line 466) | public void testIsNormalized() throws RepositoryException { method testGetNameElement (line 480) | public void testGetNameElement() throws RepositoryException { method testSubPath (line 492) | public void testSubPath() throws RepositoryException { method testSubPathInvalid (line 515) | public void testSubPathInvalid() throws RepositoryException { class JcrPathAndAncestor (line 545) | private static class JcrPathAndAncestor { method JcrPathAndAncestor (line 551) | private JcrPathAndAncestor(String path, String ancestor, int degree) { class NotAncestor (line 600) | private static class NotAncestor { method NotAncestor (line 605) | private NotAncestor(String path, String notAncestor) { class Equivalent (line 670) | private static class Equivalent { method Equivalent (line 676) | private Equivalent(String path, String other, boolean isEquivalent) { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/name/PatternTest.java class PatternTest (line 28) | public class PatternTest extends TestCase { method testPathPattern (line 36) | public void testPathPattern() throws RepositoryException { method testNamePattern (line 57) | public void testNamePattern() throws RepositoryException { method testRegexPattern (line 80) | public void testRegexPattern() { method testAllPattern (line 101) | public void testAllPattern() { method testNothingPattern (line 112) | public void testNothingPattern() { method testSelectPattern (line 123) | public void testSelectPattern() { method testOptionalPattern (line 137) | public void testOptionalPattern() { method testGreedySelection (line 151) | public void testGreedySelection() { method testSequencePattern (line 178) | public void testSequencePattern() throws RepositoryException { method testRepeatPattern (line 195) | public void testRepeatPattern() throws RepositoryException { method testZeroLengthRepeatPattern (line 208) | public void testZeroLengthRepeatPattern() throws RepositoryException { method testRepeatPatternWithBounds (line 223) | public void testRepeatPatternWithBounds() { method testComplexPattern (line 240) | public void testComplexPattern() { method errMsg (line 263) | private static String errMsg(Pattern pattern, Path path) { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/NodeDefinitionTemplateImplTest.java class NodeDefinitionTemplateImplTest (line 30) | public class NodeDefinitionTemplateImplTest extends TestCase { method setUp (line 34) | @Override method testInvalidOPVFlag (line 42) | public void testInvalidOPVFlag() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/NodeTypeDefDiffTest.java class NodeTypeDefDiffTest (line 30) | public class NodeTypeDefDiffTest extends TestCase { method testChangedPropertyDefinition (line 38) | public void testChangedPropertyDefinition() throws Exception { method testMultipleResidualPropertyDefinitions (line 94) | public void testMultipleResidualPropertyDefinitions() throws Exception { method testChangedSameNameChildNodeDefinition (line 126) | public void testChangedSameNameChildNodeDefinition() throws Exception { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/PropertyDefinitionTemplateImplTest.java class PropertyDefinitionTemplateImplTest (line 30) | public class PropertyDefinitionTemplateImplTest extends TestCase { method setUp (line 34) | @Override method testInvalidPropertyType (line 42) | public void testInvalidPropertyType() { method testInvalidOPVFlag (line 57) | public void testInvalidOPVFlag() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/compact/CompactNodeTypeDefTest.java class CompactNodeTypeDefTest (line 36) | public class CompactNodeTypeDefTest extends TestCase { method testCompactNodeTypeDef (line 40) | public void testCompactNodeTypeDef() throws Exception { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/BooleanConstraintTest.java class BooleanConstraintTest (line 30) | public class BooleanConstraintTest extends ValueConstraintTest { method createInvalidConstraint (line 34) | protected ValueConstraint createInvalidConstraint() throws RepositoryE... method createValueConstraint (line 38) | protected ValueConstraint createValueConstraint(String definition) thr... method getType (line 42) | protected int getType() { method getInvalidQDefinitions (line 46) | protected String[] getInvalidQDefinitions() { method getDefinitions (line 50) | protected String[] getDefinitions() { method getQDefinitions (line 54) | protected String[] getQDefinitions() { method createNonMatchingValues (line 58) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 65) | protected QValue createOtherValueType() throws RepositoryException { method testTrueConstraint (line 69) | public void testTrueConstraint() throws RepositoryException, Constrain... FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/DateConstraintTest.java class DateConstraintTest (line 32) | public class DateConstraintTest extends ValueConstraintTest { method getType (line 36) | protected int getType() { method getInvalidQDefinitions (line 40) | protected String[] getInvalidQDefinitions() { method getDefinitions (line 44) | protected String[] getDefinitions() throws RepositoryException { method getQDefinitions (line 60) | protected String[] getQDefinitions() throws RepositoryException { method createNonMatchingValues (line 64) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 70) | protected QValue createOtherValueType() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/NameConstraintTest.java class NameConstraintTest (line 29) | public class NameConstraintTest extends ValueConstraintTest { method getType (line 33) | protected int getType() { method getInvalidQDefinitions (line 37) | protected String[] getInvalidQDefinitions() { method getDefinitions (line 41) | protected String[] getDefinitions() throws RepositoryException { method getQDefinitions (line 45) | protected String[] getQDefinitions() throws RepositoryException { method createNonMatchingValues (line 53) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 58) | protected QValue createOtherValueType() throws RepositoryException { method testGetDefinition (line 62) | public void testGetDefinition() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/NumericConstraintTest.java class NumericConstraintTest (line 29) | public class NumericConstraintTest extends ValueConstraintTest { method createInvalidConstraint (line 33) | protected ValueConstraint createInvalidConstraint() throws RepositoryE... method createValueConstraint (line 37) | protected ValueConstraint createValueConstraint(String definition) thr... method createValueConstraint (line 41) | protected ValueConstraint createValueConstraint() throws RepositoryExc... method getType (line 45) | protected int getType() { method getInvalidQDefinitions (line 49) | protected String[] getInvalidQDefinitions() throws RepositoryException { method getDefinitions (line 53) | protected String[] getDefinitions() throws RepositoryException { method getQDefinitions (line 57) | protected String[] getQDefinitions() throws RepositoryException { method createNonMatchingValues (line 61) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 66) | protected QValue createOtherValueType() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/PathConstraintTest.java class PathConstraintTest (line 32) | public class PathConstraintTest extends ValueConstraintTest { method getType (line 36) | protected int getType() { method getInvalidQDefinitions (line 40) | protected String[] getInvalidQDefinitions() throws NamespaceException,... method getDefinitions (line 44) | protected String[] getDefinitions() throws RepositoryException { method getQDefinitions (line 48) | protected String[] getQDefinitions() throws RepositoryException { method createNonMatchingValues (line 57) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 64) | protected QValue createOtherValueType() throws RepositoryException { method testGetDefinition (line 68) | public void testGetDefinition() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/ReferenceConstraintTest.java class ReferenceConstraintTest (line 33) | public class ReferenceConstraintTest extends ValueConstraintTest { method getType (line 37) | protected int getType() { method getInvalidQDefinitions (line 41) | protected String[] getInvalidQDefinitions() throws NamespaceException,... method getDefinitions (line 45) | protected String[] getDefinitions() throws RepositoryException { method getQDefinitions (line 49) | protected String[] getQDefinitions() throws RepositoryException { method createNonMatchingValues (line 57) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 62) | protected QValue createOtherValueType() throws RepositoryException { method testCheckNonMatchingValue (line 66) | public void testCheckNonMatchingValue() throws RepositoryException { method testGetDefinition (line 70) | public void testGetDefinition() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/StringConstraintTest.java class StringConstraintTest (line 32) | public class StringConstraintTest extends ValueConstraintTest { method createInvalidConstraint (line 36) | protected ValueConstraint createInvalidConstraint() throws RepositoryE... method createValueConstraint (line 40) | protected ValueConstraint createValueConstraint(String definition) thr... method createValueConstraint (line 44) | protected ValueConstraint createValueConstraint() throws RepositoryExc... method getType (line 48) | protected int getType() { method getInvalidQDefinitions (line 52) | protected String[] getInvalidQDefinitions() throws NamespaceException,... method getDefinitions (line 56) | protected String[] getDefinitions() throws RepositoryException { method getQDefinitions (line 60) | protected String[] getQDefinitions() throws RepositoryException { method createNonMatchingValues (line 64) | protected QValue[] createNonMatchingValues() throws RepositoryException { method createOtherValueType (line 69) | protected QValue createOtherValueType() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/nodetype/constraint/ValueConstraintTest.java class ValueConstraintTest (line 37) | public abstract class ValueConstraintTest extends TestCase { method setUp (line 44) | protected void setUp() throws Exception { method getType (line 58) | protected abstract int getType(); method getInvalidQDefinitions (line 60) | protected abstract String[] getInvalidQDefinitions() throws Repository... method getDefinitions (line 62) | protected abstract String[] getDefinitions() throws RepositoryException; method getQDefinitions (line 64) | protected abstract String[] getQDefinitions() throws RepositoryException; method createNonMatchingValues (line 66) | protected abstract QValue[] createNonMatchingValues() throws Repositor... method createOtherValueType (line 68) | protected abstract QValue createOtherValueType() throws RepositoryExce... method createValueConstraint (line 71) | protected ValueConstraint createValueConstraint(String qDefinition) th... method createValueConstraint (line 75) | private ValueConstraint createValueConstraint(String definition, method testCreateFromNull (line 80) | public void testCreateFromNull() { method testCreateValueConstraints (line 89) | public void testCreateValueConstraints() throws RepositoryException { method testCreateValueConstraints2 (line 97) | public void testCreateValueConstraints2() throws RepositoryException { method testCreateInvalidValueConstraints (line 105) | public void testCreateInvalidValueConstraints() throws RepositoryExcep... method testGetDefinition (line 119) | public void testGetDefinition() throws RepositoryException { method testGetString (line 129) | public void testGetString() throws RepositoryException { method testCheckNullValue (line 137) | public void testCheckNullValue() throws RepositoryException { method testCheckNonMatchingValue (line 150) | public void testCheckNonMatchingValue() throws RepositoryException { method testCheckWrongValueType (line 169) | public void testCheckWrongValueType() throws RepositoryException { method testEquals (line 183) | public void testEquals() throws RepositoryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/privilege/PrivilegeHandlerTest.java class PrivilegeHandlerTest (line 40) | public class PrivilegeHandlerTest extends TestCase { method testReadInputStream (line 76) | public void testReadInputStream() throws Exception { method testReadReader (line 97) | public void testReadReader() throws Exception { method testWriteOutputStream (line 118) | public void testWriteOutputStream() throws Exception { method testWriteWriter (line 133) | public void testWriteWriter() throws Exception { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/privilege/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/query/sql2/ParserTest.java class ParserTest (line 57) | public class ParserTest extends TestCase { class QOM (line 63) | public static class QOM implements QueryObjectModel { method QOM (line 67) | QOM(QueryObjectModelTree qomTree) { method getSource (line 71) | public Source getSource() { method getConstraint (line 75) | public Constraint getConstraint() { method getOrderings (line 79) | public Ordering[] getOrderings() { method getColumns (line 83) | public Column[] getColumns() { method bindValue (line 87) | public void bindValue(String varName, Value value) throws IllegalArg... method execute (line 91) | public QueryResult execute() throws InvalidQueryException, Repositor... method getBindVariableNames (line 95) | public String[] getBindVariableNames() throws RepositoryException { method getLanguage (line 99) | public String getLanguage() { method getStatement (line 103) | public String getStatement() { method getStoredQueryPath (line 107) | public String getStoredQueryPath() throws ItemNotFoundException, Rep... method setLimit (line 111) | public void setLimit(long limit) { method setOffset (line 115) | public void setOffset(long offset) { method storeAsNode (line 119) | public Node storeAsNode(String absPath) throws ItemExistsException, ... class QOMF (line 126) | static class QOMF extends QueryObjectModelFactoryImpl { method QOMF (line 128) | public QOMF(NamePathResolver resolver) { method createQuery (line 132) | protected QueryObjectModel createQuery(QueryObjectModelTree qomTree)... method setUp (line 139) | protected void setUp() throws Exception { method openScript (line 147) | private LineNumberReader openScript(String name) { method testFormatLiterals (line 156) | public void testFormatLiterals() throws Exception { method formatLiteral (line 196) | private void formatLiteral(String literal, String cast) throws Excepti... method testParseScript (line 208) | public void testParseScript() throws Exception { method fuzz (line 243) | public void fuzz(String query) throws Exception { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/query/xpath/QueryFormatTest.java class QueryFormatTest (line 39) | public class QueryFormatTest extends TestCase { method getURI (line 43) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 51) | public String getPrefix(String uri) { method testSelectWithOrderBy (line 62) | public void testSelectWithOrderBy() throws InvalidQueryException { method testStarNameTest (line 66) | public void testStarNameTest() throws Exception { method testStarNameAtBeginningOfPredicate (line 70) | public void testStarNameAtBeginningOfPredicate() throws Exception { method testChildStarName (line 74) | public void testChildStarName() throws Exception { method testRepSimilar (line 78) | public void testRepSimilar() throws Exception { method checkStatement (line 82) | protected void checkStatement(String stmt) throws InvalidQueryException { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/query/xpath/XPathOrderByTest.java class XPathOrderByTest (line 40) | public class XPathOrderByTest extends TestCase { method testSimpleOrderBy (line 47) | public void testSimpleOrderBy() throws Exception { method testAscending (line 59) | public void testAscending() throws Exception { method testDescending (line 67) | public void testDescending() throws Exception { method testChildAxis (line 75) | public void testChildAxis() throws Exception { method testRoundTrip (line 90) | public void testRoundTrip() throws Exception { method checkName (line 96) | private void checkName(String uri, String localName, Name name) { FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/value/QValueTest.java class QValueTest (line 55) | public class QValueTest extends TestCase { method testIllegalType (line 64) | public void testIllegalType() throws RepositoryException { method testCreateInvalidDoubleValue (line 75) | public void testCreateInvalidDoubleValue() throws RepositoryException { method testGetDoubleOnBooleanValue (line 84) | public void testGetDoubleOnBooleanValue() throws RepositoryException { method testCreateInvalidLongValue (line 96) | public void testCreateInvalidLongValue() throws RepositoryException { method testGetLongOnBooleanValue (line 105) | public void testGetLongOnBooleanValue() throws RepositoryException { method testNullDecimalValue (line 116) | public void testNullDecimalValue() throws IOException, RepositoryExcep... method testCreateInvalidDecimalValue (line 125) | public void testCreateInvalidDecimalValue() throws RepositoryException { method testGetDecimalOnBooleanValue (line 134) | public void testGetDecimalOnBooleanValue() throws RepositoryException { method testGetDecimal (line 144) | public void testGetDecimal() throws RepositoryException { method testGetDoubleOnDecimal (line 155) | public void testGetDoubleOnDecimal() throws RepositoryException { method testGetLongOnDecimal (line 163) | public void testGetLongOnDecimal() throws RepositoryException { method testFinalBooleanValue (line 179) | public void testFinalBooleanValue() throws RepositoryException { method testCreateBooleanValueFromString (line 193) | public void testCreateBooleanValueFromString() throws RepositoryExcept... method testCreateTrueBooleanValue (line 203) | public void testCreateTrueBooleanValue() throws RepositoryException { method testCreateFalseBooleanValue (line 209) | public void testCreateFalseBooleanValue() throws RepositoryException { method testCreateTrueFromString (line 215) | public void testCreateTrueFromString() throws ValueFormatException, Re... method testCreateFalseFromString (line 220) | public void testCreateFalseFromString() throws ValueFormatException, R... method testReadBooleanAsLong (line 225) | public void testReadBooleanAsLong() throws RepositoryException { method testNullDateValue (line 237) | public void testNullDateValue() throws IOException, RepositoryException { method testDateValueType (line 252) | public void testDateValueType() throws RepositoryException { method testDateValueEquality (line 256) | public void testDateValueEquality() throws RepositoryException { method testDateValueEquality2 (line 262) | public void testDateValueEquality2() throws RepositoryException { method testDateValueStringRepresentation (line 268) | public void testDateValueStringRepresentation() throws RepositoryExcep... method testNullReferenceValue (line 276) | public void testNullReferenceValue() throws IOException, RepositoryExc... method testReferenceValueType (line 285) | public void testReferenceValueType() throws RepositoryException { method testReferenceValueEquality (line 290) | public void testReferenceValueEquality() throws RepositoryException { method testEqualityDifferentTypes (line 296) | public void testEqualityDifferentTypes() throws RepositoryException { method testNullWeakReferenceValue (line 304) | public void testNullWeakReferenceValue() throws IOException, Repositor... method testWeakReferenceValueType (line 313) | public void testWeakReferenceValueType() throws RepositoryException { method testWeakReferenceValueEquality (line 318) | public void testWeakReferenceValueEquality() throws RepositoryException { method testEqualityDifferentTypes2 (line 324) | public void testEqualityDifferentTypes2() throws RepositoryException { method testNullUriValue (line 332) | public void testNullUriValue() throws IOException, RepositoryException { method testUriValueType (line 341) | public void testUriValueType() throws RepositoryException, URISyntaxEx... method testUriValueEquality (line 346) | public void testUriValueEquality() throws RepositoryException, URISynt... method testEqualityDifferentTypes3 (line 356) | public void testEqualityDifferentTypes3() throws RepositoryException { method testNullNameValue (line 364) | public void testNullNameValue() throws IOException, RepositoryException { method testNameValueType (line 373) | public void testNameValueType() throws IOException, RepositoryException { method testNameValueEquality (line 380) | public void testNameValueEquality() throws IOException, RepositoryExce... method testNameValueGetString (line 386) | public void testNameValueGetString() throws IOException, RepositoryExc... method testNameValueGetName (line 391) | public void testNameValueGetName() throws RepositoryException { method testInvalidNameValue (line 396) | public void testInvalidNameValue() throws RepositoryException { method testAnyValueGetName (line 405) | public void testAnyValueGetName() throws RepositoryException { method testNullPathValue (line 416) | public void testNullPathValue() throws IOException, RepositoryException { method testPathValueType (line 425) | public void testPathValueType() throws IOException, RepositoryException { method testPathValueEquality (line 433) | public void testPathValueEquality() throws IOException, RepositoryExce... method testPathValueGetString (line 439) | public void testPathValueGetString() throws IOException, RepositoryExc... method testPathValueGetPath (line 444) | public void testPathValueGetPath() throws RepositoryException { method testInvalidPathValue (line 449) | public void testInvalidPathValue() throws RepositoryException { method testAnyValueGetPath (line 458) | public void testAnyValueGetPath() throws RepositoryException { method testNullBinaryValue (line 469) | public void testNullBinaryValue() throws IOException, RepositoryExcept... method testBinaryValueType (line 490) | public void testBinaryValueType() throws IOException, RepositoryExcept... method testBinaryFromByteArray (line 496) | public void testBinaryFromByteArray() throws RepositoryException, IOEx... method testEmptyBinaryFromByteArray (line 509) | public void testEmptyBinaryFromByteArray() throws RepositoryException,... method testBinaryFromInputStream (line 522) | public void testBinaryFromInputStream() throws RepositoryException, IO... method testEmptyBinaryFromInputStream (line 537) | public void testEmptyBinaryFromInputStream() throws RepositoryExceptio... method testBinaryFromFile (line 553) | public void testBinaryFromFile() throws RepositoryException, IOExcepti... method testEmptyBinaryFromFile (line 572) | public void testEmptyBinaryFromFile() throws RepositoryException, IOEx... method testBinarySerializable (line 588) | public void testBinarySerializable() throws Exception { method runBinarySerializableTest (line 599) | private void runBinarySerializableTest(int size) throws Exception { method spool (line 642) | private static void spool(OutputStream out, InputStream in) throws Rep... FILE: jackrabbit-spi-commons/src/test/java/org/apache/jackrabbit/spi/commons/value/ValueFormatTest.java class ValueFormatTest (line 50) | public class ValueFormatTest extends TestCase { method setUp (line 57) | @Override method testGetPathQValue (line 83) | public void testGetPathQValue() throws RepositoryException { method testDecimal (line 98) | public void testDecimal() throws RepositoryException { method testURI (line 108) | public void testURI() throws RepositoryException, URISyntaxException { method testWeakReferences (line 119) | public void testWeakReferences() throws RepositoryException { method testGetJCRString (line 130) | public void testGetJCRString() throws RepositoryException, URISyntaxEx... FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java type Batch (line 76) | public interface Batch { method addNode (line 102) | public void addNode(NodeId parentId, Name nodeName, Name nodetypeName,... method addProperty (line 133) | public void addProperty(NodeId parentId, Name propertyName, QValue val... method addProperty (line 158) | public void addProperty(NodeId parentId, Name propertyName, QValue[] v... method setValue (line 182) | public void setValue(PropertyId propertyId, QValue value) throws Repos... method setValue (line 201) | public void setValue(PropertyId propertyId, QValue[] values) throws Re... method remove (line 215) | public void remove(ItemId itemId) throws RepositoryException; method reorderNodes (line 234) | public void reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId bef... method setMixins (line 253) | public void setMixins(NodeId nodeId, Name[] mixinNodeTypeNames) throws... method setPrimaryType (line 263) | public void setPrimaryType(NodeId nodeId, Name primaryNodeTypeName) th... method move (line 283) | public void move(NodeId srcNodeId, NodeId destParentNodeId, Name destN... method setTree (line 292) | public void setTree(NodeId parentId, Tree contentTree) throws Reposito... FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ChildInfo.java type ChildInfo (line 22) | public interface ChildInfo { method getName (line 29) | public Name getName(); method getUniqueID (line 39) | public String getUniqueID(); method getIndex (line 49) | public int getIndex(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Event.java type Event (line 26) | public interface Event { method getType (line 91) | public int getType(); method getPath (line 97) | public Path getPath(); method getItemId (line 102) | public ItemId getItemId(); method getParentId (line 107) | public NodeId getParentId(); method getPrimaryNodeTypeName (line 114) | public Name getPrimaryNodeTypeName(); method getMixinTypeNames (line 121) | public Name[] getMixinTypeNames(); method getUserID (line 129) | public String getUserID(); method getInfo (line 139) | public Map getInfo() throws RepositoryException; method getUserData (line 148) | public String getUserData(); method getDate (line 158) | public long getDate() throws RepositoryException; FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/EventBundle.java type EventBundle (line 27) | public interface EventBundle extends Iterable { method getEvents (line 34) | public Iterator getEvents(); method isLocal (line 45) | public boolean isLocal(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/EventFilter.java type EventFilter (line 29) | public interface EventFilter extends Serializable { method accept (line 43) | public boolean accept(Event event, boolean isLocal); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/IdFactory.java type IdFactory (line 29) | public interface IdFactory { method createPropertyId (line 39) | public PropertyId createPropertyId(NodeId parentId, Name propertyName); method createNodeId (line 49) | public NodeId createNodeId(NodeId parentId, Path path); method createNodeId (line 61) | public NodeId createNodeId(String uniqueID, Path path); method createNodeId (line 71) | public NodeId createNodeId(String uniqueID); method toJcrIdentifier (line 79) | public String toJcrIdentifier(NodeId nodeId); method fromJcrIdentifier (line 88) | public NodeId fromJcrIdentifier(String jcrIdentifier); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java type ItemId (line 51) | public interface ItemId { method denotesNode (line 57) | public boolean denotesNode(); method getUniqueID (line 64) | public String getUniqueID(); method getPath (line 70) | public Path getPath(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemInfo.java type ItemInfo (line 23) | public interface ItemInfo { method getId (line 30) | public ItemId getId(); method denotesNode (line 37) | public boolean denotesNode(); method getPath (line 46) | public Path getPath(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemInfoCache.java type ItemInfoCache (line 30) | public interface ItemInfoCache { class Entry (line 36) | class Entry { method Entry (line 53) | public Entry(T info, long generation) { method hashCode (line 58) | @Override method equals (line 63) | @Override method getNodeInfo (line 90) | ItemInfoCache.Entry getNodeInfo(NodeId nodeId); method getPropertyInfo (line 100) | ItemInfoCache.Entry getPropertyInfo(PropertyId propertyId); method put (line 108) | void put(ItemInfo info, long generation); method dispose (line 113) | void dispose(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/LockInfo.java type LockInfo (line 26) | public interface LockInfo { method getLockToken (line 35) | public String getLockToken(); method getOwner (line 44) | public String getOwner(); method isDeep (line 52) | public boolean isDeep(); method isSessionScoped (line 60) | public boolean isSessionScoped(); method getSecondsRemaining (line 70) | public long getSecondsRemaining(); method isLockOwner (line 82) | public boolean isLockOwner(); method getNodeId (line 89) | public NodeId getNodeId(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Name.java type Name (line 44) | @SuppressWarnings("rawtypes") method getLocalName (line 87) | public String getLocalName(); method getNamespaceURI (line 94) | public String getNamespaceURI(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NameFactory.java type NameFactory (line 22) | public interface NameFactory { method create (line 33) | public Name create(String namespaceURI, String localName) throws Illeg... method create (line 48) | public Name create(String nameString) throws IllegalArgumentException; FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeId.java type NodeId (line 23) | public interface NodeId extends ItemId { FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java type NodeInfo (line 31) | public interface NodeInfo extends ItemInfo { method getId (line 41) | public NodeId getId(); method getIndex (line 48) | public int getIndex(); method getNodetype (line 53) | public Name getNodetype(); method getMixins (line 62) | public Name[] getMixins(); method getReferences (line 74) | @Deprecated method getPropertyIds (line 81) | public Iterator getPropertyIds(); method getChildInfos (line 99) | public Iterator getChildInfos(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Path.java type Path (line 106) | public interface Path extends Serializable { method getName (line 136) | Name getName(); method getIndex (line 146) | int getIndex(); method getNormalizedIndex (line 154) | int getNormalizedIndex(); method getIdentifier (line 163) | String getIdentifier(); method denotesRoot (line 171) | boolean denotesRoot(); method denotesIdentifier (line 178) | boolean denotesIdentifier(); method denotesParent (line 186) | boolean denotesParent(); method denotesCurrent (line 194) | boolean denotesCurrent(); method denotesName (line 203) | boolean denotesName(); method isIdentifierBased (line 211) | boolean isIdentifierBased(); method isAbsolute (line 219) | public boolean isAbsolute(); method isCanonical (line 228) | public boolean isCanonical(); method isNormalized (line 242) | public boolean isNormalized(); method getNormalizedPath (line 254) | public Path getNormalizedPath() throws RepositoryException; method getCanonicalPath (line 266) | public Path getCanonicalPath() throws RepositoryException; method resolve (line 277) | Path resolve(Element element); method resolve (line 287) | Path resolve(Path relative); method computeRelativePath (line 299) | public Path computeRelativePath(Path other) throws RepositoryException; method getAncestor (line 330) | public Path getAncestor(int degree) throws IllegalArgumentException, P... method getAncestorCount (line 344) | public int getAncestorCount(); method getLength (line 360) | public int getLength(); method getDepth (line 376) | public int getDepth(); method isEquivalentTo (line 388) | public boolean isEquivalentTo(Path other) throws IllegalArgumentExcept... method isAncestorOf (line 404) | public boolean isAncestorOf(Path other) throws IllegalArgumentExceptio... method isDescendantOf (line 420) | public boolean isDescendantOf(Path other) throws IllegalArgumentExcept... method subPath (line 440) | public Path subPath(int from, int to) throws IllegalArgumentException; method getElements (line 447) | public Element[] getElements(); method getNameElement (line 454) | public Element getNameElement(); method getLastElement (line 462) | Path getLastElement(); method getFirstElements (line 471) | Path getFirstElements(); method getString (line 483) | public String getString(); type Element (line 502) | public interface Element extends Serializable { method getName (line 509) | public Name getName(); method getIndex (line 516) | public int getIndex(); method getNormalizedIndex (line 524) | public int getNormalizedIndex(); method getIdentifier (line 532) | String getIdentifier(); method denotesRoot (line 541) | public boolean denotesRoot(); method denotesParent (line 550) | public boolean denotesParent(); method denotesCurrent (line 559) | public boolean denotesCurrent(); method denotesName (line 568) | public boolean denotesName(); method denotesIdentifier (line 576) | public boolean denotesIdentifier(); method getString (line 586) | public String getString(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java type PathFactory (line 24) | public interface PathFactory { method create (line 40) | public Path create(Path parent, Path relPath, boolean normalize) throw... method create (line 56) | public Path create(Path parent, Name name, boolean normalize) throws R... method create (line 73) | public Path create(Path parent, Name name, int index, boolean normaliz... method create (line 82) | public Path create(Name name) throws IllegalArgumentException; method create (line 95) | public Path create(Name name, int index) throws IllegalArgumentException; method create (line 104) | Path create(Path.Element element) throws IllegalArgumentException; method create (line 114) | public Path create(Path.Element[] elements) throws IllegalArgumentExce... method create (line 129) | public Path create(String pathString) throws IllegalArgumentException; method createElement (line 143) | public Path.Element createElement(Name name) throws IllegalArgumentExc... method createElement (line 162) | public Path.Element createElement(Name name, int index) throws Illegal... method createElement (line 172) | public Path.Element createElement(String identifier) throws IllegalArg... method getCurrentElement (line 179) | public Path.Element getCurrentElement(); method getParentElement (line 186) | public Path.Element getParentElement(); method getRootElement (line 193) | public Path.Element getRootElement(); method getRootPath (line 200) | public Path getRootPath(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PrivilegeDefinition.java type PrivilegeDefinition (line 24) | public interface PrivilegeDefinition { method getName (line 26) | Name getName(); method isAbstract (line 28) | public boolean isAbstract(); method getDeclaredAggregateNames (line 30) | public Set getDeclaredAggregateNames(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PropertyId.java type PropertyId (line 22) | public interface PropertyId extends ItemId { method getParentId (line 29) | public NodeId getParentId(); method getName (line 36) | public Name getName(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PropertyInfo.java type PropertyInfo (line 24) | public interface PropertyInfo extends ItemInfo { method getId (line 31) | public PropertyId getId(); method getType (line 40) | public int getType(); method isMultiValued (line 47) | public boolean isMultiValued(); method getValues (line 52) | public QValue[] getValues(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QItemDefinition.java type QItemDefinition (line 28) | public interface QItemDefinition { method getName (line 40) | public Name getName(); method getDeclaringNodeType (line 47) | public Name getDeclaringNodeType(); method isAutoCreated (line 54) | public boolean isAutoCreated(); method getOnParentVersion (line 61) | public int getOnParentVersion(); method isProtected (line 68) | public boolean isProtected(); method isMandatory (line 75) | public boolean isMandatory(); method definesResidual (line 84) | public boolean definesResidual(); method definesNode (line 92) | public boolean definesNode(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QNodeDefinition.java type QNodeDefinition (line 28) | public interface QNodeDefinition extends QItemDefinition { method getDefaultPrimaryType (line 40) | public Name getDefaultPrimaryType(); method getRequiredPrimaryTypes (line 47) | public Name[] getRequiredPrimaryTypes(); method allowsSameNameSiblings (line 54) | public boolean allowsSameNameSiblings(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QNodeTypeDefinition.java type QNodeTypeDefinition (line 28) | public interface QNodeTypeDefinition { method getName (line 36) | public Name getName(); method getSupertypes (line 48) | public Name[] getSupertypes(); method getSupportedMixinTypes (line 59) | public Name[] getSupportedMixinTypes(); method isMixin (line 66) | public boolean isMixin(); method isAbstract (line 74) | public boolean isAbstract(); method isQueryable (line 82) | public boolean isQueryable(); method hasOrderableChildNodes (line 89) | public boolean hasOrderableChildNodes(); method getPrimaryItemName (line 97) | public Name getPrimaryItemName(); method getPropertyDefs (line 104) | public QPropertyDefinition[] getPropertyDefs(); method getChildNodeDefs (line 111) | public QNodeDefinition[] getChildNodeDefs(); method getDependencies (line 125) | public Collection getDependencies(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QPropertyDefinition.java type QPropertyDefinition (line 29) | public interface QPropertyDefinition extends QItemDefinition { method getRequiredType (line 41) | public int getRequiredType(); method getValueConstraints (line 48) | public QValueConstraint[] getValueConstraints(); method getDefaultValues (line 56) | public QValue[] getDefaultValues(); method isMultiple (line 63) | public boolean isMultiple(); method getAvailableQueryOperators (line 71) | public String[] getAvailableQueryOperators(); method isFullTextSearchable (line 79) | public boolean isFullTextSearchable(); method isQueryOrderable (line 87) | public boolean isQueryOrderable(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QValue.java type QValue (line 35) | public interface QValue { method getType (line 59) | public int getType(); method getLength (line 72) | public long getLength() throws RepositoryException; method getString (line 82) | public String getString() throws RepositoryException; method getStream (line 91) | public InputStream getStream() throws RepositoryException; method getBinary (line 100) | public Binary getBinary() throws RepositoryException; method getCalendar (line 108) | public Calendar getCalendar() throws RepositoryException; method getDecimal (line 116) | public BigDecimal getDecimal() throws RepositoryException; method getDouble (line 124) | public double getDouble() throws RepositoryException; method getLong (line 132) | public long getLong() throws RepositoryException; method getBoolean (line 140) | public boolean getBoolean() throws RepositoryException; method getName (line 149) | public Name getName() throws RepositoryException; method getPath (line 157) | public Path getPath() throws RepositoryException; method getURI (line 165) | public URI getURI() throws RepositoryException; method discard (line 170) | public void discard(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QValueConstraint.java type QValueConstraint (line 29) | public interface QValueConstraint { method check (line 44) | void check(QValue value) throws ConstraintViolationException, Reposito... method getString (line 57) | String getString(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QValueFactory.java type QValueFactory (line 33) | public interface QValueFactory { method create (line 48) | public QValue create(String value, int type) throws ValueFormatExcepti... method create (line 57) | public QValue create(Calendar value) throws RepositoryException; method create (line 66) | public QValue create(double value) throws RepositoryException; method create (line 75) | public QValue create(long value) throws RepositoryException; method create (line 84) | public QValue create(boolean value) throws RepositoryException; method create (line 92) | public QValue create(Name value) throws RepositoryException; method create (line 100) | public QValue create(Path value) throws RepositoryException; method create (line 108) | public QValue create(BigDecimal value) throws RepositoryException; method create (line 116) | public QValue create(URI value) throws RepositoryException; method create (line 124) | public QValue create(byte[] value) throws RepositoryException; method create (line 136) | public QValue create(InputStream value) throws RepositoryException, IO... method create (line 145) | public QValue create(File value) throws RepositoryException, IOException; method computeAutoValues (line 156) | public QValue[] computeAutoValues(QPropertyDefinition propertyDefiniti... FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QueryInfo.java type QueryInfo (line 35) | public interface QueryInfo { method getRows (line 41) | public RangeIterator getRows(); method getColumnNames (line 48) | public String[] getColumnNames(); method getSelectorNames (line 55) | public String[] getSelectorNames(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/QueryResultRow.java type QueryResultRow (line 24) | public interface QueryResultRow { method getNodeId (line 38) | public NodeId getNodeId(String selectorName); method getScore (line 47) | public double getScore(String selectorName); method getValues (line 57) | public QValue[] getValues(); FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java type RepositoryService (line 80) | public interface RepositoryService { method getIdFactory (line 88) | public IdFactory getIdFactory() throws RepositoryException; method getNameFactory (line 96) | public NameFactory getNameFactory() throws RepositoryException; method getPathFactory (line 104) | public PathFactory getPathFactory() throws RepositoryException; method getQValueFactory (line 112) | public QValueFactory getQValueFactory() throws RepositoryException; method getItemInfoCache (line 120) | public ItemInfoCache getItemInfoCache(SessionInfo sessionInfo) throws ... method getRepositoryDescriptors (line 133) | public Map getRepositoryDescriptors() throws Reposit... method obtain (line 152) | public SessionInfo obtain(Credentials credentials, String workspaceName) method obtain (line 169) | public SessionInfo obtain(SessionInfo sessionInfo, String workspaceName) method impersonate (line 183) | public SessionInfo impersonate(SessionInfo sessionInfo, Credentials cr... method dispose (line 192) | public void dispose(SessionInfo sessionInfo) throws RepositoryException; method getWorkspaceNames (line 204) | public String[] getWorkspaceNames(SessionInfo sessionInfo) throws Repo... method isGranted (line 220) | public boolean isGranted(SessionInfo sessionInfo, ItemId itemId, Strin... method getPrivilegeDefinitions (line 230) | public PrivilegeDefinition[] getPrivilegeDefinitions(SessionInfo sessi... method getPrivilegeNames (line 241) | public Name[] getPrivilegeNames(SessionInfo sessionInfo, NodeId id) th... method getSupportedPrivileges (line 251) | public PrivilegeDefinition[] getSupportedPrivileges(SessionInfo sessio... method getNodeDefinition (line 267) | public QNodeDefinition getNodeDefinition(SessionInfo sessionInfo, Node... method getPropertyDefinition (line 281) | public QPropertyDefinition getPropertyDefinition(SessionInfo sessionIn... method getNodeInfo (line 305) | @Deprecated method getItemInfos (line 333) | public Iterator getItemInfos(SessionInfo sessionIn... method getChildInfos (line 346) | public Iterator getChildInfos(SessionInfo sessionInfo, Node... method getReferences (line 370) | public Iterator getReferences(SessionInfo sessionInfo, Nod... method getPropertyInfo (line 386) | @Deprecated method createBatch (line 407) | public Batch createBatch(SessionInfo sessionInfo, ItemId itemId) throw... method submit (line 427) | public void submit(Batch batch) throws PathNotFoundException, ItemNotF... method createTree (line 439) | public Tree createTree(SessionInfo sessionInfo, Batch batch, Name node... method importXml (line 462) | public void importXml(SessionInfo sessionInfo, NodeId parentId, InputS... method move (line 484) | public void move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId des... method copy (line 514) | public void copy(SessionInfo sessionInfo, String srcWorkspaceName, Nod... method update (line 532) | public void update(SessionInfo sessionInfo, NodeId nodeId, String srcW... method clone (line 558) | public void clone(SessionInfo sessionInfo, String srcWorkspaceName, No... method getLockInfo (line 574) | public LockInfo getLockInfo(SessionInfo sessionInfo, NodeId nodeId) th... method lock (line 593) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean d... method lock (line 617) | public LockInfo lock(SessionInfo sessionInfo, NodeId nodeId, boolean d... method refreshLock (line 634) | public void refreshLock(SessionInfo sessionInfo, NodeId nodeId) throws... method unlock (line 654) | public void unlock(SessionInfo sessionInfo, NodeId nodeId) throws Unsu... method checkin (line 671) | public NodeId checkin(SessionInfo sessionInfo, NodeId nodeId) throws V... method checkout (line 685) | public void checkout(SessionInfo sessionInfo, NodeId nodeId) throws Un... method checkout (line 702) | public void checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId ac... method checkpoint (line 716) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId) throw... method checkpoint (line 732) | public NodeId checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeI... method removeVersion (line 747) | public void removeVersion(SessionInfo sessionInfo, NodeId versionHisto... method restore (line 774) | public void restore(SessionInfo sessionInfo, NodeId nodeId, NodeId ver... method restore (line 796) | public void restore(SessionInfo sessionInfo, NodeId[] versionIds, bool... method merge (line 817) | public Iterator merge(SessionInfo sessionInfo, NodeId nodeId, ... method merge (line 839) | public Iterator merge(SessionInfo sessionInfo, NodeId nodeId, ... method resolveMergeConflict (line 861) | public void resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeI... method addVersionLabel (line 881) | public void addVersionLabel(SessionInfo sessionInfo, NodeId versionHis... method removeVersionLabel (line 896) | public void removeVersionLabel(SessionInfo sessionInfo, NodeId version... method createActivity (line 909) | public NodeId createActivity(SessionInfo sessionInfo, String title) th... method removeActivity (line 921) | public void removeActivity(SessionInfo sessionInfo, NodeId activityId)... method mergeActivity (line 934) | public Iterator mergeActivity(SessionInfo sessionInfo, NodeId ... method createConfiguration (line 945) | public NodeId createConfiguration(SessionInfo sessionInfo, NodeId node... method getSupportedQueryLanguages (line 958) | public String[] getSupportedQueryLanguages(SessionInfo sessionInfo) th... method checkQueryStatement (line 977) | public String[] checkQueryStatement(SessionInfo sessionInfo, String st... method executeQuery (line 1002) | public QueryInfo executeQuery(SessionInfo sessionInfo, method createEventFilter (line 1036) | public EventFilter createEventFilter(SessionInfo sessionInfo, int even... method createSubscription (line 1059) | public Subscription createSubscription(SessionInfo sessionInfo, EventF... method updateEventFilters (line 1093) | public void updateEventFilters(Subscription subscription, EventFilter[... method getEvents (line 1119) | public EventBundle[] getEvents(Subscription subscription, long timeout) method getEvents (line 1140) | public EventBundle getEvents(SessionInfo sessionInfo, EventFilter filt... method dispose (line 1154) | public void dispose(Subscription subscription) throws RepositoryExcept... method getRegisteredNamespaces (line 1168) | public Map getRegisteredNamespaces(SessionInfo session... method getNamespaceURI (line 1180) | public String getNamespaceURI(SessionInfo sessionInfo, String prefix) method getNamespacePrefix (line 1193) | public String getNamespacePrefix(SessionInfo sessionInfo, String uri) method registerNamespace (line 1208) | public void registerNamespace(SessionInfo sessionInfo, String prefix, ... method unregisterNamespace (line 1221) | public void unregisterNamespace(SessionInfo sessionInfo, String uri) t... method getQNodeTypeDefinitions (line 1236) | public Iterator getQNodeTypeDefinitions(SessionIn... method getQNodeTypeDefinitions (line 1258) | public Iterator getQNodeTypeDefinitions(SessionIn... method registerNodeTypes (line 1279) | public void registerNodeTypes(SessionInfo sessionInfo, QNodeTypeDefini... method unregisterNodeTypes (line 1293) | public void unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTy... method createWorkspace (line 1314) | public void createWorkspace(SessionInfo sessionInfo, String name, Stri... method deleteWorkspace (line 1328) | public void deleteWorkspace(SessionInfo sessionInfo, String name) thro... FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/RepositoryServiceFactory.java type RepositoryServiceFactory (line 27) | public interface RepositoryServiceFactory { method createRepositoryService (line 37) | public RepositoryService createRepositoryService(Map parameters)... FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/SessionInfo.java type SessionInfo (line 34) | public interface SessionInfo { method getUserID (line 42) | public String getUserID(); method getWorkspaceName (line 52) | public String getWorkspaceName(); method getLockTokens (line 61) | public String[] getLockTokens() throws UnsupportedRepositoryOperationE... method addLockToken (line 73) | public void addLockToken(String lockToken) throws UnsupportedRepositor... method removeLockToken (line 88) | public void removeLockToken(String lockToken) throws UnsupportedReposi... method setUserData (line 97) | public void setUserData(String userData) throws RepositoryException; FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Subscription.java type Subscription (line 28) | public interface Subscription { FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Tree.java type Tree (line 25) | public interface Tree { method getName (line 27) | public Name getName(); method getPrimaryTypeName (line 29) | public Name getPrimaryTypeName(); method getUniqueId (line 31) | public String getUniqueId(); method addProperty (line 33) | public void addProperty(NodeId parentId, Name propertyName, int proper... method addProperty (line 35) | public void addProperty(NodeId parentId, Name propertyName, int proper... method addChild (line 37) | public Tree addChild(Name childName, Name primaryTypeName, String uniq... FILE: jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/XASessionInfo.java type XASessionInfo (line 25) | public interface XASessionInfo extends SessionInfo { method getXAResource (line 34) | public XAResource getXAResource(); FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/AbstractSPITest.java class AbstractSPITest (line 24) | public class AbstractSPITest extends TestCase { method getProperty (line 57) | public String getProperty(String propName) throws RepositoryException { method setUp (line 92) | @Override method tearDown (line 98) | @Override FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/Helper.java class Helper (line 28) | public class Helper { method Helper (line 46) | public Helper() { method Helper (line 55) | public Helper(Map config) { method getRepositoryService (line 64) | public RepositoryService getRepositoryService() throws RepositoryExcep... method getProperty (line 83) | public String getProperty(String name) throws RepositoryException { method getAdminCredentials (line 89) | public Credentials getAdminCredentials() throws RepositoryException { method getReadOnlyCredentials (line 95) | public Credentials getReadOnlyCredentials() throws RepositoryException { method getAdminSessionInfo (line 101) | public SessionInfo getAdminSessionInfo() throws RepositoryException { method getReadOnlySessionInfo (line 109) | public SessionInfo getReadOnlySessionInfo() throws RepositoryException { FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/QValueFactoryTest.java class QValueFactoryTest (line 35) | public class QValueFactoryTest extends AbstractSPITest { method setUp (line 46) | protected void setUp() throws Exception { method assertValueLength (line 56) | private static void assertValueLength(QValue v, long expectedLength) t... method testIllegalType (line 63) | public void testIllegalType() throws RepositoryException { method testCreateInvalidDoubleValue (line 74) | public void testCreateInvalidDoubleValue() throws RepositoryException { method testGetDoubleOnBooleanValue (line 83) | public void testGetDoubleOnBooleanValue() throws RepositoryException { method testCreateInvalidLongValue (line 95) | public void testCreateInvalidLongValue() throws RepositoryException { method testGetLongOnBooleanValue (line 104) | public void testGetLongOnBooleanValue() throws RepositoryException { method testFinalBooleanValue (line 122) | public void testFinalBooleanValue() throws RepositoryException { method testCreateBooleanValueFromString (line 136) | public void testCreateBooleanValueFromString() throws RepositoryExcept... method testCreateTrueBooleanValue (line 146) | public void testCreateTrueBooleanValue() throws RepositoryException { method testCreateFalseBooleanValue (line 152) | public void testCreateFalseBooleanValue() throws RepositoryException { method testCreateTrueFromString (line 158) | public void testCreateTrueFromString() throws ValueFormatException, Re... method testCreateFalseFromString (line 163) | public void testCreateFalseFromString() throws ValueFormatException, R... method testReadBooleanAsLong (line 168) | public void testReadBooleanAsLong() throws RepositoryException { method testNullDateValue (line 180) | public void testNullDateValue() throws IOException, RepositoryException { method testDateValueType (line 199) | public void testDateValueType() throws RepositoryException { method testDateValueEquality (line 203) | public void testDateValueEquality() throws RepositoryException { method testDateValueEquality2 (line 209) | public void testDateValueEquality2() throws RepositoryException { method testNullReferenceValue (line 217) | public void testNullReferenceValue() throws IOException, RepositoryExc... method testReferenceValueType (line 228) | public void testReferenceValueType() throws RepositoryException { method testReferenceValueEquality (line 237) | public void testReferenceValueEquality() throws RepositoryException { method testEqualityDifferentTypes (line 247) | public void testEqualityDifferentTypes() throws RepositoryException { method testNullNameValue (line 260) | public void testNullNameValue() throws IOException, RepositoryException { method testNameValueType (line 271) | public void testNameValueType() throws IOException, RepositoryException { method testNameValueEquality (line 278) | public void testNameValueEquality() throws IOException, RepositoryExce... method testNameValueGetString (line 284) | public void testNameValueGetString() throws IOException, RepositoryExc... method testNameValueGetName (line 289) | public void testNameValueGetName() throws RepositoryException { method testInvalidNameValue (line 294) | public void testInvalidNameValue() throws RepositoryException { method testAnyValueGetName (line 303) | public void testAnyValueGetName() throws RepositoryException { method testNullPathValue (line 314) | public void testNullPathValue() throws IOException, RepositoryException { method testPathValueType (line 325) | public void testPathValueType() throws IOException, RepositoryException { method testPathValueEquality (line 333) | public void testPathValueEquality() throws IOException, RepositoryExce... method testPathValueGetString (line 339) | public void testPathValueGetString() throws IOException, RepositoryExc... method testPathValueGetPath (line 344) | public void testPathValueGetPath() throws RepositoryException { method testInvalidPathValue (line 349) | public void testInvalidPathValue() throws RepositoryException { method testAnyValueGetPath (line 358) | public void testAnyValueGetPath() throws RepositoryException { method testNullBinaryValue (line 369) | public void testNullBinaryValue() throws IOException, RepositoryExcept... method testBinaryValueType (line 396) | public void testBinaryValueType() throws IOException, RepositoryExcept... method testBinaryFromByteArray (line 402) | public void testBinaryFromByteArray() throws RepositoryException, IOEx... method testEmptyBinaryFromByteArray (line 415) | public void testEmptyBinaryFromByteArray() throws RepositoryException,... method testBinaryFromInputStream (line 428) | public void testBinaryFromInputStream() throws RepositoryException, IO... method testEmptyBinaryFromInputStream (line 443) | public void testEmptyBinaryFromInputStream() throws RepositoryExceptio... method testBinaryFromFile (line 459) | public void testBinaryFromFile() throws RepositoryException, IOExcepti... method testEmptyBinaryFromFile (line 478) | public void testEmptyBinaryFromFile() throws RepositoryException, IOEx... method spool (line 501) | private static void spool(OutputStream out, InputStream in) throws Rep... FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/QValueTest.java class QValueTest (line 38) | public class QValueTest extends AbstractSPITest { method setUp (line 48) | protected void setUp() throws Exception { method testIllegalType (line 58) | public void testIllegalType() throws RepositoryException { method testCreateInvalidDoubleValue (line 69) | public void testCreateInvalidDoubleValue() throws RepositoryException { method testGetDoubleOnBooleanValue (line 78) | public void testGetDoubleOnBooleanValue() throws RepositoryException { method testCreateInvalidLongValue (line 90) | public void testCreateInvalidLongValue() throws RepositoryException { method testGetLongOnBooleanValue (line 99) | public void testGetLongOnBooleanValue() throws RepositoryException { method testFinalBooleanValue (line 117) | public void testFinalBooleanValue() throws RepositoryException { method testCreateBooleanValueFromString (line 131) | public void testCreateBooleanValueFromString() throws RepositoryExcept... method testCreateTrueBooleanValue (line 141) | public void testCreateTrueBooleanValue() throws RepositoryException { method testCreateFalseBooleanValue (line 147) | public void testCreateFalseBooleanValue() throws RepositoryException { method testCreateTrueFromString (line 153) | public void testCreateTrueFromString() throws ValueFormatException, Re... method testCreateFalseFromString (line 158) | public void testCreateFalseFromString() throws ValueFormatException, R... method testReadBooleanAsLong (line 163) | public void testReadBooleanAsLong() throws RepositoryException { method testNullDateValue (line 175) | public void testNullDateValue() throws IOException, RepositoryException { method testDateValueType (line 190) | public void testDateValueType() throws RepositoryException { method testDateValueEquality (line 194) | public void testDateValueEquality() throws RepositoryException { method testDateValueEquality2 (line 200) | public void testDateValueEquality2() throws RepositoryException { method testNullReferenceValue (line 208) | public void testNullReferenceValue() throws IOException, RepositoryExc... method testReferenceValueType (line 217) | public void testReferenceValueType() throws RepositoryException { method testReferenceValueEquality (line 226) | public void testReferenceValueEquality() throws RepositoryException { method testEqualityDifferentTypes (line 236) | public void testEqualityDifferentTypes() throws RepositoryException { method testNullNameValue (line 249) | public void testNullNameValue() throws IOException, RepositoryException { method testNameValueType (line 258) | public void testNameValueType() throws IOException, RepositoryException { method testNameValueEquality (line 265) | public void testNameValueEquality() throws IOException, RepositoryExce... method testNameValueGetString (line 271) | public void testNameValueGetString() throws IOException, RepositoryExc... method testNameValueGetName (line 276) | public void testNameValueGetName() throws RepositoryException { method testInvalidNameValue (line 281) | public void testInvalidNameValue() throws RepositoryException { method testAnyValueGetName (line 290) | public void testAnyValueGetName() throws RepositoryException { method testNullPathValue (line 301) | public void testNullPathValue() throws IOException, RepositoryException { method testPathValueType (line 310) | public void testPathValueType() throws IOException, RepositoryException { method testPathValueEquality (line 318) | public void testPathValueEquality() throws IOException, RepositoryExce... method testPathValueGetString (line 324) | public void testPathValueGetString() throws IOException, RepositoryExc... method testPathValueGetPath (line 329) | public void testPathValueGetPath() throws RepositoryException { method testInvalidPathValue (line 334) | public void testInvalidPathValue() throws RepositoryException { method testAnyValueGetPath (line 343) | public void testAnyValueGetPath() throws RepositoryException { method testNullBinaryValue (line 354) | public void testNullBinaryValue() throws IOException, RepositoryExcept... method testBinaryValueType (line 375) | public void testBinaryValueType() throws IOException, RepositoryExcept... method testBinaryFromByteArray (line 381) | public void testBinaryFromByteArray() throws RepositoryException, IOEx... method testEmptyBinaryFromByteArray (line 394) | public void testEmptyBinaryFromByteArray() throws RepositoryException,... method testBinaryFromInputStream (line 407) | public void testBinaryFromInputStream() throws RepositoryException, IO... method testEmptyBinaryFromInputStream (line 422) | public void testEmptyBinaryFromInputStream() throws RepositoryExceptio... method testBinaryFromFile (line 438) | public void testBinaryFromFile() throws RepositoryException, IOExcepti... method testEmptyBinaryFromFile (line 457) | public void testEmptyBinaryFromFile() throws RepositoryException, IOEx... method spool (line 480) | private static void spool(OutputStream out, InputStream in) throws Rep... FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/RepositoryServiceStub.java class RepositoryServiceStub (line 34) | public abstract class RepositoryServiceStub { method RepositoryServiceStub (line 61) | protected RepositoryServiceStub(Properties env) { method getInstance (line 68) | public static RepositoryServiceStub getInstance(Map configuration) thr... method getRepositoryService (line 134) | public abstract RepositoryService getRepositoryService() throws Reposi... method getProperty (line 144) | public String getProperty(String name) { method getAdminCredentials (line 148) | public abstract Credentials getAdminCredentials() throws RepositoryExc... method getReadOnlyCredentials (line 150) | public abstract Credentials getReadOnlyCredentials() throws Repository... FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/RepositoryServiceTest.java class RepositoryServiceTest (line 24) | public class RepositoryServiceTest extends AbstractSPITest { method setUp (line 28) | protected void setUp() throws Exception { method testGetIdFactory (line 33) | public void testGetIdFactory() throws RepositoryException { method testGetQValueFactory (line 37) | public void testGetQValueFactory() throws RepositoryException { method testGetNameFactory (line 41) | public void testGetNameFactory() throws RepositoryException { method testGetPathFactory (line 45) | public void testGetPathFactory() throws RepositoryException { method testGetRepositoryDescriptors (line 49) | public void testGetRepositoryDescriptors() throws RepositoryException { method testGetWorkspaceNames (line 55) | public void testGetWorkspaceNames() throws RepositoryException { method testNullWorkspaceName (line 66) | public void testNullWorkspaceName() throws RepositoryException { FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/SessionInfoTest.java class SessionInfoTest (line 23) | public class SessionInfoTest extends AbstractSPITest { method setUp (line 30) | protected void setUp() throws Exception { method tearDown (line 37) | protected void tearDown() throws Exception { method testGetWorkspaceName (line 44) | public void testGetWorkspaceName() { FILE: jackrabbit-spi/src/test/java/org/apache/jackrabbit/spi/TestAll.java class TestAll (line 24) | public class TestAll extends TestCase { method suite (line 26) | public static Test suite() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/BatchUtils.java class BatchUtils (line 32) | final class BatchUtils { method BatchUtils (line 44) | private BatchUtils() {} method createNodeElement (line 46) | static Element createNodeElement(Node parent, Name nodeName, Name prim... method importProperty (line 69) | static void importProperty(Element nodeElement, Name propertyName, int... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/ConnectionOptions.java class ConnectionOptions (line 32) | public final class ConnectionOptions { method ConnectionOptions (line 126) | private ConnectionOptions(boolean isUseSystemPropertes, int maxConnect... method isUseSystemPropertes (line 142) | public boolean isUseSystemPropertes() { method isAllowSelfSignedCertificates (line 146) | public boolean isAllowSelfSignedCertificates() { method isDisableHostnameVerification (line 150) | public boolean isDisableHostnameVerification() { method getMaxConnections (line 154) | public int getMaxConnections() { method getConnectionTimeoutMs (line 158) | public int getConnectionTimeoutMs() { method getRequestTimeoutMs (line 162) | public int getRequestTimeoutMs() { method getSocketTimeoutMs (line 166) | public int getSocketTimeoutMs() { method getProxyHost (line 170) | public String getProxyHost() { method getProxyPort (line 174) | public int getProxyPort() { method getProxyProtocol (line 178) | public String getProxyProtocol() { method getProxyUsername (line 182) | public String getProxyUsername() { method getProxyPassword (line 186) | public String getProxyPassword() { method hashCode (line 190) | @Override method equals (line 209) | @Override method toString (line 257) | @Override method toServiceFactoryParameters (line 266) | public Map toServiceFactoryParameters() { method fromServiceFactoryParameters (line 307) | public static ConnectionOptions fromServiceFactoryParameters(Map... method getIntegerValueFromParameter (line 323) | private static int getIntegerValueFromParameter(Map parameters, ... method getBooleanValueFromParameter (line 338) | private static boolean getBooleanValueFromParameter(Map paramete... method getStringValueFromParameter (line 348) | private static String getStringValueFromParameter(Map parameters... method builder (line 358) | public static Builder builder() { class Builder (line 362) | public static final class Builder { method useSystemProperties (line 376) | public Builder useSystemProperties(boolean isUseSystemPropertes) { method maxConnections (line 381) | public Builder maxConnections(int maxConnections) { method allowSelfSignedCertificates (line 386) | public Builder allowSelfSignedCertificates(boolean isAllowSelfSigned... method disableHostnameVerification (line 391) | public Builder disableHostnameVerification(boolean isDisableHostname... method connectionTimeoutMs (line 396) | public Builder connectionTimeoutMs(int connectionTimeoutMs) { method requestTimeoutMs (line 401) | public Builder requestTimeoutMs(int requestTimeoutMs) { method socketTimeoutMs (line 406) | public Builder socketTimeoutMs(int socketTimeoutMs) { method proxyHost (line 411) | public Builder proxyHost(String proxyHost) { method proxyPort (line 416) | public Builder proxyPort(int proxyPort) { method proxyProtocol (line 421) | public Builder proxyProtocol(String proxyProtocol) { method proxyUsername (line 426) | public Builder proxyUsername(String proxyUsername) { method proxyPassword (line 431) | public Builder proxyPassword(String proxyPassword) { method build (line 436) | public ConnectionOptions build() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/CredentialsWrapper.java class CredentialsWrapper (line 27) | class CredentialsWrapper { method CredentialsWrapper (line 32) | CredentialsWrapper(javax.jcr.Credentials creds) { method getUserId (line 48) | String getUserId() { method getHttpCredentials (line 52) | Credentials getHttpCredentials() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/DefinitionUtil.java class DefinitionUtil (line 54) | class DefinitionUtil implements NodeTypeConstants { method DefinitionUtil (line 61) | private DefinitionUtil() {} method createQNodeDefinition (line 71) | static QNodeDefinition createQNodeDefinition(Name declaringNodeType, E... method createQPropertyDefinition (line 113) | static QPropertyDefinition createQPropertyDefinition(Name declaringNod... method createQNodeTypeDefinition (line 183) | static QNodeTypeDefinition createQNodeTypeDefinition(Element ntdElemen... method buildQItemDefinition (line 253) | private static void buildQItemDefinition(Name declaringNodeType, method isAnyName (line 299) | private static boolean isAnyName(String nameAttribute) { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/DocumentTree.java class DocumentTree (line 35) | class DocumentTree extends AbstractTree { method DocumentTree (line 39) | protected DocumentTree(Name nodeName, Name ntName, String uniqueId, Na... method createChild (line 44) | @Override method addProperty (line 50) | @Override method addProperty (line 55) | @Override method toDocument (line 61) | Document toDocument() throws RepositoryException { method buildNodeInfo (line 72) | private void buildNodeInfo(Node parent, DocumentTree tree) throws Repo... class Property (line 82) | private final static class Property { method Property (line 88) | private Property(Name name, int type, QValue[] values) { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/EventImpl.java class EventImpl (line 52) | public class EventImpl method EventImpl (line 60) | public EventImpl(ItemId eventId, Path eventPath, NodeId parentId, int ... method getSpiEventType (line 71) | private static int getSpiEventType(int jcrEventType) { method getEventInfo (line 92) | private static Map getEventInfo(Element infoElement, method getNameSafe (line 123) | private static Name getNameSafe(String name, NamePathResolver resolver... method getNames (line 132) | private static Name[] getNames(ElementIterator elements, FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/EventSubscriptionImpl.java class EventSubscriptionImpl (line 24) | public class EventSubscriptionImpl implements Subscription { method EventSubscriptionImpl (line 36) | public EventSubscriptionImpl(String id, SessionInfoImpl sessionInfo) { method getId (line 44) | String getId() { method getSessionInfo (line 51) | SessionInfoImpl getSessionInfo() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/ExceptionConverter.java class ExceptionConverter (line 40) | public class ExceptionConverter { method ExceptionConverter (line 43) | private ExceptionConverter() {} method generate (line 45) | public static RepositoryException generate(DavException davExc) { method generate (line 49) | public static RepositoryException generate(DavException davExc, HttpRe... method generate (line 55) | public static RepositoryException generate(DavException davExc, int me... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/IdURICache.java class IdURICache (line 28) | class IdURICache { method IdURICache (line 40) | IdURICache(String workspaceUri) { method getItemId (line 46) | public ItemId getItemId(String uri) { method getUri (line 50) | public String getUri(ItemId itemId) { method containsUri (line 54) | public boolean containsUri(String uri) { method containsItemId (line 58) | public boolean containsItemId(ItemId itemId) { method add (line 62) | public void add(String uri, ItemId itemId) { method remove (line 69) | public void remove(String uri) { method remove (line 78) | public void remove(ItemId itemId) { method clear (line 86) | public void clear() { method checkedIsUnderWorkspace (line 91) | private String checkedIsUnderWorkspace(String uri) { method getCleanUri (line 112) | private static String getCleanUri(String uri) { class LRULinkedHashMap (line 120) | private class LRULinkedHashMap extends LinkedHashMap { method LRULinkedHashMap (line 126) | LRULinkedHashMap(int capacity, float loadFactor) { method removeEldestEntry (line 131) | @Override FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/ItemInfoImpl.java class ItemInfoImpl (line 32) | abstract class ItemInfoImpl implements ItemInfo { method ItemInfoImpl (line 36) | ItemInfoImpl(Path path) { method ItemInfoImpl (line 40) | ItemInfoImpl(DavPropertySet propSet, NamePathResolver resolver) method getPath (line 51) | public Path getPath() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/ItemResourceConstants.java type ItemResourceConstants (line 27) | public interface ItemResourceConstants extends JcrRemotingConstants { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/LockInfoImpl.java class LockInfoImpl (line 30) | public class LockInfoImpl implements LockInfo { method LockInfoImpl (line 38) | public LockInfoImpl(ActiveLock activeLock, NodeId nodeId, Set ... method getActiveLock (line 44) | ActiveLock getActiveLock() { method getLockToken (line 49) | public String getLockToken() { method getOwner (line 53) | public String getOwner() { method isDeep (line 57) | public boolean isDeep() { method isSessionScoped (line 61) | public boolean isSessionScoped() { method getSecondsRemaining (line 65) | public long getSecondsRemaining() { method isLockOwner (line 70) | public boolean isLockOwner() { method getNodeId (line 79) | public NodeId getNodeId() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/NamespaceResolverImpl.java class NamespaceResolverImpl (line 32) | class NamespaceResolverImpl extends AbstractNamespaceResolver { method add (line 41) | void add(String prefix, String uri) { method remove (line 46) | void remove(String prefix, String uri) { method getNamespaces (line 51) | Map getNamespaces() { method getURI (line 59) | public String getURI(String prefix) throws NamespaceException { method getPrefix (line 70) | public String getPrefix(String uri) throws NamespaceException { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/NodeInfoImpl.java class NodeInfoImpl (line 43) | public class NodeInfoImpl extends ItemInfoImpl implements NodeInfo { method NodeInfoImpl (line 57) | public NodeInfoImpl(NodeId id, DavPropertySet propSet, method denotesNode (line 104) | public boolean denotesNode() { method getId (line 109) | public NodeId getId() { method getIndex (line 113) | public int getIndex() { method getNodetype (line 117) | public Name getNodetype() { method getMixins (line 121) | public Name[] getMixins() { method getReferences (line 125) | public PropertyId[] getReferences() { method getPropertyIds (line 129) | public Iterator getPropertyIds() { method getChildInfos (line 133) | public Iterator getChildInfos() { method addReference (line 138) | void addReference(PropertyId referenceId) { method addPropertyId (line 142) | void addPropertyId(PropertyId childId) { method addChildInfo (line 146) | void addChildInfo(ChildInfo childInfo) { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/PropertyInfoImpl.java class PropertyInfoImpl (line 41) | public class PropertyInfoImpl extends ItemInfoImpl implements PropertyIn... method PropertyInfoImpl (line 49) | public PropertyInfoImpl(PropertyId id, Path path, int type, method PropertyInfoImpl (line 58) | public PropertyInfoImpl(PropertyId id, DavPropertySet propSet, method denotesNode (line 106) | public boolean denotesNode() { method getId (line 111) | public PropertyId getId() { method getType (line 115) | public int getType() { method isMultiValued (line 119) | public boolean isMultiValued() { method getValues (line 123) | public QValue[] getValues() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/QueryInfoImpl.java class QueryInfoImpl (line 39) | public class QueryInfoImpl implements QueryInfo { method QueryInfoImpl (line 51) | public QueryInfoImpl(MultiStatus ms, IdFactory idFactory, method decode (line 88) | private void decode(String string, List list) { method getRows (line 98) | public RangeIterator getRows() { method getColumnNames (line 105) | public String[] getColumnNames() { method getSelectorNames (line 112) | public String[] getSelectorNames() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/QueryResultRowImpl.java class QueryResultRowImpl (line 50) | public class QueryResultRowImpl implements QueryResultRow { method QueryResultRowImpl (line 64) | public QueryResultRowImpl(MultiStatusResponse response, method getNodeId (line 112) | public NodeId getNodeId(String selectorName) { method getScore (line 124) | public double getScore(String selectorName) { method getValues (line 136) | public QValue[] getValues() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/RepositoryServiceImpl.java class RepositoryServiceImpl (line 232) | public class RepositoryServiceImpl implements RepositoryService, DavCons... method RepositoryServiceImpl (line 291) | public RepositoryServiceImpl(String uri, IdFactory idFactory, method RepositoryServiceImpl (line 310) | public RepositoryServiceImpl(String uri, IdFactory idFactory, method RepositoryServiceImpl (line 328) | public RepositoryServiceImpl(String uri, IdFactory idFactory, method checkSessionInfo (line 449) | private static void checkSessionInfo(SessionInfo sessionInfo) throws R... method resolve (line 458) | private static String resolve(String baseUri, String relUri) throws Re... method checkSubscription (line 468) | private static void checkSubscription(Subscription subscription) throw... method isUnLockMethod (line 474) | private static boolean isUnLockMethod(HttpUriRequest request) { method initMethod (line 479) | protected static void initMethod(HttpUriRequest request, SessionInfo s... method initMethod (line 508) | protected static void initMethod(HttpUriRequest request, SessionInfo s... method generateLinkHeaderFieldValue (line 518) | private static String generateLinkHeaderFieldValue(SessionInfo session... method initMethod (line 534) | private static void initMethod(HttpUriRequest request, BatchImpl batch... method isSameResource (line 542) | private static boolean isSameResource(String requestURI, MultiStatusRe... method saveGetIdString (line 554) | private String saveGetIdString(ItemId id, SessionInfo sessionInfo) { method saveGetIdString (line 564) | private String saveGetIdString(ItemId id, NamePathResolver resolver) { method getNamePathResolver (line 585) | protected NamePathResolver getNamePathResolver(SessionInfo sessionInfo... method getNamePathResolver (line 590) | private NamePathResolver getNamePathResolver(SessionInfoImpl sessionIn... method getClientKey (line 607) | private static Object getClientKey(SessionInfo sessionInfo) { method getClient (line 611) | protected HttpClient getClient(SessionInfo sessionInfo) throws Reposit... method getContext (line 625) | protected HttpContext getContext(SessionInfo sessionInfo) throws Repos... method removeClient (line 647) | private void removeClient(SessionInfo sessionInfo) { method getItemUri (line 652) | protected String getItemUri(ItemId itemId, SessionInfo sessionInfo) th... method getItemUri (line 656) | protected String getItemUri(ItemId itemId, SessionInfo sessionInfo, St... method clearItemUriCache (line 666) | protected void clearItemUriCache(SessionInfo sessionInfo) { method getItemUri (line 670) | private String getItemUri(NodeId parentId, Name childName, method getParentId (line 681) | private NodeId getParentId(String baseUri, DavPropertySet propSet, Ses... method getUniqueID (line 695) | String getUniqueID(DavPropertySet propSet) { method getQName (line 704) | Name getQName(DavPropertySet propSet, NamePathResolver resolver) throw... method getIndex (line 720) | int getIndex(DavPropertySet propSet) { method execute (line 733) | private HttpResponse execute(BaseDavRequest request, SessionInfo sessi... method getIdFactory (line 749) | @Override method getNameFactory (line 754) | @Override method getPathFactory (line 759) | @Override method getQValueFactory (line 764) | @Override method getItemInfoCache (line 769) | @Override method getRepositoryDescriptors (line 774) | @Override method obtain (line 832) | @Override method obtain (line 839) | @Override method impersonate (line 846) | @Override method obtain (line 851) | private SessionInfo obtain(CredentialsWrapper credentials, String work... method dispose (line 917) | @Override method getWorkspaceNames (line 923) | @Override method isGranted (line 955) | @Override method getPrivilegeDefinitions (line 1001) | @Override method getSupportedPrivileges (line 1006) | @Override method getPrivilegeNames (line 1012) | @Override method internalGetPrivilegeDefinitions (line 1052) | private PrivilegeDefinition[] internalGetPrivilegeDefinitions(SessionI... method fillSupportedPrivilegeMap (line 1104) | private static void fillSupportedPrivilegeMap(List... method getNodeDefinition (line 1116) | @Override method getPropertyDefinition (line 1121) | @Override method getItemDefinition (line 1133) | private QItemDefinition getItemDefinition(SessionInfo sessionInfo, Ite... method getNodeInfo (line 1194) | @Override method getItemInfos (line 1272) | @Override method buildNodeInfo (line 1291) | private NodeInfoImpl buildNodeInfo(String baseUri, MultiStatusResponse... method buildPropertyInfos (line 1308) | private List buildPropertyInfos(NodeInfo nInfo) throws R... method getChildInfos (line 1343) | @Override method buildChildInfo (line 1392) | private ChildInfo buildChildInfo(DavPropertySet properties, SessionInf... method getReferences (line 1400) | @Override method getPropertyInfo (line 1449) | @Override method getValues (line 1517) | private QValue[] getValues(InputStream response, NamePathResolver reso... method loadType (line 1554) | private int loadType(String propertyURI, HttpClient client, PropertyId... method createBatch (line 1583) | @Override method submit (line 1589) | @Override method createTree (line 1640) | @Override method importXml (line 1645) | @Override method move (line 1656) | @Override method copy (line 1680) | @Override method update (line 1701) | @Override method clone (line 1709) | @Override method getLockInfo (line 1715) | @Override method lock (line 1761) | @Override method lock (line 1767) | @Override method refreshLock (line 1797) | @Override method unlock (line 1816) | @Override method retrieveLockInfo (line 1844) | private LockInfo retrieveLockInfo(LockDiscovery lockDiscovery, Session... method checkin (line 1880) | @Override method checkout (line 1899) | @Override method checkout (line 1916) | @Override method checkpoint (line 1926) | @Override method checkpoint (line 1934) | @Override method removeVersion (line 1944) | @Override method restore (line 1961) | @Override method exists (line 1991) | private boolean exists(SessionInfo sInfo, String uri) { method restore (line 2007) | @Override method update (line 2018) | private void update(String uri, Path relPath, String[] updateSource, i... method merge (line 2054) | @Override method merge (line 2059) | @Override method resolveMergeConflict (line 2097) | @Override method addVersionLabel (line 2131) | @Override method removeVersionLabel (line 2150) | @Override method createActivity (line 2169) | @Override method removeActivity (line 2175) | @Override method mergeActivity (line 2181) | @Override method createConfiguration (line 2187) | @Override method getSupportedQueryLanguages (line 2193) | @Override method checkQueryStatement (line 2212) | @Override method executeQuery (line 2222) | @Override method createEventFilter (line 2260) | @Override method getEvents (line 2288) | @Override method getEvents (line 2299) | @Override method createSubscription (line 2363) | @Override method updateEventFilters (line 2382) | @Override method checkEventFilterSupport (line 2392) | private void checkEventFilterSupport(EventFilter[] filters) method dispose (line 2410) | @Override method subscribe (line 2419) | private String subscribe(String uri, SubscriptionInfo subscriptionInfo, method unsubscribe (line 2455) | private void unsubscribe(String uri, String subscriptionId, SessionInf... method resolveNodeType (line 2473) | private void resolveNodeType(Set resolved, Name ntName) { method poll (line 2485) | private EventBundle[] poll(String uri, String subscriptionId, long tim... method buildEventList (line 2530) | private List buildEventList(Element bundleElement, SessionInfoI... method getRegisteredNamespaces (line 2619) | @Override method getNamespaceURI (line 2663) | @Override method getNamespacePrefix (line 2675) | @Override method registerNamespace (line 2687) | @Override method unregisterNamespace (line 2702) | @Override method internalSetNamespaces (line 2726) | private void internalSetNamespaces(SessionInfo sessionInfo, Map retrieveQNodeTypeDefinitions(Ses... method createRegisterNodeTypesProperty (line 2919) | private DavProperty> createRegisterNodeTypesProp... method createUnRegisterNodeTypesProperty (line 2947) | private DavProperty> createUnRegisterNodeTypesPr... method createValuesProperty (line 2964) | private static DavProperty> createValuesProperty... method createNamespaceProperty (line 2981) | private static DavProperty> createNamespacePrope... method createNodeTypeProperty (line 3008) | private static DavProperty> createNodeTypeProper... method getDavComplianceClasses (line 3021) | private Set getDavComplianceClasses(SessionInfo sessionInfo) t... method isDavClass3 (line 3042) | private boolean isDavClass3(SessionInfo sessionInfo) { method obtainAbsolutePathFromUri (line 3051) | private static String obtainAbsolutePathFromUri(String uri) { method obtainAbsolutePathsFromUris (line 3066) | private static String[] obtainAbsolutePathsFromUris(String[] uris) { class BatchImpl (line 3080) | private class BatchImpl implements Batch { method BatchImpl (line 3092) | private BatchImpl(ItemId targetId, SessionInfo sessionInfo) throws R... method start (line 3098) | private HttpClient start() throws RepositoryException { method end (line 3129) | private void end(HttpClient client, boolean commit) throws Repositor... method dispose (line 3163) | private void dispose() { method checkConsumed (line 3168) | private void checkConsumed() { method isEmpty (line 3174) | private boolean isEmpty() { method requests (line 3178) | private Iterator requests() { method addNode (line 3183) | @Override method addProperty (line 3206) | @Override method addProperty (line 3217) | @Override method setValue (line 3238) | @Override method setValue (line 3256) | @Override method getEntity (line 3281) | private HttpEntity getEntity(QValue value) throws RepositoryException { method remove (line 3304) | @Override method reorderNodes (line 3316) | @Override method setMixins (line 3342) | @Override method setPrimaryType (line 3371) | @Override method move (line 3387) | @Override method setTree (line 3401) | @Override class NamespaceResolverImpl (line 3429) | private class NamespaceResolverImpl implements NamespaceResolver { method NamespaceResolverImpl (line 3438) | private NamespaceResolverImpl(SessionInfo sessionInfo) { method getURI (line 3442) | @Override method getPrefix (line 3452) | @Override class IdentifierResolverImpl (line 3464) | private class IdentifierResolverImpl implements IdentifierResolver { method IdentifierResolverImpl (line 3468) | private IdentifierResolverImpl(SessionInfo sessionInfo) { method buildPath (line 3472) | private Path buildPath(String uniqueID) throws RepositoryException { method resolvePath (line 3477) | private Path resolvePath(String jcrPath) throws RepositoryException { method getPath (line 3481) | @Override method checkFormat (line 3501) | @Override class NamePathResolverImpl (line 3510) | private class NamePathResolverImpl implements NamePathResolver { method NamePathResolverImpl (line 3515) | private NamePathResolverImpl(SessionInfo sessionInfo) { method NamePathResolverImpl (line 3522) | private NamePathResolverImpl(NamespaceResolver nsResolver) { method getQName (line 3527) | @Override method getJCRName (line 3532) | @Override method getQPath (line 3537) | @Override method getQPath (line 3542) | @Override method getJCRPath (line 3547) | @Override class NamespaceCache (line 3556) | private static class NamespaceCache extends AbstractNamespaceResolver { method getNamespaces (line 3561) | public Map getNamespaces() { method add (line 3565) | public void add(String prefix, String uri) { method remove (line 3570) | public void remove(String prefix, String uri) { method getURI (line 3577) | @Override method getPrefix (line 3587) | @Override FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/SessionInfoImpl.java class SessionInfoImpl (line 30) | public class SessionInfoImpl extends org.apache.jackrabbit.spi.commons.S... method SessionInfoImpl (line 41) | SessionInfoImpl(CredentialsWrapper creds, String workspaceName) { method getUserID (line 51) | @Override method getCredentials (line 58) | CredentialsWrapper getCredentials() { method getSessionIdentifier (line 62) | String getSessionIdentifier() { method getLastBatchId (line 72) | String getLastBatchId() { method setLastBatchId (line 81) | void setLastBatchId(String batchId) { method getNamePathResolver (line 85) | NamePathResolver getNamePathResolver() { method setNamePathResolver (line 89) | void setNamePathResolver(NamePathResolver resolver) { method getAllLockTokens (line 102) | Set getAllLockTokens() { method addLockToken (line 108) | void addLockToken(String token, boolean sessionScoped) { method removeLockToken (line 116) | void removeLockToken(String token, boolean sessionScoped) { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/Spi2davRepositoryServiceFactory.java class Spi2davRepositoryServiceFactory (line 42) | public class Spi2davRepositoryServiceFactory implements RepositoryServic... method createRepositoryService (line 88) | public RepositoryService createRepositoryService(Map parameters)... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/URIResolver.java type URIResolver (line 29) | interface URIResolver { method getQPath (line 31) | Path getQPath(String uri, SessionInfo sessionInfo) throws RepositoryEx... method getNodeId (line 33) | NodeId getNodeId(String uri, SessionInfo sessionInfo) throws Repositor... method getNodeIdAfterEvent (line 35) | NodeId getNodeIdAfterEvent(String uri, SessionInfo sessionInfo, boolea... method getPropertyId (line 37) | PropertyId getPropertyId(String uri, SessionInfo sessionInfo) throws R... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/URIResolverImpl.java class URIResolverImpl (line 55) | class URIResolverImpl implements URIResolver { method URIResolverImpl (line 65) | URIResolverImpl(URI repositoryUri, RepositoryServiceImpl service, Docu... method getCache (line 71) | private IdURICache getCache(String workspaceName) { method getRepositoryUri (line 81) | String getRepositoryUri() { method getWorkspaceUri (line 85) | String getWorkspaceUri(String workspaceName) { method getRootItemUri (line 93) | String getRootItemUri(String workspaceName) { method getItemUri (line 97) | String getItemUri(ItemId itemId, String workspaceName, SessionInfo ses... method resolve (line 171) | private static String resolve(String wspUri, String href) throws Repos... method buildNodeId (line 182) | protected NodeId buildNodeId(NodeId parentId, String baseUri, MultiSta... method buildPropertyId (line 206) | PropertyId buildPropertyId(NodeId parentId, MultiStatusResponse response, method clearCacheEntries (line 228) | void clearCacheEntries(ItemId itemId, SessionInfo sessionInfo) { method clearCacheEntries (line 235) | void clearCacheEntries(SessionInfo sessionInfo) { method isSameURI (line 240) | private static boolean isSameURI(String uri1, String uri2) { method getCleanURI (line 245) | private static String getCleanURI(String uri) { method getNodeId (line 253) | private NodeId getNodeId(String uri, SessionInfo sessionInfo, boolean ... method getQPath (line 310) | public Path getQPath(String uri, SessionInfo sessionInfo) throws Repos... method getNodeId (line 329) | public NodeId getNodeId(String uri, SessionInfo sessionInfo) throws Re... method getNodeIdAfterEvent (line 336) | public NodeId getNodeIdAfterEvent(String uri, SessionInfo sessionInfo,... method getPropertyId (line 343) | public PropertyId getPropertyId(String uri, SessionInfo sessionInfo) t... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/BatchReadConfig.java type BatchReadConfig (line 29) | public interface BatchReadConfig { method getDepth (line 41) | public int getDepth(Path path, PathResolver resolver) throws Namespace... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/ChildInfoImpl.java class ChildInfoImpl (line 24) | public class ChildInfoImpl implements ChildInfo { method ChildInfoImpl (line 51) | public ChildInfoImpl(Name name, String uniqueId, int index) { method getName (line 63) | public Name getName() { method getUniqueID (line 70) | public String getUniqueID() { method getIndex (line 77) | public int getIndex() { method hashCode (line 85) | @Override method equals (line 105) | @Override method toString (line 121) | @Override FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/HttpPost.java class HttpPost (line 26) | public class HttpPost extends BaseDavRequest { method HttpPost (line 28) | public HttpPost(URI uri) { method HttpPost (line 32) | public HttpPost(String uri) { method getMethod (line 36) | @Override method succeeded (line 41) | @Override FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/ItemInfoImpl.java class ItemInfoImpl (line 30) | public abstract class ItemInfoImpl implements ItemInfo, Serializable { method ItemInfoImpl (line 49) | public ItemInfoImpl(Path path, boolean isNode) throws RepositoryExcept... method getName (line 60) | public Name getName() { method denotesNode (line 67) | public boolean denotesNode() { method getPath (line 74) | public Path getPath() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/ItemInfoJSONHandler.java class ItemInfoJsonHandler (line 50) | class ItemInfoJsonHandler implements JsonHandler { method ItemInfoJsonHandler (line 78) | ItemInfoJsonHandler(NamePathResolver resolver, NodeInfo nInfo, method object (line 96) | public void object() throws IOException { method endObject (line 113) | public void endObject() throws IOException { method array (line 143) | public void array() throws IOException { method endArray (line 148) | public void endArray() throws IOException { method key (line 176) | public void key(String key) throws IOException { method value (line 217) | public void value(String value) throws IOException { method value (line 247) | public void value(boolean value) throws IOException { method value (line 270) | public void value(long value) throws IOException { method value (line 297) | public void value(double value) throws IOException { method value (line 315) | private void value(QValue value) throws RepositoryException { method getItemInfos (line 344) | Iterator getItemInfos() { method getCurrentNodeInfo (line 348) | private NodeInfoImpl getCurrentNodeInfo() { method getCurrentPropInfos (line 352) | private List getCurrentPropInfos() { method getValueURI (line 356) | private String getValueURI() throws RepositoryException { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/NodeInfoImpl.java class NodeInfoImpl (line 39) | public class NodeInfoImpl extends ItemInfoImpl implements NodeInfo { method NodeInfoImpl (line 56) | public NodeInfoImpl(NodeId id, Path path) throws RepositoryException { method getId (line 62) | public NodeId getId() { method getIndex (line 66) | public int getIndex() { method getNodetype (line 70) | public Name getNodetype() { method getMixins (line 74) | public Name[] getMixins() { method getReferences (line 78) | public PropertyId[] getReferences() { method getPropertyIds (line 82) | public Iterator getPropertyIds() { method getChildInfos (line 86) | public Iterator getChildInfos() { method setPropertyInfos (line 91) | void setPropertyInfos(PropertyInfoImpl[] propInfos, IdFactory idFactor... method addChildInfo (line 120) | void addChildInfo(ChildInfo childInfo) { method markAsLeafNode (line 127) | void markAsLeafNode() { method isCompleted (line 131) | boolean isCompleted() { method getUniqueID (line 135) | String getUniqueID() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/PropertyInfoImpl.java class PropertyInfoImpl (line 30) | public class PropertyInfoImpl extends ItemInfoImpl implements PropertyIn... method PropertyInfoImpl (line 38) | public PropertyInfoImpl(PropertyId id, Path path, int propertyType, method PropertyInfoImpl (line 47) | public PropertyInfoImpl(PropertyId id, Path path, int propertyType, QV... method getId (line 56) | public PropertyId getId() { method getType (line 60) | public int getType() { method isMultiValued (line 69) | public boolean isMultiValued() { method getValues (line 73) | public QValue[] getValues() { method setId (line 78) | void setId(PropertyId id) { method checkCompleted (line 82) | void checkCompleted() throws RepositoryException { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/QValueFactoryImpl.java class QValueFactoryImpl (line 62) | class QValueFactoryImpl extends org.apache.jackrabbit.spi.commons.value.... method QValueFactoryImpl (line 81) | public QValueFactoryImpl() { method QValueFactoryImpl (line 85) | QValueFactoryImpl(NamePathResolver resolver, ValueLoader loader) { method create (line 99) | QValue create(long length, String uri, int index) { method retrieveType (line 113) | int retrieveType(String uri) throws IOException, RepositoryException { class BinaryQValue (line 125) | private class BinaryQValue extends AbstractQValue implements ValueLoad... method BinaryQValue (line 161) | private BinaryQValue(long length, String uri, int index) { method init (line 187) | private void init(InputStream in, boolean temp) throws IOException { method getLength (line 249) | @Override method getStream (line 270) | public InputStream getStream() throws RepositoryException { method getName (line 298) | @Override method getPath (line 306) | @Override method discard (line 317) | @Override method reset (line 341) | public void reset() { method toString (line 366) | @Override method equals (line 382) | @Override method hashCode (line 448) | @Override method loadBinary (line 455) | private synchronized void loadBinary() throws RepositoryException, I... method preInitialize (line 465) | private void preInitialize(String[] headerNames) throws IOException,... method preInitialized (line 476) | private boolean preInitialized() { method equalValue (line 486) | private boolean equalValue(String key, Map map1, Map... method containKey (line 494) | private boolean containKey(String key, Map map1, Map... method writeObject (line 499) | private void writeObject(ObjectOutputStream out) method readObject (line 524) | private void readObject(ObjectInputStream in) method setStream (line 547) | public void setStream(InputStream in) throws IOException { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/RepositoryServiceImpl.java class RepositoryServiceImpl (line 94) | public class RepositoryServiceImpl extends org.apache.jackrabbit.spi2dav... method RepositoryServiceImpl (line 162) | public RepositoryServiceImpl(String jcrServerURI, BatchReadConfig batc... method RepositoryServiceImpl (line 177) | public RepositoryServiceImpl(String jcrServerURI, String defaultWorksp... method getPath (line 202) | private Path getPath(ItemId itemId, SessionInfo sessionInfo) throws Re... method getPath (line 206) | private Path getPath(ItemId itemId, SessionInfo sessionInfo, String wo... method getURI (line 237) | private String getURI(Path path, SessionInfo sessionInfo) throws Repos... method getURI (line 244) | private String getURI(ItemId itemId, SessionInfo sessionInfo) throws R... method getRootURI (line 253) | private String getRootURI(SessionInfo sessionInfo) { method getWorkspaceURI (line 259) | private String getWorkspaceURI(SessionInfo sessionInfo) { method getQValueFactory (line 269) | private QValueFactoryImpl getQValueFactory(SessionInfo sessionInfo) th... method obtain (line 292) | @Override method obtain (line 306) | @Override method dispose (line 317) | @Override method getItemInfos (line 328) | @Override method getPropertyInfo (line 378) | @Override method createBatch (line 436) | @Override method submit (line 441) | @Override method createTree (line 456) | @Override method copy (line 461) | @Override method clone (line 501) | @Override method addIfHeader (line 541) | private static void addIfHeader(SessionInfo sInfo, HttpUriRequest requ... class BatchImpl (line 552) | private class BatchImpl implements Batch { method BatchImpl (line 572) | private BatchImpl(ItemId targetId, SessionInfo sessionInfo) { method start (line 580) | private void start() throws RepositoryException { method dispose (line 625) | private void dispose() { method checkConsumed (line 636) | private void checkConsumed() { method isEmpty (line 642) | private boolean isEmpty() { method assertMethod (line 646) | private void assertMethod() throws RepositoryException { method addNode (line 661) | @Override method addProperty (line 683) | @Override method addProperty (line 690) | @Override method setValue (line 697) | @Override method setValue (line 704) | @Override method remove (line 711) | @Override method reorderNodes (line 728) | @Override method setMixins (line 752) | @Override method setPrimaryType (line 766) | @Override method move (line 777) | @Override method setTree (line 790) | @Override method appendDiff (line 809) | private void appendDiff(char symbol, String targetPath, String value) { method setProperty (line 824) | private void setProperty(Path propPath, QValue value, boolean clearP... method setProperty (line 838) | private void setProperty(Path propPath, QValue[] values, boolean cle... method clearPreviousSetProperty (line 859) | private void clearPreviousSetProperty(String jcrPropPath) { method calcRemovePath (line 875) | private Path calcRemovePath(Path removedNodePath) throws RepositoryE... class JsonTree (line 903) | class JsonTree extends AbstractTree { method JsonTree (line 910) | JsonTree(SessionInfo sessionInfo, Name nodeName, Name ntName, String... method createChild (line 916) | @Override method addProperty (line 922) | @Override method addProperty (line 936) | @Override method createPath (line 956) | private String createPath(NodeId parentId, Name propertyName) throws... method toJsonString (line 962) | String toJsonString(List batchParts, List bins... method createJsonNodeFragment (line 976) | private String createJsonNodeFragment(StringBuilder json, JsonTree t... method getProperties (line 999) | private StringBuilder getProperties() { method getParts (line 1003) | private List getParts() { method getBinaries (line 1007) | private List getBinaries() { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/Spi2davexRepositoryServiceFactory.java class Spi2davexRepositoryServiceFactory (line 36) | public class Spi2davexRepositoryServiceFactory implements RepositoryServ... method createRepositoryService (line 81) | public RepositoryService createRepositoryService(Map parameters)... FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/Utils.java class Utils (line 37) | final class Utils { method Utils (line 42) | private Utils() {} method getJsonKey (line 44) | static String getJsonKey(String str) { method getJsonString (line 48) | static String getJsonString(QValue value) throws RepositoryException { method addPart (line 82) | static void addPart(String paramName, String value, List... method addPart (line 93) | static void addPart(String paramName, QValue value, NamePathResolver r... method removeParts (line 117) | static void removeParts(String paramName, List parts) { FILE: jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2davex/ValueLoader.java class ValueLoader (line 49) | class ValueLoader { method ValueLoader (line 54) | ValueLoader(HttpClient client, HttpContext context) { method loadBinary (line 59) | void loadBinary(String uri, int index, Target target) throws Repositor... method loadHeaders (line 74) | public Map loadHeaders(String uri, String[] headerName... method loadType (line 97) | int loadType(String uri) throws RepositoryException, IOException { type Target (line 132) | interface Target { method setStream (line 137) | void setStream(InputStream in) throws IOException; method reset (line 143) | void reset(); FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/ConnectionOptionsTest.java class ConnectionOptionsTest (line 25) | public class ConnectionOptionsTest { method testFromServiceParameterToServiceParameters (line 27) | @Test method testLegacyMaxConnectionsParameter (line 44) | @Test method testBuilder (line 52) | @Test FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/ConnectionTest.java class ConnectionTest (line 38) | public class ConnectionTest extends WebDAVTestBase { method setUp (line 42) | protected void setUp() throws Exception { method createRepositoryService (line 47) | RepositoryService createRepositoryService(boolean isViaHttps, final Ma... method testObtainWithoutTLS (line 61) | public void testObtainWithoutTLS() throws RepositoryException, URISynt... method testObtainWithTLSSelfSignedCertNotAllowed (line 66) | public void testObtainWithTLSSelfSignedCertNotAllowed() throws Reposit... method testObtainWithTLSSelfSignedCertAllowed (line 79) | public void testObtainWithTLSSelfSignedCertAllowed() throws Repository... method testObtainWithTLSSelfSignedCertAllowedAndHostnameVerificationDisabled (line 95) | public void testObtainWithTLSSelfSignedCertAllowedAndHostnameVerificat... method testObtainViaProxy (line 105) | public void testObtainViaProxy() throws URISyntaxException, Repository... method testObtainViaProxyWithInvalidCredentials (line 122) | public void testObtainViaProxyWithInvalidCredentials() throws URISynta... method testObtainViaProxyWithValidCredentials (line 158) | public void testObtainViaProxyWithValidCredentials() throws URISyntaxE... method testObtainInvalidURIWithConnectionTimeout (line 193) | public void testObtainInvalidURIWithConnectionTimeout() throws URISynt... FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/DavPropertyTest.java class DavPropertyTest (line 61) | public class DavPropertyTest extends AbstractSPITest implements ItemReso... method setUp (line 70) | @Override method tearDown (line 101) | @Override method getNodeId (line 113) | private NodeId getNodeId(String path) throws RepositoryException { method getPropertyId (line 118) | private PropertyId getPropertyId(NodeId nodeID, Name propName) throws ... method assertPropertyNames (line 122) | private static void assertPropertyNames(DavPropertyNameSet expected, D... method doPropFindNames (line 136) | private DavPropertyNameSet doPropFindNames(String uri) throws Exception { method doPropFindAll (line 147) | private DavPropertyNameSet doPropFindAll(String uri) throws Exception { method doPropFindByProp (line 158) | private DavPropertyNameSet doPropFindByProp(String uri, DavPropertyNam... method testRepositoryRoot (line 169) | public void testRepositoryRoot() throws Exception { method testWorkspace (line 218) | public void testWorkspace() throws Exception { method testProperty (line 281) | public void testProperty() throws Exception { method testMVProperty (line 364) | public void testMVProperty() throws Exception { method testRootNode (line 447) | public void testRootNode() throws Exception { method testNode (line 537) | public void testNode() throws Exception { method testReferenceableNode (line 630) | public void testReferenceableNode() throws Exception { method testNodeWithPrimaryItem (line 732) | public void testNodeWithPrimaryItem() throws Exception { method testCheckedOutVersionableNode (line 850) | public void testCheckedOutVersionableNode() throws Exception { method testCheckedInVersionableNode (line 966) | public void testCheckedInVersionableNode() throws Exception { method testVersion (line 1081) | public void testVersion() throws Exception { method testVersionHistory (line 1199) | public void testVersionHistory() throws Exception { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/IdURICacheTest.java class IdURICacheTest (line 24) | public class IdURICacheTest { method testException (line 26) | @Test FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/RepositoryServiceImplIT.java class RepositoryServiceImplIT (line 42) | public class RepositoryServiceImplIT { method canConnectTo (line 47) | static boolean canConnectTo(String urlSpec) throws MalformedURLExcepti... method testGetAgainstTrustedCertServer (line 58) | @Test method testGetAgainstTrustedCertServerWithSystemProperties (line 68) | @Test method setOrClearSystemProperty (line 93) | private static void setOrClearSystemProperty(String key, String value) { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/RepositoryServiceImplTest.java class RepositoryServiceImplTest (line 34) | public class RepositoryServiceImplTest { method testWithSystemPropertiesAndIncompatibleConnectionOptions (line 36) | @Test method getRepositoryService (line 44) | static RepositoryServiceImpl getRepositoryService(String uri, Connecti... FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/RepositoryStubImpl.java class RepositoryStubImpl (line 44) | public class RepositoryStubImpl extends RepositoryStub { method RepositoryStubImpl (line 59) | public RepositoryStubImpl(Properties env) { method getRepository (line 63) | @Override method createService (line 81) | protected RepositoryService createService(String uri) throws Repositor... method getKnownPrincipal (line 89) | @Override method getUnknownPrincipal (line 95) | @Override FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/ServiceStubImpl.java class ServiceStubImpl (line 38) | public class ServiceStubImpl extends RepositoryServiceStub { method ServiceStubImpl (line 53) | public ServiceStubImpl(Properties env) { method getRepositoryService (line 57) | @Override method getAdminCredentials (line 70) | @Override method getReadOnlyCredentials (line 79) | @Override FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2dav/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/BatchTest.java class BatchTest (line 54) | public class BatchTest extends AbstractSPITest { method setUp (line 61) | @Override method tearDown (line 86) | @Override method testAddNode (line 98) | public void testAddNode() throws RepositoryException { method testImport (line 127) | public void testImport() throws RepositoryException { method testSetMixin (line 163) | public void testSetMixin() throws RepositoryException { method testMove (line 180) | public void testMove() throws RepositoryException { method testReorder (line 203) | public void testReorder() throws RepositoryException { method testReorder1 (line 225) | public void testReorder1() throws RepositoryException { method testRemove (line 247) | public void testRemove() throws RepositoryException { method testEmptyValueArray (line 269) | public void testEmptyValueArray() throws RepositoryException { method testEmptyValueArray2 (line 298) | public void testEmptyValueArray2() throws RepositoryException { method testMultiValuedProperty (line 316) | public void testMultiValuedProperty() throws RepositoryException { method testSetBinaryValue (line 331) | public void testSetBinaryValue() throws RepositoryException, IOExcepti... method testSetEmptyBinaryValue (line 345) | public void testSetEmptyBinaryValue() throws RepositoryException, IOEx... method testSetBinaryValues (line 368) | public void testSetBinaryValues() throws RepositoryException, IOExcept... method testSetMixedBinaryValues (line 397) | public void testSetMixedBinaryValues() throws RepositoryException, IOE... method testSetEmptyBinaryValues (line 426) | public void testSetEmptyBinaryValues() throws RepositoryException, IOE... method testBinary (line 455) | public void testBinary() throws RepositoryException, IOException { method testSetDoubleValue (line 480) | public void testSetDoubleValue() throws RepositoryException { method testSetLongValue (line 502) | public void testSetLongValue() throws RepositoryException { method testSetDateValue (line 524) | public void testSetDateValue() throws RepositoryException { method testSetStringValue (line 546) | public void testSetStringValue() throws RepositoryException { method testSetNameValue (line 577) | public void testSetNameValue() throws RepositoryException { method testSetPathValue (line 603) | public void testSetPathValue() throws RepositoryException { method testSetBooleanValue (line 623) | public void testSetBooleanValue() throws RepositoryException { method testSetReferenceValue (line 642) | public void testSetReferenceValue() throws RepositoryException { method testSetWeakReferenceValue (line 669) | public void testSetWeakReferenceValue() throws RepositoryException { method testSetPropertyTwice (line 696) | public void testSetPropertyTwice() throws RepositoryException { method testUseConsumedBatch (line 724) | public void testUseConsumedBatch() throws RepositoryException { method getNodeId (line 739) | private NodeId getNodeId(String path) throws NamespaceException, Repos... method getPropertyId (line 743) | private PropertyId getPropertyId(NodeId nId, Name propName) throws Rep... method getPropertyInfo (line 747) | private PropertyInfo getPropertyInfo(NodeId parentId, Name propName) t... FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/CloneTest.java class CloneTest (line 39) | public class CloneTest extends AbstractSPITest { method setUp (line 49) | @Override method tearDown (line 77) | @Override method getNodeId (line 103) | private NodeId getNodeId(String path) throws RepositoryException { method testClone (line 107) | public void testClone() throws RepositoryException { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/ConnectionTest.java class ConnectionTest (line 34) | public class ConnectionTest extends AbstractSPITest { method setUp (line 39) | @Override method testObtainWithNullWorkspaceName (line 54) | public void testObtainWithNullWorkspaceName() throws RepositoryExcepti... FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/CopyTest.java class CopyTest (line 38) | public class CopyTest extends AbstractSPITest { method setUp (line 47) | @Override method tearDown (line 72) | @Override method getNodeId (line 98) | private NodeId getNodeId(String path) throws RepositoryException { method testCopy (line 102) | public void testCopy() throws RepositoryException { method testCopyAcrossWorkspaces (line 126) | public void testCopyAcrossWorkspaces() throws RepositoryException { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/CreateFileTest.java class CreateFileTest (line 47) | public class CreateFileTest extends AbstractSPITest { method setUp (line 58) | @Override method tearDown (line 87) | @Override method getNodeId (line 99) | private NodeId getNodeId(String path) throws RepositoryException { method testCreateFile (line 104) | public void testCreateFile() throws RepositoryException, IOException { method testCreateFileWithNonLatinCharacters (line 109) | public void testCreateFileWithNonLatinCharacters() throws RepositoryEx... method testPropertiesWithNonLatinCharacters (line 114) | public void testPropertiesWithNonLatinCharacters() throws RepositoryEx... method createFile (line 133) | private void createFile(Name fileName) throws RepositoryException, IOE... FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/ExtensionTest.java class ExtensionTest (line 41) | public class ExtensionTest extends AbstractSPITest { method setUp (line 48) | @Override method tearDown (line 65) | @Override method createTestNode (line 75) | private void createTestNode(String testPath) throws RepositoryException { method removeTestNode (line 82) | private void removeTestNode(String path) throws RepositoryException { method getNodeId (line 88) | private NodeId getNodeId(String path) throws NamespaceException, Repos... method assertProperDepthExtensionHandling (line 92) | private void assertProperDepthExtensionHandling(String path, String na... method testJsonExtension (line 110) | public void testJsonExtension() throws RepositoryException { method testNumberExtension (line 114) | public void testNumberExtension() throws RepositoryException { method testNumberJsonExtension (line 118) | public void testNumberJsonExtension() throws RepositoryException { method testNumberJsonExtension2 (line 122) | public void testNumberJsonExtension2() throws RepositoryException { method testMultipleNodes (line 126) | public void testMultipleNodes() throws RepositoryException { method testIndex (line 136) | public void testIndex() throws RepositoryException { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/ReadTest.java class ReadTest (line 39) | public class ReadTest extends AbstractSPITest { method setUp (line 46) | @Override method tearDown (line 71) | @Override method testReadNode (line 83) | public void testReadNode() throws RepositoryException { method testReadNonExistingNode (line 88) | public void testReadNonExistingNode() throws RepositoryException { method testReadNonExistingNode2 (line 98) | public void testReadNonExistingNode2() throws RepositoryException { method testReadPropertyAsNode (line 108) | public void testReadPropertyAsNode() throws RepositoryException { method testReadNonExistingProperty (line 118) | public void testReadNonExistingProperty() throws RepositoryException { method getNodeId (line 131) | private NodeId getNodeId(String path) throws NamespaceException, Repos... method getPropertyId (line 135) | private PropertyId getPropertyId(NodeId nId, Name propName) throws Rep... FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/RepositoryStubImpl.java class RepositoryStubImpl (line 32) | public class RepositoryStubImpl extends org.apache.jackrabbit.spi2dav.Re... method RepositoryStubImpl (line 42) | public RepositoryStubImpl(Properties env) { method createService (line 46) | @Override FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/ServiceStubImpl.java class ServiceStubImpl (line 29) | public class ServiceStubImpl extends org.apache.jackrabbit.spi2dav.Servi... method ServiceStubImpl (line 42) | public ServiceStubImpl(Properties env) { method getRepositoryService (line 46) | @Override FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/spi2davex/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-spi2dav/src/test/java/org/apache/jackrabbit/test/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/BatchReadConfig.java class BatchReadConfig (line 29) | public class BatchReadConfig { method getDepth (line 48) | public int getDepth(Name ntName) { method setDepth (line 62) | public void setDepth(Name ntName, int depth) { FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/ChildInfoImpl.java class ChildInfoImpl (line 31) | class ChildInfoImpl extends org.apache.jackrabbit.spi.commons.ChildInfoI... method ChildInfoImpl (line 45) | public ChildInfoImpl(Node node, NamePathResolver resolver) method getUniqueId (line 58) | private static String getUniqueId(Node node) throws RepositoryException { FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/EventFactory.java class EventFactory (line 47) | class EventFactory { method EventFactory (line 57) | public EventFactory(Session session, method fromJCREvent (line 67) | public Event fromJCREvent(javax.jcr.observation.Event e) method getNodeTypeNames (line 146) | private static Name[] getNodeTypeNames(NodeType[] nt, NameResolver res... FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/EventSubscription.java class EventSubscription (line 43) | class EventSubscription implements Subscription, EventListener { method EventSubscription (line 91) | EventSubscription(IdFactory idFactory, method setFilters (line 110) | void setFilters(EventFilter[] filters) throws RepositoryException { method dispose (line 126) | void dispose() throws RepositoryException { method onEvent (line 142) | public void onEvent(javax.jcr.observation.EventIterator events) { method getLocalEventListener (line 150) | EventListener getLocalEventListener() { method getEventBundles (line 161) | EventBundle[] getEventBundles(long timeout) { method createEventBundle (line 199) | private void createEventBundle(javax.jcr.observation.EventIterator eve... FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/IdFactoryImpl.java class IdFactoryImpl (line 36) | class IdFactoryImpl extends AbstractIdFactory { method IdFactoryImpl (line 40) | private IdFactoryImpl() {} method getInstance (line 42) | public static IdFactory getInstance() { method getPathFactory (line 46) | @Override method createNodeId (line 58) | public NodeId createNodeId(Node node) throws RepositoryException { method createPropertyId (line 72) | public PropertyId createPropertyId(Property property, FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/LockInfoImpl.java class LockInfoImpl (line 29) | class LockInfoImpl extends org.apache.jackrabbit.spi.commons.LockInfoImpl { method LockInfoImpl (line 39) | private LockInfoImpl(Lock lock, IdFactoryImpl idFactory) throws Reposi... method createLockInfo (line 53) | public static LockInfo createLockInfo(Lock lock, IdFactoryImpl idFacto... FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/NodeInfoImpl.java class NodeInfoImpl (line 39) | class NodeInfoImpl extends org.apache.jackrabbit.spi.commons.NodeInfoImpl { method NodeInfoImpl (line 50) | public NodeInfoImpl(Node node, method getNodeTypeNames (line 74) | private static Name[] getNodeTypeNames(NodeType[] nt, method getPropertyIds (line 95) | private static Iterator getPropertyIds(PropertyIterator pr... method getChildInfos (line 106) | private static Iterator getChildInfos(NodeIterator childNodes, FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/PropertyInfoImpl.java class PropertyInfoImpl (line 33) | class PropertyInfoImpl method PropertyInfoImpl (line 46) | public PropertyInfoImpl(Property property, method getValues (line 65) | private static QValue[] getValues(Property property, FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/QueryInfoImpl.java class QueryInfoImpl (line 37) | class QueryInfoImpl implements QueryInfo { method QueryInfoImpl (line 84) | public QueryInfoImpl(QueryResult result, method getRows (line 100) | public RangeIterator getRows() { method getColumnNames (line 124) | public String[] getColumnNames() { method getSelectorNames (line 131) | public String[] getSelectorNames() { FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/QueryResultRowImpl.java class QueryResultRowImpl (line 41) | class QueryResultRowImpl implements QueryResultRow { method QueryResultRowImpl (line 70) | public QueryResultRowImpl(Row row, method getNodeId (line 109) | public NodeId getNodeId(String selectorName) { method getScore (line 121) | public double getScore(String selectorName) { method getValues (line 142) | public QValue[] getValues() { FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/RepositoryServiceImpl.java class RepositoryServiceImpl (line 140) | public class RepositoryServiceImpl implements RepositoryService { method RepositoryServiceImpl (line 171) | public RepositoryServiceImpl(Repository repository, BatchReadConfig ba... method RepositoryServiceImpl (line 183) | public RepositoryServiceImpl(Repository repository, BatchReadConfig ba... method getIdFactory (line 203) | public IdFactory getIdFactory() { method getNameFactory (line 210) | public NameFactory getNameFactory() { method getPathFactory (line 217) | public PathFactory getPathFactory() { method getQValueFactory (line 224) | public QValueFactory getQValueFactory() { method getItemInfoCache (line 231) | public ItemInfoCache getItemInfoCache(SessionInfo sessionInfo) throws ... method getRepositoryDescriptors (line 238) | public Map getRepositoryDescriptors() throws Reposit... method obtain (line 269) | public SessionInfo obtain(Credentials credentials, String workspaceName) method obtain (line 278) | public SessionInfo obtain(SessionInfo sessionInfo, String workspaceName) method impersonate (line 288) | public SessionInfo impersonate(SessionInfo sessionInfo, Credentials cr... method dispose (line 297) | public void dispose(SessionInfo sessionInfo) throws RepositoryException { method getWorkspaceNames (line 308) | public String[] getWorkspaceNames(SessionInfo sessionInfo) method isGranted (line 317) | public boolean isGranted(SessionInfo sessionInfo, method getPrivilegeDefinitions (line 343) | @Override method getPrivilegeNames (line 377) | @Override method getSupportedPrivileges (line 391) | public PrivilegeDefinition[] getSupportedPrivileges(SessionInfo sessio... method getNodeDefinition (line 415) | public QNodeDefinition getNodeDefinition(SessionInfo sessionInfo, method getPropertyDefinition (line 430) | public QPropertyDefinition getPropertyDefinition(SessionInfo sessionInfo, method getNodeInfo (line 447) | public NodeInfo getNodeInfo(SessionInfo sessionInfo, NodeId nodeId) method getItemInfos (line 461) | public Iterator getItemInfos(SessionInfo sessionIn... method getChildInfos (line 525) | public Iterator getChildInfos(SessionInfo sessionInfo, Node... method getReferences (line 544) | public Iterator getReferences(SessionInfo sessionInfo, Nod... method getPropertyInfo (line 565) | public PropertyInfo getPropertyInfo(SessionInfo sessionInfo, method createBatch (line 580) | public Batch createBatch(SessionInfo sessionInfo, ItemId itemId) method submit (line 588) | public void submit(Batch batch) throws PathNotFoundException, ItemNotF... method createTree (line 597) | @Override method importXml (line 605) | public void importXml(final SessionInfo sessionInfo, method move (line 626) | public void move(final SessionInfo sessionInfo, method copy (line 648) | public void copy(final SessionInfo sessionInfo, method update (line 679) | public void update(final SessionInfo sessionInfo, method clone (line 695) | public void clone(final SessionInfo sessionInfo, method getLockInfo (line 722) | public LockInfo getLockInfo(SessionInfo sessionInfo, NodeId nodeId) method lock (line 737) | public LockInfo lock(final SessionInfo sessionInfo, method lock (line 755) | public LockInfo lock(SessionInfo sessionInfo, final NodeId nodeId, fin... method refreshLock (line 771) | public void refreshLock(SessionInfo sessionInfo, NodeId nodeId) method unlock (line 779) | public void unlock(final SessionInfo sessionInfo, final NodeId nodeId) method checkin (line 793) | public NodeId checkin(final SessionInfo sessionInfo, final NodeId nodeId) method checkout (line 807) | public void checkout(final SessionInfo sessionInfo, final NodeId nodeId) method checkout (line 821) | public void checkout(final SessionInfo sessionInfo, final NodeId nodeI... method checkpoint (line 841) | public NodeId checkpoint(SessionInfo sessionInfo, final NodeId nodeId)... method checkpoint (line 855) | public NodeId checkpoint(SessionInfo sessionInfo, final NodeId nodeId,... method removeVersion (line 876) | public void removeVersion(final SessionInfo sessionInfo, method restore (line 898) | public void restore(final SessionInfo sessionInfo, method hasNode (line 940) | private boolean hasNode(SessionInfo sessionInfo, NodeId nodeId) throws... method restore (line 955) | public void restore(final SessionInfo sessionInfo, method merge (line 980) | public Iterator merge(final SessionInfo sessionInfo, method merge (line 1003) | public Iterator merge(final SessionInfo sessionInfo, method resolveMergeConflict (line 1027) | public void resolveMergeConflict(final SessionInfo sessionInfo, method addVersionLabel (line 1070) | public void addVersionLabel(final SessionInfo sessionInfo, method removeVersionLabel (line 1096) | public void removeVersionLabel(final SessionInfo sessionInfo, method createActivity (line 1119) | public NodeId createActivity(SessionInfo sessionInfo, final String tit... method removeActivity (line 1133) | public void removeActivity(SessionInfo sessionInfo, final NodeId activ... method mergeActivity (line 1147) | public Iterator mergeActivity(SessionInfo sessionInfo, final N... method createConfiguration (line 1166) | public NodeId createConfiguration(SessionInfo sessionInfo, final NodeI... method getSupportedQueryLanguages (line 1181) | public String[] getSupportedQueryLanguages(SessionInfo sessionInfo) method checkQueryStatement (line 1190) | public String[] checkQueryStatement(SessionInfo sessionInfo, method executeQuery (line 1203) | public QueryInfo executeQuery(SessionInfo sessionInfo, String statemen... method createEventFilter (line 1226) | public EventFilter createEventFilter(SessionInfo sessionInfo, method createSubscription (line 1244) | public Subscription createSubscription(SessionInfo sessionInfo, method getEvents (line 1253) | public EventBundle[] getEvents(Subscription subscription, long timeout) method getEvents (line 1266) | public EventBundle getEvents(SessionInfo sessionInfo, method updateEventFilters (line 1297) | public void updateEventFilters(Subscription subscription, method dispose (line 1306) | public void dispose(Subscription subscription) throws RepositoryExcept... method getRegisteredNamespaces (line 1313) | public Map getRegisteredNamespaces(SessionInfo session... method getNamespaceURI (line 1327) | public String getNamespaceURI(SessionInfo sessionInfo, String prefix) method getNamespacePrefix (line 1336) | public String getNamespacePrefix(SessionInfo sessionInfo, String uri) method registerNamespace (line 1345) | public void registerNamespace(SessionInfo sessionInfo, method unregisterNamespace (line 1356) | public void unregisterNamespace(SessionInfo sessionInfo, String uri) method getQNodeTypeDefinitions (line 1366) | public Iterator getQNodeTypeDefinitions(SessionIn... method getQNodeTypeDefinitions (line 1385) | public Iterator getQNodeTypeDefinitions(SessionIn... method registerNodeTypes (line 1412) | public void registerNodeTypes(SessionInfo sessionInfo, QNodeTypeDefini... method unregisterNodeTypes (line 1427) | public void unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTy... method createWorkspace (line 1440) | public void createWorkspace(SessionInfo sessionInfo, String name, Stri... method deleteWorkspace (line 1453) | public void deleteWorkspace(SessionInfo sessionInfo, String name) thro... class BatchImpl (line 1461) | private final class BatchImpl implements Batch { method BatchImpl (line 1472) | BatchImpl(SessionInfoImpl sInfo) { method addNode (line 1477) | @Override method addProperty (line 1509) | @Override method addProperty (line 1526) | @Override method setValue (line 1545) | @Override method setValue (line 1559) | @Override method remove (line 1576) | @Override method calcRemoveNodeId (line 1601) | private NodeId calcRemoveNodeId(ItemId itemId) throws MalformedPathE... method reorderNodes (line 1624) | @Override method setMixins (line 1654) | @Override method setPrimaryType (line 1683) | @Override method move (line 1694) | @Override method setTree (line 1712) | @Override method executeGuarded (line 1742) | private void executeGuarded(Callable call) throws RepositoryException { method getJcrName (line 1759) | private String getJcrName(Name name) throws RepositoryException { method createXMLFragment (line 1766) | private String createXMLFragment(String nodeName, String ntName, Str... method end (line 1783) | private void end() throws AccessDeniedException, ItemExistsException, type Callable (line 1801) | private interface Callable { method run (line 1802) | public Object run() throws RepositoryException; method getSessionInfoImpl (line 1805) | private SessionInfoImpl getSessionInfoImpl(SessionInfo sessionInfo) method getEventSubscription (line 1815) | private EventSubscription getEventSubscription(Subscription subscription) method getDestinationPath (line 1825) | private String getDestinationPath(NodeId destParentNodeId, Name destNa... method pathForId (line 1834) | private String pathForId(ItemId id, SessionInfoImpl sessionInfo) method getParent (line 1864) | private Node getParent(NodeId parentId, SessionInfoImpl sessionInfo) t... method getNode (line 1878) | private Node getNode(NodeId id, SessionInfoImpl sessionInfo) throws It... method getNodePath (line 1898) | private String getNodePath(NodeId nodeId, SessionInfoImpl sessionInfo)... method getProperty (line 1903) | private Property getProperty(PropertyId id, SessionInfoImpl sessionInf... method getVersionManager (line 1919) | private VersionManager getVersionManager(SessionInfoImpl sessionInfo) ... method createQuery (line 1923) | private Query createQuery(Session session, method setNamespaceMappings (line 1949) | private Map setNamespaceMappings(Session session, Map<... method safeGetURI (line 1993) | private String safeGetURI(Session session, String prefix) method executeWithLocalEvents (line 2002) | private Object executeWithLocalEvents(Callable call, SessionInfoImpl s... FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/SessionInfoImpl.java class SessionInfoImpl (line 54) | class SessionInfoImpl implements SessionInfo { method SessionInfoImpl (line 90) | SessionInfoImpl(Session session, Credentials credentials, method getSession (line 127) | Session getSession() { method getNamePathResolver (line 134) | NamePathResolver getNamePathResolver() { method getCredentials (line 142) | Credentials getCredentials() throws RepositoryException { method getSubscriptions (line 147) | Collection getSubscriptions() { method createSubscription (line 162) | Subscription createSubscription(IdFactory idFactory, QValueFactory qVa... method removeSubscription (line 178) | void removeSubscription(EventSubscription subscription) { method duplicateCredentials (line 194) | public static Credentials duplicateCredentials(Credentials credentials) method getUserID (line 218) | public String getUserID() { method getWorkspaceName (line 225) | public String getWorkspaceName() { method getLockTokens (line 232) | public String[] getLockTokens() throws UnsupportedRepositoryOperationE... method addLockToken (line 239) | public void addLockToken(String lockToken) throws UnsupportedRepositor... method removeLockToken (line 246) | public void removeLockToken(String lockToken) throws UnsupportedReposi... method setUserData (line 250) | public void setUserData(String userData) throws RepositoryException { FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/Spi2jcrRepositoryServiceFactory.java class Spi2jcrRepositoryServiceFactory (line 29) | public class Spi2jcrRepositoryServiceFactory implements RepositoryServic... method createRepositoryService (line 48) | public RepositoryService createRepositoryService(Map parameters)... FILE: jackrabbit-spi2jcr/src/main/java/org/apache/jackrabbit/spi2jcr/XmlTree.java class XmlTree (line 29) | class XmlTree extends AbstractTree { method XmlTree (line 33) | protected XmlTree(Name nodeName, Name ntName, String uniqueId, NamePat... method createChild (line 38) | @Override method addProperty (line 44) | @Override method addProperty (line 50) | @Override method toXML (line 61) | String toXML() throws RepositoryException { method createXMLNodeFragment (line 67) | private static void createXMLNodeFragment(StringBuilder xml, XmlTree t... FILE: jackrabbit-spi2jcr/src/test/java/org/apache/jackrabbit/spi2jcr/RepositoryStubImpl.java class RepositoryStubImpl (line 39) | public class RepositoryStubImpl extends JackrabbitRepositoryStub { method RepositoryStubImpl (line 51) | public RepositoryStubImpl(Properties env) { method getRepository (line 60) | public Repository getRepository() throws RepositoryStubException { method getKnownPrincipal (line 76) | @Override method getRepositoryService (line 86) | public RepositoryService getRepositoryService() throws RepositoryStubE... FILE: jackrabbit-spi2jcr/src/test/java/org/apache/jackrabbit/spi2jcr/ServiceStubImpl.java class ServiceStubImpl (line 33) | public class ServiceStubImpl extends RepositoryServiceStub { method ServiceStubImpl (line 44) | public ServiceStubImpl(Properties env) { method getRepositoryService (line 48) | public RepositoryService getRepositoryService() throws RepositoryExcep... method getAdminCredentials (line 61) | public Credentials getAdminCredentials() { method getReadOnlyCredentials (line 69) | public Credentials getReadOnlyCredentials() { FILE: jackrabbit-spi2jcr/src/test/java/org/apache/jackrabbit/spi2jcr/jcr2spi/TestAll.java class TestAll (line 24) | public class TestAll extends TestCase { method suite (line 26) | public static Test suite() { FILE: jackrabbit-spi2jcr/src/test/java/org/apache/jackrabbit/spi2jcr/spi/TestAll.java class TestAll (line 24) | public class TestAll extends TestCase { method suite (line 26) | public static Test suite() { class SpiTestSuite (line 30) | private static class SpiTestSuite extends TestSuite { method SpiTestSuite (line 32) | private SpiTestSuite() { FILE: jackrabbit-spi2jcr/src/test/java/org/apache/jackrabbit/test/JCRBenchmark.java class JCRBenchmark (line 26) | public class JCRBenchmark extends TestCase { method suite (line 28) | public static Test suite() { FILE: jackrabbit-spi2jcr/src/test/java/org/apache/jackrabbit/test/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/Main.java class Main (line 54) | public class Main { method main (line 59) | public static void main(String[] args) throws Exception { method createCommand (line 100) | private static CommandLine createCommand(String[] args, Options option... method findJarFileLocation (line 127) | private static File findJarFileLocation(CommandLine command) { method setSystemPropertyIfMissing (line 140) | private static void setSystemPropertyIfMissing(String key, String valu... method Main (line 166) | private Main(CommandLine command) throws ParseException { method Main (line 208) | protected Main(String[] args) throws ParseException { method run (line 218) | public void run() throws Exception { method run (line 228) | private void run(File jarFile) throws Exception { method shutdown (line 270) | public void shutdown() { method backup (line 282) | private void backup(File sourceDir) throws Exception { method prepareAccessLog (line 314) | private void prepareAccessLog(File log) { method prepareWebapp (line 321) | private void prepareWebapp(File file, File repository, File tmp) { method prepareConnector (line 344) | private void prepareConnector() { method prepareShutdown (line 353) | private void prepareShutdown() { method message (line 361) | private void message(String message) { method copyToOutput (line 367) | private static void copyToOutput(String resource) throws IOException { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/AbstractParameter.java class AbstractParameter (line 26) | public abstract class AbstractParameter implements Cloneable { method getDescription (line 49) | public String getDescription() { method getLocalizedDescription (line 56) | public abstract String getLocalizedDescription(); method getName (line 61) | public String getName() { method setDescription (line 69) | public void setDescription(String description) { method setName (line 77) | public void setName(String name) { method getValue (line 84) | public String getValue() { method setValue (line 92) | public void setValue(String value) { method getLongName (line 99) | public String getLongName() { method setLongName (line 107) | public void setLongName(String longName) { method clone (line 115) | protected void clone(AbstractParameter param) { method getContextKey (line 127) | public String getContextKey() { method setContextKey (line 138) | public void setContextKey(String commandAttribute) { method isRequired (line 145) | public abstract boolean isRequired(); method getLocalizedArgName (line 150) | public abstract String getLocalizedArgName(); FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/Argument.java class Argument (line 22) | public class Argument extends Option { method getPosition (line 29) | public int getPosition() { method setPosition (line 38) | public void setPosition(int position) { method clone (line 46) | public Object clone() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/CommandException.java class CommandException (line 26) | public class CommandException extends Exception { method CommandException (line 44) | public CommandException(String message) { method CommandException (line 54) | public CommandException(String message, Object[] arguments) { method CommandException (line 65) | public CommandException(String message, Throwable cause) { method CommandException (line 77) | public CommandException(String message, Throwable cause, Object[] argu... method getLocalizedMessage (line 85) | public String getLocalizedMessage() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/CommandHelper.java class CommandHelper (line 38) | public final class CommandHelper { method CommandHelper (line 61) | private CommandHelper() { method setOutput (line 72) | public static void setOutput(Context ctx, PrintWriter out) { method setCurrentNode (line 87) | public static void setCurrentNode(Context ctx, Node node) { method setRepository (line 102) | public static void setRepository(Context ctx, Repository repository, S... method setSession (line 120) | public static void setSession(Context ctx, Session session) throws Com... method getOutput (line 137) | public static PrintWriter getOutput(Context ctx) { method getCurrentNode (line 153) | public static Node getCurrentNode(Context ctx) throws CommandException { method getRepository (line 169) | public static Repository getRepository(Context ctx) throws CommandExce... method getRepositoryAddress (line 177) | public static String getRepositoryAddress(Context ctx) throws CommandE... method getSession (line 193) | public static Session getSession(Context ctx) throws CommandException { method getNode (line 214) | public static Node getNode(Context ctx, String path) method getItem (line 248) | public static Item getItem(Context ctx, String path) method hasNode (line 285) | public static boolean hasNode(Context ctx, String path) method getNodes (line 312) | public static NodeIterator getNodes(Context ctx, Node node, String pat... method getProperties (line 335) | public static PropertyIterator getProperties( method getBundle (line 349) | public static ResourceBundle getBundle() { method getItems (line 368) | @SuppressWarnings("unchecked") FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/CommandLine.java class CommandLine (line 33) | public class CommandLine implements Comparable, Cloneable { method CommandLine (line 61) | public CommandLine() { method getRequiredArguments (line 68) | public Collection getRequiredArguments() { method getRequiredOptions (line 81) | public Collection getRequiredOptions() { method getDescription (line 94) | public String getDescription() { method getLocalizedDescription (line 101) | public String getLocalizedDescription() { method setDescription (line 113) | public void setDescription(String description) { method getFlags (line 120) | public Map getFlags() { method setFlags (line 128) | public void setFlags(Map flags) { method getImpl (line 135) | public String getImpl() { method setImpl (line 143) | public void setImpl(String impl) { method getName (line 150) | public String getName() { method setName (line 158) | public void setName(String name) { method getOptions (line 165) | public Map getOptions() { method setOptions (line 173) | public void setOptions(Map options) { method compareTo (line 180) | public int compareTo(Object o) { method getAllParameters (line 188) | public Iterator getAllParameters() { method getRequiredParameters (line 199) | public Iterator getRequiredParameters() { method addArgument (line 210) | public void addArgument(Argument arg) { method addOption (line 229) | public void addOption(Option opt) { method addFlag (line 244) | public void addFlag(Flag flag) { method getArguments (line 256) | public Map getArguments() { method setArguments (line 264) | public void setArguments(Map arguments) { method getAlias (line 271) | public Collection getAlias() { method setAlias (line 279) | public void setAlias(Collection alias) { method addAlias (line 286) | public void addAlias(String alias) { method clone (line 293) | public Object clone() { method toString (line 323) | public String toString() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/CommandLineFactory.java class CommandLineFactory (line 41) | public class CommandLineFactory { method CommandLineFactory (line 66) | private CommandLineFactory() { method getInstance (line 73) | public static CommandLineFactory getInstance() { method getCommandLines (line 90) | public Collection getCommandLines() { method getCommandLine (line 108) | public CommandLine getCommandLine(String name) throws JcrParserExcepti... method init (line 135) | private void init() throws ConfigurationException { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/ConfigurationException.java class ConfigurationException (line 24) | public class ConfigurationException extends CommandException { method ConfigurationException (line 35) | public ConfigurationException(String message) { method ConfigurationException (line 45) | public ConfigurationException(String message, Object[] arguments) { method ConfigurationException (line 55) | public ConfigurationException(String message, Throwable cause) { method ConfigurationException (line 67) | public ConfigurationException(String message, Throwable cause, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/Flag.java class Flag (line 24) | public class Flag extends AbstractParameter { method isPresent (line 31) | public boolean isPresent() { method setPresent (line 39) | public void setPresent(boolean present) { method getValue (line 46) | public String getValue() { method setValue (line 53) | public void setValue(String value) { method clone (line 60) | public Object clone() { method isRequired (line 70) | public boolean isRequired() { method getLocalizedArgName (line 77) | public String getLocalizedArgName() { method getLocalizedDescription (line 84) | public String getLocalizedDescription() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/JcrClient.java class JcrClient (line 54) | public class JcrClient { method JcrClient (line 73) | JcrClient() { method JcrClient (line 85) | public JcrClient(Context ctx) { method main (line 94) | public static void main(String[] args) { method run (line 104) | private void run(String[] args) { class JcrChildrenCompletor (line 138) | private class JcrChildrenCompletor implements Completor { method complete (line 140) | public int complete(String buffer, int cursor, List clist) { method runInteractive (line 174) | public void runInteractive() throws Exception { method runNonInteractive (line 231) | private void runNonInteractive(org.apache.commons.cli.CommandLine cl) ... method runCommand (line 243) | void runCommand(String input) throws Exception { method handleException (line 276) | private void handleException(ConsoleReader cr, Exception ex) { method getPrompt (line 311) | private String getPrompt() throws RepositoryException { method initOptions (line 351) | private void initOptions() { method setLocale (line 366) | private void setLocale(org.apache.commons.cli.CommandLine cl) throws P... method initContext (line 384) | private void initContext() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/JcrParser.java class JcrParser (line 36) | public class JcrParser { method JcrParser (line 61) | public JcrParser() { method parse (line 74) | public void parse(String input) throws JcrParserException, method getArguments (line 119) | private LinkedList getArguments(String input) { method populateContext (line 175) | public void populateContext(Context ctx) { method depopulateContext (line 191) | public void depopulateContext(Context ctx) { method getCommand (line 204) | public Command getCommand() { method populate (line 217) | private void populate(CommandLine cl, List valList) method validate (line 281) | private void validate(CommandLine cl) throws JcrParserException { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/JcrParserException.java class JcrParserException (line 24) | public class JcrParserException extends CommandException { method JcrParserException (line 35) | public JcrParserException(String message, Object[] arguments) { method JcrParserException (line 44) | public JcrParserException(String message, Throwable cause, method JcrParserException (line 52) | public JcrParserException(String message) { method JcrParserException (line 60) | public JcrParserException(String message, Throwable cause) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/Option.java class Option (line 23) | public class Option extends AbstractParameter { method isRequired (line 34) | public boolean isRequired() { method setRequired (line 42) | public void setRequired(boolean required) { method getArgName (line 49) | public String getArgName() { method getLocalizedArgName (line 56) | public String getLocalizedArgName() { method setArgName (line 64) | public void setArgName(String argName) { method clone (line 71) | public Object clone() { method clone (line 80) | protected void clone(Option opt) { method getLocalizedDescription (line 90) | public String getLocalizedDescription() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/SourceCommand.java class SourceCommand (line 33) | public class SourceCommand implements Command { method getFileKey (line 43) | public String getFileKey() { method setFileKey (line 51) | public void setFileKey(String file) { method execute (line 58) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/collect/AbstractCollect.java class AbstractCollect (line 35) | public abstract class AbstractCollect implements Command { method execute (line 59) | public final boolean execute(Context ctx) throws Exception { method getDepthKey (line 93) | public String getDepthKey() { method setDepthKey (line 101) | public void setDepthKey(String depthKey) { method getNamePatternKey (line 108) | public String getNamePatternKey() { method setNamePatternKey (line 116) | public void setNamePatternKey(String namePatternKey) { method isCollectNodes (line 124) | protected abstract boolean isCollectNodes(); method isCollectProperties (line 130) | protected abstract boolean isCollectProperties(); method getDestKey (line 135) | public String getDestKey() { method setDestKey (line 144) | public void setDestKey(String destKey) { method getSrcPathKey (line 151) | public String getSrcPathKey() { method setSrcPathKey (line 160) | public void setSrcPathKey(String srcPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/collect/CollectItems.java class CollectItems (line 22) | public class CollectItems extends AbstractCollect { method isCollectNodes (line 27) | protected boolean isCollectNodes() { method isCollectProperties (line 34) | protected boolean isCollectProperties() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/collect/CollectNodes.java class CollectNodes (line 22) | public class CollectNodes extends AbstractCollect { method isCollectNodes (line 27) | protected boolean isCollectNodes() { method isCollectProperties (line 34) | protected boolean isCollectProperties() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/collect/CollectProperties.java class CollectProperties (line 22) | public class CollectProperties extends AbstractCollect { method isCollectNodes (line 27) | protected boolean isCollectNodes() { method isCollectProperties (line 34) | protected boolean isCollectProperties() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/AbstractSetProperty.java class AbstractSetProperty (line 24) | public abstract class AbstractSetProperty implements Command { method getValueKey (line 42) | public String getValueKey() { method setValueKey (line 50) | public void setValueKey(String valueKey) { method getParentPathKey (line 57) | public String getParentPathKey() { method setParentPathKey (line 66) | public void setParentPathKey(String parentPathKey) { method getNameKey (line 73) | public String getNameKey() { method setNameKey (line 82) | public void setNameKey(String nameKey) { method getTypeKey (line 89) | public String getTypeKey() { method setTypeKey (line 98) | public void setTypeKey(String typeKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/AddNode.java class AddNode (line 30) | public class AddNode implements Command { method execute (line 45) | public boolean execute(Context ctx) throws Exception { method getTypeKey (line 71) | public String getTypeKey() { method setTypeKey (line 79) | public void setTypeKey(String nodeTypeKey) { method getRelPathKey (line 86) | public String getRelPathKey() { method setRelPathKey (line 94) | public void setRelPathKey(String relPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/ClearWorkspace.java class ClearWorkspace (line 35) | public class ClearWorkspace implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Clone.java class Clone (line 30) | public class Clone implements Command { method execute (line 50) | public boolean execute(Context ctx) throws Exception { method getDestAbsPathKey (line 73) | public String getDestAbsPathKey() { method setDestAbsPathKey (line 82) | public void setDestAbsPathKey(String destAbsPathKey) { method getRemoveExistingKey (line 89) | public String getRemoveExistingKey() { method setRemoveExistingKey (line 98) | public void setRemoveExistingKey(String removeExistingKey) { method getSrcAbsPathKey (line 105) | public String getSrcAbsPathKey() { method setSrcAbsPathKey (line 114) | public void setSrcAbsPathKey(String srcAbsPathKey) { method getSrcWorkspaceKey (line 121) | public String getSrcWorkspaceKey() { method setSrcWorkspaceKey (line 130) | public void setSrcWorkspaceKey(String srcWorkspaceKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Copy.java class Copy (line 35) | public class Copy implements Command { method execute (line 54) | public boolean execute(Context ctx) throws Exception { method getDestAbsPathKey (line 83) | public String getDestAbsPathKey() { method setDestAbsPathKey (line 93) | public void setDestAbsPathKey(String destAbsPathKey) { method getSrcAbsPathKey (line 100) | public String getSrcAbsPathKey() { method setSrcAbsPathKey (line 110) | public void setSrcAbsPathKey(String srcAbsPathKey) { method getSrcWorkspaceKey (line 117) | public String getSrcWorkspaceKey() { method setSrcWorkspaceKey (line 127) | public void setSrcWorkspaceKey(String srcWorkspaceKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/CurrentNode.java class CurrentNode (line 30) | public class CurrentNode implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 55) | public String getPathKey() { method setPathKey (line 63) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Login.java class Login (line 35) | public class Login implements Command { method execute (line 52) | public boolean execute(Context ctx) throws Exception { method getPasswordKey (line 91) | public String getPasswordKey() { method setPasswordKey (line 99) | public void setPasswordKey(String passwordKey) { method getUserKey (line 106) | public String getUserKey() { method setUserKey (line 114) | public void setUserKey(String userKey) { method getWorkspaceKey (line 121) | public String getWorkspaceKey() { method setWorkspaceKey (line 129) | public void setWorkspaceKey(String workspaceKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Logout.java class Logout (line 30) | public class Logout implements Command { method execute (line 38) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Move.java class Move (line 33) | public class Move implements Command { method execute (line 53) | public boolean execute(Context ctx) throws Exception { method getDestAbsPathKey (line 91) | public String getDestAbsPathKey() { method setDestAbsPathKey (line 99) | public void setDestAbsPathKey(String destAbsPathKey) { method getSrcAbsPathKey (line 106) | public String getSrcAbsPathKey() { method setSrcAbsPathKey (line 114) | public void setSrcAbsPathKey(String srcAbsPathKey) { method getPersistentKey (line 118) | public String getPersistentKey() { method setPersistentKey (line 122) | public void setPersistentKey(String persistentKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/OrderBefore.java class OrderBefore (line 30) | public class OrderBefore implements Command { method execute (line 47) | public boolean execute(Context ctx) throws Exception { method getDestChildKey (line 69) | public String getDestChildKey() { method setDestChildKey (line 77) | public void setDestChildKey(String destChildRelPathKey) { method getSrcChildKey (line 84) | public String getSrcChildKey() { method setSrcChildKey (line 92) | public void setSrcChildKey(String srcChildRelPathKey) { method getParentPathKey (line 99) | public String getParentPathKey() { method setParentPathKey (line 107) | public void setParentPathKey(String parentPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/ReadValue.java class ReadValue (line 31) | public class ReadValue implements Command { method execute (line 49) | public boolean execute(Context ctx) throws Exception { method getDestKey (line 77) | public String getDestKey() { method setDestKey (line 85) | public void setDestKey(String destKey) { method getSrcIndexKey (line 92) | public String getSrcIndexKey() { method setSrcIndexKey (line 100) | public void setSrcIndexKey(String srcIndexKey) { method getSrcPathKey (line 107) | public String getSrcPathKey() { method setSrcPathKey (line 115) | public void setSrcPathKey(String srcPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Refresh.java class Refresh (line 32) | public class Refresh implements Command { method getKeepChangesKey (line 46) | public String getKeepChangesKey() { method setKeepChangesKey (line 54) | public void setKeepChangesKey(String keepChangesKey) { method execute (line 61) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 85) | public String getPathKey() { method setPathKey (line 93) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/RemoveItem.java class RemoveItem (line 30) | public class RemoveItem implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 59) | public String getPathKey() { method setPathKey (line 67) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/RemoveItems.java class RemoveItems (line 37) | public class RemoveItems implements Command { method execute (line 51) | public boolean execute(Context ctx) throws Exception { method getPatternKey (line 84) | public String getPatternKey() { method setPatternKey (line 92) | public void setPatternKey(String patternKey) { method getPathKey (line 99) | public String getPathKey() { method setPathKey (line 107) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Rename.java class Rename (line 33) | public class Rename implements Command { method execute (line 50) | public boolean execute(Context ctx) throws Exception { method getDestPathKey (line 85) | public String getDestPathKey() { method setDestPathKey (line 93) | public void setDestPathKey(String destPathKey) { method getSrcPathKey (line 100) | public String getSrcPathKey() { method setSrcPathKey (line 108) | public void setSrcPathKey(String srcPathKey) { method getPersistentKey (line 112) | public String getPersistentKey() { method setPersistentKey (line 116) | public void setPersistentKey(String persistentKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/Save.java class Save (line 31) | public class Save implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 60) | public String getPathKey() { method setPathKey (line 68) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/SetBinaryProperty.java class SetBinaryProperty (line 31) | public class SetBinaryProperty extends AbstractSetProperty { method execute (line 38) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/SetMultivalueProperty.java class SetMultivalueProperty (line 32) | public class SetMultivalueProperty extends AbstractSetProperty { method execute (line 44) | public boolean execute(Context ctx) throws Exception { method getRegExpKey (line 73) | public String getRegExpKey() { method setRegExpKey (line 81) | public void setRegExpKey(String regExpKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/core/SetProperty.java class SetProperty (line 31) | public class SetProperty extends AbstractSetProperty { method execute (line 38) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/ext/CreateWorkspace.java class CreateWorkspace (line 34) | public class CreateWorkspace implements Command { method execute (line 48) | public boolean execute(Context ctx) throws Exception { method getNameKey (line 67) | public String getNameKey() { method setNameKey (line 75) | public void setNameKey(String nameKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/ext/StartJackrabbit.java class StartJackrabbit (line 32) | public class StartJackrabbit implements Command { method execute (line 45) | public boolean execute(Context ctx) throws Exception { method getConfigKey (line 62) | public String getConfigKey() { method setConfigKey (line 70) | public void setConfigKey(String configKey) { method getHomeKey (line 77) | public String getHomeKey() { method setHomeKey (line 85) | public void setHomeKey(String homeKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/ext/StartJackrabbitSingleton.java class StartJackrabbitSingleton (line 40) | public class StartJackrabbitSingleton implements Command { method execute (line 56) | public boolean execute(Context ctx) throws Exception { method getConfigKey (line 90) | public String getConfigKey() { method setConfigKey (line 98) | public void setConfigKey(String configKey) { method getHomeKey (line 105) | public String getHomeKey() { method setHomeKey (line 113) | public void setHomeKey(String homeKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/ext/StopJackrabbit.java class StopJackrabbit (line 29) | public class StopJackrabbit implements Command { method execute (line 37) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/fs/ExportFileSystem.java class ExportFileSystem (line 42) | public class ExportFileSystem implements Command { method execute (line 60) | public boolean execute(Context ctx) throws Exception { method createFile (line 115) | private void createFile(Node node, File file) throws IOException, method addFolder (line 155) | private void addFolder(Node node, File file) throws CommandException, method getOverwriteKey (line 183) | public String getOverwriteKey() { method setOverwriteKey (line 191) | public void setOverwriteKey(String overwriteKey) { method getSrcJcrPathKey (line 198) | public String getSrcJcrPathKey() { method setSrcJcrPathKey (line 206) | public void setSrcJcrPathKey(String srcJcrPathKey) { method getDestFsPathKey (line 213) | public String getDestFsPathKey() { method setDestFsPathKey (line 221) | public void setDestFsPathKey(String toFsPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/fs/ExportPropertyToFile.java class ExportPropertyToFile (line 46) | public class ExportPropertyToFile implements Command { method execute (line 67) | public boolean execute(Context ctx) throws Exception { method exportValue (line 104) | private void exportValue(Context ctx, Value value, String to) method getIndexKey (line 150) | public String getIndexKey() { method setIndexKey (line 158) | public void setIndexKey(String indexKey) { method getNameKey (line 165) | public String getNameKey() { method setNameKey (line 173) | public void setNameKey(String nameKey) { method getOverwriteKey (line 180) | public String getOverwriteKey() { method setOverwriteKey (line 188) | public void setOverwriteKey(String overwriteKey) { method getDestFsPathKey (line 195) | public String getDestFsPathKey() { method setDestFsPathKey (line 203) | public void setDestFsPathKey(String destFsPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/fs/FileToInputStream.java class FileToInputStream (line 33) | public class FileToInputStream implements Command { method execute (line 49) | public boolean execute(Context ctx) throws Exception { method getDestKey (line 59) | public String getDestKey() { method setDestKey (line 63) | public void setDestKey(String destKey) { method getSrcFsPathKey (line 67) | public String getSrcFsPathKey() { method setSrcFsPathKey (line 71) | public void setSrcFsPathKey(String srcFsPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/fs/ImportFileSystem.java class ImportFileSystem (line 44) | public class ImportFileSystem implements Command { method execute (line 59) | public boolean execute(Context ctx) throws Exception { method importFile (line 103) | private void importFile(Node parentnode, File file) method importFolder (line 128) | private void importFolder(Node parentnode, File directory) method getSrcFsPathKey (line 146) | public String getSrcFsPathKey() { method setSrcFsPathKey (line 154) | public void setSrcFsPathKey(String fromKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/AbstractLs.java class AbstractLs (line 32) | public abstract class AbstractLs implements Command { method printFooter (line 55) | protected void printFooter(Context ctx, Iterator iter) { method printFooter (line 72) | private void printFooter(Context ctx, NodeIterator iter) { method printFooter (line 84) | private void printFooter(Context ctx, PropertyIterator iter) { method getDefaultMaxItems (line 92) | public int getDefaultMaxItems() { method setDefaultMaxItems (line 100) | public void setDefaultMaxItems(int maxItems) { method isPath (line 107) | public boolean isPath() { method setPath (line 115) | public void setPath(boolean path) { method getMaxItemsKey (line 122) | public String getMaxItemsKey() { method setMaxItemsKey (line 130) | public void setMaxItemsKey(String maxItemsKey) { method getMaxItems (line 139) | protected int getMaxItems(Context ctx) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/AbstractLsItems.java class AbstractLsItems (line 35) | public abstract class AbstractLsItems extends AbstractLs { method getItems (line 55) | protected abstract Iterator getItems(Context ctx) throws CommandExcept... method execute (line 61) | public final boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/AbstractLsNodes.java class AbstractLsNodes (line 52) | public abstract class AbstractLsNodes extends AbstractLs { method execute (line 116) | public final boolean execute(Context ctx) throws Exception { method getNodes (line 149) | protected abstract Iterator getNodes(Context ctx) throws CommandExcept... method writeItem (line 161) | void writeItem(Context ctx, Node n, OptionHolder oh) method writeHeader (line 296) | void writeHeader(Context ctx, OptionHolder oh) throws CommandException { class OptionHolder (line 395) | private class OptionHolder { method getFlag (line 446) | private boolean getFlag(String key) { method OptionHolder (line 459) | public OptionHolder(Context ctx) { method isHasLock (line 481) | public boolean isHasLock() { method isLockable (line 488) | public boolean isLockable() { method isLocked (line 495) | public boolean isLocked() { method isMixin (line 502) | public boolean isMixin() { method isModified (line 509) | public boolean isModified() { method isNew (line 516) | public boolean isNew() { method isNodesSize (line 523) | public boolean isNodesSize() { method isPropertiesSize (line 530) | public boolean isPropertiesSize() { method isReferenceable (line 537) | public boolean isReferenceable() { method isReferencesSize (line 544) | public boolean isReferencesSize() { method isUuid (line 551) | public boolean isUuid() { method isVersionable (line 558) | public boolean isVersionable() { method isPath (line 565) | public boolean isPath() { method isLockToken (line 569) | public boolean isLockToken() { method getHasLockKey (line 577) | public String getHasLockKey() { method setHasLockKey (line 585) | public void setHasLockKey(String hasLockKey) { method getLockableKey (line 592) | public String getLockableKey() { method setLockableKey (line 600) | public void setLockableKey(String lockableKey) { method getLockedKey (line 607) | public String getLockedKey() { method setLockedKey (line 615) | public void setLockedKey(String lockedKey) { method getMixinKey (line 622) | public String getMixinKey() { method setMixinKey (line 630) | public void setMixinKey(String mixinKey) { method getModifiedKey (line 637) | public String getModifiedKey() { method setModifiedKey (line 645) | public void setModifiedKey(String modifiedKey) { method getNewKey (line 652) | public String getNewKey() { method setNewKey (line 660) | public void setNewKey(String newKey) { method getNodesSizeKey (line 667) | public String getNodesSizeKey() { method setNodesSizeKey (line 675) | public void setNodesSizeKey(String nodesSizeKey) { method getPathKey (line 682) | public String getPathKey() { method setPathKey (line 690) | public void setPathKey(String pathKey) { method getPropertiesSizeKey (line 697) | public String getPropertiesSizeKey() { method setPropertiesSizeKey (line 705) | public void setPropertiesSizeKey(String propertiesSizeKey) { method getReferenceableKey (line 712) | public String getReferenceableKey() { method setReferenceableKey (line 720) | public void setReferenceableKey(String referenceableKey) { method getReferencesSizeKey (line 727) | public String getReferencesSizeKey() { method setReferencesSizeKey (line 735) | public void setReferencesSizeKey(String referencesSizeKey) { method getUuidKey (line 742) | public String getUuidKey() { method setUuidKey (line 750) | public void setUuidKey(String uuidKey) { method getVersionableKey (line 757) | public String getVersionableKey() { method setVersionableKey (line 765) | public void setVersionableKey(String versionableKey) { method getLockTokenKey (line 772) | public String getLockTokenKey() { method setLockTokenKey (line 780) | public void setLockTokenKey(String lockTokenKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/AbstractLsProperties.java class AbstractLsProperties (line 36) | public abstract class AbstractLsProperties extends AbstractLs { method execute (line 47) | public final boolean execute(Context ctx) throws Exception { method getProperties (line 117) | protected abstract Iterator getProperties(Context ctx) throws Exception; method getPreview (line 124) | private String getPreview(Property p) throws RepositoryException { method getMultiplePreview (line 137) | private Collection getMultiplePreview(Property p) FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/Cat.java class Cat (line 41) | public class Cat implements Command { method execute (line 51) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 65) | public String getPathKey() { method setPathKey (line 73) | public void setPathKey(String path) { method printNode (line 88) | private void printNode(Context ctx, Node n) throws PathNotFoundException, method printProperty (line 115) | private void printProperty(Context ctx, Property p) method printValue (line 141) | private void printValue(Context ctx, Value value) method getIndexKey (line 157) | public String getIndexKey() { method setIndexKey (line 165) | public void setIndexKey(String indexKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/Describe.java class Describe (line 25) | public class Describe implements Command { method execute (line 30) | public boolean execute(Context arg0) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/Dump.java class Dump (line 35) | public class Dump implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method dump (line 57) | public void dump(PrintWriter out, Node n) throws RepositoryException { method getPathKey (line 85) | public String getPathKey() { method setPathKey (line 93) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/Help.java class Help (line 41) | public class Help implements Command { method execute (line 57) | public boolean execute(Context ctx) throws Exception { method helpAll (line 75) | private void helpAll(Context ctx) throws CommandException { method helpCommand (line 108) | private void helpCommand(Context ctx) throws CommandException { method printParam (line 186) | private void printParam(Context ctx, Collection params) { method getCommandKey (line 217) | public String getCommandKey() { method setCommandKey (line 225) | public void setCommandKey(String commandKey) { method getString (line 229) | private String getString(ResourceBundle bundle, String key) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/Info.java class Info (line 28) | public class Info implements Command { method execute (line 30) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/JcrInfoCommandException.java class JcrInfoCommandException (line 24) | public class JcrInfoCommandException extends CommandException { method JcrInfoCommandException (line 34) | public JcrInfoCommandException(String message) { method JcrInfoCommandException (line 44) | public JcrInfoCommandException(String message, Object[] arguments) { method JcrInfoCommandException (line 54) | public JcrInfoCommandException(String message, Throwable cause) { method JcrInfoCommandException (line 66) | public JcrInfoCommandException(String message, Throwable cause, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsCollectedItems.java class LsCollectedItems (line 31) | public class LsCollectedItems extends AbstractLsItems { method getFromKey (line 38) | public String getFromKey() { method setFromKey (line 47) | public void setFromKey(String from) { method getItems (line 54) | protected Iterator getItems(Context ctx) throws CommandException, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsCollectedNodes.java class LsCollectedNodes (line 31) | public class LsCollectedNodes extends AbstractLsNodes { method getFromKey (line 38) | public String getFromKey() { method setFromKey (line 47) | public void setFromKey(String contextVariable) { method getNodes (line 54) | protected Iterator getNodes(Context ctx) throws CommandException, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsCollectedProperties.java class LsCollectedProperties (line 31) | public class LsCollectedProperties extends AbstractLsProperties { method getFromKey (line 38) | public String getFromKey() { method setFromKey (line 46) | public void setFromKey(String fromKey) { method getProperties (line 53) | protected Iterator getProperties(Context ctx) throws CommandException, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsItems.java class LsItems (line 38) | public class LsItems extends AbstractLsItems { method getPatternKey (line 46) | public String getPatternKey() { method setPatternKey (line 54) | public void setPatternKey(String pattern) { method getItems (line 61) | protected Iterator getItems(Context ctx) throws CommandException, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsNamespaces.java class LsNamespaces (line 25) | public class LsNamespaces implements Command { method execute (line 30) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsNodes.java class LsNodes (line 32) | public class LsNodes extends AbstractLsNodes { method getNodes (line 40) | protected Iterator getNodes(Context ctx) throws CommandException, method getPatternKey (line 50) | public String getPatternKey() { method setPatternKey (line 58) | public void setPatternKey(String patternKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsProperties.java class LsProperties (line 37) | public class LsProperties extends AbstractLsProperties { method getPatternKey (line 45) | public String getPatternKey() { method setPatternKey (line 53) | public void setPatternKey(String pattern) { method getProperties (line 60) | protected Iterator getProperties(Context ctx) throws CommandException, FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsReferences.java class LsReferences (line 32) | public class LsReferences implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 79) | public String getPathKey() { method setPathKey (line 87) | public void setPathKey(String path) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/LsVersions.java class LsVersions (line 35) | public class LsVersions implements Command { method execute (line 45) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 76) | public String getPathKey() { method setPathKey (line 84) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/info/PrintHelper.java class PrintHelper (line 30) | final class PrintHelper { method PrintHelper (line 35) | private PrintHelper() { method printRow (line 47) | public static void printRow(Context ctx, int[] width, String[] text) { method printSeparatorRow (line 96) | public static void printSeparatorRow( method printRow (line 122) | public static void printRow(Context ctx, int[] width, Collection texts) method printRow (line 166) | public static void printRow(Context ctx, Collection widths, Collection... method convertWidth (line 177) | private static int[] convertWidth(Collection widths) method printSeparatorRow (line 199) | public static void printSeparatorRow( FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/lock/AddLockToken.java class AddLockToken (line 30) | public class AddLockToken implements Command { method execute (line 43) | public boolean execute(Context ctx) throws Exception { method getTokenKey (line 58) | public String getTokenKey() { method setTokenKey (line 66) | public void setTokenKey(String tokenKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/lock/Lock.java class Lock (line 28) | public class Lock implements Command { method execute (line 50) | public boolean execute(Context ctx) throws Exception { method getDeepKey (line 67) | public String getDeepKey() { method setDeepKey (line 75) | public void setDeepKey(String deepKey) { method getSessionScopedKey (line 82) | public String getSessionScopedKey() { method setSessionScopedKey (line 90) | public void setSessionScopedKey(String sessionScopedKey) { method getPathKey (line 97) | public String getPathKey() { method setPathKey (line 105) | public void setPathKey(String srcPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/lock/RefreshLock.java class RefreshLock (line 30) | public class RefreshLock implements Command { method execute (line 41) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 54) | public String getPathKey() { method setPathKey (line 62) | public void setPathKey(String srcPathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/lock/RemoveLockToken.java class RemoveLockToken (line 31) | public class RemoveLockToken implements Command { method execute (line 44) | public boolean execute(Context ctx) throws Exception { method getTokenKey (line 58) | public String getTokenKey() { method setTokenKey (line 66) | public void setTokenKey(String tokenKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/lock/Unlock.java class Unlock (line 28) | public class Unlock implements Command { method execute (line 39) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 51) | public String getPathKey() { method setPathKey (line 59) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/mixin/AddMixin.java class AddMixin (line 28) | public class AddMixin implements Command { method getMixinKey (line 42) | public String getMixinKey() { method setMixinKey (line 50) | public void setMixinKey(String mixinNameKey) { method getPathKey (line 57) | public String getPathKey() { method setPathKey (line 65) | public void setPathKey(String pathKey) { method execute (line 72) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/mixin/RemoveMixin.java class RemoveMixin (line 28) | public class RemoveMixin implements Command { method getMixinKey (line 42) | public String getMixinKey() { method setMixinKey (line 50) | public void setMixinKey(String mixinNameKey) { method getPathKey (line 57) | public String getPathKey() { method setPathKey (line 65) | public void setPathKey(String pathKey) { method execute (line 72) | public boolean execute(Context ctx) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/namespace/RegisterNamespace.java class RegisterNamespace (line 28) | public class RegisterNamespace implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPrefixKey (line 56) | public String getPrefixKey() { method setPrefixKey (line 64) | public void setPrefixKey(String prefixKey) { method getUriKey (line 71) | public String getUriKey() { method setUriKey (line 79) | public void setUriKey(String uriKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/namespace/SetNamespacePrefix.java class SetNamespacePrefix (line 28) | public class SetNamespacePrefix implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPrefixKey (line 55) | public String getPrefixKey() { method setPrefixKey (line 63) | public void setPrefixKey(String prefixKey) { method getUriKey (line 70) | public String getUriKey() { method setUriKey (line 78) | public void setUriKey(String uriKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/namespace/UnregisterNamespace.java class UnregisterNamespace (line 28) | public class UnregisterNamespace implements Command { method execute (line 39) | public boolean execute(Context ctx) throws Exception { method getPrefixKey (line 52) | public String getPrefixKey() { method setPrefixKey (line 60) | public void setPrefixKey(String prefixKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/nodetype/RegisterNodeType.java class RegisterNodeType (line 34) | public class RegisterNodeType implements Command { method execute (line 44) | public boolean execute(Context context) throws Exception { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/query/AbstractQuery.java class AbstractQuery (line 30) | public abstract class AbstractQuery implements Command { method execute (line 43) | public final boolean execute(Context ctx) throws Exception { method getLanguage (line 56) | protected abstract String getLanguage(); method getStatementKey (line 61) | public String getStatementKey() { method setStatementKey (line 69) | public void setStatementKey(String statementKey) { method getDestKey (line 76) | public String getDestKey() { method setDestKey (line 84) | public void setDestKey(String toKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/query/SQLQuery.java class SQLQuery (line 24) | public class SQLQuery extends AbstractQuery { method getLanguage (line 29) | protected String getLanguage() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/query/XPathQuery.java class XPathQuery (line 24) | public class XPathQuery extends AbstractQuery { method getLanguage (line 29) | protected String getLanguage() { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/AddVersionLabel.java class AddVersionLabel (line 28) | public class AddVersionLabel implements Command { method execute (line 48) | public boolean execute(Context ctx) throws Exception { method getMoveLabelKey (line 66) | public String getMoveLabelKey() { method setMoveLabelKey (line 74) | public void setMoveLabelKey(String moveLabelKey) { method getPathKey (line 81) | public String getPathKey() { method setPathKey (line 89) | public void setPathKey(String pathKey) { method getLabelKey (line 96) | public String getLabelKey() { method setLabelKey (line 104) | public void setLabelKey(String versionLabelKey) { method getVersionKey (line 111) | public String getVersionKey() { method setVersionKey (line 119) | public void setVersionKey(String versionNameKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/Checkin.java class Checkin (line 30) | public class Checkin implements Command { method execute (line 44) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 57) | public String getPathKey() { method setPathKey (line 65) | public void setPathKey(String pathKey) { method getTargetVersion (line 69) | public String getTargetVersion() { method setTargetVersion (line 73) | public void setTargetVersion(String targetVersion) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/Checkout.java class Checkout (line 28) | public class Checkout implements Command { method execute (line 39) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 51) | public String getPathKey() { method setPathKey (line 59) | public void setPathKey(String pathKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/Merge.java class Merge (line 28) | public class Merge implements Command { method execute (line 45) | public boolean execute(Context ctx) throws Exception { method getBestEffortKey (line 61) | public String getBestEffortKey() { method setBestEffortKey (line 69) | public void setBestEffortKey(String bestEffortKey) { method getPathKey (line 76) | public String getPathKey() { method setPathKey (line 84) | public void setPathKey(String pathKey) { method getSrcWorkspaceKey (line 91) | public String getSrcWorkspaceKey() { method setSrcWorkspaceKey (line 99) | public void setSrcWorkspaceKey(String srcWorkspaceKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/RemoveVersion.java class RemoveVersion (line 28) | public class RemoveVersion implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 56) | public String getPathKey() { method setPathKey (line 64) | public void setPathKey(String pathKey) { method getNameKey (line 71) | public String getNameKey() { method setNameKey (line 79) | public void setNameKey(String versionNameKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/RemoveVersionByLabel.java class RemoveVersionByLabel (line 32) | public class RemoveVersionByLabel implements Command { method execute (line 46) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 63) | public String getPathKey() { method setPathKey (line 71) | public void setPathKey(String pathKey) { method getLabelKey (line 78) | public String getLabelKey() { method setLabelKey (line 86) | public void setLabelKey(String versionNameKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/RemoveVersionLabel.java class RemoveVersionLabel (line 28) | public class RemoveVersionLabel implements Command { method execute (line 42) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 56) | public String getPathKey() { method setPathKey (line 64) | public void setPathKey(String pathKey) { method getLabelKey (line 71) | public String getLabelKey() { method setLabelKey (line 79) | public void setLabelKey(String versionLabelKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/Restore.java class Restore (line 28) | public class Restore implements Command { method execute (line 45) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 61) | public String getPathKey() { method setPathKey (line 69) | public void setPathKey(String pathKey) { method getRemoveExistingKey (line 76) | public String getRemoveExistingKey() { method setRemoveExistingKey (line 84) | public void setRemoveExistingKey(String removeExistingKey) { method getVersionKey (line 91) | public String getVersionKey() { method setVersionKey (line 99) | public void setVersionKey(String versionNameKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/version/RestoreByLabel.java class RestoreByLabel (line 29) | public class RestoreByLabel implements Command { method execute (line 46) | public boolean execute(Context ctx) throws Exception { method getPathKey (line 63) | public String getPathKey() { method setPathKey (line 71) | public void setPathKey(String pathKey) { method getRemoveExistingKey (line 78) | public String getRemoveExistingKey() { method setRemoveExistingKey (line 86) | public void setRemoveExistingKey(String removeExistingKey) { method getLabelKey (line 93) | public String getLabelKey() { method setLabelKey (line 101) | public void setLabelKey(String versionNameKey) { FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/xml/AbstractExportViewToFile.java class AbstractExportViewToFile (line 39) | public abstract class AbstractExportViewToFile implements Command { method getOutputStream (line 64) | protected OutputStream getOutputStream(Context ctx) method getNoRecurseKey (line 90) | public String getNoRecurseKey() { method setNoRecurseKey (line 98) | public void setNoRecurseKey(String noRecurseKey) { method getOverwriteKey (line 105) | public String getOverwriteKey() { method setOverwriteKey (line 113) | public void setOverwriteKey(String overwriteKey) { method getSkipBinaryKey (line 120) | public String getSkipBinaryKey() { method setSkipBinaryKey (line 128) | public void setSkipBinaryKey(String skipBinaryKey) { method getSrcAbsPathKey (line 135) | public String getSrcAbsPathKey() { method setSrcAbsPathKey (line 143) | public void setSrcAbsPathKey(String fromKey) { method getDesFsPathKey (line 150) | public String getDesFsPathKey() { method setDesFsPathKey (line 158) | public void setDesFsPathKey(String toKey) { method execute (line 165) | public final boolean execute(Context ctx) throws Exception { method exportView (line 193) | protected abstract void exportView( FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/xml/ExportDocViewToFile.java class ExportDocViewToFile (line 30) | public class ExportDocViewToFile extends AbstractExportViewToFile { method exportView (line 35) | protected void exportView( FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/xml/ExportSysViewToFile.java class ExportSysViewToFile (line 30) | public class ExportSysViewToFile extends AbstractExportViewToFile { method exportView (line 35) | protected void exportView( FILE: jackrabbit-standalone-components/src/main/java/org/apache/jackrabbit/standalone/cli/xml/ImportXmlFromInputStream.java class ImportXmlFromInputStream (line 32) | public class ImportXmlFromInputStream implements Command { method execute (line 51) | public boolean execute(Context ctx) throws Exception { method getUuidBehaviourKey (line 76) | public String getUuidBehaviourKey() { method setUuidBehaviourKey (line 84) | public void setUuidBehaviourKey(String uuidBehaviourKey) { method getDestJcrPathKey (line 91) | public String getDestJcrPathKey() { method setDestJcrPathKey (line 99) | public void setDestJcrPathKey(String destJcrPathKey) { method getInputStreamKey (line 106) | public String getInputStreamKey() { method setInputStreamKey (line 114) | public void setInputStreamKey(String inputStreamKey) { method getPersistentKey (line 121) | public String getPersistentKey() { method setPersistentKey (line 129) | public void setPersistentKey(String persistentKey) { FILE: jackrabbit-vfs-ext/src/main/java/org/apache/jackrabbit/vfs/ext/ds/LazyFileContentInputStream.java class LazyFileContentInputStream (line 31) | public class LazyFileContentInputStream extends AutoCloseInputStream { method LazyFileContentInputStream (line 54) | public LazyFileContentInputStream(FileObject fileObject) throws FileSy... method open (line 69) | protected void open() throws IOException { method read (line 79) | @Override method available (line 88) | @Override method close (line 97) | @Override method reset (line 111) | @Override method markSupported (line 120) | @Override method mark (line 134) | @Override method skip (line 148) | @Override method read (line 157) | @Override method read (line 166) | @Override FILE: jackrabbit-vfs-ext/src/main/java/org/apache/jackrabbit/vfs/ext/ds/VFSBackend.java class VFSBackend (line 51) | public class VFSBackend extends AbstractBackend { method VFSBackend (line 89) | public VFSBackend(FileObject baseFolder) { method init (line 96) | @Override method read (line 109) | @Override method getLength (line 127) | @Override method getLastModified (line 145) | @Override method write (line 159) | @Override method writeAsync (line 167) | @Override method getAllIdentifiers (line 180) | @Override method exists (line 200) | @Override method exists (line 218) | @Override method touch (line 226) | @Override method touchAsync (line 234) | @Override method deleteAllOlderThan (line 247) | @Override method deleteRecord (line 265) | @Override method isTouchFilePreferred (line 286) | public boolean isTouchFilePreferred() { method setTouchFilePreferred (line 294) | public void setTouchFilePreferred(boolean touchFilePreferred) { method getBaseFolderObject (line 302) | protected FileObject getBaseFolderObject() { method resolveFileObject (line 314) | protected FileObject resolveFileObject(DataIdentifier identifier) thro... method resolveFileObjectRelPath (line 328) | protected String resolveFileObjectRelPath(DataIdentifier identifier) { method getExistingFileObject (line 345) | protected FileObject getExistingFileObject(DataIdentifier identifier) ... method isTouchFileObject (line 372) | protected boolean isTouchFileObject(FileObject fileObject) { method getTouchFileObject (line 390) | protected FileObject getTouchFileObject(FileObject fileObject, boolean... method getAsyncWriteExecutorActiveCount (line 412) | protected int getAsyncWriteExecutorActiveCount() { method copyFileContentToRecord (line 429) | private void copyFileContentToRecord(File srcFile, DataIdentifier iden... method updateLastModifiedTime (line 460) | private void updateLastModifiedTime(FileObject fileObject) throws Data... method getLastModifiedTime (line 480) | private long getLastModifiedTime(FileObject fileObject) throws DataSto... method pushIdentifiersRecursively (line 514) | private void pushIdentifiersRecursively(List identifie... method write (line 539) | private void write(DataIdentifier identifier, File file, boolean async... method touch (line 583) | private void touch(DataIdentifier identifier, long minModifiedDate, bo... method deleteRecordFileObject (line 624) | private boolean deleteRecordFileObject(FileObject fileObject) throws D... method deleteEmptyParentFolders (line 649) | private void deleteEmptyParentFolders(FileObject fileObject) throws Da... method deleteOlderRecursive (line 680) | private void deleteOlderRecursive(Set deleteIdSet, Fil... class AsyncUploadJob (line 726) | private class AsyncUploadJob implements Runnable { method AsyncUploadJob (line 749) | public AsyncUploadJob(DataIdentifier identifier, File file, AsyncUpl... method run (line 759) | public void run() { class AsyncTouchJob (line 771) | private class AsyncTouchJob implements Runnable { method AsyncTouchJob (line 794) | public AsyncTouchJob(DataIdentifier identifier, long minModifiedDate... method run (line 804) | public void run() { FILE: jackrabbit-vfs-ext/src/main/java/org/apache/jackrabbit/vfs/ext/ds/VFSDataStore.java class VFSDataStore (line 46) | public class VFSDataStore extends CachingDataStore { method init (line 116) | @Override method close (line 148) | @Override method createBackend (line 176) | @Override method getMarkerFile (line 186) | @Override method getFileSystemManagerClassName (line 195) | public String getFileSystemManagerClassName() { method setFileSystemManagerClassName (line 204) | public void setFileSystemManagerClassName(String fileSystemManagerClas... method getFileSystemManager (line 212) | public FileSystemManager getFileSystemManager() { method getFileSystemOptions (line 224) | public FileSystemOptions getFileSystemOptions() throws RepositoryExcep... method setFileSystemOptions (line 236) | public void setFileSystemOptions(FileSystemOptions fileSystemOptions) { method setFileSystemOptionsProperties (line 244) | public void setFileSystemOptionsProperties(Properties fileSystemOption... method setFileSystemOptionsPropertiesInString (line 253) | public void setFileSystemOptionsPropertiesInString(String fileSystemOp... method setBaseFolderUri (line 270) | public void setBaseFolderUri(String baseFolderUri) { method getAsyncWritePoolSize (line 278) | public int getAsyncWritePoolSize() { method setAsyncWritePoolSize (line 286) | public void setAsyncWritePoolSize(int asyncWritePoolSize) { method createFileSystemManager (line 295) | protected FileSystemManager createFileSystemManager() throws Repositor... method createFileSystemOptions (line 329) | protected FileSystemOptions createFileSystemOptions() throws Repositor... method getFileSystemOptionsProperties (line 374) | protected Properties getFileSystemOptionsProperties() { method overridePropertiesFromConfig (line 378) | private void overridePropertiesFromConfig() throws RepositoryException { method readConfig (line 418) | private Properties readConfig(String fileName) throws IOException { FILE: jackrabbit-vfs-ext/src/main/java/org/apache/jackrabbit/vfs/ext/ds/VFSUtils.java class VFSUtils (line 34) | class VFSUtils { method createChildFolder (line 61) | static FileObject createChildFolder(FileObject baseFolder, String name... method createChildFile (line 87) | static FileObject createChildFile(FileObject baseFolder, String name) ... method getChildFiles (line 112) | static List getChildFiles(FileObject folderObject) throws ... method getChildFolders (line 122) | static List getChildFolders(FileObject folderObject) throw... method getChildFileOrFolders (line 132) | static List getChildFileOrFolders(FileObject folderObject)... method hasAnyChildFileOrFolder (line 142) | static boolean hasAnyChildFileOrFolder(FileObject folderObject) throws... method getChildrenOfTypes (line 146) | private static List getChildrenOfTypes(FileObject folderOb... method VFSUtils (line 181) | private VFSUtils() { FILE: jackrabbit-vfs-ext/src/main/java/org/apache/jackrabbit/vfs/ext/fs/VFSFileSystem.java class VFSFileSystem (line 49) | public class VFSFileSystem implements FileSystem { method VFSFileSystem (line 108) | public VFSFileSystem() { method getConfig (line 116) | public String getConfig() { method setConfig (line 126) | public void setConfig(String config) { method getFileSystemManagerClassName (line 134) | public String getFileSystemManagerClassName() { method setFileSystemManagerClassName (line 143) | public void setFileSystemManagerClassName(String fileSystemManagerClas... method getFileSystemManager (line 151) | public FileSystemManager getFileSystemManager() { method getFileSystemOptions (line 163) | public FileSystemOptions getFileSystemOptions() throws FileSystemExcep... method setFileSystemOptions (line 175) | public void setFileSystemOptions(FileSystemOptions fileSystemOptions) { method setFileSystemOptionsProperties (line 183) | public void setFileSystemOptionsProperties(Properties fileSystemOption... method setFileSystemOptionsPropertiesInString (line 192) | public void setFileSystemOptionsPropertiesInString(String fileSystemOp... method setBaseFolderUri (line 209) | public void setBaseFolderUri(String baseFolderUri) { method equals (line 215) | @Override method hashCode (line 241) | @Override method init (line 248) | @Override method close (line 280) | @Override method createFolder (line 287) | @Override method deleteFile (line 305) | @Override method deleteFolder (line 322) | @Override method exists (line 341) | @Override method getInputStream (line 353) | @Override method getOutputStream (line 371) | @Override method hasChildren (line 389) | @Override method isFile (line 412) | @Override method isFolder (line 424) | @Override method lastModified (line 436) | @Override method length (line 447) | @Override method list (line 458) | @Override method listFiles (line 478) | @Override method listFolders (line 498) | @Override method createFileSystemManager (line 523) | protected FileSystemManager createFileSystemManager() throws FileSyste... method createFileSystemOptions (line 554) | protected FileSystemOptions createFileSystemOptions() throws FileSyste... method getFileSystemOptionsProperties (line 601) | protected Properties getFileSystemOptionsProperties() { method overridePropertiesFromConfig (line 605) | private void overridePropertiesFromConfig() throws FileSystemException { method readConfig (line 640) | private Properties readConfig(String fileName) throws IOException { method resolveFileObject (line 654) | private FileObject resolveFileObject(final String path) throws FileSys... FILE: jackrabbit-vfs-ext/src/test/java/org/apache/jackrabbit/vfs/ext/TestAll.java class TestAll (line 29) | public class TestAll extends TestCase { method suite (line 34) | public static Test suite() { FILE: jackrabbit-vfs-ext/src/test/java/org/apache/jackrabbit/vfs/ext/ds/TestVFSDataStore.java class TestVFSDataStore (line 52) | public class TestVFSDataStore extends TestCaseBase { method setUp (line 80) | @Override method createDataStore (line 107) | @Override method tearDown (line 125) | @Override method testSetFileSystemOptionsPropertiesInString (line 149) | public void testSetFileSystemOptionsPropertiesInString() throws Except... method doSetFileSystemOptionsPropertiesInString (line 167) | protected void doSetFileSystemOptionsPropertiesInString() throws Excep... method getConfigProps (line 203) | private Properties getConfigProps() { FILE: jackrabbit-vfs-ext/src/test/java/org/apache/jackrabbit/vfs/ext/ds/VFSTestUtils.java class VFSTestUtils (line 31) | class VFSTestUtils { method deleteAllDescendantFiles (line 44) | static void deleteAllDescendantFiles(FileObject folderObject) throws F... method VFSTestUtils (line 63) | private VFSTestUtils() { FILE: jackrabbit-vfs-ext/src/test/java/org/apache/jackrabbit/vfs/ext/fs/VFSFileSystemTest.java class VFSFileSystemTest (line 34) | public class VFSFileSystemTest extends AbstractFileSystemTest { method getFileSystem (line 42) | @Override method setUp (line 68) | @Override method tearDown (line 92) | @Override FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/AbstractConfig.java class AbstractConfig (line 29) | public abstract class AbstractConfig { method validate (line 40) | public void validate() { method isValid (line 44) | public boolean isValid() { method logInfos (line 48) | public void logInfos() { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/BootstrapConfig.java class BootstrapConfig (line 39) | public class BootstrapConfig extends AbstractConfig { method init (line 49) | public void init(Properties props) throws ServletException { method init (line 65) | public void init(ServletConfig ctx) throws ServletException { method getRepositoryHome (line 81) | public String getRepositoryHome() { method setRepositoryHome (line 85) | public void setRepositoryHome(String repositoryHome) { method getRepositoryConfig (line 90) | public String getRepositoryConfig() { method setRepositoryConfig (line 94) | public void setRepositoryConfig(String repositoryConfig) { method getRepositoryName (line 98) | public String getRepositoryName() { method setRepositoryName (line 102) | public void setRepositoryName(String repositoryName) { method getJndiConfig (line 106) | public JNDIConfig getJndiConfig() { method validate (line 110) | public void validate() { method logInfos (line 116) | public void logInfos() { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/DerbyShutdown.java class DerbyShutdown (line 35) | public class DerbyShutdown implements ServletContextListener { method contextInitialized (line 37) | public void contextInitialized(ServletContextEvent event) { method contextDestroyed (line 40) | public void contextDestroyed(ServletContextEvent event) { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/Installer.java class Installer (line 36) | public class Installer { method Installer (line 111) | public Installer(File bootstrapConfigFile, ServletContext context) { method installRepository (line 125) | public int installRepository(HttpServletRequest req) method installRepositoryConfig (line 192) | private void installRepositoryConfig(File dest) throws IOException { method installBootstrap (line 215) | private void installBootstrap(File dest, String repHome, String repXml) FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/JCRWebdavServerServlet.java class JCRWebdavServerServlet (line 25) | public class JCRWebdavServerServlet extends method getRepository (line 32) | protected Repository getRepository() { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/JNDIConfig.java class JNDIConfig (line 39) | public class JNDIConfig extends AbstractConfig { method JNDIConfig (line 50) | public JNDIConfig(BootstrapConfig parentConfig) { method getJndiName (line 55) | public String getJndiName() { method setJndiName (line 59) | public void setJndiName(String jndiName) { method enabled (line 63) | public boolean enabled() { method getJndiEnabled (line 67) | public String getJndiEnabled() { method setJndiEnabled (line 71) | public void setJndiEnabled(String jndiEnabled) { method getJndiEnv (line 75) | public Properties getJndiEnv() { method init (line 79) | public void init(Properties props) throws ServletException { method init (line 98) | public void init(ServletConfig ctx) throws ServletException { method validate (line 120) | public void validate() { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/JcrApiNotFoundException.java class JcrApiNotFoundException (line 22) | public class JcrApiNotFoundException extends ServletExceptionWithCause { method JcrApiNotFoundException (line 34) | public JcrApiNotFoundException(ClassNotFoundException e) { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/JcrRemotingServlet.java class JcrRemotingServlet (line 24) | public class JcrRemotingServlet extends org.apache.jackrabbit.server.rem... method getRepository (line 30) | protected Repository getRepository() { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/RepositoryAccessServlet.java class RepositoryAccessServlet (line 40) | public class RepositoryAccessServlet extends HttpServlet { method init (line 90) | public void init() throws ServletException { method getInstance (line 107) | public static RepositoryAccessServlet getInstance(ServletContext ctx) { method getConfig (line 122) | private BootstrapConfig getConfig() throws ServletException { method getInitialContext (line 181) | private InitialContext getInitialContext() { method getRepositoryByJNDI (line 198) | private Repository getRepositoryByJNDI() throws ServletException { method getRepositoryByContextAttribute (line 222) | protected Repository getRepositoryByContextAttribute() { method getRepository (line 244) | public Repository getRepository() { method getRepository (line 272) | public static Repository getRepository(ServletContext ctx) { method getBootstrapConfig (line 280) | public BootstrapConfig getBootstrapConfig() { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/RepositoryStartupServlet.java class RepositoryStartupServlet (line 62) | public class RepositoryStartupServlet extends AbstractRepositoryServlet { method init (line 112) | public void init() throws ServletException { method getInstance (line 129) | public static RepositoryStartupServlet getInstance(ServletContext cont... method startup (line 138) | public void startup() throws ServletException { method shutdown (line 161) | public void shutdown() { method restart (line 178) | public void restart() throws ServletException { method destroy (line 188) | public void destroy() { method getRepository (line 198) | public Repository getRepository() { method getRepositoryFactory (line 208) | public RepositoryFactory getRepositoryFactory() { method configure (line 226) | private boolean configure() throws ServletException { method initRepository (line 291) | private void initRepository() throws ServletException { method shutdownRepository (line 333) | private void shutdownRepository() { method createRepository (line 350) | protected Repository createRepository(InputSource is, File homedir) method registerJNDI (line 360) | private void registerJNDI() throws ServletException { method unregisterJNDI (line 377) | private void unregisterJNDI() { method getBootstrapConfig (line 391) | public BootstrapConfig getBootstrapConfig() { method doGet (line 400) | protected void doGet(HttpServletRequest req, HttpServletResponse resp) method doPost (line 412) | protected void doPost(HttpServletRequest req, HttpServletResponse resp) method redirect (line 456) | private void redirect(HttpServletRequest req, FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/ServletExceptionWithCause.java class ServletExceptionWithCause (line 27) | public class ServletExceptionWithCause extends ServletException { method ServletExceptionWithCause (line 40) | public ServletExceptionWithCause(String message, Throwable cause) { FILE: jackrabbit-webapp/src/main/java/org/apache/jackrabbit/j2ee/SimpleWebdavServlet.java class SimpleWebdavServlet (line 25) | public class SimpleWebdavServlet extends org.apache.jackrabbit.webdav.si... method getRepository (line 40) | public Repository getRepository() { method setRepository (line 52) | public void setRepository(Repository repository) { FILE: jackrabbit-webapp/src/main/webapp/remoting/json.js function getXMLHttpRequest (line 18) | function getXMLHttpRequest(url, method, headers, params) { FILE: jackrabbit-webapp/src/test/java/org/apache/jackrabbit/j2ee/TomcatIT.java class TomcatIT (line 39) | public class TomcatIT extends TestCase { method setUp (line 51) | protected void setUp() throws Exception { method testTomcat (line 89) | public void testTomcat() throws Exception { method submitNewRepositoryForm (line 100) | private HtmlPage submitNewRepositoryForm(HtmlPage page) throws IOExcep... method rewriteWebXml (line 117) | private void rewriteWebXml(File war) throws IOException { method tearDown (line 134) | protected void tearDown() throws Exception { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/AbstractLocatorFactory.java class AbstractLocatorFactory (line 30) | public abstract class AbstractLocatorFactory implements DavLocatorFactory { method AbstractLocatorFactory (line 42) | public AbstractLocatorFactory(String pathPrefix) { method createResourceLocator (line 87) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 145) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 163) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 181) | public DavResourceLocator createResourceLocator(String prefix, String ... method getRepositoryPath (line 195) | protected abstract String getRepositoryPath(String resourcePath, Strin... method getResourcePath (line 205) | protected abstract String getResourcePath(String repositoryPath, Strin... class DavResourceLocatorImpl (line 212) | private class DavResourceLocatorImpl implements DavResourceLocator { method DavResourceLocatorImpl (line 228) | private DavResourceLocatorImpl(String prefix, String workspacePath, ... method getPrefix (line 258) | public String getPrefix() { method getResourcePath (line 270) | public String getResourcePath() { method getWorkspacePath (line 281) | public String getWorkspacePath() { method getWorkspaceName (line 293) | public String getWorkspaceName() { method isSameWorkspace (line 309) | public boolean isSameWorkspace(DavResourceLocator locator) { method isSameWorkspace (line 321) | public boolean isSameWorkspace(String workspaceName) { method getHref (line 337) | public String getHref(boolean isCollection) { method isRootLocation (line 347) | public boolean isRootLocation() { method getFactory (line 357) | public DavLocatorFactory getFactory() { method getRepositoryPath (line 367) | public String getRepositoryPath() { method hashCode (line 378) | @Override method equals (line 391) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/ContentCodingAwareRequest.java type ContentCodingAwareRequest (line 23) | public interface ContentCodingAwareRequest { method getAcceptableCodings (line 33) | public String getAcceptableCodings(); method getRequestContentCodings (line 38) | public List getRequestContentCodings(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavCompliance.java class DavCompliance (line 23) | public final class DavCompliance { method DavCompliance (line 28) | private DavCompliance() {} method concatComplianceClasses (line 62) | public static String concatComplianceClasses(String[] complianceClasse... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java type DavConstants (line 30) | public interface DavConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavException.java class DavException (line 35) | public class DavException extends Exception implements XmlSerializable { method DavException (line 60) | public DavException(int errorCode, String message) { method DavException (line 72) | public DavException(int errorCode, Throwable cause) { method DavException (line 83) | public DavException(int errorCode) { method DavException (line 97) | public DavException(int errorCode, String message, Throwable cause, El... method getErrorCode (line 109) | public int getErrorCode() { method getStatusPhrase (line 120) | public String getStatusPhrase() { method getStatusPhrase (line 130) | public static String getStatusPhrase(int errorCode) { method hasErrorCondition (line 137) | public boolean hasErrorCondition() { method getErrorCondition (line 146) | public Element getErrorCondition() { method toXml (line 161) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavLocatorFactory.java type DavLocatorFactory (line 22) | public interface DavLocatorFactory { method createResourceLocator (line 35) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 50) | public DavResourceLocator createResourceLocator(String prefix, String ... method createResourceLocator (line 71) | public DavResourceLocator createResourceLocator(String prefix, String ... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavMethods.java class DavMethods (line 25) | public final class DavMethods { method DavMethods (line 30) | private DavMethods() {} method getMethodCode (line 290) | public static int getMethodCode(String method) { method addMethodCode (line 301) | private static void addMethodCode(String method, int code) { method isCreateRequest (line 359) | public static boolean isCreateRequest(DavServletRequest request) { method isCreateCollectionRequest (line 373) | public static boolean isCreateCollectionRequest(DavServletRequest requ... method isMethodAffectedByLabel (line 384) | public static boolean isMethodAffectedByLabel(DavServletRequest reques... method isDeltaVMethod (line 400) | public static boolean isDeltaVMethod(DavServletRequest request) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavResource.java type DavResource (line 38) | public interface DavResource { method getComplianceClass (line 51) | public String getComplianceClass(); method getSupportedMethods (line 59) | public String getSupportedMethods(); method exists (line 66) | public boolean exists(); method isCollection (line 73) | public boolean isCollection(); method getDisplayName (line 80) | public String getDisplayName(); method getLocator (line 90) | public DavResourceLocator getLocator(); method getResourcePath (line 98) | public String getResourcePath(); method getHref (line 106) | public String getHref(); method getModificationTime (line 114) | public long getModificationTime(); method spool (line 124) | public void spool(OutputContext outputContext) throws IOException; method getPropertyNames (line 132) | public DavPropertyName[] getPropertyNames(); method getProperty (line 141) | public DavProperty getProperty(DavPropertyName name); method getProperties (line 153) | public DavPropertySet getProperties(); method setProperty (line 161) | public void setProperty(DavProperty property) throws DavException; method removeProperty (line 169) | public void removeProperty(DavPropertyName propertyName) throws DavExc... method alterProperties (line 184) | public MultiStatusResponse alterProperties(List c... method getCollection (line 192) | public DavResource getCollection(); method addMember (line 202) | public void addMember(DavResource resource, InputContext inputContext)... method getMembers (line 209) | public DavResourceIterator getMembers(); method removeMember (line 216) | public void removeMember(DavResource member) throws DavException; method move (line 224) | public void move(DavResource destination) throws DavException; method copy (line 233) | public void copy(DavResource destination, boolean shallow) throws DavE... method isLockable (line 243) | public boolean isLockable(Type type, Scope scope); method hasLock (line 256) | public boolean hasLock(Type type, Scope scope); method getLock (line 269) | public ActiveLock getLock(Type type, Scope scope) ; method getLocks (line 277) | public ActiveLock[] getLocks(); method lock (line 288) | public ActiveLock lock(LockInfo reqLockInfo) throws DavException; method refreshLock (line 299) | public ActiveLock refreshLock(LockInfo reqLockInfo, String lockToken) ... method unlock (line 308) | public void unlock(String lockToken) throws DavException; method addLockManager (line 318) | public void addLockManager(LockManager lockmgr); method getFactory (line 325) | public DavResourceFactory getFactory(); method getSession (line 332) | public DavSession getSession(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavResourceFactory.java type DavResourceFactory (line 23) | public interface DavResourceFactory { method createResource (line 35) | public DavResource createResource(DavResourceLocator locator, DavServl... method createResource (line 45) | public DavResource createResource(DavResourceLocator locator, DavSessi... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavResourceIterator.java type DavResourceIterator (line 26) | public interface DavResourceIterator extends Iterator { method nextResource (line 32) | public DavResource nextResource(); method size (line 38) | public int size(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavResourceIteratorImpl.java class DavResourceIteratorImpl (line 31) | public class DavResourceIteratorImpl implements DavResourceIterator { method DavResourceIteratorImpl (line 44) | public DavResourceIteratorImpl(List list) { method hasNext (line 52) | public boolean hasNext() { method next (line 59) | public DavResource next() { method nextResource (line 66) | public DavResource nextResource() { method size (line 75) | public int size() { method remove (line 82) | public void remove() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavResourceLocator.java type DavResourceLocator (line 22) | public interface DavResourceLocator { method getPrefix (line 33) | public String getPrefix(); method getResourcePath (line 40) | public String getResourcePath(); method getWorkspacePath (line 48) | public String getWorkspacePath(); method getWorkspaceName (line 56) | public String getWorkspaceName(); method isSameWorkspace (line 65) | public boolean isSameWorkspace(DavResourceLocator locator); method isSameWorkspace (line 74) | public boolean isSameWorkspace(String workspaceName); method getHref (line 85) | public String getHref(boolean isCollection); method isRootLocation (line 94) | public boolean isRootLocation(); method getFactory (line 101) | public DavLocatorFactory getFactory(); method getRepositoryPath (line 114) | public String getRepositoryPath(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavServletRequest.java type DavServletRequest (line 33) | public interface DavServletRequest extends HttpServletRequest { method setDavSession (line 40) | public void setDavSession(DavSession session); method getDavSession (line 47) | public DavSession getDavSession(); method getRequestLocator (line 54) | public DavResourceLocator getRequestLocator(); method getDestinationLocator (line 63) | public DavResourceLocator getDestinationLocator() throws DavException; method isOverwrite (line 75) | public boolean isOverwrite(); method getDepth (line 85) | public int getDepth(); method getDepth (line 96) | public int getDepth(int defaultValue); method getLockToken (line 108) | public String getLockToken(); method getTimeout (line 119) | public long getTimeout(); method getRequestDocument (line 129) | public Document getRequestDocument() throws DavException; method getPropFindType (line 143) | public int getPropFindType() throws DavException; method getPropFindProperties (line 153) | public DavPropertyNameSet getPropFindProperties() throws DavException; method getPropPatchChangeList (line 164) | public List getPropPatchChangeList() throws DavEx... method getLockInfo (line 178) | public LockInfo getLockInfo() throws DavException; method matchesIfHeader (line 187) | public boolean matchesIfHeader(DavResource resource); method matchesIfHeader (line 198) | public boolean matchesIfHeader(String href, String token, String eTag); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavServletResponse.java type DavServletResponse (line 30) | public interface DavServletResponse extends HttpServletResponse { method sendError (line 85) | public void sendError(DavException error) throws IOException; method sendMultiStatus (line 97) | public void sendMultiStatus(MultiStatus multistatus) throws IOException; method sendMultiStatus (line 110) | default void sendMultiStatus(MultiStatus multistatus, List acc... method sendRefreshLockResponse (line 125) | public void sendRefreshLockResponse(ActiveLock[] locks) throws IOExcep... method sendXmlResponse (line 135) | public void sendXmlResponse(XmlSerializable serializable, int status) ... method sendXmlResponse (line 146) | default void sendXmlResponse(XmlSerializable serializable, int status,... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavSession.java type DavSession (line 23) | public interface DavSession { method addReference (line 31) | public void addReference(Object reference); method removeReference (line 39) | public void removeReference(Object reference); method addLockToken (line 46) | public void addLockToken(String token); method getLockTokens (line 53) | public String[] getLockTokens(); method removeLockToken (line 60) | public void removeLockToken(String token); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavSessionProvider.java type DavSessionProvider (line 27) | public interface DavSessionProvider { method attachSession (line 40) | public boolean attachSession(WebdavRequest request) throws DavException; method releaseSession (line 47) | public void releaseSession(WebdavRequest request); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/MultiStatus.java class MultiStatus (line 33) | public class MultiStatus implements DavConstants, XmlSerializable { method addResourceProperties (line 59) | public void addResourceProperties(DavResource resource, DavPropertyNam... method addResourceProperties (line 82) | public void addResourceProperties(DavResource resource, DavPropertyNam... method addResourceStatus (line 96) | public void addResourceStatus(DavResource resource, int status, int de... method addResponse (line 114) | public synchronized void addResponse(MultiStatusResponse response) { method getResponses (line 127) | public synchronized MultiStatusResponse[] getResponses() { method setResponseDescription (line 136) | public void setResponseDescription(String responseDescription) { method getResponseDescription (line 145) | public String getResponseDescription() { method toXml (line 155) | public Element toXml(Document document) { method createFromXml (line 175) | public static MultiStatus createFromXml(Element multistatusElement) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/MultiStatusResponse.java class MultiStatusResponse (line 47) | public class MultiStatusResponse implements XmlSerializable, DavConstants { method MultiStatusResponse (line 77) | private MultiStatusResponse(String href, String responseDescription, i... method MultiStatusResponse (line 93) | public MultiStatusResponse(String href, Status status, String response... method MultiStatusResponse (line 111) | public MultiStatusResponse(String href, int statusCode) { method MultiStatusResponse (line 125) | public MultiStatusResponse(String href, int statusCode, String respons... method MultiStatusResponse (line 132) | public MultiStatusResponse(String href, String responseDescription) { method MultiStatusResponse (line 143) | public MultiStatusResponse(DavResource resource, DavPropertyNameSet pr... method MultiStatusResponse (line 163) | public MultiStatusResponse( method getHref (line 235) | public String getHref() { method getResponseDescription (line 243) | public String getResponseDescription() { method getStatus (line 255) | public Status[] getStatus() { method isPropStat (line 273) | public boolean isPropStat() { method toXml (line 281) | public Element toXml(Document document) { method add (line 317) | public void add(DavProperty property) { method add (line 328) | public void add(DavPropertyName propertyName) { method add (line 340) | public void add(DavProperty property, int status) { method add (line 352) | public void add(DavPropertyName propertyName, int status) { method getPropContainer (line 362) | private PropContainer getPropContainer(int status, boolean forNames) { method checkType (line 375) | private void checkType(int type) { method getProperties (line 389) | public DavPropertySet getProperties(int status) { method getPropertyNames (line 407) | public DavPropertyNameSet getPropertyNames(int status) { method createFromXml (line 435) | public static MultiStatusResponse createFromXml(Element responseElemen... method isValidHref (line 483) | private static boolean isValidHref(String href) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/Status.java class Status (line 30) | public class Status implements DavConstants, XmlSerializable{ method Status (line 38) | public Status(int code) { method Status (line 44) | public Status(String version, int code, String phrase) { method getStatusCode (line 50) | public int getStatusCode() { method toXml (line 57) | public Element toXml(Document document) { method parse (line 70) | public static Status parse(String statusLine) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/WebdavRequest.java type WebdavRequest (line 32) | public interface WebdavRequest extends DavServletRequest, FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/WebdavRequestContext.java type WebdavRequestContext (line 22) | public interface WebdavRequestContext { method getRequest (line 28) | public WebdavRequest getRequest(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/WebdavRequestImpl.java class WebdavRequestImpl (line 98) | public class WebdavRequestImpl implements WebdavRequest, DavConstants, C... method WebdavRequestImpl (line 117) | public WebdavRequestImpl(HttpServletRequest httpRequest, DavLocatorFac... method WebdavRequestImpl (line 128) | public WebdavRequestImpl(HttpServletRequest httpRequest, DavLocatorFac... method setDavSession (line 146) | public void setDavSession(DavSession session) { method getDavSession (line 166) | public DavSession getDavSession() { method getRequestLocator (line 176) | public DavResourceLocator getRequestLocator() { method getDestinationLocator (line 194) | public DavResourceLocator getDestinationLocator() throws DavException { method getHrefLocator (line 198) | private DavResourceLocator getHrefLocator(String href, boolean forDest... method getHrefLocator (line 246) | public DavResourceLocator getHrefLocator(String href) throws DavExcept... method getMemberLocator (line 255) | public DavResourceLocator getMemberLocator(String segment) { method isOverwrite (line 267) | public boolean isOverwrite() { method getDepth (line 274) | public int getDepth(int defaultValue) { method getDepth (line 281) | public int getDepth() { method getTimeout (line 294) | public long getTimeout() { method getLockToken (line 306) | public String getLockToken() { method getRequestDocument (line 313) | public Document getRequestDocument() throws DavException { method getPropFindType (line 364) | public int getPropFindType() throws DavException { method getPropFindProperties (line 379) | public DavPropertyNameSet getPropFindProperties() throws DavException { method getDecodedInputStream (line 386) | private InputStream getDecodedInputStream() throws IOException { method getRequestContentCodings (line 417) | @Override method getAcceptableCodings (line 426) | @Override method parsePropFindRequest (line 437) | private void parsePropFindRequest() throws DavException { method getPropPatchChangeList (line 511) | public List getPropPatchChangeList() throws DavEx... method parsePropPatchRequest (line 521) | private void parsePropPatchRequest() throws DavException { method getLockInfo (line 583) | public LockInfo getLockInfo() throws DavException { method matchesIfHeader (line 622) | public boolean matchesIfHeader(DavResource resource) { method matchesIfHeader (line 645) | public boolean matchesIfHeader(String href, String token, String eTag) { method getStrongETag (line 656) | private String getStrongETag(DavResource resource) { method isStrongETag (line 676) | private static boolean isStrongETag(String eTag) { method getTransactionId (line 684) | public String getTransactionId() { method getTransactionInfo (line 691) | public TransactionInfo getTransactionInfo() throws DavException { method getSubscriptionId (line 703) | public String getSubscriptionId() { method getPollTimeout (line 710) | public long getPollTimeout() { method getSubscriptionInfo (line 717) | public SubscriptionInfo getSubscriptionInfo() throws DavException { method getOrderingType (line 733) | public String getOrderingType() { method getPosition (line 740) | public Position getPosition() { method getOrderPatch (line 761) | public OrderPatch getOrderPatch() throws DavException { method getLabel (line 777) | public String getLabel() { method getLabelInfo (line 788) | public LabelInfo getLabelInfo() throws DavException { method getMergeInfo (line 802) | public MergeInfo getMergeInfo() throws DavException { method getUpdateInfo (line 814) | public UpdateInfo getUpdateInfo() throws DavException { method getReportInfo (line 826) | public ReportInfo getReportInfo() throws DavException { method getOptionsInfo (line 838) | public OptionsInfo getOptionsInfo() throws DavException { method getRebindInfo (line 850) | public RebindInfo getRebindInfo() throws DavException { method getUnbindInfo (line 862) | public UnbindInfo getUnbindInfo() throws DavException { method getBindInfo (line 874) | public BindInfo getBindInfo() throws DavException { method getAuthType (line 885) | @Override method getCookies (line 890) | @Override method getDateHeader (line 895) | @Override method getHeader (line 900) | @Override method getHeaders (line 905) | @Override method getHeaderNames (line 910) | @Override method getIntHeader (line 915) | @Override method getMethod (line 920) | @Override method getPathInfo (line 925) | @Override method getPathTranslated (line 930) | @Override method getContextPath (line 935) | @Override method getQueryString (line 940) | @Override method getRemoteUser (line 945) | @Override method isUserInRole (line 950) | @Override method getUserPrincipal (line 955) | @Override method getRequestedSessionId (line 960) | @Override method getRequestURI (line 965) | @Override method getRequestURL (line 970) | @Override method getServletPath (line 975) | @Override method getSession (line 980) | @Override method getSession (line 985) | @Override method isRequestedSessionIdValid (line 990) | @Override method isRequestedSessionIdFromCookie (line 995) | @Override method isRequestedSessionIdFromURL (line 1000) | @Override method isRequestedSessionIdFromUrl (line 1005) | @Override method getAttribute (line 1010) | @Override method getAttributeNames (line 1015) | @Override method getCharacterEncoding (line 1020) | @Override method setCharacterEncoding (line 1025) | @Override method getContentLength (line 1030) | @Override method getContentType (line 1035) | @Override method getInputStream (line 1040) | @Override method getParameter (line 1045) | @Override method getParameterNames (line 1050) | @Override method getParameterValues (line 1055) | @Override method getParameterMap (line 1060) | @Override method getProtocol (line 1065) | @Override method getScheme (line 1070) | @Override method getServerName (line 1075) | @Override method getServerPort (line 1080) | @Override method getReader (line 1085) | @Override method getRemoteAddr (line 1090) | @Override method getRemoteHost (line 1095) | @Override method setAttribute (line 1100) | @Override method removeAttribute (line 1105) | @Override method getLocale (line 1110) | @Override method getLocales (line 1115) | @Override method isSecure (line 1120) | @Override method getRequestDispatcher (line 1125) | @Override method getRealPath (line 1130) | @Override method getRemotePort (line 1135) | @Override method getLocalName (line 1140) | @Override method getLocalAddr (line 1145) | @Override method getLocalPort (line 1150) | @Override method changeSessionId (line 1155) | @Override method authenticate (line 1160) | @Override method login (line 1165) | @Override method logout (line 1170) | @Override method getParts (line 1175) | @Override method getPart (line 1180) | @Override method upgrade (line 1185) | @Override method getContentLengthLong (line 1190) | @Override method getServletContext (line 1195) | @Override method startAsync (line 1200) | @Override method startAsync (line 1205) | @Override method isAsyncStarted (line 1210) | @Override method isAsyncSupported (line 1215) | @Override method getAsyncContext (line 1220) | @Override method getDispatcherType (line 1225) | @Override class MyServletInputStream (line 1230) | private static class MyServletInputStream extends ServletInputStream { method MyServletInputStream (line 1234) | public MyServletInputStream(InputStream delegate) { method available (line 1238) | @Override method close (line 1243) | @Override method equals (line 1248) | @Override method hashCode (line 1253) | @Override method mark (line 1258) | @Override method markSupported (line 1263) | @Override method read (line 1268) | @Override method read (line 1273) | @Override method read (line 1278) | @Override method readLine (line 1283) | @Override method reset (line 1288) | @Override method skip (line 1293) | @Override method toString (line 1298) | @Override method isFinished (line 1303) | @Override method isReady (line 1308) | @Override method setReadListener (line 1313) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/WebdavResponse.java type WebdavResponse (line 31) | public interface WebdavResponse extends DavServletResponse, ObservationD... method setTrailerFields (line 34) | public default void setTrailerFields(Supplier> sup... method getTrailerFields (line 39) | public default Supplier> getTrailerFields() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java class WebdavResponseImpl (line 55) | public class WebdavResponseImpl implements WebdavResponse { method WebdavResponseImpl (line 66) | public WebdavResponseImpl(HttpServletResponse httpResponse) { method WebdavResponseImpl (line 76) | public WebdavResponseImpl(HttpServletResponse httpResponse, boolean no... method sendError (line 96) | public void sendError(DavException exception) throws IOException { method sendMultiStatus (line 104) | @Override method sendMultiStatus (line 109) | @Override method sendRefreshLockResponse (line 122) | public void sendRefreshLockResponse(ActiveLock[] locks) throws IOExcep... method sendXmlResponse (line 128) | @Override method sendXmlResponse (line 133) | @Override method sendSubscriptionResponse (line 177) | public void sendSubscriptionResponse(Subscription subscription) throws... method sendPollResponse (line 194) | public void sendPollResponse(EventDiscovery eventDiscovery) throws IOE... method addCookie (line 200) | @Override method containsHeader (line 205) | @Override method encodeURL (line 210) | @Override method encodeRedirectURL (line 215) | @Override method encodeUrl (line 220) | @Override method encodeRedirectUrl (line 225) | @Override method sendError (line 230) | @Override method sendError (line 235) | @Override method sendRedirect (line 240) | @Override method setDateHeader (line 245) | @Override method addDateHeader (line 250) | @Override method setHeader (line 255) | @Override method addHeader (line 260) | @Override method setIntHeader (line 265) | @Override method addIntHeader (line 270) | @Override method setStatus (line 275) | @Override method setStatus (line 280) | @Override method getCharacterEncoding (line 285) | @Override method getOutputStream (line 290) | @Override method getWriter (line 295) | @Override method setContentLength (line 300) | @Override method setContentType (line 305) | @Override method setBufferSize (line 310) | @Override method getBufferSize (line 315) | @Override method flushBuffer (line 320) | @Override method resetBuffer (line 325) | @Override method isCommitted (line 330) | @Override method reset (line 335) | @Override method setLocale (line 340) | @Override method getLocale (line 345) | @Override method getContentType (line 350) | @Override method setCharacterEncoding (line 355) | @Override method getStatus (line 360) | @Override method getHeader (line 365) | @Override method getHeaders (line 370) | @Override method getHeaderNames (line 375) | @Override method setContentLengthLong (line 380) | @Override method setTrailerFields (line 387) | public void setTrailerFields(Supplier> supplier) { method getTrailerFields (line 397) | @SuppressWarnings("unchecked") FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/BindConstants.java type BindConstants (line 28) | public interface BindConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/BindInfo.java class BindInfo (line 29) | public class BindInfo implements XmlSerializable { method BindInfo (line 36) | public BindInfo(String href, String segment) { method getHref (line 41) | public String getHref() { method getSegment (line 45) | public String getSegment() { method createFromXml (line 57) | public static BindInfo createFromXml(Element root) throws DavException { method toXml (line 100) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/BindServletRequest.java type BindServletRequest (line 26) | public interface BindServletRequest { method getRebindInfo (line 34) | public RebindInfo getRebindInfo() throws DavException; method getUnbindInfo (line 42) | public UnbindInfo getUnbindInfo() throws DavException; method getBindInfo (line 50) | public BindInfo getBindInfo() throws DavException; method getHrefLocator (line 57) | public DavResourceLocator getHrefLocator(String href) throws DavExcept... method getMemberLocator (line 64) | public DavResourceLocator getMemberLocator(String segment); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/BindableResource.java type BindableResource (line 24) | public interface BindableResource { method bind (line 32) | public void bind(DavResource collection, DavResource newBinding) throw... method rebind (line 41) | public void rebind(DavResource collection, DavResource newBinding) thr... method getParentElements (line 49) | public Set getParentElements(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/ParentElement.java class ParentElement (line 33) | public class ParentElement implements XmlSerializable { method ParentElement (line 40) | public ParentElement(String href, String segment) { method getHref (line 45) | public String getHref() { method getSegment (line 49) | public String getSegment() { method createFromXml (line 60) | public static ParentElement createFromXml(Element root) throws DavExce... method toXml (line 103) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/ParentSet.java class ParentSet (line 26) | public class ParentSet extends AbstractDavProperty parents) { method getValue (line 42) | public Collection getValue() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/RebindInfo.java class RebindInfo (line 29) | public class RebindInfo implements XmlSerializable { method RebindInfo (line 36) | public RebindInfo(String href, String segment) { method getHref (line 41) | public String getHref() { method getSegment (line 45) | public String getSegment() { method createFromXml (line 57) | public static RebindInfo createFromXml(Element root) throws DavExcepti... method toXml (line 100) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/bind/UnbindInfo.java class UnbindInfo (line 29) | public class UnbindInfo implements XmlSerializable { method UnbindInfo (line 35) | private UnbindInfo() {} method UnbindInfo (line 37) | public UnbindInfo(String segment) { method getSegment (line 41) | public String getSegment() { method createFromXml (line 53) | public static UnbindInfo createFromXml(Element root) throws DavExcepti... method toXml (line 84) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/BaseDavRequest.java class BaseDavRequest (line 47) | public abstract class BaseDavRequest extends HttpEntityEnclosingRequestB... method BaseDavRequest (line 51) | public BaseDavRequest(URI uri) { method getResponseBodyAsDocument (line 61) | public Document getResponseBodyAsDocument(HttpEntity entity) throws IO... method getResponseBodyAsMultiStatus (line 85) | public MultiStatus getResponseBodyAsMultiStatus(HttpResponse response)... method getResponseBodyAsLockDiscovery (line 102) | public LockDiscovery getResponseBodyAsLockDiscovery(HttpResponse respo... method getResponseBodyAsSubscriptionDiscovery (line 133) | public SubscriptionDiscovery getResponseBodyAsSubscriptionDiscovery(Ht... method getResponseBodyAsEventDiscovery (line 167) | public EventDiscovery getResponseBodyAsEventDiscovery(HttpResponse res... method checkSuccess (line 182) | public void checkSuccess(HttpResponse response) throws DavException { method getResponseException (line 192) | public DavException getResponseException(HttpResponse response) { method succeeded (line 215) | public boolean succeeded(HttpResponse response) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpBind.java class HttpBind (line 33) | public class HttpBind extends BaseDavRequest { method HttpBind (line 35) | public HttpBind(URI uri, BindInfo info) throws IOException { method HttpBind (line 40) | public HttpBind(String uri, BindInfo info) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpCheckin.java class HttpCheckin (line 31) | public class HttpCheckin extends BaseDavRequest { method HttpCheckin (line 33) | public HttpCheckin(URI uri) { method HttpCheckin (line 37) | public HttpCheckin(String uri) { method getMethod (line 41) | @Override method succeeded (line 46) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpCheckout.java class HttpCheckout (line 31) | public class HttpCheckout extends BaseDavRequest { method HttpCheckout (line 33) | public HttpCheckout(URI uri) { method HttpCheckout (line 37) | public HttpCheckout(String uri) { method getMethod (line 41) | @Override method succeeded (line 46) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpCopy.java class HttpCopy (line 32) | public class HttpCopy extends BaseDavRequest { method HttpCopy (line 34) | public HttpCopy(URI uri, URI dest, boolean overwrite, boolean shallow) { method HttpCopy (line 45) | public HttpCopy(String uri, String dest, boolean overwrite, boolean sh... method getMethod (line 49) | @Override method succeeded (line 54) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpDelete.java class HttpDelete (line 29) | public class HttpDelete extends BaseDavRequest { method HttpDelete (line 31) | public HttpDelete(URI uri){ method HttpDelete (line 35) | public HttpDelete(String uri) { method getMethod (line 39) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpLabel.java class HttpLabel (line 34) | public class HttpLabel extends BaseDavRequest { method HttpLabel (line 36) | public HttpLabel(URI uri, LabelInfo labelInfo) throws IOException { method HttpLabel (line 43) | public HttpLabel(String uri, LabelInfo labelInfo) throws IOException { method getMethod (line 47) | @Override method succeeded (line 52) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpLock.java class HttpLock (line 41) | public class HttpLock extends BaseDavRequest { method HttpLock (line 47) | public HttpLock(URI uri, LockInfo lockInfo) throws IOException { method HttpLock (line 60) | public HttpLock(String uri, LockInfo lockInfo) throws IOException { method HttpLock (line 64) | public HttpLock(URI uri, long timeout, String[] lockTokens) { method HttpLock (line 74) | public HttpLock(String uri, long timeout, String[] lockTokens) { method getMethod (line 78) | @Override method getLockToken (line 83) | public String getLockToken(HttpResponse response) { method succeeded (line 101) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpMerge.java class HttpMerge (line 33) | public class HttpMerge extends BaseDavRequest { method HttpMerge (line 35) | public HttpMerge(URI uri, MergeInfo mergeInfo) throws IOException { method HttpMerge (line 40) | public HttpMerge(String uri, MergeInfo mergeInfo) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpMkcol.java class HttpMkcol (line 31) | public class HttpMkcol extends BaseDavRequest { method HttpMkcol (line 33) | public HttpMkcol(URI uri) { method HttpMkcol (line 37) | public HttpMkcol(String uri) { method getMethod (line 41) | @Override method succeeded (line 46) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpMkworkspace.java class HttpMkworkspace (line 31) | public class HttpMkworkspace extends BaseDavRequest { method HttpMkworkspace (line 33) | public HttpMkworkspace(URI uri) { method HttpMkworkspace (line 37) | public HttpMkworkspace(String uri) { method getMethod (line 41) | @Override method succeeded (line 46) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpMove.java class HttpMove (line 32) | public class HttpMove extends BaseDavRequest { method HttpMove (line 34) | public HttpMove(URI uri, URI dest, boolean overwrite) { method HttpMove (line 42) | public HttpMove(String uri, String dest, boolean overwrite) { method getMethod (line 46) | @Override method succeeded (line 51) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpOptions.java class HttpOptions (line 36) | public class HttpOptions extends org.apache.http.client.methods.HttpOpti... method HttpOptions (line 38) | public HttpOptions(URI uri) { method HttpOptions (line 42) | public HttpOptions(String uri) { method getDavComplianceClasses (line 49) | public Set getDavComplianceClasses(HttpResponse response) { method getSearchGrammars (line 57) | public Set getSearchGrammars(HttpResponse response) { method parseTokenOrCodedUrlheaderField (line 62) | private Set parseTokenOrCodedUrlheaderField(Header[] headers, ... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpOrderpatch.java class HttpOrderpatch (line 33) | public class HttpOrderpatch extends BaseDavRequest { method HttpOrderpatch (line 35) | public HttpOrderpatch(URI uri, OrderPatch info) throws IOException { method HttpOrderpatch (line 40) | public HttpOrderpatch(String uri, OrderPatch info) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpPoll.java class HttpPoll (line 33) | public class HttpPoll extends BaseDavRequest { method HttpPoll (line 35) | public HttpPoll(URI uri, String subscriptionId, long timeout) { method HttpPoll (line 44) | public HttpPoll(String uri, String subscriptionId, long timeout) { method getMethod (line 48) | @Override method succeeded (line 53) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpPropfind.java class HttpPropfind (line 36) | public class HttpPropfind extends BaseDavRequest { method HttpPropfind (line 38) | public HttpPropfind(URI uri, int propfindType, DavPropertyNameSet name... method HttpPropfind (line 48) | public HttpPropfind(URI uri, DavPropertyNameSet names, int depth) thro... method HttpPropfind (line 52) | public HttpPropfind(URI uri, int propfindType, int depth) throws IOExc... method HttpPropfind (line 56) | public HttpPropfind(String uri, int propfindType, int depth) throws IO... method HttpPropfind (line 60) | public HttpPropfind(String uri, int propfindType, DavPropertyNameSet n... method HttpPropfind (line 64) | public HttpPropfind(String uri, DavPropertyNameSet names, int depth) t... method getMethod (line 68) | @Override method succeeded (line 73) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpProppatch.java class HttpProppatch (line 37) | public class HttpProppatch extends BaseDavRequest { method HttpProppatch (line 41) | public HttpProppatch(URI uri, ProppatchInfo info) throws IOException { method HttpProppatch (line 47) | public HttpProppatch(URI uri, List changeList) th... method HttpProppatch (line 51) | public HttpProppatch(URI uri, DavPropertySet setProperties, DavPropert... method HttpProppatch (line 55) | public HttpProppatch(String uri, List changeList)... method HttpProppatch (line 59) | public HttpProppatch(String uri, DavPropertySet setProperties, DavProp... method getMethod (line 63) | @Override method succeeded (line 68) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpRebind.java class HttpRebind (line 33) | public class HttpRebind extends BaseDavRequest { method HttpRebind (line 35) | public HttpRebind(URI uri, RebindInfo info) throws IOException { method HttpRebind (line 40) | public HttpRebind(String uri, RebindInfo info) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpReport.java class HttpReport (line 35) | public class HttpReport extends BaseDavRequest { method HttpReport (line 39) | public HttpReport(URI uri, ReportInfo reportInfo) throws IOException { method HttpReport (line 47) | public HttpReport(String uri, ReportInfo reportInfo) throws IOException { method getMethod (line 51) | @Override method succeeded (line 56) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpSearch.java class HttpSearch (line 33) | public class HttpSearch extends BaseDavRequest { method HttpSearch (line 35) | public HttpSearch(URI uri, SearchInfo searchInfo) throws IOException { method HttpSearch (line 40) | public HttpSearch(String uri, SearchInfo searchInfo) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpSubscribe.java class HttpSubscribe (line 38) | public class HttpSubscribe extends BaseDavRequest { method HttpSubscribe (line 40) | public HttpSubscribe(URI uri, SubscriptionInfo info, String subscripti... method HttpSubscribe (line 63) | public HttpSubscribe(String uri, SubscriptionInfo info, String subscri... method getSubscriptionId (line 67) | public String getSubscriptionId(HttpResponse response) { method getMethod (line 78) | @Override method succeeded (line 83) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpUnbind.java class HttpUnbind (line 33) | public class HttpUnbind extends BaseDavRequest { method HttpUnbind (line 35) | public HttpUnbind(URI uri, UnbindInfo info) throws IOException { method HttpUnbind (line 40) | public HttpUnbind(String uri, UnbindInfo info) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpUnlock.java class HttpUnlock (line 33) | public class HttpUnlock extends BaseDavRequest { method HttpUnlock (line 35) | public HttpUnlock(URI uri, String lockToken) { method HttpUnlock (line 41) | public HttpUnlock(String uri, String lockToken) { method getMethod (line 45) | @Override method succeeded (line 50) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpUnsubscribe.java class HttpUnsubscribe (line 32) | public class HttpUnsubscribe extends BaseDavRequest { method HttpUnsubscribe (line 34) | public HttpUnsubscribe(URI uri, String subscriptionId) { method HttpUnsubscribe (line 39) | public HttpUnsubscribe(String uri, String subscriptionId) { method getMethod (line 43) | @Override method succeeded (line 48) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpUpdate.java class HttpUpdate (line 33) | public class HttpUpdate extends BaseDavRequest { method HttpUpdate (line 35) | public HttpUpdate(URI uri, UpdateInfo updateInfo) throws IOException { method HttpUpdate (line 40) | public HttpUpdate(String uri, UpdateInfo updateInfo) throws IOException { method getMethod (line 44) | @Override method succeeded (line 49) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/HttpVersionControl.java class HttpVersionControl (line 31) | public class HttpVersionControl extends BaseDavRequest { method HttpVersionControl (line 33) | public HttpVersionControl(URI uri) { method HttpVersionControl (line 37) | public HttpVersionControl(String uri) { method getMethod (line 41) | @Override method succeeded (line 46) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/client/methods/XmlEntity.java class XmlEntity (line 38) | public class XmlEntity { method create (line 44) | public static HttpEntity create(Document doc) throws IOException { method create (line 58) | public static HttpEntity create(XmlSerializable payload) throws IOExce... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/CodedUrlHeader.java class CodedUrlHeader (line 27) | public class CodedUrlHeader implements Header { method CodedUrlHeader (line 34) | public CodedUrlHeader(String headerName, String headerValue) { method getHeaderName (line 48) | public String getHeaderName() { method getHeaderValue (line 58) | public String getHeaderValue() { method getCodedUrl (line 71) | public String getCodedUrl() { method getCodedUrls (line 82) | public String[] getCodedUrls() { method parse (line 109) | public static CodedUrlHeader parse(HttpServletRequest request, String ... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/DepthHeader.java class DepthHeader (line 28) | public class DepthHeader implements Header, DavConstants { method DepthHeader (line 39) | public DepthHeader(int depth) { method DepthHeader (line 53) | public DepthHeader(boolean isDeep) { method getDepth (line 60) | public int getDepth() { method getHeaderName (line 71) | public String getHeaderName() { method getHeaderValue (line 81) | public String getHeaderValue() { method parse (line 98) | public static DepthHeader parse(HttpServletRequest request, int defaul... method depthToInt (line 115) | private static int depthToInt(String depth) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/FieldValueParser.java class FieldValueParser (line 23) | public class FieldValueParser { method tokenizeList (line 29) | public static List tokenizeList(String list) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/Header.java type Header (line 22) | public interface Header { method getHeaderName (line 24) | public String getHeaderName(); method getHeaderValue (line 26) | public String getHeaderValue(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/IfHeader.java class IfHeader (line 80) | public class IfHeader implements Header { method IfHeader (line 113) | public IfHeader(String[] tokens) { method IfHeader (line 131) | public IfHeader(HttpServletRequest req) { method getHeaderName (line 145) | public String getHeaderName() { method getHeaderValue (line 155) | public String getHeaderValue() { method hasValue (line 164) | public boolean hasValue() { method matches (line 189) | public boolean matches(String tag, String token, String etag) { method getAllTokens (line 202) | public Iterator getAllTokens() { method getAllNotTokens (line 210) | public Iterator getAllNotTokens() { method parse (line 218) | private IfHeaderInterface parse() { method parseTagged (line 269) | private IfHeaderMap parseTagged(StringReader reader) { method parseUntagged (line 311) | private IfHeaderList parseUntagged(StringReader reader) { method parseIfList (line 356) | private IfList parseIfList(StringReader reader) throws IOException { method readWhiteSpace (line 442) | private int readWhiteSpace(Reader reader) throws IOException { method readWord (line 467) | private String readWord(Reader reader, char end) throws IOException { method logIllegalState (line 501) | private void logIllegalState(String state, int effChar, String expChar, class IfListEntry (line 536) | private static abstract class IfListEntry { method IfListEntry (line 558) | protected IfListEntry(String value, boolean positive) { method match (line 581) | protected boolean match(String value) { method match (line 599) | public abstract boolean match(String token, String etag); method getType (line 608) | protected abstract String getType(); method getValue (line 615) | protected String getValue() { method toString (line 625) | @Override class IfListEntryToken (line 638) | private static class IfListEntryToken extends IfListEntry { method IfListEntryToken (line 646) | IfListEntryToken(String token, boolean positive) { method match (line 663) | @Override method getType (line 674) | @Override class IfListEntryEtag (line 684) | private static class IfListEntryEtag extends IfListEntry { method IfListEntryEtag (line 692) | IfListEntryEtag(String etag, boolean positive) { method match (line 709) | @Override method getType (line 720) | @Override class IfList (line 738) | private static class IfList extends ArrayList { method add (line 747) | @Override method add (line 761) | @Override method match (line 777) | public boolean match(String token, String etag) { type IfHeaderInterface (line 798) | private static interface IfHeaderInterface { method matches (line 815) | public boolean matches(String resource, String token, String etag); class IfHeaderList (line 826) | private static class IfHeaderList extends ArrayList implements... method matches (line 843) | public boolean matches(String resource, String token, String etag) { class IfHeaderMap (line 866) | private class IfHeaderMap extends HashMap implem... method matches (line 881) | public boolean matches(String resource, String token, String etag) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/LabelHeader.java class LabelHeader (line 28) | public class LabelHeader implements Header { method LabelHeader (line 34) | public LabelHeader(String label) { method getLabel (line 41) | public String getLabel() { method getHeaderName (line 45) | public String getHeaderName() { method getHeaderValue (line 49) | public String getHeaderValue() { method parse (line 53) | public static LabelHeader parse(WebdavRequest request) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/OverwriteHeader.java class OverwriteHeader (line 28) | public class OverwriteHeader implements Header { method OverwriteHeader (line 43) | public OverwriteHeader(boolean doOverwrite) { method OverwriteHeader (line 54) | public OverwriteHeader(HttpServletRequest request) { method getHeaderName (line 64) | public String getHeaderName() { method getHeaderValue (line 68) | public String getHeaderValue() { method isOverwrite (line 72) | public boolean isOverwrite() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/PollTimeoutHeader.java class PollTimeoutHeader (line 27) | public class PollTimeoutHeader extends TimeoutHeader { method PollTimeoutHeader (line 29) | public PollTimeoutHeader(long timeout) { method getHeaderName (line 33) | @Override method parseHeader (line 47) | public static PollTimeoutHeader parseHeader(HttpServletRequest request... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/header/TimeoutHeader.java class TimeoutHeader (line 28) | public class TimeoutHeader implements Header, DavConstants { method TimeoutHeader (line 34) | public TimeoutHeader(long timeout) { method getHeaderName (line 38) | public String getHeaderName() { method getHeaderValue (line 42) | public String getHeaderValue() { method getTimeout (line 50) | public long getTimeout() { method parse (line 63) | public static TimeoutHeader parse(HttpServletRequest request, long def... method parse (line 82) | public static long parse(String timeoutStr, long defaultValue) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/io/InputContext.java type InputContext (line 24) | public interface InputContext { method hasStream (line 31) | public boolean hasStream(); method getInputStream (line 38) | public InputStream getInputStream(); method getModificationTime (line 46) | public long getModificationTime(); method getContentLanguage (line 53) | public String getContentLanguage(); method getContentLength (line 61) | public long getContentLength(); method getContentType (line 68) | public String getContentType(); method getProperty (line 77) | public String getProperty(String propertyName); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/io/InputContextImpl.java class InputContextImpl (line 31) | public class InputContextImpl implements InputContext { method InputContextImpl (line 38) | public InputContextImpl(HttpServletRequest request, InputStream in) { method hasStream (line 47) | public boolean hasStream() { method getInputStream (line 56) | public InputStream getInputStream() { method getModificationTime (line 60) | public long getModificationTime() { method getContentLanguage (line 69) | public String getContentLanguage() { method getContentLength (line 76) | public long getContentLength() { method getContentType (line 91) | public String getContentType() { method getProperty (line 95) | public String getProperty(String propertyName) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/io/OutputContext.java type OutputContext (line 24) | public interface OutputContext { method hasStream (line 29) | public boolean hasStream(); method getOutputStream (line 36) | public OutputStream getOutputStream(); method setContentLanguage (line 43) | public void setContentLanguage(String contentLanguage); method setContentLength (line 50) | public void setContentLength(long contentLength); method setContentType (line 57) | public void setContentType(String contentType); method setModificationTime (line 64) | public void setModificationTime(long modificationTime); method setETag (line 72) | public void setETag(String etag); method setProperty (line 81) | public void setProperty(String propertyName, String propertyValue); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/io/OutputContextImpl.java class OutputContextImpl (line 29) | public class OutputContextImpl implements OutputContext { method OutputContextImpl (line 36) | public OutputContextImpl(HttpServletResponse response, OutputStream ou... method hasStream (line 45) | public boolean hasStream() { method getOutputStream (line 49) | public OutputStream getOutputStream() { method setContentLanguage (line 53) | public void setContentLanguage(String contentLanguage) { method setContentLength (line 59) | public void setContentLength(long contentLength) { method setContentType (line 65) | public void setContentType(String contentType) { method setModificationTime (line 71) | public void setModificationTime(long modificationTime) { method setETag (line 77) | public void setETag(String etag) { method setProperty (line 83) | public void setProperty(String propertyName, String propertyValue) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/AbstractActiveLock.java class AbstractActiveLock (line 27) | public abstract class AbstractActiveLock implements ActiveLock, DavConst... method getLockroot (line 34) | public String getLockroot() { method setLockroot (line 41) | public void setLockroot(String lockroot) { method toXml (line 52) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/AbstractLockEntry.java class AbstractLockEntry (line 29) | public abstract class AbstractLockEntry implements LockEntry, DavConstan... method toXml (line 40) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/ActiveLock.java type ActiveLock (line 25) | public interface ActiveLock extends XmlSerializable { method isLockedByToken (line 35) | public boolean isLockedByToken(String lockToken); method isExpired (line 42) | public boolean isExpired(); method getToken (line 49) | public String getToken(); method getOwner (line 56) | public String getOwner(); method setOwner (line 63) | public void setOwner(String owner); method getTimeout (line 72) | public long getTimeout(); method setTimeout (line 79) | public void setTimeout(long timeout); method isDeep (line 86) | public boolean isDeep(); method setIsDeep (line 93) | public void setIsDeep(boolean isDeep); method getLockroot (line 101) | public String getLockroot(); method setLockroot (line 109) | public void setLockroot(String lockroot); method getType (line 116) | public Type getType(); method getScope (line 123) | public Scope getScope(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/DefaultActiveLock.java class DefaultActiveLock (line 33) | public class DefaultActiveLock extends AbstractActiveLock { method DefaultActiveLock (line 43) | public DefaultActiveLock() { method DefaultActiveLock (line 52) | public DefaultActiveLock(LockInfo lockInfo) { method isLockedByToken (line 66) | public boolean isLockedByToken(String lockToken) { method isExpired (line 73) | public boolean isExpired() { method getToken (line 80) | public String getToken() { method getOwner (line 87) | public String getOwner() { method setOwner (line 94) | public void setOwner(String owner) { method getTimeout (line 101) | public long getTimeout() { method setTimeout (line 108) | public void setTimeout(long timeout) { method isDeep (line 117) | public boolean isDeep() { method setIsDeep (line 124) | public void setIsDeep(boolean isDeep) { method getType (line 134) | public Type getType() { method getScope (line 144) | public Scope getScope() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/LockDiscovery.java class LockDiscovery (line 35) | public class LockDiscovery extends AbstractDavProperty> { method LockDiscovery (line 49) | public LockDiscovery() { method LockDiscovery (line 58) | public LockDiscovery(ActiveLock lock) { method LockDiscovery (line 68) | public LockDiscovery(ActiveLock[] locks) { method addActiveLock (line 75) | private void addActiveLock(ActiveLock lock) { method getValue (line 87) | public List getValue() { method toXml (line 99) | @Override method createFromXml (line 117) | public static LockDiscovery createFromXml(Element lockDiscoveryElement) { class ALockImpl (line 139) | private static class ALockImpl implements ActiveLock { method ALockImpl (line 143) | private ALockImpl(Element alElement) { method isLockedByToken (line 150) | public boolean isLockedByToken(String lockToken) { method isExpired (line 159) | public boolean isExpired() { method getToken (line 163) | public String getToken() { method getOwner (line 171) | public String getOwner() { method setOwner (line 184) | public void setOwner(String owner) { method getTimeout (line 188) | public long getTimeout() { method setTimeout (line 195) | public void setTimeout(long timeout) { method isDeep (line 199) | public boolean isDeep() { method setIsDeep (line 204) | public void setIsDeep(boolean isDeep) { method getLockroot (line 208) | public String getLockroot() { method setLockroot (line 217) | public void setLockroot(String lockroot) { method getType (line 221) | public Type getType() { method getScope (line 225) | public Scope getScope() { method toXml (line 229) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/LockEntry.java type LockEntry (line 24) | public interface LockEntry extends XmlSerializable { method getType (line 31) | public Type getType(); method getScope (line 38) | public Scope getScope(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/LockInfo.java class LockInfo (line 40) | public class LockInfo implements DavConstants, XmlSerializable { method LockInfo (line 57) | public LockInfo(long timeout) { method LockInfo (line 71) | public LockInfo(Scope scope, Type type, String owner, long timeout, bo... method LockInfo (line 99) | public LockInfo(Element liElement, long timeout, boolean isDeep) throw... method getType (line 139) | public Type getType() { method setType (line 148) | public void setType(Type type) { method getScope (line 159) | public Scope getScope() { method setScope (line 168) | public void setScope(Scope scope) { method getOwner (line 179) | public String getOwner() { method isDeep (line 188) | public boolean isDeep() { method getTimeout (line 197) | public long getTimeout() { method isRefreshLock (line 209) | public boolean isRefreshLock() { method toXml (line 223) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/LockManager.java type LockManager (line 25) | public interface LockManager { method createLock (line 35) | public ActiveLock createLock(LockInfo lockInfo, DavResource resource) method refreshLock (line 49) | public ActiveLock refreshLock(LockInfo lockInfo, String lockToken, Dav... method releaseLock (line 60) | public void releaseLock(String lockToken, DavResource resource) method getLock (line 76) | public ActiveLock getLock(Type type, Scope scope, DavResource resource); method hasLock (line 86) | public boolean hasLock(String lockToken, DavResource resource); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/Scope.java class Scope (line 32) | public class Scope implements XmlSerializable { method Scope (line 48) | private Scope(String localName, Namespace namespace) { method toXml (line 60) | public Element toXml(Document document) { method hashCode (line 66) | @Override method equals (line 75) | @Override method createFromXml (line 93) | public static Scope createFromXml(Element lockScope) { method create (line 112) | public static Scope create(String localName, Namespace namespace) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/SimpleLockManager.java class SimpleLockManager (line 30) | public class SimpleLockManager implements LockManager { method hasLock (line 42) | public boolean hasLock(String lockToken, DavResource resource) { method getLock (line 59) | public synchronized ActiveLock getLock(Type type, Scope scope, DavReso... method getLock (line 73) | private ActiveLock getLock(String path) { method createLock (line 99) | public synchronized ActiveLock createLock(LockInfo lockInfo, method refreshLock (line 146) | public ActiveLock refreshLock(LockInfo lockInfo, String lockToken, Dav... method releaseLock (line 164) | public synchronized void releaseLock(String lockToken, DavResource res... method isInternalMember (line 186) | private static boolean isInternalMember(DavResource resource, String m... method getParentPath (line 207) | private static String getParentPath(String path) { method isDescendant (line 228) | private static boolean isDescendant(String path, String descendant) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/SupportedLock.java class SupportedLock (line 33) | public class SupportedLock extends AbstractDavProperty> { method SupportedLock (line 41) | public SupportedLock() { method addEntry (line 53) | public void addEntry(Type type, Scope scope) { method addEntry (line 63) | public void addEntry(LockEntry entry) { method isSupportedLock (line 78) | public boolean isSupportedLock(Type type, Scope scope) { method getSupportedLocks (line 92) | public Iterator getSupportedLocks() { method toXml (line 102) | @Override method getValue (line 117) | public List getValue() { class WriteLockEntry (line 125) | private final static class WriteLockEntry extends AbstractLockEntry { method WriteLockEntry (line 140) | WriteLockEntry(Type type, Scope scope) { method getType (line 154) | public Type getType() { method getScope (line 162) | public Scope getScope() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/lock/Type.java class Type (line 32) | public class Type implements XmlSerializable { method Type (line 49) | private Type(String name, Namespace namespace) { method toXml (line 60) | public Element toXml(Document document) { method hashCode (line 66) | @Override method equals (line 82) | @Override method createFromXml (line 100) | public static Type createFromXml(Element lockType) { method create (line 119) | public static Type create(String localName, Namespace namespace) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/DefaultEventType.java class DefaultEventType (line 36) | public class DefaultEventType implements EventType { method DefaultEventType (line 51) | private DefaultEventType(String localName, Namespace namespace) { method create (line 63) | public static EventType create(String localName, Namespace namespace) { method create (line 85) | public static EventType[] create(String[] localNames, Namespace namesp... method createFromXml (line 102) | public static EventType[] createFromXml(Element eventType) { method getName (line 120) | public String getName() { method getNamespace (line 127) | public Namespace getNamespace() { method toXml (line 145) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/EventBundle.java type EventBundle (line 27) | public interface EventBundle extends XmlSerializable { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/EventDiscovery.java class EventDiscovery (line 37) | public class EventDiscovery implements ObservationConstants, XmlSerializ... method addEventBundle (line 51) | public void addEventBundle(EventBundle eventBundle) { method getEventBundles (line 63) | public Iterator getEventBundles() { method isEmpty (line 74) | public boolean isEmpty() { method toXml (line 86) | public Element toXml(Document document) { method createFromXml (line 102) | public static EventDiscovery createFromXml(Element eventDiscoveryEleme... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/EventType.java type EventType (line 25) | public interface EventType extends XmlSerializable { method getName (line 27) | public String getName(); method getNamespace (line 29) | public Namespace getNamespace(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/Filter.java class Filter (line 30) | public class Filter implements XmlSerializable { method Filter (line 38) | public Filter(String filterName, Namespace filterNamespace, String fil... method Filter (line 47) | public Filter(Element filterElem) { method getName (line 53) | public String getName() { method getNamespace (line 57) | public Namespace getNamespace() { method getValue (line 61) | public String getValue() { method isMatchingFilter (line 65) | public boolean isMatchingFilter(String localName, Namespace namespace) { method toXml (line 70) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/ObservationConstants.java type ObservationConstants (line 30) | public interface ObservationConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/ObservationDavServletRequest.java type ObservationDavServletRequest (line 26) | public interface ObservationDavServletRequest extends DavServletRequest { method getSubscriptionId (line 34) | public String getSubscriptionId(); method getPollTimeout (line 42) | public long getPollTimeout(); method getSubscriptionInfo (line 53) | public SubscriptionInfo getSubscriptionInfo() throws DavException; FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/ObservationDavServletResponse.java type ObservationDavServletResponse (line 27) | public interface ObservationDavServletResponse extends DavServletResponse { method sendSubscriptionResponse (line 35) | public void sendSubscriptionResponse(Subscription subscription) throws... method sendPollResponse (line 44) | public void sendPollResponse(EventDiscovery eventDiscovery) throws IOE... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/ObservationResource.java type ObservationResource (line 26) | public interface ObservationResource extends DavResource { method init (line 35) | public void init(SubscriptionManager subsMgr); method subscribe (line 50) | public Subscription subscribe(SubscriptionInfo info, String subscripti... method unsubscribe (line 58) | public void unsubscribe(String subscriptionId) throws DavException; method poll (line 71) | public EventDiscovery poll(String subscriptionId, long timeout) throws... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/Subscription.java type Subscription (line 30) | public interface Subscription extends XmlSerializable { method getSubscriptionId (line 38) | public String getSubscriptionId(); method eventsProvideNodeTypeInformation (line 43) | public boolean eventsProvideNodeTypeInformation(); method eventsProvideNoLocalFlag (line 48) | public boolean eventsProvideNoLocalFlag(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/observation/SubscriptionDiscovery.java class SubscriptionDiscovery (line 34) | public class SubscriptionDiscovery extends AbstractDavProperty implements DavProperty { method AbstractDavProperty (line 46) | public AbstractDavProperty(DavPropertyName name, boolean isInvisibleIn... method hashCode (line 56) | @Override method equals (line 73) | @Override method toXml (line 110) | public Element toXml(Document document) { method getName (line 149) | public DavPropertyName getName() { method isInvisibleInAllprop (line 160) | public boolean isInvisibleInAllprop() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/DavProperty.java type DavProperty (line 47) | public interface DavProperty extends XmlSerializable, DavConstants, P... method getName (line 54) | public DavPropertyName getName(); method getValue (line 61) | public T getValue(); method isInvisibleInAllprop (line 70) | public boolean isInvisibleInAllprop(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/DavPropertyIterator.java type DavPropertyIterator (line 26) | public interface DavPropertyIterator extends Iterator> { method nextProperty (line 33) | public DavProperty nextProperty() throws NoSuchElementException; FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/DavPropertyName.java class DavPropertyName (line 33) | public class DavPropertyName implements DavConstants, XmlSerializable, P... method create (line 71) | public synchronized static DavPropertyName create(String name, Namespa... method create (line 100) | public synchronized static DavPropertyName create(String name) { method createFromXml (line 111) | public synchronized static DavPropertyName createFromXml(Element nameE... method DavPropertyName (line 130) | private DavPropertyName(String name, Namespace namespace) { method getName (line 143) | public String getName() { method getNamespace (line 152) | public Namespace getNamespace() { method hashCode (line 161) | @Override method equals (line 175) | @Override method toString (line 189) | @Override method toXml (line 202) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/DavPropertyNameIterator.java type DavPropertyNameIterator (line 24) | public interface DavPropertyNameIterator extends Iterator add(DavProperty property) { method addAll (line 58) | public void addAll(DavPropertySet pset) { method get (line 70) | public DavProperty get(String name) { method get (line 83) | public DavProperty get(String name, Namespace namespace) { method get (line 94) | public DavProperty get(DavPropertyName name) { method remove (line 106) | public DavProperty remove(DavPropertyName name) { method remove (line 118) | public DavProperty remove(String name) { method remove (line 131) | public DavProperty remove(String name, Namespace namespace) { method iterator (line 140) | public DavPropertyIterator iterator() { method iterator (line 152) | public DavPropertyIterator iterator(Namespace namespace) { method getPropertyNames (line 161) | public DavPropertyName[] getPropertyNames() { method contains (line 174) | @Override method addContent (line 186) | @Override method isEmpty (line 199) | @Override method getContentSize (line 207) | @Override method getContent (line 215) | @Override class PropIter (line 225) | private class PropIter implements DavPropertyIterator { method PropIter (line 239) | private PropIter() { method PropIter (line 247) | private PropIter(Namespace namespace) { method nextProperty (line 256) | public DavProperty nextProperty() throws NoSuchElementException { method hasNext (line 268) | public boolean hasNext() { method next (line 275) | public DavProperty next() { method remove (line 282) | public void remove() { method seek (line 289) | private void seek() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/DefaultDavProperty.java class DefaultDavProperty (line 31) | public class DefaultDavProperty extends AbstractDavProperty { method DefaultDavProperty (line 52) | public DefaultDavProperty(String name, T value, Namespace namespace, b... method DefaultDavProperty (line 65) | public DefaultDavProperty(String name, T value, Namespace namespace) { method DefaultDavProperty (line 80) | public DefaultDavProperty(DavPropertyName name, T value, boolean isInv... method DefaultDavProperty (line 92) | public DefaultDavProperty(DavPropertyName name, T value) { method getValue (line 101) | public T getValue() { method createFromXml (line 120) | public static DefaultDavProperty createFromXml(Element propertyElem... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/HrefProperty.java class HrefProperty (line 38) | public class HrefProperty extends AbstractDavProperty { method HrefProperty (line 53) | public HrefProperty(DavPropertyName name, String value, boolean isInvi... method HrefProperty (line 67) | public HrefProperty(DavPropertyName name, String[] value, boolean isIn... method HrefProperty (line 79) | public HrefProperty(DavProperty prop) { method toXml (line 127) | @Override method getValue (line 145) | public String[] getValue() { method getHrefs (line 156) | public List getHrefs() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/PropContainer.java class PropContainer (line 32) | public abstract class PropContainer implements XmlSerializable, DavConst... method addContent (line 45) | @Deprecated method addContent (line 62) | public abstract boolean addContent(PropEntry contentEntry); method isEmpty (line 69) | public abstract boolean isEmpty(); method getContentSize (line 77) | public abstract int getContentSize(); method getContent (line 85) | public abstract Collection getContent(); method contains (line 95) | public abstract boolean contains(DavPropertyName name); method toXml (line 108) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/PropEntry.java type PropEntry (line 24) | public interface PropEntry { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/PropfindInfo.java class PropfindInfo (line 26) | public class PropfindInfo implements XmlSerializable { method PropfindInfo (line 31) | public PropfindInfo(int propfindType, DavPropertyNameSet propNameSet) { method toXml (line 36) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/ProppatchInfo.java class ProppatchInfo (line 27) | public class ProppatchInfo implements XmlSerializable { method ProppatchInfo (line 35) | public ProppatchInfo(List changeList) { method ProppatchInfo (line 56) | public ProppatchInfo(DavPropertySet setProperties, DavPropertyNameSet ... method getAffectedProperties (line 72) | public DavPropertyNameSet getAffectedProperties() { method toXml (line 79) | @Override method getPropElement (line 123) | private Element getPropElement(Element propUpdate, boolean isSet) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/property/ResourceType.java class ResourceType (line 43) | public class ResourceType extends AbstractDavProperty getValue() { method getResourceTypes (line 127) | public int[] getResourceTypes() { method isValidResourceType (line 137) | private static boolean isValidResourceType(int resourceType) { method registerResourceType (line 154) | public static int registerResourceType(String name, Namespace namespac... class TypeName (line 176) | private static class TypeName implements XmlSerializable { method TypeName (line 182) | private TypeName(String localName, Namespace namespace) { method hashCode (line 188) | @Override method equals (line 193) | @Override method toXml (line 201) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/search/QueryGrammerSet.java class QueryGrammerSet (line 35) | public class QueryGrammerSet extends AbstractDavProperty getValue() { class Grammer (line 106) | private class Grammer implements XmlSerializable { method Grammer (line 112) | Grammer(String localName, Namespace namespace) { method hashCode (line 118) | @Override method equals (line 123) | @Override method toXml (line 137) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/search/SearchConstants.java type SearchConstants (line 28) | public interface SearchConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/search/SearchInfo.java class SearchInfo (line 60) | public class SearchInfo implements SearchConstants, XmlSerializable { method SearchInfo (line 100) | public SearchInfo(String language, Namespace languageNamespace, String... method SearchInfo (line 115) | public SearchInfo(String language, Namespace languageNamespace, String... method getLanguageName (line 124) | public String getLanguageName() { method getLanguageNameSpace (line 133) | public Namespace getLanguageNameSpace() { method getQuery (line 142) | public String getQuery() { method getNamespaces (line 151) | public Map getNamespaces() { method getNumberResults (line 160) | public long getNumberResults() { method setNumberResults (line 169) | public void setNumberResults(long nresults) { method getOffset (line 178) | public long getOffset() { method setOffset (line 187) | public void setOffset(long offset) { method toXml (line 197) | public Element toXml(Document document) { method createFromXml (line 226) | public static SearchInfo createFromXml(Element searchRequest) throws D... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/search/SearchResource.java type SearchResource (line 26) | public interface SearchResource { method getQueryGrammerSet (line 42) | public QueryGrammerSet getQueryGrammerSet(); method search (line 54) | public MultiStatus search(SearchInfo sInfo) throws DavException; FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/AclProperty.java class AclProperty (line 54) | public class AclProperty extends AbstractDavProperty aces) { method getValue (line 78) | public List getValue() { method createFromXml (line 90) | public static AclProperty createFromXml(Element aclElement) throws Dav... method createGrantAce (line 103) | public static Ace createGrantAce(Principal principal, Privilege[] priv... method createDenyAce (line 107) | public static Ace createDenyAce(Principal principal, Privilege[] privi... class Ace (line 115) | public static class Ace implements XmlSerializable, SecurityConstants { method Ace (line 141) | private Ace(Principal principal, boolean invert, Privilege[] privile... method Ace (line 157) | private Ace(Principal principal, boolean invert, Privilege[] privile... method getPrincipal (line 173) | public Principal getPrincipal() { method isInvert (line 177) | public boolean isInvert() { method getPrivileges (line 181) | public Privilege[] getPrivileges() { method isGrant (line 185) | public boolean isGrant() { method isDeny (line 189) | public boolean isDeny() { method isProtected (line 193) | public boolean isProtected() { method getInheritedHref (line 197) | public String getInheritedHref() { method toXml (line 204) | public Element toXml(Document document) { method createFromXml (line 226) | private static Ace createFromXml(Element aceElement) throws DavExcep... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/AclResource.java type AclResource (line 29) | public interface AclResource extends DavResource { method alterAcl (line 57) | public void alterAcl(AclProperty aclProperty) throws DavException; method getReport (line 69) | public Report getReport(ReportInfo reportInfo) throws DavException; FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/AclRestrictionsProperty.java class AclRestrictionsProperty (line 39) | public class AclRestrictionsProperty extends AbstractDavProperty { method AclRestrictionsProperty (line 53) | public AclRestrictionsProperty(boolean grantOnly, boolean noInvert, bo... method getValue (line 66) | public Object getValue() { method toXml (line 73) | @Override method isGrantOnly (line 91) | public boolean isGrantOnly() { method isNoInvert (line 95) | public boolean isNoInvert() { method isDenyBeforeGrant (line 99) | public boolean isDenyBeforeGrant() { method getRequiredPrincipal (line 103) | public Principal getRequiredPrincipal() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/CurrentUserPrivilegeSetProperty.java class CurrentUserPrivilegeSetProperty (line 33) | public class CurrentUserPrivilegeSetProperty extends AbstractDavProperty... method CurrentUserPrivilegeSetProperty (line 42) | public CurrentUserPrivilegeSetProperty(Privilege[] privileges) { method CurrentUserPrivilegeSetProperty (line 60) | public CurrentUserPrivilegeSetProperty(DavProperty xmlDavProperty) ... method getValue (line 87) | public Collection getValue() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/Principal.java class Principal (line 39) | public class Principal implements XmlSerializable, SecurityConstants { method Principal (line 67) | private Principal(int type) { method Principal (line 71) | private Principal(DavPropertyName propertyName) { method Principal (line 76) | private Principal(String href) { method getHref (line 85) | public String getHref() { method getPropertyName (line 93) | public DavPropertyName getPropertyName() { method toXml (line 100) | public Element toXml(Document document) { method getAllPrincipal (line 128) | public static Principal getAllPrincipal() { method getAuthenticatedPrincipal (line 132) | public static Principal getAuthenticatedPrincipal() { method getUnauthenticatedPrincipal (line 136) | public static Principal getUnauthenticatedPrincipal() { method getSelfPrincipal (line 140) | public static Principal getSelfPrincipal() { method getPropertyPrincipal (line 144) | public static Principal getPropertyPrincipal(DavPropertyName propertyN... method getHrefPrincipal (line 159) | public static Principal getHrefPrincipal(String href) { method createFromXml (line 166) | public static Principal createFromXml(Element principalElement) throws... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/Privilege.java class Privilege (line 33) | public class Privilege implements XmlSerializable { method Privilege (line 138) | private Privilege(String privilege, Namespace namespace) { method getName (line 146) | public String getName() { method getNamespace (line 153) | public Namespace getNamespace() { method toXml (line 160) | public Element toXml(Document document) { method getPrivilege (line 173) | public static Privilege getPrivilege(String privilege, Namespace names... method getPrivilege (line 197) | public static Privilege getPrivilege(Element privilege) throws DavExce... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/SecurityConstants.java type SecurityConstants (line 31) | public interface SecurityConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/SupportedPrivilege.java class SupportedPrivilege (line 34) | public class SupportedPrivilege implements XmlSerializable { method SupportedPrivilege (line 54) | public SupportedPrivilege(Privilege privilege, String description, method toXml (line 70) | public Element toXml(Document document) { method getPrivilege (line 90) | public Privilege getPrivilege() { method isAbstract (line 94) | public boolean isAbstract() { method getSupportedPrivileges (line 98) | public SupportedPrivilege[] getSupportedPrivileges() { method getSupportedPrivilege (line 109) | static SupportedPrivilege getSupportedPrivilege(Element supportedPrivi... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/SupportedPrivilegeSetProperty.java class SupportedPrivilegeSetProperty (line 47) | public class SupportedPrivilegeSetProperty extends AbstractDavProperty p) throws DavExcep... method getValue (line 86) | public List getValue() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/report/AbstractSecurityReport.java class AbstractSecurityReport (line 35) | public abstract class AbstractSecurityReport extends AbstractReport { method isMultiStatusReport (line 44) | public boolean isMultiStatusReport() { method init (line 57) | public void init(DavResource resource, ReportInfo info) throws DavExce... method toXml (line 73) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/report/AclPrincipalReport.java class AclPrincipalReport (line 52) | public class AclPrincipalReport extends AbstractSecurityReport { method getType (line 64) | public ReportType getType() { method init (line 71) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/report/PrincipalMatchReport.java class PrincipalMatchReport (line 52) | public class PrincipalMatchReport extends AbstractSecurityReport { method getType (line 72) | public ReportType getType() { method init (line 79) | @Override method getPrincipalPropertyName (line 103) | public DavPropertyName getPrincipalPropertyName() { method setResponses (line 112) | public void setResponses(MultiStatusResponse[] responses) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/report/PrincipalSearchReport.java class PrincipalSearchReport (line 66) | public class PrincipalSearchReport extends AbstractSecurityReport { method getType (line 90) | public ReportType getType() { method init (line 97) | @Override method getSearchRoots (line 128) | public String[] getSearchRoots() { method getSearchArguments (line 141) | public SearchArgument[] getSearchArguments() { method setResponses (line 150) | public void setResponses(MultiStatusResponse[] responses) { class SearchArgument (line 159) | protected class SearchArgument { method SearchArgument (line 164) | private SearchArgument(Element propSearch) { method getSearchProperties (line 173) | protected DavPropertyNameSet getSearchProperties() { method getSearchString (line 180) | protected String getSearchString() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/security/report/SearchablePropertyReport.java class SearchablePropertyReport (line 61) | public class SearchablePropertyReport extends AbstractReport { method getType (line 86) | public ReportType getType() { method isMultiStatusReport (line 95) | public boolean isMultiStatusReport() { method init (line 102) | public void init(DavResource resource, ReportInfo info) throws DavExce... method toXml (line 117) | public Element toXml(Document document) { method addPrincipalSearchProperty (line 134) | public void addPrincipalSearchProperty(DavPropertyName propName, class PrincipalSearchProperty (line 143) | private class PrincipalSearchProperty implements XmlSerializable { method PrincipalSearchProperty (line 154) | private PrincipalSearchProperty(DavPropertyName propName, method toXml (line 169) | public Element toXml(Document document) { method equals (line 186) | @Override method hashCode (line 199) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/server/AbstractWebdavServlet.java class AbstractWebdavServlet (line 105) | abstract public class AbstractWebdavServlet extends HttpServlet implemen... method init (line 169) | @Override method isPreconditionValid (line 200) | abstract protected boolean isPreconditionValid(WebdavRequest request, ... method getDavSessionProvider (line 207) | abstract public DavSessionProvider getDavSessionProvider(); method setDavSessionProvider (line 214) | abstract public void setDavSessionProvider(DavSessionProvider davSessi... method getLocatorFactory (line 221) | abstract public DavLocatorFactory getLocatorFactory(); method setLocatorFactory (line 228) | abstract public void setLocatorFactory(DavLocatorFactory locatorFactory); method getResourceFactory (line 235) | abstract public DavResourceFactory getResourceFactory(); method setResourceFactory (line 242) | abstract public void setResourceFactory(DavResourceFactory resourceFac... method getAuthenticateHeaderValue (line 252) | public String getAuthenticateHeaderValue() { method isCreateAbsoluteURI (line 261) | protected boolean isCreateAbsoluteURI() { method service (line 273) | @Override method handleDavException (line 334) | private void handleDavException(WebdavRequest webdavRequest, WebdavRes... method addHintAboutPotentialRequestEncodings (line 352) | private void addHintAboutPotentialRequestEncodings(WebdavRequest webda... method sendUnauthorized (line 371) | protected void sendUnauthorized(WebdavRequest request, method execute (line 392) | protected boolean execute(WebdavRequest request, WebdavResponse response, method doOptions (line 510) | protected void doOptions(WebdavRequest request, WebdavResponse response, method doHead (line 542) | protected void doHead(WebdavRequest request, WebdavResponse response, method doGet (line 555) | protected void doGet(WebdavRequest request, WebdavResponse response, method spoolResource (line 567) | private void spoolResource(WebdavRequest request, WebdavResponse respo... method doPropFind (line 619) | protected void doPropFind(WebdavRequest request, WebdavResponse response, method doPropPatch (line 648) | protected void doPropPatch(WebdavRequest request, WebdavResponse respo... method doPost (line 676) | protected void doPost(WebdavRequest request, WebdavResponse response, method doPut (line 690) | protected void doPut(WebdavRequest request, WebdavResponse response, method doMkCol (line 726) | protected void doMkCol(WebdavRequest request, WebdavResponse response, method doDelete (line 758) | protected void doDelete(WebdavRequest request, WebdavResponse response, method doCopy (line 778) | protected void doCopy(WebdavRequest request, WebdavResponse response, method doMove (line 808) | protected void doMove(WebdavRequest request, WebdavResponse response, method doBind (line 831) | protected void doBind(WebdavRequest request, WebdavResponse response, method doRebind (line 862) | protected void doRebind(WebdavRequest request, WebdavResponse response, method doUnbind (line 893) | protected void doUnbind(WebdavRequest request, WebdavResponse response, method validateDestination (line 911) | protected int validateDestination(DavResource destResource, WebdavRequ... method doLock (line 962) | protected void doLock(WebdavRequest request, WebdavResponse response, method doUnlock (line 1014) | protected void doUnlock(WebdavRequest request, WebdavResponse response, method doOrderPatch (line 1036) | protected void doOrderPatch(WebdavRequest request, method doSubscribe (line 1065) | protected void doSubscribe(WebdavRequest request, method doUnsubscribe (line 1093) | protected void doUnsubscribe(WebdavRequest request, method doPoll (line 1115) | protected void doPoll(WebdavRequest request, method doVersionControl (line 1138) | protected void doVersionControl(WebdavRequest request, WebdavResponse ... method doLabel (line 1157) | protected void doLabel(WebdavRequest request, WebdavResponse response, method doReport (line 1181) | protected void doReport(WebdavRequest request, WebdavResponse response, method doCheckin (line 1209) | protected void doCheckin(WebdavRequest request, WebdavResponse response, method doCheckout (line 1231) | protected void doCheckout(WebdavRequest request, WebdavResponse response, method doUncheckout (line 1250) | protected void doUncheckout(WebdavRequest request, WebdavResponse resp... method doMerge (line 1269) | protected void doMerge(WebdavRequest request, WebdavResponse response, method doUpdate (line 1290) | protected void doUpdate(WebdavRequest request, WebdavResponse response, method doMkWorkspace (line 1311) | protected void doMkWorkspace(WebdavRequest request, WebdavResponse res... method doMkActivity (line 1342) | protected void doMkActivity(WebdavRequest request, WebdavResponse resp... method doBaselineControl (line 1384) | protected void doBaselineControl(WebdavRequest request, WebdavResponse... method doSearch (line 1418) | protected void doSearch(WebdavRequest request, WebdavResponse response, method doAcl (line 1445) | protected void doAcl(WebdavRequest request, WebdavResponse response, method getInputContext (line 1467) | protected InputContext getInputContext(DavServletRequest request, Inpu... method getOutputContext (line 1481) | protected OutputContext getOutputContext(DavServletResponse response, ... method getContentCodings (line 1489) | public static List getContentCodings(HttpServletRequest reques... method acceptsGzipEncoding (line 1496) | private static boolean acceptsGzipEncoding(HttpServletRequest request) { method getListElementsFromHeaderField (line 1515) | private static List getListElementsFromHeaderField(HttpServlet... method getSingletonField (line 1538) | protected static String getSingletonField(HttpServletRequest request, ... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/server/WebdavRequestContextHolder.java class WebdavRequestContextHolder (line 24) | public final class WebdavRequestContextHolder { method WebdavRequestContextHolder (line 28) | private WebdavRequestContextHolder() { method getContext (line 35) | public static WebdavRequestContext getContext() { method setContext (line 39) | static void setContext(WebdavRequestContext context) { method clearContext (line 43) | static void clearContext() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/server/WebdavRequestContextImpl.java class WebdavRequestContextImpl (line 22) | class WebdavRequestContextImpl implements WebdavRequestContext { method WebdavRequestContextImpl (line 26) | WebdavRequestContextImpl(final WebdavRequest request) { method getRequest (line 30) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TransactionConstants.java type TransactionConstants (line 31) | public interface TransactionConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TransactionDavServletRequest.java type TransactionDavServletRequest (line 27) | public interface TransactionDavServletRequest extends DavServletRequest { method getTransactionInfo (line 40) | public TransactionInfo getTransactionInfo() throws DavException; method getTransactionId (line 50) | public String getTransactionId(); FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TransactionInfo.java class TransactionInfo (line 36) | public class TransactionInfo implements TransactionConstants, XmlSeriali... method TransactionInfo (line 47) | public TransactionInfo(boolean isCommit) { method TransactionInfo (line 65) | public TransactionInfo(Element transactionInfo) throws DavException { method isCommit (line 88) | public boolean isCommit() { method toXml (line 97) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TransactionResource.java type TransactionResource (line 26) | public interface TransactionResource extends DavResource { method init (line 36) | public void init(TxLockManager txMgr, String transactionId); method getTransactionId (line 45) | public String getTransactionId(); method unlock (line 58) | public void unlock(String lockToken, TransactionInfo info) throws DavE... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TxActiveLock.java class TxActiveLock (line 28) | public class TxActiveLock extends DefaultActiveLock implements Transacti... method TxActiveLock (line 43) | public TxActiveLock(LockInfo lockInfo) { method isDeep (line 69) | @Override method getType (line 79) | @Override method getScope (line 89) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TxLockEntry.java class TxLockEntry (line 29) | public final class TxLockEntry extends AbstractLockEntry implements Tran... method TxLockEntry (line 41) | public TxLockEntry(boolean isLocal) { method getType (line 56) | public Type getType() { method getScope (line 69) | public Scope getScope() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/transaction/TxLockManager.java type TxLockManager (line 38) | public interface TxLockManager extends LockManager { method releaseLock (line 49) | public void releaseLock(TransactionInfo lockInfo, String lockToken, method getLock (line 62) | public ActiveLock getLock(Type type, Scope scope, TransactionResource ... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/util/CSRFUtil.java class CSRFUtil (line 36) | public class CSRFUtil { method CSRFUtil (line 93) | public CSRFUtil(String config) { method isValidRequest (line 114) | public boolean isValidRequest(HttpServletRequest request) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/util/EncodeUtil.java class EncodeUtil (line 33) | public final class EncodeUtil { method escape (line 97) | public static String escape(String string) { method escapePath (line 112) | public static String escapePath(String path) { method escape (line 129) | private static String escape(String string, char escape, boolean isPat... method unescape (line 159) | public static String unescape(String string) { method unescape (line 177) | private static String unescape(String string, char escape) { method decodeDigit (line 200) | private static byte decodeDigit(byte b) { method EncodeUtil (line 218) | private EncodeUtil() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/util/HttpDateFormat.java class HttpDateFormat (line 26) | public class HttpDateFormat extends SimpleDateFormat { method HttpDateFormat (line 40) | public HttpDateFormat(String pattern) { method modificationDateFormat (line 51) | public static HttpDateFormat modificationDateFormat() { method creationDateFormat (line 61) | public static HttpDateFormat creationDateFormat() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/util/HttpDateTimeFormatter.java class HttpDateTimeFormatter (line 33) | public class HttpDateTimeFormatter { method parseImfFixedDate (line 55) | public static long parseImfFixedDate(String fieldValue) { method parseRfc850Date (line 67) | public static long parseRfc850Date(String fieldValue) { method parseAscTimeDate (line 79) | public static long parseAscTimeDate(String fieldValue) { method parse (line 92) | public static long parse(String fieldValue) { method format (line 116) | public static String format(long millisSinceEpoch) { method formatImfFixed (line 127) | public static String formatImfFixed(long millisSinceEpoch) { method formatRfc850 (line 138) | public static String formatRfc850(long millisSinceEpoch) { method formatAscTime (line 149) | public static String formatAscTime(long millisSinceEpoch) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/util/LinkHeaderFieldParser.java class LinkHeaderFieldParser (line 37) | public class LinkHeaderFieldParser { method LinkHeaderFieldParser (line 46) | public LinkHeaderFieldParser(List fieldValues) { method LinkHeaderFieldParser (line 56) | public LinkHeaderFieldParser(Enumeration en) { method getFirstTargetForRelation (line 70) | public String getFirstTargetForRelation(String relationType) { method addFields (line 92) | private void addFields(List l, String fieldValue) { class LinkRelation (line 138) | private static class LinkRelation { method LinkRelation (line 153) | public LinkRelation(String field) throws Exception { method getTarget (line 185) | public String getTarget() { method getParameters (line 189) | public Map getParameters() { method toString (line 193) | public String toString() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/ActivityResource.java type ActivityResource (line 48) | public interface ActivityResource extends DeltaVResource { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/BaselineResource.java type BaselineResource (line 46) | public interface BaselineResource extends VersionResource { method getBaselineCollection (line 80) | public DavResource getBaselineCollection() throws DavException; FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/DeltaVConstants.java type DeltaVConstants (line 49) | public interface DeltaVConstants { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/DeltaVResource.java type DeltaVResource (line 48) | public interface DeltaVResource extends DavResource { method getOptionResponse (line 73) | public OptionsResponse getOptionResponse(OptionsInfo optionsInfo); method getReport (line 83) | public Report getReport(ReportInfo reportInfo) throws DavException; method addWorkspace (line 94) | public void addWorkspace(DavResource workspace) throws DavException; method getReferenceResources (line 110) | public DavResource[] getReferenceResources(DavPropertyName hrefPropert... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/DeltaVServletRequest.java type DeltaVServletRequest (line 27) | public interface DeltaVServletRequest extends DavServletRequest { method getLabel (line 35) | public String getLabel(); method getLabelInfo (line 44) | public LabelInfo getLabelInfo() throws DavException; method getMergeInfo (line 53) | public MergeInfo getMergeInfo() throws DavException; method getUpdateInfo (line 63) | public UpdateInfo getUpdateInfo() throws DavException; method getReportInfo (line 75) | public ReportInfo getReportInfo() throws DavException; method getOptionsInfo (line 83) | public OptionsInfo getOptionsInfo() throws DavException; FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/LabelInfo.java class LabelInfo (line 49) | public class LabelInfo implements DeltaVConstants, XmlSerializable { method LabelInfo (line 63) | public LabelInfo(String labelName, String type) { method LabelInfo (line 84) | public LabelInfo(String labelName, int type) { method LabelInfo (line 88) | public LabelInfo(String labelName, int type, int depth) { method LabelInfo (line 113) | public LabelInfo(Element labelElement, int depth) throws DavException { method LabelInfo (line 145) | public LabelInfo(Element labelElement) throws DavException { method getLabelName (line 154) | public String getLabelName() { method getType (line 164) | public int getType() { method getDepth (line 173) | public int getDepth() { method toXml (line 181) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/LabelSetProperty.java class LabelSetProperty (line 29) | public class LabelSetProperty extends AbstractDavProperty { method LabelSetProperty (line 40) | public LabelSetProperty(String[] labels) { method getValue (line 46) | public String[] getValue() { method toXml (line 54) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/MergeInfo.java class MergeInfo (line 50) | public class MergeInfo implements DeltaVConstants, XmlSerializable { method MergeInfo (line 64) | public MergeInfo(Element mergeElement) throws DavException { method getSourceHrefs (line 87) | public String[] getSourceHrefs() { method isNoAutoMerge (line 107) | public boolean isNoAutoMerge() { method isNoCheckout (line 116) | public boolean isNoCheckout() { method getPropertyNameSet (line 131) | public DavPropertyNameSet getPropertyNameSet() { method getMergeElement (line 141) | public Element getMergeElement() { method toXml (line 149) | public Element toXml(Document document) { method createMergeElement (line 168) | public static Element createMergeElement(String[] mergeSource, boolean... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/OptionsInfo.java class OptionsInfo (line 54) | public class OptionsInfo implements XmlSerializable { method OptionsInfo (line 67) | public OptionsInfo(String[] entriesLocalNames) { method OptionsInfo (line 76) | private OptionsInfo() {} method containsElement (line 85) | public boolean containsElement(String localName, Namespace namespace) { method toXml (line 96) | public Element toXml(Document document) { method createFromXml (line 113) | public static OptionsInfo createFromXml(Element optionsElement) throws... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/OptionsResponse.java class OptionsResponse (line 53) | public class OptionsResponse implements DeltaVConstants, XmlSerializable { method addEntry (line 68) | public void addEntry(String localName, Namespace namespace, String[] h... method getHrefs (line 79) | public String[] getHrefs(String localName, Namespace namespace) { method toXml (line 95) | public Element toXml(Document document) { method createFromXml (line 114) | public static OptionsResponse createFromXml(Element orElem) { class Entry (line 132) | private static class Entry { method Entry (line 138) | private Entry(String localName, Namespace namespace, String[] hrefs) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/SupportedMethodSetProperty.java class SupportedMethodSetProperty (line 29) | public class SupportedMethodSetProperty extends AbstractDavProperty... method findChangedVersion (line 177) | private VersionResource findChangedVersion(VersionResource requestV, L... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/ExpandPropertyReport.java class ExpandPropertyReport (line 64) | public class ExpandPropertyReport extends AbstractReport implements Delt... method getType (line 78) | public ReportType getType() { method isMultiStatusReport (line 88) | public boolean isMultiStatusReport() { method init (line 95) | public void init(DavResource resource, ReportInfo info) throws DavExce... method setResource (line 106) | private void setResource(DavResource resource) throws DavException { method setInfo (line 120) | private void setInfo(ReportInfo info) throws DavException { method toXml (line 139) | public Element toXml(Document document) { method getMultiStatus (line 150) | private MultiStatus getMultiStatus() { method addResponses (line 166) | private void addResponses(DavResource res, int depth, MultiStatus ms) { method getResponse (line 192) | private MultiStatusResponse getResponse(DavResource res, Iterator getValue() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/LatestActivityVersionReport.java class LatestActivityVersionReport (line 42) | public class LatestActivityVersionReport extends AbstractReport { method getType (line 59) | public ReportType getType() { method isMultiStatusReport (line 69) | public boolean isMultiStatusReport() { method init (line 79) | public void init(DavResource resource, ReportInfo info) throws DavExce... method toXml (line 108) | public Element toXml(Document document) { method getLatestVersionHref (line 124) | private String getLatestVersionHref() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/LocateByHistoryReport.java class LocateByHistoryReport (line 51) | public class LocateByHistoryReport extends AbstractReport implements Del... method getType (line 64) | public ReportType getType() { method init (line 71) | public void init(DavResource resource, ReportInfo info) throws DavExce... method setInfo (line 86) | private void setInfo(ReportInfo info) throws DavException { method isMultiStatusReport (line 110) | public boolean isMultiStatusReport() { method toXml (line 122) | public Element toXml(Document document) { method getMultiStatus (line 133) | private MultiStatus getMultiStatus() { method buildResponse (line 149) | private void buildResponse(DavResource res, DavPropertyNameSet propNam... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/Report.java type Report (line 31) | public interface Report extends XmlSerializable { method getType (line 38) | public ReportType getType(); method isMultiStatusReport (line 48) | public boolean isMultiStatusReport(); method init (line 61) | public void init(DavResource resource, ReportInfo info) throws DavExce... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/ReportInfo.java class ReportInfo (line 42) | public class ReportInfo implements XmlSerializable { method ReportInfo (line 57) | public ReportInfo(ReportType type) { method ReportInfo (line 67) | public ReportInfo(ReportType type, int depth) { method ReportInfo (line 78) | public ReportInfo(ReportType type, int depth, DavPropertyNameSet prope... method ReportInfo (line 88) | public ReportInfo(String typeLocalName, Namespace typeNamespace) { method ReportInfo (line 100) | public ReportInfo(String typelocalName, Namespace typeNamespace, int d... method ReportInfo (line 118) | public ReportInfo(Element reportElement, int depth) throws DavException { method getDepth (line 151) | public int getDepth() { method getReportName (line 160) | public String getReportName() { method containsContentElement (line 172) | public boolean containsContentElement(String localName, Namespace name... method getContentElement (line 194) | public Element getContentElement(String localName, Namespace namespace) { method getContentElements (line 213) | public List getContentElements(String localName, Namespace na... method setContentElement (line 228) | public void setContentElement(Element contentElement) { method getPropertyNameSet (line 240) | public DavPropertyNameSet getPropertyNameSet() { method toXml (line 249) | public Element toXml(Document document) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/ReportType.java class ReportType (line 37) | public class ReportType implements DeltaVConstants, XmlSerializable { method ReportType (line 57) | private ReportType(String localName, Namespace namespace, String key, ... method createReport (line 70) | public Report createReport(DeltaVResource resource, ReportInfo info) t... method toXml (line 89) | public Element toXml(Document document) { method isRequestedReportType (line 100) | public boolean isRequestedReportType(ReportInfo reqInfo) { method getReportName (line 112) | public String getReportName() { method getLocalName (line 120) | public String getLocalName() { method getNamespace (line 128) | public Namespace getNamespace() { method register (line 144) | public static ReportType register(String localName, Namespace namespac... method getType (line 177) | public static ReportType getType(ReportInfo reportInfo) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/SupportedReportSetProperty.java class SupportedReportSetProperty (line 41) | public class SupportedReportSetProperty extends AbstractDavProperty getValue() { method toXml (line 108) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/report/VersionTreeReport.java class VersionTreeReport (line 39) | public class VersionTreeReport extends AbstractReport implements DeltaVC... method getType (line 52) | public ReportType getType() { method isMultiStatusReport (line 62) | public boolean isMultiStatusReport() { method init (line 74) | public void init(DavResource resource, ReportInfo info) throws DavExce... method setResource (line 86) | private void setResource(DavResource resource) throws DavException { method setInfo (line 102) | private void setInfo(ReportInfo info) throws DavException { method toXml (line 117) | public Element toXml(Document document) { method getMultiStatus (line 128) | private MultiStatus getMultiStatus() { method buildResponse (line 145) | private void buildResponse(DavResource res, DavPropertyNameSet propNam... method getVersions (line 178) | private static VersionResource[] getVersions(DavResource res) throws D... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/xml/DavDocumentBuilderFactory.java class DavDocumentBuilderFactory (line 35) | public class DavDocumentBuilderFactory { method createFactory (line 43) | private DocumentBuilderFactory createFactory() { method setFactory (line 59) | public void setFactory(DocumentBuilderFactory documentBuilderFactory) { method resolveEntity (line 69) | @Override method newDocumentBuilder (line 78) | public DocumentBuilder newDocumentBuilder() throws ParserConfiguration... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/xml/DomUtil.java class DomUtil (line 52) | public class DomUtil { method setBuilderFactory (line 71) | public static void setBuilderFactory( method createDocument (line 87) | public static Document createDocument() method parseDocument (line 101) | public static Document parseDocument(InputStream stream) method getAttribute (line 116) | public static String getAttribute(Element parent, String localName, Na... method getNamespaceAttributes (line 139) | public static Attr[] getNamespaceAttributes(Element element) { method getText (line 159) | public static String getText(Element element) { method getText (line 183) | public static String getText(Element element, String defaultValue) { method getTextTrim (line 194) | public static String getTextTrim(Element element) { method getChildText (line 210) | public static String getChildText(Element parent, String childLocalNam... method getChildTextTrim (line 227) | public static String getChildTextTrim(Element parent, String childLoca... method getChildTextTrim (line 243) | public static String getChildTextTrim(Element parent, QName childName) { method hasChildElement (line 258) | public static boolean hasChildElement(Node parent, String childLocalNa... method getChildElement (line 272) | public static Element getChildElement(Node parent, String childLocalNa... method getChildElement (line 294) | public static Element getChildElement(Node parent, QName childName) { method getChildren (line 318) | public static ElementIterator getChildren(Element parent, String child... method getChildren (line 332) | public static ElementIterator getChildren(Element parent, QName childN... method getChildren (line 344) | public static ElementIterator getChildren(Element parent) { method getFirstChildElement (line 354) | public static Element getFirstChildElement(Node parent) { method hasContent (line 375) | public static boolean hasContent(Node parent) { method getContent (line 394) | public static List getContent(Node parent) { method getNamespace (line 413) | public static Namespace getNamespace(Element element) { method matches (line 433) | public static boolean matches(Node node, String requiredLocalName, Nam... method matches (line 449) | public static boolean matches(Node node, QName requiredName) { method matchingNamespace (line 465) | private static boolean matchingNamespace(Node node, Namespace required... method matchingLocalName (line 479) | private static boolean matchingLocalName(Node node, String requiredLoc... method isAcceptedNode (line 492) | private static boolean isAcceptedNode(Node node) { method isElement (line 500) | static boolean isElement(Node node) { method isText (line 508) | static boolean isText(Node node) { method createElement (line 524) | public static Element createElement(Document factory, String localName... method createElement (line 541) | public static Element createElement(Document factory, QName elementNam... method createElement (line 559) | public static Element createElement(Document factory, String localName... method addChildElement (line 574) | public static Element addChildElement(Element parent, String localName... method addChildElement (line 589) | public static Element addChildElement(Node parent, String localName, N... method addChildElement (line 614) | public static Element addChildElement(Element parent, String localName... method setText (line 626) | public static void setText(Element element, String text) { method setAttribute (line 643) | public static void setAttribute(Element element, String attrLocalName,... method setNamespaceAttribute (line 662) | public static void setNamespaceAttribute(Element element, String prefi... method timeoutToXml (line 683) | public static Element timeoutToXml(long timeout, Document factory) { method depthToXml (line 696) | public static Element depthToXml(boolean isDeep, Document factory) { method depthToXml (line 707) | public static Element depthToXml(String depth, Document factory) { method hrefToXml (line 720) | public static Element hrefToXml(String href, Document factory) { method getQualifiedName (line 739) | @Deprecated method getExpandedName (line 757) | public static String getExpandedName(String localName, Namespace names... method getPrefixedName (line 780) | public static String getPrefixedName(String localName, Namespace names... method getPrefixedName (line 796) | public static String getPrefixedName(QName name) { method getPrefixName (line 800) | private static String getPrefixName(String namespaceURI, String prefix... method transformDocument (line 821) | public static void transformDocument(Document xmlDoc, Writer writer) t... method transformDocument (line 836) | public static void transformDocument(Document xmlDoc, OutputStream out... FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/xml/ElementIterator.java class ElementIterator (line 33) | public class ElementIterator implements Iterator { method ElementIterator (line 52) | public ElementIterator(Element parent, String localName, Namespace nam... method ElementIterator (line 67) | public ElementIterator(Element parent, QName qname) { method ElementIterator (line 81) | public ElementIterator(Element parent) { method remove (line 90) | public void remove() { method hasNext (line 99) | public boolean hasNext() { method next (line 107) | public Element next() { method nextElement (line 117) | public Element nextElement() { method seek (line 129) | private void seek(Element parent) { method seek (line 143) | private void seek() { method matchesName (line 161) | private boolean matchesName(Node n) { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/xml/Namespace.java class Namespace (line 25) | public class Namespace { method Namespace (line 36) | private Namespace(String prefix, String uri) { method getNamespace (line 43) | public static Namespace getNamespace(String prefix, String uri) { method getNamespace (line 53) | public static Namespace getNamespace(String uri) { method getPrefix (line 59) | public String getPrefix() { method getURI (line 63) | public String getURI() { method isSame (line 76) | public boolean isSame(String namespaceURI) { method hashCode (line 82) | @Override method equals (line 87) | @Override FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/xml/ResultHelper.java class ResultHelper (line 52) | public final class ResultHelper { method needsXmlnsAttributes (line 88) | private static boolean needsXmlnsAttributes() { method getResult (line 115) | public static Result getResult(Result result) throws SAXException { method ResultHelper (line 143) | private ResultHelper() { class SerializingContentHandler (line 149) | private static final class SerializingContentHandler extends DefaultHa... method SerializingContentHandler (line 193) | private SerializingContentHandler(ContentHandler handler) { method characters (line 197) | @Override method startDocument (line 202) | @Override method startPrefixMapping (line 216) | @Override method checkPrefixMapping (line 252) | private void checkPrefixMapping(String uri, String qname) method startElement (line 291) | @Override method endElement (line 371) | @Override method endPrefixMapping (line 395) | @Override method ignorableWhitespace (line 422) | @Override method processingInstruction (line 427) | @Override method setDocumentLocator (line 432) | @Override method skippedEntity (line 437) | @Override method endDocument (line 442) | @Override method clearMappings (line 452) | private void clearMappings() { FILE: jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/xml/XmlSerializable.java type XmlSerializable (line 25) | public interface XmlSerializable { method toXml (line 36) | public Element toXml(Document document); FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/header/FieldValueParserTest.java class FieldValueParserTest (line 26) | public class FieldValueParserTest extends TestCase { method testDavComplianceHeader (line 28) | @Test FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/header/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/io/OutputContextImplTest.java class OutputContextImplTest (line 32) | public class OutputContextImplTest extends TestCase { method testSetContentLength (line 34) | public void testSetContentLength() { class DummyResponse (line 83) | private abstract class DummyResponse implements HttpServletResponse { method addCookie (line 85) | public void addCookie(Cookie cookie) { method containsHeader (line 88) | public boolean containsHeader(String name) { method encodeURL (line 92) | public String encodeURL(String url) { method encodeRedirectURL (line 96) | public String encodeRedirectURL(String url) { method encodeUrl (line 100) | public String encodeUrl(String url) { method encodeRedirectUrl (line 104) | public String encodeRedirectUrl(String url) { method sendError (line 108) | public void sendError(int sc, String msg) throws IOException { method sendError (line 111) | public void sendError(int sc) throws IOException { method sendRedirect (line 114) | public void sendRedirect(String location) throws IOException { method setDateHeader (line 117) | public void setDateHeader(String name, long date) { method addDateHeader (line 120) | public void addDateHeader(String name, long date) { method setHeader (line 123) | public void setHeader(String name, String value) { method addHeader (line 126) | public void addHeader(String name, String value) { method setIntHeader (line 129) | public void setIntHeader(String name, int value) { method addIntHeader (line 132) | public void addIntHeader(String name, int value) { method setStatus (line 135) | public void setStatus(int sc) { method setStatus (line 138) | public void setStatus(int sc, String sm) { method getCharacterEncoding (line 141) | public String getCharacterEncoding() { method getOutputStream (line 145) | public ServletOutputStream getOutputStream() throws IOException { method getWriter (line 149) | public PrintWriter getWriter() throws IOException { method setContentLength (line 153) | public void setContentLength(int len) { method setContentType (line 156) | public void setContentType(String type) { method setBufferSize (line 159) | public void setBufferSize(int size) { method getBufferSize (line 162) | public int getBufferSize() { method flushBuffer (line 166) | public void flushBuffer() throws IOException { method resetBuffer (line 169) | public void resetBuffer() { method isCommitted (line 172) | public boolean isCommitted() { method reset (line 176) | public void reset() { method setLocale (line 179) | public void setLocale(Locale loc) { method getLocale (line 182) | public Locale getLocale() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/io/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/lock/ActiveLockTest.java class ActiveLockTest (line 31) | public class ActiveLockTest extends TestCase { method testGetLockRoot (line 38) | public void testGetLockRoot() { method testParsing (line 45) | public void testParsing() throws ParserConfigurationException { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/lock/TestAll.java class TestAll (line 23) | public class TestAll extends TestCase { method suite (line 25) | public static Test suite() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/util/CSRFUtilTest.java class CSRFUtilTest (line 54) | public class CSRFUtilTest extends TestCase { method testValid (line 78) | private static void testValid(CSRFUtil util, Collection validU... method testInvalid (line 92) | private static void testInvalid(CSRFUtil util, Collection inva... method createRequest (line 106) | private static HttpServletRequest createRequest(String url, String met... method createRequest (line 110) | private static HttpServletRequest createRequest(String url, String met... method testNullConfig (line 114) | public void testNullConfig() throws Exception { method testEmptyConfig (line 120) | public void testEmptyConfig() throws Exception { method testNoReferrer (line 126) | public void testNoReferrer() throws Exception { method testDisabledConfig (line 136) | public void testDisabledConfig() throws Exception { method testConfig (line 143) | public void testConfig() throws Exception { method testMethodsAndMediaType (line 168) | public void testMethodsAndMediaType() throws Exception { class DummyRequest (line 175) | private static final class DummyRequest implements HttpServletRequest { method DummyRequest (line 182) | private DummyRequest(String referer, String serverName, String metho... method getHeader (line 191) | public String getHeader(String name) { method getServerName (line 199) | public String getServerName() { method getContentType (line 203) | public String getContentType() { method getHeaders (line 207) | @SuppressWarnings({ "rawtypes", "unchecked" }) method getAuthType (line 217) | public String getAuthType() { method getCookies (line 220) | public Cookie[] getCookies() { method getDateHeader (line 223) | public long getDateHeader(String name) { method getHeaderNames (line 226) | public Enumeration getHeaderNames() { method getIntHeader (line 229) | public int getIntHeader(String name) { method getMethod (line 232) | public String getMethod() { method getPathInfo (line 235) | public String getPathInfo() { method getPathTranslated (line 238) | public String getPathTranslated() { method getContextPath (line 241) | public String getContextPath() { method getQueryString (line 244) | public String getQueryString() { method getRemoteUser (line 247) | public String getRemoteUser() { method isUserInRole (line 250) | public boolean isUserInRole(String role) { method getUserPrincipal (line 253) | public Principal getUserPrincipal() { method getRequestedSessionId (line 256) | public String getRequestedSessionId() { method getRequestURI (line 259) | public String getRequestURI() { method getRequestURL (line 262) | public StringBuffer getRequestURL() { method getServletPath (line 265) | public String getServletPath() { method getSession (line 268) | public HttpSession getSession(boolean create) { method getSession (line 271) | public HttpSession getSession() { method isRequestedSessionIdValid (line 274) | public boolean isRequestedSessionIdValid() { method isRequestedSessionIdFromCookie (line 277) | public boolean isRequestedSessionIdFromCookie() { method isRequestedSessionIdFromURL (line 280) | public boolean isRequestedSessionIdFromURL() { method isRequestedSessionIdFromUrl (line 283) | public boolean isRequestedSessionIdFromUrl() { method getAttribute (line 286) | public Object getAttribute(String name) { method getAttributeNames (line 289) | public Enumeration getAttributeNames() { method getCharacterEncoding (line 292) | public String getCharacterEncoding() { method setCharacterEncoding (line 295) | public void setCharacterEncoding(String s) throws UnsupportedEncodin... method getContentLength (line 298) | public int getContentLength() { method getInputStream (line 301) | public ServletInputStream getInputStream() throws IOException { method getParameter (line 304) | public String getParameter(String name) { method getParameterNames (line 307) | public Enumeration getParameterNames() { method getParameterValues (line 310) | public String[] getParameterValues(String name) { method getParameterMap (line 313) | public Map getParameterMap() { method getProtocol (line 316) | public String getProtocol() { method getScheme (line 319) | public String getScheme() { method getServerPort (line 322) | public int getServerPort() { method getReader (line 325) | public BufferedReader getReader() throws IOException { method getRemoteAddr (line 328) | public String getRemoteAddr() { method getRemoteHost (line 331) | public String getRemoteHost() { method setAttribute (line 334) | public void setAttribute(String name, Object o) { method removeAttribute (line 337) | public void removeAttribute(String name) { method getLocale (line 340) | public Locale getLocale() { method getLocales (line 343) | public Enumeration getLocales() { method isSecure (line 346) | public boolean isSecure() { method getRequestDispatcher (line 349) | public RequestDispatcher getRequestDispatcher(String path) { method getRealPath (line 352) | public String getRealPath(String path) { method getRemotePort (line 355) | public int getRemotePort() { method getLocalName (line 358) | public String getLocalName() { method getLocalAddr (line 361) | public String getLocalAddr() { method getLocalPort (line 364) | public int getLocalPort() { method getContentLengthLong (line 367) | public long getContentLengthLong() { method getServletContext (line 370) | public ServletContext getServletContext() { method startAsync (line 373) | public AsyncContext startAsync() throws IllegalStateException { method startAsync (line 376) | public AsyncContext startAsync(ServletRequest servletRequest, Servle... method isAsyncStarted (line 380) | public boolean isAsyncStarted() { method isAsyncSupported (line 383) | public boolean isAsyncSupported() { method getAsyncContext (line 386) | public AsyncContext getAsyncContext() { method getDispatcherType (line 389) | public DispatcherType getDispatcherType() { method changeSessionId (line 392) | public String changeSessionId() { method authenticate (line 395) | public boolean authenticate(HttpServletResponse response) throws IOE... method login (line 398) | public void login(String username, String password) throws ServletEx... method logout (line 400) | public void logout() throws ServletException { method getParts (line 402) | public Collection getParts() throws IOException, ServletExcept... method getPart (line 405) | public Part getPart(String name) throws IOException, ServletException { method upgrade (line 408) | public T upgrade(Class handlerClas... FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/util/HttpDateTimeFormatterTest.java class HttpDateTimeFormatterTest (line 23) | public class HttpDateTimeFormatterTest extends TestCase { method testImfDate (line 25) | public void testImfDate() { method testImfDateWrongTZ (line 31) | public void testImfDateWrongTZ() { method testImfDateWrongWeekday (line 39) | public void testImfDateWrongWeekday() { method testRFC850Date (line 48) | public void testRFC850Date() { method testAscTimeDate (line 54) | public void testAscTimeDate() { method testAscTimeDateZeroPad (line 60) | public void testAscTimeDateZeroPad() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/util/LinkHeaderFieldParserTest.java class LinkHeaderFieldParserTest (line 26) | public class LinkHeaderFieldParserTest extends TestCase { method testSimple (line 28) | public void testSimple() { method testMulti (line 34) | public void testMulti() { method testMultiQs (line 40) | public void testMultiQs() { method testCommas (line 54) | public void testCommas() { method testMultiRel (line 60) | public void testMultiRel() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/util/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/xml/NamespaceTest.java class NamespaceTest (line 29) | public class NamespaceTest extends TestCase { method testGetNamespace (line 36) | public void testGetNamespace() { method testIsSame (line 57) | public void testIsSame() { method testEquals (line 87) | public void testEquals() { FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/xml/ParserTest.java class ParserTest (line 39) | public class ParserTest extends TestCase { method testBillionLaughs (line 42) | public void testBillionLaughs() throws UnsupportedEncodingException { method testExternalEntities (line 63) | public void testExternalEntities() throws IOException { method testCustomEntityResolver (line 86) | public void testCustomEntityResolver() throws ParserConfigurationExcep... FILE: jackrabbit-webdav/src/test/java/org/apache/jackrabbit/webdav/xml/TestAll.java class TestAll (line 26) | public class TestAll extends TestCase { method suite (line 32) | public static Test suite() { FILE: test/compatibility/base/src/main/java/org/apache/jackrabbit/harness/compatibility/AbstractRepositoryTest.java class AbstractRepositoryTest (line 42) | public class AbstractRepositoryTest { method doCreateRepositories (line 44) | protected void doCreateRepositories(String name) throws Exception { method doCreateRepository (line 73) | protected void doCreateRepository(String name, InputStream xml) method createTestData (line 112) | protected void createTestData(Session session) throws Exception { method createVersionable (line 133) | protected Node createVersionable(Node parent) throws RepositoryExcepti... method createProperties (line 149) | protected void createProperties(Node parent, Node reference) method createLock (line 171) | protected void createLock(Node parent) throws RepositoryException { method createUsers (line 179) | protected void createUsers(Session session) throws RepositoryException { FILE: test/compatibility/create21/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java class CreateRepositoryTest (line 21) | public class CreateRepositoryTest extends AbstractRepositoryTest { method createRepositories (line 23) | @Test FILE: test/compatibility/create22/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java class CreateRepositoryTest (line 21) | public class CreateRepositoryTest extends AbstractRepositoryTest { method createRepositories (line 23) | @Test FILE: test/compatibility/create24/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java class CreateRepositoryTest (line 21) | public class CreateRepositoryTest extends AbstractRepositoryTest { method createRepositories (line 23) | @Test FILE: test/compatibility/create26/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java class CreateRepositoryTest (line 21) | public class CreateRepositoryTest extends AbstractRepositoryTest { method createRepositories (line 23) | @Test FILE: test/jackrabbit-bundle-it/src/main/java/org/apache/jackrabbit/test/osgi/BundleTest.java class BundleTest (line 27) | public class BundleTest extends OSGiTestCase { method testJackrabbitBundle (line 29) | public void testJackrabbitBundle() throws Exception { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractDeepTreeTest.java class AbstractDeepTreeTest (line 31) | public abstract class AbstractDeepTreeTest extends AbstractTest { method beforeSuite (line 38) | @Override method afterSuite (line 72) | @Override method randomRead (line 79) | protected static void randomRead(Session testSession, List all... FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractPerformanceTest.java class AbstractPerformanceTest (line 41) | public abstract class AbstractPerformanceTest { method testPerformance (line 53) | protected void testPerformance(String name) throws Exception { method testPerformance (line 77) | protected void testPerformance(String name, InputStream xml) method runTest (line 118) | private void runTest(AbstractTest test, String name, byte[] conf) { method runTest (line 157) | private DescriptiveStatistics runTest( method writeReport (line 182) | private void writeReport( method getDefaultConfig (line 210) | protected InputStream getDefaultConfig() { method createRepository (line 214) | protected RepositoryImpl createRepository(File dir, File xml) FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractTest.java class AbstractTest (line 30) | public abstract class AbstractTest { method getScale (line 42) | protected static int getScale(int def) { method setUp (line 57) | public void setUp(Repository repository, Credentials credentials) method execute (line 75) | public long execute() throws Exception { method tearDown (line 90) | public void tearDown() throws Exception { method beforeSuite (line 116) | protected void beforeSuite() throws Exception { method beforeTest (line 119) | protected void beforeTest() throws Exception { method runTest (line 122) | protected abstract void runTest() throws Exception; method afterTest (line 124) | protected void afterTest() throws Exception { method afterSuite (line 133) | protected void afterSuite() throws Exception { method failOnRepositoryVersions (line 136) | protected void failOnRepositoryVersions(String... versions) method getRepository (line 149) | protected Repository getRepository() { method getCredentials (line 153) | protected Credentials getCredentials() { method loginReader (line 163) | protected Session loginReader() { method loginWriter (line 179) | protected Session loginWriter() { method addBackgroundJob (line 195) | protected void addBackgroundJob(final Runnable job) { method toString (line 208) | public String toString() { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/AddGroupMembersTest.java class AddGroupMembersTest (line 26) | public class AddGroupMembersTest extends AbstractTest { method getName (line 31) | public String getName() { method beforeSuite (line 41) | @Override method beforeTest (line 47) | @Override method runTest (line 54) | @Override method afterSuite (line 61) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/BigFileReadTest.java class BigFileReadTest (line 29) | public class BigFileReadTest extends AbstractTest { method beforeSuite (line 41) | public void beforeSuite() throws RepositoryException { method runTest (line 59) | public void runTest() throws Exception { method afterSuite (line 70) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/BigFileWriteTest.java class BigFileWriteTest (line 25) | public class BigFileWriteTest extends AbstractTest { method beforeSuite (line 33) | public void beforeSuite() throws RepositoryException { method runTest (line 39) | public void runTest() throws RepositoryException { method afterTest (line 50) | public void afterTest() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadAccessControlledTreeTest.java class ConcurrentReadAccessControlledTreeTest (line 36) | public class ConcurrentReadAccessControlledTreeTest extends AbstractDeep... method beforeSuite (line 41) | @Override method runTest (line 84) | @Override class RandomRead (line 92) | private class RandomRead implements Runnable { method RandomRead (line 97) | private RandomRead(Session testSession, boolean doReport) { method run (line 101) | public void run() { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadDeepTreeTest.java class ConcurrentReadDeepTreeTest (line 25) | public class ConcurrentReadDeepTreeTest extends AbstractDeepTreeTest { method beforeSuite (line 30) | @Override method runTest (line 39) | @Override class RandomRead (line 47) | private class RandomRead implements Runnable { method RandomRead (line 51) | private RandomRead(Session testSession) { method run (line 55) | public void run() { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadTest.java class ConcurrentReadTest (line 29) | public class ConcurrentReadTest extends AbstractTest { method beforeSuite (line 39) | public void beforeSuite() throws Exception { class Reader (line 55) | private class Reader implements Runnable { method run (line 61) | public void run() { method runTest (line 74) | public void runTest() throws Exception { method afterSuite (line 81) | public void afterSuite() throws Exception { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadWriteTest.java class ConcurrentReadWriteTest (line 29) | public class ConcurrentReadWriteTest extends ConcurrentReadTest { method beforeSuite (line 31) | public void beforeSuite() throws Exception { class Writer (line 37) | private class Writer implements Runnable { method run (line 45) | public void run() { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/CreateManyChildNodesTest.java class CreateManyChildNodesTest (line 27) | public class CreateManyChildNodesTest extends AbstractTest { method beforeSuite (line 33) | public void beforeSuite() throws RepositoryException { method beforeTest (line 37) | public void beforeTest() throws RepositoryException { method runTest (line 40) | public void runTest() throws Exception { method afterTest (line 48) | public void afterTest() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/CreateUserTest.java class CreateUserTest (line 22) | public class CreateUserTest extends AbstractTest { method beforeSuite (line 29) | @Override method runTest (line 34) | @Override method afterSuite (line 41) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/DescendantSearchTest.java class DescendantSearchTest (line 29) | public class DescendantSearchTest extends AbstractTest { method createQuery (line 37) | protected Query createQuery(QueryManager manager, int i) method beforeSuite (line 42) | public void beforeSuite() throws RepositoryException { method runTest (line 56) | public void runTest() throws Exception { method afterSuite (line 70) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/GroupGetMembersTest.java class GroupGetMembersTest (line 26) | public class GroupGetMembersTest extends AbstractTest { method getName (line 31) | public String getName() { method beforeSuite (line 39) | @Override method runTest (line 48) | @Override method afterSuite (line 59) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/GroupMemberLookupTest.java class GroupMemberLookupTest (line 27) | public class GroupMemberLookupTest extends AbstractTest { method getName (line 32) | public String getName() { method beforeSuite (line 42) | @Override method runTest (line 53) | @Override method afterSuite (line 60) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/LoginLogoutTest.java class LoginLogoutTest (line 23) | public class LoginLogoutTest extends AbstractTest { method runTest (line 25) | public void runTest() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/LoginTest.java class LoginTest (line 22) | public class LoginTest extends AbstractTest { method runTest (line 26) | public void runTest() throws RepositoryException { method afterTest (line 32) | public void afterTest() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/PathBasedQueryTest.java class PathBasedQueryTest (line 29) | public class PathBasedQueryTest extends AbstractTest { method beforeSuite (line 35) | @Override method runTest (line 50) | @Override method afterSuite (line 60) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ReadDeepTreeTest.java class ReadDeepTreeTest (line 24) | public class ReadDeepTreeTest extends AbstractDeepTreeTest { method beforeSuite (line 29) | @Override method runTest (line 36) | @Override method afterSuite (line 41) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ReadPropertyTest.java class ReadPropertyTest (line 27) | public class ReadPropertyTest extends AbstractTest { method beforeSuite (line 33) | @Override method runTest (line 42) | @Override method afterSuite (line 51) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/RefreshTest.java class RefreshTest (line 22) | public class RefreshTest extends AbstractTest { method beforeSuite (line 26) | public void beforeSuite() throws RepositoryException { method runTest (line 30) | public void runTest() throws Exception { method afterSuite (line 36) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/SQL2DescendantSearchTest.java class SQL2DescendantSearchTest (line 26) | public class SQL2DescendantSearchTest extends DescendantSearchTest { method createQuery (line 28) | protected Query createQuery(QueryManager manager, int i) FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/SQL2SearchTest.java class SQL2SearchTest (line 23) | public class SQL2SearchTest extends SimpleSearchTest { method createQuery (line 25) | protected Query createQuery(QueryManager manager, int i) FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/SetPropertyTest.java class SetPropertyTest (line 27) | public class SetPropertyTest extends AbstractTest { method beforeSuite (line 33) | public void beforeSuite() throws RepositoryException { method beforeTest (line 39) | public void beforeTest() throws RepositoryException { method runTest (line 44) | public void runTest() throws Exception { method afterTest (line 51) | public void afterTest() throws RepositoryException { method afterSuite (line 54) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/SimpleSearchTest.java class SimpleSearchTest (line 26) | public class SimpleSearchTest extends AbstractTest { method createQuery (line 34) | protected Query createQuery(QueryManager manager, int i) method beforeSuite (line 39) | public void beforeSuite() throws RepositoryException { method runTest (line 53) | public void runTest() throws Exception { method afterSuite (line 67) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/SmallFileReadTest.java class SmallFileReadTest (line 29) | public class SmallFileReadTest extends AbstractTest { method beforeSuite (line 39) | public void beforeSuite() throws RepositoryException { method runTest (line 55) | public void runTest() throws Exception { method afterSuite (line 68) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/SmallFileWriteTest.java class SmallFileWriteTest (line 25) | public class SmallFileWriteTest extends AbstractTest { method beforeSuite (line 35) | public void beforeSuite() throws RepositoryException { method beforeTest (line 39) | public void beforeTest() throws RepositoryException { method runTest (line 44) | public void runTest() throws Exception { method afterTest (line 56) | public void afterTest() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/TestInputStream.java class TestInputStream (line 27) | class TestInputStream extends InputStream { method TestInputStream (line 40) | public TestInputStream(int length) { method read (line 45) | @Override method read (line 57) | @Override FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/ThreeWayJoinTest.java class ThreeWayJoinTest (line 33) | public class ThreeWayJoinTest extends AbstractTest { method beforeSuite (line 43) | public void beforeSuite() throws RepositoryException { method runTest (line 68) | public void runTest() throws Exception { method afterSuite (line 99) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/TransientManyChildNodesTest.java class TransientManyChildNodesTest (line 28) | public class TransientManyChildNodesTest extends AbstractTest { method beforeSuite (line 38) | public void beforeSuite() throws RepositoryException { method beforeTest (line 46) | public void beforeTest() throws RepositoryException { method runTest (line 49) | public void runTest() throws Exception { method afterTest (line 55) | public void afterTest() throws RepositoryException { method afterSuite (line 58) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/TwoWayJoinTest.java class TwoWayJoinTest (line 33) | public class TwoWayJoinTest extends AbstractTest { method beforeSuite (line 43) | public void beforeSuite() throws RepositoryException { method runTest (line 64) | public void runTest() throws Exception { method afterSuite (line 92) | public void afterSuite() throws RepositoryException { FILE: test/performance/base/src/main/java/org/apache/jackrabbit/performance/UpdateManyChildNodesTest.java class UpdateManyChildNodesTest (line 27) | public class UpdateManyChildNodesTest extends AbstractTest { method beforeSuite (line 35) | public void beforeSuite() throws RepositoryException { method beforeTest (line 43) | public void beforeTest() throws RepositoryException { method runTest (line 46) | public void runTest() throws Exception { method afterTest (line 51) | public void afterTest() throws RepositoryException { method afterSuite (line 56) | public void afterSuite() throws RepositoryException { FILE: test/performance/jackrabbit21/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java class PerformanceTest (line 21) | public class PerformanceTest extends AbstractPerformanceTest { method testPerformance (line 23) | @Test FILE: test/performance/jackrabbit22/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java class PerformanceTest (line 21) | public class PerformanceTest extends AbstractPerformanceTest { method testPerformance (line 23) | @Test FILE: test/performance/jackrabbit23/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java class PerformanceTest (line 22) | public class PerformanceTest extends AbstractPerformanceTest { method testPerformance (line 24) | @Test FILE: test/performance/jackrabbit24/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java class PerformanceTest (line 22) | public class PerformanceTest extends AbstractPerformanceTest { method testPerformance (line 24) | @Test FILE: test/performance/jackrabbit26/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java class PerformanceTest (line 22) | public class PerformanceTest extends AbstractPerformanceTest { method testPerformance (line 24) | @Test