public class CaseDefinitionEntityImpl extends AbstractCmmnEngineEntity implements CaseDefinitionEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected List<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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name which is derived from the targetNamespace attribute in the definitions element
|
String |
getDeploymentId()
The deployment in which this case definition is contained.
|
String |
getDescription()
description of this case definition
|
String |
getDiagramResourceName()
The resource name in the deployment of the diagram image (if any).
|
List<IdentityLinkEntity> |
getIdentityLinks() |
String |
getKey()
unique name for all versions of this case definition
|
String |
getLocalizedDescription() |
String |
getLocalizedName() |
String |
getName()
label used for display purposes
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getResourceName()
name of
the resource of this case definition. |
String |
getTenantId()
The tenant identifier of this case definition
|
int |
getVersion()
version of this case definition
|
boolean |
hasGraphicalNotation()
Does this case definition have a graphical notation defined (such that a diagram can be generated)?
|
boolean |
hasStartFormKey()
Does this case definition have a start form key}.
|
boolean |
isGraphicalNotationDefined() |
void |
setCategory(String category) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setDiagramResourceName(String diagramResourceName) |
void |
setHasGraphicalNotation(boolean hasGraphicalNotation) |
void |
setHasStartFormKey(boolean hasStartFormKey) |
void |
setKey(String key) |
void |
setLocalizedDescription(String localizedDescription)
Sets an optional localized description for the case definition
|
void |
setLocalizedName(String localizedName)
Sets an optional localized name for the case definition.
|
void |
setName(String name) |
void |
setResourceName(String resourceName) |
void |
setTenantId(String tenantId) |
void |
setVersion(int version) |
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<IdentityLinkEntity> definitionIdentityLinkEntities
protected String localizedName
protected String localizedDescription
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getCategory()
CaseDefinitiongetCategory in interface CaseDefinitionpublic void setName(String name)
setName in interface CaseDefinitionEntitypublic String getName()
CaseDefinitiongetName in interface CaseDefinitionpublic String getKey()
CaseDefinitiongetKey in interface CaseDefinitionpublic String getDescription()
CaseDefinitiongetDescription in interface CaseDefinitionpublic int getVersion()
CaseDefinitiongetVersion in interface CaseDefinitionpublic String getResourceName()
CaseDefinitionthe resource of this case definition.getResourceName in interface CaseDefinitionpublic String getDeploymentId()
CaseDefinitiongetDeploymentId in interface CaseDefinitionpublic boolean hasGraphicalNotation()
CaseDefinitionhasGraphicalNotation in interface CaseDefinitionpublic boolean isGraphicalNotationDefined()
public String getDiagramResourceName()
CaseDefinitiongetDiagramResourceName in interface CaseDefinitionpublic boolean hasStartFormKey()
CaseDefinitionhasStartFormKey in interface CaseDefinitionpublic String getTenantId()
CaseDefinitiongetTenantId 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<IdentityLinkEntity> getIdentityLinks()
getIdentityLinks in interface CaseDefinitionEntitypublic String getLocalizedName()
public void setLocalizedName(String localizedName)
CaseDefinitionsetLocalizedName in interface CaseDefinitionpublic String getLocalizedDescription()
public void setLocalizedDescription(String localizedDescription)
CaseDefinitionsetLocalizedDescription in interface CaseDefinitionCopyright © 2023 Flowable. All rights reserved.