Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This parses, validates and imports data from a SEF file into InterSystems IRIS
![]() |
![]() |
Properties | ||||
---|---|---|---|---|
DocKey | DocKeyOnly | Error | Line | LineNumber |
NextState | PrevState | PrivateSection | Sections | Status |
Stream | Trace | Version |
![]() |
This holds the document key
Quit after discovering the DocKey
This holds error messages
This holds the current line
This holds the current line number
This holds the next state of the machine
This holds the previous state of the machine
This holds the PRIVATE section flag
This holds the allowed sections in this file
This holds the status of the machine
This holds the File Stream
This holds the Trace flag. Set to 1 to output trace to console
This holds the version
![]() |
This callback method is invoked by the%New method to provide notification that a new instance of an object is being created.If this method returns an error then the object will not be created.
It is passed the arguments provided in the %New call. When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:
Method %OnNew(dob as %Date = "", name as %Name = "") as %Status If instead of returning a %Status code this returns an oref and this oref is a subclass of the current class then this oref will be the one returned to the caller of %New method.
This handes the CODES section
This is the processor for a single CODES line
This method handles the COMS section
This is the processor for a single COMS line
Read a line and dispatch to the section
This handes the ELMS section
This is the processor for a single ELMS line
This handles the EOF state
This handles the Error state
This handles the INI section
Import the named file
This is a Set accessor method for theNextState property.
This method handles the OBJVARS section
This is the processor for a single OBJVARS line
This method handes the OVERHEAD section
This is the processor for a single OBJVARS line
This method handles the PRIVATE section
This is the processor for a single PRIVATE line
This method handles a PUBLIC declaration if no PRIVATE is present in the file
This method processes a section by reading lines, validating them and returning the next state to invoke
This Reads the next line from the file
This method handles the SEGS section
This is the processor for a single SEGS line
This method handes the SEMREFS section
This is the processor for a single SEMREFS line
This method handles the SETS section
This is the processor for a single SETS line
This method handes the STD section
This handles the Stop state
This method handes the TEXTCOMS section
This is the processor for a single TEXTCOMS line
This method handes the TEXTELMS section
This is the processor for a single TEXTELMS line
This method handes the TEXTSEGS section
This is the processor for a single TEXTSEGS line
This method handes the TEXTSETS section
This is the processor for a single TEXTSETS line
This method handes the VALLISTS section
This method handes the VALREFS section
This is the processor for a single VALREFS line
This method handles the VER state