Data Collection

add adds info about one file to the list of Vault
filter filters files in the queue by some criteria
find looks for a file by some criterion
findAll finds all files by a criterion
getId looks up the ID of a file by its index in the queue
getIndex gets the index of a file by its ID
getItem returns a file object
load loads a list of files from a file or a server
map iterates through all items of Vault
move moves files in the queue
parse loads a list of files into Vault
reduce processes each member of the array and returns a single output value
remove removes one or several files from the queue
removeAll removes all the files in the queue
serialize serializes Vault data into an array of JSON objects
sort sorts files in the queue
update updates info of a file in the queue
Back to top