A B C E G I J L M N O R S U

A

addExcludedPath(String) - Method in interface com.day.crx.io.CRXExportHandler
 
addListener(RepositoryLifecycleListener) - Method in interface com.day.crx.ObservableRepository
Register a listener interested in lifecycle events..

B

BaseException - Exception in com.day.crx
The abstract class BaseException serves as the base class for all exceptions that are specific to this JCR implementation and that are not derived from javax.jcr.RepositoryException.
BaseException(String) - Constructor for exception com.day.crx.BaseException
Constructs a new instance of this class with the specified detail message.
BaseException(String, Throwable) - Constructor for exception com.day.crx.BaseException
Constructs a new instance of this class with the specified detail message and root cause.

C

com.day.crx - package com.day.crx
 
com.day.crx.io - package com.day.crx.io
 
com.day.crx.query - package com.day.crx.query
 
CRX_NAMESPACE_PREFIX - Static variable in interface com.day.crx.CRXRepository
the crx namespace prefix
CRX_NAMESPACE_URI - Static variable in interface com.day.crx.CRXRepository
the crx namespace uri
CRXExportHandler - Interface in com.day.crx.io
This Interface defines...
CRXImportHandler - Interface in com.day.crx.io
This Interface defines...
CRXModule - Interface in com.day.crx
The CRXModule interface defines the API which must be implemented by modules extending the functionality of the repository.
CRXQuery - Interface in com.day.crx.query
CRXQuery extends the JCR Query interface with CRX specific features.
CRXQueryResult - Interface in com.day.crx.query
CRXQueryResult extends the JCR QueryResult interface with CRX specific features.
CRXRepository - Interface in com.day.crx
This Interface extends the jcr repository by some crx specific methods
CRXSession - Interface in com.day.crx
This Interface extends the default jcr session by some crx specific methods.

E

export(String, OutputStream) - Method in interface com.day.crx.io.CRXExportHandler
 

G

getCustomerName() - Method in interface com.day.crx.License
 
getDownloadId() - Method in interface com.day.crx.License
 
getExportHandler() - Method in interface com.day.crx.CRXSession
Returns the export handler
getHomeDir() - Method in interface com.day.crx.CRXRepository
Returns the repository home
getImportHandler() - Method in interface com.day.crx.CRXSession
Returns the import handler
getIntermediateHandling() - Method in interface com.day.crx.io.CRXImportHandler
 
getIntermediateNodeType() - Method in interface com.day.crx.io.CRXImportHandler
 
getLicense() - Method in interface com.day.crx.CRXRepository
Returns the product license of this repository
getModule(String) - Method in interface com.day.crx.CRXRepository
Returns the Module with the given name.
getModules() - Method in interface com.day.crx.CRXRepository
Returns all currently installed modules.
getName() - Method in interface com.day.crx.CRXModule
Returns the name of this module.
getOccurrences() - Method in interface com.day.crx.query.CRXQueryResult
Returns a RowIterator that contains the occurrence information for a certain property.
getProductName() - Method in interface com.day.crx.License
 
getProductVersion() - Method in interface com.day.crx.License
 
getProperty(String) - Method in interface com.day.crx.io.CRXExportHandler
 
getProperty(String, boolean) - Method in interface com.day.crx.io.CRXExportHandler
 
getSession(String) - Method in interface com.day.crx.CRXSession
Creates a new session with the same subject as this sessions but to a different workspace.
getUuidBehavior() - Method in interface com.day.crx.io.CRXImportHandler
 

I

IH_AUTO - Static variable in interface com.day.crx.io.CRXImportHandler
flag for intermediate node handling
IH_COPY - Static variable in interface com.day.crx.io.CRXImportHandler
flag for intermediate node handling
IH_ERROR - Static variable in interface com.day.crx.io.CRXImportHandler
flag for intermediate node handling
IH_FIXED - Static variable in interface com.day.crx.io.CRXImportHandler
flag for intermediate node handling
importCRX(String, InputStream) - Method in interface com.day.crx.io.CRXImportHandler
 
installModule(Session, CRXModule) - Method in interface com.day.crx.CRXRepository
Installs a preconfigured CRXModule into the repository.
isExcludeNodeTypes() - Method in interface com.day.crx.io.CRXExportHandler
 
isIncludeNeighborhood() - Method in interface com.day.crx.io.CRXExportHandler
 
isIncludeUUIDs() - Method in interface com.day.crx.io.CRXExportHandler
 

J

