Interface AdditionalEventInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Name>
getMixinTypeNames()
Name
getPrimaryNodeTypeName()
Object
getSessionAttribute(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
Set<Name> getMixinTypeNames() throws UnsupportedRepositoryOperationException
- Returns:
- the names of the mixin node types of the node associated with the event
- Throws:
UnsupportedRepositoryOperationException
-
getSessionAttribute
Object getSessionAttribute(String name) throws UnsupportedRepositoryOperationException
- Returns:
- the specified Session attribute
- Throws:
UnsupportedRepositoryOperationException
-
-