| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
atg.repository.PropertiesChangedEvent
public class PropertiesChangedEvent
This event gets fired by an ItemDescriptor when a set of properties on that item descriptor have been modified.
| Field Summary | |
|---|---|
| static int | CACHE_INVALIDATE | 
| static java.lang.String | CLASS_VERSIONClass version string | 
| static int | DELETE | 
| static int | INSERT | 
| static int | UPDATE | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| PropertiesChangedEvent(java.lang.Object pSource) | |
| PropertiesChangedEvent(java.lang.Object pSource,
                       atg.repository.RepositoryChangedItem pItem,
                       int pType,
                       java.util.Map pProperties)Construct a PropertiesChangedEvent from an item | |
| PropertiesChangedEvent(java.lang.Object pSource,
                       java.lang.String pRepositoryId,
                       java.lang.String pItemDescriptorName,
                       int pType,
                       java.util.Map pProperties)Construct a PropertiesChangedEvent from an item's id and item-descriptor name. | |
| Method Summary | |
|---|---|
|  atg.repository.RepositoryChangedItem | getItem() | 
|  java.lang.String | getItemDescriptorName() | 
|  java.util.Map | getProperties() | 
|  java.lang.String | getRepositoryId() | 
|  int | getType() | 
|  void | setItem(atg.repository.RepositoryChangedItem pItem)Sets the property Item. | 
|  void | setItemDescriptorName(java.lang.String pItemDescriptorName)Sets the property ItemDescriptorName. | 
|  void | setProperties(java.util.Map pProperties)Sets the property Properties. | 
|  void | setRepositoryId(java.lang.String pRepositoryId)Sets the property RepositoryId. | 
|  void | setType(int pType)Sets the property Type. | 
|  java.lang.String | toString()Returns the event in a string form | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final int UPDATE
public static final int DELETE
public static final int INSERT
public static final int CACHE_INVALIDATE
| Constructor Detail | 
|---|
public PropertiesChangedEvent(java.lang.Object pSource)
public PropertiesChangedEvent(java.lang.Object pSource,
                              atg.repository.RepositoryChangedItem pItem,
                              int pType,
                              java.util.Map pProperties)
public PropertiesChangedEvent(java.lang.Object pSource,
                              java.lang.String pRepositoryId,
                              java.lang.String pItemDescriptorName,
                              int pType,
                              java.util.Map pProperties)
| Method Detail | 
|---|
public void setType(int pType)
pType - new value to setpublic int getType()
public void setItem(atg.repository.RepositoryChangedItem pItem)
pItem - new value to setpublic atg.repository.RepositoryChangedItem getItem()
public void setRepositoryId(java.lang.String pRepositoryId)
pRepositoryId - new value to setpublic java.lang.String getRepositoryId()
public void setItemDescriptorName(java.lang.String pItemDescriptorName)
pItemDescriptorName - new value to setpublic java.lang.String getItemDescriptorName()
public void setProperties(java.util.Map pProperties)
pProperties - new value to setpublic java.util.Map getProperties()
public java.lang.String toString()
toString in class java.util.EventObject| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||