Method Summary
Public Methods | ||
public |
Returns defaults. |
|
public |
Returns human-readable descriptive text. |
|
public |
getJobUuid(): string Returns UUID of associated Job. |
|
public |
initialize(options: object) Initialize. |
|
public |
Override of Backbone.Model.parse. |
Inherited Summary
From class BaseModel | ||
public |
Override of destroy to allow for generic handling. |
|
public |
Override of fetch to allow for generic handling. |
|
public |
Returns descriptive string for model. |
|
public |
parseIdFromUrl(url: string): string Parses ID out of resource type URL. |
|
public |
Override of save to allow for generic handling. |
|
public |
URL override to add trailing slash. |
Public Methods
public getDescription(): string source
Returns human-readable descriptive text.
Override:
BaseModel#getDescriptionpublic initialize(options: object) source
Initialize.
Params:
Name | Type | Attribute | Description |
options | object | Backbone.Model options object; 'options.input_ports' (InputPortCollection or associated Backbone.Collection raw-object representation) and 'options.output_ports' (OutputPortCollection or associated Backbone.Collection raw-object representation) must also be provided |