Naming and Types
Class Name Prefixes
Classes in the API follow domain-specific naming prefixes:
| Prefix | Domain | Example |
|---|---|---|
CENPyOlp | Core library | CENPyOlpProgram |
OlpCorePython | Core infrastructure | OlpCorePythonAttribute |
DULPython | Download | DULPythonDownloadOperator |
ULPython | Upload | ULPythonUploadOperator |
Display Names
In this documentation, classes are shown with friendly display names (e.g., “Event Context” instead of CENPyOlpEventContext). The canonical class name is always shown in the Quick Facts table on each class page.
Method Naming
Methods follow CamelCase naming:
GetName()— query/getterSetName(value)— mutation/setterExecute()— action/executionOnEvent(context)— event callback
Was this page helpful?