EnsLib.Workflow.FormEngine
class EnsLib.Workflow.FormEngine extends %Library.RegisteredObject
Provides the API for managing form associated with Workflow tasks.Method Inventory
- %OnSubmit()
- DrawActionButton()
- DrawHTMLField()
- DrawHTMLForm()
- HasForm()
- ProcessSubmit()
- ShowAcceptButton()
- ShowActionButtons()
Methods
classmethod %OnSubmit(pSubmit As %ZEN.Submit, Output pMsg As %String) as %Status
Submit handler: this is called by the SubmitHandler on the Zen page handling the submit.
classmethod DrawActionButton(pAction As EnsLib.Workflow.ActionDefinition, pEnabled As %Boolean = 1)
classmethod DrawHTMLField(pName As %String, pValue As %String = "", pType As %String = "String", pCaption As %String = "") as %Status
Write out HTML for a specific field.
Type is "String",
classmethod DrawHTMLForm(pTask As EnsLib.Workflow.TaskResponse, pURL As %String = "") as %Status
Writes out HTML for the associated form to the current device.
classmethod HasForm(pTask As EnsLib.Workflow.TaskResponse) as %Boolean
Determines if this Task has an associated form.
classmethod ProcessSubmit(pTask As EnsLib.Workflow.TaskResponse) as %Status
Request to save the task form.
classmethod ShowAcceptButton(pItem As EnsLib.Workflow.Worklist) as %Status
Display Accept Button for this an item.
classmethod ShowActionButtons(pItem As EnsLib.Workflow.Worklist) as %Status
Displays defined action buttons for a worklist item.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()