Serialized Form
-
Package org.flowable.dmn.engine
-
Exception Class org.flowable.dmn.engine.FlowableDmnExpressionException
class FlowableDmnExpressionException extends FlowableException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expression
String expression
-
-
-
Package org.flowable.dmn.engine.impl
-
Class org.flowable.dmn.engine.impl.DecisionQueryImpl
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryLike
String categoryLike
-
categoryNotEquals
String categoryNotEquals
-
decisionId
String decisionId
-
decisionType
String decisionType
-
decisionTypeLike
String decisionTypeLike
-
deploymentId
String deploymentId
-
deploymentIds
Set<String> deploymentIds
-
id
String id
-
ids
Set<String> ids
-
key
String key
-
keyLike
String keyLike
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
resourceName
String resourceName
-
resourceNameLike
String resourceNameLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
version
Integer version
-
versionGt
Integer versionGt
-
versionGte
Integer versionGte
-
versionLt
Integer versionLt
-
versionLte
Integer versionLte
-
withoutTenantId
boolean withoutTenantId
-
-
Class org.flowable.dmn.engine.impl.DecisionQueryProperty
class DecisionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.flowable.dmn.engine.impl.DeploymentQueryProperty
class DeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
class DmnDeploymentQueryImpl extends AbstractQuery<DmnDeploymentQuery,DmnDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
decisionKey
String decisionKey
-
decisionKeyLike
String decisionKeyLike
-
deploymentId
String deploymentId
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class org.flowable.dmn.engine.impl.HistoricDecisionExecutionQueryImpl
class HistoricDecisionExecutionQueryImpl extends AbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
activityId
String activityId
-
caseInstanceIdWithChildren
String caseInstanceIdWithChildren
-
decisionDefinitionId
String decisionDefinitionId
-
decisionKey
String decisionKey
-
deploymentId
String deploymentId
-
executionId
String executionId
-
failed
Boolean failed
-
id
String id
-
ids
Set<String> ids
-
instanceId
String instanceId
-
processInstanceIdWithChildren
String processInstanceIdWithChildren
-
scopeType
String scopeType
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutScopeType
boolean withoutScopeType
-
withoutTenantId
boolean withoutTenantId
-
-
Class org.flowable.dmn.engine.impl.HistoricDecisionExecutionQueryProperty
class HistoricDecisionExecutionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.flowable.dmn.engine.impl.NativeDecisionTableQueryImpl
class NativeDecisionTableQueryImpl extends AbstractNativeQuery<NativeDecisionQuery,DmnDecision> implements Serializable - serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.NativeDmnDeploymentQueryImpl
class NativeDmnDeploymentQueryImpl extends AbstractNativeQuery<NativeDmnDeploymentQuery,DmnDeployment> implements Serializable - serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.NativeHistoryDecisionExecutionQueryImpl
class NativeHistoryDecisionExecutionQueryImpl extends AbstractNativeQuery<NativeHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution> implements Serializable - serialVersionUID:
- 1L
-
-
Package org.flowable.dmn.engine.impl.cmd
-
Class org.flowable.dmn.engine.impl.cmd.AbstractExecuteDecisionCmd
class AbstractExecuteDecisionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
executeDecisionContext
ExecuteDecisionContext executeDecisionContext
-
-
Class org.flowable.dmn.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class org.flowable.dmn.engine.impl.cmd.DeployCmd
class DeployCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentBuilder
DmnDeploymentBuilderImpl deploymentBuilder
-
-
Class org.flowable.dmn.engine.impl.cmd.EvaluateDecisionCmd
class EvaluateDecisionCmd extends AbstractExecuteDecisionCmd implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
class ExecuteDecisionCmd extends AbstractExecuteDecisionCmd implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionServiceCmd
class ExecuteDecisionServiceCmd extends AbstractExecuteDecisionCmd implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionWithAuditTrailCmd
class ExecuteDecisionWithAuditTrailCmd extends AbstractExecuteDecisionCmd implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.cmd.GetDeploymentDecisionCmd
class GetDeploymentDecisionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decisionId
String decisionId
-
-
Class org.flowable.dmn.engine.impl.cmd.GetDeploymentDecisionRequirementsDiagramCmd
class GetDeploymentDecisionRequirementsDiagramCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decisionId
String decisionId
-
-
Class org.flowable.dmn.engine.impl.cmd.GetDeploymentDmnResourceCmd
class GetDeploymentDmnResourceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decisionTableId
String decisionTableId
-
-
Class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceCmd
class GetDeploymentResourceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceNamesCmd
class GetDeploymentResourceNamesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class org.flowable.dmn.engine.impl.cmd.GetDmnDefinitionCmd
class GetDmnDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decisionTableId
String decisionTableId
-
-
Class org.flowable.dmn.engine.impl.cmd.GetTableNameCmd
class GetTableNameCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
-
Class org.flowable.dmn.engine.impl.cmd.SetDeploymentParentDeploymentIdCmd
class SetDeploymentParentDeploymentIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.cmd.SetDeploymentTenantIdCmd
class SetDeploymentTenantIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.flowable.dmn.engine.impl.persistence.deploy
-
Class org.flowable.dmn.engine.impl.persistence.deploy.DecisionCacheEntry
class DecisionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decision
Decision decision
-
decisionEntity
DecisionEntity decisionEntity
-
decisionService
DecisionService decisionService
-
dmnDefinition
DmnDefinition dmnDefinition
-
-
-
Package org.flowable.dmn.engine.impl.persistence.entity
-
Class org.flowable.dmn.engine.impl.persistence.entity.DecisionEntityImpl
class DecisionEntityImpl extends AbstractDmnEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
decisionType
String decisionType
-
deploymentId
String deploymentId
-
description
String description
-
diagramResourceName
String diagramResourceName
-
isGraphicalNotationDefined
boolean isGraphicalNotationDefined
-
key
String key
-
name
String name
-
resourceName
String resourceName
-
tenantId
String tenantId
-
version
int version
-
-
Class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
class DmnDeploymentEntityImpl extends AbstractDmnEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
decisionDefinitionCache
Map<String,
DecisionCacheEntry> decisionDefinitionCache -
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg decision tables). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class org.flowable.dmn.engine.impl.persistence.entity.DmnResourceEntityImpl
class DmnResourceEntityImpl extends AbstractDmnEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.dmn.engine.impl.persistence.entity.HistoricDecisionExecutionEntityImpl
class HistoricDecisionExecutionEntityImpl extends AbstractDmnEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activityId
String activityId
-
decisionDefinitionId
String decisionDefinitionId
-
decisionKey
String decisionKey
-
decisionName
String decisionName
-
decisionVersion
String decisionVersion
-
deploymentId
String deploymentId
-
endTime
Date endTime
-
executionId
String executionId
-
executionJson
String executionJson
-
failed
boolean failed
-
instanceId
String instanceId
-
scopeType
String scopeType
-
startTime
Date startTime
-
tenantId
String tenantId
-
-
-
Package org.flowable.dmn.engine.impl.repository
-
Class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
class DmnDeploymentBuilderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployment
DmnDeploymentEntity deployment
-
isDmn20XsdValidationEnabled
boolean isDmn20XsdValidationEnabled
-
isDuplicateFilterEnabled
boolean isDuplicateFilterEnabled
-
-