public interface MboConstants
Modifier and Type | Field and Description |
---|---|
static int |
ALLROWS
Constant used to fetch all rows from a MboSet
|
static long |
CHANGEDBY_USER
Used to indicate that the user has changed a field
from the user interface.
|
static int |
COUNT_ADDITIONS
Count Constant used to count records recently added to the MboSet.
|
static int |
COUNT_AFTERSAVE
Count Constant used to count records that would be left if a save was
done now.
|
static int |
COUNT_DATABASE
Count Constant used to count records in the database only.
|
static int |
COUNT_DELETED
Count Constant used to count records deleted from the MboSet.
|
static int |
COUNT_EXISTING
Count Constant used to count the number of potential Mbos in the set.
|
static long |
DBCONFIG
Bit flag used by the Database Configuration application
to distinguish between hard and soft delete.
|
static long |
DELAYVALIDATION
Delay validation as well as not allow the value being overwritten together.
|
static long |
DELAYVALIDATIONONLY
Delay validation when setting the value.
|
static long |
DISCARDABLE
Bit for discardable mbos.
|
static long |
GOTCOMPLETEWHERE |
static long |
HIDDEN
bit for HIDDEN flag both on mbo and mbo value.
|
static long |
NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH
Internal bit for allowing only one level of related mbos
of owner children access.
|
static long |
NOACCESSCHECK
Suppress access control checks
|
static long |
NOACTION
Used to suppress action of a field
|
static long |
NOADD
Bit for add access
|
static long |
NOCOMMIT
Constant to indicate whether to commit to the database as part of the
save or not.
|
static long |
NODELETE
Bit for delete access
|
static long |
NONE
General value used to denote no value
|
static long |
NOOVERWRITE
Once this bit is used in access modifier, the field will be marked as NOSETVALUE.
|
static long |
NOSAVE
Bit for no-save access
|
static long |
NOSETVALUE
Similar to the READONLY, except that no exception is thrown and the
setValue() calls are suppressed.
|
static long |
NOUPDATE
Can the object be changed.
|
static long |
NOVALIDATION
Used to suppress validation of a field
|
static long |
NOVALIDATION_AND_NOACTION
Used to suppress validation and action
|
static long |
NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER
no validation and action but allow crossover domain's validation and action.
|
static long |
READONLY
Is read only !
|
static long |
REBUILD
Constant used to indicate whether to rebuild a MboSet after commit.
|
static long |
REQUIRED
Bit for setting the field required
|
static long |
SAMEVALUEVALIDATION
Bit for Same value validation.
|
static long |
SETBYPARENT |
static long |
USER
Bits upwards from this value can be used for user defined purposes
|
static final long NOADD
static final long NOUPDATE
static final long NODELETE
static final long NOSAVE
static final long NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH
static final long READONLY
static final long DISCARDABLE
static final long NOSETVALUE
static final long REQUIRED
static final long HIDDEN
static final long SAMEVALUEVALIDATION
static final long DBCONFIG
static final long GOTCOMPLETEWHERE
static final long SETBYPARENT
static final long USER
static final long NOVALIDATION
static final long NOACCESSCHECK
static final long DELAYVALIDATIONONLY
static final long NOACTION
static final long NOVALIDATION_AND_NOACTION
static final long CHANGEDBY_USER
static final long NOOVERWRITE
static final long DELAYVALIDATION
static final long NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER
static final long NONE
static final int ALLROWS
static final long REBUILD
static final long NOCOMMIT
static final int COUNT_DATABASE
static final int COUNT_ADDITIONS
static final int COUNT_DELETED
static final int COUNT_EXISTING
static final int COUNT_AFTERSAVE