t

dynamics.cli

WorkflowJson

trait WorkflowJson extends Object

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkflowJson
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val _activeworkflowid_value: UndefOr[String]
    Annotations
    @JSOptional()
  5. val _ownerid_str: UndefOr[String]
    Annotations
    @JSOptional() @JSName( ... )
  6. val _ownerid_value: UndefOr[String]
    Annotations
    @JSOptional()
  7. val _parentworkflowid_value: UndefOr[String]
    Annotations
    @JSOptional()
  8. val _solution_id_value: UndefOr[String]
    Annotations
    @JSOptional()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val category: UndefOr[Int]
    Annotations
    @JSOptional()
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. val componentstate: UndefOr[Int]
    Annotations
    @JSOptional()
  13. val description: UndefOr[String]
    Annotations
    @JSOptional()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. val mode: UndefOr[Int]
    Annotations
    @JSOptional()
  23. val name: UndefOr[String]
    Annotations
    @JSOptional()
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val ondemand: UndefOr[Int]
    Annotations
    @JSOptional()
  28. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  29. val solutionid: UndefOr[String]
    Annotations
    @JSOptional()
  30. val statecode: UndefOr[Int]
    Annotations
    @JSOptional()
  31. val statuscode: UndefOr[Int]
    Annotations
    @JSOptional()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val uniquename: UndefOr[String]
    Annotations
    @JSOptional()
  36. def valueOf(): Any
    Definition Classes
    Object
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. val workflowid: UndefOr[String]
    Annotations
    @JSOptional()
  41. val wtype: UndefOr[Int]
    Annotations
    @JSOptional() @JSName( "type" )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped