Additional Scripting for HEI

There are additional properties and methods provided for HCL Enterprise Integrator (HEI) with the LCSession class that expand on the Connector LotusScript® Extensions (LC LSX).

The additional LCSession properties are as follows:

Property

Definition

Name

String. The session name specified in the argument to New.

TextFormat

Long.

CharacterSet

String.

EventError

Long. Set this property to an LCFAIL_xxx code to instruct LC to treat this error as an "event". When the error occurs, it doesn't generate an error condition, merely assigns the session status. Set to LCSUCCESS to clear this property.

IgnoreError

Long. Set this property to an LCFAIL_xxx code to instruct LC to ignore this type of error.

The additional LCSession methods are as follows:

  • AddProperty
  • GetCommand
  • GetProperty
  • GetProperty<Type>
  • ListProperty
  • LookupProperty
  • Log
  • LogEx
  • LogText
  • LogTextEx
  • RunActivity
  • SetProperty
  • SetProperty<Type>