Options
All
  • Public
  • Public/Protected
  • All
Menu

In version 10.12.0: deleted In version 9.0.5: removed experimental In version 9.0.2: introduced

Hierarchy

Implemented by

Index

Properties

allowedModuleRoles: IList<IModuleRole>

In version 9.6.0: deleted In version 9.0.3: introduced

allowedModuleRolesQualifiedNames: string[]
caption: string
container: IAbstractElement
containerAsFlow: IFlow
id: string
isLoaded: boolean
model: IModel
name: string

In version 9.0.5: introduced

page: null | IPage

In version 9.11.0: deleted

pageQualifiedName: null | string
qualifiedName: null | string

Returns the qualified name of this element, or null if this element is not a part of the model, or if it or one of its namespace containers does not have a valid name.

structureTypeName: string
taskPage: IPageReference

This property is required and cannot be set to null.

In version 9.12.0: added public In version 9.11.0: introduced

Unit that owns/contains this thing.

userTaskEntity: null | IEntity

In version 9.10.0: deleted In version 9.6.0: introduced

userTaskEntityQualifiedName: null | string

Methods

  • load(callback: (element: UserTask) => void, forceRefresh?: boolean): void
  • load(forceRefresh?: boolean): Promise<UserTask>
  • toJSON(): object
  • Renders the structure as plain JSON (without observables magic). This is intended for debugging and development convenience. Note that the resulting object is not of the interface type corresponding to this structure.

    Returns object

  • traverse(visit: (structure: IStructure) => void): void
  • Traverses this structure by calling the provided visitor function on itself and all the structures contained (as part) by it, in depth-first order, and it returns synchronously after that.

    Parameters

    Returns void

  • traverseFind<T>(visit: (structure: IStructure) => T): null | T
  • traversePublicParts(visit: (structure: IStructure) => void): void

Generated using TypeDoc