class ApplicationActions extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ApplicationActions(context: DynamicsContext)
Value Members
- val context: DynamicsContext
- def get(command: String): Action
- def getByUniqueName(uname: String): IO[Option[AppModule]]
- def getList(attrs: Seq[String] = Nil): IO[Seq[AppModule]]
- def getRoleByName(name: String): IO[Option[RoleJS]]
- val list: Action
- def parallelWithLimit2[A](limit: Int, as: List[IO[A]]): IO[List[A]]
- val role: Action