new EnapsoGraphDBAdmin()
- Source:
Methods
(static) createRepository(aOptions) → {Promise}
Creates a new repositories
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aOptions |
Object | The options responsible for the method.
Properties
|
- Source:
Returns:
Promise object represents the result of creating new repository.
- Type
- Promise
(static) createUser(aOptions) → {Promise}
Creates a new user
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aOptions |
Object | The options responsible for the method.
Properties
|
- Source:
Returns:
Promise object represents result of creating a new user
- Type
- Promise
(static) getHeaders() → {Object}
Returns Headers
- Source:
Returns:
Headers
- Type
- Object
(static) getRepositories() → {Promise}
Returns all the repositories
- Source:
Returns:
Promise object represents all the repositories
- Type
- Promise
(static) waitForAsynchronousResponse(args) → {Promise}
Waits for a response
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
args |
Object | The args responsible for the method.
Properties
|
- Source:
Returns:
Promise object represents the response object
- Type
- Promise
(static) waitForUploadResponse(args) → {Promise}
Waits for upload response
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
args |
Object | The args responsible for the method.
Properties
|
- Source:
Returns:
Promise object represents the response object
- Type
- Promise