public class DefaultUnversionedDocumentTypeHandler extends DefaultDocumentTypeHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENT_UNVERSIONED_TYPE_ID |
pathManager, typeHandlerManager, typeManager| Constructor and Description |
|---|
DefaultUnversionedDocumentTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(javax.jcr.Node node) |
IdentifierMap |
getIdentifierMap()
Used by QueryTranslator to translate CMIS queries to JCR queries.
|
JcrDocument |
getJcrNode(javax.jcr.Node node) |
TypeDefinition |
getTypeDefinition() |
String |
getTypeId() |
addContentNodeMixins, addFileNodeMixins, createDocument, getJcrNode, setContentNodeProperties, supportedVersioningType, updateContentNodeinitializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic static final String DOCUMENT_UNVERSIONED_TYPE_ID
public DefaultUnversionedDocumentTypeHandler()
public String getTypeId()
getTypeId in interface JcrTypeHandlergetTypeId in class DefaultDocumentTypeHandlerpublic TypeDefinition getTypeDefinition()
getTypeDefinition in interface JcrTypeHandlergetTypeDefinition in class DefaultDocumentTypeHandlerpublic IdentifierMap getIdentifierMap()
JcrTypeHandlergetIdentifierMap in interface JcrTypeHandlergetIdentifierMap in class DefaultDocumentTypeHandlerQueryTranslator,
JcrRepository.query(javax.jcr.Session, java.lang.String, java.lang.Boolean, java.lang.Boolean, java.math.BigInteger, java.math.BigInteger)public boolean canHandle(javax.jcr.Node node)
throws javax.jcr.RepositoryException
canHandle in interface JcrTypeHandlercanHandle in class DefaultDocumentTypeHandlerjavax.jcr.RepositoryExceptionpublic JcrDocument getJcrNode(javax.jcr.Node node)
getJcrNode in interface JcrDocumentTypeHandlergetJcrNode in interface JcrTypeHandlergetJcrNode in class DefaultDocumentTypeHandlerCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.