Interface SQLDocument
-
- All Superinterfaces:
Document
- All Known Implementing Classes:
SQLDocumentLive
,SQLDocumentProxy
,SQLDocumentVersion
public interface SQLDocument extends Document
Base interface for SQL documents.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.nuxeo.ecm.core.model.Document
Document.BlobAccessor, Document.WriteContext
-
-
Field Summary
Fields Modifier and Type Field Description static String
BINARY_TEXT_SYS_PROP
static String
FULLTEXT_JOBID_SYS_PROP
static String
IS_TRASHED_SYS_PROP
static String
SIMPLE_TEXT_SYS_PROP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getNode()
Returns the node with info about the hierarchy location.-
Methods inherited from interface org.nuxeo.ecm.core.model.Document
addChild, addFacet, checkIn, checkOut, followTransition, getAllFacets, getAllowedStateTransitions, getBaseVersion, getBlobKeys, getChangeToken, getCheckinComment, getChild, getChildren, getChildrenIds, getFacets, getLastVersion, getLifeCyclePolicy, getLifeCycleState, getLock, getName, getParent, getPath, getPos, getPropertyValue, getRepositoryName, getRetainedProperties, getRetainUntil, getSession, getSourceDocument, getSystemProp, getTargetDocument, getType, getUUID, getValue, getVersion, getVersionCreationDate, getVersionLabel, getVersions, getVersionSeriesId, getVersionsIds, getWorkingCopy, getWriteContext, hasChild, hasChildren, hasFacet, hasLegalHold, isCheckedOut, isEnforcedRecord, isFlexibleRecord, isFolder, isLatestMajorVersion, isLatestVersion, isMajorVersion, isProxy, isReadOnly, isRecord, isRetainable, isRetained, isRetentionActive, isUnderRetentionOrLegalHold, isVersion, isVersionSeriesCheckedOut, makeFlexibleRecord, makeRecord, markUserChange, orderBefore, readDocumentPart, remove, remove, removeFacet, removeLock, removeSingleton, replaceBlobDigest, restore, setCurrentLifeCycleState, setLegalHold, setLifeCyclePolicy, setLock, setPropertyValue, setReadOnly, setRetainUntil, setRetentionActive, setSystemProp, setTargetDocument, setValue, validateUserVisibleChangeToken, visitBlobs, writeDocumentPart, writeDocumentPart
-
-
-
-
Field Detail
-
SIMPLE_TEXT_SYS_PROP
static final String SIMPLE_TEXT_SYS_PROP
- See Also:
- Constant Field Values
-
BINARY_TEXT_SYS_PROP
static final String BINARY_TEXT_SYS_PROP
- See Also:
- Constant Field Values
-
FULLTEXT_JOBID_SYS_PROP
static final String FULLTEXT_JOBID_SYS_PROP
- See Also:
- Constant Field Values
-
IS_TRASHED_SYS_PROP
static final String IS_TRASHED_SYS_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNode
Node getNode()
Returns the node with info about the hierarchy location.
-
-