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
-
actionDefinitionCache
Map<String,
ActionDefinitionCacheEntry> actionDefinitionCache -
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.app.engine.impl.cmd
-
Class com.flowable.app.engine.impl.cmd.AddIdentityLinkCmd
- serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.cmd.DeleteIdentityLinkCmd
- serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.cmd.GetDeploymentAppDefinitionCmd
class GetDeploymentAppDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appDefinitionId
String appDefinitionId
-
-
Class com.flowable.app.engine.impl.cmd.GetPageDefinitionsForAppCmd
class GetPageDefinitionsForAppCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd
class NeedsAppDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appDefinitionId
String appDefinitionId
-
-
-
Package com.flowable.app.engine.impl.persistence.entity
-
Class com.flowable.app.engine.impl.persistence.entity.AppDeploymentEntityImpl
class AppDeploymentEntityImpl extends AbstractAppEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appDefinitionCache
Map<String,
AppDefinitionCacheEntry> appDefinitionCache -
category
String category
-
creatorId
String creatorId
-
deployedArtifacts
Map<Class<?>,
List<Object>> deployedArtifacts Will only be used during actual deployment to pass deployed artifacts (eg process definitions). Will be null otherwise. -
deploymentTime
Date deploymentTime
-
isNew
boolean isNew
-
key
String key
-
name
String name
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.app.engine.impl.persistence.entity.AppIncidentEntityImpl
class AppIncidentEntityImpl extends AbstractAppEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.app.engine.impl.persistence.entity.AppResourceEntityImpl
class AppResourceEntityImpl extends AbstractAppEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.persistence.entity.AppVariableEntityImpl
class AppVariableEntityImpl extends AbstractAppEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appKey
String appKey
-
byteArrayRef
ByteArrayRef byteArrayRef
-
cachedValue
Object cachedValue
-
deleted
boolean deleted
-
doubleValue
Double doubleValue
-
forcedUpdate
boolean forcedUpdate
-
longValue
Long longValue
-
name
String name
-
tenantId
String tenantId
-
textValue
String textValue
-
type
VariableType type
-
typeName
String typeName
-
-
-
Package com.flowable.app.engine.impl.repository
-
Class com.flowable.app.engine.impl.repository.AppDefinitionBaseQueryImpl
class AppDefinitionBaseQueryImpl extends AbstractQuery<T extends AppDefinitionBaseQuery<T,C>, C extends AppDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryLike
String categoryLike
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
Set<String> deploymentIds
-
id
String id
-
ids
Set<String> ids
-
key
String key
-
keyLike
String keyLike
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
resourceName
String resourceName
-
resourceNameLike
String resourceNameLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
version
Integer version
-
versionGt
Integer versionGt
-
versionGte
Integer versionGte
-
versionLt
Integer versionLt
-
versionLte
Integer versionLte
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.app.engine.impl.repository.AppDefinitionQueryImpl
class AppDefinitionQueryImpl extends AppDefinitionBaseQueryImpl<AppDefinitionQuery,AppDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.repository.AppDefinitionQueryProperty
class AppDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.app.engine.impl.repository.AppDeploymentBaseQueryImpl
class AppDeploymentBaseQueryImpl extends AbstractQuery<T extends AppDeploymentBaseQuery<T,C>, C extends AppDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
creatorId
String creatorId
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
key
String key
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
class AppDeploymentQueryImpl extends AppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.repository.AppDeploymentQueryProperty
class AppDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.app.engine.impl.repository.AppIncidentQueryImpl
class AppIncidentQueryImpl extends AbstractQuery<AppIncidentQuery,AppIncident> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
appDefinitionKey
String appDefinitionKey
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
id
String id
-
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.app.engine.impl.repository.AppIncidentQueryProperty
class AppIncidentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.app.engine.impl.repository.AppVariableQueryImpl
class AppVariableQueryImpl extends AbstractQuery<AppVariableQuery,AppVariable> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.repository.AppVariableQueryProperty
class AppVariableQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.app.engine.impl.repository.CoreAppDefinitionQueryImpl
class CoreAppDefinitionQueryImpl extends AppDefinitionBaseQueryImpl<CoreAppDefinitionQuery,CoreAppDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.app.engine.impl.repository.CoreAppDeploymentQueryImpl
class CoreAppDeploymentQueryImpl extends AppDeploymentBaseQueryImpl<CoreAppDeploymentQuery,CoreAppDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
creatorId
String creatorId
-
-
Class com.flowable.app.engine.impl.repository.PageDefinitionQueryImpl
class PageDefinitionQueryImpl extends AbstractQuery<PageDefinitionQuery,PageDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
appDefinitionId
String appDefinitionId
-
appDefinitionIds
Set<String> appDefinitionIds
-
appDefinitionKey
String appDefinitionKey
-
deploymentId
String deploymentId
-
deploymentIds
Set<String> deploymentIds
-
id
String id
-
ids
Set<String> ids
-
key
String key
-
keyLike
String keyLike
-
name
String name
-
nameLike
String nameLike
-
pageUrl
String pageUrl
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
tenantIds
Set<String> tenantIds
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.app.engine.impl.repository.PageDefinitionQueryProperty
class PageDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
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.content.engine.impl
-
Class com.flowable.content.engine.impl.ContentItemBaseQueryImpl
class ContentItemBaseQueryImpl extends AbstractVariableQueryImpl<T extends ContentItemBaseQuery<T,C>, C extends ContentItem> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
baseFolderId
String baseFolderId
-
contentAvailable
Boolean contentAvailable
-
contentSize
Long contentSize
-
contentStoreId
String contentStoreId
-
contentStoreIdLike
String contentStoreIdLike
-
contentStoreName
String contentStoreName
-
contentStoreNameLike
String contentStoreNameLike
-
createdBy
String createdBy
-
createdByLike
String createdByLike
-
createdDate
Date createdDate
-
createdDateAfter
Date createdDateAfter
-
createdDateBefore
Date createdDateBefore
-
id
String id
-
ids
Set<String> ids
-
isRootFolder
boolean isRootFolder
-
lastModifiedBy
String lastModifiedBy
-
lastModifiedByLike
String lastModifiedByLike
-
lastModifiedDate
Date lastModifiedDate
-
lastModifiedDateAfter
Date lastModifiedDateAfter
-
lastModifiedDateBefore
Date lastModifiedDateBefore
-
maxContentSize
Long maxContentSize
-
mimeType
String mimeType
-
mimeTypeLike
String mimeTypeLike
-
minContentSize
Long minContentSize
-
name
String name
-
nameLike
String nameLike
-
parentFolderId
String parentFolderId
-
parentFolderIds
Set<String> parentFolderIds
-
processInstanceId
String processInstanceId
-
processInstanceIdLike
String processInstanceIdLike
-
scopeId
String scopeId
-
scopeIdLike
String scopeIdLike
-
scopeType
String scopeType
-
scopeTypeLike
String scopeTypeLike
-
taskId
String taskId
-
taskIdLike
String taskIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.content.engine.impl.ContentItemQueryProperty
class ContentItemQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.content.engine.impl.CoreContentItemQueryImpl
class CoreContentItemQueryImpl extends ContentItemBaseQueryImpl<CoreContentItemQuery,CoreContentItem> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByUser
String accessibleByUser
-
definitionId
String definitionId
-
includeCachedItems
boolean includeCachedItems
-
includeMetadataValues
boolean includeMetadataValues
-
includeRenditions
boolean includeRenditions
-
latest
boolean latest
-
mimeTypeNotEquals
String mimeTypeNotEquals
-
nameIgnoreCase
String nameIgnoreCase
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
safeAccessibleByGroups
Collection<? extends Collection<String>> safeAccessibleByGroups
-
state
String state
-
subState
String subState
-
subType
String subType
-
type
String type
-
version
Integer version
-
versionInfo
String versionInfo
-
versionInfoLike
String versionInfoLike
-
versionParentId
String versionParentId
-
-
Class com.flowable.content.engine.impl.DatabaseContentObjectQueryImpl
class DatabaseContentObjectQueryImpl extends AbstractQuery<DatabaseContentObjectQuery,DatabaseContentObject> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.DatabaseContentObjectQueryProperty
class DatabaseContentObjectQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.content.engine.impl.RenditionItemQueryImpl
class RenditionItemQueryImpl extends AbstractQuery<RenditionItemQuery,RenditionItem> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
contentAvailable
Boolean contentAvailable
-
contentItemId
String contentItemId
-
contentItemIdLike
String contentItemIdLike
-
contentItemName
String contentItemName
-
contentItemNameLike
String contentItemNameLike
-
contentSize
Long contentSize
-
contentStoreId
String contentStoreId
-
contentStoreIdLike
String contentStoreIdLike
-
contentStoreName
String contentStoreName
-
contentStoreNameLike
String contentStoreNameLike
-
createdDate
Date createdDate
-
createdDateAfter
Date createdDateAfter
-
createdDateBefore
Date createdDateBefore
-
id
String id
-
ids
Set<String> ids
-
lastModifiedDate
Date lastModifiedDate
-
lastModifiedDateAfter
Date lastModifiedDateAfter
-
lastModifiedDateBefore
Date lastModifiedDateBefore
-
maxContentSize
Long maxContentSize
-
mimeType
String mimeType
-
mimeTypeLike
String mimeTypeLike
-
minContentSize
Long minContentSize
-
name
String name
-
nameLike
String nameLike
-
processInstanceId
String processInstanceId
-
processInstanceIdLike
String processInstanceIdLike
-
renditionType
String renditionType
-
scopeId
String scopeId
-
scopeIdLike
String scopeIdLike
-
scopeType
String scopeType
-
scopeTypeLike
String scopeTypeLike
-
taskId
String taskId
-
taskIdLike
String taskIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.content.engine.impl.RenditionItemQueryProperty
class RenditionItemQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.content.engine.impl.cmd
-
Class com.flowable.content.engine.impl.cmd.AddIdentityLinkForContentCmd
class AddIdentityLinkForContentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.CreateContentItemCmd
class CreateContentItemCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.CreateRenditionItemCmd
class CreateRenditionItemCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.DeleteContentItemCmd
class DeleteContentItemCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentItemId
String contentItemId
-
-
Class com.flowable.content.engine.impl.cmd.DeleteContentItemsByScopeCmd
class DeleteContentItemsByScopeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.DeleteContentItemsByVersionParentIdCmd
class DeleteContentItemsByVersionParentIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
versionParentId
String versionParentId
-
-
Class com.flowable.content.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.content.engine.impl.cmd.DeleteIdentityLinkForContentCmd
class DeleteIdentityLinkForContentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.DeleteRenditionItemCmd
class DeleteRenditionItemCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
renditionItemId
String renditionItemId
-
-
Class com.flowable.content.engine.impl.cmd.DeleteRenditionItemsByScopeCmd
class DeleteRenditionItemsByScopeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.FindContentItemsByProcessInstanceIdCmd
class FindContentItemsByProcessInstanceIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processInstanceId
String processInstanceId
-
-
Class com.flowable.content.engine.impl.cmd.FindContentItemsByScopeIdAndTypeCmd
class FindContentItemsByScopeIdAndTypeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.FindContentItemsByTaskIdCmd
class FindContentItemsByTaskIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
taskId
String taskId
-
-
Class com.flowable.content.engine.impl.cmd.GetContentItemStreamCmd
class GetContentItemStreamCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentItemId
String contentItemId
-
-
Class com.flowable.content.engine.impl.cmd.GetDeploymentDocumentDefinitionCmd
class GetDeploymentDocumentDefinitionCmd extends AbstractNeedsDocumentDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.GetMetadataInstanceCmd
class GetMetadataInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.GetMetadataInstancesCmd
class GetMetadataInstancesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentItemId
String contentItemId
-
metadataNames
Collection<String> metadataNames
-
-
Class com.flowable.content.engine.impl.cmd.GetRenditionItemStreamCmd
class GetRenditionItemStreamCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
renditionItemId
String renditionItemId
-
-
Class com.flowable.content.engine.impl.cmd.GetTableCountCmd
class GetTableCountCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.cmd.GetTableMetaDataCmd
class GetTableMetaDataCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tableName
String tableName
-
-
Class com.flowable.content.engine.impl.cmd.GetTableNameCmd
class GetTableNameCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
-
Class com.flowable.content.engine.impl.cmd.SaveContentItemCmd
class SaveContentItemCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentItem
ContentItem contentItem
-
inputStream
InputStream inputStream
-
-
Class com.flowable.content.engine.impl.cmd.SaveRenditionItemCmd
class SaveRenditionItemCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inputStream
InputStream inputStream
-
renditionItem
RenditionItem renditionItem
-
-
-
Package com.flowable.content.engine.impl.deployer
-
Class com.flowable.content.engine.impl.deployer.DocumentDefinitionCacheEntry
class DocumentDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
documentDefinitionEntity
DocumentDefinitionEntity documentDefinitionEntity
-
documentDefinitionModel
DocumentDefinitionModel documentDefinitionModel
-
-
-
Package com.flowable.content.engine.impl.persistence.entity
-
Class com.flowable.content.engine.impl.persistence.entity.ContentItemEntityImpl
class ContentItemEntityImpl extends AbstractContentEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
baseFolderId
String baseFolderId
-
contentAvailable
boolean contentAvailable
-
contentSize
Long contentSize
-
contentStoreId
String contentStoreId
-
contentStoreName
String contentStoreName
-
created
Date created
-
createdBy
String createdBy
-
definitionId
String definitionId
-
definitionName
String definitionName
-
isRoot
boolean isRoot
-
lastModified
Date lastModified
-
lastModifiedBy
String lastModifiedBy
-
lockInfo
String lockInfo
-
metadataInitialized
boolean metadataInitialized
-
mimeType
String mimeType
-
name
String name
-
parentFolderId
String parentFolderId
-
processInstanceId
String processInstanceId
-
provisional
boolean provisional
-
queryMetadata
List<MetadataInstanceEntity> queryMetadata
-
renditions
List<RenditionItemEntity> renditions
-
renditionsInitialized
boolean renditionsInitialized
-
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
-
-
Class com.flowable.content.engine.impl.persistence.entity.ContentItemWithMetadataImpl
class ContentItemWithMetadataImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentItem
CoreContentItem contentItem
-
metadataValues
Map<String,
Object> metadataValues
-
-
Class com.flowable.content.engine.impl.persistence.entity.DatabaseContentObjectEntityImpl
class DatabaseContentObjectEntityImpl extends AbstractContentEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentBytes
byte[] contentBytes
-
contentLength
long contentLength
-
created
Date created
-
-
Class com.flowable.content.engine.impl.persistence.entity.DocumentDeploymentEntityImpl
class DocumentDeploymentEntityImpl extends AbstractContentEngineEntity 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
-
documentDefinitionCache
Map<String,
DocumentDefinitionCacheEntry> documentDefinitionCache -
isNew
boolean isNew
-
key
String key
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
EngineResource> resources -
tenantId
String tenantId
-
-
Class com.flowable.content.engine.impl.persistence.entity.DocumentResourceEntityImpl
class DocumentResourceEntityImpl extends AbstractContentEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntityImpl
class MetadataInstanceEntityImpl extends AbstractContentEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteArrayRef
ByteArrayRef byteArrayRef
-
cachedValue
Object cachedValue
-
contentItemId
String contentItemId
-
deleted
boolean deleted
-
doubleValue
Double doubleValue
-
forcedUpdate
boolean forcedUpdate
-
longValue
Long longValue
-
name
String name
-
textValue
String textValue
-
textValue2
String textValue2
-
type
VariableType type
-
typeName
String typeName
-
-
Class com.flowable.content.engine.impl.persistence.entity.RenditionItemEntityImpl
class RenditionItemEntityImpl extends AbstractContentEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentAvailable
boolean contentAvailable
-
contentItemId
String contentItemId
-
contentItemName
String contentItemName
-
contentSize
Long contentSize
-
contentStoreId
String contentStoreId
-
contentStoreName
String contentStoreName
-
created
Date created
-
lastModified
Date lastModified
-
mimeType
String mimeType
-
name
String name
-
processInstanceId
String processInstanceId
-
provisional
boolean provisional
-
renditionType
String renditionType
-
scopeId
String scopeId
-
scopeType
String scopeType
-
taskId
String taskId
-
tenantId
String tenantId
-
-
-
Package com.flowable.content.engine.impl.repository
-
Class com.flowable.content.engine.impl.repository.DocumentDefinitionQueryImpl
class DocumentDefinitionQueryImpl extends AbstractQuery<DocumentDefinitionQuery,DocumentDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByUser
String accessibleByUser
-
category
String category
-
categoryLike
String categoryLike
-
deploymentId
String deploymentId
-
id
String id
-
ids
Collection<String> ids
-
key
String key
-
keyLike
String keyLike
-
keys
Collection<String> keys
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
safeAccessibleByGroups
Collection<? extends Collection<String>> safeAccessibleByGroups
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
version
Integer version
-
-
Class com.flowable.content.engine.impl.repository.DocumentDefinitionQueryProperty
class DocumentDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.content.engine.impl.repository.DocumentDeploymentQueryImpl
class DocumentDeploymentQueryImpl extends AbstractQuery<DocumentDeploymentQuery,DocumentDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
List<String> deploymentIds
-
documentDefinitionKey
String documentDefinitionKey
-
documentDefinitionKeyLike
String documentDefinitionKeyLike
-
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.content.engine.impl.repository.DocumentDeploymentQueryProperty
class DocumentDeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.core.idm.api
-
Package com.flowable.core.spring.security.token
-
Class com.flowable.core.spring.security.token.FlowableTokenAuthenticationToken
class FlowableTokenAuthenticationToken extends AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
token
String token
-
-
-
-
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
-
dataObjectDefinitionCache
Map<String,
DataObjectDefinitionCacheEntry> dataObjectDefinitionCache -
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.engage.engine.impl
-
Class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
class ArchiveConversationEventQueryImpl extends AbstractQuery<ArchiveConversationEventQuery,ArchiveConversationEventEntity> implements Serializable -
Serialized Fields
-
conversationId
String conversationId
-
creationTimeAfter
Date creationTimeAfter
-
creationTimeBefore
Date creationTimeBefore
-
id
String id
-
periodEndTimeAfter
Date periodEndTimeAfter
-
periodEndTimeBefore
Date periodEndTimeBefore
-
periodStartTimeAfter
Date periodStartTimeAfter
-
periodStartTimeBefore
Date periodStartTimeBefore
-
queryType
QueryTypeEnum queryType
-
-
-
Class com.flowable.engage.engine.impl.ArchiveConversationEventQueryProperty
class ArchiveConversationEventQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
class ArchiveJobEventQueryImpl extends AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity> implements Serializable -
Class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
class ConversationDefinitionQueryImpl extends AbstractQuery<ConversationDefinitionQuery,ConversationDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.engage.engine.impl.ConversationDefinitionQueryProperty
class ConversationDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
class UserAnalyticsQueryImpl extends AbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity> implements Serializable -
Class com.flowable.engage.engine.impl.UserAnalyticsQueryProperty
class UserAnalyticsQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
-
Package com.flowable.engage.engine.impl.conversation
-
Class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
class ConversationQueryImpl extends AbstractVariableQueryImpl<ConversationQuery,Conversation> implements Serializable -
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByParticipant
String accessibleByParticipant
-
conversationDefinitionId
String conversationDefinitionId
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
externalId
String externalId
-
id
String id
-
ids
Collection<String> ids
-
includeIdentityLinks
boolean includeIdentityLinks
-
includeVariables
boolean includeVariables
-
lastMessageAfter
Date lastMessageAfter
-
lastMessageBefore
Date lastMessageBefore
-
mutedByUser
String mutedByUser
-
name
String name
-
ownerId
String ownerId
-
participantsOrOwner
Collection<String> participantsOrOwner
-
referenceDefinitionId
String referenceDefinitionId
-
referenceId
String referenceId
-
referenceType
String referenceType
-
requiresIdentityLinks
boolean requiresIdentityLinks
-
starredByUser
String starredByUser
-
state
String state
-
subType
String subType
-
tags
List<String> tags
-
tagsNotIn
List<String> tagsNotIn
-
tenantId
String tenantId
-
type
String type
-
updateTimeAfter
Date updateTimeAfter
-
updateTimeBefore
Date updateTimeBefore
-
userAccountId
String userAccountId
-
userAccountSubType
String userAccountSubType
-
withAllParticipants
Collection<String> withAllParticipants
-
withAnyParticipants
Collection<String> withAnyParticipants
-
withoutMessages
boolean withoutMessages
-
withoutParent
boolean withoutParent
-
withoutTenantId
boolean withoutTenantId
-
-
-
Class com.flowable.engage.engine.impl.conversation.ConversationQueryProperty
class ConversationQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
class ConversationRegistryEntryQueryImpl extends AbstractQuery<ConversationRegistryEntryQuery,ConversationRegistryEntry> implements Serializable -
Serialized Fields
-
conversationId
String conversationId
-
creationTimeAfter
Date creationTimeAfter
-
creationTimeBefore
Date creationTimeBefore
-
hasNotLeft
boolean hasNotLeft
-
hasNotLeftBefore
Date hasNotLeftBefore
-
id
String id
-
joiningTimeAfter
Date joiningTimeAfter
-
joiningTimeBefore
Date joiningTimeBefore
-
leavingTimeAfter
Date leavingTimeAfter
-
leavingTimeBefore
Date leavingTimeBefore
-
participantType
String participantType
-
updateTimeAfter
Date updateTimeAfter
-
updateTimeBefore
Date updateTimeBefore
-
userId
String userId
-
-
-
Class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryProperty
class ConversationRegistryEntryQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
class ConversationStatusQueryImpl extends AbstractQuery<ConversationStatusQuery,ConversationStatus> implements Serializable
-
-
Package com.flowable.engage.engine.impl.message
-
Class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
Serialized Fields
-
accessibleByGroups
Collection<String> accessibleByGroups
-
accessibleByUser
String accessibleByUser
-
actionInstanceId
String actionInstanceId
-
bothAccessibleByUserAndGroups
boolean bothAccessibleByUserAndGroups
-
category
Category category
-
conversationId
String conversationId
-
createdAfter
Date createdAfter
-
createdAfterOrEqual
Date createdAfterOrEqual
-
createdBefore
Date createdBefore
-
createdBeforeOrEqual
Date createdBeforeOrEqual
-
externalId
String externalId
-
id
String id
-
includeMessageAudits
boolean includeMessageAudits
-
includeOnlyStickyMessages
boolean includeOnlyStickyMessages
-
includePrivate
boolean includePrivate
-
includeSticky
boolean includeSticky
-
isNotType
String isNotType
-
notSenderIds
Collection<String> notSenderIds
-
ranges
List<MessageQueryImpl.Range> ranges
-
referenceId
String referenceId
-
referenceType
String referenceType
-
senderId
String senderId
-
senderIds
Collection<String> senderIds
-
subType
String subType
-
type
String type
-
-
-
Class com.flowable.engage.engine.impl.message.MessageQueryProperty
class MessageQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
-
Package com.flowable.engage.engine.impl.notification.push
-
Class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
Class com.flowable.engage.engine.impl.notification.push.DeviceQueryProperty
class DeviceQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
-
Package com.flowable.form.engine
-
Exception com.flowable.form.engine.FlowableFormValidationException
class FlowableFormValidationException extends FlowableIllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.form.engine.impl
-
Class com.flowable.form.engine.impl.DeploymentQueryProperty
class DeploymentQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.form.engine.impl.FormDefinitionQueryImpl
class FormDefinitionQueryImpl extends AbstractQuery<FormDefinitionQuery,FormDefinition> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryLike
String categoryLike
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
deploymentIds
Set<String> deploymentIds
-
id
String id
-
ids
Set<String> ids
-
key
String key
-
keyLike
String keyLike
-
latest
boolean latest
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
resourceName
String resourceName
-
resourceNameLike
String resourceNameLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
version
Integer version
-
versionGt
Integer versionGt
-
versionGte
Integer versionGte
-
versionLt
Integer versionLt
-
versionLte
Integer versionLte
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.form.engine.impl.FormDeploymentQueryImpl
class FormDeploymentQueryImpl extends AbstractQuery<FormDeploymentQuery,FormDeployment> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
categoryNotEquals
String categoryNotEquals
-
deploymentId
String deploymentId
-
formDefinitionKey
String formDefinitionKey
-
formDefinitionKeyLike
String formDefinitionKeyLike
-
name
String name
-
nameLike
String nameLike
-
parentDeploymentId
String parentDeploymentId
-
parentDeploymentIdLike
String parentDeploymentIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.form.engine.impl.FormInstanceQueryImpl
class FormInstanceQueryImpl extends AbstractQuery<FormInstanceQuery,FormInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionId
String formDefinitionId
-
formDefinitionIdLike
String formDefinitionIdLike
-
id
String id
-
ids
Set<String> ids
-
processDefinitionId
String processDefinitionId
-
processDefinitionIdLike
String processDefinitionIdLike
-
processInstanceId
String processInstanceId
-
processInstanceIdLike
String processInstanceIdLike
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
submittedBy
String submittedBy
-
submittedByLike
String submittedByLike
-
submittedDate
Date submittedDate
-
submittedDateAfter
Date submittedDateAfter
-
submittedDateBefore
Date submittedDateBefore
-
taskId
String taskId
-
taskIdLike
String taskIdLike
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTaskId
boolean withoutTaskId
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.form.engine.impl.FormInstanceQueryProperty
class FormInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.form.engine.impl.FormQueryProperty
class FormQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.form.engine.impl.NativeFormDefinitionQueryImpl
class NativeFormDefinitionQueryImpl extends AbstractNativeQuery<NativeFormDefinitionQuery,FormDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.NativeFormDeploymentQueryImpl
class NativeFormDeploymentQueryImpl extends AbstractNativeQuery<NativeFormDeploymentQuery,FormDeployment> implements Serializable - serialVersionUID:
- 1L
-
-
Package com.flowable.form.engine.impl.cmd
-
Class com.flowable.form.engine.impl.cmd.AbstractGetFormInstanceModelCmd
class AbstractGetFormInstanceModelCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fallbackToDefaultTenant
boolean fallbackToDefaultTenant
-
formDefinitionId
String formDefinitionId
-
formDefinitionKey
String formDefinitionKey
-
formInstanceId
String formInstanceId
-
parentDeploymentId
String parentDeploymentId
-
processInstanceId
String processInstanceId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
taskId
String taskId
-
tenantId
String tenantId
-
variables
Map<String,
Object> variables
-
-
Class com.flowable.form.engine.impl.cmd.AbstractSaveFormInstanceCmd
class AbstractSaveFormInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionId
String formDefinitionId
-
formInfo
FormInfo formInfo
-
outcome
String outcome
-
processDefinitionId
String processDefinitionId
-
processInstanceId
String processInstanceId
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
taskId
String taskId
-
tenantId
String tenantId
-
variables
Map<String,
Object> variables
-
-
Class com.flowable.form.engine.impl.cmd.BulkDeleteFormInstancesByProcessInstanceIdsCmd
class BulkDeleteFormInstancesByProcessInstanceIdsCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processInstanceIds
Collection<String> processInstanceIds
-
-
Class com.flowable.form.engine.impl.cmd.BulkDeleteFormInstancesByScopeIdsAndScopeTypeCmd
class BulkDeleteFormInstancesByScopeIdsAndScopeTypeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scopeIds
Collection<String> scopeIds
-
scopeType
String scopeType
-
-
Class com.flowable.form.engine.impl.cmd.CreateFormInstanceCmd
class CreateFormInstanceCmd extends AbstractSaveFormInstanceCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.DeleteDeploymentCmd
class DeleteDeploymentCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cascade
boolean cascade
-
deploymentId
String deploymentId
-
-
Class com.flowable.form.engine.impl.cmd.DeleteFormInstanceCmd
class DeleteFormInstanceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formInstanceId
String formInstanceId
-
-
Class com.flowable.form.engine.impl.cmd.DeleteFormInstancesByFormDefinitionCmd
class DeleteFormInstancesByFormDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionId
String formDefinitionId
-
-
Class com.flowable.form.engine.impl.cmd.DeleteFormInstancesByProcessDefinitionCmd
class DeleteFormInstancesByProcessDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processDefinitionId
String processDefinitionId
-
-
Class com.flowable.form.engine.impl.cmd.DeleteFormInstancesByScopeDefinitionCmd
class DeleteFormInstancesByScopeDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scopeDefinitionId
String scopeDefinitionId
-
-
Class com.flowable.form.engine.impl.cmd.DeployCmd
class DeployCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentBuilder
FormDeploymentBuilderImpl deploymentBuilder
-
-
Class com.flowable.form.engine.impl.cmd.FilterFormValuesCmd
class FilterFormValuesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetDeploymentResourceCmd
class GetDeploymentResourceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetDeploymentResourceNamesCmd
class GetDeploymentResourceNamesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentId
String deploymentId
-
-
Class com.flowable.form.engine.impl.cmd.GetFormDefinitionCmd
class GetFormDefinitionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionId
String formDefinitionId
-
-
Class com.flowable.form.engine.impl.cmd.GetFormDefinitionResourceCmd
class GetFormDefinitionResourceCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionId
String formDefinitionId
-
-
Class com.flowable.form.engine.impl.cmd.GetFormInstanceByScopeModelCmd
class GetFormInstanceByScopeModelCmd extends AbstractGetFormInstanceModelCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetFormInstanceModelCmd
class GetFormInstanceModelCmd extends AbstractGetFormInstanceModelCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetFormInstanceRawValueCmd
class GetFormInstanceRawValueCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formInstanceId
String formInstanceId
-
-
Class com.flowable.form.engine.impl.cmd.GetFormInstanceSavedValuesCmd
class GetFormInstanceSavedValuesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formInstance
FormInstance formInstance
-
-
Class com.flowable.form.engine.impl.cmd.GetFormInstanceValuesCmd
class GetFormInstanceValuesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formInstanceId
String formInstanceId
-
-
Class com.flowable.form.engine.impl.cmd.GetFormModelCmd
class GetFormModelCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetFormModelWithVariablesCmd
class GetFormModelWithVariablesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetStartFormSubmittedValuesCmd
class GetStartFormSubmittedValuesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.GetTableNameCmd
class GetTableNameCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
-
Class com.flowable.form.engine.impl.cmd.GetVariablesFromFormSubmissionCmd
class GetVariablesFromFormSubmissionCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.SaveFormInstanceCmd
class SaveFormInstanceCmd extends AbstractSaveFormInstanceCmd implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.SetDeploymentParentDeploymentIdCmd
class SetDeploymentParentDeploymentIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.cmd.SetDeploymentTenantIdCmd
class SetDeploymentTenantIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.form.engine.impl.deployer
-
Exception com.flowable.form.engine.impl.deployer.FlowableFormJsonException
class FlowableFormJsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.form.engine.impl.persistence.deploy
-
Class com.flowable.form.engine.impl.persistence.deploy.FormDefinitionCacheEntry
class FormDefinitionCacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionEntity
FormDefinitionEntity formDefinitionEntity
-
formDefinitionJson
String formDefinitionJson
-
-
-
Package com.flowable.form.engine.impl.persistence.entity
-
Class com.flowable.form.engine.impl.persistence.entity.FormDefinitionEntityImpl
class FormDefinitionEntityImpl extends AbstractFormEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.persistence.entity.FormDeploymentEntityImpl
class FormDeploymentEntityImpl extends AbstractFormEngineNoRevisionEntity 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
-
formDefinitionCache
Map<String,
FormDefinitionCacheEntry> formDefinitionCache -
isNew
boolean isNew
-
name
String name
-
parentDeploymentId
String parentDeploymentId
-
resources
Map<String,
FormResourceEntity> resources -
tenantId
String tenantId
-
-
Class com.flowable.form.engine.impl.persistence.entity.FormInstanceEntityImpl
class FormInstanceEntityImpl extends AbstractFormEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formDefinitionId
String formDefinitionId
-
formValuesId
String formValuesId
-
processDefinitionId
String processDefinitionId
-
processInstanceId
String processInstanceId
-
resourceRef
ResourceRef resourceRef
-
scopeDefinitionId
String scopeDefinitionId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
submittedBy
String submittedBy
-
submittedDate
Date submittedDate
-
taskId
String taskId
-
tenantId
String tenantId
-
-
Class com.flowable.form.engine.impl.persistence.entity.FormResourceEntityImpl
class FormResourceEntityImpl extends AbstractFormEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.engine.impl.persistence.entity.ResourceRef
class ResourceRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
boolean deleted
-
entity
FormResourceEntity entity
-
id
String id
-
name
String name
-
-
-
Package com.flowable.form.engine.impl.repository
-
Class com.flowable.form.engine.impl.repository.FormDeploymentBuilderImpl
class FormDeploymentBuilderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployment
FormDeploymentEntity deployment
-
isDuplicateFilterEnabled
boolean isDuplicateFilterEnabled
-
-
-
Package com.flowable.form.model
-
Class com.flowable.form.model.CustomValidationDefinition
class CustomValidationDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.model.EventDefinition
class EventDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.model.FlowableFormModel
class FlowableFormModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
customValidations
List<CustomValidationDefinition> customValidations
-
dataModel
Map<String,
FormDataModel> dataModel -
defaultDateFormat
String defaultDateFormat
-
defaultNumberFormat
String defaultNumberFormat
-
dialogDescription
String dialogDescription
-
dialogSize
String dialogSize
-
dialogTitle
String dialogTitle
-
doNotCreateOutcomeVariable
Boolean doNotCreateOutcomeVariable
-
forceValidation
Boolean forceValidation
-
formKey
String formKey
-
formModelEvents
List<EventDefinition> formModelEvents
-
i18n
Map<String,
Map<String, String>> i18n -
metadata
MetadataDefinition metadata
-
outcomes
List<OutcomeDefinition> outcomes
-
outcomevariablename
String outcomevariablename
-
rows
List<RowDefinition> rows
-
section
SectionDefinition section
-
-
Class com.flowable.form.model.MetadataDefinition
class MetadataDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.model.OutcomeDefinition
class OutcomeDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
enabled
String enabled
-
i18n
Map<String,
Map<String, String>> i18n -
ignorePayload
Boolean ignorePayload
-
ignoreValidation
Boolean ignoreValidation
-
label
String label
-
navigationUrl
String navigationUrl
-
outcomeFormKey
String outcomeFormKey
-
primary
String primary
-
styleClass
String styleClass
-
value
String value
-
visible
String visible
-
-
Class com.flowable.form.model.RowDefinition
class RowDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.form.model.SectionDefinition
class SectionDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.idm.engine.impl
-
Class com.flowable.idm.engine.impl.AccessTokenQueryImpl
class AccessTokenQueryImpl extends AbstractQuery<AccessTokenQuery,AccessToken> implements Serializable -
Serialized Fields
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
expiresAfter
Date expiresAfter
-
expiresBefore
Date expiresBefore
-
id
String id
-
name
String name
-
searchText
String searchText
-
tenantId
String tenantId
-
tenantIdSet
boolean tenantIdSet
-
userId
String userId
-
withoutExpiration
boolean withoutExpiration
-
-
-
Class com.flowable.idm.engine.impl.BasicPlatformGroup
class BasicPlatformGroup extends Object implements Serializable -
Class com.flowable.idm.engine.impl.BasicPlatformUser
class BasicPlatformUser extends Object implements Serializable-
Serialized Fields
-
active
Boolean active
-
avatarId
String avatarId
-
creationTime
Date creationTime
-
creatorId
String creatorId
-
displayName
String displayName
-
email
String email
-
firstName
String firstName
-
id
String id
-
identityInfo
List<PlatformIdentityInfo> identityInfo
-
language
String language
-
lastName
String lastName
-
password
String password
-
presence
String presence
-
presenceTime
Date presenceTime
-
state
String state
-
subState
String subState
-
subType
String subType
-
tenantId
String tenantId
-
theme
String theme
-
type
String type
-
updaterId
String updaterId
-
updateTime
Date updateTime
-
userDefinitionKey
String userDefinitionKey
-
-
-
Class com.flowable.idm.engine.impl.NativeGroupQueryImpl
class NativeGroupQueryImpl extends AbstractNativeQuery<NativeGroupQuery,Group> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.NativeTokenQueryImpl
class NativeTokenQueryImpl extends AbstractNativeQuery<NativeTokenQuery,Token> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.NativeUserQueryImpl
- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.PlatformGroupQueryImpl
class PlatformGroupQueryImpl extends AbstractVariableQueryImpl<PlatformGroupQuery,PlatformGroup> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.idm.engine.impl.PlatformIdentityInfoQueryImpl
class PlatformIdentityInfoQueryImpl extends AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo> implements Serializable -
Serialized Fields
-
groupId
String groupId
-
id
String id
-
name
String name
-
names
Collection<String> names
-
queryVariableValue
QueryVariableValue queryVariableValue
-
tenantId
String tenantId
-
tenantIdSet
boolean tenantIdSet
-
userId
String userId
-
-
-
Class com.flowable.idm.engine.impl.PlatformUserQueryImpl
class PlatformUserQueryImpl extends UserBaseQueryImpl<PlatformUserQuery,PlatformUser> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
memberOfGroupKey
String memberOfGroupKey
-
memberOfGroupKeys
Collection<String> memberOfGroupKeys
-
memberOfGroupKeysForOr
Collection<String> memberOfGroupKeysForOr
-
notInIds
List<String> notInIds
-
userIdsForOr
Collection<String> userIdsForOr
-
withoutTenantId
boolean withoutTenantId
-
-
Class com.flowable.idm.engine.impl.PrivilegeQueryImpl
- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.TokenQueryImpl
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
ids
List<String> ids
-
ipAddress
String ipAddress
-
ipAddressLike
String ipAddressLike
-
tokenData
String tokenData
-
tokenDataLike
String tokenDataLike
-
tokenDate
Date tokenDate
-
tokenDateAfter
Date tokenDateAfter
-
tokenDateBefore
Date tokenDateBefore
-
tokenValue
String tokenValue
-
userAgent
String userAgent
-
userAgentLike
String userAgentLike
-
userId
String userId
-
userIdLike
String userIdLike
-
-
Class com.flowable.idm.engine.impl.UserAccountDefinitionQueryImpl
class UserAccountDefinitionQueryImpl extends AbstractQuery<UserAccountDefinitionQuery,UserAccountDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.UserAccountDefinitionQueryProperty
class UserAccountDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.idm.engine.impl.UserAccountQueryImpl
class UserAccountQueryImpl extends AbstractQuery<UserAccountQuery,UserAccount> implements Serializable -
Serialized Fields
-
businessAccountId
String businessAccountId
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
externalUserId
String externalUserId
-
id
String id
-
name
String name
-
nameLike
String nameLike
-
nameLikeIgnoreCase
String nameLikeIgnoreCase
-
state
String state
-
subState
String subState
-
subType
String subType
-
tenantId
String tenantId
-
type
String type
-
userAccountDefinitionId
String userAccountDefinitionId
-
userId
String userId
-
-
-
Class com.flowable.idm.engine.impl.UserBaseQueryImpl
class UserBaseQueryImpl extends AbstractVariableQueryImpl<T extends UserBaseQuery<T,U>, U extends User> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
accessbleByUserDefinitionKeyProvided
boolean accessbleByUserDefinitionKeyProvided
-
accessibleByUser
String accessibleByUser
-
accessibleByUserDefinitionKey
String accessibleByUserDefinitionKey
-
displayName
String displayName
-
displayNameLike
String displayNameLike
-
displayNameLikeIgnoreCase
String displayNameLikeIgnoreCase
-
email
String email
-
emailLike
String emailLike
-
firstName
String firstName
-
firstNameLike
String firstNameLike
-
firstNameLikeIgnoreCase
String firstNameLikeIgnoreCase
-
fullNameLike
String fullNameLike
-
fullNameLikeIgnoreCase
String fullNameLikeIgnoreCase
-
groupId
String groupId
-
groupIds
List<String> groupIds
-
id
String id
-
idIgnoreCase
String idIgnoreCase
-
ids
List<String> ids
-
lastName
String lastName
-
lastNameLike
String lastNameLike
-
lastNameLikeIgnoreCase
String lastNameLikeIgnoreCase
-
orQueryObjects
List<T extends UserBaseQuery<T,
U>> orQueryObjects -
tenantId
String tenantId
-
-
Class com.flowable.idm.engine.impl.UserDefinitionQueryImpl
class UserDefinitionQueryImpl extends AbstractQuery<UserDefinitionQuery,UserDefinition> implements Serializable - serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.UserDefinitionQueryProperty
class UserDefinitionQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package com.flowable.idm.engine.impl.cmd
-
Class com.flowable.idm.engine.impl.cmd.AddPrivilegeMappingCmd
class AddPrivilegeMappingCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CheckPassword
class CheckPassword extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreateGroupCmd
class CreateGroupCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groupId
String groupId
-
-
Class com.flowable.idm.engine.impl.cmd.CreateGroupQueryCmd
class CreateGroupQueryCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreateMembershipCmd
class CreateMembershipCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreatePlatformGroupQueryCmd
class CreatePlatformGroupQueryCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreatePlatformUserQueryCmd
class CreatePlatformUserQueryCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreatePrivilegeCmd
class CreatePrivilegeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.idm.engine.impl.cmd.CreatePrivilegeQueryCmd
class CreatePrivilegeQueryCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreatePropertyCmd
class CreatePropertyCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreateTokenCmd
class CreateTokenCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tokenId
String tokenId
-
-
Class com.flowable.idm.engine.impl.cmd.CreateTokenQueryCmd
class CreateTokenQueryCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.CreateUserCmd
class CreateUserCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
Class com.flowable.idm.engine.impl.cmd.CreateUserDefinitionQueryCmd
class CreateUserDefinitionQueryCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.DeleteGroupCmd
class DeleteGroupCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groupId
String groupId
-
-
Class com.flowable.idm.engine.impl.cmd.DeleteMembershipCmd
class DeleteMembershipCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.DeletePlatformIdentityInfoByGroupCmd
class DeletePlatformIdentityInfoByGroupCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.DeletePlatformIdentityInfoCmd
class DeletePlatformIdentityInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.DeletePrivilegeCmd
class DeletePrivilegeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
-
Class com.flowable.idm.engine.impl.cmd.DeletePrivilegeMappingCmd
class DeletePrivilegeMappingCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.DeletePropertyCmd
class DeletePropertyCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.idm.engine.impl.cmd.DeleteTokenCmd
class DeleteTokenCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tokenId
String tokenId
-
-
Class com.flowable.idm.engine.impl.cmd.DeleteUserCmd
class DeleteUserCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
Class com.flowable.idm.engine.impl.cmd.DeleteUserInfoCmd
class DeleteUserInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetGroupsWithPrivilegeCmd
class GetGroupsWithPrivilegeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.idm.engine.impl.cmd.GetPlatformGroupByIdCmd
class GetPlatformGroupByIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groupId
String groupId
-
-
Class com.flowable.idm.engine.impl.cmd.GetPlatformGroupsForUser
class GetPlatformGroupsForUser extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
Class com.flowable.idm.engine.impl.cmd.GetPlatformIdentityInfoCmd
class GetPlatformIdentityInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetPlatformUserByIdCmd
class GetPlatformUserByIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
Class com.flowable.idm.engine.impl.cmd.GetPlatformUserInfoCmd
class GetPlatformUserInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetPrivilegeMappingsByPrivilegeIdCmd
class GetPrivilegeMappingsByPrivilegeIdCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
privilegeId
String privilegeId
-
-
Class com.flowable.idm.engine.impl.cmd.GetPropertiesCmd
class GetPropertiesCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetPropertyCmd
class GetPropertyCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.idm.engine.impl.cmd.GetTableCountCmd
class GetTableCountCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetTableMetaDataCmd
class GetTableMetaDataCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tableName
String tableName
-
-
Class com.flowable.idm.engine.impl.cmd.GetTableNameCmd
class GetTableNameCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
-
Class com.flowable.idm.engine.impl.cmd.GetUserInfoCmd
class GetUserInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetUserInfoKeysCmd
class GetUserInfoKeysCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.GetUsersWithPrivilegeCmd
class GetUsersWithPrivilegeCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class com.flowable.idm.engine.impl.cmd.SaveGroupCmd
class SaveGroupCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
group
Group group
-
-
Class com.flowable.idm.engine.impl.cmd.SavePlatformUserCmd
class SavePlatformUserCmd extends AbstractNeedsUserDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformUserBuilder
PlatformUserBuilderImpl platformUserBuilder
-
-
Class com.flowable.idm.engine.impl.cmd.SaveTokenCmd
class SaveTokenCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
token
Token token
-
-
Class com.flowable.idm.engine.impl.cmd.SaveUserCmd
class SaveUserCmd extends AbstractNeedsUserDefinitionCmd implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
user
User user
-
-
Class com.flowable.idm.engine.impl.cmd.SetPlatformGroupInfoCmd
class SetPlatformGroupInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.SetPlatformGroupInfosCmd
class SetPlatformGroupInfosCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.SetPlatformUserInfoCmd
class SetPlatformUserInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.SetPlatformUserInfosCmd
class SetPlatformUserInfosCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.SetUserInfoCmd
class SetUserInfoCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.cmd.UpdatePropertyCmd
class UpdatePropertyCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
idmProperty
IdmProperty idmProperty
-
-
Class com.flowable.idm.engine.impl.cmd.UpdateUserPasswordCmd
class UpdateUserPasswordCmd extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
user
User user
-
-
-
Package com.flowable.idm.engine.impl.persistence.entity
-
Class com.flowable.idm.engine.impl.persistence.entity.IdentityInfoEntityImpl
class IdentityInfoEntityImpl extends AbstractIdmEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.persistence.entity.IdmPropertyEntityImpl
class IdmPropertyEntityImpl extends AbstractIdmEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.persistence.entity.MembershipEntityImpl
class MembershipEntityImpl extends AbstractIdmEngineNoRevisionEntity implements Serializable- serialVersionUID:
- 1L
-
Class com.flowable.idm.engine.impl.persistence.entity.PlatformGroupEntityImpl
class PlatformGroupEntityImpl extends AbstractIdmEngineEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.flowable.idm.engine.impl.persistence.entity.PlatformUserEntityImpl
class PlatformUserEntityImpl extends AbstractIdmEngineEntity implements Serializable-
Serialized Fields
-
avatarId
String avatarId
-
creationTime
Date creationTime
-
creatorId
String creatorId
-
displayName
String displayName
-
email
String email
-
firstName
String firstName
-
identityInfo
List<PlatformIdentityInfo> identityInfo
The identity info for the user. Make sure that it is not set otherwise MyBatis won't invoke the setter. -
identityInfoInitialized
boolean identityInfoInitialized
-
lastName
String lastName
-
password
String password
-
tenantId
String tenantId
-
updaterId
String updaterId
-
updateTime
Date updateTime
-
-
-
Class com.flowable.idm.engine.impl.persistence.entity.PrivilegeEntityImpl
class PrivilegeEntityImpl extends AbstractIdmEngineEntity implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.idm.engine.impl.persistence.entity.PrivilegeMappingEntityImpl
class PrivilegeMappingEntityImpl extends AbstractIdmEngineEntity implements Serializable -
Class com.flowable.idm.engine.impl.persistence.entity.TokenEntityImpl
class TokenEntityImpl extends AbstractIdmEngineEntity implements Serializable- serialVersionUID:
- 1L
-
-
Package com.flowable.idm.engine.ldap
-
Class com.flowable.idm.engine.ldap.AbstractLdapQuery
-
Serialized Fields
-
filtersMap
Map<String,
Filter> filtersMap -
ldapConfiguration
LdapConfigurationApi ldapConfiguration
-
logger
org.slf4j.Logger logger
-
-
-
Class com.flowable.idm.engine.ldap.LdapGroupQuery
class LdapGroupQuery extends AbstractLdapQuery<PlatformGroupQuery,PlatformGroup> implements Serializable -
Class com.flowable.idm.engine.ldap.LdapPlatformGroup
class LdapPlatformGroup extends BasicPlatformGroup implements Serializable-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
-
Class com.flowable.idm.engine.ldap.LdapPlatformUser
class LdapPlatformUser extends BasicPlatformUser implements Serializable-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
-
Class com.flowable.idm.engine.ldap.LdapQueryProperty
class LdapQueryProperty extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.flowable.idm.engine.ldap.LdapUserQuery
class LdapUserQuery extends AbstractLdapQuery<PlatformUserQuery,PlatformUser> implements Serializable -
Serialized Fields
-
identityService
PlatformIdentityService identityService
-
includeIdentityInfo
boolean includeIdentityInfo
-
memberOfGroup
String memberOfGroup
-
memberOfGroupKey
String memberOfGroupKey
-
memberOfGroupKeys
Collection<String> memberOfGroupKeys
-
memberOfGroupKeysForOr
Collection<String> memberOfGroupKeysForOr
-
memberOfGroups
Collection<String> memberOfGroups
-
tenantId
String tenantId
-
userDefinitionKey
String userDefinitionKey
-
userIdsForOr
Collection<String> userIdsForOr
-
-
-
-
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.datadictionary
-
Class com.flowable.platform.engine.impl.datadictionary.DataDictionaryTypedJsonArray.JsonSerializer
class JsonSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<DataDictionaryTypedJsonArray> implements Serializable -
Class com.flowable.platform.engine.impl.datadictionary.DataDictionaryTypedJsonObject.JsonSerializer
class JsonSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<DataDictionaryTypedJsonObject> implements Serializable
-
-
Package com.flowable.platform.engine.impl.management
-
Class com.flowable.platform.engine.impl.management.ClientRegistrationInfoQueryImpl
class ClientRegistrationInfoQueryImpl extends AbstractQuery<ClientRegistrationInfoQuery,ClientRegistrationInfo> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
-
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
-
dashboardComponentDefinitionCache
Map<String,
DashboardComponentDefinitionCacheEntry> dashboardComponentDefinitionCache -
dataDictionaryDefinitionCache
Map<String,
DataDictionaryDefinitionCacheEntry> dataDictionaryDefinitionCache -
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
-
queryDefinitionCache
Map<String,
QueryDefinitionCacheEntry> queryDefinitionCache -
resources
Map<String,
EngineResource> resources -
sequenceDefinitionCache
Map<String,
SequenceDefinitionCacheEntry> sequenceDefinitionCache -
slaDefinitionCache
Map<String,
SlaDefinitionCacheEntry> slaDefinitionCache -
tenantId
String tenantId
-
variableExtractorDefinitionCache
Map<String,
VariableExtractorDefinitionCacheEntry> variableExtractorDefinitionCache
-
-
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
-
variableNames
Collection<String> variableNames
-
-
-
-
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
-
policyDefinitionCache
Map<String,
PolicyDefinitionCacheEntry> policyDefinitionCache -
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 -
serviceDefinitionCache
Map<String,
ServiceDefinitionCacheEntry> serviceDefinitionCache -
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
-
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 -
templateDefinitionCache
Map<String,
TemplateDefinitionCacheEntry> templateDefinitionCache -
templateVariationDefinitionCache
Map<String,
TemplateVariationDefinitionCacheEntry> templateVariationDefinitionCache -
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
-
-
-