Uses of Enum Class
tethys.database.TethysActions
Packages that use TethysActions
-
Uses of TethysActions in tethys.database
Methods in tethys.database that return TethysActionsModifier 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.Methods in tethys.database with parameters of type TethysActionsModifier and TypeMethodDescriptionboolean
TethysLogger.logAction
(String collection, String documentId, TethysActions action, boolean success, String comment) Constructors in tethys.database with parameters of type TethysActionsModifierConstructorDescriptionTethysLogDataUnit
(long timeMilliseconds, String collection, String documentId, TethysActions action, boolean success, String comment)