public class BaseTrigger<T> extends Object implements Serializable
Constructor and Description |
---|
BaseTrigger() |
Modifier and Type | Method and Description |
---|---|
void |
fireEvent(IContext context,
com.axemble.vdoc.engine.domain.QueueEvent queueEvent,
T object,
String event,
Element configuration,
Serializable[] parameters) |
int |
getCompletionStatus() |
protected Element |
getConfiguration()
returns trigger XML configuration
|
protected IContext |
getContext()
returns trigger context
|
protected String |
getEventContext() |
protected IStorageKey |
getEventId() |
void |
setCompletionStatus(int completionStatus) |
void |
setCompletionTotal(int completionTotal) |
void |
setCurrentTask(String currentTask) |
protected void |
setEventContext(String eventContext) |
public final void fireEvent(IContext context, com.axemble.vdoc.engine.domain.QueueEvent queueEvent, T object, String event, Element configuration, Serializable[] parameters) throws Exception
Exception
protected Element getConfiguration()
protected IContext getContext()
public void setCurrentTask(String currentTask)
public void setCompletionStatus(int completionStatus)
public int getCompletionStatus()
public void setCompletionTotal(int completionTotal)
protected void setEventContext(String eventContext)
protected String getEventContext()
protected IStorageKey getEventId()
Copyright © 2020 Visiativ Software. All rights reserved.