Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa.text
Interface IDocumentIndex

All Known Implementing Classes:
DocumentIndex

public interface IDocumentIndex

Index of a document.


Field Summary
static java.lang.String ALPHABETICAL_INDEX
          Alphabetical index of the document.
static java.lang.String BIBLIOGRAPHICAL_INDEX
          Bibliographical index of the document.
static java.lang.String CONTENT_INDEX
          Content index of the document.
static java.lang.String ILLUSTARTION_INDEX
          Index of illustrations within the document.
static java.lang.String OBJECT_INDEX
          Index of objects within the document.
static java.lang.String TABLE_INDEX
          Index of tables within the document.
static java.lang.String USER_DEFINED_INDEX
          User defined document index.
 
Method Summary
 java.lang.String getType()
          Returny type of the index.
 void update()
          Updates the document index.
 

Field Detail

ALPHABETICAL_INDEX

static final java.lang.String ALPHABETICAL_INDEX
Alphabetical index of the document.

See Also:
Constant Field Values

CONTENT_INDEX

static final java.lang.String CONTENT_INDEX
Content index of the document.

See Also:
Constant Field Values

USER_DEFINED_INDEX

static final java.lang.String USER_DEFINED_INDEX
User defined document index.

See Also:
Constant Field Values

ILLUSTARTION_INDEX

static final java.lang.String ILLUSTARTION_INDEX
Index of illustrations within the document.

See Also:
Constant Field Values

OBJECT_INDEX

static final java.lang.String OBJECT_INDEX
Index of objects within the document.

See Also:
Constant Field Values

TABLE_INDEX

static final java.lang.String TABLE_INDEX
Index of tables within the document.

See Also:
Constant Field Values

BIBLIOGRAPHICAL_INDEX

static final java.lang.String BIBLIOGRAPHICAL_INDEX
Bibliographical index of the document.

See Also:
Constant Field Values
Method Detail

getType

java.lang.String getType()
Returny type of the index.

Returns:
type of the index
See Also:
ALPHABETICAL_INDEX, CONTENT_INDEX, USER_DEFINED_INDEX, OBJECT_INDEX, TABLE_INDEX, BIBLIOGRAPHICAL_INDEX

update

void update()
Updates the document index.


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013