Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.StorageException

Packages that use StorageException
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository. 
org.nuxeo.ecm.core.storage.sql.net   
org.nuxeo.ecm.core.storage.sql.ra   
org.nuxeo.ecm.platform.tag   
 

Uses of StorageException in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql that throw StorageException
 Node SessionImpl.addChildNode(Node parent, java.lang.String name, java.lang.Long pos, java.lang.String typeName, boolean complexProp)
           
 Node Session.addChildNode(Node parent, java.lang.String name, java.lang.Long pos, java.lang.String typeName, boolean complexProp)
          Creates a new child node.
 Node SessionImpl.addChildNode(java.io.Serializable id, Node parent, java.lang.String name, java.lang.Long pos, java.lang.String typeName, boolean complexProp)
           
 Node Session.addChildNode(java.io.Serializable id, Node parent, java.lang.String name, java.lang.Long pos, java.lang.String typeName, boolean complexProp)
          Creates a new child node with given id (used for import).
 Node SessionImpl.addProxy(java.io.Serializable targetId, java.io.Serializable versionableId, Node parent, java.lang.String name, java.lang.Long pos)
           
 Node Session.addProxy(java.io.Serializable targetId, java.io.Serializable versionSeriesId, Node parent, java.lang.String name, java.lang.Long pos)
          Creates a proxy for a version node.
 QueryMaker.Query CapturingQueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, java.lang.String query, QueryFilter queryFilter, java.lang.Object... params)
           
 Node SessionImpl.checkIn(Node node, java.lang.String label, java.lang.String checkinComment)
           
 Node Session.checkIn(Node node, java.lang.String label, java.lang.String checkinComment)
          Checks in a checked-out node: creates a new version with a copy of its information.
 java.io.Serializable HierarchyContext.checkIn(Node node, java.lang.String label, java.lang.String checkinComment)
          Checks in a node (creates a version).
 void SessionImpl.checkOut(Node node)
           
 void Session.checkOut(Node node)
          Checks out a checked-in node.
 void HierarchyContext.checkOut(Node node)
          Checks out a node.
 void SessionImpl.checkPermission(java.lang.String absPath, java.lang.String actions)
           
 void RepositoryImpl.close()
           
 void Repository.close()
          Closes the repository and release all resources.
 void Mapper.close()
           
 void CachingMapper.close()
           
 Node SessionImpl.copy(Node source, Node parent, java.lang.String name)
           
 Node Session.copy(Node source, Node parent, java.lang.String name)
          Copies a node to a new location with a new name.
 java.io.Serializable HierarchyContext.copy(Node source, java.io.Serializable parentId, java.lang.String name)
          Copy a child to a new parent with a new name.
 RowMapper.CopyHierarchyResult RowMapper.copyHierarchy(java.io.Serializable sourceId, java.lang.String typeName, java.io.Serializable destParentId, java.lang.String destName, Row overwriteRow)
          Copies the hierarchy starting from a given row to a new parent with a new name.
 RowMapper.CopyHierarchyResult CachingRowMapper.copyHierarchy(java.io.Serializable sourceId, java.lang.String typeName, java.io.Serializable destParentId, java.lang.String destName, Row overwriteRow)
           
 void Mapper.createClusterNode()
          Informs the cluster that this node exists.
 void CachingMapper.createClusterNode()
           
 void Mapper.createDatabase()
          Creates the necessary structures in the database.
 void CachingMapper.createDatabase()
           
 void HierarchyContext.createdSimpleFragment(SimpleFragment fragment)
           
 java.io.Serializable[] CollectionFragment.get()
          Gets the collection value.
 java.io.Serializable SimpleFragment.get(java.lang.String key)
          Gets a value by key.
 Binary SessionImpl.getBinary(java.io.InputStream in)
           
 Binary Session.getBinary(java.io.InputStream in)
          Creates a binary value given an input stream.
 SimpleFragment HierarchyContext.getChildHierByName(java.io.Serializable parentId, java.lang.String name, boolean complexProp)
          Find a fragment in the hierarchy schema given its parent id and name.
 Node SessionImpl.getChildNode(Node parent, java.lang.String name, boolean complexProp)
           
 Node Session.getChildNode(Node parent, java.lang.String name, boolean complexProp)
          Gets a child node given its parent and name.
 java.util.List<Node> SessionImpl.getChildren(Node parent, java.lang.String name, boolean complexProp)
           
 java.util.List<Node> Session.getChildren(Node parent, java.lang.String name, boolean complexProp)
          Gets the children of a node.
 java.util.List<SimpleFragment> HierarchyContext.getChildren(java.io.Serializable parentId, java.lang.String name, boolean complexProp)
          Gets the list of children main fragments for a given parent id.
 Invalidations Mapper.getClusterInvalidations()
          Gets the invalidations from other cluster nodes.
 Invalidations CachingMapper.getClusterInvalidations()
           
 CollectionProperty Node.getCollectionProperty(java.lang.String name)
          Gets a collection property from the node, given its name.
 SessionImpl RepositoryImpl.getConnection()
          Gets a new connection by logging in to the repository with default credentials.
 Session Repository.getConnection()
          Gets a new connection by logging in to the repository with default credentials.
 SessionImpl RepositoryImpl.getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
          Gets a new connection by logging in to the repository with given connection information (credentials).
 Session Repository.getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
          Gets a new connection by logging in to the repository with given connection information (credentials).
 java.io.Serializable HierarchyContext.getContainingDocument(java.io.Serializable id)
          Finds the id of the enclosing non-complex-property node.
 SimpleFragment HierarchyContext.getHier(java.io.Serializable id, boolean allowAbsent)
           
 Mapper.Identification Mapper.getIdentification()
          Returns the repository id and mapper id assigned.
 Mapper.Identification CachingMapper.getIdentification()
           
 java.io.Serializable Session.PathResolver.getIdForPath(java.lang.String path)
          Returns the node id for a given path.
 java.io.Serializable RepositoryImpl.SessionPathResolver.getIdForPath(java.lang.String path)
           
 Node SessionImpl.getLastVersion(java.io.Serializable versionSeriesId)
           
 Node Session.getLastVersion(java.io.Serializable versionSeriesId)
          Gets the last version for a given version series id.
 java.io.Serializable Mapper.getLastVersionId(java.io.Serializable versionSeriesId)
          Gets the id of the last version given a version series id.
 java.io.Serializable CachingMapper.getLastVersionId(java.io.Serializable versionSeriesId)
           
 java.lang.Long SimpleProperty.getLong()
           
 Mapper Session.getMapper()
          Gets the low-level Mapper for this session.
 Model Session.getModel()
          Gets the Model associated to this session.
 java.lang.Long HierarchyContext.getNextPos(java.io.Serializable nodeId, boolean complexProp)
          Gets the next pos value for a new child in a folder.
 Node SessionImpl.getNodeById(java.io.Serializable id)
           
 Node Session.getNodeById(java.io.Serializable id)
          Gets a node given its id.
 Node SessionImpl.getNodeByPath(java.lang.String path, Node node)
           
 Node Session.getNodeByPath(java.lang.String path, Node node)
          Gets a node given its absolute path, or given an existing node and a relative path.
 java.util.List<Node> SessionImpl.getNodesByIds(java.util.List<java.io.Serializable> ids)
           
 java.util.List<Node> Session.getNodesByIds(java.util.List<java.io.Serializable> ids)
          Gets several nodes given their ids.
 Node SessionImpl.getParentNode(Node node)
           
 Node Session.getParentNode(Node node)
          Gets the parent of a node.
 java.lang.String SessionImpl.getPath(Node node)
           
 java.lang.String Session.getPath(Node node)
          Gets the absolute path of a node.
 BaseProperty Node.getProperty(java.lang.String name)
           
 java.util.List<Node> SessionImpl.getProxies(Node document, Node parent)
           
 java.util.List<Node> Session.getProxies(Node document, Node parent)
          Finds the proxies for a document.
 java.util.List<Row> RowMapper.getProxyRows(java.io.Serializable searchId, boolean byTarget, java.io.Serializable parentId)
          Finds proxies, maybe restricted to the children of a given parent.
 java.util.List<Row> CachingRowMapper.getProxyRows(java.io.Serializable searchId, boolean byTarget, java.io.Serializable parentId)
           
 java.lang.String Session.getRepositoryName()
          Gets the session repository name.
 java.io.Serializable Mapper.getRootId(java.io.Serializable repositoryId)
          Gets the root id for a given repository, if registered.
 java.io.Serializable CachingMapper.getRootId(java.io.Serializable repositoryId)
           
 Node Session.getRootNode()
          Gets the root node of the repository.
 SimpleProperty Node.getSimpleProperty(java.lang.String name)
          Gets a simple property from the node, given its name.
 java.lang.String SimpleProperty.getString()
           
 java.lang.String SimpleFragment.getString(java.lang.String key)
          Returns a String value.
 java.lang.String[] CollectionProperty.getStrings()
           
 int Mapper.getTableSize(java.lang.String tableName)
           
 int CachingMapper.getTableSize(java.lang.String tableName)
           
 java.io.Serializable SimpleProperty.getValue()
           
 java.io.Serializable[] CollectionProperty.getValue()
           
 Node SessionImpl.getVersionByLabel(java.io.Serializable versionSeriesId, java.lang.String label)
           
 Node Session.getVersionByLabel(java.io.Serializable versionSeriesId, java.lang.String label)
          Gets a version given its version series id and label.
 java.io.Serializable Mapper.getVersionIdByLabel(java.io.Serializable versionSeriesId, java.lang.String label)
          Gets the id of a version given a version series id and a label.
 java.io.Serializable CachingMapper.getVersionIdByLabel(java.io.Serializable versionSeriesId, java.lang.String label)
           
 java.util.List<Row> RowMapper.getVersionRows(java.io.Serializable versionSeriesId)
          Gets the list of version rows for all the versions in a given version series id.
 java.util.List<Row> CachingRowMapper.getVersionRows(java.io.Serializable versionableId)
           
 java.util.List<Node> SessionImpl.getVersions(java.io.Serializable versionSeriesId)
           
 java.util.List<Node> Session.getVersions(java.io.Serializable versionSeriesId)
          Gets all the versions for a given version series id.
 boolean SessionImpl.hasChildNode(Node parent, java.lang.String name, boolean complexProp)
           
 boolean Session.hasChildNode(Node parent, java.lang.String name, boolean complexProp)
          Checks if a child node with the given name exists.
 boolean SessionImpl.hasChildren(Node parent, boolean complexProp)
           
 boolean Session.hasChildren(Node parent, boolean complexProp)
          Checks it a node has children.
 boolean SessionImpl.hasPendingChanges()
           
 void RepositoryBackend.initialize(RepositoryImpl repository)
          Initializer.
 void RepositoryBackend.initializeModel(Model model)
          Initializes what's needed after the Model has been created.
 void RepositoryBackend.initializeModelSetup(ModelSetup modelSetup)
          Initializes the ModelSetup.
 void Mapper.insertClusterInvalidations(Invalidations invalidations)
          Inserts the invalidation rows for the other cluster nodes.
 void CachingMapper.insertClusterInvalidations(Invalidations invalidations)
           
 boolean HierarchyContext.isDeleted(java.io.Serializable id)
          Recursively checks if any of a fragment's parents has been deleted.
 Node SessionImpl.move(Node source, Node parent, java.lang.String name)
           
 Node Session.move(Node source, Node parent, java.lang.String name)
          Moves a node to a new location with a new name.
 void HierarchyContext.move(Node source, java.io.Serializable parentId, java.lang.String name)
          Move a child to a new parent with a new name.
 Mapper RepositoryBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
          Creates a new instance a Mapper.
 void SessionImpl.orderBefore(Node parent, Node source, Node dest)
           
 void Session.orderBefore(Node parent, Node source, Node dest)
          Order the given source child node before the destination child node.
 void HierarchyContext.orderBefore(java.io.Serializable parentId, java.io.Serializable sourceId, java.io.Serializable destId)
          Order a child before another.
 void HierarchyContext.processReceivedInvalidations(java.util.Set<RowId> modified)
          Processes all invalidations accumulated.
 void SimpleFragment.put(java.lang.String key, java.io.Serializable value)
          Puts a value by key.
 PartialList<java.io.Serializable> SessionImpl.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 PartialList<java.io.Serializable> Session.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
          Makes a NXQL query to the database.
 PartialList<java.io.Serializable> Mapper.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
          Makes a NXQL query to the database.
 PartialList<java.io.Serializable> CachingMapper.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 IterableQueryResult SessionImpl.queryAndFetch(java.lang.String query, java.lang.String queryType, QueryFilter queryFilter, java.lang.Object... params)
           
 IterableQueryResult Session.queryAndFetch(java.lang.String query, java.lang.String queryType, QueryFilter queryFilter, java.lang.Object... params)
          Makes a query to the database and returns an iterable (which must be closed when done).
 IterableQueryResult Mapper.queryAndFetch(java.lang.String query, java.lang.String queryType, QueryFilter queryFilter, java.lang.Object... params)
          Makes a query to the database and returns an iterable (which must be closed when done).
 IterableQueryResult CachingMapper.queryAndFetch(java.lang.String query, java.lang.String queryType, QueryFilter queryFilter, java.lang.Object... params)
           
 java.util.List<? extends RowId> RowMapper.read(java.util.Collection<RowId> rowIds)
          Reads a set of rows for the given RowIds.
 java.util.List<? extends RowId> CachingRowMapper.read(java.util.Collection<RowId> rowIds)
           
 Row RowMapper.readChildHierRow(java.io.Serializable parentId, java.lang.String childName, boolean complexProp)
          Reads the hierarchy row for a child, given its parent id and the child name.
 Row CachingRowMapper.readChildHierRow(java.io.Serializable parentId, java.lang.String childName, boolean complexProp)
           
 java.util.List<Row> RowMapper.readChildHierRows(java.io.Serializable parentId, boolean complexProp)
          Reads the hierarchy rows for all the children of parent.
 java.util.List<Row> CachingRowMapper.readChildHierRows(java.io.Serializable parentId, boolean complexProp)
           
 java.io.Serializable[] RowMapper.readCollectionRowArray(RowId rowId)
          Gets an array for a CollectionFragment from the database, given its table name and id.
 java.io.Serializable[] CachingRowMapper.readCollectionRowArray(RowId rowId)
           
 Row RowMapper.readSimpleRow(RowId rowId)
          Gets a row for a SimpleFragment from the database, given its table name and id.
 Row CachingRowMapper.readSimpleRow(RowId rowId)
           
 void SessionImpl.rebuildReadAcls()
           
 void Session.rebuildReadAcls()
          Rebuild the read ACLs for the whole repository.
 void Mapper.rebuildReadAcls()
           
 void CachingMapper.rebuildReadAcls()
           
 Invalidations.InvalidationsPair RowMapper.receiveInvalidations()
          Processes and returns the invalidations queued for processing by the cache (if any).
 Invalidations.InvalidationsPair CachingRowMapper.receiveInvalidations()
           
 void PersistenceContext.recomputeVersionSeries(java.io.Serializable versionSeriesId)
           
 void HierarchyContext.recordFragment(Fragment fragment)
           
 void BaseProperty.refresh(boolean keepChanges)
           
 void BaseProperty.remove()
           
 void Mapper.removeClusterNode()
          Removes this node from the cluster.
 void CachingMapper.removeClusterNode()
           
 void HierarchyContext.removeFragment(Fragment fragment)
          Deletes a fragment from the context.
 void HierarchyContext.removeNode(Fragment hierFragment)
           
 void SessionImpl.removeNode(Node node)
           
 void Session.removeNode(Node node)
          Removes a node from the storage.
 void SessionImpl.restore(Node node, Node version)
           
 void Session.restore(Node node, Node version)
          Restores a node to a given version.
 void HierarchyContext.restoreVersion(Node node, Node version)
          Restores a node to a given version.
 void SessionImpl.save()
           
 void Session.save()
          Saves the modifications to persistent storage.
 void BaseProperty.save()
           
 void RowMapper.sendInvalidations(Invalidations invalidations)
          Post-transaction invalidations notification.
 void CachingRowMapper.sendInvalidations(Invalidations invalidations)
           
 void CollectionFragment.set(java.io.Serializable[] value)
          Sets a collection value.
 void Node.setCollectionProperty(java.lang.String name, java.io.Serializable[] value)
           
 void Mapper.setRootId(java.io.Serializable repositoryId, java.io.Serializable id)
          Records the newly generated root id for a given repository.
 void CachingMapper.setRootId(java.io.Serializable repositoryId, java.io.Serializable id)
           
 void Node.setSingleProperty(java.lang.String name, java.io.Serializable value)
           
 void CollectionProperty.setValue(java.lang.Object[] value)
           
 void SimpleProperty.setValue(java.io.Serializable value)
           
 void RepositoryBackend.shutdown()
          Shuts down the backend.
 void SessionImpl.updateReadAcls()
           
 void Session.updateReadAcls()
          Update only the read ACLs that have changed.
 void Mapper.updateReadAcls()
           
 void CachingMapper.updateReadAcls()
           
 void RowMapper.write(RowMapper.RowBatch batch)
          Writes a set of rows.
 void CachingRowMapper.write(RowMapper.RowBatch batch)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql that throw StorageException
