| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBItemBase
com.bmc.cmdb.api.CMDBMetadataItem
public class CMDBMetadataItem
The CMDBMetadataItem class defines metadata for
 import/export items.
| Field Summary | |
|---|---|
static int | 
OPTION_CLASS_ONLY
Exports specified class alone.  | 
static int | 
OPTION_DEFAULT
Default option value for processing a metadata item.  | 
static int | 
OPTION_SUB_CLASSES
Exports all sub classes of the specified class.  | 
static int | 
OPTION_SUPER_CLASSES
Exports super classes of the specified class.  | 
| Constructor Summary | |
|---|---|
CMDBMetadataItem(CMDBClassNameKey classNameId)
Constructor.  | 
|
CMDBMetadataItem(CMDBClassNameKey classNameId,
                 int option)
Constructor.  | 
|
| Method Summary | |
|---|---|
 void | 
setOption(int option)
Sets import/export option.  | 
| Methods inherited from class com.bmc.cmdb.api.CMDBItemBase | 
|---|
getClassNameId, getOption, setClassNameId | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static int OPTION_DEFAULT
OPTION_CLASS_ONLY.
 During import operation this option is not currently used.
public static int OPTION_CLASS_ONLY
public static int OPTION_SUPER_CLASSES
public static int OPTION_SUB_CLASSES
| Constructor Detail | 
|---|
public CMDBMetadataItem(CMDBClassNameKey classNameId,
                        int option)
classNameId - class name and namespace keyoption - Integer value. The default option is 
 OPTION_CLASS_ONLY.public CMDBMetadataItem(CMDBClassNameKey classNameId)
classNameId - class name and namespace key| Method Detail | 
|---|
public void setOption(int option)
               throws java.lang.Exception
java.lang.Exception - if the option is invalid
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||