- Source:
Methods
admin() → {Admin}
Returns an object that represents a user with admin access.
- Source:
Returns:
- Type
- Admin
config() → {object}
Returns the facility specific configuration from topcat.json
- Source:
Returns:
- Type
- object
downloadTransportTypeIds(name) → {IDS}
Returns an object that represents the facility's Ids for a particular transport type.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | the name of the transport type e.g. 'https', 'globus' or 'smartclient' |
- Source:
Returns:
- Type
- IDS
icat() → {Icat}
Returns an object that represents the facility's Icat.
- Source:
Returns:
- Type
- Icat
ids() → {IDS}
Returns an object that represents the facility's primary Ids.
- Source:
Returns:
- Type
- IDS
smartclient() → {Smartclient}
Returns an object that represents a smartclient.
- Source:
Returns:
- Type
- Smartclient
user() → {User}
Returns an object that represents a general user.
- Source:
Returns:
- Type
- User