Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Wasabi.Data.Job

persistent class Wasabi.Data.Job extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Wasabi_Data.Job

Property Inventory

Properties

property JobTitle as %String [ Required ];
Property methods: JobTitleDisplayToLogical(), JobTitleGet(), JobTitleGetStored(), JobTitleIsValid(), JobTitleLogicalToDisplay(), JobTitleLogicalToOdbc(), JobTitleNormalize(), JobTitleSet()
property SecurityRole as %String;
Property methods: SecurityRoleDisplayToLogical(), SecurityRoleGet(), SecurityRoleGetStored(), SecurityRoleIsValid(), SecurityRoleLogicalToDisplay(), SecurityRoleLogicalToOdbc(), SecurityRoleNormalize(), SecurityRoleSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Wasabi.Data.Job)

^Wasabi.Data.JobD(ID)
=
%%CLASSNAME
JobTitle
SecurityRole
FeedbackOpens in a new tab