Class ProcessEngineAgent.EventInfo
- java.lang.Object
- 
- jadex.platform.service.processengine.ProcessEngineAgent.EventInfo
 
- 
- Enclosing class:
- ProcessEngineAgent
 
 protected static class ProcessEngineAgent.EventInfo extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringactivityidThe activity id.protected UnparsedExpressionconditionThe condition expression.protected java.util.List<java.lang.String>eventNamesThe event names.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedEventInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActivityId()Get the activityId.UnparsedExpressiongetCondition()Get the condition.java.util.List<java.lang.String>getEventNames()Get the eventNames.voidsetActivityId(java.lang.String activityId)Set the activityId.voidsetCondition(UnparsedExpression condition)Set the condition.voidsetEventNames(java.util.List<java.lang.String> eventNames)Set the eventNames.
 
- 
- 
- 
Field Detail- 
eventNamesprotected java.util.List<java.lang.String> eventNames The event names.
 - 
activityidprotected java.lang.String activityid The activity id.
 - 
conditionprotected UnparsedExpression condition The condition expression.
 
- 
 - 
Method Detail- 
getEventNamespublic java.util.List<java.lang.String> getEventNames() Get the eventNames. return The eventNames.
 - 
setEventNamespublic void setEventNames(java.util.List<java.lang.String> eventNames) Set the eventNames.- Parameters:
- eventNames- The eventNames to set.
 
 - 
getActivityIdpublic java.lang.String getActivityId() Get the activityId. return The activityId.
 - 
setActivityIdpublic void setActivityId(java.lang.String activityId) Set the activityId.- Parameters:
- activityId- The activityId to set.
 
 - 
getConditionpublic UnparsedExpression getCondition() Get the condition. return The condition.
 - 
setConditionpublic void setCondition(UnparsedExpression condition) Set the condition.- Parameters:
- condition- The condition to set.
 
 
- 
 
-