public interface DatabaseData extends DirEntry
DirEntry
that is used to return
parsed data of databases.Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Returns the database category
|
DominoDateTime |
getCreated()
Returns the database creation date
|
DominoDateTime |
getDesignModifiedDate()
Returns the date of the last design change
|
String |
getFileName()
Returns the filename of the database
|
String |
getFilePath()
Returns the complete relative path of the database in the data directory
|
String |
getInheritTemplateName()
Returns the name of the template that this database inherits its design from
|
Optional<DominoDateTime> |
getLastCompact()
Returns the date of the last compact
|
Optional<DominoDateTime> |
getLastFixup()
Returns the date of the last fixup
|
DominoDateTime |
getModified()
Returns the database modification date
|
String |
getTemplateName()
Returns the template name
|
String |
getTitle()
Returns the database title
|
getFileLength, getPhysicalFilePath, getProperties, getServer
getAdapter
String getTitle()
String getFileName()
getFileName
in interface DirEntry
String getFilePath()
getFilePath
in interface DirEntry
DominoDateTime getCreated()
DominoDateTime getModified()
getModified
in interface DirEntry
Optional<DominoDateTime> getLastFixup()
Optional
describing the last fixup time, or an empty one if
no history is presentOptional<DominoDateTime> getLastCompact()
Optional
describing the last compact time, or an empty one if
no history is presentDominoDateTime getDesignModifiedDate()
String getCategory()
String getTemplateName()
String getInheritTemplateName()
Copyright © 2019–2021 HCL. All rights reserved.