Class TriggersImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.model.TriggersImpl
-
- All Implemented Interfaces:
Serializable
,Triggers
public class TriggersImpl extends Object implements Serializable, Triggers
Class implementing the representation of the <triggers> element of a Process Model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TriggersImpl()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Trigger>
iterateTrigger()
Iterate through the Trigger objects
-
-
-
Method Detail
-
iterateTrigger
public Iterator<Trigger> iterateTrigger()
Description copied from interface:Triggers
Iterate through the Trigger objects- Specified by:
iterateTrigger
in interfaceTriggers
- Returns:
- an iterator
-
-