org.jbpm.workflow.core.node
Class EventTrigger
java.lang.Object
org.jbpm.workflow.core.node.Trigger
org.jbpm.workflow.core.node.EventTrigger
- All Implemented Interfaces:
- Serializable, Mappable
public class EventTrigger
- extends Trigger
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.workflow.core.node.Trigger |
addInAssociation, addInMapping, addOutAssociation, addOutMapping, getInAssociations, getInMapping, getInMappings, getOutAssociations, getOutMapping, getOutMappings, setInMappings, setOutMappings |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventTrigger
public EventTrigger()
addEventFilter
public void addEventFilter(EventFilter eventFilter)
removeEventFilter
public void removeEventFilter(EventFilter eventFilter)
getEventFilters
public List<EventFilter> getEventFilters()
setEventFilters
public void setEventFilters(List<EventFilter> filters)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.