ExportSettings

ExportSettings

ExportSettings represents settings to exported from DART. These settings can be imported by other users. Note that DART always sets the id of this object to 00000000-0000-0000-0000-000000000000

Constructor

new ExportSettings()

Source:

Members

appSettings

List of AppSetting objects to be exported.

Source:

bagItProfiles

List of BagItProfile objects to be exported.

Source:

id

DART keeps only one set of export settings at a time, so we'll always set the id to '00000000-0000-0000-0000-000000000000'

Source:

questions

List of ExportQuestion objects to present to the user who is importing these settings.

Source:

remoteRepositories

List of RemoteRepository objects to be exported. Note that DART does not export login names or passwords.

Source:

storageServices

List of StorageService objects to be exported. Note that DART does not export login names or passwords.

Source:

Methods

anythingSelected()

Returns true if anything is selected for export.

Source:

getIds()

Returns the ids of objects in the specified list.

Source:

toJson()

Returns a JSON representation of this object, with some sensitive data filtered out.

Source: