|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.cmdb.api.CMDBItemBase
com.remedy.cmdb.api.CMDBInstanceDataItem
The CMDBInstanceDataItem class defines instance import/export items.
| Field Summary | |
static int |
OPTION_DEFAULT
Default option value for processing an instace data item. |
static int |
OPTION_DUP_ERROR
Generates an error if the Entry ID field and the ID specified already exist in the target form. |
static int |
OPTION_DUP_MERGE
Updates the fields specified in the existing entry if the Entry ID field and the ID specified already exist in the target form. |
static int |
OPTION_DUP_NEW_ID
Creates a new entry with a new ID if the Entry ID field and the ID specified already exist in the target form. |
static int |
OPTION_DUP_OVERWRITE
Deletes the existing entry and creates a new one in its place if the Entry ID field and the ID specified already exist in the target form. |
static int |
OPTION_GEN_NEW_ID
Creates an entry with a new ID. |
| Constructor Summary | |
CMDBInstanceDataItem(CMDBClassNameKey classNameId)
Constructor. |
|
CMDBInstanceDataItem(CMDBClassNameKey classNameId,
int option)
Constructor. |
|
CMDBInstanceDataItem(CMDBClassNameKey classNameId,
java.lang.String qualifier)
Constructor. |
|
| Method Summary | |
java.lang.String |
getQualifier()
Gets the qualifier. |
void |
setOption(int option)
Sets the import option. |
void |
setQualifier(java.lang.String qualifier)
Sets the export qualification string. |
| Methods inherited from class com.remedy.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
public static int OPTION_DUP_ERROR
AR_MERGE_ENTRY_DUP_NEW_ID
value defined in the Constant
class in the AR System Java API.
public static int OPTION_DUP_NEW_ID
public static int OPTION_DUP_OVERWRITE
public static int OPTION_DUP_MERGE
public static int OPTION_GEN_NEW_ID
| Constructor Detail |
public CMDBInstanceDataItem(CMDBClassNameKey classNameId,
java.lang.String qualifier)
classNameId - class name and namespace keyqualifier - qualification string that is used to search
for instances to export
public CMDBInstanceDataItem(CMDBClassNameKey classNameId,
int option)
throws java.lang.Exception
classNameId - class name and namespace keyoption - instance data import option
java.lang.Exception - if the class name ID or an option is invalid
public CMDBInstanceDataItem(CMDBClassNameKey classNameId)
throws java.lang.Exception
classNameId - class name and namespace key
java.lang.Exception - if the class name are invalid| Method Detail |
public void setOption(int option)
throws java.lang.Exception
java.lang.Exception - if the option is invalidpublic java.lang.String getQualifier()
public void setQualifier(java.lang.String qualifier)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||