@Deprecated public abstract class JcrAbstractDocumentManager extends AbstractDocumentManager
| Modifier and Type | Field and Description |
|---|---|
static DocCategory |
docCategory
Deprecated.
|
static DocFormat |
docFormat
Deprecated.
|
static DocType |
docType
Deprecated.
|
protected NodeManager |
nodeManager
Deprecated.
|
protected RepositoryManager |
repositoryManager
Deprecated.
|
| Constructor and Description |
|---|
JcrAbstractDocumentManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addNewRecordsToDocStore(RequestDocument requestDocument,
javax.jcr.Session session)
Deprecated.
|
List<String> |
batchIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments,
javax.jcr.Session session)
Deprecated.
|
ResponseDocument |
bind(RequestDocument requestDocument,
Object object,
String operation)
Deprecated.
|
protected void |
buildLinkedResponseDocuments(RequestDocument requestDocument,
ResponseDocument responseDocument)
Deprecated.
|
ResponseDocument |
buildResponseDocument(RequestDocument requestDocument)
Deprecated.
|
void |
buildResponseDocument(RequestDocument requestDocument,
javax.jcr.Session session,
ResponseDocument responseDocument)
Deprecated.
|
List<ResponseDocument> |
buildResponseDocuments(List<RequestDocument> requestDocuments)
Deprecated.
|
void |
bulkIngest(BulkProcessRequest bulkProcessRequest,
List<RequestDocument> requestDocuments)
Deprecated.
Performs bulk ingest as per the details in the given bulkProcessRequest.
|
List<ResponseDocument> |
checkin(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
|
ResponseDocument |
checkin(RequestDocument requestDocument,
Object object,
ResponseDocument respDoc)
Deprecated.
|
boolean |
checkInstanceForBoundsWith(String instanceIdentifier,
RequestDocument requestDocument,
javax.jcr.Session session,
ResponseDocument responseDocument)
Deprecated.
|
boolean |
checkInstancesOrItemsExistsInOLE(List<String> uuidsList)
Deprecated.
|
boolean |
checkInstancesOrItemsExistsInOLE(String instanceIdentifier,
javax.jcr.Session session)
Deprecated.
|
boolean |
checkItemsExists()
Deprecated.
|
List<ResponseDocument> |
checkout(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
|
ResponseDocument |
checkout(RequestDocument requestDocument,
Object object)
Deprecated.
|
protected String |
checkOutContent(javax.jcr.Node nodeByUUID,
String format,
String user)
Deprecated.
|
protected byte[] |
convertContentToBytes(RequestDocument reqDoc)
Deprecated.
|
List<ResponseDocument> |
delete(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
|
protected void |
delete(List<RequestDocument> requestDocuments,
javax.jcr.Session session)
Deprecated.
|
ResponseDocument |
delete(RequestDocument requestDocument,
Object object)
Deprecated.
|
protected void |
deleteFromRepository(List<String> uuidsList,
javax.jcr.Session session)
Deprecated.
|
void |
deleteIndex(List<RequestDocument> requestDocuments)
Deprecated.
|
javax.jcr.version.VersionManager |
getVersionManager(javax.jcr.Session session)
Deprecated.
|
void |
index(List<RequestDocument> requestDocuments,
boolean commit)
Deprecated.
Indexes the given documents in discovery.
|
List<ResponseDocument> |
ingest(List<RequestDocument> requestDocuments,
Object object)
Deprecated.
Ingests (stores and indexes) the given documents.
|
ResponseDocument |
ingest(RequestDocument requestDocument,
Object object,
ResponseDocument respDoc)
Deprecated.
Ingests (stores and indexes) the given document.
|
boolean |
isVersioningEnabled()
Deprecated.
|
protected void |
modifyAdditionalAttributes(RequestDocument requestDocument,
javax.jcr.Node node)
Deprecated.
|
protected void |
modifyContent(RequestDocument reqDoc,
javax.jcr.Session session,
javax.jcr.Node node)
Deprecated.
|
protected void |
modifyDocumentContent(RequestDocument requestDocument,
String nodeIdentifier,
String parentNodeIdentifier)
Deprecated.
|
RequestDocument |
prepareRequestDocument(ResponseDocument responseDocument)
Deprecated.
|
protected void |
setResponseParameters(ResponseDocument responseDocument,
RequestDocument docStoreDocument)
Deprecated.
|
void |
store(List<RequestDocument> requestDocuments,
javax.jcr.Session session)
Deprecated.
|
void |
store(RequestDocument requestDocument,
javax.jcr.Session session)
Deprecated.
|
javax.jcr.Node |
storeDocument(RequestDocument requestDocument,
Object object,
ResponseDocument responseDocument)
Deprecated.
Deletes the given documents, along with linked documents, from the discovery.
|
protected void |
storeLinkedDocuments(RequestDocument requestDocument,
javax.jcr.Node node,
javax.jcr.Session session,
ResponseDocument responseDocument)
Deprecated.
|
ResponseDocument |
unbind(RequestDocument requestDocument,
Object object,
String operation)
Deprecated.
|
protected void |
updateContentToNode(RequestDocument reqDoc,
javax.jcr.Session session,
byte[] documentBytes,
javax.jcr.Node nodeByUUID)
Deprecated.
|
String |
updateDocstore(RequestDocument reqDoc,
javax.jcr.Session session)
Deprecated.
|
protected String |
updateIndex(RequestDocument requestDocument)
Deprecated.
|
protected String |
updateRecord(RequestDocument requestDocument)
Deprecated.
|
protected String |
updateVersion(javax.jcr.Session session,
javax.jcr.Node nodeByUUID)
Deprecated.
|
addResourceId, getDate, getTimeStampFromStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteVerify, deleteVerify, validateInputpublic static DocCategory docCategory
protected RepositoryManager repositoryManager
protected NodeManager nodeManager
public JcrAbstractDocumentManager()
public List<ResponseDocument> ingest(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
DocumentManagerOleDocStoreExceptionpublic ResponseDocument ingest(RequestDocument requestDocument, Object object, ResponseDocument respDoc) throws OleDocStoreException
DocumentManagerOleDocStoreExceptionpublic List<ResponseDocument> checkout(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
OleDocStoreExceptionpublic ResponseDocument checkout(RequestDocument requestDocument, Object object) throws OleDocStoreException
OleDocStoreExceptionprotected String checkOutContent(javax.jcr.Node nodeByUUID, String format, String user) throws javax.jcr.RepositoryException, OleDocStoreException, FileNotFoundException
javax.jcr.RepositoryExceptionOleDocStoreExceptionFileNotFoundExceptionpublic List<ResponseDocument> checkin(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
OleDocStoreExceptionpublic ResponseDocument checkin(RequestDocument requestDocument, Object object, ResponseDocument respDoc) throws OleDocStoreException
OleDocStoreExceptionprotected void addNewRecordsToDocStore(RequestDocument requestDocument, javax.jcr.Session session) throws OleDocStoreException
OleDocStoreExceptionpublic String updateDocstore(RequestDocument reqDoc, javax.jcr.Session session) throws OleDocStoreException, javax.jcr.RepositoryException, FileNotFoundException
OleDocStoreExceptionjavax.jcr.RepositoryExceptionFileNotFoundExceptionprotected void modifyContent(RequestDocument reqDoc, javax.jcr.Session session, javax.jcr.Node node) throws javax.jcr.RepositoryException, FileNotFoundException, OleDocStoreException
javax.jcr.RepositoryExceptionFileNotFoundExceptionOleDocStoreExceptionprotected String updateVersion(javax.jcr.Session session, javax.jcr.Node nodeByUUID) throws javax.jcr.RepositoryException, OleDocStoreException
javax.jcr.RepositoryExceptionOleDocStoreExceptionprotected void updateContentToNode(RequestDocument reqDoc, javax.jcr.Session session, byte[] documentBytes, javax.jcr.Node nodeByUUID) throws javax.jcr.RepositoryException, OleDocStoreException
javax.jcr.RepositoryExceptionOleDocStoreExceptionprotected byte[] convertContentToBytes(RequestDocument reqDoc) throws OleDocStoreException
OleDocStoreExceptionprotected String updateIndex(RequestDocument requestDocument) throws OleDocStoreException
OleDocStoreExceptionprotected String updateRecord(RequestDocument requestDocument)
public List<ResponseDocument> delete(List<RequestDocument> requestDocuments, Object object) throws OleDocStoreException
OleDocStoreExceptionpublic ResponseDocument delete(RequestDocument requestDocument, Object object) throws Exception
Exceptionpublic void bulkIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments) throws OleDocStoreException
DocumentManagerrequestDocuments - documents to be processed in the current invocation.OleDocStoreExceptionprotected void deleteFromRepository(List<String> uuidsList, javax.jcr.Session session) throws Exception
Exceptionpublic List<String> batchIngest(BulkProcessRequest bulkProcessRequest, List<RequestDocument> requestDocuments, javax.jcr.Session session)
public void store(List<RequestDocument> requestDocuments, javax.jcr.Session session) throws OleDocStoreException
OleDocStoreExceptionpublic void index(List<RequestDocument> requestDocuments, boolean commit) throws OleDocStoreException
DocumentManagercommit - indicates whether to commit the changes.OleDocStoreExceptionprotected void delete(List<RequestDocument> requestDocuments, javax.jcr.Session session)
public void deleteIndex(List<RequestDocument> requestDocuments) throws OleDocStoreException
OleDocStoreExceptionpublic void store(RequestDocument requestDocument, javax.jcr.Session session) throws OleDocStoreException
OleDocStoreExceptionpublic javax.jcr.Node storeDocument(RequestDocument requestDocument, Object object, ResponseDocument responseDocument) throws OleDocStoreException
DocumentManagerOleDocStoreExceptionprotected void storeLinkedDocuments(RequestDocument requestDocument, javax.jcr.Node node, javax.jcr.Session session, ResponseDocument responseDocument) throws OleDocStoreException
OleDocStoreExceptionpublic List<ResponseDocument> buildResponseDocuments(List<RequestDocument> requestDocuments)
public ResponseDocument buildResponseDocument(RequestDocument requestDocument)
public void buildResponseDocument(RequestDocument requestDocument, javax.jcr.Session session, ResponseDocument responseDocument)
protected void buildLinkedResponseDocuments(RequestDocument requestDocument, ResponseDocument responseDocument)
protected void setResponseParameters(ResponseDocument responseDocument, RequestDocument docStoreDocument)
protected void modifyAdditionalAttributes(RequestDocument requestDocument, javax.jcr.Node node)
public ResponseDocument bind(RequestDocument requestDocument, Object object, String operation) throws OleDocStoreException, javax.jcr.RepositoryException, OleException, FileNotFoundException
OleDocStoreExceptionjavax.jcr.RepositoryExceptionOleExceptionFileNotFoundExceptionpublic ResponseDocument unbind(RequestDocument requestDocument, Object object, String operation) throws OleDocStoreException, javax.jcr.RepositoryException, OleException, FileNotFoundException
OleDocStoreExceptionjavax.jcr.RepositoryExceptionOleExceptionFileNotFoundExceptionprotected void modifyDocumentContent(RequestDocument requestDocument, String nodeIdentifier, String parentNodeIdentifier)
public boolean isVersioningEnabled()
public javax.jcr.version.VersionManager getVersionManager(javax.jcr.Session session) throws OleDocStoreException, javax.jcr.RepositoryException
OleDocStoreExceptionjavax.jcr.RepositoryExceptionpublic boolean checkItemsExists() throws Exception
Exceptionpublic boolean checkInstancesOrItemsExistsInOLE(List<String> uuidsList)
public boolean checkInstancesOrItemsExistsInOLE(String instanceIdentifier, javax.jcr.Session session) throws Exception
Exceptionpublic boolean checkInstanceForBoundsWith(String instanceIdentifier, RequestDocument requestDocument, javax.jcr.Session session, ResponseDocument responseDocument) throws Exception
Exceptionpublic RequestDocument prepareRequestDocument(ResponseDocument responseDocument)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.