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. val _activeworkflowid_value: UndefOr[String]
    Annotations
    @JSOptional()
  2. val _ownerid_str: UndefOr[String]
    Annotations
    @JSOptional() @JSName( ... )
  3. val _ownerid_value: UndefOr[String]
    Annotations
    @JSOptional()
  4. val _parentworkflowid_value: UndefOr[String]
    Annotations
    @JSOptional()
  5. val _solution_id_value: UndefOr[String]
    Annotations
    @JSOptional()
  6. val category: UndefOr[Int]
    Annotations
    @JSOptional()
  7. val componentstate: UndefOr[Int]
    Annotations
    @JSOptional()
  8. val description: UndefOr[String]
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val mode: UndefOr[Int]
    Annotations
    @JSOptional()
  12. val name: UndefOr[String]
    Annotations
    @JSOptional()
  13. val ondemand: UndefOr[Int]
    Annotations
    @JSOptional()
  14. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  15. val solutionid: UndefOr[String]
    Annotations
    @JSOptional()
  16. val statecode: UndefOr[Int]
    Annotations
    @JSOptional()
  17. val statuscode: UndefOr[Int]
    Annotations
    @JSOptional()
  18. def toLocaleString(): String
    Definition Classes
    Object
  19. val uniquename: UndefOr[String]
    Annotations
    @JSOptional()
  20. def valueOf(): Any
    Definition Classes
    Object
  21. val workflowid: UndefOr[String]
    Annotations
    @JSOptional()
  22. val wtype: UndefOr[Int]
    Annotations
    @JSOptional() @JSName( "type" )