public interface SaveQualifier
Modifier and Type | Field and Description |
---|---|
static int |
DELETE
Deprecated.
no longer in use
|
static int |
DELETE_USER
Delete user.
|
static int |
DEPRECATE
deprecate/undeprecate operation.
|
static int |
IMPORT
import operation.
|
static int |
IMPORT_KEEPORG
import operation with keeping original organization.
|
static int |
IMPORT_KEEPORGANDOWNER
import objects with keeping original organization and owner.
|
static int |
IMPORT_KEEPOWNER
import objects with keeping original owner.
|
static int |
NO_IMPLICIT_SAVE
Do not collect further saved objects - just save the object set
|
static int |
OVERWRITE_PERMISSIONS
Overwrites instance level permissions.
|
static int |
SAVE
Normal save operation.
|
static int |
SCHEMA_TRANSFORM
Schema Transformer.
|
static final int SAVE
static final int DELETE
static final int DEPRECATE
static final int IMPORT
static final int SCHEMA_TRANSFORM
static final int IMPORT_KEEPORG
static final int IMPORT_KEEPOWNER
static final int IMPORT_KEEPORGANDOWNER
static final int DELETE_USER
static final int OVERWRITE_PERMISSIONS
static final int NO_IMPLICIT_SAVE