Novell exteNd
Director 5.2 API

com.sssw.cm.event.api
Class EboCmElementEvent

java.lang.Object
 |
 +--com.sssw.fw.event.api.EboEvent
       |
       +--com.sssw.fw.event.api.EboStateChangeEvent
             |
             +--com.sssw.cm.event.api.EboCmEvent
                   |
                   +--com.sssw.cm.event.api.EboCmElementEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EboAccessCheckedEvent, EboCategoryAddedEvent, EboCategoryContentsListedEvent, EboCategoryMovedEvent, EboCategoryRemovedEvent, EboCategoryRetrievedEvent, EboCategoryUpdatedEvent, EboDocFieldAddedEvent, EboDocFieldRemovedEvent, EboDocFieldRetrievedEvent, EboDocFieldUpdatedEvent, EboDocLayoutStyleAddedEvent, EboDocLayoutStyleRemovedEvent, EboDocLayoutStyleRetrievedEvent, EboDocLayoutStylesListedEvent, EboDocLayoutStyleUpdatedEvent, EboDocLinkAddedEvent, EboDocLinkRemovedEvent, EboDocLinkRetrievedEvent, EboDocLinksListedEvent, EboDocLinkUpdatedEvent, EboDocTypeAddedEvent, EboDocTypeFieldsListedEvent, EboDocTypeRemovedEvent, EboDocTypeRetrievedEvent, EboDocTypeUpdatedEvent, EboDocumentAddedEvent, EboDocumentAddedToCategoryEvent, EboDocumentCheckedInEvent, EboDocumentCheckedOutEvent, EboDocumentCopiedEvent, EboDocumentMovedEvent, EboDocumentPublishedEvent, EboDocumentRemovedEvent, EboDocumentRemovedFromCategoryEvent, EboDocumentRetrievedEvent, EboDocumentRolledBackEvent, EboDocumentUncheckedOutEvent, EboDocumentUnlockedEvent, EboDocumentUnpublishedEvent, EboDocumentUpdatedEvent, EboFieldAddedToDocTypeEvent, EboFieldRemovedFromDocTypeEvent, EboFolderAddedEvent, EboFolderContentsListedEvent, EboFolderCopiedEvent, EboFolderMovedEvent, EboFolderRemovedEvent, EboFolderRetrievedEvent, EboFolderUpdatedEvent, EboLddAddedEvent, EboLddRemovedEvent, EboLddRetrievedEvent, EboLddsListedEvent, EboLddUpdatedEvent, EboLookupByAbsolutePathEvent, EboLookupByRelativePathEvent, EboRepositoryAddedEvent, EboRepositoryRemovedEvent, EboRepositoryRetrievedEvent, EboRepositoryUpdatedEvent, EboSecurityRemovedEvent, EboSecurityRetrievedEvent, EboSecuritySetEvent

public abstract class EboCmElementEvent
extends EboCmEvent

Represents an abstract superclass for all CM events that occur for CM elements.

See Also:
Serialized Form

Fields inherited from class com.sssw.fw.event.api.EboStateChangeEvent
EVENT_ID_BASE, EVENT_ID_LAST, EVENT_ID_UNKNOWN, SC_BASE, SC_CHECK_ACCESS, SC_CLEAR, SC_COPY, SC_CREATE, SC_DEFAULT, SC_DELETE, SC_EXECUTE, SC_EXPORT, SC_FAIL, SC_GENERATE, SC_IMPORT, SC_INVALIDATE, SC_LAST, SC_LIST, SC_LOGOFF, SC_LOGON, SC_MOVE, SC_PUT, SC_QUERY, SC_REDEPLOY, SC_REGISTERED, SC_RETRIEVE, SC_SELECT, SC_SILENCE, SC_START, SC_STATUS, SC_STOP, SC_UNREGISTERED, SC_UPDATE, STR_SC_CHECK_ACCESS, STR_SC_CLEAR, STR_SC_COPY, STR_SC_CREATE, STR_SC_DEFAULT, STR_SC_DELETE, STR_SC_EXECUTE, STR_SC_EXPORT, STR_SC_FAIL, STR_SC_GENERATE, STR_SC_IMPORT, STR_SC_INVALIDATE, STR_SC_LIST, STR_SC_LOGOFF, STR_SC_LOGON, STR_SC_MOVE, STR_SC_QUERY, STR_SC_REGISTERED, STR_SC_RETRIEVE, STR_SC_SELECT, STR_SC_SILENCE, STR_SC_START, STR_SC_STATUS, STR_SC_STOP, STR_SC_UNKNOWN, STR_SC_UNREGISTERED, STR_SC_UPDATE
 
Constructor Summary
EboCmElementEvent()
           
 
Method Summary
 EbiCmElement getElement()
          Gets the CM element for which this event is fired.
abstract  int getEventID()
          Gets the event ID.
abstract  String getVerboseDescr()
          Gets a verbose description of the event.
 
Methods inherited from class com.sssw.cm.event.api.EboCmEvent
getContext
 
Methods inherited from class com.sssw.fw.event.api.EboStateChangeEvent
getState, getStateDescr, setState
 
Methods inherited from class com.sssw.fw.event.api.EboEvent
getObject, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboCmElementEvent

public EboCmElementEvent()
Method Detail

getEventID

public abstract int getEventID()
Gets the event ID.
Overrides:
getEventID in class EboCmEvent
Returns:
the event ID

getVerboseDescr

public abstract String getVerboseDescr()
Gets a verbose description of the event.
Overrides:
getVerboseDescr in class EboCmEvent
Returns:
a verbose description of the event

getElement

public EbiCmElement getElement()
Gets the CM element for which this event is fired.
Returns:
the CM element for which this event is fired

Novell exteNd
Director 5.2 API