Core Base Operator
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonBaseOperator |
| Module | cenpyolpcore.OlpCorePythonBaseOperator |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 2 |
| Subclasses | Download Operator, Upload Operator |
Inheritance
Quick Start
# Boilerplate Example
coreBaseOperator = ... # obtained from the runtime context
result = coreBaseOperator.GetLogOperator()Method Index
| Method | Returns | Summary |
|---|---|---|
GetLogOperator | OlpCorePythonLogOperator | Get the log operator interface. |
GetCurrentLanguage | str | Gets the language code of the currently active language in FastSuite E2 |
Query Methods
GetLogOperator
def GetLogOperator() -> OlpCorePythonLogOperatorGet the log operator interface.
Returns: OlpCorePythonLogOperator — Log operator interface.
GetCurrentLanguage
def GetCurrentLanguage() -> strGets the language code of the currently active language in FastSuite E2
Returns: str — returns the current language code in the format xx-XX
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?