Ens.Background.Request
persistent class Ens.Background.Request extends Ens.Request
SQL Table Name: Ens_Background.Request
Super class for Background requestsProperty Inventory
Parameters
parameter XMLTYPE = BackgroundRequest;
Inherited description: Prevent this class from having the same default XML Type and Name as any of its subclasses that have the short classname "Request".
Properties
property BackgroundProcessor as %String (MAXLEN = 128);
Business Process that will handle request
Property methods: BackgroundProcessorDisplayToLogical(), BackgroundProcessorGet(), BackgroundProcessorGetStored(), BackgroundProcessorIsValid(), BackgroundProcessorLogicalToDisplay(), BackgroundProcessorLogicalToOdbc(), BackgroundProcessorNormalize(), BackgroundProcessorSet()
property RequestedByUsername as %String (MAXLEN = 128);
Requested By Username
Property methods: RequestedByUsernameDisplayToLogical(), RequestedByUsernameGet(), RequestedByUsernameGetStored(), RequestedByUsernameIsValid(), RequestedByUsernameLogicalToDisplay(), RequestedByUsernameLogicalToOdbc(), RequestedByUsernameNormalize(), RequestedByUsernameSet()
property WorkFlowRole as %String (MAXLEN = 128);
Workflow role to be used if needed.
Property methods: WorkFlowRoleDisplayToLogical(), WorkFlowRoleGet(), WorkFlowRoleGetStored(), WorkFlowRoleIsValid(), WorkFlowRoleLogicalToDisplay(), WorkFlowRoleLogicalToOdbc(), WorkFlowRoleNormalize(), WorkFlowRoleSet()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetStatsDimension()
- NewResponse()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (Ens.MessageBody)
^Ens.MessageBodyD(ID) |
= | %%CLASSNAME
|
Storage Model: Storage (Ens.Background.Request)
^Ens.MessageBodyD(ID,"Request") |
= | WorkFlowRole
RequestedByUsername
BackgroundProcessor
|