Provider.Defaults
persistent class Provider.Defaults extends %Library.Persistent, Provider.CommonMethods, Provider.CommonProperties, %SYSTEM.Help [ Final ]
SQL Table Name: Provider.Defaults
Property Inventory
- CacheGroup
- CacheUser
- InstallDirectory
- InstanceName
- KeyFile
- KitDirectory
- ManagerGroup
- ManifestDirectory
- Password
- SecurityType
- Unicode
- Username
Properties
property CacheGroup as %String [ InitialExpression = "cacheusr" ];
Property methods: CacheGroupDisplayToLogical(), CacheGroupGet(), CacheGroupGetStored(), CacheGroupIsValid(), CacheGroupLogicalToDisplay(), CacheGroupLogicalToOdbc(), CacheGroupNormalize(), CacheGroupSet()
property CacheUser as %String [ InitialExpression = "cacheusr" ];
Property methods: CacheUserDisplayToLogical(), CacheUserGet(), CacheUserGetStored(), CacheUserIsValid(), CacheUserLogicalToDisplay(), CacheUserLogicalToOdbc(), CacheUserNormalize(), CacheUserSet()
property InstallDirectory as %SysPath [ InitialExpression = "/cachesys" , Required ];
Property methods: InstallDirectoryDisplayToLogical(), InstallDirectoryGet(), InstallDirectoryGetStored(), InstallDirectoryIsValid(), InstallDirectoryLogicalToDisplay(), InstallDirectoryLogicalToOdbc(), InstallDirectoryNormalize(), InstallDirectorySet()
property InstanceName as %String (MAXLEN = 64, MINLEN = 1) [ InitialExpression = "Cache" , Required ];
Property methods: InstanceNameDisplayToLogical(), InstanceNameGet(), InstanceNameGetStored(), InstanceNameIsValid(), InstanceNameLogicalToDisplay(), InstanceNameLogicalToOdbc(), InstanceNameNormalize(), InstanceNameSet()
property KeyFile as %SysPath;
Property methods: KeyFileDisplayToLogical(), KeyFileGet(), KeyFileGetStored(), KeyFileIsValid(), KeyFileLogicalToDisplay(), KeyFileLogicalToOdbc(), KeyFileNormalize(), KeyFileSet()
property KitDirectory as %SysPath [ InitialExpression = ##Class(%File).SubDirectoryName($zu(12),"kits",1) , Required ];
Property methods: KitDirectoryDisplayToLogical(), KitDirectoryGet(), KitDirectoryGetStored(), KitDirectoryIsValid(), KitDirectoryLogicalToDisplay(), KitDirectoryLogicalToOdbc(), KitDirectoryNormalize(), KitDirectorySet()
property ManagerGroup as %String [ InitialExpression = "root" ];
Property methods: ManagerGroupDisplayToLogical(), ManagerGroupGet(), ManagerGroupGetStored(), ManagerGroupIsValid(), ManagerGroupLogicalToDisplay(), ManagerGroupLogicalToOdbc(), ManagerGroupNormalize(), ManagerGroupSet()
property ManifestDirectory as %SysPath [ InitialExpression = ##Class(%File).SubDirectoryName($zu(12),"manifests",1) , Required ];
Property methods: ManifestDirectoryDisplayToLogical(), ManifestDirectoryGet(), ManifestDirectoryGetStored(), ManifestDirectoryIsValid(), ManifestDirectoryLogicalToDisplay(), ManifestDirectoryLogicalToOdbc(), ManifestDirectoryNormalize(), ManifestDirectorySet()
property Password as %String;
Property methods: PasswordDisplayToLogical(), PasswordGet(), PasswordGetStored(), PasswordIsValid(), PasswordLogicalToDisplay(), PasswordLogicalToOdbc(), PasswordNormalize(), PasswordSet()
property SecurityType as %String [ InitialExpression = "Minimal" ];
Property methods: SecurityTypeDisplayToLogical(), SecurityTypeGet(), SecurityTypeGetStored(), SecurityTypeIsValid(), SecurityTypeLogicalToDisplay(), SecurityTypeLogicalToOdbc(), SecurityTypeNormalize(), SecurityTypeSet()
property Unicode as %Boolean [ InitialExpression = 1 ];
Property methods: UnicodeDisplayToLogical(), UnicodeGet(), UnicodeGetStored(), UnicodeIsValid(), UnicodeLogicalToDisplay(), UnicodeNormalize(), UnicodeSet()
property Username as %String (MAXLEN = 64);
Property methods: UsernameDisplayToLogical(), UsernameGet(), UsernameGetStored(), UsernameIsValid(), UsernameLogicalToDisplay(), UsernameLogicalToOdbc(), UsernameNormalize(), UsernameSet()
Queries
query List(Names As %String = "*")
Selects InstanceName As %String, InstallDirectory As %String, KitDirectory As %String, ManifestDirectory As %String, Username As %String, KeyFile As %String, ManagerGroup As %String, CacheGroup As %String, CacheUser As %String, SecurityType As %String, Unicode As %Boolean
List Defaults.
Parameters:
Names - Comma separated list of Device names
"*" - All records match
"String,String1" - Any records matching one of these elements
"String*" - Any record starting with "String"
"String,String1*,String2" - Any record mathing one of these elements, or starting with "String1"
Note: This query may change in future versions
Parameters:
Names - Comma separated list of Device names
"*" - All records match
"String,String1" - Any records matching one of these elements
"String*" - Any record starting with "String"
"String,String1*,String2" - Any record mathing one of these elements, or starting with "String1"
Note: This query may change in future versions
Indexes
index (NameLowerCaseIndex on NameLowerCase) [IdKey, Type = key];
Index methods: NameLowerCaseIndexCheck(), NameLowerCaseIndexDelete(), NameLowerCaseIndexExists(), NameLowerCaseIndexOpen(), NameLowerCaseIndexSQLCheckUnique(), NameLowerCaseIndexSQLExists(), NameLowerCaseIndexSQLFindPKeyByConstraint(), NameLowerCaseIndexSQLFindRowIDByConstraint()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- Create()
- Delete()
- Exists()
- Get()
- GetList()
- Help()
- Modify()
- Open()
Storage
Storage Model: CacheStorage (Provider.Defaults)
^Provider("DefaultsD")(ID) | = | CacheGroup
CacheUser
Description
InstanceName
InstallDirectory
KeyFile
KitDirectory
ManagerGroup
ManifestDirectory
Name
Password
SecurityType
Unicode
Username
|