Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.model | |
org.nuxeo.ecm.core.storage.sql.coremodel |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentModelFactory.prefetchValues(Property property,
String start,
String xpath,
Prefetch prefetch,
Set<String> docSchemas)
Computes the keys and values of a document for a given xpath name.
|
Modifier and Type | Method and Description |
---|---|
Property |
PropertyContainer.getProperty(String name)
Gets a property given its name.
|
Property |
Property.getProperty(String name)
Gets the children property given its name.
|
Property |
MockDocument.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Property> |
PropertyContainer.getProperties()
Gets the collection of the sub properties in this container.
|
Collection<Property> |
Property.getProperties()
Gets the collection of the children properties.
|
Collection<Property> |
MockDocument.getProperties() |
Iterator<Property> |
PropertyContainer.getPropertyIterator()
Gets an iterator over all existing properties in this container.
|
Iterator<Property> |
Property.getPropertyIterator()
Gets an iterator over the children properties.
|
Iterator<Property> |
MockDocument.getPropertyIterator() |
Modifier and Type | Interface and Description |
---|---|
interface |
SQLDocument
Base interface for SQL documents.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLBaseProperty |
class |
SQLCollectionProperty
A
SQLCollectionProperty gives access to a wrapped SQL-level
CollectionProperty . |
class |
SQLComplexListProperty
A
SQLComplexListProperty gives access to a wrapped collection of
SQL-level Node s. |
class |
SQLComplexProperty
A
SQLComplexProperty gives access to a wrapped SQL-level Node
. |
class |
SQLContentProperty
A
SQLContentProperty gives access to a blob, which consists of a
Node of a specialized type: content . |
class |
SQLDocumentLive |
class |
SQLDocumentProxy
A proxy is a shortcut to a target document (a version or normal document).
|
class |
SQLDocumentVersion |
class |
SQLSimpleProperty
A
SQLSimpleProperty gives access to a wrapped SQL-level
SimpleProperty . |
Modifier and Type | Method and Description |
---|---|
Property |
SQLDocumentProxy.getACLProperty() |
Property |
SQLDocumentLive.getACLProperty() |
Property |
SQLDocument.getACLProperty()
Returns the property holding the ACL.
|
Property |
SQLDocumentProxy.getProperty(String name) |
Property |
SQLDocumentLive.getProperty(String name) |
Property |
SQLComplexProperty.getProperty(String name) |
Property |
SQLComplexListProperty.getProperty(String posString) |
Property |
SQLBaseProperty.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Property> |
SQLDocumentProxy.getProperties() |
Collection<Property> |
SQLComplexProperty.getProperties() |
List<Property> |
SQLComplexListProperty.getProperties() |
Collection<Property> |
SQLBaseProperty.getProperties() |
Iterator<Property> |
SQLDocumentProxy.getPropertyIterator() |
Iterator<Property> |
SQLComplexProperty.getPropertyIterator() |
Iterator<Property> |
SQLComplexListProperty.getPropertyIterator() |
Iterator<Property> |
SQLBaseProperty.getPropertyIterator() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.