Model(ModelSetup modelSetup)
           
PersistenceContext(Model model, RowMapper mapper, SessionImpl session)
           
RepositoryImpl(RepositoryDescriptor repositoryDescriptor)
           
SessionImpl(RepositoryImpl repository, Model model, Mapper mapper, Credentials credentials)
           
 

Uses of StorageException in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that throw StorageException
 QueryMaker.Query QueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, java.lang.String query, QueryFilter queryFilter, java.lang.Object... params)
          Builds the query.
 QueryMaker.Query NXQLQueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, java.lang.String query, QueryFilter queryFilter, java.lang.Object... params)
           
 void ClusterNodeHandler.close()
           
 RowMapper.CopyHierarchyResult JDBCRowMapper.copyHierarchy(java.io.Serializable sourceId, java.lang.String typeName, java.io.Serializable destParentId, java.lang.String destName, Row overwriteRow)
           
 void JDBCMapper.createClusterNode()
           
 void JDBCMapper.createDatabase()
           
 Invalidations JDBCMapper.getClusterInvalidations()
           
 java.io.Serializable JDBCMapper.getLastVersionId(java.io.Serializable versionSeriesId)
           
 java.util.List<Row> JDBCRowMapper.getProxyRows(java.io.Serializable searchId, boolean byTarget, java.io.Serializable parentId)
           
 java.io.Serializable JDBCMapper.getRootId(java.io.Serializable repositoryId)
           
 java.io.Serializable JDBCMapper.getVersionIdByLabel(java.io.Serializable versionSeriesId, java.lang.String label)
           
 java.util.List<Row> JDBCRowMapper.getVersionRows(java.io.Serializable versionSeriesId)
           
 void JDBCBackend.initialize(RepositoryImpl repository)
           
 void JDBCBackend.initializeModel(Model model)
          Initializes what's needed after the Model has been created.
 void JDBCBackend.initializeModelSetup(ModelSetup modelSetup)
          Initializes the ModelSetup.
 void JDBCMapper.insertClusterInvalidations(Invalidations invalidations)
           
 Mapper JDBCBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
           
 PartialList<java.io.Serializable> JDBCMapper.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 IterableQueryResult JDBCMapper.queryAndFetch(java.lang.String query, java.lang.String queryType, QueryFilter queryFilter, java.lang.Object... params)
           
 java.util.List<? extends RowId> JDBCRowMapper.read(java.util.Collection<RowId> rowIds)
           
 Row JDBCRowMapper.readChildHierRow(java.io.Serializable parentId, java.lang.String childName, boolean complexProp)
           
 java.util.List<Row> JDBCRowMapper.readChildHierRows(java.io.Serializable parentId, boolean complexProp)
           
 java.io.Serializable[] JDBCRowMapper.readCollectionRowArray(RowId rowId)
           
 Row JDBCRowMapper.readSimpleRow(RowId rowId)
           
 void JDBCMapper.rebuildReadAcls()
           
 Invalidations ClusterNodeHandler.receiveClusterInvalidations()
          Receives cluster invalidations from other cluster nodes.
 Invalidations.InvalidationsPair JDBCRowMapper.receiveInvalidations()
           
 void JDBCMapper.removeClusterNode()
           
 void ClusterNodeHandler.sendClusterInvalidations(Invalidations invalidations)
          Sends cluster invalidations to other cluster nodes.
 void JDBCRowMapper.sendInvalidations(Invalidations invalidations)
           
 void JDBCMapper.setRootId(java.io.Serializable repositoryId, java.io.Serializable id)
           
 void JDBCBackend.shutdown()
           
 void JDBCMapper.updateReadAcls()
           
 void JDBCRowMapper.write(RowMapper.RowBatch batch)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc that throw StorageException
