Class WorkflowAssociation

Hierarchy

Index

Methods

Methods

public customFromJson(initValue: any): boolean

Parameters

  • initValue: any

Returns

boolean

public deleteObject()

public fromJson(initValue: any)

Parameters

  • initValue: any

public get_allowManual(): boolean

Returns

boolean

public get_associationData(): string

Returns

string

public get_autoStartChange(): boolean

Returns

boolean

public get_autoStartCreate(): boolean

Returns

boolean

public get_baseId(): Guid

Returns

Guid

public get_context(): ClientRuntimeContext

Returns

ClientRuntimeContext

public get_created(): Date

Returns

Date

public get_description(): string

Returns

string

public get_enabled(): boolean

Returns

boolean

public get_historyListTitle(): string

Returns

string

public get_id(): Guid

Returns

Guid

public get_instantiationUrl(): string

Returns

string

public get_internalName(): string

Returns

string

public get_isDeclarative(): boolean

Returns

boolean

public get_listId(): Guid

Returns

Guid

public get_modified(): Date

Returns

Date

public get_name(): string

Returns

string

public get_objectVersion(): string

Returns

string

public get_path(): ObjectPath

Returns

ObjectPath

public get_serverObjectIsNull(): boolean

Returns

boolean

public get_taskListTitle(): string

Returns

string

public get_typedObject(): ClientObject

Returns

ClientObject

public get_webId(): Guid

Returns

Guid

public isObjectPropertyInstantiated(propertyName: string): boolean

Parameters

  • propertyName: string

Returns

boolean

public isPropertyAvailable(propertyName: string): boolean

Parameters

  • propertyName: string

Returns

boolean

public refreshLoad()

public retrieve()

public retrieve(propertyNames: Array<string>)

Parameters

  • propertyNames: Array<string>

public set_allowManual(value: boolean)

Parameters

  • value: boolean

public set_associationData(value: string)

Parameters

  • value: string

public set_autoStartChange(value: boolean)

Parameters

  • value: boolean

public set_autoStartCreate(value: boolean)

Parameters

  • value: boolean

public set_description(value: string)

Parameters

  • value: string

public set_enabled(value: boolean)

Parameters

  • value: boolean

public set_historyListTitle(value: string)

Parameters

  • value: string

public set_name(value: string)

Parameters

  • value: string

public set_objectVersion(value: string)

Parameters

  • value: string

public set_taskListTitle(value: string)

Parameters

  • value: string

public update()