c

dynamics.cli

AsyncOperationsCommand

class AsyncOperationsCommand extends AnyRef

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

Instance Constructors

  1. new AsyncOperationsCommand(context: DynamicsContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _list(): Kleisli[IO, (AppConfig, Seq[AsyncOperationOData]), Unit]
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(): Action

    Cancel jobs.

    Cancel jobs.

    Cancel jobs if: Not already cancelled (statecode = 3) Not Locked & Cancelling (statecode=2, statuscode=22)

  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val context: DynamicsContext
  9. implicit val dec: EntityDecoder[IO, AsyncOperationOData]
  10. def deleteCanceled(): Action
  11. def deleteCompleted(): Action
  12. def deleteCompletedStream(statuscode: Int = 30): Action

    TODO: Change state to completed in order to delete, that's two calls! "waiting" state does not seem to need this.

  13. def deleteFailed(): Action
  14. def deleteInProgress(): Action
  15. def deleteWaiting(): Action
  16. def deleteWaitingForResources(): Action
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def filter(r: Traversable[AsyncOperationOData], filter: Seq[String]): Seq[AsyncOperationOData]
    Attributes
    protected
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def getById(id: String)(implicit ec: ExecutionContext): IO[AsyncOperationOData]

    Get a single system job by its id.

  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getList(attrs: Seq[String] = Nil): IO[Seq[AsyncOperationOData]]
    Attributes
    protected
  24. def getListStream(attrs: Seq[String] = Nil): Stream[IO, AsyncOperationOData]
    Attributes
    protected
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def list(): Kleisli[IO, AppConfig, Unit]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def withData(): Kleisli[IO, AppConfig, (AppConfig, Seq[AsyncOperationOData])]
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped