c

dynamics.cli

ApplicationActions

class ApplicationActions extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApplicationActions(context: DynamicsContext)

Value Members

  1. val context: DynamicsContext
  2. def get(command: String): Action
  3. def getByUniqueName(uname: String): IO[Option[AppModule]]
  4. def getList(attrs: Seq[String] = Nil): IO[Seq[AppModule]]
  5. def getRoleByName(name: String): IO[Option[RoleJS]]
  6. val list: Action
  7. def parallelWithLimit2[A](limit: Int, as: List[IO[A]]): IO[List[A]]
  8. val role: Action