Class ExternalActionImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.external.impl.ExternalActionImpl
-
- All Implemented Interfaces:
ExternalAction
- Direct Known Subclasses:
AddSilverTrace
public abstract class ExternalActionImpl extends Object implements ExternalAction
-
-
Constructor Summary
Constructors Constructor Description ExternalActionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericEvent
getEvent()
ProcessInstance
getProcessInstance()
Parameter
getTriggerParameter(String paramName)
void
setEvent(GenericEvent event)
void
setProcessInstance(ProcessInstance process)
void
setTrigger(Trigger trigger)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.workflow.external.ExternalAction
execute
-
-
-
-
Method Detail
-
setProcessInstance
public void setProcessInstance(ProcessInstance process)
- Specified by:
setProcessInstance
in interfaceExternalAction
-
setEvent
public void setEvent(GenericEvent event)
- Specified by:
setEvent
in interfaceExternalAction
-
setTrigger
public void setTrigger(Trigger trigger)
- Specified by:
setTrigger
in interfaceExternalAction
-
getProcessInstance
public ProcessInstance getProcessInstance()
-
getEvent
public GenericEvent getEvent()
-
-