Uses of Class
com.orchestranetworks.instance.DefinitionMode
-
Packages that use DefinitionMode Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation. -
-
Uses of DefinitionMode in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return DefinitionMode Modifier and Type Method Description DefinitionModeAdaptation. getOccurrenceDefinitionMode()Returns the definition mode of this record. -
Uses of DefinitionMode in com.orchestranetworks.instance
Fields in com.orchestranetworks.instance declared as DefinitionMode Modifier and Type Field Description static DefinitionModeDefinitionMode. DEFINE_OCCULTThe record is in occulting mode to specify that the record with the same primary key is not inherited from the parent dataset.static DefinitionModeDefinitionMode. DEFINE_OVERWRITEThe record is in overwriting mode when it is locally defined in the current table and it has a parent record with the same primary key.static DefinitionModeDefinitionMode. DEFINE_ROOTA record is in root mode when it is locally defined in the current table and it does not inherit from a parent record.static DefinitionModeDefinitionMode. INHERITA record is in inherit mode when it is not defined in the current table.Methods in com.orchestranetworks.instance that return DefinitionMode Modifier and Type Method Description DefinitionModeNewRecordContext. getDefinitionMode()Returns the definition mode of the record being currently created.static DefinitionModeDefinitionMode. parse(String aFlag)Returns the definition mode that corresponds to the specified string. -
Uses of DefinitionMode in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return DefinitionMode Modifier and Type Method Description DefinitionModeAfterCreateOccurrenceContext. getDefinitionMode()Returns the definition mode of the record that has been created.DefinitionModeAfterDeleteOccurrenceContext. getDefinitionMode()Returns the definition mode of the record that has been deleted.DefinitionModeAfterModifyOccurrenceContext. getDefinitionMode()Returns the definition mode of the record that has been modified.DefinitionModeBeforeCreateOccurrenceContext. getDefinitionMode()Returns the definition mode of the record to be created.DefinitionModeBeforeDeleteOccurrenceContext. getDefinitionMode()Returns the definition mode of the record to be deleted.DefinitionModeBeforeModifyOccurrenceContext. getDefinitionMode()Returns the definition mode of the record to be modified.
-