Serialized Form
-
Package org.flowable.eventsubscription.service.impl
-
Class org.flowable.eventsubscription.service.impl.EventSubscriptionQueryImpl
class EventSubscriptionQueryImpl extends AbstractQuery<EventSubscriptionQuery,EventSubscription> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
activityId
String activityId
-
configuration
String configuration
-
configurations
Collection<String> configurations
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
currentOrQueryObject
EventSubscriptionQueryImpl currentOrQueryObject
-
eventName
String eventName
-
eventSubscriptionServiceConfiguration
EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration
-
eventType
String eventType
-
executionId
String executionId
-
id
String id
-
inOrStatement
boolean inOrStatement
-
orQueryObjects
List<EventSubscriptionQueryImpl> orQueryObjects
-
processDefinitionId
String processDefinitionId
-
processInstanceId
String processInstanceId
-
scopeDefinitionId
String scopeDefinitionId
-
scopeDefinitionKey
String scopeDefinitionKey
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
tenantIds
Collection<String> tenantIds
-
withoutConfiguration
boolean withoutConfiguration
-
withoutProcessDefinitionId
boolean withoutProcessDefinitionId
-
withoutProcessInstanceId
boolean withoutProcessInstanceId
-
withoutScopeDefinitionId
boolean withoutScopeDefinitionId
-
withoutScopeId
boolean withoutScopeId
-
withoutTenantId
boolean withoutTenantId
-
-
Class org.flowable.eventsubscription.service.impl.EventSubscriptionQueryProperty
class EventSubscriptionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
propertyName
String propertyName
-
-
Class org.flowable.eventsubscription.service.impl.EventSubscriptionQueryValue
class EventSubscriptionQueryValue extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.flowable.eventsubscription.service.impl.persistence.entity
-
Class org.flowable.eventsubscription.service.impl.persistence.entity.CompensateEventSubscriptionEntityImpl
class CompensateEventSubscriptionEntityImpl extends EventSubscriptionEntityImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntityImpl
class EventSubscriptionEntityImpl extends AbstractEventSubscriptionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activityId
String activityId
-
configuration
String configuration
-
created
Date created
-
eventName
String eventName
-
eventType
String eventType
-
executionId
String executionId
-
lockOwner
String lockOwner
-
lockTime
Date lockTime
-
processDefinitionId
String processDefinitionId
-
processInstanceId
String processInstanceId
-
scopeDefinitionId
String scopeDefinitionId
-
scopeDefinitionKey
String scopeDefinitionKey
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
-
Class org.flowable.eventsubscription.service.impl.persistence.entity.GenericEventSubscriptionEntityImpl
class GenericEventSubscriptionEntityImpl extends EventSubscriptionEntityImpl implements Serializable -
Class org.flowable.eventsubscription.service.impl.persistence.entity.MessageEventSubscriptionEntityImpl
class MessageEventSubscriptionEntityImpl extends EventSubscriptionEntityImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.eventsubscription.service.impl.persistence.entity.SignalEventSubscriptionEntityImpl
class SignalEventSubscriptionEntityImpl extends EventSubscriptionEntityImpl implements Serializable- serialVersionUID:
- 1L
-