|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPersistenceService
Persistence service for office documents.
Method Summary | |
---|---|
void |
export(java.io.OutputStream outputStream,
IFilter filter)
Exports document into the output stream on the basis of the submitted filter. |
void |
export(java.lang.String url,
IFilter filter)
Exports document to the URL on the basis of the submitted filter. |
java.net.URL |
getLocation()
Returns location URL of the document. |
boolean |
hasLocation()
Returns information whether the document has a location URL. |
boolean |
isReadOnly()
Returns informations whether the doccument is in read only state or not. |
void |
store()
Stores document on to the location URL. |
void |
store(java.io.OutputStream outputStream)
Stores document in the submitted output stream. |
void |
store(java.lang.String url)
Stores document to the submitted URL. |
void |
storeAs(java.io.OutputStream outputStream)
Stores document in the submitted output stream. |
Method Detail |
---|
boolean hasLocation()
java.net.URL getLocation()
boolean isReadOnly()
void store() throws DocumentException
DocumentException
- if the document can not be stored or no location URL is availablevoid store(java.lang.String url) throws DocumentException
url
- URL to be used as location
DocumentException
- if the document can not be storedvoid store(java.io.OutputStream outputStream) throws DocumentException
outputStream
- output stream to be used
DocumentException
- if the document can not be storedvoid storeAs(java.io.OutputStream outputStream) throws NOAException
outputStream
- output stream to be used
NOAException
- if the document can not be storedvoid export(java.lang.String url, IFilter filter) throws DocumentException
url
- URL to be used as locationfilter
- filter to be used
DocumentException
- if the document can not be exportedvoid export(java.io.OutputStream outputStream, IFilter filter) throws NOAException
outputStream
- output stream to be usedfilter
- filter to be used
NOAException
- if the document can not be exported
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |