|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.owb.metadatamgmt.changemgmt.MCMServiceHandler
This class contains compare report filters. For e.g. user can filter diff reports to get only objects created in target snapshot.
| Field Summary | |
static int |
COMPARE_FILTER_ALL_OBJECTS
All filters assume the operation is (TargetSnapshot MINUS SourceSnapshot). |
static int |
COMPARE_FILTER_CHANGED_OBJECTS_ONLY
All filters assume the operation is (TargetSnapshot MINUS SourceSnapshot). |
static int |
COMPARE_FILTER_FOUND_OBJECTS_IN_SOURCE_ONLY
All filters assume the operation is (TargetSnapshot MINUS SourceSnapshot). |
static int |
COMPARE_FILTER_FOUND_OBJECTS_IN_TARGET_ONLY
All filters assume the operation is (TargetSnapshot MINUS SourceSnapshot). |
static int |
COMPARE_FILTER_UNCHANGED_OBJECTS_ONLY
All filters assume the operation is (TargetSnapshot MINUS SourceSnapshot) This filter directs diff engine to include only those objects which are found in both TargetSnapshot and SourceSnapshot , but with unchanged semantics, and filters out other diff states. |
static int |
COMPARE_FILTER_UPDATED_OBJECTS_ONLY
All filters assume the operation is (TargetSnapshot MINUS SourceSnapshot). |
static int |
OBJECT_TYPE_FILTER_ANY_OBJECT
Metabase divides metabase models into logical and physical models, so diff schema also separates diff into logical model diff and physical model diff. |
static int |
OBJECT_TYPE_FILTER_LOGICAL_OBJECT_ONLY
Metabase divides metabase models into logical and physical models, so diff schema also separates diff into logical model diff and physical model diff. |
static int |
OBJECT_TYPE_FILTER_PHYSICAL_OBJECT_ONLY
Metabase divides metabase models into logical and physical models, so diff schema also separates diff into logical model diff and physical model diff. |
| Constructor Summary | |
MCMServiceHandler()
|
|
| Method Summary | |
static int |
getObjectFilterMapping(int filter)
This method should not be used , made public to be accessible to other internal friend packages. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int COMPARE_FILTER_FOUND_OBJECTS_IN_TARGET_ONLY
public static final int COMPARE_FILTER_FOUND_OBJECTS_IN_SOURCE_ONLY
public static final int COMPARE_FILTER_UPDATED_OBJECTS_ONLY
public static final int COMPARE_FILTER_UNCHANGED_OBJECTS_ONLY
public static final int COMPARE_FILTER_CHANGED_OBJECTS_ONLY
public static final int COMPARE_FILTER_ALL_OBJECTS
public static final int OBJECT_TYPE_FILTER_LOGICAL_OBJECT_ONLY
public static final int OBJECT_TYPE_FILTER_PHYSICAL_OBJECT_ONLY
public static final int OBJECT_TYPE_FILTER_ANY_OBJECT
| Constructor Detail |
public MCMServiceHandler()
| Method Detail |
public static final int getObjectFilterMapping(int filter)
filter - - Object filter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||