Class EventMapper.ModelDetails
- java.lang.Object
- 
- jadex.platform.service.processengine.EventMapper.ModelDetails
 
- 
- Enclosing class:
- EventMapper
 
 public static class EventMapper.ModelDetails extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.Set<java.lang.String>epstarttypesThe event process start events.protected java.lang.StringeventidThe start event id.protected SubscriptionIntermediateFuture<ProcessEngineEvent>futureThe registration future.protected java.lang.StringmodelThe model name.protected IResourceIdentifierridThe resource identifier.protected java.util.Set<java.lang.String>waittypesThe intermediate wait events.
 - 
Constructor SummaryConstructors Constructor Description ModelDetails(IResourceIdentifier rid, java.lang.String model, java.lang.String eventid, java.util.Set<java.lang.String> waittypes, java.util.Set<java.lang.String> epstarttypes, SubscriptionIntermediateFuture<ProcessEngineEvent> future)Create a new ModelDetails.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEventId()Get the eventid.java.util.Set<java.lang.String>getEventProcessStartTypes()Get the epstarttypes.java.util.Set<java.lang.String>getEventWaitTypes()Get the waittypes.SubscriptionIntermediateFuture<ProcessEngineEvent>getFuture()Get the future.java.lang.StringgetModel()Get the model.IResourceIdentifiergetRid()Get the rid.voidsetEventId(java.lang.String eventid)Set the eventid.voidsetEventProcessStartTypes(java.util.Set<java.lang.String> epstarttypes)Set the epstarttypes.voidsetEventWaitTypes(java.util.Set<java.lang.String> waittypes)Set the waittypes.voidsetFuture(SubscriptionIntermediateFuture<ProcessEngineEvent> future)Set the future.voidsetModel(java.lang.String model)Set the model.voidsetRid(IResourceIdentifier rid)Set the rid.
 
- 
- 
- 
Field Detail- 
ridprotected IResourceIdentifier rid The resource identifier.
 - 
modelprotected java.lang.String model The model name.
 - 
eventidprotected java.lang.String eventid The start event id.
 - 
futureprotected SubscriptionIntermediateFuture<ProcessEngineEvent> future The registration future.
 - 
waittypesprotected java.util.Set<java.lang.String> waittypes The intermediate wait events.
 - 
epstarttypesprotected java.util.Set<java.lang.String> epstarttypes The event process start events.
 
- 
 - 
Constructor Detail- 
ModelDetailspublic ModelDetails(IResourceIdentifier rid, java.lang.String model, java.lang.String eventid, java.util.Set<java.lang.String> waittypes, java.util.Set<java.lang.String> epstarttypes, SubscriptionIntermediateFuture<ProcessEngineEvent> future) Create a new ModelDetails.
 
- 
 - 
Method Detail- 
getRidpublic IResourceIdentifier getRid() Get the rid. return The rid.
 - 
setRidpublic void setRid(IResourceIdentifier rid) Set the rid.- Parameters:
- rid- The rid to set.
 
 - 
getModelpublic java.lang.String getModel() Get the model. return The model.
 - 
setModelpublic void setModel(java.lang.String model) Set the model.- Parameters:
- model- The model to set.
 
 - 
getEventIdpublic java.lang.String getEventId() Get the eventid. return The eventid.
 - 
setEventIdpublic void setEventId(java.lang.String eventid) Set the eventid.- Parameters:
- eventid- The eventid to set.
 
 - 
getFuturepublic SubscriptionIntermediateFuture<ProcessEngineEvent> getFuture() Get the future. return The future.
 - 
setFuturepublic void setFuture(SubscriptionIntermediateFuture<ProcessEngineEvent> future) Set the future.- Parameters:
- future- The future to set.
 
 - 
getEventWaitTypespublic java.util.Set<java.lang.String> getEventWaitTypes() Get the waittypes.- Returns:
- The waittypes.
 
 - 
setEventWaitTypespublic void setEventWaitTypes(java.util.Set<java.lang.String> waittypes) Set the waittypes.- Parameters:
- waittypes- The waittypes to set.
 
 - 
getEventProcessStartTypespublic java.util.Set<java.lang.String> getEventProcessStartTypes() Get the epstarttypes.- Returns:
- The epstarttypes.
 
 - 
setEventProcessStartTypespublic void setEventProcessStartTypes(java.util.Set<java.lang.String> epstarttypes) Set the epstarttypes.- Parameters:
- epstarttypes- The epstarttypes to set.
 
 
- 
 
-