Serialized Form
-
Package com.flowable.action.engine.impl.cmd
-
Class com.flowable.action.engine.impl.cmd.AddIdentityLinkForActionInstanceCmd
class AddIdentityLinkForActionInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.cmd.BulkDeleteActionInstancesCmd
class BulkDeleteActionInstancesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scopeIds
Collection<String> scopeIds
-
scopeType
String scopeType
-
-
Class com.flowable.action.engine.impl.cmd.BulkDeleteHistoricActionInstancesCmd
class BulkDeleteHistoricActionInstancesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scopeIds
Collection<String> scopeIds
-
scopeType
String scopeType
-
-
Class com.flowable.action.engine.impl.cmd.DeleteActionInstanceCmd
class DeleteActionInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionInstanceId
String actionInstanceId
-
-
Class com.flowable.action.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.action.engine.impl.cmd.DeleteHistoricActionInstanceCmd
class DeleteHistoricActionInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionInstanceId
String actionInstanceId
-
-
Class com.flowable.action.engine.impl.cmd.DeleteIdentityLinkForActionInstanceCmd
class DeleteIdentityLinkForActionInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.cmd.ExecuteActionInstanceCmd
class ExecuteActionInstanceCmd extends AbstractNeedsActionDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
executeActionInstanceBuilder
ExecuteActionInstanceBuilderImpl executeActionInstanceBuilder
-
-
Class com.flowable.action.engine.impl.cmd.GetDeploymentActionDefinitionCmd
class GetDeploymentActionDefinitionCmd extends AbstractNeedsActionDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.cmd.MigrateActionTypeLinksCmd
class MigrateActionTypeLinksCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
Class com.flowable.action.engine.impl.cmd.StartActionInstanceCmd
class StartActionInstanceCmd extends AbstractNeedsActionDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionInstanceBuilder
ActionInstanceBuilderImpl actionInstanceBuilder
-
-
-
Package com.flowable.action.engine.impl.history
-
Class com.flowable.action.engine.impl.history.HistoricActionInstanceQueryImpl
class HistoricActionInstanceQueryImpl extends AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionId
String actionDefinitionId
-
actionDefinitionIdLike
String actionDefinitionIdLike
-
executedBy
String executedBy
-
executedByLike
String executedByLike
-
executionDate
Date executionDate
-
executionDateAfter
Date executionDateAfter
-
executionDateBefore
Date executionDateBefore
-
formInstanceId
String formInstanceId
-
formKey
String formKey
-
id
String id
-
ids
Set<String> ids
-
maxPriority
Integer maxPriority
-
minPriority
Integer minPriority
-
name
String name
-
nameLike
String nameLike
-
priority
Integer priority
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
startDate
Date startDate
-
startDateAfter
Date startDateAfter
-
startDateBefore
Date startDateBefore
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.action.engine.impl.history.HistoricActionInstanceQueryProperty
class HistoricActionInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.action.engine.impl.history.HistoricActionLinkQueryImpl
class HistoricActionLinkQueryImpl extends AbstractQuery<HistoricActionLinkQuery,HistoricActionLink> implements Serializable - serialVersionUID:
- 1L
-
-
Package com.flowable.action.engine.impl.persistence.deploy
-
Class com.flowable.action.engine.impl.persistence.deploy.ActionDefinitionCacheEntry
class ActionDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionEntity
ActionDefinitionEntity actionDefinitionEntity
-
actionDefinitionModel
ActionDefinitionModel actionDefinitionModel
-
-
-
Package com.flowable.action.engine.impl.persistence.entity
-
Class com.flowable.action.engine.impl.persistence.entity.ActionDeploymentEntityImpl
class ActionDeploymentEntityImpl extends AbstractActionEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.action.engine.impl.persistence.entity.ActionInstanceEntityImpl
class ActionInstanceEntityImpl extends AbstractActionEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionId
String actionDefinitionId
-
formInstanceId
String formInstanceId
-
formKey
String formKey
-
formParentDeploymentId
String formParentDeploymentId
-
icon
String icon
-
name
String name
-
priority
Integer priority
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
startDate
Date startDate
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
-
Class com.flowable.action.engine.impl.persistence.entity.ActionResourceEntityImpl
class ActionResourceEntityImpl extends AbstractActionEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.persistence.entity.HistoricActionInstanceEntityImpl
class HistoricActionInstanceEntityImpl extends AbstractActionEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionId
String actionDefinitionId
-
executedBy
String executedBy
-
executionDate
Date executionDate
-
formInstanceId
String formInstanceId
-
formKey
String formKey
-
formParentDeploymentId
String formParentDeploymentId
-
name
String name
-
priority
Integer priority
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
startDate
Date startDate
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
-
Class com.flowable.action.engine.impl.persistence.entity.ResourceRef
class ResourceRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
boolean deleted
-
entity
ActionResourceEntity entity
-
id
String id
-
name
String name
-
-
-
Package com.flowable.action.engine.impl.repository
-
Class com.flowable.action.engine.impl.repository.ActionDefinitionQueryImpl
class ActionDefinitionQueryImpl extends AbstractQuery<ActionDefinitionQuery,ActionDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByUser
String accessibleByUser
-
channel
String channel
-
channels
List<String> channels
-
deploymentId
String deploymentId
-
global
boolean global
-
id
String id
-
ids
Collection<String> ids
-
includeActionDefinitionLinks
boolean includeActionDefinitionLinks
-
key
String key
-
keyLike
String keyLike
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
safeAccessibleByGroups
Collection<? extends Collection<String>> safeAccessibleByGroups
-
scopeType
String scopeType
-
tenantId
String tenantId
-
version
Integer version
-
-
Class com.flowable.action.engine.impl.repository.ActionDefinitionQueryProperty
class ActionDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.action.engine.impl.repository.ActionDeploymentQueryImpl
class ActionDeploymentQueryImpl extends AbstractQuery<ActionDeploymentQuery,ActionDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionKey
String actionDefinitionKey
-
actionDefinitionKeyLike
String actionDefinitionKeyLike
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.action.engine.impl.repository.ActionDeploymentQueryProperty
class ActionDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.action.engine.impl.runtime
-
Class com.flowable.action.engine.impl.runtime.ActionInstanceQueryImpl
class ActionInstanceQueryImpl extends AbstractQuery<ActionInstanceQuery,ActionInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionId
String actionDefinitionId
-
actionDefinitionIdLike
String actionDefinitionIdLike
-
actionDefinitionKey
String actionDefinitionKey
-
channel
String channel
-
channels
List<String> channels
-
formInstanceId
String formInstanceId
-
formKey
String formKey
-
icon
String icon
-
id
String id
-
ids
Set<String> ids
-
maxPriority
Integer maxPriority
-
minPriority
Integer minPriority
-
name
String name
-
nameLike
String nameLike
-
participantGroups
List<String> participantGroups
-
participantUsers
List<String> participantUsers
-
priority
Integer priority
-
queryOnActionLinks
boolean queryOnActionLinks
-
queryOnlyOnActionLinks
boolean queryOnlyOnActionLinks
-
safeParticipantGroups
Collection<? extends Collection<String>> safeParticipantGroups
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
startDate
Date startDate
-
startDateAfter
Date startDateAfter
-
startDateBefore
Date startDateBefore
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.action.engine.impl.runtime.ActionInstanceQueryProperty
class ActionInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.action.engine.impl.runtime.ActionLinkQueryImpl
- serialVersionUID:
- 1L
-
-
Package com.flowable.audit.engine.impl.cmd
-
Class com.flowable.audit.engine.impl.cmd.CreateAuditInstanceCmd
class CreateAuditInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
auditInstanceBuilder
AuditInstanceBuilderImpl auditInstanceBuilder
-
-
Class com.flowable.audit.engine.impl.cmd.DeleteAuditInstanceCmd
class DeleteAuditInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
auditInstanceId
String auditInstanceId
-
-
-
Package com.flowable.audit.engine.impl.persistence.entity
-
Class com.flowable.audit.engine.impl.persistence.entity.AuditInstanceEntityImpl
class AuditInstanceEntityImpl extends AbstractAuditEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
auditDefinitionId
String auditDefinitionId
-
creationTime
Date creationTime
-
creatorId
String creatorId
-
externalId
String externalId
-
payload
Map<String,
Object> payload -
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
subType
String subType
-
tenantId
String tenantId
-
type
String type
-
-
-
Package com.flowable.audit.engine.impl.runtime
-
Class com.flowable.audit.engine.impl.runtime.AuditInstanceQueryImpl
class AuditInstanceQueryImpl extends AbstractQuery<AuditInstanceQuery,AuditInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
auditDefinitionId
String auditDefinitionId
-
auditDefinitionIdLike
String auditDefinitionIdLike
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
creatorId
String creatorId
-
externalId
String externalId
-
id
String id
-
ids
Set<String> ids
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
subType
String subType
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
type
String type
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.audit.engine.impl.runtime.AuditInstanceQueryProperty
class AuditInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.dataobject.engine.impl.cmd
-
Class com.flowable.dataobject.engine.impl.cmd.CreateMasterDataInstanceCmd
class CreateMasterDataInstanceCmd extends AbstractNeedsDataObjectDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
masterDataInstanceBuilder
MasterDataInstanceBuilderImpl masterDataInstanceBuilder
-
-
Class com.flowable.dataobject.engine.impl.cmd.DeleteDataObjectVariablesCmd
class DeleteDataObjectVariablesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
masterDataInstanceId
String masterDataInstanceId
-
-
Class com.flowable.dataobject.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.dataobject.engine.impl.cmd.DeleteMasterDataInstancesCmd
class DeleteMasterDataInstancesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
definitionId
String definitionId
-
-
Class com.flowable.dataobject.engine.impl.cmd.GetDeploymentDataObjectDefinitionCmd
class GetDeploymentDataObjectDefinitionCmd extends AbstractNeedsDataObjectDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.dataobject.engine.impl.persistence.deploy
-
Class com.flowable.dataobject.engine.impl.persistence.deploy.DataObjectDefinitionCacheEntry
class DataObjectDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataObjectDefinitionEntity
DataObjectDefinitionEntity dataObjectDefinitionEntity
-
dataObjectModel
DataObjectModel dataObjectModel
-
-
-
Package com.flowable.dataobject.engine.impl.persistence.entity
-
Class com.flowable.dataobject.engine.impl.persistence.entity.DataObjectDeploymentEntityImpl
class DataObjectDeploymentEntityImpl extends AbstractDataObjectEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.dataobject.engine.impl.persistence.entity.DataObjectResourceEntityImpl
class DataObjectResourceEntityImpl extends AbstractDataObjectEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.dataobject.engine.impl.persistence.entity.ResourceRef
class ResourceRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
boolean deleted
-
entity
DataObjectResourceEntity entity
-
id
String id
-
name
String name
-
-
-
Package com.flowable.dataobject.engine.impl.repository
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectDefinitionQueryImpl
class DataObjectDefinitionQueryImpl extends AbstractQuery<DataObjectDefinitionQuery,DataObjectDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
externalId
String externalId
-
id
String id
-
ids
Collection<String> ids
-
key
String key
-
keyLike
String keyLike
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
sourceId
String sourceId
-
sourceType
String sourceType
-
subType
String subType
-
tenantId
String tenantId
-
type
String type
-
version
Integer version
-
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectDefinitionQueryProperty
class DataObjectDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectDeploymentQueryImpl
class DataObjectDeploymentQueryImpl extends AbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
dataObjectDefinitionKey
String dataObjectDefinitionKey
-
dataObjectDefinitionKeyLike
String dataObjectDefinitionKeyLike
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectDeploymentQueryProperty
class DataObjectDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectSchemaDefinitionQueryImpl
class DataObjectSchemaDefinitionQueryImpl extends AbstractQuery<DataObjectSchemaDefinitionQuery,DataObjectSchemaDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectSchemaDefinitionQueryProperty
class DataObjectSchemaDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.dataobject.engine.impl.runtime
-
Class com.flowable.dataobject.engine.impl.runtime.DataObjectInstanceEntityQueryImpl
class DataObjectInstanceEntityQueryImpl extends AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.dataobject.engine.impl.runtime.DataObjectInstanceQueryProperty
class DataObjectInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceQueryImpl
class MasterDataInstanceQueryImpl extends AbstractVariableQueryImpl<MasterDataInstanceQuery,MasterDataInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
definitionExternalId
String definitionExternalId
-
definitionId
String definitionId
-
definitionKey
String definitionKey
-
externalId
String externalId
-
externalIdLike
String externalIdLike
-
id
String id
-
includeTranslations
boolean includeTranslations
-
includeVariables
boolean includeVariables
-
key
String key
-
keyLike
String keyLike
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
state
String state
-
tenantId
String tenantId
-
-
Class com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceQueryProperty
class MasterDataInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.indexing.job
-
Exception com.flowable.indexing.job.AsyncHistoryJobNotApplicableException
class AsyncHistoryJobNotApplicableException extends FlowableException implements Serializable
-
-
Package com.flowable.platform.common.content
-
Class com.flowable.platform.common.content.ContentItemJsonRepresentation
class ContentItemJsonRepresentation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentAvailable
boolean contentAvailable
-
contentSize
Long contentSize
-
contentStoreId
String contentStoreId
-
contentStoreName
String contentStoreName
-
created
Date created
-
createdBy
String createdBy
-
definitionId
String definitionId
-
definitionName
String definitionName
-
id
String id
-
lastModified
Date lastModified
-
lastModifiedBy
String lastModifiedBy
-
lockInfo
String lockInfo
-
metadataProperties
Map<String,
Object> metadataProperties -
mimeType
String mimeType
-
name
String name
-
parentFolderId
String parentFolderId
-
processInstanceId
String processInstanceId
-
provisional
boolean provisional
-
scopeId
String scopeId
-
scopeType
String scopeType
-
state
String state
-
subState
String subState
-
subType
String subType
-
taskId
String taskId
-
tenantId
String tenantId
-
type
String type
-
version
Integer version
-
versionInfo
String versionInfo
-
versionParentId
String versionParentId
-
-
-
Package com.flowable.platform.engine.impl.cmd
-
Class com.flowable.platform.engine.impl.cmd.CreateSlaAuditInstanceCmd
class CreateSlaAuditInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
slaAuditInstanceBuilder
SlaAuditInstanceBuilderImpl slaAuditInstanceBuilder
-
-
Class com.flowable.platform.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.platform.engine.impl.cmd.GetDeploymentQueryDefinitionCmd
class GetDeploymentQueryDefinitionCmd extends AbstractNeedsQueryDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.cmd.GetDeploymentVariableExtractorDefinitionCmd
class GetDeploymentVariableExtractorDefinitionCmd extends AbstractNeedsVariableExtractorDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.cmd.MigrateSubFolderItemScopeInfoCmd
class MigrateSubFolderItemScopeInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
Class com.flowable.platform.engine.impl.cmd.UpdateSlaAuditInstanceCmd
class UpdateSlaAuditInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
updateSlaAuditInstanceBuilder
UpdateSlaAuditInstanceBuilderImpl updateSlaAuditInstanceBuilder
-
-
-
Package com.flowable.platform.engine.impl.comment
-
Class com.flowable.platform.engine.impl.comment.CommentQueryImpl
-
Serialized Fields
-
content
String content
-
contentLike
String contentLike
-
created
Date created
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
id
String id
-
scopeId
String scopeId
-
scopeType
String scopeType
-
updated
Date updated
-
updatedAfter
Date updatedAfter
-
updatedBefore
Date updatedBefore
-
userId
String userId
-
-
-
Class com.flowable.platform.engine.impl.comment.CommentQueryProperty
class CommentQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
-
Package com.flowable.platform.engine.impl.configuration
-
Class com.flowable.platform.engine.impl.configuration.ConfigurationPropertyQueryImpl
class ConfigurationPropertyQueryImpl extends AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty> implements Serializable -
Serialized Fields
-
canUseByNamespaceNameAndTenant
boolean canUseByNamespaceNameAndTenant
-
description
String description
-
descriptions
Collection<String> descriptions
-
id
String id
-
lastUpdatedAfter
Date lastUpdatedAfter
-
lastUpdatedBefore
Date lastUpdatedBefore
-
name
String name
-
names
Collection<String> names
-
namespace
String namespace
-
ownerUser
String ownerUser
-
tenantId
String tenantId
-
-
-
-
Package com.flowable.platform.engine.impl.dashboard
-
Class com.flowable.platform.engine.impl.dashboard.DashboardQueryImpl
- serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.dashboard.DashboardQueryProperty
class DashboardQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.platform.engine.impl.persistence.deploy
-
Class com.flowable.platform.engine.impl.persistence.deploy.DashboardComponentDefinitionCacheEntry
class DashboardComponentDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dashboardComponentDefinitionEntity
DashboardComponentDefinitionEntity dashboardComponentDefinitionEntity
-
dashboardComponentDefinitionModel
DashboardComponentDefinitionModel dashboardComponentDefinitionModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.DataDictionaryDefinitionCacheEntry
class DataDictionaryDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataDictionaryDefinitionEntity
DataDictionaryDefinitionEntity dataDictionaryDefinitionEntity
-
dataDictionaryModel
DataDictionaryModel dataDictionaryModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.QueryDefinitionCacheEntry
class QueryDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
queryDefinitionEntity
QueryDefinitionEntity queryDefinitionEntity
-
queryDefinitionModel
QueryDefinitionModel queryDefinitionModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.SequenceDefinitionCacheEntry
class SequenceDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sequenceDefinitionEntity
SequenceDefinitionEntity sequenceDefinitionEntity
-
sequenceDefinitionModel
SequenceDefinitionModel sequenceDefinitionModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.SlaDefinitionCacheEntry
class SlaDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
slaDefinitionEntity
SlaDefinitionEntity slaDefinitionEntity
-
slaDefinitionModel
SlaDefinitionModel slaDefinitionModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.VariableExtractorDefinitionCacheEntry
class VariableExtractorDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
variableExtractorDefinitionEntity
VariableExtractorDefinitionEntity variableExtractorDefinitionEntity
-
variableExtractorDefinitionModel
VariableExtractorDefinitionModel variableExtractorDefinitionModel
-
-
-
Package com.flowable.platform.engine.impl.persistence.entity
-
Class com.flowable.platform.engine.impl.persistence.entity.PlatformDeploymentEntityImpl
class PlatformDeploymentEntityImpl extends AbstractPlatformEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.platform.engine.impl.persistence.entity.PlatformResourceEntityImpl
class PlatformResourceEntityImpl extends AbstractPlatformEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.platform.engine.impl.repository
-
Class com.flowable.platform.engine.impl.repository.PlatformDeploymentQueryImpl
class PlatformDeploymentQueryImpl extends AbstractQuery<PlatformDeploymentQuery,PlatformDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionKey
String actionDefinitionKey
-
actionDefinitionKeyLike
String actionDefinitionKeyLike
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.platform.engine.impl.repository.PlatformDeploymentQueryProperty
class PlatformDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.QueryDefinitionQueryImpl
class QueryDefinitionQueryImpl extends AbstractQuery<QueryDefinitionQuery,QueryDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.platform.engine.impl.repository.QueryDefinitionQueryProperty
class QueryDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.SequenceDefinitionQueryImpl
class SequenceDefinitionQueryImpl extends AbstractQuery<SequenceDefinitionQuery,SequenceDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.repository.SequenceDefinitionQueryProperty
class SequenceDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.SlaDefinitionQueryImpl
class SlaDefinitionQueryImpl extends AbstractQuery<SlaDefinitionQuery,SlaDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.repository.SlaDefinitionQueryProperty
class SlaDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.VariableExtractorDefinitionQueryImpl
class VariableExtractorDefinitionQueryImpl extends AbstractQuery<VariableExtractorDefinitionQuery,VariableExtractorDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.platform.engine.impl.repository.VariableExtractorDefinitionQueryProperty
class VariableExtractorDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.platform.engine.impl.repository.dashboard
-
Class com.flowable.platform.engine.impl.repository.dashboard.DashboardComponentDefinitionQueryImpl
class DashboardComponentDefinitionQueryImpl extends AbstractQuery<DashboardComponentDefinitionQuery,DashboardComponentDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.repository.dashboard.DashboardComponentDefinitionQueryProperty
class DashboardComponentDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.platform.engine.impl.repository.datadictionary
-
Class com.flowable.platform.engine.impl.repository.datadictionary.DataDictionaryDefinitionQueryImpl
class DataDictionaryDefinitionQueryImpl extends AbstractQuery<DataDictionaryDefinitionQuery,DataDictionaryDefinition> implements Serializable - serialVersionUID:
- 1L
-
-
Package com.flowable.platform.engine.impl.repository.datadictionary.model.deserializer
-
Class com.flowable.platform.engine.impl.repository.datadictionary.model.deserializer.ConstraintDeserializer
class ConstraintDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Constraint> implements Serializable -
Class com.flowable.platform.engine.impl.repository.datadictionary.model.deserializer.DictionaryTypeDeserializer
class DictionaryTypeDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BaseDictionaryType> implements Serializable-
Serialized Fields
-
dictionaryTypeJsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer<Object> dictionaryTypeJsonDeserializer
-
-
-
Class com.flowable.platform.engine.impl.repository.datadictionary.model.deserializer.TypeRefDeserializer
class TypeRefDeserializer extends com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer<TypeRef> implements Serializable
-
-
Package com.flowable.platform.engine.impl.runtime
-
Class com.flowable.platform.engine.impl.runtime.SlaAuditInstanceQueryImpl
class SlaAuditInstanceQueryImpl extends AbstractQuery<SlaAuditInstanceQuery,SlaAuditInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
appKey
String appKey
-
id
String id
-
rootScopeDefinitionKey
String rootScopeDefinitionKey
-
rootScopeId
String rootScopeId
-
rootScopeType
String rootScopeType
-
scopeDefinitionKey
String scopeDefinitionKey
-
scopeId
String scopeId
-
scopeType
String scopeType
-
slaDefinitionKey
String slaDefinitionKey
-
subScopeDefinitionKey
String subScopeDefinitionKey
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
-
Class com.flowable.platform.engine.impl.runtime.SlaAuditInstanceQueryProperty
class SlaAuditInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.platform.engine.impl.sandbox
-
Exception com.flowable.platform.engine.impl.sandbox.FlowableRateLimitException
class FlowableRateLimitException extends FlowableException implements Serializable -
Exception com.flowable.platform.engine.impl.sandbox.FlowableThresholdReachedException
class FlowableThresholdReachedException extends FlowableUnrecoverableJobException implements Serializable
-
-
Package com.flowable.platform.engine.impl.sandbox.process
-
Class com.flowable.platform.engine.impl.sandbox.process.LoopAwareExecutionListener
class LoopAwareExecutionListener extends Object implements Serializable
-
-
Package com.flowable.platform.engine.impl.tenant
-
Class com.flowable.platform.engine.impl.tenant.TenantVariableQueryImpl
class TenantVariableQueryImpl extends AbstractQuery<TenantVariableQuery,TenantVariable> implements Serializable -
Serialized Fields
-
id
String id
-
queryVariableValue
QueryVariableValue queryVariableValue
-
tenantId
String tenantId
-
tenantIdSet
boolean tenantIdSet
-
variableName
String variableName
-
variableNameLike
String variableNameLike
-
-
-
-
Package com.flowable.platform.engine.impl.translation
-
Class com.flowable.platform.engine.impl.translation.TranslationQueryImpl
class TranslationQueryImpl extends AbstractQuery<TranslationQuery,Translation> implements Serializable
-
-
Package com.flowable.platform.engine.impl.work
-
Class com.flowable.platform.engine.impl.work.WorkInstanceInfoQueryImpl
class WorkInstanceInfoQueryImpl extends AbstractQuery<Q extends WorkInstanceInfoQuery<Q,R>, R extends WorkInstanceInfo> implements Serializable -
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByUser
String accessibleByUser
-
assigneeUserId
String assigneeUserId
-
businessKey
String businessKey
-
businessStatus
String businessStatus
-
definitionCategories
Collection<String> definitionCategories
-
definitionCategory
String definitionCategory
-
definitionId
String definitionId
-
definitionKey
String definitionKey
-
definitionName
String definitionName
-
id
String id
-
includeTranslations
boolean includeTranslations
-
name
String name
-
safeAccessibleByGroups
List<List<String>> safeAccessibleByGroups
-
searchText
String searchText
-
startUserId
String startUserId
-
state
String state
-
tenantId
String tenantId
-
type
String type
-
-
-
-
Package com.flowable.platform.engine.impl.work.history
-
Class com.flowable.platform.engine.impl.work.history.HistoricWorkInstanceQueryImpl
class HistoricWorkInstanceQueryImpl extends WorkInstanceInfoQueryImpl<HistoricWorkInstanceQuery,HistoricWorkInstance> implements Serializable -
Serialized Fields
-
finished
Boolean finished
-
-
-
-
Package com.flowable.platform.engine.impl.work.repository
-
Class com.flowable.platform.engine.impl.work.repository.WorkDefinitionQueryImpl
class WorkDefinitionQueryImpl extends AbstractQuery<WorkDefinitionQuery,WorkDefinition> implements Serializable -
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByUser
String accessibleByUser
-
categories
Collection<String> categories
-
category
String category
-
id
String id
-
key
String key
-
latest
boolean latest
-
name
String name
-
safeAccessibleByGroups
List<List<String>> safeAccessibleByGroups
-
searchText
String searchText
-
tenantId
String tenantId
-
type
String type
-
withoutTenantId
boolean withoutTenantId
-
-
-
-
Package com.flowable.platform.engine.impl.work.runtime
-
Class com.flowable.platform.engine.impl.work.runtime.WorkInstanceQueryImpl
class WorkInstanceQueryImpl extends WorkInstanceInfoQueryImpl<WorkInstanceQuery,WorkInstance> implements Serializable
-
-
Package com.flowable.platform.service.action
-
Class com.flowable.platform.service.action.BpmnPlatformExposeCompleteTaskListener
class BpmnPlatformExposeCompleteTaskListener extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
Class com.flowable.platform.service.action.BpmnPlatformExposeCreateTaskListener
class BpmnPlatformExposeCreateTaskListener extends AbstractActionBasedListener implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
Class com.flowable.platform.service.action.CmmnPlatformExposeCompleteTaskListener
class CmmnPlatformExposeCompleteTaskListener extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
Class com.flowable.platform.service.action.CmmnPlatformExposeCreateTaskListener
class CmmnPlatformExposeCreateTaskListener extends AbstractActionBasedListener implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
-
Package com.flowable.platform.service.process
-
Class com.flowable.platform.service.process.BpmnEndEventCompleteAuditLogListener
class BpmnEndEventCompleteAuditLogListener extends Object implements Serializable
-
-
Package com.flowable.policy.engine.impl.cmd
-
Class com.flowable.policy.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.policy.engine.impl.cmd.GetDeploymentPolicyDefinitionCmd
class GetDeploymentPolicyDefinitionCmd extends AbstractNeedsPolicyDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.policy.engine.impl.persistence.deploy
-
Class com.flowable.policy.engine.impl.persistence.deploy.PolicyDefinitionCacheEntry
class PolicyDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
policyDefinitionEntity
PolicyDefinitionEntity policyDefinitionEntity
-
policyModel
PolicyModel policyModel
-
-
-
Package com.flowable.policy.engine.impl.persistence.entity
-
Class com.flowable.policy.engine.impl.persistence.entity.PolicyDeploymentEntityImpl
class PolicyDeploymentEntityImpl extends AbstractPolicyEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.policy.engine.impl.persistence.entity.PolicyResourceEntityImpl
class PolicyResourceEntityImpl extends AbstractPolicyEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.policy.engine.impl.persistence.entity.ResourceRef
class ResourceRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
boolean deleted
-
entity
PolicyResourceEntity entity
-
id
String id
-
name
String name
-
-
-
Package com.flowable.policy.engine.impl.repository
-
Class com.flowable.policy.engine.impl.repository.PolicyDefinitionQueryImpl
class PolicyDefinitionQueryImpl extends AbstractQuery<PolicyDefinitionQuery,PolicyDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
id
String id
-
ids
Collection<String> ids
-
includePolicyDefinitionLinks
boolean includePolicyDefinitionLinks
-
key
String key
-
keyLike
String keyLike
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
tenantId
String tenantId
-
type
String type
-
version
Integer version
-
-
Class com.flowable.policy.engine.impl.repository.PolicyDefinitionQueryProperty
class PolicyDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.policy.engine.impl.repository.PolicyDeploymentQueryImpl
class PolicyDeploymentQueryImpl extends AbstractQuery<PolicyDeploymentQuery,PolicyDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
policyDefinitionKey
String policyDefinitionKey
-
policyDefinitionKeyLike
String policyDefinitionKeyLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.policy.engine.impl.repository.PolicyDeploymentQueryProperty
class PolicyDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.serviceregistry.engine.impl.cmd
-
Class com.flowable.serviceregistry.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.serviceregistry.engine.impl.cmd.GetDeploymentServiceDefinitionCmd
class GetDeploymentServiceDefinitionCmd extends AbstractNeedsServiceDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.serviceregistry.engine.impl.persistence.deploy
-
Class com.flowable.serviceregistry.engine.impl.persistence.deploy.ServiceDefinitionCacheEntry
class ServiceDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceDefinitionEntity
ServiceDefinitionEntity serviceDefinitionEntity
-
serviceDefinitionModel
ServiceDefinitionModel serviceDefinitionModel
-
-
-
Package com.flowable.serviceregistry.engine.impl.persistence.entity
-
Class com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceDeploymentEntityImpl
class ServiceDeploymentEntityImpl extends AbstractServiceEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceResourceEntityImpl
class ServiceResourceEntityImpl extends AbstractServiceEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.serviceregistry.engine.impl.repository
-
Class com.flowable.serviceregistry.engine.impl.repository.ServiceDefinitionQueryImpl
class ServiceDefinitionQueryImpl extends AbstractQuery<ServiceDefinitionQuery,ServiceDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.serviceregistry.engine.impl.repository.ServiceDefinitionQueryProperty
class ServiceDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.serviceregistry.engine.impl.repository.ServiceDeploymentQueryImpl
class ServiceDeploymentQueryImpl extends AbstractQuery<ServiceDeploymentQuery,ServiceDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionKey
String actionDefinitionKey
-
actionDefinitionKeyLike
String actionDefinitionKeyLike
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.serviceregistry.engine.impl.repository.ServiceDeploymentQueryProperty
class ServiceDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.template.api.exception
-
Exception com.flowable.template.api.exception.TemplateDefinitionNotFoundException
class TemplateDefinitionNotFoundException extends Exception implements Serializable
-
-
Package com.flowable.template.engine.impl.cmd
-
Class com.flowable.template.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
-
Package com.flowable.template.engine.impl.persistence.deploy
-
Class com.flowable.template.engine.impl.persistence.deploy.TemplateDefinitionCacheEntry
class TemplateDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
templateDefinitionEntity
TemplateDefinitionEntity templateDefinitionEntity
-
templateModel
TemplateModel templateModel
-
-
Class com.flowable.template.engine.impl.persistence.deploy.TemplateVariationDefinitionCacheEntry
class TemplateVariationDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
templateVariationDefinitionEntity
TemplateVariationDefinitionEntity templateVariationDefinitionEntity
-
templateVariationModel
TemplateVariationModel templateVariationModel
-
-
-
Package com.flowable.template.engine.impl.persistence.entity
-
Class com.flowable.template.engine.impl.persistence.entity.ResourceRef
class ResourceRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
boolean deleted
-
entity
TemplateResourceEntity entity
-
id
String id
-
name
String name
-
-
Class com.flowable.template.engine.impl.persistence.entity.TemplateDeploymentEntityImpl
class TemplateDeploymentEntityImpl extends AbstractTemplateEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.template.engine.impl.persistence.entity.TemplateResourceEntityImpl
class TemplateResourceEntityImpl extends AbstractTemplateEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.template.engine.impl.repository
-
Class com.flowable.template.engine.impl.repository.TemplateDefinitionQueryImpl
class TemplateDefinitionQueryImpl extends AbstractQuery<TemplateDefinitionQuery,TemplateDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
formKey
String formKey
-
id
String id
-
key
String key
-
keyLike
String keyLike
-
latestVersion
boolean latestVersion
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
parentDeploymentId
String parentDeploymentId
-
subType
String subType
-
tenantId
String tenantId
-
type
String type
-
version
Integer version
-
versionGt
Integer versionGt
-
versionGte
Integer versionGte
-
versionLt
Integer versionLt
-
versionLte
Integer versionLte
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.template.engine.impl.repository.TemplateDefinitionQueryProperty
class TemplateDefinitionQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.template.engine.impl.repository.TemplateDeploymentQueryImpl
class TemplateDeploymentQueryImpl extends AbstractQuery<TemplateDeploymentQuery,TemplateDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionKey
String actionDefinitionKey
-
actionDefinitionKeyLike
String actionDefinitionKeyLike
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.template.engine.impl.repository.TemplateDeploymentQueryProperty
class TemplateDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.template.engine.impl.repository.TemplateVariationDefinitionQueryImpl
class TemplateVariationDefinitionQueryImpl extends AbstractQuery<TemplateVariationDefinitionQuery,TemplateVariationDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
clock
Clock clock
-
contentId
String contentId
-
deploymentId
String deploymentId
-
externalId
String externalId
-
id
String id
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
templateDefinitionKey
String templateDefinitionKey
-
templateDefinitionKeyLike
String templateDefinitionKeyLike
-
tenantId
String tenantId
-
validFromAfter
Date validFromAfter
-
validFromBefore
Date validFromBefore
-
validOn
Date validOn
-
validToAfter
Date validToAfter
-
validToBefore
Date validToBefore
-
variationKey
String variationKey
-
variationKeyLike
String variationKeyLike
-
version
Integer version
-
versionGt
Integer versionGt
-
versionGte
Integer versionGte
-
versionLt
Integer versionLt
-
versionLte
Integer versionLte
-
-
Class com.flowable.template.engine.impl.repository.TemplateVariationDefinitionQueryProperty
class TemplateVariationDefinitionQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-