|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.dmn.engine.impl.DmnElementImpl
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl
org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
public class DecisionDefinitionEntity
| Field Summary | |
|---|---|
protected String |
category
|
protected String |
deploymentId
|
protected String |
diagramResourceName
|
protected String |
id
|
protected String |
key
|
protected String |
name
|
protected String |
resourceName
|
protected int |
revision
|
protected int |
version
|
| Fields inherited from class org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl |
|---|
aggregation, clauses, DEFAULT_HIT_POLICY, hitPolicy, rules |
| Constructor Summary | |
|---|---|
DecisionDefinitionEntity()
|
|
| Method Summary | |
|---|---|
String |
getCategory()
category name which is derived from the targetNamespace attribute in the definitions element |
String |
getDeploymentId()
The deployment in which this definition is contained. |
String |
getDiagramResourceName()
The diagram resource name for this decision if exist |
String |
getId()
unique identifier |
String |
getKey()
unique name for all versions this definition |
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 definition |
int |
getRevision()
|
int |
getRevisionNext()
|
int |
getVersion()
version of this definition |
void |
setCategory(String category)
|
void |
setDeploymentId(String deploymentId)
|
void |
setDiagramResourceName(String diagramResourceName)
|
void |
setId(String id)
|
void |
setKey(String key)
|
void |
setName(String name)
|
void |
setResourceName(String resourceName)
|
void |
setRevision(int revision)
|
void |
setVersion(int version)
|
String |
toString()
|
| Methods inherited from class org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl |
|---|
addClause, addRule, getAggregation, getClauses, getHitPolicy, getRules, setAggregation, setClauses, setHitPolicy, setRules |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected int revision
protected String name
protected String category
protected String key
protected int version
protected String deploymentId
protected String resourceName
protected String diagramResourceName
| Constructor Detail |
|---|
public DecisionDefinitionEntity()
| Method Detail |
|---|
public String getId()
ResourceDefinition
getId in interface DbEntitygetId in interface ResourceDefinitionpublic void setId(String id)
setId in interface DbEntitysetId in interface ResourceDefinitionEntitypublic int getRevision()
getRevision in interface HasDbRevisionpublic void setRevision(int revision)
setRevision in interface HasDbRevisionpublic int getRevisionNext()
getRevisionNext in interface HasDbRevisionpublic String getName()
ResourceDefinition
getName in interface org.camunda.bpm.dmn.engine.DmnElementgetName in interface ResourceDefinitiongetName in class org.camunda.bpm.dmn.engine.impl.DmnElementImplpublic void setName(String name)
setName in interface ResourceDefinitionEntitysetName in class org.camunda.bpm.dmn.engine.impl.DmnElementImplpublic String getCategory()
ResourceDefinition
getCategory in interface ResourceDefinitionpublic void setCategory(String category)
setCategory in interface ResourceDefinitionEntitypublic String getKey()
ResourceDefinition
getKey in interface org.camunda.bpm.dmn.engine.DmnElementgetKey in interface ResourceDefinitiongetKey in class org.camunda.bpm.dmn.engine.impl.DmnElementImplpublic void setKey(String key)
setKey in interface ResourceDefinitionEntitysetKey in class org.camunda.bpm.dmn.engine.impl.DmnElementImplpublic int getVersion()
ResourceDefinition
getVersion in interface ResourceDefinitionpublic void setVersion(int version)
setVersion in interface ResourceDefinitionEntitypublic String getDeploymentId()
ResourceDefinition
getDeploymentId in interface ResourceDefinitionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface ResourceDefinitionEntitypublic String getResourceName()
ResourceDefinitionthe resource of this definition
getResourceName in interface ResourceDefinitionpublic void setResourceName(String resourceName)
setResourceName in interface ResourceDefinitionEntitypublic String getDiagramResourceName()
ResourceDefinition
getDiagramResourceName in interface ResourceDefinitionpublic void setDiagramResourceName(String diagramResourceName)
setDiagramResourceName in interface ResourceDefinitionEntitypublic Object getPersistentState()
DbEntity
getPersistentState in interface DbEntitypublic String toString()
toString in class org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||