Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Contains the information about a specific cube within the registry map.
|
|
|
Flag which allows the user to select whether the build executes synchronously or asynchronously. Asynchronous build is the default.
If Month is selected as the BuildTimeUnit, this will allow the user to pick which day of the month this build should take place.
If week is selected for the BuildTimeUnit, this will allow the user to pick which day of the week the build should take place.
Indicates how often the cube is to be built, in units of BuidTimeUnit
Base unit of time for cube builds.
Current display name of the cube
Normalized Key of the cube
This is the cube's position within the determined build order for the group as a whole.
Indicates whether or not the source class for this cube is DSTIME enabled, and so whether or not this cube can be synched.
A comma-delimited list of cubes that have relationship dependencies on this one
Disabled = 1 will block all automatic updates while leaving the cube visible in the registry.
The group this cube currently belongs to
Last modification date of this cube definition
Last data update of this cube
The build order that must be maintained within a cub'es natural group.
Store the information about this cube's minimal natural group
A COS executable line of code that will be run immediately after the build of this cube.
A COS executable line of code that will be run immediately after the synchronization of this cube.
A COS executable line of code that will be run prior to the synchronization of this cube.
Group of subject areas that use this cube
Indicates how often the cube is to be synched, in units of SynchTimeUnit
Base unit of time for cube synchs.
Plan for how the cube is to be managed by the build/synch tasks.
|
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 is a Get accessor method for theCubeDisplayName property.
This is a Get accessor method for theDSTimeEnabled property.
This is a Get accessor method for theLastModDate property.
This is a Get accessor method for theLastUpdate property.
Convenience method for the UI interface to perform a repair build of this cube's entire dependency chain.