Uses of Class
com.logicaldoc.util.event.SystemEventStatus
-
Packages that use SystemEventStatus Package Description com.logicaldoc.util.event -
-
Uses of SystemEventStatus in com.logicaldoc.util.event
Methods in com.logicaldoc.util.event that return SystemEventStatus Modifier and Type Method Description SystemEventStatus
SystemEvent. getSystemStatus()
static SystemEventStatus
SystemEventStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemEventStatus[]
SystemEventStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.logicaldoc.util.event with parameters of type SystemEventStatus Constructor Description SystemEvent(SystemEventStatus status)
-