object AppMetadata extends Loggable
- Source
- AppMetadata.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppMetadata
- Loggable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Action(steps: List[Step]) extends Product with Serializable
- trait AppFieldDefExtras extends AnyRef
- trait AppMdConventions extends MdConventions
- trait AppViewDefExtras extends AnyRef
- implicit class AugmentedAppFieldDef extends AugmentedQuereaseFieldDef with AppFieldDefExtras
- implicit class AugmentedAppViewDef extends AugmentedQuereaseViewDef with AppViewDefExtras
- case class AuthFilters(forGet: Seq[String], forList: Seq[String], forInsert: Seq[String], forUpdate: Seq[String], forDelete: Seq[String]) extends Product with Serializable
- case class CustomDecoder(className: String, function: String) extends RequestDecoder with Product with Serializable
-
case class
DbAccessKey(db: String) extends Product with Serializable
Database name (as used in mojoz metadata) and corresponding connection pool name
- class DefaultAppMdConventions extends SimplePatternMdConventions with AppMdConventions
- case class FieldApiOps(insertable: Boolean, updatable: Boolean, excluded: Boolean) extends Product with Serializable
- case class JobDef(name: String, action: Action, db: String = null, explicitDb: Boolean = false, dbAccessKeys: Seq[DbAccessKey] = Nil) extends Product with Serializable
- sealed trait RequestDecoder extends AnyRef
- case class RouteDef(path: Regex, requestFilter: Invocation = null, responseTransformer: Invocation = null, state: Invocation = null, authentication: Invocation = null, authorization: Invocation = null, processor: Invocation = null, session: Invocation = null, error: Invocation = null) extends Product with Serializable
-
case class
Segment(name: String, isOptional: Boolean, type_: Type) extends Product with Serializable
Uri path segment definition for rest api
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
- val AuthEmpty: AuthFilters
- val JobAct: String
- val JoinsCompilerCacheName: String
- val ViewNameToQueryVariablesCacheName: String
- val WabaseFieldExtrasKey: String
- val WabaseViewExtrasKey: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def joinsParserCacheFactory(getResourceAsStream: (String) ⇒ InputStream, cacheSize: Int)(db: String): Option[Cache]
- def joinsParserCacheFactory(joinsParserCache: Map[String, Map[String, Exp]], cacheSize: Int)(db: String): Option[Cache]
- def loadJoinsParserCache(getResourceAsStream: (String) ⇒ InputStream): Map[String, Map[String, Exp]]
- def loadViewNameToQueryVariablesCache(getResourceAsStream: (String) ⇒ InputStream): Map[String, Seq[Variable]]
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object Action extends Serializable
- object AppConstraintNamingRules extends SimpleConstraintNamingRules
- object DefaultDecoder extends RequestDecoder with Product with Serializable
- object FieldDefExtrasUtils
- object KnownAuthOps
- object KnownFieldExtras
- object KnownViewExtras
- object NoneDecoder extends RequestDecoder with Product with Serializable
- object ViewDefExtrasUtils