Datasets
Extends:
This is a base object that contains all you can do about Datasets.
Constructor Summary
| Public Constructor | ||
| public |
constructor(Reference: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
onlyPlan(): * |
|
| public |
withColumns(columns: array): Datasets Set the columns attribute |
|
| public |
withDescription(description: string): Datasets Set the description attribute |
|
| public |
withIdentifier(identifier: string): Datasets Set the identifier attribute |
|
| public |
withIdentifierColumn(identifierColumn: string): Datasets Set the identifierColumn attribute |
|
| public |
Set the name attribute |
|
| public |
withOrganization(organization: string): Datasets Set the organization attribute |
|
Inherited Summary
| From class BaseProvision | ||
| public |
This invoke a request to OpenGate North API and the callback is managed by promises This function create a entity of provision |
|
| public |
This invoke a request to OpenGate North API and the callback is managed by promises This function deletes a entity of provision |
|
| public |
This invoke a request to OpenGate North API and the callback is managed by promises This function updates a entity of provision |
|
Public Constructors
public constructor(Reference: InternalOpenGateAPI) source
Constructor
Override:
BaseProvision#constructorParams:
| Name | Type | Attribute | Description |
| Reference | InternalOpenGateAPI | to the API object. |
Public Methods
public withColumns(columns: array): Datasets source
Set the columns attribute
Params:
| Name | Type | Attribute | Description |
| columns | array | required field |
public withDescription(description: string): Datasets source
Set the description attribute
Params:
| Name | Type | Attribute | Description |
| description | string |
public withIdentifier(identifier: string): Datasets source
Set the identifier attribute
Params:
| Name | Type | Attribute | Description |
| identifier | string | required field |
public withIdentifierColumn(identifierColumn: string): Datasets source
Set the identifierColumn attribute
Params:
| Name | Type | Attribute | Description |
| identifierColumn | string | required field |