public class CaseDefinitionEntityImpl extends AbstractCmmnEngineEntity implements CaseDefinitionEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> |
definitionIdentityLinkEntities |
protected String |
deploymentId |
protected String |
description |
protected String |
diagramResourceName |
protected boolean |
hasStartFormKey |
protected boolean |
isGraphicalNotationDefined |
protected boolean |
isIdentityLinksInitialized |
protected String |
key |
protected String |
localizedDescription |
protected String |
localizedName |
protected String |
name |
protected String |
resourceName |
protected String |
tenantId |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
CaseDefinitionEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetIdprotected String category
protected String name
protected String key
protected String description
protected int version
protected String resourceName
protected boolean isGraphicalNotationDefined
protected String diagramResourceName
protected String deploymentId
protected boolean hasStartFormKey
protected String tenantId
protected boolean isIdentityLinksInitialized
protected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> definitionIdentityLinkEntities
protected String localizedName
protected String localizedDescription
public Object getPersistentState()
getPersistentState in interface Entitypublic String getCategory()
getCategory in interface CaseDefinitionpublic void setName(String name)
setName in interface CaseDefinitionEntitypublic String getName()
getName in interface CaseDefinitionpublic String getKey()
getKey in interface CaseDefinitionpublic String getDescription()
getDescription in interface CaseDefinitionpublic int getVersion()
getVersion in interface CaseDefinitionpublic String getResourceName()
getResourceName in interface CaseDefinitionpublic String getDeploymentId()
getDeploymentId in interface CaseDefinitionpublic boolean hasGraphicalNotation()
hasGraphicalNotation in interface CaseDefinitionpublic boolean isGraphicalNotationDefined()
public String getDiagramResourceName()
getDiagramResourceName in interface CaseDefinitionpublic boolean hasStartFormKey()
hasStartFormKey in interface CaseDefinitionpublic String getTenantId()
getTenantId in interface CaseDefinitionpublic void setDescription(String description)
setDescription in interface CaseDefinitionEntitypublic void setCategory(String category)
setCategory in interface CaseDefinitionEntitypublic void setVersion(int version)
setVersion in interface CaseDefinitionEntitypublic void setKey(String key)
setKey in interface CaseDefinitionEntitypublic void setResourceName(String resourceName)
setResourceName in interface CaseDefinitionEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface CaseDefinitionEntitypublic void setHasGraphicalNotation(boolean hasGraphicalNotation)
setHasGraphicalNotation in interface CaseDefinitionEntitypublic void setDiagramResourceName(String diagramResourceName)
setDiagramResourceName in interface CaseDefinitionEntitypublic void setHasStartFormKey(boolean hasStartFormKey)
setHasStartFormKey in interface CaseDefinitionEntitypublic void setTenantId(String tenantId)
setTenantId in interface CaseDefinitionEntitypublic List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> getIdentityLinks()
getIdentityLinks in interface CaseDefinitionEntitypublic String getLocalizedName()
public void setLocalizedName(String localizedName)
setLocalizedName in interface CaseDefinitionpublic String getLocalizedDescription()
public void setLocalizedDescription(String localizedDescription)
setLocalizedDescription in interface CaseDefinitionCopyright © 2021 Flowable. All rights reserved.