JCR_AUTOCREATED - Static variable in interface com.day.crx.JcrConstants
jcr:autoCreated
JCR_BASEVERSION - Static variable in interface com.day.crx.JcrConstants
jcr:baseVersion
JCR_CHILD - Static variable in interface com.day.crx.JcrConstants
jcr:child
JCR_CHILDNODEDEFINITION - Static variable in interface com.day.crx.JcrConstants
jcr:childNodeDefinition
JCR_CONTENT - Static variable in interface com.day.crx.JcrConstants
jcr:content
JCR_CREATED - Static variable in interface com.day.crx.JcrConstants
jcr:created
JCR_DATA - Static variable in interface com.day.crx.JcrConstants
jcr:data
JCR_DEFAULTPRIMARYTYPE - Static variable in interface com.day.crx.JcrConstants
jcr:defaultPrimaryType
JCR_DEFAULTVALUES - Static variable in interface com.day.crx.JcrConstants
jcr:defaultValues
JCR_ENCODING - Static variable in interface com.day.crx.JcrConstants
jcr:encoding
JCR_FROZENMIXINTYPES - Static variable in interface com.day.crx.JcrConstants
jcr:frozenMixinTypes
JCR_FROZENNODE - Static variable in interface com.day.crx.JcrConstants
jcr:frozenNode
JCR_FROZENPRIMARYTYPE - Static variable in interface com.day.crx.JcrConstants
jcr:frozenPrimaryType
JCR_FROZENUUID - Static variable in interface com.day.crx.JcrConstants
jcr:frozenUuid
JCR_HASORDERABLECHILDNODES - Static variable in interface com.day.crx.JcrConstants
jcr:hasOrderableChildNodes
JCR_ISCHECKEDOUT - Static variable in interface com.day.crx.JcrConstants
jcr:isCheckedOut
JCR_ISMIXIN - Static variable in interface com.day.crx.JcrConstants
jcr:isMixin
JCR_LANGUAGE - Static variable in interface com.day.crx.JcrConstants
jcr:language
JCR_LASTMODIFIED - Static variable in interface com.day.crx.JcrConstants
jcr:lastModified
JCR_LOCKISDEEP - Static variable in interface com.day.crx.JcrConstants
jcr:lockIsDeep
JCR_LOCKOWNER - Static variable in interface com.day.crx.JcrConstants
jcr:lockOwner
JCR_MANDATORY - Static variable in interface com.day.crx.JcrConstants
jcr:mandatory
JCR_MERGEFAILED - Static variable in interface com.day.crx.JcrConstants
jcr:mergeFailed
JCR_MIMETYPE - Static variable in interface com.day.crx.JcrConstants
jcr:mimeType
JCR_MIXINTYPES - Static variable in interface com.day.crx.JcrConstants
jcr:mixinTypes
JCR_MULTIPLE - Static variable in interface com.day.crx.JcrConstants
jcr:multiple
JCR_NAME - Static variable in interface com.day.crx.JcrConstants
jcr:name
JCR_NODETYPENAME - Static variable in interface com.day.crx.JcrConstants
jcr:nodeTypeName
JCR_ONPARENTVERSION - Static variable in interface com.day.crx.JcrConstants
jcr:onParentVersion
JCR_PATH - Static variable in interface com.day.crx.JcrConstants
Pseudo property jcr:path used with query results
JCR_PREDECESSORS - Static variable in interface com.day.crx.JcrConstants
jcr:predecessors
JCR_PRIMARYITEMNAME - Static variable in interface com.day.crx.JcrConstants
jcr:primaryItemName
JCR_PRIMARYTYPE - Static variable in interface com.day.crx.JcrConstants
jcr:primaryType
JCR_PROPERTYDEFINITION - Static variable in interface com.day.crx.JcrConstants
jcr:propertyDefinition
JCR_PROTECTED - Static variable in interface com.day.crx.JcrConstants
jcr:protected
JCR_REQUIREDPRIMARYTYPES - Static variable in interface com.day.crx.JcrConstants
jcr:requiredPrimaryTypes
JCR_REQUIREDTYPE - Static variable in interface com.day.crx.JcrConstants
jcr:requiredType
JCR_ROOTVERSION - Static variable in interface com.day.crx.JcrConstants
jcr:rootVersion
JCR_SAMENAMESIBLINGS - Static variable in interface com.day.crx.JcrConstants
jcr:sameNameSiblings
JCR_SCORE - Static variable in interface com.day.crx.JcrConstants
Pseudo property jcr:score used with query results
JCR_STATEMENT - Static variable in interface com.day.crx.JcrConstants
jcr:statement
JCR_SUCCESSORS - Static variable in interface com.day.crx.JcrConstants
jcr:successors
JCR_SUPERTYPES - Static variable in interface com.day.crx.JcrConstants
jcr:supertypes
JCR_SYSTEM - Static variable in interface com.day.crx.JcrConstants
jcr:system
JCR_UUID - Static variable in interface com.day.crx.JcrConstants
jcr:uuid
JCR_VALUECONSTRAINTS - Static variable in interface com.day.crx.JcrConstants
jcr:valueConstraints
JCR_VERSIONABLEUUID - Static variable in interface com.day.crx.JcrConstants
jcr:versionableUuid
JCR_VERSIONHISTORY - Static variable in interface com.day.crx.JcrConstants
jcr:versionHistory
JCR_VERSIONLABELS - Static variable in interface com.day.crx.JcrConstants
jcr:versionLabels
JCR_VERSIONSTORAGE - Static variable in interface com.day.crx.JcrConstants
jcr:versionStorage
JcrConstants - Interface in com.day.crx
This Interface defines some of the item names that are defined in the jcr spec 1.0, using the default prefixes 'jcr', 'nt' and 'mix'.

L

