Workgroups
Extends:
This is a base object that contains all you can do about workgroups.
Constructor Summary
| Public Constructor | ||
| public |
constructor(Reference: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
update(): * |
|
| public |
withAdministrative(administrative: boolean): Workgroups Set the administrative attribute |
|
| public |
withDescription(description: string): Workgroups Set the description attribute |
|
| public |
withDomainName(domainName: string): Workgroups Set the domain attribute |
|
| public |
withName(name: string): Workgroups Set the name 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 update(): * source
This invoke a request to OpenGate North API and the callback is managed by promises This function updates a entity of provision
Override:
BaseProvision#updateReturn:
| * |
public withAdministrative(administrative: boolean): Workgroups source
Set the administrative attribute
Params:
| Name | Type | Attribute | Description |
| administrative | boolean |
public withDescription(description: string): Workgroups source
Set the description attribute
Params:
| Name | Type | Attribute | Description |
| description | string | required field |
public withDomainName(domainName: string): Workgroups source
Set the domain attribute
Params:
| Name | Type | Attribute | Description |
| domainName | string | required field |
public withName(name: string): Workgroups source
Set the name attribute
Params:
| Name | Type | Attribute | Description |
| name | string | required field |