Serialized Form
-
Package com.flowable.action.engine.impl.cmd
-
Class com.flowable.action.engine.impl.cmd.AddIdentityLinkForActionInstanceCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.cmd.DeleteActionInstanceCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionInstanceId
String actionInstanceId
-
-
Class com.flowable.action.engine.impl.cmd.DeleteDeploymentCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.action.engine.impl.cmd.DeleteHistoricActionInstanceCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionInstanceId
String actionInstanceId
-
-
Class com.flowable.action.engine.impl.cmd.DeleteIdentityLinkForActionInstanceCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.cmd.ExecuteActionInstanceCmd extends AbstractNeedsActionDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executeActionInstanceBuilder
ExecuteActionInstanceBuilderImpl executeActionInstanceBuilder
-
-
Class com.flowable.action.engine.impl.cmd.GetDeploymentActionDefinitionCmd extends AbstractNeedsActionDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.cmd.MigrateActionTypeLinksCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
Class com.flowable.action.engine.impl.cmd.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.action.engine.impl.history.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 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 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 extends AbstractActionEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionId
String actionDefinitionId
-
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.ActionResourceEntityImpl extends AbstractActionEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.action.engine.impl.persistence.entity.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 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 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
-
scopeType
String scopeType
-
tenantId
String tenantId
-
version
Integer version
-
-
Class com.flowable.action.engine.impl.repository.ActionDefinitionQueryProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.action.engine.impl.repository.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 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 extends AbstractQuery<ActionInstanceQuery,ActionInstance> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDefinitionId
String actionDefinitionId
-
actionDefinitionIdLike
String actionDefinitionIdLike
-
channel
String channel
-
channels
List<String> channels
-
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
-
participantGroups
List<String> participantGroups
-
participantUsers
List<String> participantUsers
-
priority
Integer priority
-
queryOnActionLinks
boolean queryOnActionLinks
-
queryOnlyOnActionLinks
boolean queryOnlyOnActionLinks
-
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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.action.engine.impl.runtime.ActionLinkQueryImpl extends AbstractQuery<ActionLinkQuery,ActionLink> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.audit.engine.impl.cmd
-
Class com.flowable.audit.engine.impl.cmd.CreateAuditInstanceCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
auditInstanceBuilder
AuditInstanceBuilderImpl auditInstanceBuilder
-
-
Class com.flowable.audit.engine.impl.cmd.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 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 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 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 extends AbstractNeedsDataObjectDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
masterDataInstanceBuilder
MasterDataInstanceBuilderImpl masterDataInstanceBuilder
-
-
Class com.flowable.dataobject.engine.impl.cmd.DeleteDataObjectVariablesCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
masterDataInstanceId
String masterDataInstanceId
-
-
Class com.flowable.dataobject.engine.impl.cmd.DeleteDeploymentCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.dataobject.engine.impl.cmd.DeleteMasterDataInstancesCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
definitionId
String definitionId
-
-
Class com.flowable.dataobject.engine.impl.cmd.GetDeploymentDataObjectDefinitionCmd extends AbstractNeedsDataObjectDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.dataobject.engine.impl.persistence.deploy
-
Class com.flowable.dataobject.engine.impl.persistence.deploy.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 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 extends AbstractDataObjectEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.dataobject.engine.impl.persistence.entity.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.dataobject.engine.impl.repository.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.dataobject.engine.impl.repository.DataObjectSchemaDefinitionQueryImpl extends AbstractQuery<DataObjectSchemaDefinitionQuery,DataObjectSchemaDefinition> implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.dataobject.engine.impl.repository.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 extends AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance> implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.dataobject.engine.impl.runtime.DataObjectInstanceQueryProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.dataobject.engine.impl.runtime.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.platform.common.content
-
Class com.flowable.platform.common.content.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.DeleteDeploymentCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.platform.engine.impl.cmd.GetDeploymentQueryDefinitionCmd extends AbstractNeedsQueryDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.cmd.GetDeploymentVariableExtractorDefinitionCmd extends AbstractNeedsVariableExtractorDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.cmd.MigrateSubFolderItemScopeInfoCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
-
Package com.flowable.platform.engine.impl.comment
-
Class com.flowable.platform.engine.impl.comment.CommentQueryImpl extends AbstractQuery<CommentQuery,Comment> implements Serializable
-
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 extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package com.flowable.platform.engine.impl.configuration
-
Class com.flowable.platform.engine.impl.configuration.ConfigurationPropertyQueryImpl extends AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty> implements Serializable
-
Serialized Fields
-
-
-
Package com.flowable.platform.engine.impl.persistence.deploy
-
Class com.flowable.platform.engine.impl.persistence.deploy.QueryDefinitionCacheEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
queryDefinitionEntity
QueryDefinitionEntity queryDefinitionEntity
-
queryDefinitionModel
QueryDefinitionModel queryDefinitionModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.SequenceDefinitionCacheEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sequenceDefinitionEntity
SequenceDefinitionEntity sequenceDefinitionEntity
-
sequenceDefinitionModel
SequenceDefinitionModel sequenceDefinitionModel
-
-
Class com.flowable.platform.engine.impl.persistence.deploy.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 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 extends AbstractPlatformEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.platform.engine.impl.repository
-
Class com.flowable.platform.engine.impl.repository.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.QueryDefinitionQueryImpl extends AbstractQuery<QueryDefinitionQuery,QueryDefinition> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.platform.engine.impl.repository.QueryDefinitionQueryProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.SequenceDefinitionQueryImpl extends AbstractQuery<SequenceDefinitionQuery,SequenceDefinition> implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.platform.engine.impl.repository.SequenceDefinitionQueryProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.platform.engine.impl.repository.VariableExtractorDefinitionQueryImpl extends AbstractQuery<VariableExtractorDefinitionQuery,VariableExtractorDefinition> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.platform.engine.impl.repository.VariableExtractorDefinitionQueryProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.platform.engine.impl.translation
-
Class com.flowable.platform.engine.impl.translation.TranslationQueryImpl extends AbstractQuery<TranslationQuery,Translation> implements Serializable
-
-
Package com.flowable.platform.engine.impl.work
-
Class com.flowable.platform.engine.impl.work.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
-
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 extends WorkInstanceInfoQueryImpl<HistoricWorkInstanceQuery,HistoricWorkInstance> implements Serializable
-
Serialized Fields
-
finished
Boolean finished
-
-
-
-
Package com.flowable.platform.engine.impl.work.runtime
-
Class com.flowable.platform.engine.impl.work.runtime.WorkInstanceQueryImpl extends WorkInstanceInfoQueryImpl<WorkInstanceQuery,WorkInstance> implements Serializable
-
-
Package com.flowable.platform.service.action
-
Class com.flowable.platform.service.action.BpmnPlatformExposeCompleteTaskListener extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
Class com.flowable.platform.service.action.BpmnPlatformExposeCreateTaskListener extends AbstractActionBasedListener implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
Class com.flowable.platform.service.action.CmmnPlatformExposeCompleteTaskListener extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
platformConversationHandler
PlatformConversationHandler platformConversationHandler
-
-
Class com.flowable.platform.service.action.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 extends Object implements Serializable
-
-
Package com.flowable.policy.engine.impl.cmd
-
Class com.flowable.policy.engine.impl.cmd.DeleteDeploymentCmd extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.policy.engine.impl.cmd.GetDeploymentPolicyDefinitionCmd extends AbstractNeedsPolicyDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.policy.engine.impl.persistence.deploy
-
Class com.flowable.policy.engine.impl.persistence.deploy.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 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 extends AbstractPolicyEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
Class com.flowable.policy.engine.impl.persistence.entity.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.policy.engine.impl.repository.PolicyDeploymentQueryImpl extends AbstractQuery<PolicyDeploymentQuery,PolicyDeployment> 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.policy.engine.impl.repository.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.serviceregistry.engine.impl.cmd.GetDeploymentServiceDefinitionCmd extends AbstractNeedsServiceDefinitionCmd implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.serviceregistry.engine.impl.persistence.deploy
-
Class com.flowable.serviceregistry.engine.impl.persistence.deploy.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 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 extends AbstractServiceEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.serviceregistry.engine.impl.repository
-
Class com.flowable.serviceregistry.engine.impl.repository.ServiceDefinitionQueryImpl extends AbstractQuery<ServiceDefinitionQuery,ServiceDefinition> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.serviceregistry.engine.impl.repository.ServiceDefinitionQueryProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.serviceregistry.engine.impl.repository.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.template.api.exception
-
Class com.flowable.template.api.exception.TemplateDefinitionNotFoundException extends Exception implements Serializable
-
-
Package com.flowable.template.engine.impl.cmd
-
Class com.flowable.template.engine.impl.cmd.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templateDefinitionEntity
TemplateDefinitionEntity templateDefinitionEntity
-
templateModel
TemplateModel templateModel
-
-
Class com.flowable.template.engine.impl.persistence.deploy.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 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 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 extends AbstractTemplateEngineNoRevisionEntity implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flowable.template.engine.impl.repository
-
Class com.flowable.template.engine.impl.repository.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 extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.template.engine.impl.repository.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.template.engine.impl.repository.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 extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-