Package lumis.doui.source.event
Class SourcePreAddDataEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.event.AbstractTransactionalPortalEvent
-
- lumis.doui.source.event.SourceAddDataEvent
-
- lumis.doui.source.event.SourcePreAddDataEvent
-
- All Implemented Interfaces:
IPortalEvent
@StableMinor(version="17.0", sinceVersion="10.4") public class SourcePreAddDataEvent extends SourceAddDataEvent
Event raised bySource
before data is added.- Since:
- 10.4.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description SourcePreAddDataEvent(Source<?> source, IParameters parameters)
Creates a new event for before add of source data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setParameters(IParameters parameters)
Sets the data provided to the add operation as parameters.-
Methods inherited from class lumis.doui.source.event.SourceAddDataEvent
getParameters, getSource
-
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
-
-
-
-
Constructor Detail
-
SourcePreAddDataEvent
public SourcePreAddDataEvent(Source<?> source, IParameters parameters)
Creates a new event for before add of source data.- Parameters:
source
- the source.parameters
- the data provided to the add operation as parameters.- Since:
- 10.4.0
-
-
Method Detail
-
setParameters
public void setParameters(IParameters parameters)
Sets the data provided to the add operation as parameters. If the parameters are changed, the add operation will use the newly set parameters.- Parameters:
parameters
- the data being added.
-
-