public interface WorkspaceDataContainer extends DataContainer
Modifier and Type | Field and Description |
---|---|
static String |
ACL_BF_ELEMENTS_NUMBER |
static String |
ACL_BF_FALSE_PROPBABILITY |
static String |
CHECK_SNS_NEW_CONNECTION |
static String |
CONTAINER_NAME |
static int |
DEF_MAXBUFFERSIZE |
static String |
DEF_SWAPDIR |
static String |
LAZY_NODE_ITERATOR_PAGE_SIZE |
static int |
LAZY_NODE_ITERATOR_PAGE_SIZE_DEFAULT |
static int |
LAZY_NODE_ITERATOR_PAGE_SIZE_MIN |
static String |
MAX_DESCENDANTS_NODES_ALLOWED_ON_MOVE |
static int |
MAX_DESCENDANTS_NODES_ALLOWED_ON_MOVE_DEFAULT |
static String |
MAXBUFFERSIZE_PROP |
static String |
SWAPDIR_PROP |
static String |
TRIGGER_EVENTS_FOR_DESCENDANTS_ON_MOVE |
static Boolean |
TRIGGER_EVENTS_FOR_DESCENDANTS_ON_MOVE_DEFAULT |
static String |
TRIGGER_EVENTS_FOR_DESCENDANTS_ON_RENAME |
static String |
TRIGGER_EVENTS_FOR_DESCENDENTS_ON_RENAME |
Modifier and Type | Method and Description |
---|---|
Calendar |
getCurrentTime()
[G.A] do we need it here or in WorkspaceDataManager better??
|
boolean |
isCheckSNSNewConnection() |
boolean |
isSame(WorkspaceDataContainer another)
isSame.
|
WorkspaceStorageConnection |
openConnection() |
WorkspaceStorageConnection |
openConnection(boolean readOnly)
Open connection and marked it as READ-ONLY if
readOnly is true. |
WorkspaceStorageConnection |
reuseConnection(WorkspaceStorageConnection original) |
getInfo, getName, getStorageVersion, getUniqueName
static final String TRIGGER_EVENTS_FOR_DESCENDENTS_ON_RENAME
static final String TRIGGER_EVENTS_FOR_DESCENDANTS_ON_RENAME
static final String TRIGGER_EVENTS_FOR_DESCENDANTS_ON_MOVE
static final Boolean TRIGGER_EVENTS_FOR_DESCENDANTS_ON_MOVE_DEFAULT
static final String MAX_DESCENDANTS_NODES_ALLOWED_ON_MOVE
static final int MAX_DESCENDANTS_NODES_ALLOWED_ON_MOVE_DEFAULT
static final String LAZY_NODE_ITERATOR_PAGE_SIZE
static final int LAZY_NODE_ITERATOR_PAGE_SIZE_DEFAULT
static final int LAZY_NODE_ITERATOR_PAGE_SIZE_MIN
static final String CONTAINER_NAME
static final String MAXBUFFERSIZE_PROP
static final String SWAPDIR_PROP
static final int DEF_MAXBUFFERSIZE
static final String DEF_SWAPDIR
static final String CHECK_SNS_NEW_CONNECTION
static final String ACL_BF_FALSE_PROPBABILITY
static final String ACL_BF_ELEMENTS_NUMBER
Calendar getCurrentTime()
boolean isSame(WorkspaceDataContainer another)
another
- a WorkspaceDataContainer instance with which to comparetrue
if it is the same kind WorkspaceDataContainer, false
otherwise"WorkspaceStorageConnection openConnection() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
WorkspaceStorageConnection openConnection(boolean readOnly) throws javax.jcr.RepositoryException
readOnly
is true. readOnly
- boolean, if true the Connection will be marked as READ-ONLYjavax.jcr.RepositoryException
WorkspaceStorageConnection reuseConnection(WorkspaceStorageConnection original) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
boolean isCheckSNSNewConnection()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.