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()
Deprecated.
|
protected Element |
getConfiguration()
returns trigger XML configuration
|
protected IContext |
getContext()
returns trigger context
|
protected String |
getEventContext()
Deprecated.
|
protected IStorageKey |
getEventId()
Deprecated.
|
void |
setCompletionStatus(int completionStatus)
Deprecated.
|
void |
setCompletionTotal(int completionTotal)
Deprecated.
|
void |
setCurrentTask(String currentTask)
Deprecated.
|
protected void |
setEventContext(String eventContext)
Deprecated.
|
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()
@Deprecated public void setCurrentTask(String currentTask)
@Deprecated public void setCompletionStatus(int completionStatus)
@Deprecated public int getCompletionStatus()
@Deprecated public void setCompletionTotal(int completionTotal)
@Deprecated protected void setEventContext(String eventContext)
@Deprecated protected String getEventContext()
@Deprecated protected IStorageKey getEventId()
Copyright © 2021 Visiativ Software. All rights reserved.