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
OleException
javax.jcr.RepositoryException
FileNotFoundException
public String checkOut(javax.jcr.Session session, String uuid, String userName, String action) throws OleException, javax.jcr.RepositoryException, FileNotFoundException
OleException
javax.jcr.RepositoryException
FileNotFoundException
public String getXMLFORInstanceNode(javax.jcr.Node instanceNode) throws javax.jcr.RepositoryException, OleException, FileNotFoundException
javax.jcr.RepositoryException
OleException
FileNotFoundException
public String getData(javax.jcr.Node nodeByUUID) throws OleException, javax.jcr.RepositoryException, FileNotFoundException
OleException
javax.jcr.RepositoryException
FileNotFoundException
public File checkOutMultiPart(Request request) throws Exception
Exception
public void getNodeData(javax.jcr.Node nodeByUUID, OutputStream output) throws Exception
Exception
public MetricsLogger getMetricsLogger()
public DocStoreLogger getDocStoreLogger()
public String checkOutBinary(String uuid, String userId, String action, String docFormat) throws OleException, javax.jcr.RepositoryException, IOException
OleException
javax.jcr.RepositoryException
IOException
public byte[] getBytesFromInputStream(InputStream is) throws IOException
IOException
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.