public final class SchedulerCompletionEvent extends MapEvent implements SelectorValueSource
Title: Structured Data Objects: Scheduler Event
Description: Defines a Scheduler Completion Event.
Copyright: Copyright (c) 2023
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
static java.lang.String |
LIST_NAME_PROPERTY |
static java.lang.String |
NODE_NAME_PROPERTY |
static java.lang.String |
TASK_NAME_PROPERTY |
static java.lang.String |
USER_NAME_PROPERTY |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTaskListName() |
java.lang.String |
getTaskName() |
java.lang.Object |
getValue(VariableSelectorExpression expression) |
java.util.Map |
getValues() |
boolean |
isExpired() |
boolean |
isFailed() |
boolean |
isForTaskList() |
boolean |
isOK() |
void |
setExpired(boolean expired) |
void |
setFailed(boolean failed) |
java.lang.String |
toString() |
addLocator, addLocatorsAll, addLocatorsAllFrom, addTag, addTagsAll, addTagsAllFrom, addTagsAndLocatorsAll, addTagsAndLocatorsAllFrom, clearData, equals, get, getBigDecimal, getBoolean, getByte, getBytes, getChar, getDate, getDouble, getFloat, getInt, getLong, getMap, getMapNames, getObject, getShort, getString, itemExists, set, setBigDecimal, setBoolean, setByte, setBytes, setBytes, setChar, setDate, setDouble, setFloat, setInt, setLong, setMap, setObject, setShort, setString
addAnnotation, clearEventProperties, protect, removeAnnotation, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventExpiration, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventStringProperty, setFinal, setForwardTo, setReplyTo, setSecurityAssertionToken, setSecurityAssertionTokenAsBytes, unprotect
canConvertEventProperty, clone, existsEventProperty, getAnnotatedProperties, getAnnotation, getCorrelationId, getCorrelationIdAsBytes, getDurable, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventExpiration, getEventFloatProperty, getEventGroupId, getEventId, getEventIntProperty, getEventKey, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventSource, getEventStringProperty, getForwardTo, getPermissions, getReadAccess, getReplyTo, getSecurityAssertionToken, getSecurityAssertionTokenAsBytes, getTimestamp, getTransmitAccess, getWriteAccess, hasAnnotatedProperties, hasSuitableAnnotationType, isProtected
getClass, hashCode, notify, notifyAll, wait, wait, wait
addAnnotation, canConvertEventProperty, clearEventProperties, existsEventProperty, getAnnotatedProperties, getAnnotation, getCorrelationId, getCorrelationIdAsBytes, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventExpiration, getEventFloatProperty, getEventIntProperty, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventStringProperty, getForwardTo, getPermissions, getReadAccess, getReplyTo, getSecurityAssertionToken, getSecurityAssertionTokenAsBytes, getTransmitAccess, getWriteAccess, hasAnnotatedProperties, isProtected, protect, removeAnnotation, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventExpiration, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventStringProperty, setFinal, setForwardTo, setReplyTo, setSecurityAssertionToken, setSecurityAssertionTokenAsBytes, unprotect
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp
getSerialVersionUID
public static final java.lang.String EVENT_ID
public static final java.lang.String NODE_NAME_PROPERTY
public static final java.lang.String LIST_NAME_PROPERTY
public static final java.lang.String TASK_NAME_PROPERTY
public static final java.lang.String USER_NAME_PROPERTY
public boolean isFailed()
public void setFailed(boolean failed)
public boolean isExpired()
public void setExpired(boolean expired)
public boolean isOK()
public boolean isForTaskList()
public java.lang.String getTaskListName()
public java.lang.String getTaskName()
public java.lang.Object getValue(VariableSelectorExpression expression) throws SelectorEvaluationException
getValue
in interface SelectorValueSource
SelectorEvaluationException
public java.util.Map getValues()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.