A B C D E G H I L M N O P R S 

A

addListener(BatchSessionListener) - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Add a BatchSessionListener to the session, to receive notifications when the session auto-saves
addListener(BatchSessionListener) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
addLockToken(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

B

BatchRemoveInfo - Interface in net.adamcin.commons.jcr.batch
Simple interface used by the BatchSession to communicate progress of a recursive remove operation to an BatchSessionListener
BatchSaveInfo - Interface in net.adamcin.commons.jcr.batch
Simple interface used by the BatchSession to communicate details of a session save to an attached BatchSessionListener
BatchSession - Interface in net.adamcin.commons.jcr.batch
Simple interface extension defining additional methods useful to managing batch JCR operations
BatchSessionListener - Interface in net.adamcin.commons.jcr.batch
Listener interface used by the BatchManagerImpl to notify clients when their JCR session has been saved automatically

C

checkPermission(String, String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
commit() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Immediately re-enables session saves and autoSaves, and then saves any uncommitted changes.
commit() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

D

DefaultBatchSession - Class in net.adamcin.commons.jcr.batch
Default implementation of the BatchSession interface.
DefaultBatchSession(Session) - Constructor for class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
DefaultBatchSessionListener - Class in net.adamcin.commons.jcr.batch
Basic implementation of BatchSessionListener
DefaultBatchSessionListener() - Constructor for class net.adamcin.commons.jcr.batch.DefaultBatchSessionListener
 
disableAutoSave() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Disables autoSave even when the batchSize is exceeded.
disableAutoSave() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
disableSessionSave() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Ignore calls to session saves.
disableSessionSave() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

E

enableAutoSave() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Re-enables autoSave for future changes after a call to BatchSession.disableAutoSave().
enableAutoSave() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
enableSessionSave() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Re-enable calls to session saves after a call to BatchSession.disableSessionSave()
enableSessionSave() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
exportSystemView(String, OutputStream, boolean, boolean) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

G

getAccessControlManager() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getAttribute(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getAttributeNames() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getBatchSize() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
getBatchSize() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getCommittedPaths() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
getCommittedPaths() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getCount() - Method in interface net.adamcin.commons.jcr.batch.BatchSaveInfo
 
getDepth() - Method in interface net.adamcin.commons.jcr.batch.BatchRemoveInfo
 
getImportContentHandler(String, int) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getItem(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getLockTokens() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getNamespacePrefix(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getNamespacePrefixes() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getNamespaceURI(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getNode(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getNodeByIdentifier(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getNodeByUUID(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getPath() - Method in interface net.adamcin.commons.jcr.batch.BatchRemoveInfo
 
getPaths() - Method in interface net.adamcin.commons.jcr.batch.BatchSaveInfo
 
getProperty(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getPurgedVersionCount() - Method in interface net.adamcin.commons.jcr.batch.BatchRemoveInfo
 
getPurgedVersionCount() - Method in interface net.adamcin.commons.jcr.batch.BatchSaveInfo
 
getRepository() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getRetentionManager() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getRootNode() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getRootPath() - Method in interface net.adamcin.commons.jcr.batch.BatchRemoveInfo
 
getSession() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
getSession() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getTime() - Method in interface net.adamcin.commons.jcr.batch.BatchSaveInfo
 
getTotalSaves() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
getTotalSaves() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getUncommittedPaths() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
getUncommittedPaths() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getUserID() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getValueFactory() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
getWorkspace() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

H

hasCapability(String, Object, Object[]) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
hasPendingChanges() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
hasPermission(String, String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

I

impersonate(Credentials) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
importXML(String, InputStream, int) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
isAutoSaveEnabled() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
isAutoSaveEnabled() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
isLive() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
isSessionSaveEnabled() - Method in interface net.adamcin.commons.jcr.batch.BatchSession
 
isSessionSaveEnabled() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
itemExists(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

L

logout() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

M

move(String, String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

N

net.adamcin.commons.jcr.batch - package net.adamcin.commons.jcr.batch
 
nodeExists(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

O

onRemove(BatchRemoveInfo) - Method in interface net.adamcin.commons.jcr.batch.BatchSessionListener
Called by the BatchSession after a *successful* call to Node.remove(), but *before* an auto-save commits the change
onRemove(BatchRemoveInfo) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSessionListener
 
onSave(BatchSaveInfo) - Method in interface net.adamcin.commons.jcr.batch.BatchSessionListener
Called by the BatchSession after a *successful* call to the underlying JCR Session's save() method
onSave(BatchSaveInfo) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSessionListener
 

P

propertyExists(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
purge(String) - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Recursively removes the subgraph of Nodes and related Version Nodes, descending from path, by traversing depth-first to the leaves and removing each node on the way up.
purge(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

R

refresh(boolean) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
removeItem(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
removeListener(BatchSessionListener) - Method in interface net.adamcin.commons.jcr.batch.BatchSession
Removes a BatchSessionListener from the session.
removeListener(BatchSessionListener) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
removeLockToken(String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 

S

save() - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
setBatchSize(int) - Method in interface net.adamcin.commons.jcr.batch.BatchSession
The batch size determines when the BatchSession will auto-save.
setBatchSize(int) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
setNamespacePrefix(String, String) - Method in class net.adamcin.commons.jcr.batch.DefaultBatchSession
 
A B C D E G H I L M N O P R S 

Copyright © 2013. All Rights Reserved.