ClusterNodeHandler(Mapper clusterNodeMapper, RepositoryDescriptor repositoryDescriptor)
           
JDBCConnection(Model model, SQLInfo sqlInfo, javax.sql.XADataSource xadatasource)
          Creates a new Mapper.
JDBCMapper(Model model, Session.PathResolver pathResolver, SQLInfo sqlInfo, javax.sql.XADataSource xadatasource, ClusterNodeHandler clusterNodeHandler)
          Creates a new Mapper.
JDBCRowMapper(Model model, SQLInfo sqlInfo, javax.sql.XADataSource xadatasource, ClusterNodeHandler clusterNodeHandler)
           
ResultSetQueryResult(QueryMaker queryMaker, java.lang.String query, QueryFilter queryFilter, Session.PathResolver pathResolver, JDBCMapper mapper, java.lang.Object... params)
           
SQLInfo(RepositoryImpl repository, Model model, Dialect dialect)
          Generates and holds the needed SQL statements given a Model and a Dialect.
 

Uses of StorageException in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect that throw StorageException
static Dialect Dialect.createDialect(java.sql.Connection connection, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
          Creates a Dialect by connecting to the datasource to check what database is used.
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc.dialect that throw StorageException
Dialect(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectDerby(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectH2(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectMySQL(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectOracle(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectPostgreSQL(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectSQLServer(java.sql.DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
 

Uses of StorageException in org.nuxeo.ecm.core.storage.sql.management
 

Methods in org.nuxeo.ecm.core.storage.sql.management that throw StorageException
 void MonitoredBackend.initialize(RepositoryImpl repository)
           
 void MonitoredBackend.initializeModel(Model model)
           
 void MonitoredBackend.initializeModelSetup(ModelSetup modelSetup)
           
 Mapper MonitoredBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
           
 void MonitoredBackend.shutdown()
           
 

Uses of StorageException in org.nuxeo.ecm.core.storage.sql.net
 

Methods in org.nuxeo.ecm.core.storage.sql.net that throw StorageException
static Mapper MapperClient.getMapper(RepositoryImpl repository, Credentials credentials)
           
 void NetBackend.initialize(RepositoryImpl repository)
           
 void NetBackend.initializeModel(Model model)
           
 void NetBackend.initializeModelSetup(ModelSetup modelSetup)
           
 Mapper NetBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
           
 

Uses of StorageException in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that throw StorageException
 Node ConnectionImpl.addChildNode(Node parent, java.lang.String name, java.lang.Long pos, java.lang.String typeName, boolean complexProp)
           
 Node ConnectionImpl.addChildNode(java.io.Serializable id, Node parent, java.lang.String name, java.lang.Long pos, java.lang.String typeName, boolean complexProp)
           
 Node ConnectionImpl.addProxy(java.io.Serializable targetId, java.io.Serializable versionSeriesId, Node parent, java.lang.String name, java.lang.Long pos)
           
 Node ConnectionImpl.checkIn(Node node, java.lang.String label, java.lang.String checkinComment)
           
 void ConnectionImpl.checkOut(Node node)
           
 void ConnectionFactoryImpl.close()
           
 Node ConnectionImpl.copy(Node source, Node parent, java.lang.String name)
           
 Binary ConnectionImpl.getBinary(java.io.InputStream in)
           
 Node ConnectionImpl.getChildNode(Node parent, java.lang.String name, boolean complexProp)
           
 java.util.List<Node> ConnectionImpl.getChildren(Node parent, java.lang.String name, boolean complexProp)
           
 Session ConnectionFactoryImpl.getConnection()
          Gets a new connection, with no credentials.
 Session ConnectionFactoryImpl.getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
          Gets a new connection.
 Node ConnectionImpl.getLastVersion(java.io.Serializable versionSeriesId)
           
 Mapper ConnectionImpl.getMapper()
           
 Model ConnectionImpl.getModel()
           
 Node ConnectionImpl.getNodeById(java.io.Serializable id)
           
 Node ConnectionImpl.getNodeByPath(java.lang.String path, Node node)
           
 java.util.List<Node> ConnectionImpl.getNodesByIds(java.util.List<java.io.Serializable> ids)
           
 Node ConnectionImpl.getParentNode(Node node)
           
 java.lang.String ConnectionImpl.getPath(Node node)
           
 java.util.List<Node> ConnectionImpl.getProxies(Node document, Node parent)
           
 java.lang.String ConnectionImpl.getRepositoryName()
           
 Node ConnectionImpl.getRootNode()
           
 Node ConnectionImpl.getVersionByLabel(java.io.Serializable versionSeriesId, java.lang.String label)
           
 java.util.List<Node> ConnectionImpl.getVersions(java.io.Serializable versionSeriesId)
           
 boolean ConnectionImpl.hasChildNode(Node parent, java.lang.String name, boolean complexProp)
           
 boolean ConnectionImpl.hasChildren(Node parent, boolean complexProp)
           
 Node ConnectionImpl.move(Node source, Node parent, java.lang.String name)
           
 void ConnectionImpl.orderBefore(Node node, Node src, Node dest)
           
 PartialList<java.io.Serializable> ConnectionImpl.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 IterableQueryResult ConnectionImpl.queryAndFetch(java.lang.String query, java.lang.String queryType, QueryFilter queryFilter, java.lang.Object... params)
           
 void ConnectionImpl.rebuildReadAcls()
           
 void ConnectionImpl.removeNode(Node node)
           
 void ConnectionImpl.restore(Node node, Node version)
           
 void ConnectionImpl.save()
           
 void ConnectionImpl.updateReadAcls()
           
 

Uses of StorageException in org.nuxeo.ecm.platform.tag
 

Methods in org.nuxeo.ecm.platform.tag that throw StorageException
 QueryMaker.Query TagQueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, java.lang.String query, QueryFilter queryFilter, java.lang.Object... params)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.