public class InlineEventContext extends EventContextImpl
Constructor and Description |
---|
InlineEventContext(CoreSession session,
Principal principal,
Map<String,Serializable> properties) |
InlineEventContext(Principal principal,
Map<String,Serializable> properties) |
Modifier and Type | Method and Description |
---|---|
Event |
newEvent(String name)
Creates a new event in that context given the event name.
|
getCoreSession, getPrincipal, setArgs, setCoreSession, setPrincipal
getArguments, getProperties, getProperty, getRepositoryName, hasProperty, newEvent, setProperties, setProperty, setRepositoryName
public InlineEventContext(Principal principal, Map<String,Serializable> properties)
public InlineEventContext(CoreSession session, Principal principal, Map<String,Serializable> properties)
public Event newEvent(String name)
EventContext
newEvent
in interface EventContext
newEvent
in class AbstractEventContext
name
- the event nameEventContext.newEvent(String, int)
Copyright © 2015 Nuxeo SA. All rights reserved.