License - Interface in com.day.crx
This Interface defines...
LICENSE_PROPERTIES - Static variable in interface com.day.crx.CRXRepository
Default name for the license properties file

M

MIX_LOCKABLE - Static variable in interface com.day.crx.JcrConstants
mix:lockable
MIX_REFERENCEABLE - Static variable in interface com.day.crx.JcrConstants
mix:referenceable
MIX_VERSIONABLE - Static variable in interface com.day.crx.JcrConstants
mix:versionable

N

NT_BASE - Static variable in interface com.day.crx.JcrConstants
nt:base
NT_CHILDNODEDEFINITION - Static variable in interface com.day.crx.JcrConstants
nt:childNodeDefinition
NT_FILE - Static variable in interface com.day.crx.JcrConstants
nt:file
NT_FOLDER - Static variable in interface com.day.crx.JcrConstants
nt:folder
NT_FROZENNODE - Static variable in interface com.day.crx.JcrConstants
nt:frozenNode
NT_HIERARCHYNODE - Static variable in interface com.day.crx.JcrConstants
nt:hierarchyNode
NT_LINKEDFILE - Static variable in interface com.day.crx.JcrConstants
nt:linkedFile
NT_NODETYPE - Static variable in interface com.day.crx.JcrConstants
nt:nodeType
NT_PROPERTYDEFINITION - Static variable in interface com.day.crx.JcrConstants
nt:propertyDefinition
NT_QUERY - Static variable in interface com.day.crx.JcrConstants
nt:query
NT_RESOURCE - Static variable in interface com.day.crx.JcrConstants
nt:resource
NT_UNSTRUCTURED - Static variable in interface com.day.crx.JcrConstants
nt:unstructured
NT_VERSION - Static variable in interface com.day.crx.JcrConstants
nt:version
NT_VERSIONEDCHILD - Static variable in interface com.day.crx.JcrConstants
nt:versionedChild
NT_VERSIONHISTORY - Static variable in interface com.day.crx.JcrConstants
nt:versionHistory
NT_VERSIONLABELS - Static variable in interface com.day.crx.JcrConstants
nt:versionLabels

O

ObservableRepository - Interface in com.day.crx
Marker interface for a Repository to indicate it allows observation of its life cycle events.

R

removeListener(RepositoryLifecycleListener) - Method in interface com.day.crx.ObservableRepository
Unregister a listener that was previously registered.
REP_CLUSTER_ID - Static variable in interface com.day.crx.CRXRepository
the cluster id.
REP_CLUSTER_MASTER - Static variable in interface com.day.crx.CRXRepository
this flag indicates whether this repository currently operates in master mode.
REP_CLUSTER_PREFERRED_MASTER - Static variable in interface com.day.crx.CRXRepository
this flag indicates whether this repository is configured to be the preferred master
REP_SYSTEM_ID - Static variable in interface com.day.crx.CRXRepository
the system id param
REP_VERSION_DISPLAY_DESC - Static variable in interface com.day.crx.CRXRepository
the version to display
RepositoryLifecycleListener - Interface in com.day.crx
Lifecycle listener interface for repository startup and shutdown.

S

setExcludeNodeTypes(boolean) - Method in interface com.day.crx.io.CRXExportHandler
 
setIncludeNeighborhood(boolean) - Method in interface com.day.crx.io.CRXExportHandler
 
setIncludeUUIDs(boolean) - Method in interface com.day.crx.io.CRXExportHandler
 
setIntermediateHandling(int) - Method in interface com.day.crx.io.CRXImportHandler
 
setIntermediateNodeType(String) - Method in interface com.day.crx.io.CRXImportHandler
 
setOption(String, String) - Method in interface com.day.crx.query.CRXQuery
Sets an option for this query.
setProperty(String, String) - Method in interface com.day.crx.io.CRXExportHandler
 
setUuidBehavior(int) - Method in interface com.day.crx.io.CRXImportHandler
 
shutdown(Repository) - Method in interface com.day.crx.RepositoryLifecycleListener
Called when a repository has been completely shut down.
shuttingDown(Repository) - Method in interface com.day.crx.RepositoryLifecycleListener
Called when a repository is about to be shut down.
start(CRXSession) - Method in interface com.day.crx.CRXModule
Starts this module and makes it ready for use.
started(Repository) - Method in interface com.day.crx.RepositoryLifecycleListener
Called when a repository has been fully started.
STATS_NODE_COUNT_PROPERTY - Static variable in interface com.day.crx.CRXRepository
desciptor-key name for node-count statistic
STATS_PROP_COUNT_PROPERTY - Static variable in interface com.day.crx.CRXRepository
desciptor-key name for property-count statistic
stop() - Method in interface com.day.crx.CRXModule
Stops this module.
SYSTEM_WORKSPACE_NAME - Static variable in interface com.day.crx.CRXRepository
Deprecated. As of CRX 2.0 the automatic initialization of a crx.system workspace is omitted. User data are no stored in each workspace.

U

uninstallModule(Session, String) - Method in interface com.day.crx.CRXRepository
Uninstalls the named CRXModule from the repository.

A B C E G I J L M N O R S U

Copyright © 1993-2011 Day Management AG. All Rights Reserved.