

Using the Universal Connector › Universal Connector Programming Interface › Item Class
Item Class
The Item class creates a Java object containing the following:
- Attributes of each event that you want to pass to the addEvents() method
- Attributes of each CI that you want to pass to the methods addCIs(), updateCIs(), or deleteCIs()
- Attributes of each service that you want to pass to the method addServices()
- Attributes of each service relationship object that you want to pass to the method addServiceRelationships()
- Attributes of each service CI object that you want to pass to the method addServiceCIs()
The Item class is as follows:
com.ca.sam.ifw.connector.generic.webservice.Item
public class Item
extends java.lang.Object
The constructor summary for the Item class is as follows:
Item()
The method summary for the Item class is as follows:
- String getClassName()
- void setClassName(String className)
- String getEventtype()
- void setEventtype(String eventtype)
- void setCiProperties(CIProperty[] ciProperties)
- CIProperty[] getCiProperties()
Copyright © 2013 CA.
All rights reserved.
 
|
|