Interface AdditionalEventInfo
-
public interface AdditionalEventInfoProvides additional information for anEvent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Name>getMixinTypeNames()NamegetPrimaryNodeTypeName()java.lang.ObjectgetSessionAttribute(java.lang.String name)
-
-
-
Method Detail
-
getPrimaryNodeTypeName
Name getPrimaryNodeTypeName() throws UnsupportedRepositoryOperationException
- Returns:
- the name of the primary node type of the node associated with the event
- Throws:
UnsupportedRepositoryOperationException
-
getMixinTypeNames
java.util.Set<Name> getMixinTypeNames() throws UnsupportedRepositoryOperationException
- Returns:
- the names of the mixin node types of the node associated with the event
- Throws:
UnsupportedRepositoryOperationException
-
getSessionAttribute
java.lang.Object getSessionAttribute(java.lang.String name) throws UnsupportedRepositoryOperationException- Returns:
- the specified Session attribute
- Throws:
UnsupportedRepositoryOperationException
-
-