parseMoveCommand = OMBMOVE "objectType" "QUOTED_STRING" TO "QUOTED_STRING" [ USE REPLACE_MODE ];objectType = ( ORACLE_MODULE | FLAT_FILE_MODULE | INTELLIGENCE_MODULE | REPORT_MODULE | SAP_MODULE | PROCESS_FLOW_MODULE | PROCESS_FLOW_PACKAGE | PROCESS_FLOW | LOCATION | RUNTIME_REPOSITORY_...
OMBCREATE Creates a first class object. OMBDROP Deletes a first class object. OMBALTER Modifies a first class object. OMBRETRIEVE Retrieves information from a first class object. The OMBCREATE, OMBDROP, OMBALTER and OMBRETRIEVE commands accept only the object name as the main argument. Names...
For purposes of this report, "administrative expenses" for typical Government programs are defined as the object classes for personnel compensation, travel, transportation, communication, equipment, supplies, materials, and other services.3 For commercial, business-like activities, this report distinguishes...
class PolicyProcessor: """Creates/updates and tracks Policy objects based on the data found in CSV rows""" def __init__(self): self.policies = {} def from_row(self, row): """Retrieve/create/update a Policy object""" policy_number = int(row['policyNumber']) uri_key = find_key(...
OMBDEFINE FIRST_CLASS_OBJECT CLASS_DEFINITION 'UD_FCO1' SEY PROPERTIES (DISPLAY_NAME, PLURAL_NAME) VALUES ('REPORT', 'REPORTS') This will define a new first class object class definition. See Also OMBDESCRIBE CLASS_DEFINITION OMBDEFINE COMPONENT_DEFINITION ...