public interface EventMetadata extends MetaType<EventMetadata>
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventMetadata.EventTypeEnum |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getConditionClass() |
Class<? extends ConditionalEvent<?>> |
getJudgerClass() |
StateMachineMetadata |
getStateMachine() |
long |
getTimeout() |
EventMetadata.EventTypeEnum |
getType() |
boolean |
isConditional() |
boolean |
postValidate() |
void |
verifyEventMethod(Method method,
VerificationFailureSet failureSet) |
getSuper, hasSuper, isOverridinggetDottedPath, getKeySet, getParent, getPrimaryKey, verifyMetaDatagetKeySetStateMachineMetadata getStateMachine()
EventMetadata.EventTypeEnum getType()
long getTimeout()
boolean isConditional()
Class<?> getConditionClass()
Class<? extends ConditionalEvent<?>> getJudgerClass()
boolean postValidate()
void verifyEventMethod(Method method, VerificationFailureSet failureSet)
Copyright © 2015. All Rights Reserved.