|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AdminOptions.OnConflict
In the case when adding resource to the system, if the resource already exists in the system, these modes define how to handle the situation.
| Field Summary | |
|---|---|
static int |
EXCEPTION
If there is conflict in the bindings then return with an exception |
static int |
IGNORE
Don't add any existing bindings contained in this file (don't update/replace ones that already exist). |
static int |
OVERWRITE
Add all bindings in this file and overwrite any bindings that already exist in the system. |
| Field Detail |
|---|
static final int OVERWRITE
NOTE: This will result in a VDB with
a status of VDB.INACTIVE or
VDB.ACTIVE.
static final int IGNORE
NOTE: This will result in a VDB with
a status of VDB.INACTIVE or
VDB.ACTIVE.
static final int EXCEPTION
NOTE: This will result in a VDB with
a status of VDB.INCOMPLETE if all models in
the VDB are not bound.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||