...
2.2.1 Sending the request
URL: http://localhost:9080/oledocstoredev.docstore.ole.kuali.org/document
Method: POST
Parameters:
docAction=ingestContent
...
2.3.1 Sending the request
URL: http://localhost:9080/oledocstore/dev.docstore.ole.kuali.org/document
Method: POST
Parameters:
docAction=checkIn
...
2.4.1 Sending the request
URL: http://localhost:9080/oledocstoredev.docstore.ole.kuali.org/document
Method: POST
Parameters:
docAction=checkOut
...
2.5.1 Sending the request
URL: http://localhost:9080/oledocstore/dev.docstore.ole.kuali.org/document
Method: POST
Parameters:
docAction=delete or deleteWithLinkedDocs
...
The input data is copied to a "ole-batchUpload" directory on the server (specified by documentstore.properties)
Go to http://localhost:8080/oledocstore/dev.docstore.ole.kuali.org/admin.jsp and 'Bulk Ingest' tab.
Click the button to start the process. Once started, the process runs in background and waits for input files to become available in the "ole-batchUpload" directory.
...
To verify that the data is stored in DocumentStore, go to URL
http://localhost:8080/oledocstoredev.docstore.ole.kuali.org
Click "Refresh Summary" button in the Summary tab.
...
To verify that the data is indexed in DocStore, go to URL
http://localhost:8080/oledocstoredev.docstore.ole.kuali.org/discovery
Click "Refresh" button in the Summary tab.
...
In these cases the Docstore data can be re-indexed. This is also done by the Admin user.
Go to to http://localhost:8080/oledocstoredev.docstore.ole.kuali.org/admin.jsp and 'Reindex' tab.
Click the 'Start' button to start the process.
...
To verify that the data is indexed in DocStore, go to URL
http://localhost:8080/oledocstoredev.docstore.ole.kuali.org/discovery
Click "Refresh" button in the Summary tab.
...
This functionality can be demonstrated using the "BagIt Requests" tab in thehttp://dev.docstore.dev.ole.kuali.org/oledocstore/screen.
To submit a request of this type follow these steps:
...