A C D F G I O R S U

A

AR_BULK_ENTRY_ACTION_CANCEL - Static variable in class com.remedy.cmdb.api.CMDBUtil
Cancels all bulked transactions.
AR_BULK_ENTRY_ACTION_SEND - Static variable in class com.remedy.cmdb.api.CMDBUtil
Sends all bulked transactions to AR System.
AR_MAX_INDEX_ATTRIBUTES - Static variable in class com.remedy.cmdb.api.CMDBIndex
 
addCustomCharacteristic(int, Value) - Method in class com.remedy.cmdb.api.CMDBAttribute
Add the specified custom characteristic to the attribute
addCustomCharacteristic(int, Value) - Method in class com.remedy.cmdb.api.CMDBClass
Adds the specified custom characteristic to the class.

C

CMDBActivateFederatedInContext(ARServerUser, CMDBClassNameKey, String, String, int) - Static method in class com.remedy.cmdb.api.CMDBUtil
Get Activate Federated In Context
CMDBActivateFederatedInContext(ARServerUser, CMDBClassNameKey, String, String, String, int) - Static method in class com.remedy.cmdb.api.CMDBUtil
Get Activate Federated In Context
CMDBAttachPoolLimit - class com.remedy.cmdb.api.CMDBAttachPoolLimit.
The CMDBAttachPoolLimit class defines the limit of an attachment pool attribute.
CMDBAttachPoolLimit() - Constructor for class com.remedy.cmdb.api.CMDBAttachPoolLimit
Default constructor to create an attachment pool attribute limit.
CMDBAttachmentLimit - class com.remedy.cmdb.api.CMDBAttachmentLimit.
The CMDBAttachmentLimit class defines the limit of an attachment attribute.
CMDBAttachmentLimit() - Constructor for class com.remedy.cmdb.api.CMDBAttachmentLimit
Default constructor that creates a attachment attribute limit with an unlimited size, and without attachment pool.
CMDBAttachmentLimit(long, String) - Constructor for class com.remedy.cmdb.api.CMDBAttachmentLimit
Creates a attachment attribute limit with the specified limit information.
CMDBAttribute - class com.remedy.cmdb.api.CMDBAttribute.
The CMDBAttribute class defines the attributes of CMDBClass.
CMDBAttribute(String) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the given name.
CMDBAttribute(String, long) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the given name and field ID.
CMDBAttribute(String, String, long) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the given name, field ID and attribute GUID.
CMDBAttribute(String, String) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the given name and attribute GUID.
CMDBAttribute(String, int, CMDBAttributeLimit, Value) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the provided information.
CMDBAttribute(String, long, int, CMDBAttributeLimit, Value) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the provided information.
CMDBAttribute(String, String, long, int, CMDBAttributeLimit, Value) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the provided information.
CMDBAttribute(String, String, int, CMDBAttributeLimit, Value) - Constructor for class com.remedy.cmdb.api.CMDBAttribute
Constructor that creates an attribute with the provided information.
CMDBAttributeLimit - class com.remedy.cmdb.api.CMDBAttributeLimit.
The CMDBAttributeLimit class is used to define the limit of CMDBClass attribute.
CMDBAttributeValue - class com.remedy.cmdb.api.CMDBAttributeValue.
The CMDBAttributeValue class defines an Attribute Value class.
CMDBAttributeValue() - Constructor for class com.remedy.cmdb.api.CMDBAttributeValue
Default constructor to create an empty attribute value.
CMDBAttributeValue(String, Value) - Constructor for class com.remedy.cmdb.api.CMDBAttributeValue
Constructor to create an attribute value object with the provided name.
CMDBAuditInfo - class com.remedy.cmdb.api.CMDBAuditInfo.
 
CMDBAuditInfo() - Constructor for class com.remedy.cmdb.api.CMDBAuditInfo
Constructor
CMDBAuditInfo(int, QualifierInfo) - Constructor for class com.remedy.cmdb.api.CMDBAuditInfo
Initiallizes values for CMDBAuditInfo
CMDBAuditInfo(int, String) - Constructor for class com.remedy.cmdb.api.CMDBAuditInfo
Initiallizes values for CMDBAuditInfo
CMDBAuditLogInfo - class com.remedy.cmdb.api.CMDBAuditLogInfo.
 
CMDBAuditLogInfo() - Constructor for class com.remedy.cmdb.api.CMDBAuditLogInfo
Constructor
CMDBAuditLogInfo(String) - Constructor for class com.remedy.cmdb.api.CMDBAuditLogInfo
Initiallizes values for CMDBAuditLogInfo
CMDBAuditLogInfo(int, String, String) - Constructor for class com.remedy.cmdb.api.CMDBAuditLogInfo
Initiallizes values for CMDBAuditLogInfo
CMDBAuditValueList - class com.remedy.cmdb.api.CMDBAuditValueList.
 
