Home Manual Reference Source
public class | source

JobMonitorRow

Extends:

ResourceBaseJobResult → JobMonitorRow

Static Member Summary

Static Public Members
public static get

Returns if the resource is readonly

public static get

Member Summary

Public Members
public get

Get the related job

Inherited Summary

From class ResourceBase
public static get

Returns if the resource is readonly

public static get abstract

Resource name

public static get

Resource path template

public static get

Returns the url key of the resource

protected static get

Protected read-only fields

public get

Get api instance

public set

api(value: Maps4News)

Set the api instance

public get

Auto generated Resource base url

public get

List fields that contain object data

public get

If the resource can be owned by an organisation

public get

url: string: *

Auto generated resource url

public

Clone the object

public

async refresh(updateSelf: Boolean): Promise<ResourceBase>

Refresh the resource by requesting it from the server again

public

reset(fields: Array<string> | string | null)

Resets model instance to it's original state

public

Clean up instance and commit all changes locally.

public

static(Target: string | function, Constructor: function, seedData: Object<string, *>): SimpleResourceProxy

Static proxy generation

public

toObject(camelCaseKeys: boolean): {}

Transform instance to object

public

String representation of the resource, similar to Python's repr

protected

Macro for resource listing

protected

Moves new fields to this._properties and turns them into a getter/setter

From class JobResult
public static get
public static get
public get

Get the related job

public get

Get the related job revision

public get

Job result log url

public get

Job result archive url

public get

Get the output url url

public get

Job result preview url, usable in an <img> tag

public
public

async dealWith(value: boolean, deleted: String)

Mark a job as dealt with This method is for internal use for our support team.

public

Download the job result log

public

Get archive blob url

public

Download the job preview

public

async getOutputUrl(deleted: String): Promise<string>

Get the remote output url

Static Public Members

public static get readonly: boolean: boolean source

Returns if the resource is readonly

Override:

ResourceBase#readonly

Return:

boolean

readonly

public static get resourceName: string source

Resource name

Override:

JobResult#resourceName

Public Members

public get user: Promise<Job, ApiError>: * source

Get the related job

Return:

Promise<Job, ApiError>

The job related to this row