Home Manual Reference Source Repository
public class | source

JobResult

Extends:

ResourceBase → JobResult

Static Member Summary

Static Public Members
public static get
public static get

Member Summary

Public Members
public
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

Method Summary

Public Methods
public

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

Get the remote output url

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

api: Mapcreator: *

Get api instance

public set

api(value: Mapcreator)

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

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 | Class, Constructor: Class?, 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

_guessType(name: string, value: *): *

Guess type based on property name

protected

Macro for resource listing

protected

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

Static Public Members

public static get resourceName: string source

Resource name

Override:

ResourceBase#resourceName

public static get resourcePath: string source

Resource path template

Override:

ResourceBase#resourcePath

Public Members

public dealtWith: * source

public get job: CancelablePromise<Job>: * source

Get the related job

Return:

CancelablePromise<Job>

The job related to this row

Throw:

ApiError

If the api returns errors

public get jobRevision: CancelablePromise<JobRevision>: * source

Get the related job revision

Return:

CancelablePromise<JobRevision>

The job revision related to this row

Throw:

ApiError

If the api returns errors

public get logUrl: string: string source

Job result log url

Return:

string

log url

public get outputUrl: string: string source

Job result archive url

Return:

string

Archive url

public get outputUrlUrl: string: string source

Get the output url url

Return:

string

Output url url

public get previewUrl: string: string source

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

Return:

string

Preview url

Public Methods

public dealWith(value: boolean, deleted: String): CancelablePromise source

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

Params:

NameTypeAttributeDescription
value boolean
  • optional
  • default: true

What to set the dealt-with value to

deleted String
  • optional
  • default: RequestParameters.deleted

Determines if the resource should be shown if deleted, requires special resource permissions. Possible values: only, none, all

Throw:

ApiError

If the api returns errors

public downloadLog(deleted: String): CancelablePromise<DownloadedResource> source

Download the job result log

Params:

NameTypeAttributeDescription
deleted String
  • optional
  • default: RequestParameters.deleted

Determines if the resource should be shown if deleted, requires special resource permissions. Possible values: only, none, all

Return:

CancelablePromise<DownloadedResource>

job result log

Throw:

ApiError

If the api returns errors

public downloadOutput(deleted: String): CancelablePromise<DownloadedResource> source

Get archive blob url

Params:

NameTypeAttributeDescription
deleted String
  • optional
  • default: RequestParameters.deleted

Determines if the resource should be shown if deleted, requires special resource permissions. Possible values: only, none, all

Return:

CancelablePromise<DownloadedResource>

Job result output

Throw:

ApiError

If the api returns errors

public downloadPreview(deleted: String): CancelablePromise<DownloadedResource> source

Download the job preview

Params:

NameTypeAttributeDescription
deleted String
  • optional
  • default: RequestParameters.deleted

Determines if the resource should be shown if deleted, requires special resource permissions. Possible values: only, none, all

Return:

CancelablePromise<DownloadedResource>

Job result preview

Throw:

ApiError

If the api returns errors

public getOutputUrl(deleted: String): CancelablePromise<string> source

Get the remote output url

Params:

NameTypeAttributeDescription
deleted String
  • optional
  • default: RequestParameters.deleted

Determines if the resource should be shown if deleted, requires special resource permissions. Possible values: only, none, all

Return:

CancelablePromise<string>

The url to the output

Throw:

ApiError

If the api returns errors