org.apache.jackrabbit.spi.commons
Interface AdditionalEventInfo
public interface AdditionalEventInfo
Provides additional information for an Event.
getPrimaryNodeTypeName
org.apache.jackrabbit.spi.Name getPrimaryNodeTypeName()
throws UnsupportedRepositoryOperationException
- Returns:
- the name of the primary node type of the node associated with the event
- Throws:
UnsupportedRepositoryOperationException
getMixinTypeNames
Set<org.apache.jackrabbit.spi.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
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.