Skip to main content

Demo.Workflow.HelpDesk.Context

persistent class Demo.Workflow.HelpDesk.Context extends Ens.BP.Context

SQL Table Name: Demo_Workflow_HelpDesk.Context

This class is generated by the Demo.Workflow.HelpDesk BPL class. This class should not be edited or modified in any way. Do not make direct use of this class in your application.

This class was generated by : Ens.BPL.Compiler.CLS

Property Inventory

Method Inventory

Properties

property DevelopmentAction as %String;
Property methods: DevelopmentActionDisplayToLogical(), DevelopmentActionGet(), DevelopmentActionGetStored(), DevelopmentActionIsValid(), DevelopmentActionLogicalToDisplay(), DevelopmentActionLogicalToOdbc(), DevelopmentActionNormalize(), DevelopmentActionSet()
property Resolved as %Boolean [ InitialExpression = 0 ];
Property methods: ResolvedDisplayToLogical(), ResolvedGet(), ResolvedGetStored(), ResolvedIsValid(), ResolvedLogicalToDisplay(), ResolvedLogicalToXSD(), ResolvedNormalize(), ResolvedSet(), ResolvedXSDToLogical()
property TestingAction as %String;
Property methods: TestingActionDisplayToLogical(), TestingActionGet(), TestingActionGetStored(), TestingActionIsValid(), TestingActionLogicalToDisplay(), TestingActionLogicalToOdbc(), TestingActionNormalize(), TestingActionSet()

Methods

method OnResponse1(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Workflow.ProblemReport, response As Ens.Response, callrequest As EnsLib.Workflow.TaskRequest, callresponse As EnsLib.Workflow.TaskResponse, callname As %String) as %Status
Response Handler for call to Demo-Development
method OnResponse2(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Workflow.ProblemReport, response As Ens.Response, callrequest As EnsLib.Workflow.TaskRequest, callresponse As EnsLib.Workflow.TaskResponse, callname As %String) as %Status
Response Handler for call to Demo-Testing

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.BP.Context)

^Ens.BP.ContextD(ID,"%ResponseHandlers",n)
=
%ResponseHandlers(n)

Storage Model: CacheStorage (Ens.BP.Context)

^Ens.BP.ContextD(ID)
=
%%CLASSNAME
%Process
%LastError
%LastFault

Storage Model: CacheStorage (Demo.Workflow.HelpDesk.Context)

^Ens.BP.ContextD(ID,"Context")
=
DevelopmentAction
Resolved
TestingAction
FeedbackOpens in a new tab