|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenXLS.DocumentHandle
com.extentech.ExtenXLS.web.MemeDocument
com.extentech.ExtenXLS.web.MemeDoc
com.extentech.ExtenXLS.web.WebDoc
public class WebDoc
The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture. The additional functionality of the WebWorkBook relates to version and access control using a hosted architecture to provide for the security and versioning repository.
WorkBook,
WorkBookHandle,
http://www.sheetster.com| Field Summary |
|---|
| Fields inherited from class com.extentech.ExtenXLS.web.MemeDocument |
|---|
ACCESS_STATUS_PRIVATE, ACCESS_STATUS_PUBLIC, ACCESS_STATUS_SHARED, DEFAULT_MEME_TYPE, FILE_TYPE_NATIVE, FILE_TYPE_XLS, FILE_TYPE_XLSX, FILE_TYPE_XMLSS, STORAGE_LOCATION_BLOB, STORAGE_LOCATION_DB, STORAGE_LOCATION_FILESYSTEM, STORAGE_LOCATION_S3 |
| Fields inherited from class com.extentech.ExtenXLS.DocumentHandle |
|---|
FORMAT_NATIVE |
| Fields inherited from interface com.extentech.ExtenXLS.Document |
|---|
DEBUG_HIGH, DEBUG_LOW, DEBUG_MEDIUM |
| Constructor Summary | |
|---|---|
WebDoc()
May 19, 2010 |
|
WebDoc(java.sql.Connection conn,
java.io.File tempfile)
May 19, 2010 |
|
WebDoc(java.sql.Connection connection,
java.io.InputStream bis,
com.extentech.security.User u,
java.lang.String nm)
Apr 5, 2011 |
|
WebDoc(java.sql.Connection cx,
java.lang.Object memeid)
Deprecated. storetype and storelocation are now handled within storage |
|
WebDoc(java.io.InputStream input)
May 19, 2010 |
|
WebDoc(java.lang.String tmpFilePath)
Load from a temp file |
|
WebDoc(com.extentech.security.User user)
constructor for creating a new, empty doc with an owner |
|
| Method Summary | |
|---|---|
ChartHandle |
getChart(java.lang.String chartname)
May 16, 2010 |
ChartHandle[] |
getCharts()
May 16, 2010 |
FormatHandle[] |
getFormats()
May 16, 2010 |
void |
setDupeStringMode(int mode)
May 16, 2010 |
void |
setProtected(boolean b)
May 16, 2010 |
void |
setStringEncodingMode(int mode)
May 16, 2010 |
| Methods inherited from class com.extentech.ExtenXLS.web.MemeDoc |
|---|
close, getAllStringsInDocument, getAllText, getFileExtension, getFormat, getXML, load, reset, revert, write, write, write, write, writeBytes |
| Methods inherited from class com.extentech.ExtenXLS.DocumentHandle |
|---|
addProperty, getFileName, getInstance, getName, getProperties, getProperty, getVersion, setDebugLevel, setFileName, setName, setProperties, setStreamingSheets, toString, write, write |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebDoc(java.sql.Connection conn,
java.io.File tempfile)
throws java.io.IOException
conn - tempfile -
java.io.IOExceptionpublic WebDoc(java.io.InputStream input)
conn - tempfile - public WebDoc()
public WebDoc(java.sql.Connection cx,
java.lang.Object memeid)
conn - intValue - storeBookAsFile - storeAsXML - public WebDoc(java.lang.String tmpFilePath)
tmpFilePath - public WebDoc(com.extentech.security.User user)
user -
public WebDoc(java.sql.Connection connection,
java.io.InputStream bis,
com.extentech.security.User u,
java.lang.String nm)
connection - to databaseis - inputstream containing doc bytesu - user of ownernm - name of doc| Method Detail |
|---|
public ChartHandle getChart(java.lang.String chartname)
throws com.extentech.formats.XLS.ChartNotFoundException
chartname -
com.extentech.formats.XLS.ChartNotFoundExceptionpublic ChartHandle[] getCharts()
public FormatHandle[] getFormats()
public void setDupeStringMode(int mode)
mode - public void setProtected(boolean b)
b - public void setStringEncodingMode(int mode)
mode -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||