Uses of Enum Class
tethys.database.TethysActions
-
Uses of TethysActions in tethys.database
Modifier and TypeMethodDescriptionTethysLogDataUnit.getAction()
static TethysActions
Returns the enum constant of this class with the specified name.static TethysActions[]
TethysActions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
TethysLogger.logAction
(String collection, String documentId, TethysActions action, boolean success, String comment) ModifierConstructorDescriptionTethysLogDataUnit
(long timeMilliseconds, String collection, String documentId, TethysActions action, boolean success, String comment)