CMDBAuditValueList() - Constructor for class com.remedy.cmdb.api.CMDBAuditValueList
Default Constructor
CMDBAuditValueList(int, AccessNameID, Timestamp, String[], CMDBAttributeValue[]) - Constructor for class com.remedy.cmdb.api.CMDBAuditValueList
Initializes the values for CMDBAuditValueList object
CMDBBeginBulkEntryTransaction(ARServerUser) - Static method in class com.remedy.cmdb.api.CMDBUtil
Utility method to start a bulk entry transaction.
CMDBCharLimit - class com.remedy.cmdb.api.CMDBCharLimit.
The CMDBCharLimit class defines the limit of a character attribute.
CMDBCharLimit() - Constructor for class com.remedy.cmdb.api.CMDBCharLimit
Default constructor that creates a character attribute limit with a maximum char length of 254.
CMDBCharLimit(int) - Constructor for class com.remedy.cmdb.api.CMDBCharLimit
Creates a character attribute limit with the specified limit information.
CMDBCharLimit(int, String) - Constructor for class com.remedy.cmdb.api.CMDBCharLimit
Creates a String selection attribute limit.
CMDBCharLimit(int, String, String, int, String, int, int) - Constructor for class com.remedy.cmdb.api.CMDBCharLimit
Creates a character type attribute limit.
CMDBCharacteristics - class com.remedy.cmdb.api.CMDBCharacteristics.
The CMDBCharacteristics helper class builds Class Manager characteristics.
CMDBClass - class com.remedy.cmdb.api.CMDBClass.
The CMDBClass class describes an CMDBClass object.
CMDBClass(CMDBClassNameKey, CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBClass
Creates an CMDBClass object with minimum information.
CMDBClass(CMDBClassNameKey, String, CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBClass
Create an CMDBClass object with minimum information.
CMDBClass(CMDBClassNameKey, CMDBClassNameKey, Map, CMDBIndex[]) - Constructor for class com.remedy.cmdb.api.CMDBClass
Constructor that sets CMDBClass with the information provided and generates a unique GUID as the class ID of the CMDBClass object.
CMDBClassNameKey - class com.remedy.cmdb.api.CMDBClassNameKey.
The CMDBClassNameKey class defines an CMDBClass key that contains a class name and a class namespace.
CMDBClassNameKey() - Constructor for class com.remedy.cmdb.api.CMDBClassNameKey
Constructs a class key with an empty name and namespace.
CMDBClassNameKey(String, String) - Constructor for class com.remedy.cmdb.api.CMDBClassNameKey
Constructs a class key with the provided name and namespace.
CMDBClassQual - class com.remedy.cmdb.api.CMDBClassQual.
The CMDBClassQual class defines the CMDB Class qualification for RE Jobs
CMDBClassQual(String, int, String, QualifierInfo) - Constructor for class com.remedy.cmdb.api.CMDBClassQual
Constructor that creates a class qualification object
CMDBCreateGuid(ARServerUser) - Static method in class com.remedy.cmdb.api.CMDBUtil
Creates a GUID and returns it.
CMDBCurrencyLimit - class com.remedy.cmdb.api.CMDBCurrencyLimit.
The CMDBCurrencyLimits class defines the limit of a currency attribute.
CMDBCurrencyLimit() - Constructor for class com.remedy.cmdb.api.CMDBCurrencyLimit
Creates a default currency attribute limit that has a low range of -99999999999999999999999999.99, a high range of 99999999999999999999999999.99, and a precision of 2.
CMDBCurrencyLimit(BigDecimal, BigDecimal, int, CurrencyDetail[], CurrencyDetail[]) - Constructor for class com.remedy.cmdb.api.CMDBCurrencyLimit
Creates a currency limit with the specified limit information.
CMDBDateLimit - class com.remedy.cmdb.api.CMDBDateLimit.
The CMDBDateLimit class defines the limit of a date attribute.
CMDBDateLimit() - Constructor for class com.remedy.cmdb.api.CMDBDateLimit
Default constructor to create a date attribute limit with a maximum date of 9999-12-31.
CMDBDateLimit(int, int) - Constructor for class com.remedy.cmdb.api.CMDBDateLimit
Creates a date attribute limit with the specified information.
CMDBDecimalLimit - class com.remedy.cmdb.api.CMDBDecimalLimit.
The CMDBDecimalLimit class defines the limit of a decimal attribute.
CMDBDecimalLimit() - Constructor for class com.remedy.cmdb.api.CMDBDecimalLimit
Creates a default decimal attribute limit that has a low range of -99999999999999999999999999.99, a high range of 99999999999999999999999999.99, and a precision of 2.
CMDBDecimalLimit(BigDecimal, BigDecimal, int) - Constructor for class com.remedy.cmdb.api.CMDBDecimalLimit
Creates a decimal limit with the specified limit information.
CMDBDiaryLimit - class com.remedy.cmdb.api.CMDBDiaryLimit.
The CMDBDiaryLimit class defines the limit of a diary attribute.
CMDBDiaryLimit() - Constructor for class com.remedy.cmdb.api.CMDBDiaryLimit
Default constructor to create a diary attribute limit.
CMDBEndBulkEntryTransaction(ARServerUser, int) - Static method in class com.remedy.cmdb.api.CMDBUtil
Utility method to end a bulk entry transaction by either sending the transaction to AR System or canceling the transaction.
CMDBEnumLimit - class com.remedy.cmdb.api.CMDBEnumLimit.
The CMDBEnumLimit class defines the limit of an enumeration attribute.
CMDBEnumLimit() - Constructor for class com.remedy.cmdb.api.CMDBEnumLimit
Default constructor to create an enumeration attribute limit.
CMDBEnumLimit(String[]) - Constructor for class com.remedy.cmdb.api.CMDBEnumLimit
Creates an enumeration attribute limit.
CMDBEnumLimit(EnumItem[]) - Constructor for class com.remedy.cmdb.api.CMDBEnumLimit
Creates an enumeration attribute limit.
CMDBExpandParametersForCI(ARServerUser, String, CMDBInstanceBase) - Static method in class com.remedy.cmdb.api.CMDBUtil
Gets the Expand parameters for a CI
CMDBExport(ARServerUser, CMDBItemBase[], String, String) - Static method in class com.remedy.cmdb.api.CMDBUtil
Utility method to export the metadata and instance data from AR System.
CMDBExportData(ARServerUser, CMDBClassNameKey, String, String, String[], CMDBSort[], int, int) - Static method in class com.remedy.cmdb.api.CMDBUtil
Export the Instance Data
CMDBExportDef(ARServerUser, CMDBXMLExportItem[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Export the Class/Attribute definitions
CMDBFederatedARInfo - class com.remedy.cmdb.api.CMDBFederatedARInfo.
 
CMDBFederatedARInfo() - Constructor for class com.remedy.cmdb.api.CMDBFederatedARInfo
Constructor
CMDBFederatedARInfo(int, String, String, String, String, String) - Constructor for class com.remedy.cmdb.api.CMDBFederatedARInfo
Initiallizes values for CMDBFederatedARInfo
CMDBFederatedActivateInfo - class com.remedy.cmdb.api.CMDBFederatedActivateInfo.
 
CMDBFederatedActivateInfo() - Constructor for class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Constructor
CMDBFederatedActivateInfo(int) - Constructor for class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Constructor
CMDBFederatedActivateInfo(int, int, CMDBFederatedARInfo) - Constructor for class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Initiallizes values for CMDBFederatedActivateInfo
CMDBFederatedActivateInfo(int, int, String) - Constructor for class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Initiallizes values for CMDBFederatedActivateInfo
CMDBGetCMDBUIComponents(ARServerUser, CMDBUIComponentInfo, String, String) - Static method in class com.remedy.cmdb.api.CMDBUtil
 
CMDBGetCopyAuditData(ARServerUser, CMDBClassNameKey, String, String, QualifierInfo, String[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
 
CMDBGetInstanceBase(ARServerUser, CMDBClassNameKey, String, int, String, String[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
 
CMDBGetListInstanceWithAttributes1(ARServerUser, CMDBClassNameKey, String, int, String, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBUtil
 
CMDBGetRelatedFederatedInContext(ARServerUser, CMDBClassNameKey, String, String[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Get Related Federated In Context
CMDBGetRelatedFederatedInContext(ARServerUser, CMDBClassNameKey, String, String, String[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Get Related Federated In Context
CMDBGetServerPort(ARServerUser, Integer, Integer) - Static method in class com.remedy.cmdb.api.CMDBUtil
Gets the server TCP and RPC ports.
CMDBGetVersions(ARServerUser, String[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Gets Version information in CMDBVersionInfo which is having following parameter.
CMDBGraph - class com.remedy.cmdb.api.CMDBGraph.
The CMDBGraph class defines an input graph for performing the graph query.
CMDBGraph() - Constructor for class com.remedy.cmdb.api.CMDBGraph
Default constructor.
CMDBGraph(CMDBClassNameKey, String, CMDBGraphAdjacency[]) - Constructor for class com.remedy.cmdb.api.CMDBGraph
Constructor.
CMDBGraphAdjacency - class com.remedy.cmdb.api.CMDBGraphAdjacency.
The CMDBGraphAdjacency class defines an adjacency in a graph adjacent list.
CMDBGraphAdjacency() - Constructor for class com.remedy.cmdb.api.CMDBGraphAdjacency
Default constructor.
CMDBGraphAdjacency(CMDBClassNameKey, CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBGraphAdjacency
Constructor.
CMDBGraphQuery(ARServerUser, CMDBClassNameKey, String, String, int, int, boolean, boolean, CMDBGraph[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Method to run a graph query.
CMDBGraphQuery(ARServerUser, CMDBClassNameKey, String, int, String, String, int, int, boolean, boolean, CMDBGraph[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Method to run a graph query.
CMDBGraphResult - class com.remedy.cmdb.api.CMDBGraphResult.
The CMDBGraphResult class defines the result of an CMDBGraph query.
CMDBGraphResult() - Constructor for class com.remedy.cmdb.api.CMDBGraphResult
Default constructor.
CMDBImport(ARServerUser, CMDBItemBase[], String) - Static method in class com.remedy.cmdb.api.CMDBUtil
Utility method to import the metadata and instance data into AR System.
CMDBImportData(ARServerUser, int, String) - Static method in class com.remedy.cmdb.api.CMDBUtil
Import the Instance Data
CMDBImportDef(ARServerUser, CMDBXMLImportItem[], int, String) - Static method in class com.remedy.cmdb.api.CMDBUtil
Import the Class/Attribute definitions
CMDBIndex - class com.remedy.cmdb.api.CMDBIndex.
The CMDBIndex class defines the index of an CMDBClass object.
CMDBIndex(String) - Constructor for class com.remedy.cmdb.api.CMDBIndex
Creates a class index with minimal information.
CMDBIndex(String, boolean, boolean, String[]) - Constructor for class com.remedy.cmdb.api.CMDBIndex
Creates a class index with the provided information.
CMDBInstance - class com.remedy.cmdb.api.CMDBInstance.
The CMDBInstance class is used to work with CMDB Instances.
CMDBInstance(CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBInstance
Creates an CMDBInstance object with minimum information.
CMDBInstance(CMDBClassNameKey, Map) - Constructor for class com.remedy.cmdb.api.CMDBInstance
Constructor that creates an CMDBInstance object with the information provided.
CMDBInstanceBase - class com.remedy.cmdb.api.CMDBInstanceBase.
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
CMDBInstanceBase(CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
CMDBInstanceBase(CMDBClassNameKey, Map) - Constructor for class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
CMDBInstanceDataItem - class com.remedy.cmdb.api.CMDBInstanceDataItem.
The CMDBInstanceDataItem class defines instance import/export items.
CMDBInstanceDataItem(CMDBClassNameKey, String) - Constructor for class com.remedy.cmdb.api.CMDBInstanceDataItem
Constructor.
CMDBInstanceDataItem(CMDBClassNameKey, int) - Constructor for class com.remedy.cmdb.api.CMDBInstanceDataItem
Constructor.
CMDBInstanceDataItem(CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBInstanceDataItem
Constructor.
CMDBIntLimit - class com.remedy.cmdb.api.CMDBIntLimit.
The CMDBIntLimit class defines the limit of a integer attribute.
CMDBIntLimit() - Constructor for class com.remedy.cmdb.api.CMDBIntLimit
Creates a default int attribute limit that has a low range of -2147483647 and a high range of 2147483647.
CMDBIntLimit(int, int) - Constructor for class com.remedy.cmdb.api.CMDBIntLimit
Creates an int attribute limit with the specified low and high range.
CMDBItemBase - class com.remedy.cmdb.api.CMDBItemBase.
The CMDBItemBase class defines the import/export item specification.
CMDBItemTypeAttribute - class com.remedy.cmdb.api.CMDBItemTypeAttribute.
 
CMDBItemTypeAttribute() - Constructor for class com.remedy.cmdb.api.CMDBItemTypeAttribute
Default Constructor
CMDBItemTypeAttribute(CMDBClassNameKey, String[]) - Constructor for class com.remedy.cmdb.api.CMDBItemTypeAttribute
Constructor setting the data members
CMDBItemTypeClass - class com.remedy.cmdb.api.CMDBItemTypeClass.
 
CMDBItemTypeClass() - Constructor for class com.remedy.cmdb.api.CMDBItemTypeClass
 
CMDBItemTypeClass(CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBItemTypeClass
Constructor setting the data members
CMDBMetadataItem - class com.remedy.cmdb.api.CMDBMetadataItem.
The CMDBMetadataItem class defines metadata for import/export items.
CMDBMetadataItem(CMDBClassNameKey, int) - Constructor for class com.remedy.cmdb.api.CMDBMetadataItem
Constructor.
CMDBMetadataItem(CMDBClassNameKey) - Constructor for class com.remedy.cmdb.api.CMDBMetadataItem
Constructor.
CMDBRECancelJobRun(ARServerUser, String) - Static method in class com.remedy.cmdb.api.CMDBUtil
Cancel running Reconciliation Engine Job
CMDBREDatasetPair - class com.remedy.cmdb.api.CMDBREDatasetPair.
The CMDBREDatasetPair class defines the RE Dataset pair
CMDBREDatasetPair(String, String) - Constructor for class com.remedy.cmdb.api.CMDBREDatasetPair
Constructor that creates a CMDBREDatasetPair object
CMDBREGetJobRun(ARServerUser, String) - Static method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets Job Run Information along with JobLog
CMDBREGetListJobRun(ARServerUser, String, Integer) - Static method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets List of Job Run Information without JobLog
CMDBREGetListJobRun(ARServerUser, QualifierInfo, Integer) - Static method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets List of Job Run Information
CMDBREJobRunInfo - class com.remedy.cmdb.api.CMDBREJobRunInfo.
The CMDBREJobRunInfo class defines an JobRunInfo
CMDBREJobRunInfo() - Constructor for class com.remedy.cmdb.api.CMDBREJobRunInfo
Constructs a JobRunInfo
CMDBREJobRunInfo(String, String, String, long, long, int) - Constructor for class com.remedy.cmdb.api.CMDBREJobRunInfo
/** Constructs a Job Run Info.
CMDBREStartJobRun(ARServerUser, String, CMDBClassQual[], CMDBREDatasetPair[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Start Existing Reconciliation Engine Job
CMDBRE_JOB_RUN_STATUS_ABORTED - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job Aborted
CMDBRE_JOB_RUN_STATUS_CANCELED - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job Canceled
CMDBRE_JOB_RUN_STATUS_FAILED - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job Failed
CMDBRE_JOB_RUN_STATUS_PAUSED - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job is Paused
CMDBRE_JOB_RUN_STATUS_QUEUED - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job is Queued
CMDBRE_JOB_RUN_STATUS_STARTED - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job Started
CMDBRE_JOB_RUN_STATUS_SUCCESS - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job Successfully completed
CMDBRE_JOB_RUN_STATUS_UNKNOWN - Static variable in class com.remedy.cmdb.api.CMDBREJobRunInfo
Job status is not unknown
CMDBRealLimit - class com.remedy.cmdb.api.CMDBRealLimit.
The CMDBRealLimit class defines the limit of a real attribute.
CMDBRealLimit() - Constructor for class com.remedy.cmdb.api.CMDBRealLimit
Creates a default real attribute limit that has a low range of -1.845e+019, a high range of 1.845e+019, and a precision of 6.
CMDBRealLimit(double, double, int) - Constructor for class com.remedy.cmdb.api.CMDBRealLimit
Creates a real attribute limit with the specified low, high, and precision range.
CMDBRelationBase - class com.remedy.cmdb.api.CMDBRelationBase.
Deprecated. as of CMDB 2.0
CMDBRelationBase(CMDBClassNameKey, String, String, String, String, String, String) - Constructor for class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
CMDBRelationBase(CMDBClassNameKey, String, String, String, String, String, String, Map) - Constructor for class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
CMDBRelationship - class com.remedy.cmdb.api.CMDBRelationship.
The CMDBRelationship class defines the relationship of CMDBclass objects.
CMDBRelationship(CMDBClassNameKey, CMDBClassNameKey, String[], CMDBClassNameKey[]) - Constructor for class com.remedy.cmdb.api.CMDBRelationship
Creates an CMDBRelationship object with minimum information.
CMDBRelationship(CMDBClassNameKey, String, CMDBClassNameKey, String[], CMDBClassNameKey[]) - Constructor for class com.remedy.cmdb.api.CMDBRelationship
Creates an CMDBRelationship object with minimum information.
CMDBRelationship(CMDBClassNameKey, CMDBClassNameKey, Map, CMDBIndex[], String[], CMDBClassNameKey[], int, boolean, CMDBWeakPropagatedAttrs[], boolean) - Constructor for class com.remedy.cmdb.api.CMDBRelationship
Constructor to create an CMDBRelationship object with the provided information.
CMDBRunQualificationForCI(ARServerUser, String, CMDBAttributeValue[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Check the qualification for a CI
CMDBSetServerPort(ARServerUser, Integer, Integer) - Static method in class com.remedy.cmdb.api.CMDBUtil
Sets the server TCP and RPC ports.
CMDBSort - class com.remedy.cmdb.api.CMDBSort.
The CMDBSort class defines the sort property of returned instances.
CMDBSort(String, int) - Constructor for class com.remedy.cmdb.api.CMDBSort
Constructor that creates a sort object that sorts on the specified attribute with the provided order.
CMDBSystemInit(ARServerUser, PropInfo[]) - Static method in class com.remedy.cmdb.api.CMDBUtil
Initializes the system properties.
CMDBTimeLimit - class com.remedy.cmdb.api.CMDBTimeLimit.
The CMDBTimeLimit class defines the limit of a time attribute.
CMDBTimeLimit() - Constructor for class com.remedy.cmdb.api.CMDBTimeLimit
Default constructor to create a time attribute limit.
CMDBTimeOfDayLimit - class com.remedy.cmdb.api.CMDBTimeOfDayLimit.
The CMDBTimeOfDayLimit class defines the limit of a time of day attribute.
CMDBTimeOfDayLimit() - Constructor for class com.remedy.cmdb.api.CMDBTimeOfDayLimit
Default constructor to create a time of day attribute limit.
CMDBUIComponentInfo - class com.remedy.cmdb.api.CMDBUIComponentInfo.
 
CMDBUIComponentInfo() - Constructor for class com.remedy.cmdb.api.CMDBUIComponentInfo
Default Constructor
CMDBUIComponentInfo(String, String, int, String, String, String, String, String, String) - Constructor for class com.remedy.cmdb.api.CMDBUIComponentInfo
Initialises member variables for CMDBUIComponentInfo object
CMDBUIComponentResult - class com.remedy.cmdb.api.CMDBUIComponentResult.
 
CMDBUIComponentResult() - Constructor for class com.remedy.cmdb.api.CMDBUIComponentResult
Default Constructor
CMDBUIComponentResult(String, CMDBUIComponentInfo, String, AttachmentInfo) - Constructor for class com.remedy.cmdb.api.CMDBUIComponentResult
Initialises member variables for CMDBUIComponentResult object
CMDBUtil - class com.remedy.cmdb.api.CMDBUtil.
The CMDBUtil class defines all the utility methods for the Class Manager API.
CMDBUtil() - Constructor for class com.remedy.cmdb.api.CMDBUtil
 
CMDBVersionInfo - class com.remedy.cmdb.api.CMDBVersionInfo.
 
CMDBWeakPropagatedAttrs - class com.remedy.cmdb.api.CMDBWeakPropagatedAttrs.
The CMDBWeakPropagatedAttrs class defines propagated attributes object for a weak relationship.
CMDBWeakPropagatedAttrs(String, String) - Constructor for class com.remedy.cmdb.api.CMDBWeakPropagatedAttrs
Constructor to create a propagated attributes object for a weak relationship.
CMDBXMLExportItem - class com.remedy.cmdb.api.CMDBXMLExportItem.
 
CMDBXMLExportItem() - Constructor for class com.remedy.cmdb.api.CMDBXMLExportItem
Default Constructor
CMDBXMLExportItem(CMDBItemTypeClass) - Constructor for class com.remedy.cmdb.api.CMDBXMLExportItem
Constructor setting the data members
CMDBXMLExportItem(CMDBItemTypeAttribute) - Constructor for class com.remedy.cmdb.api.CMDBXMLExportItem
Constructor setting the data members
CMDBXMLImportItem - class com.remedy.cmdb.api.CMDBXMLImportItem.
 
CMDBXMLImportItem() - Constructor for class com.remedy.cmdb.api.CMDBXMLImportItem
Default Constructor
CMDBXMLImportItem(CMDBItemTypeClass) - Constructor for class com.remedy.cmdb.api.CMDBXMLImportItem
Constructor setting the data members
CMDBXMLImportItem(CMDBItemTypeAttribute) - Constructor for class com.remedy.cmdb.api.CMDBXMLImportItem
Constructor setting the data members
CMDB_ALL_OBJECT - Static variable in class com.remedy.cmdb.api.CMDBUtil
All-relationship graph query.
CMDB_ALL_RELATIONSHIP - Static variable in class com.remedy.cmdb.api.CMDBUtil
All-relationship graph query.
CMDB_ATTACHMENT_LOCATION_BUFFER - Static variable in class com.remedy.cmdb.api.CMDBInstance
The attachment is store in a data buffer
CMDB_ATTACHMENT_LOCATION_BUFFER - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. The attachment is store in a data buffer
CMDB_ATTACHMENT_LOCATION_FILE - Static variable in class com.remedy.cmdb.api.CMDBInstance
The attachment is stored in a file
CMDB_ATTACHMENT_LOCATION_FILE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. The attachment is stored in a file
CMDB_ATTACHMENT_LOCATION_NONE - Static variable in class com.remedy.cmdb.api.CMDBInstance
No attachment is stored
CMDB_ATTACHMENT_LOCATION_NONE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. No attachment is stored
CMDB_ATTR_AUDITTYPE_AUDIT - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Attribute audit type audit.
CMDB_ATTR_AUDITTYPE_AUDIT_AND_COPY - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Attribute audit type audit and copy.
CMDB_ATTR_AUDITTYPE_COPY - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Attribute audit type copy.
CMDB_ATTR_AUDITTYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Attribute audit type none.
CMDB_ATTR_CHARAC_AUDIT_OPTION - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the attribute audit option characteristic.
CMDB_ATTR_CHARAC_CHANGE_PERMS - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the change permission CMDBAttribute characteristic.
CMDB_ATTR_CHARAC_CREATE_MODE - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the create mode CMDBAttribute characteristic.
CMDB_ATTR_CHARAC_DESCRIPTION - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the enumerated value for the CMDBAttribute description characteristic.
CMDB_ATTR_CHARAC_HIDDEN - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the hidden CMDBAttribute characteristic.
CMDB_ATTR_CHARAC_NAMESPACE - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the attribute namespace encoded in CMDBAttribute characteristic.
CMDB_ATTR_CHARAC_PRIMARY_KEY - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the primary key CMDBAttribute characteristic.
CMDB_ATTR_CHARAC_PROPAGATED_OWNER - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the propagated owner CMDBAttribute characteristic.
CMDB_ATTR_CHARAC_VIEW_PERMS - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Defines the view permission CMDBAttribute characteristic.
CMDB_ATTR_CREATE_MODE_OPEN - Static variable in class com.remedy.cmdb.api.CMDBAttribute
Allows any user to create an instance on this attribute.
CMDB_ATTR_CREATE_MODE_PROTECTED - Static variable in class com.remedy.cmdb.api.CMDBAttribute
only allow the user who has attribute change permission to create instance on this attribute.
CMDB_ATTR_CUSTOM_CHARAC_MAX - Static variable in class com.remedy.cmdb.api.CMDBCharacteristics
The high range of the custom characteristic for the attribute.
CMDB_ATTR_CUSTOM_CHARAC_MIN - Static variable in class com.remedy.cmdb.api.CMDBCharacteristics
The low range of the custom characteristic for the attribute.
CMDB_ATTR_DATA_TYPE_ATTACH - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type attachment
CMDB_ATTR_DATA_TYPE_ATTACH_POOL - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type attachment pool
CMDB_ATTR_DATA_TYPE_CHAR - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type char.
CMDB_ATTR_DATA_TYPE_CURRENCY - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type currency
CMDB_ATTR_DATA_TYPE_DATE - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type date.
CMDB_ATTR_DATA_TYPE_DECIMAL - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type decimal.
CMDB_ATTR_DATA_TYPE_DIARY - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type diary.
CMDB_ATTR_DATA_TYPE_ENUM - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type enum.
CMDB_ATTR_DATA_TYPE_INTEGER - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type integer.
CMDB_ATTR_DATA_TYPE_NULL - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
No attribute type.
CMDB_ATTR_DATA_TYPE_REAL - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type real.
CMDB_ATTR_DATA_TYPE_TIME - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type time.
CMDB_ATTR_DATA_TYPE_TIME_OF_DAY - Static variable in class com.remedy.cmdb.api.CMDBAttributeLimit
Attribute type time of day.
CMDB_ATTR_ENTRYMODE_DISPLAY_ONLY - Static variable in class com.remedy.cmdb.api.CMDBAttribute
A display only attribute, which is usually a core attribute.
CMDB_ATTR_ENTRYMODE_NONE - Static variable in class com.remedy.cmdb.api.CMDBAttribute
No entry mode.
CMDB_ATTR_ENTRYMODE_OPTIONAL - Static variable in class com.remedy.cmdb.api.CMDBAttribute
An optional attribute.
CMDB_ATTR_ENTRYMODE_REQUIRED - Static variable in class com.remedy.cmdb.api.CMDBAttribute
A required attribute.
CMDB_ATTR_ENUM_STYLE_CUSTOM - Static variable in class com.remedy.cmdb.api.CMDBEnumLimit
Custom Style.
CMDB_ATTR_ENUM_STYLE_REGULAR - Static variable in class com.remedy.cmdb.api.CMDBEnumLimit
Regular Style.
CMDB_ATTR_TYPE_CORE - Static variable in class com.remedy.cmdb.api.CMDBAttribute
The attribute is a core attribute, which is created and maintained by the Class Manager API.
CMDB_ATTR_TYPE_CORE_INTERNAL - Static variable in class com.remedy.cmdb.api.CMDBAttribute
The attribute is a core internal attribute, which is created and maintained by the Class Manager API, and it is hidden from the end-user.
CMDB_ATTR_TYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBAttribute
No attribute type.
CMDB_ATTR_TYPE_REGULAR - Static variable in class com.remedy.cmdb.api.CMDBAttribute
The attribute is the regular type.
CMDB_AUDIT_OPERATION_CREATE - Static variable in class com.remedy.cmdb.api.CMDBAuditValueList
CREATE; Execute the filter on create operations for Audit Copy
CMDB_AUDIT_OPERATION_DELETE - Static variable in class com.remedy.cmdb.api.CMDBAuditValueList
DELETE; Execute the filter on delete operations for Audit Copy
CMDB_AUDIT_OPERATION_MERGE - Static variable in class com.remedy.cmdb.api.CMDBAuditValueList
MERGE; Execute the filter on merge operations for Audit Copy
CMDB_AUDIT_OPERATION_NONE - Static variable in class com.remedy.cmdb.api.CMDBAuditValueList
NONE; when no filter operations for Audit Copy is required
CMDB_AUDIT_OPERATION_SET - Static variable in class com.remedy.cmdb.api.CMDBAuditValueList
SET; Execute the set filter on set operations for Audit Copy
CMDB_CLASS_ABSTRACT_TYPE_DATA_REPLC - Static variable in class com.remedy.cmdb.api.CMDBClass
Data replication abstract class.
CMDB_CLASS_ABSTRACT_TYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBClass
Not an abstract class.
CMDB_CLASS_ABSTRACT_TYPE_REGULAR - Static variable in class com.remedy.cmdb.api.CMDBClass
Regular abstract class.
CMDB_CLASS_AUDITTYPE_COPY - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
Audit Type is Copy
CMDB_CLASS_AUDITTYPE_LOG - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
Audit Type is Log
CMDB_CLASS_AUDITTYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
Audit Type is None
CMDB_CLASS_CHARAC_ABSTRACT - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Abstract for the CMDBClass.
CMDB_CLASS_CHARAC_AUTHOR - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Author for the CMDBClass.
CMDB_CLASS_CHARAC_CATEGORIZATION_SUBCLASS - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Subclass for the CMDBClass.
CMDB_CLASS_CHARAC_CLASS_HIDDEN_PERMS - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Hidden Permissions for the CMDBClass object.
CMDB_CLASS_CHARAC_CLASS_VISIBLE_PERMS - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Visible Permissions for the CMDBClass object.
CMDB_CLASS_CHARAC_DESCRIPTION - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Description for the CMDBClass.
CMDB_CLASS_CHARAC_FINAL - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Final for the CMDBClass.
CMDB_CLASS_CHARAC_FORM_NAME - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is form name of the CMDBClass.
CMDB_CLASS_CHARAC_NONE - Static variable in class com.remedy.cmdb.api.CMDBClass
No characteristic for the CMDBClass.
CMDB_CLASS_CHARAC_SINGLETON - Static variable in class com.remedy.cmdb.api.CMDBClass
The characteristic is Singleton for the CMDBClass.
CMDB_CLASS_CUSTOM_CHARAC_MAX - Static variable in class com.remedy.cmdb.api.CMDBCharacteristics
The high range of the custom characteristic for the class.
CMDB_CLASS_CUSTOM_CHARAC_MIN - Static variable in class com.remedy.cmdb.api.CMDBCharacteristics
The low range of the custom characteristic for the class.
CMDB_CLASS_RELATIONSHIP_CARDINALITY_1_1 - Static variable in class com.remedy.cmdb.api.CMDBRelationship
Cardinality (relationship) is one-to-one.
CMDB_CLASS_RELATIONSHIP_CARDINALITY_1_MANY - Static variable in class com.remedy.cmdb.api.CMDBRelationship
Cardinality (relationship) is one-to-many.
CMDB_CLASS_RELATIONSHIP_CARDINALITY_MANY_1 - Static variable in class com.remedy.cmdb.api.CMDBRelationship
Cardinality (relationship) is many-to-one.
CMDB_CLASS_RELATIONSHIP_CARDINALITY_MANY_MANY - Static variable in class com.remedy.cmdb.api.CMDBRelationship
Cardinality (relationship) is many-to-many.
CMDB_CLASS_RELATIONSHIP_CARDINALITY_NONE - Static variable in class com.remedy.cmdb.api.CMDBRelationship
No cardinality.
CMDB_COMPONENT_TYPE_ICON - Static variable in class com.remedy.cmdb.api.CMDBUIComponentInfo
For Component Type selected as Icon
CMDB_COMPONENT_TYPE_LINE - Static variable in class com.remedy.cmdb.api.CMDBUIComponentInfo
For Component Type selected as Line
CMDB_COMPONENT_TYPE_LOCALIZED_LABEL - Static variable in class com.remedy.cmdb.api.CMDBUIComponentInfo
For Component Type selected as Label
CMDB_COMPONENT_TYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBUIComponentInfo
For Component Type selected as None
CMDB_COMPONENT_TYPE_TOOLTIP - Static variable in class com.remedy.cmdb.api.CMDBUIComponentInfo
For Component Type selected as Tooltip
CMDB_DATASET_ACCESSIBILITY_READ_ONLY - Static variable in class com.remedy.cmdb.api.CMDBInstance
A dataset that is read only
CMDB_DATASET_ACCESSIBILITY_READ_ONLY - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. A dataset that is read only
CMDB_DATASET_ACCESSIBILITY_WRITABLE - Static variable in class com.remedy.cmdb.api.CMDBInstance
A dataset that is writable
CMDB_DATASET_ACCESSIBILITY_WRITABLE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. A dataset that is writable
CMDB_DATASET_ACCESSIBLITY_WRITABLE_BY_CLIENT_TYPE - Static variable in class com.remedy.cmdb.api.CMDBInstance
A dataset that is writable certain client types
CMDB_DATASET_ACCESSIBLITY_WRITABLE_BY_CLIENT_TYPE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. A dataset that is writable certain client types
CMDB_DATASET_TYPE_OVERLAY - Static variable in class com.remedy.cmdb.api.CMDBInstance
Overlay dataset type
CMDB_DATASET_TYPE_OVERLAY - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. Overlay dataset type
CMDB_DATASET_TYPE_REGULAR - Static variable in class com.remedy.cmdb.api.CMDBInstance
Regular dataset type
CMDB_DATASET_TYPE_REGULAR - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. Regular dataset type
CMDB_DATA_IMPORT_OPT_ERROR_FOR_DUP - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Returns Error in case of Duplicate instance
CMDB_DATA_IMPORT_OPT_MERGE_FOR_DUP - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Overrides the data for Duplicate instance
CMDB_DATA_IMPORT_OPT_NEWID_FOR_ALL - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Creates NewId for all instances
CMDB_DATA_IMPORT_OPT_NEWID_FOR_DUP - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Creates NewId for the Duplicate instance
CMDB_DEFAULT_AUDIT_LOG_FORM - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
Default Value for Audit Log Form
CMDB_DEF_IMPORT_OPT_CREATE - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Create the Object with imported definition
CMDB_DEF_IMPORT_OPT_OVERWRITE - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Overwrite the Object with imported definition
CMDB_DELETE_CLASS_OPTION_ALL_DEPENDENCIES - Static variable in class com.remedy.cmdb.api.CMDBClass
Delete class, all its derived classes and all its dependent relationship classes.
CMDB_DELETE_CLASS_OPTION_NONE - Static variable in class com.remedy.cmdb.api.CMDBClass
Delete the class only if the class contains no instances and has no derived classes or dependent relationships.
CMDB_DELETE_CLASS_OPTION_WITH_DATA - Static variable in class com.remedy.cmdb.api.CMDBClass
Delete the class only if the class has no derived classes or dependent relationships
CMDB_FALSE - Static variable in class com.remedy.cmdb.api.CMDBCharacteristics
The value for false.
CMDB_FEDERATED_ACCESS_TYPE_AR - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for AR Applications
CMDB_FEDERATED_ACCESS_TYPE_AR_PROCESS - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for AR Process
CMDB_FEDERATED_ACCESS_TYPE_AR_URL - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for AR URL
CMDB_FEDERATED_ACCESS_TYPE_DATA_STORE - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for Data store
CMDB_FEDERATED_ACCESS_TYPE_MANUAL - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for Manual
CMDB_FEDERATED_ACCESS_TYPE_PROCESS - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for Process
CMDB_FEDERATED_ACCESS_TYPE_URL - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for URL
CMDB_FEDERATED_ACCESS_TYPE_WEBSERVICE - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Access Type for Webservice.
CMDB_FEDERATED_ACTION_DATA_RETURN - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Action Type for Data Return.
CMDB_FEDERATED_ACTION_LAUNCH - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Action Type for Launch
CMDB_FEDERATED_LINK_TYPE_CLASS - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Link Type for Class
CMDB_FEDERATED_LINK_TYPE_INSTANCE - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federated Link Type for Instance
CMDB_FEDERATION_ACTIVATION_EXPAND - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federation Activation Option as Expand
CMDB_FEDERATION_ACTIVATION_EXPAND - Static variable in class com.remedy.cmdb.api.CMDBUtil
Return the expanded federated link
CMDB_FEDERATION_ACTIVATION_LAUNCH - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federation Activation Option as Launch
CMDB_FEDERATION_ACTIVATION_LAUNCH - Static variable in class com.remedy.cmdb.api.CMDBUtil
Launch the federated link in context
CMDB_FEDERATION_ACTIVATION_NONE - Static variable in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Federation Activation Option as None
CMDB_FEDERATION_ACTIVATION_NONE - Static variable in class com.remedy.cmdb.api.CMDBUtil
Take no action
CMDB_GET_ATTR_ALL - Static variable in class com.remedy.cmdb.api.CMDBGraphAdjacency
Get all attributes.
CMDB_GET_ATTR_NOHIDDEN - Static variable in class com.remedy.cmdb.api.CMDBGraphAdjacency
Get all attributes that are not hidden.
CMDB_GET_ATTR_NONE - Static variable in class com.remedy.cmdb.api.CMDBGraphAdjacency
Do not get any attributes.
CMDB_GET_DATASET_MODE_CURRENT - Static variable in class com.remedy.cmdb.api.CMDBInstance
Find in the curerent Dataset only
CMDB_GET_DATASET_MODE_CURRENT - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. Find in the curerent Dataset only
CMDB_GET_MASK_NONE - Static variable in class com.remedy.cmdb.api.CMDBInstance
Take no action
CMDB_GET_MASK_NONE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. Take no action
CMDB_GRAPH_QUAL_TYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBGraphAdjacency
Do not have query specified
CMDB_GRAPH_QUAL_TYPE_STRING - Static variable in class com.remedy.cmdb.api.CMDBGraphAdjacency
The query is a string
CMDB_GRAPH_QUAL_TYPE_STRUCT - Static variable in class com.remedy.cmdb.api.CMDBGraphAdjacency
The query is a QualifierInfo object
CMDB_ITEM_TYPE_ATTRIBUTE - Static variable in class com.remedy.cmdb.api.CMDBXMLExportItem
Export item which is to be exported is Attribute
CMDB_ITEM_TYPE_ATTRIBUTE - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Import item which is to be exported is Attribute
CMDB_ITEM_TYPE_CLASS - Static variable in class com.remedy.cmdb.api.CMDBXMLExportItem
Export item which is to be exported is class
CMDB_ITEM_TYPE_CLASS - Static variable in class com.remedy.cmdb.api.CMDBXMLImportItem
Import item which is to be exported is class
CMDB_NO_MAX_LIST_RETRIEVE - Static variable in class com.remedy.cmdb.api.CMDBInstance
No maximum limit for the number of entries retrieved in the list.
CMDB_NO_MAX_LIST_RETRIEVE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. No maximum limit for the number of entries retrieved in the list.
CMDB_QUALIFIER_TYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBClassQual
Qualifier type none
CMDB_QUALIFIER_TYPE_OBJECT - Static variable in class com.remedy.cmdb.api.CMDBClassQual
Qualifier type object
CMDB_QUALIFIER_TYPE_STRING - Static variable in class com.remedy.cmdb.api.CMDBClassQual
Qualifier type string
CMDB_QUAL_TYPE_NONE - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
Do not have query specified
CMDB_QUAL_TYPE_STRING - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
The query is a string
CMDB_QUAL_TYPE_STRUCT - Static variable in class com.remedy.cmdb.api.CMDBAuditInfo
The query is a QualifierInfo object
CMDB_RELATIONSHIP_DIRECTION_IN - Static variable in class com.remedy.cmdb.api.CMDBUtil
Relation on an object where the object is on the right, with an arrow pointing at the node.
CMDB_RELATIONSHIP_DIRECTION_OUT - Static variable in class com.remedy.cmdb.api.CMDBUtil
Relation on an object where the object is on the left, with an arrow coming out from the node.
CMDB_SORT_ASCENDING - Static variable in class com.remedy.cmdb.api.CMDBSort
The sort order is ascending.
CMDB_SORT_DESCENDING - Static variable in class com.remedy.cmdb.api.CMDBSort
The sort order is descending.
CMDB_START_WITH_FIRST_INSTANCE - Static variable in class com.remedy.cmdb.api.CMDBInstance
Retrieves from result set starting with the first instance.
CMDB_START_WITH_FIRST_INSTANCE - Static variable in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. Retrieves from result set starting with the first instance.
CMDB_TRUE - Static variable in class com.remedy.cmdb.api.CMDBCharacteristics
The value for true.
CMDB_VER_APP_ID_CMDB - Static variable in class com.remedy.cmdb.api.CMDBUtil
Application ID for CMDB
CMDB_VER_APP_ID_RECON_ENG - Static variable in class com.remedy.cmdb.api.CMDBUtil
Application ID for Reconciliation Engine
CMDB_WEAK_OBJECT - Static variable in class com.remedy.cmdb.api.CMDBUtil
Weak relationship-only graph query.
CMDB_WEAK_RELATIONSHIP - Static variable in class com.remedy.cmdb.api.CMDBUtil
Weak relationship-only graph query.
com.remedy.cmdb.api - package com.remedy.cmdb.api
 
compareTo(Object) - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
Compares this object with the given CMDBUIComponentResult object.
create(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBClass
Creates the current CMDBClass object in AR System.
create(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBInstance
Creates the current CMDBClass instance in AR System.
create(ARServerUser, String) - Method in class com.remedy.cmdb.api.CMDBInstance
Creates the current CMDBClass instance in AR System.
create(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. Creates the current CMDBClass instance in AR System.
create(ARServerUser, String) - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.

D

delete(ARServerUser, CMDBClassNameKey, int) - Static method in class com.remedy.cmdb.api.CMDBClass
Deletes the current CMDBClass object from AR System.
delete(ARServerUser, CMDBClassNameKey, String, int) - Static method in class com.remedy.cmdb.api.CMDBInstance
Deletes the current CMDBClass instance from AR System.
delete(ARServerUser, CMDBClassNameKey, String, String, int) - Static method in class com.remedy.cmdb.api.CMDBInstance
Deletes the current CMDBClass instance from AR System.
delete(ARServerUser, CMDBClassNameKey, String, int) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
delete(ARServerUser, CMDBClassNameKey, String, String, int) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.

F

find(ARServerUser, String, CMDBClassNameKey, CMDBClassNameKey, PropInfo[], boolean) - Static method in class com.remedy.cmdb.api.CMDBClass
Find names of all CMDBClass objects that satisfy the specified query criteria.
find(ARServerUser, CMDBClassNameKey, String, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds the IDs of all CMDBClass instances in AR System
find(ARServerUser, CMDBClassNameKey, String, int, String, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds the IDs of all CMDBClass instances in AR System
find(ARServerUser, CMDBClassNameKey, QualifierInfo, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all qualified CMDBClass instances in AR System
find(ARServerUser, CMDBClassNameKey, String, int, QualifierInfo, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all qualified CMDBClass instances in AR System
find(ARServerUser, CMDBClassNameKey, String, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
find(ARServerUser, CMDBClassNameKey, String, int, String, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
find(ARServerUser, CMDBClassNameKey, QualifierInfo, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
find(ARServerUser, CMDBClassNameKey, String, int, QualifierInfo, CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findBlobByKey(ARServerUser, CMDBClassNameKey, String, String, AttachmentInfo) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds the specified attachment attribute from AR System.
findBlobByKey(ARServerUser, CMDBClassNameKey, String, int, String, String, AttachmentInfo) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds the specified attachment attribute from AR System.
findBlobByKey(ARServerUser, CMDBClassNameKey, String, String, AttachmentInfo) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findBlobByKey(ARServerUser, CMDBClassNameKey, String, int, String, String, AttachmentInfo) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findByKey(ARServerUser, CMDBClassNameKey, boolean, boolean) - Static method in class com.remedy.cmdb.api.CMDBClass
Finds the specified CMDBClass object in AR System.
findByKey(ARServerUser, CMDBClassNameKey, boolean, boolean, PropInfo[]) - Static method in class com.remedy.cmdb.api.CMDBClass
Finds the specified CMDBClass object in AR System.
findByKey(ARServerUser, String, CMDBClassNameKey, String[]) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds the specified CMDBClass instance in AR System
findByKey(ARServerUser, CMDBClassNameKey, int, String, String, String[]) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds the specified CMDBClass instance in AR System
findByKey(ARServerUser, CMDBClassNameKey, String, String[]) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findByKey(ARServerUser, CMDBClassNameKey, String, int, String, String[]) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findObjects(ARServerUser, CMDBClassNameKey, String, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all qualified CMDBClass instances in AR System
findObjects(ARServerUser, CMDBClassNameKey, String, int, String, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all qualified CMDBClass instances in AR System
findObjects(ARServerUser, CMDBClassNameKey, QualifierInfo, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all qualified CMDBClass instances in AR System
findObjects(ARServerUser, CMDBClassNameKey, String, int, QualifierInfo, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all qualified CMDBClass instances in AR System
findObjects(ARServerUser, CMDBClassNameKey, String[], String[]) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all specified CMDBClass instances in AR System
findObjects(ARServerUser, CMDBClassNameKey, String, int, String[], String[]) - Static method in class com.remedy.cmdb.api.CMDBInstance
Finds all specified CMDBClass instances in AR System
findObjects(ARServerUser, CMDBClassNameKey, String, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findObjects(ARServerUser, CMDBClassNameKey, String, int, String, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findObjects(ARServerUser, CMDBClassNameKey, QualifierInfo, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findObjects(ARServerUser, CMDBClassNameKey, String, int, QualifierInfo, String[], CMDBSort[], int, int, Integer) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findObjects(ARServerUser, CMDBClassNameKey, String[], String[]) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
findObjects(ARServerUser, CMDBClassNameKey, String, int, String[], String[]) - Static method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.

G

getAbstract() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Abstract characteristic.
getAccessString() - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
It returns the accessString for given CMDBFederatedActivateInfo object
getAccessType() - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
It returns the accessType for given CMDBFederatedActivateInfo object
getActionType() - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
It returns the actionType for given CMDBFederatedActivateInfo object
getAdjacencyList() - Method in class com.remedy.cmdb.api.CMDBGraph
Gets the list of adjacent CMDBGraph objects.
getAllowableType() - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Gets the allowable type of the currency limit.
getApplicationID() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application ID.
getApplicationName() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application Name.
getArAccessType() - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
It returns the ArAccessType for given CMDBFederatedARInfo object
getArInfo() - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
It returns the arInfo for given CMDBFederatedActivateInfo object
getAttachVal() - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
It returns the attachVal for given CMDBUIComponentResult object
getAttachmentPoolName() - Method in class com.remedy.cmdb.api.CMDBAttachmentLimit
Gets the name of the attachment pool of the attachment attribute limit.
getAttrNameChange() - Method in class com.remedy.cmdb.api.CMDBAuditValueList
returns list attribute Name Changed for the given CMDBAuditValueList
getAttributeByName(String) - Method in class com.remedy.cmdb.api.CMDBClass
Finds the attribute in the class using the provided attribute name as a search key.
getAttributeItem() - Method in class com.remedy.cmdb.api.CMDBXMLExportItem
returns Attribute item for given CMDBXMLExportItem object
getAttributeItem() - Method in class com.remedy.cmdb.api.CMDBXMLImportItem
returns Attribute item for given CMDBXMLExportItem object
getAttributeList() - Method in class com.remedy.cmdb.api.CMDBAuditValueList
returns attributeList variable for the given CMDBAuditValueList
getAttributeName() - Method in class com.remedy.cmdb.api.CMDBAttributeValue
Gets the name of the attribute.
getAttributeName() - Method in class com.remedy.cmdb.api.CMDBSort
Gets the attribute name.
getAttributeNames() - Method in class com.remedy.cmdb.api.CMDBIndex
Gets the names of all indexed attributes.
getAttributeNames() - Method in class com.remedy.cmdb.api.CMDBItemTypeAttribute
returns list of attribute names for the given CMDBItemTypeAttribute object
getAttributeType() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the type of the attribute.
getAttributeValue() - Method in class com.remedy.cmdb.api.CMDBAttributeValue
Gets the value of the attribute.
getAttributeValueByName(String) - Method in class com.remedy.cmdb.api.CMDBInstance
Use the attribute name as a map key to find the attribute value.
getAttributeValueByName(String) - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
getAttributeValues() - Method in class com.remedy.cmdb.api.CMDBInstance
Gets the attribute values.
getAttributeValues() - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
getAttributes() - Method in class com.remedy.cmdb.api.CMDBClass
Gets all the attributes of the CMDBClass object.
getAuditDate() - Method in class com.remedy.cmdb.api.CMDBAuditValueList
returns auditDate variable for the given CMDBAuditValueList
getAuditInfo() - Method in class com.remedy.cmdb.api.CMDBClass
Gets the audit info of the CMDBClass object.
getAuditType() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns the audit type characteristic.
getAuthor() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Author characteristic.
getBaseClassName() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the name of the base class the attribute is associated with.
getCardinality() - Method in class com.remedy.cmdb.api.CMDBRelationship
Gets the cardinality of the relationship.
getCategorizationSubclass() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Categorization Subclass characteristic.
getChangePermission() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the change permission of the attribute.
getChangedBy() - Method in class com.remedy.cmdb.api.CMDBAuditValueList
returns changedBy variable for the given CMDBAuditValueList
getCharMenu() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the name of AR System character menu attached to the underlying field of this attribute
getClassFormName() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Class form name characteristic.
getClassHiddenPerms() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Class Hidden Permission characteristic.
getClassId() - Method in class com.remedy.cmdb.api.CMDBClassQual
Gets the classId.
getClassId() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the classId for given CMDBUIComponentInfo object
getClassItem() - Method in class com.remedy.cmdb.api.CMDBXMLExportItem
returns Class item for given CMDBXMLExportItem object
getClassItem() - Method in class com.remedy.cmdb.api.CMDBXMLImportItem
returns Class item for given CMDBXMLExportItem object
getClassKey() - Method in class com.remedy.cmdb.api.CMDBInstance
Gets the key of the class that the instance belongs to.
getClassKey() - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
getClassName() - Method in class com.remedy.cmdb.api.CMDBClassNameKey
Gets the name of the CMDBClass object.
getClassNameId() - Method in class com.remedy.cmdb.api.CMDBGraph
Gets the class name key of the CMDBGraph object.
getClassNameId() - Method in class com.remedy.cmdb.api.CMDBItemBase
Gets the class name key of the CMDBItemBase object.
getClassNameId() - Method in class com.remedy.cmdb.api.CMDBItemTypeAttribute
returns the classKey for the given CMDBItemTypeAttribute object
getClassNameId() - Method in class com.remedy.cmdb.api.CMDBItemTypeClass
returns the classKey for the given CMDBItemTypeClass object
getClassNamespace() - Method in class com.remedy.cmdb.api.CMDBClassNameKey
Gets the namespace of the CMDBClass object.
getClassVisiblePerms() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Class Visible Permission characteristic.
getCompInfo() - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
It returns the compInfo object for given CMDBUIComponentResult object
getComponentType() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the ComponentType for given CMDBUIComponentInfo object
getCreateMode() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns the create mode characteristic.
getCustomCharacteristic(int) - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the specified custom characteristic.
getCustomCharacteristic(int) - Method in class com.remedy.cmdb.api.CMDBClass
Gets the specified custom characteristic.
getCustomCharacteristicMap() - Method in class com.remedy.cmdb.api.CMDBAttribute
Retrieves all custom characteristics as a map.
getCustomCharacteristicMap() - Method in class com.remedy.cmdb.api.CMDBClass
Retrieves all custom characteristics as a map.
getDataString() - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
It returns the dataString for given CMDBUIComponentResult object
getDataType() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the dataType of the attribute.
getDataType() - Method in class com.remedy.cmdb.api.CMDBAttributeLimit
Returns the dataType of the attribute.
getDataset() - Method in class com.remedy.cmdb.api.CMDBREDatasetPair
Gets the dataset name.
getDefaultValue() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the default value of the attribute.
getDescription() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns the attribute description.
getDescription() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Description characteristic.
getEncodedQual() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Encoded Qualifier String for given CMDBUIComponentInfo object
getEndTime() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job End Time of the JobRunInfo object.
getEntryMode() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the entry mode of the attribute.
getEnumItemsCustom() - Method in class com.remedy.cmdb.api.CMDBEnumLimit
Gets the enumeration items of the enumeration attribute limit.
getEnumItemsRegular() - Method in class com.remedy.cmdb.api.CMDBEnumLimit
Gets the enumeration items of the enumeration attribute limit.
getEnumStyle() - Method in class com.remedy.cmdb.api.CMDBEnumLimit
Gets the enumeration style of the enumeration attribute limit.
getExtensionId() - Method in class com.remedy.cmdb.api.CMDBGraph
Gets the extension ID of the CMDBGraph object.
getExtensionId() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the extension ID of the class in the adjacency
getFTSOption() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the FTS option
getFieldId() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the ID of the AR System field that stores the attribute.
getFinal() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Final characteristic.
getForm() - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
It returns the form for given CMDBFederatedARInfo object
getFormat() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the format of the character attribute limit.
getFunctionalType() - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Gets the functional type of the currency limit.
getGetMask() - Method in class com.remedy.cmdb.api.CMDBInstance
Gets the instance datasetSetMode
getGetMask() - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
getHidden() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns Hidden characteristic.
getHighRange() - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Gets the high range of the decimal attribute limit.
getHighRange() - Method in class com.remedy.cmdb.api.CMDBDecimalLimit
Gets the high range of the decimal attribute limit.
getHighRange() - Method in class com.remedy.cmdb.api.CMDBIntLimit
Gets the high range of the int attribute limit.
getHighRange() - Method in class com.remedy.cmdb.api.CMDBRealLimit
Gets the high range of the real attribute limit.
getId() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the ID of the attribute.
getId() - Method in class com.remedy.cmdb.api.CMDBClass
Gets the ID of the CMDBClass object.
getId() - Method in class com.remedy.cmdb.api.CMDBInstance
Gets the instance ID
getId() - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
getIndexName() - Method in class com.remedy.cmdb.api.CMDBIndex
Gets the name of the index.
getIndexes() - Method in class com.remedy.cmdb.api.CMDBClass
Gets the index of the CMDBClass object.
getInstanceId() - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
It returns the instanceid for given CMDBUIComponentResult object
getInstanceRoles() - Method in class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
getIsExist() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application status.
getItemType() - Method in class com.remedy.cmdb.api.CMDBXMLExportItem
returns Item type for given CMDBXMLExportItem object
getItemType() - Method in class com.remedy.cmdb.api.CMDBXMLImportItem
returns Item type for given CMDBXMLExportItem object
getJobInstanceId() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job Instance Id of the JobRunInfo object.
getJobLog() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job Log of the JobRunInfo object.
getJobLog(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job Log of the JobRunInfo object
getJobName() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job Name of the JobRunInfo object.
getJobRunId() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job Run Id of the JobRunInfo object.
getJobRunStatus() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the status of the given job of JobRunInfo Object.
getKeyAttributeNames() - Method in class com.remedy.cmdb.api.CMDBClass
Gets the names of key attributes that identify each CMDBClass object.
getKeyAttributes() - Method in class com.remedy.cmdb.api.CMDBClass
Gets all the key attributes that identify each CMDBClass object.
getLimitInfo() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the limit of the attribute.
getLocale() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Locale for given CMDBUIComponentInfo object
getLogForm() - Method in class com.remedy.cmdb.api.CMDBAuditInfo
It returns the logForm for given CMDBAuditInfo object
getLogForm() - Method in class com.remedy.cmdb.api.CMDBAuditLogInfo
It returns the logForm for given CMDBAuditLogInfo object
getLowRange() - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Gets the low range of the currency attribute limit.
getLowRange() - Method in class com.remedy.cmdb.api.CMDBDecimalLimit
Gets the low range of the decimal attribute limit.
getLowRange() - Method in class com.remedy.cmdb.api.CMDBIntLimit
Gets the low range of the int attribute limit.
getLowRange() - Method in class com.remedy.cmdb.api.CMDBRealLimit
Gets the low range of the real attribute limit.
getMaxCharLength() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the maximum length of the character attribute limit.
getMaxDate() - Method in class com.remedy.cmdb.api.CMDBDateLimit
Gets the maximum date of the date attribute limit.
getMaxSize() - Method in class com.remedy.cmdb.api.CMDBAttachmentLimit
Gets the maximum size of the attachment.
getMenuStyle() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the menu style
getMinDate() - Method in class com.remedy.cmdb.api.CMDBDateLimit
Gets the minimum date of the date attribute limit.
getName() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the name of the attribute.
getNameKey() - Method in class com.remedy.cmdb.api.CMDBClass
Gets the name key of the CMDBClass object.
getNamespace() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns the attribute namespace.
getNewName() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the new attribute name to be set into AR System.
getObjectAttributeNames() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the attribute name for the CMDBGraphAdjacency.
getObjectAttributeType() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the attribute type of the CMDBGraphAdjacency.
getObjectClassName() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the name of the class involved in the adjacency.
getObjectQuery() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the query for the CMDBGraphAdjacency object instance.
getObjectQueryType() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the type of CMDBGraphAdjacency object qualification
getObjects() - Method in class com.remedy.cmdb.api.CMDBGraphResult
Gets all object instances that result from the graph search.
getOperation() - Method in class com.remedy.cmdb.api.CMDBAuditValueList
returns operation variable for the given CMDBAuditValueList
getOption() - Method in class com.remedy.cmdb.api.CMDBItemBase
Gets the option value of the CMDBItemBase object.
getPattern() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the pattern for the underlying field of this attribute
getPrecision() - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Gets the precision of the decimal attribute limit.
getPrecision() - Method in class com.remedy.cmdb.api.CMDBDecimalLimit
Gets the precision of the decimal attribute limit.
getPrecision() - Method in class com.remedy.cmdb.api.CMDBRealLimit
Gets the precision of the real attribute limit.
getPrimaryKey() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns PrimaryKey characteristic.
getPropagatedOwner() - Method in class com.remedy.cmdb.api.CMDBAttribute
Returns the propagated owner characteristic.
getQBEOption() - Method in class com.remedy.cmdb.api.CMDBCharLimit
Gets the QBE option
getQualObject() - Method in class com.remedy.cmdb.api.CMDBAuditInfo
It returns the qualObject for given CMDBAuditInfo object
getQualStr() - Method in class com.remedy.cmdb.api.CMDBClassQual
Gets the qualifier string.
getQualString() - Method in class com.remedy.cmdb.api.CMDBAuditInfo
It returns the qualString for given CMDBAuditInfo object
getQualType() - Method in class com.remedy.cmdb.api.CMDBAuditInfo
It returns the qualType for given CMDBAuditInfo object
getQualType() - Method in class com.remedy.cmdb.api.CMDBClassQual
Gets the qualification type.
getQualifier() - Method in class com.remedy.cmdb.api.CMDBClassQual
Gets the qualifier.
getQualifier() - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
It returns the Qualifier for given CMDBFederatedARInfo object
getQualifier() - Method in class com.remedy.cmdb.api.CMDBInstanceDataItem
Gets the qualifier.
getRelationAttributeNames() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the attribute name of the adjacency.
getRelationAttributeType() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the attribute type of the adjacency.
getRelationClassName() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the name of the relationship involved in the adjacency.
getRelationClassNames() - Method in class com.remedy.cmdb.api.CMDBRelationship
Gets the name of the two classes that are involved in the relationship.
getRelationQuery() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the query for the CMDBGraphAdjacency relation instance.
getRelationQueryType() - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Gets the type of CMDBGraphAdjacency relation qualification
getRelations() - Method in class com.remedy.cmdb.api.CMDBGraphResult
Gets all relationship instances that result from the graph search.
getRole1ClassName() - Method in class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
getRole2ClassName() - Method in class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
getRoleClassId(String) - Method in class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
getRoleInstanceId(String) - Method in class com.remedy.cmdb.api.CMDBRelationBase
Deprecated. as of CMDB 2.0
getRoleNames() - Method in class com.remedy.cmdb.api.CMDBRelationship
Gets the name of the Roles of the relationship.
getServer() - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
It returns the server for given CMDBFederatedARInfo object
getSingleton() - Method in class com.remedy.cmdb.api.CMDBClass
Returns the Singleton characteristic.
getSortOrder() - Method in class com.remedy.cmdb.api.CMDBSort
Gets the sort order.
getSourceAttributeName() - Method in class com.remedy.cmdb.api.CMDBWeakPropagatedAttrs
Gets the name of the lead object attribute.
getStartTime() - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Gets the Job Start Time of the JobRunInfo object.
getSuperclassKey() - Method in class com.remedy.cmdb.api.CMDBClass
Gets the key of the super class.
getTag1() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Tag1 for given CMDBUIComponentInfo object
getTag2() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Tag2 for given CMDBUIComponentInfo object
getTag3() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Tag3 for given CMDBUIComponentInfo object
getTag4() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Tag4 for given CMDBUIComponentInfo object
getTag5() - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
It returns the Tag5 for given CMDBUIComponentInfo object
getTargetAttributeName() - Method in class com.remedy.cmdb.api.CMDBWeakPropagatedAttrs
Gets the name of the weak object attribute.
getType() - Method in class com.remedy.cmdb.api.CMDBAuditInfo
It returns the type for given CMDBAuditInfo object
getUrl() - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
It returns the Url for given CMDBFederatedARInfo object
getView() - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
It returns the view for given CMDBFederatedARInfo object
getViewPermission() - Method in class com.remedy.cmdb.api.CMDBAttribute
Gets the view permission of the attribute.
getWeakPropagatedAttrs() - Method in class com.remedy.cmdb.api.CMDBRelationship
Get propagated attributes of the weak relationship object
getWorkingDataset() - Method in class com.remedy.cmdb.api.CMDBREDatasetPair
Gets the working dataset name.
getmaintenanceVer() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application maintenance version.
getmajorVer() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application major version.
getminorVer() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application minor version.
getpatchNum() - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Gets Application patch number.

I

isCascadeDelete() - Method in class com.remedy.cmdb.api.CMDBRelationship
Tells if the relationship supports cascade deletion.
isPrimaryKey() - Method in class com.remedy.cmdb.api.CMDBIndex
Gets if the index is a primary key.
isRole2WeakReference() - Method in class com.remedy.cmdb.api.CMDBRelationship
Tells if role two is a weak reference.
isUnique() - Method in class com.remedy.cmdb.api.CMDBIndex
Gets if the index is a unique index.

O

OPTION_CLASS_ONLY - Static variable in class com.remedy.cmdb.api.CMDBMetadataItem
Exports specified class alone.
OPTION_DEFAULT - Static variable in class com.remedy.cmdb.api.CMDBInstanceDataItem
Default option value for processing an instace data item.
OPTION_DEFAULT - Static variable in class com.remedy.cmdb.api.CMDBMetadataItem
Default option value for processing a metadata item.
OPTION_DUP_ERROR - Static variable in class com.remedy.cmdb.api.CMDBInstanceDataItem
Generates an error if the Entry ID field and the ID specified already exist in the target form.
OPTION_DUP_MERGE - Static variable in class com.remedy.cmdb.api.CMDBInstanceDataItem
Updates the fields specified in the existing entry if the Entry ID field and the ID specified already exist in the target form.
OPTION_DUP_NEW_ID - Static variable in class com.remedy.cmdb.api.CMDBInstanceDataItem
Creates a new entry with a new ID if the Entry ID field and the ID specified already exist in the target form.
OPTION_DUP_OVERWRITE - Static variable in class com.remedy.cmdb.api.CMDBInstanceDataItem
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.
OPTION_GEN_NEW_ID - Static variable in class com.remedy.cmdb.api.CMDBInstanceDataItem
Creates an entry with a new ID.
OPTION_SUB_CLASSES - Static variable in class com.remedy.cmdb.api.CMDBMetadataItem
Exports all sub classes of the specified class.
OPTION_SUPER_CLASSES - Static variable in class com.remedy.cmdb.api.CMDBMetadataItem
Exports super classes of the specified class.

R

removeAllCustomCharacteristic() - Method in class com.remedy.cmdb.api.CMDBAttribute
Removes all custom characteristics from the attribute.
removeAllCustomCharacteristic() - Method in class com.remedy.cmdb.api.CMDBClass
Removes all custom characteristics from the class.
removeCustomCharacteristic(int) - Method in class com.remedy.cmdb.api.CMDBAttribute
Removes the specified custom characteristic from the attribute.
removeCustomCharacteristic(int) - Method in class com.remedy.cmdb.api.CMDBClass
Removes the specified custom characteristic from the class.
runQualificationForInstance(ARServerUser, CMDBInstanceBase) - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
 

S

setAbstract(int) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Abstract characteristic.
setAccessString(String) - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Sets Access String for given CMDBFederatedActivateInfo object
setAccessType(int) - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Sets Access Type for given CMDBFederatedActivateInfo object
setActionType(int) - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Sets Action Type for given CMDBFederatedActivateInfo object
setAdjacencyList(CMDBGraphAdjacency[]) - Method in class com.remedy.cmdb.api.CMDBGraph
Sets the list of adjacent CMDBGraph objects.
setAllowableType(CurrencyDetail[]) - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Sets the allowable type of the currency attribute limit.
setApplicationId(String) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets the job ApplicationID.
setApplicationName(String) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets the job Application Name.
setArAccessType(int) - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
Sets ArAccessType variable for given CMDBFederatedARInfo object
setArInfo(CMDBFederatedARInfo) - Method in class com.remedy.cmdb.api.CMDBFederatedActivateInfo
Sets CMDBFederatedARInfo for given CMDBFederatedActivateInfo object
setAttachVal(AttachmentInfo) - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
Sets AttachmentInfo object for given CMDBUIComponentResult object
setAttachmentPoolName(String) - Method in class com.remedy.cmdb.api.CMDBAttachmentLimit
Sets the name of the attachment pool into the attachment attribute limit.
setAttrNameChange(String[]) - Method in class com.remedy.cmdb.api.CMDBAuditValueList
Sets attrNameChange for given CMDBAuditValueList object
setAttributeItem(CMDBItemTypeAttribute) - Method in class com.remedy.cmdb.api.CMDBXMLExportItem
set Attribute item for given CMDBXMLExportItem object
setAttributeItem(CMDBItemTypeAttribute) - Method in class com.remedy.cmdb.api.CMDBXMLImportItem
set Attribute item for given CMDBXMLExportItem object
setAttributeList(CMDBAttributeValue[]) - Method in class com.remedy.cmdb.api.CMDBAuditValueList
Sets attributeList for given CMDBAuditValueList object
setAttributeName(String) - Method in class com.remedy.cmdb.api.CMDBAttributeValue
Sets the name of the attribute.
setAttributeName(String) - Method in class com.remedy.cmdb.api.CMDBSort
Sets the attribute name.
setAttributeNames(String[]) - Method in class com.remedy.cmdb.api.CMDBIndex
Sets the names of all indexed attributes.
setAttributeNames(String[]) - Method in class com.remedy.cmdb.api.CMDBItemTypeAttribute
sets Attribute Name list for the given CMDBItemTypeAttribute object
setAttributeValue(Value) - Method in class com.remedy.cmdb.api.CMDBAttributeValue
Sets the value of the attribute.
setAttributeValues(Map) - Method in class com.remedy.cmdb.api.CMDBInstance
Replaces the attribute values of the instance.
setAttributeValues(Map) - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
setAttributes(Map) - Method in class com.remedy.cmdb.api.CMDBClass
Sets/replaces all the attributes of the CMDBclass.
setAuditDate(Timestamp) - Method in class com.remedy.cmdb.api.CMDBAuditValueList
Sets auditDate for given CMDBAuditValueList object
setAuditInfo(CMDBAuditInfo) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the audit info of an CMDBClass object.
setAuditType(int) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the audit type characteristic.
setAuthor(String) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Author characteristic.
setCardinality(int) - Method in class com.remedy.cmdb.api.CMDBRelationship
Sets the cardinality property of the CMDBRelationship object.
setCascadeDelete(boolean) - Method in class com.remedy.cmdb.api.CMDBRelationship
Sets the cascade deletion property of the CMDBRelationship object.
setCategorizationSubclass(boolean) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Categorization Subclass characteristic.
setChangePermission(String) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets Change Permission characteristic.
setChangedBy(AccessNameID) - Method in class com.remedy.cmdb.api.CMDBAuditValueList
Sets changedBy for given CMDBAuditValueList object
setCharMenu(String) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the name of AR System character menu attached to the underlying field of this attribute
setClassHiddenPerms(String) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Class Hidden Permission characteristic.
setClassId(String) - Method in class com.remedy.cmdb.api.CMDBClassQual
Sets the ClassId.
setClassId(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets ClassId for given CMDBUIComponentInfo object
setClassItem(CMDBItemTypeClass) - Method in class com.remedy.cmdb.api.CMDBXMLExportItem
set class item for given CMDBXMLExportItem object
setClassItem(CMDBItemTypeClass) - Method in class com.remedy.cmdb.api.CMDBXMLImportItem
set class item for given CMDBXMLExportItem object
setClassName(String) - Method in class com.remedy.cmdb.api.CMDBClassNameKey
Sets the name of the CMDBClass object.
setClassNameId(CMDBClassNameKey) - Method in class com.remedy.cmdb.api.CMDBGraph
Sets the class name key of the CMDBGraph object.
setClassNameId(CMDBClassNameKey) - Method in class com.remedy.cmdb.api.CMDBItemBase
Sets the class name key of the CMDBItemBase object.
setClassNameId(CMDBClassNameKey) - Method in class com.remedy.cmdb.api.CMDBItemTypeAttribute
sets ClassKey for the given CMDBItemTypeAttribute object
setClassNameId(CMDBClassNameKey) - Method in class com.remedy.cmdb.api.CMDBItemTypeClass
sets ClassKey for the given CMDBItemTypeClass object
setClassNamespace(String) - Method in class com.remedy.cmdb.api.CMDBClassNameKey
Sets the namespace of the CMDBClass object.
setClassVisiblePerms(String) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Class Visible Permission characteristic.
setCompInfo(CMDBUIComponentInfo) - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
Sets CMDBUIComponentInfo object for given CMDBUIComponentResult object
setComponentType(int) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets ComponentType for given CMDBUIComponentInfo object
setCreateMode(int) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the create mode characteristic.
setDataString(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
Sets Data String for given CMDBUIComponentResult object
setDataset(String) - Method in class com.remedy.cmdb.api.CMDBREDatasetPair
Sets the dataset name.
setDefaultValue(Value) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the default value of the attribute.
setDescription(String) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the description.
setDescription(String) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Description characteristic.
setEncodedQual(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Encoded Qualfier String for given CMDBUIComponentInfo object
setEndTime(long) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the End Time of the JobRunInfo object.
setEntryMode(int) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the entry mode of the attribute.
setEnumItemsCustom(EnumItem[]) - Method in class com.remedy.cmdb.api.CMDBEnumLimit
Sets the enumeration items of the enumeration attribute limit.
setEnumItemsRegular(String[]) - Method in class com.remedy.cmdb.api.CMDBEnumLimit
Sets the enumeration items of the enumeration attribute limit.
setEnumStyle(int) - Method in class com.remedy.cmdb.api.CMDBEnumLimit
Sets the enumeration style of the enumeration attribute limit.
setExtensionId(String) - Method in class com.remedy.cmdb.api.CMDBGraph
Sets the extension ID of the CMDBGraph object.
setExtensionId(String) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the extension ID of the CMDBGraphAdjacency object.
setFTSOption(int) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the FTS option
setFinal(boolean) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Final characteristic.
setForm(String) - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
Sets form variable for given CMDBFederatedARInfo object
setFormat(String) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the format of the character attribute limit.
setFunctionalType(CurrencyDetail[]) - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Sets the functional type of the currency attribute limit.
setHidden(boolean) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets Hidden characteristic.
setHighRange(BigDecimal) - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Sets the high range of the decimal attribute limit.
setHighRange(BigDecimal) - Method in class com.remedy.cmdb.api.CMDBDecimalLimit
Sets the high range of the decimal attribute limit.
setHighRange(int) - Method in class com.remedy.cmdb.api.CMDBIntLimit
Sets the high range of the int attribute limit
setHighRange(double) - Method in class com.remedy.cmdb.api.CMDBRealLimit
Sets the high range of the real attribute limit.
setIndexName(String) - Method in class com.remedy.cmdb.api.CMDBIndex
Sets the name of the index.
setIndexes(CMDBIndex[]) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the index of the CMDBClass object.
setInstanceId(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentResult
Sets instance id for given CMDBUIComponentResult object
setIsExist(boolean) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets if exists.
setItemType(int) - Method in class com.remedy.cmdb.api.CMDBXMLExportItem
set Item type for given CMDBXMLExportItem object
setItemType(int) - Method in class com.remedy.cmdb.api.CMDBXMLImportItem
set Item type for given CMDBXMLExportItem object
setJobInstanceId(String) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the Job Instance Id of the JobRunInfo object.
setJobLog(String) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the JobLog of the JobRunInfo object.
setJobName(String) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the Job Name of the JobRunInfo object.
setJobRunId(String) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the Job Run Id of the JobRunInfo object.
setJobRunStatus(int) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the job status of given job for JobRunInfo Object.
setLimit(CMDBAttributeLimit) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the limit of the attribute.
setLocale(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Locale String for given CMDBUIComponentInfo object
setLogForm(String) - Method in class com.remedy.cmdb.api.CMDBAuditInfo
Sets logForm for given CMDBAuditInfo object
setLogForm(String) - Method in class com.remedy.cmdb.api.CMDBAuditLogInfo
Sets logForm for given CMDBAuditLogInfo object
setLowRange(BigDecimal) - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Sets the low range of the decimal attribute limit.
setLowRange(BigDecimal) - Method in class com.remedy.cmdb.api.CMDBDecimalLimit
Sets the low range of the decimal attribute limit.
setLowRange(int) - Method in class com.remedy.cmdb.api.CMDBIntLimit
Sets the low range of the int attribute limit.
setLowRange(double) - Method in class com.remedy.cmdb.api.CMDBRealLimit
Sets the low range of the real attribute limit.
setMaxCharLength(int) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the maximum length of the character attribute limit.
setMaxDate(int) - Method in class com.remedy.cmdb.api.CMDBDateLimit
Sets the maximum date of the date attribute limit.
setMaxSize(long) - Method in class com.remedy.cmdb.api.CMDBAttachmentLimit
Sets the maximum size of the attachment.
setMenuStyle(int) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the menu style
setMinDate(int) - Method in class com.remedy.cmdb.api.CMDBDateLimit
Sets the minimum date of the date attribute limit.
setName(String) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the name of the attribute.
setNameKey(CMDBClassNameKey) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the name key of an CMDBClass object.
setNamespace(String) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets the namespace.
setNewName(String) - Method in class com.remedy.cmdb.api.CMDBAttribute
Updates the name of CMDBClass attribute.
setNewNameKey(CMDBClassNameKey) - Method in class com.remedy.cmdb.api.CMDBClass
Changes the name key of an CMDBClass object.
setObjectAttribute(int) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the types of the attributes to retrieve.
setObjectAttribute(String[]) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the names of the attributes retrieve.
setObjectQuery(Object) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the query for the CMDBGraphAdjacency object instance
setOperation(int) - Method in class com.remedy.cmdb.api.CMDBAuditValueList
Sets operation for given CMDBAuditValueList object
setOption(int) - Method in class com.remedy.cmdb.api.CMDBInstanceDataItem
Sets the import option.
setOption(int) - Method in class com.remedy.cmdb.api.CMDBMetadataItem
Sets import/export option.
setPattern(String) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the pattern for the underlying field of this attribute
setPrecision(int) - Method in class com.remedy.cmdb.api.CMDBCurrencyLimit
Sets the precision of the decimal attribute limit.
setPrecision(int) - Method in class com.remedy.cmdb.api.CMDBDecimalLimit
Sets the precision of the decimal attribute limit.
setPrecision(int) - Method in class com.remedy.cmdb.api.CMDBRealLimit
Sets the precision of the real attribute limit.
setPrimaryKey(boolean) - Method in class com.remedy.cmdb.api.CMDBIndex
Sets the index as a primaryKey.
setQBEOption(int) - Method in class com.remedy.cmdb.api.CMDBCharLimit
Sets the QBE option
setQualObject(QualifierInfo) - Method in class com.remedy.cmdb.api.CMDBAuditInfo
Sets qualObject for given CMDBAuditInfo object
setQualStr(String) - Method in class com.remedy.cmdb.api.CMDBClassQual
Sets the qualifier string.
setQualString(String) - Method in class com.remedy.cmdb.api.CMDBAuditInfo
Sets qualString for given CMDBAuditInfo object
setQualType(int) - Method in class com.remedy.cmdb.api.CMDBAuditInfo
Sets qualType for given CMDBAuditInfo object
setQualType(int) - Method in class com.remedy.cmdb.api.CMDBClassQual
Sets the Qualification Type.
setQualifier(QualifierInfo) - Method in class com.remedy.cmdb.api.CMDBClassQual
Sets the qualifier.
setQualifier(String) - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
Sets qualifier variable for given CMDBFederatedARInfo object
setQualifier(String) - Method in class com.remedy.cmdb.api.CMDBInstanceDataItem
Sets the export qualification string.
setRelationAttribute(int) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the type of the attributes to be retrieved.
setRelationAttribute(String[]) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the names of the attributes to be retrieved.
setRelationQuery(Object) - Method in class com.remedy.cmdb.api.CMDBGraphAdjacency
Sets the query for the CMDBGraphAdjacency relation instance
setRole2WeakReference(boolean) - Method in class com.remedy.cmdb.api.CMDBRelationship
Sets role2 to be a weak reference.
setServer(String) - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
Sets Server variable for given CMDBFederatedARInfo object
setSingleton(boolean) - Method in class com.remedy.cmdb.api.CMDBClass
Sets the Singleton characteristic.
setSortOrder(int) - Method in class com.remedy.cmdb.api.CMDBSort
Sets the sort order.
setSourceAttributeName(String) - Method in class com.remedy.cmdb.api.CMDBWeakPropagatedAttrs
Sets the name of the lead object attribute.
setStartTime(long) - Method in class com.remedy.cmdb.api.CMDBREJobRunInfo
Sets the Start Time of the JobRunInfo object.
setTag1(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Tag1 String for given CMDBUIComponentInfo object
setTag2(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Tag2 String for given CMDBUIComponentInfo object
setTag3(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Tag3 String for given CMDBUIComponentInfo object
setTag4(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Tag4 String for given CMDBUIComponentInfo object
setTag5(String) - Method in class com.remedy.cmdb.api.CMDBUIComponentInfo
Sets Tag5 String for given CMDBUIComponentInfo object
setTargetAttributeName(String) - Method in class com.remedy.cmdb.api.CMDBWeakPropagatedAttrs
Sets the name of the weak object attribute.
setType(int) - Method in class com.remedy.cmdb.api.CMDBAuditInfo
Sets type for given CMDBAuditInfo object
setUnique(boolean) - Method in class com.remedy.cmdb.api.CMDBIndex
Sets the uniqueness of the index.
setUrl(String) - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
Sets url variable for given CMDBFederatedARInfo object
setView(String) - Method in class com.remedy.cmdb.api.CMDBFederatedARInfo
Sets view variable for given CMDBFederatedARInfo object
setViewPermission(String) - Method in class com.remedy.cmdb.api.CMDBAttribute
Sets View Permission characteristic.
setWeakPropagatedAttrs(CMDBWeakPropagatedAttrs[]) - Method in class com.remedy.cmdb.api.CMDBRelationship
Set propagated attributes of the weak relationship object
setWorkingDataset(String) - Method in class com.remedy.cmdb.api.CMDBREDatasetPair
Sets the working dataset name.
setmaintenanceVer(int) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets Applications maintenance Version
setmajorVer(int) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets Applications major Version
setminorVer(int) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets Applications minor Version
setpatchNum(int) - Method in class com.remedy.cmdb.api.CMDBVersionInfo
Sets Applications patch number.

U

update(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBClass
Saves the change made to the current CMDBClass object in AR System.
update(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBInstance
Saves the change made to the current CMDBClass instance in AR System.
update(ARServerUser, String) - Method in class com.remedy.cmdb.api.CMDBInstance
Saves the change made to the current CMDBClass instance in AR System.
update(ARServerUser) - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
update(ARServerUser, String) - Method in class com.remedy.cmdb.api.CMDBInstanceBase
Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.

A C D F G I O R S U