class AsyncOperationsCommand extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOperationsCommand
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncOperationsCommand(context: DynamicsContext)
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
-
def
_list(): Kleisli[IO, (AppConfig, Seq[AsyncOperationOData]), Unit]
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cancel(): Action
Cancel jobs.
Cancel jobs.
Cancel jobs if: Not already cancelled (statecode = 3) Not Locked & Cancelling (statecode=2, statuscode=22)
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val context: DynamicsContext
- implicit val dec: EntityDecoder[IO, AsyncOperationOData]
- def deleteCanceled(): Action
- def deleteCompleted(): Action
-
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.
- def deleteFailed(): Action
- def deleteInProgress(): Action
- def deleteWaiting(): Action
- def deleteWaitingForResources(): Action
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filter(r: Traversable[AsyncOperationOData], filter: Seq[String]): Seq[AsyncOperationOData]
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getById(id: String)(implicit ec: ExecutionContext): IO[AsyncOperationOData]
Get a single system job by its id.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getList(attrs: Seq[String] = Nil): IO[Seq[AsyncOperationOData]]
- Attributes
- protected
-
def
getListStream(attrs: Seq[String] = Nil): Stream[IO, AsyncOperationOData]
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(): Kleisli[IO, AppConfig, Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withData(): Kleisli[IO, AppConfig, (AppConfig, Seq[AsyncOperationOData])]
- Attributes
- protected