public class CheckoutManager extends Object
| Constructor and Description |
|---|
CheckoutManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
checkOut(javax.jcr.Session session,
String uuid,
String userName,
String action) |
String |
checkOut(String uuid,
String userName,
String action) |
String |
checkOutBinary(String uuid,
String userId,
String action,
String docFormat) |
File |
checkOutMultiPart(Request request) |
byte[] |
getBytesFromInputStream(InputStream is) |
String |
getData(javax.jcr.Node nodeByUUID) |
DocStoreLogger |
getDocStoreLogger() |
MetricsLogger |
getMetricsLogger() |
void |
getNodeData(javax.jcr.Node nodeByUUID,
OutputStream output) |
String |
getXMLFORInstanceNode(javax.jcr.Node instanceNode) |
public CheckoutManager()
public String checkOut(String uuid, String userName, String action) throws OleException, javax.jcr.RepositoryException, FileNotFoundException
OleExceptionjavax.jcr.RepositoryExceptionFileNotFoundExceptionpublic String checkOut(javax.jcr.Session session, String uuid, String userName, String action) throws OleException, javax.jcr.RepositoryException, FileNotFoundException
OleExceptionjavax.jcr.RepositoryExceptionFileNotFoundExceptionpublic String getXMLFORInstanceNode(javax.jcr.Node instanceNode) throws javax.jcr.RepositoryException, OleException, FileNotFoundException
javax.jcr.RepositoryExceptionOleExceptionFileNotFoundExceptionpublic String getData(javax.jcr.Node nodeByUUID) throws OleException, javax.jcr.RepositoryException, FileNotFoundException
OleExceptionjavax.jcr.RepositoryExceptionFileNotFoundExceptionpublic File checkOutMultiPart(Request request) throws Exception
Exceptionpublic void getNodeData(javax.jcr.Node nodeByUUID, OutputStream output) throws Exception
Exceptionpublic MetricsLogger getMetricsLogger()
public DocStoreLogger getDocStoreLogger()
public String checkOutBinary(String uuid, String userId, String action, String docFormat) throws OleException, javax.jcr.RepositoryException, IOException
OleExceptionjavax.jcr.RepositoryExceptionIOExceptionpublic byte[] getBytesFromInputStream(InputStream is) throws IOException
IOExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.