trait ServiceCoreFacadeWithDatabase extends ServiceCoreFacade with RealTimeAware
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceCoreFacadeWithDatabase
- ServiceCoreFacade
- Logging
- LoggingLike
- RealTimeAware
- ServiceFacadeBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
auth: SystemAuth
- Attributes
- protected
- Definition Classes
- ServiceCoreFacade
- abstract val database: ServiceDatabase
-
abstract
val
environment: String
- Definition Classes
- ServiceFacadeBase
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
authorization: AuthorizationManager
- Definition Classes
- ServiceCoreFacade
-
def
checkUserAccess(access: Option[UserAccess], authScope: Option[Scope] = None): Unit
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
debug(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
debugScope[T](message: (Int) ⇒ String, context: ⇒ String = getClass.getSimpleName)(action: ⇒ T): T
- Definition Classes
- LoggingLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
error(e: Throwable): Unit
- Definition Classes
- LoggingLike
-
def
getBuildInfo: BuildLabels
- Definition Classes
- ServiceCoreFacade
-
def
getCacheStatistics: Array[CacheStatistics]
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDatabase(outputStream: OutputStream): Unit
- def getDatabasePath: String
-
def
getFile(path: String, outputStream: OutputStream): Unit
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
def
getLogLevel: String
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
def
getPerformanceMetrics: PerformanceMetrics
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
def
getVersion: String
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
def
handleMessage(timestamp: LocalDateTime, message: ⇒ String, level: String, context: ⇒ String): Unit
- Definition Classes
- Logging → LoggingLike
-
def
hasUserAccess(access: Option[UserAccess], authScope: Option[Scope] = None): Boolean
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
info(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isReady: Boolean
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
postCachePurge(id: Option[String]): Unit
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
- def postDatabaseBackup(encryptionEnabled: Option[Boolean], encryptionMasterKeyIdentifier: Option[String], outputRepository: String): Unit
-
def
postRestart(): Unit
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
- def postVacuumDatabase: Unit
-
def
setLogLevel(level: String): Unit
- Definition Classes
- ServiceCoreFacade → ServiceFacadeBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
user: String
- Definition Classes
- ServiceCoreFacade
-
def
utcNowJava: LocalDateTime
The current UTC date and time.
The current UTC date and time.
- Definition Classes
- RealTimeAware
-
def
utcTodayJava: LocalDateTime
The current UTC date.
The current UTC date.
- Definition Classes
- RealTimeAware
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
waitIsReady(timeoutSeconds: Int, pollIntervalSeconds: Int): Unit
- Definition Classes
- ServiceFacadeBase
-
def
warn(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
withTimeout[T](timeoutSeconds: Int, abortAction: () ⇒ Unit = () => {})(action: ⇒ T): T
- Definition Classes
- ServiceCoreFacade
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated