public class ItemUpdateAgentEvent extends AgentEvent
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
AGENT_TOOLS_COMPONENT, mCurrentSiteId| Constructor and Description | 
|---|
ItemUpdateAgentEvent()  | 
ItemUpdateAgentEvent(java.lang.String pActivityType,
                    java.lang.String pItemId,
                    java.util.Collection pPropertyUpdates)
Constructs a new ItemUpdateAgentEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getItemId()  | 
java.util.Collection | 
getPropertyUpdates()  | 
void | 
setItemId(java.lang.String pItemId)
Sets the id of the item associated with the updates 
 | 
void | 
setPropertyUpdates(java.util.Collection pPropertyUpdates)
Sets the collection of property updates 
 | 
getAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setType, toStringpublic static final java.lang.String CLASS_VERSION
public ItemUpdateAgentEvent()
public ItemUpdateAgentEvent(java.lang.String pActivityType,
                    java.lang.String pItemId,
                    java.util.Collection pPropertyUpdates)
public java.lang.String getItemId()
public void setItemId(java.lang.String pItemId)
pItemId - The id of the item associated with the updates.public java.util.Collection getPropertyUpdates()
public void setPropertyUpdates(java.util.Collection pPropertyUpdates)
pPropertyUpdates - the collection of property updates.