Skip to main content

%SYS.Wallet.Collection

abstract persistent class %SYS.Wallet.Collection extends %Library.Persistent

SQL Table Name: %SYS_Wallet.Collection

This abstract class defines the interface for collections of wallet secrets. This class should not be used directly. See %Wallet.Collection instead.

Method Inventory

Methods

abstract classmethod Create(name As %String, ByRef properties As %Any) as %Status
Create a collection with the given name and set resource.
classmethod Delete(name As %String) as %Status
Delete the named collection. All secrets in the collection will also be deleted.
abstract classmethod Modify(name As %String, ByRef properties As %Any) as %Status
Modify the named Collection.

Queries

query List(names)
Selects Name As %String, EditResource As %String, UseResource As %String
List Collections. Returns the Collection name and Resource for each matching Collection.
collections - comma separated list of collections to return (the default is "*" - all)

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab