Skip to main content

EnsLib.Printing.PrintService

class EnsLib.Printing.PrintService extends Ens.BusinessService

Basic Print Service

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = Target;
Settings

Properties

property Target as Ens.DataType.ConfigName;
Target to send print requests to
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetParseConfigNameSpec(), TargetSet()

Methods

method OnProcessInput(pInput As %RegisteredObject, Output pOutput As %RegisteredObject, ByRef pHint As %String) as %Status
Authors of BusinessService implements this method to receive incoming data
classmethod SubmitPrintRequest(pRequest As EnsLib.Printing.PrintRequest, pServiceName As %String = $classname()) as %Status
Dispatch the printing request to a business service

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab