Klasse TimerJobCompletionWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.TimerJobCompletionWorkflowEvent
- Alle implementierten Schnittstellen:
ITimerJobCompletionWorkflowEvent,IWorkflowEvent
@Scriptable
public final class TimerJobCompletionWorkflowEvent
extends Object
implements ITimerJobCompletionWorkflowEvent
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTimerJobCompletionWorkflowEvent(String p_strTimerGuid) TimerJobCompletionWorkflowEvent(String p_strTimerGuid, List<Throwable> p_exceptions) -
Methodenübersicht
-
Konstruktordetails
-
TimerJobCompletionWorkflowEvent
- Parameter:
p_strTimerGuid- The GUID of the timer action that created this event.
-
TimerJobCompletionWorkflowEvent
- Parameter:
p_strTimerGuid- The GUID of the timer action that created this event.p_exceptions- A list of exceptions that occurred while executing the timer job.
-
-
Methodendetails
-
getTimerGuid
Beschreibung aus Schnittstelle kopiert:ITimerJobCompletionWorkflowEventGet the GUID of the timer that created this event.- Angegeben von:
getTimerGuidin SchnittstelleITimerJobCompletionWorkflowEvent- Gibt zurück:
- The timer GUID.
-
hasError
public boolean hasError()Beschreibung aus Schnittstelle kopiert:ITimerJobCompletionWorkflowEventCheck if errors occurred during the timer job execution.- Angegeben von:
hasErrorin SchnittstelleITimerJobCompletionWorkflowEvent- Gibt zurück:
trueif errors occurred during the timer job execution, orfalseotherwise.
-
getErrors
Beschreibung aus Schnittstelle kopiert:ITimerJobCompletionWorkflowEventGet a list of exceptions that occurred during the timer job execution.- Angegeben von:
getErrorsin SchnittstelleITimerJobCompletionWorkflowEvent- Gibt zurück:
- A possibly empty list of exceptions.
-
toString
-