public class FirstUniqueByPropertyViewFactory extends Object implements ViewFactory
FirstUniqueByPropertyView
instances.Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
criteriaEvals |
protected Class[] |
criteriaTypes |
protected EventType |
eventType |
Constructor and Description |
---|
FirstUniqueByPropertyViewFactory() |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
getCriteriaEvals() |
EventType |
getEventType() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setCriteriaEvals(ExprEvaluator[] criteriaEvals) |
void |
setCriteriaTypes(Class[] criteriaTypes) |
void |
setEventType(EventType eventType) |
protected ExprEvaluator[] criteriaEvals
protected Class[] criteriaTypes
protected EventType eventType
public void setEventType(EventType eventType)
setEventType
in interface ViewFactory
public void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
init
in interface ViewFactory
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
makeView
in interface ViewFactory
public EventType getEventType()
getEventType
in interface ViewFactory
public ExprEvaluator[] getCriteriaEvals()
public void setCriteriaEvals(ExprEvaluator[] criteriaEvals)
public void setCriteriaTypes(Class[] criteriaTypes)
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2018. All rights reserved.