Mbo Constants in maximo


Function
Value
Explanation
All rows
10000000
Constant used to fetch all rows from a MboSet
Change by user
16L
Used to indicate that the user has changed a field from the user interface.
Count addition
2
Count Constant used to count records recently added to the MboSet. Counts new Mbos whether or not they have been deleted.
Count after save
16
Count Constant used to count records that would be left if a save was done now.
Count data base
1
Count Constant used to count records in the database only.
Count deleted
4
Count Constant used to count records deleted from the MboSet. Counts Mbos deleted from the database and Mbos recently added and then deleted.
Count existing
8
Count Constant used to count the number of potential Mbos in the set. Includes number of records in the database plus additions.
Delay validation
4L
Delay validation
Discardable
39L
Bit for discardable mbos. Discardable mbos are always read-only. If a Mbo set is marked as DISCARDABLE, then the mbo set does not cache the mbos as it fetches from the database.
No related mbos of owners children fetch
16L
Internal bit for allowing only one level of related mbos of owner children access.
No access check
2L
Suppress access control checks
No action
8L
Used to suppress action of a field
No add
1L
Bit for add access
No commit
2L
Constant to indicate whether to commit to the database as part of the save or not.
No delete
4L
Bit for delete access
Non
0L
General value used to denote no value
No save
8L
Bit for no-save access
No set value
32L
Similar to the READONLY, except that no exception is thrown and the setValue() calls are suppressed. Used as an internal flag to prevent setValue() calls on field values set with DELAYVALIDATION flag
No update
2L
Can the object be changed. This is the same as the READONLY flag.
No validation
1L
Used to suppress validation of a field
No validation and no action
9L
Used to suppress validation and action
Read only
7L
Is read only !
Rebuild
1L
Constant used to indicate whether to rebuild a MboSet after commit.
Required
8L
Bit for setting the field required
Same value validation
16L
Bit for Same value validation. setValue() call with the same value causes validation to occur, if this flag is set.
User
256L
Bits upwards from this value can be used for user defined purposes


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.