Class CaseDefinitionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.cmmn.engine.impl.persistence.entity.AbstractCmmnEngineEntity
org.flowable.cmmn.engine.impl.persistence.entity.CaseDefinitionEntityImpl
- All Implemented Interfaces:
CaseDefinition,CaseDefinitionEntity,HasRevision,Entity
public class CaseDefinitionEntityImpl
extends AbstractCmmnEngineEntity
implements CaseDefinitionEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity>protected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity>getKey()getName()intbooleanbooleanbooleanvoidsetCategory(String category) voidsetDeploymentId(String deploymentId) voidsetDescription(String description) voidsetDiagramResourceName(String diagramResourceName) voidsetHasGraphicalNotation(boolean hasGraphicalNotation) voidsetHasStartFormKey(boolean hasStartFormKey) voidvoidsetLocalizedDescription(String localizedDescription) voidsetLocalizedName(String localizedName) voidvoidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(int version) Methods inherited from class org.flowable.cmmn.engine.impl.persistence.entity.AbstractCmmnEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.cmmn.api.repository.CaseDefinition
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
category
-
name
-
key
-
description
-
version
protected int version -
resourceName
-
isGraphicalNotationDefined
protected boolean isGraphicalNotationDefined -
diagramResourceName
-
deploymentId
-
hasStartFormKey
protected boolean hasStartFormKey -
tenantId
-
isIdentityLinksInitialized
protected boolean isIdentityLinksInitialized -
definitionIdentityLinkEntities
protected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> definitionIdentityLinkEntities -
localizedName
-
localizedDescription
-
-
Constructor Details
-
CaseDefinitionEntityImpl
public CaseDefinitionEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getCategory
- Specified by:
getCategoryin interfaceCaseDefinition
-
setName
- Specified by:
setNamein interfaceCaseDefinitionEntity
-
getName
- Specified by:
getNamein interfaceCaseDefinition
-
getKey
- Specified by:
getKeyin interfaceCaseDefinition
-
getDescription
- Specified by:
getDescriptionin interfaceCaseDefinition
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceCaseDefinition
-
getResourceName
- Specified by:
getResourceNamein interfaceCaseDefinition
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceCaseDefinition
-
hasGraphicalNotation
public boolean hasGraphicalNotation()- Specified by:
hasGraphicalNotationin interfaceCaseDefinition
-
isGraphicalNotationDefined
public boolean isGraphicalNotationDefined() -
getDiagramResourceName
- Specified by:
getDiagramResourceNamein interfaceCaseDefinition
-
hasStartFormKey
public boolean hasStartFormKey()- Specified by:
hasStartFormKeyin interfaceCaseDefinition
-
getTenantId
- Specified by:
getTenantIdin interfaceCaseDefinition
-
setDescription
- Specified by:
setDescriptionin interfaceCaseDefinitionEntity
-
setCategory
- Specified by:
setCategoryin interfaceCaseDefinitionEntity
-
setVersion
public void setVersion(int version) - Specified by:
setVersionin interfaceCaseDefinitionEntity
-
setKey
- Specified by:
setKeyin interfaceCaseDefinitionEntity
-
setResourceName
- Specified by:
setResourceNamein interfaceCaseDefinitionEntity
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceCaseDefinitionEntity
-
setHasGraphicalNotation
public void setHasGraphicalNotation(boolean hasGraphicalNotation) - Specified by:
setHasGraphicalNotationin interfaceCaseDefinitionEntity
-
setDiagramResourceName
- Specified by:
setDiagramResourceNamein interfaceCaseDefinitionEntity
-
setHasStartFormKey
public void setHasStartFormKey(boolean hasStartFormKey) - Specified by:
setHasStartFormKeyin interfaceCaseDefinitionEntity
-
setTenantId
- Specified by:
setTenantIdin interfaceCaseDefinitionEntity
-
getIdentityLinks
public List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> getIdentityLinks()- Specified by:
getIdentityLinksin interfaceCaseDefinitionEntity
-
getLocalizedName
-
setLocalizedName
- Specified by:
setLocalizedNamein interfaceCaseDefinition
-
getLocalizedDescription
-
setLocalizedDescription
- Specified by:
setLocalizedDescriptionin interfaceCaseDefinition
-