|
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 IFilter
Filter for the export of documents.
Field Summary | |
---|---|
static IFilter[] |
FILTERS
Available default filters. |
Method Summary | |
---|---|
java.lang.String |
getFileExtension(IDocument document)
Returns file extension of the filter. |
java.lang.String |
getFileExtension(java.lang.String documentType)
Returns file extension of the filter. |
java.lang.String |
getFilterDefinition(IDocument document)
Returns definition of the filter. |
java.lang.String |
getName(IDocument document)
Returns name of the filter. |
boolean |
isExternalFilter()
Returns information whether the filter constructs a document which can not be interpreted again. |
boolean |
isSupported(IDocument document)
Returns information whether the submitted document is supported by the filter. |
Field Detail |
---|
static final IFilter[] FILTERS
Method Detail |
---|
java.lang.String getFilterDefinition(IDocument document)
document
- document to be exported
boolean isSupported(IDocument document)
document
- document to be used
boolean isExternalFilter()
java.lang.String getFileExtension(IDocument document)
document
- document to be used
java.lang.String getFileExtension(java.lang.String documentType)
documentType
- document type to be used
java.lang.String getName(IDocument document)
document
- document to be used
|
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 |