Class ProcessDefinitionDto
java.lang.Object
org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
getName()
long
void
setCalledFromActivityIds
(List<String> calledFromActivityIds) void
void
void
void
setVersion
(long version)
-
Field Details
-
id
-
name
-
key
-
version
protected long version -
calledFromActivityIds
-
failedJobs
protected int failedJobs
-
-
Constructor Details
-
ProcessDefinitionDto
public ProcessDefinitionDto()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getKey
-
setKey
-
getVersion
public long getVersion() -
setVersion
public void setVersion(long version) -
getCalledFromActivityIds
-
setCalledFromActivityIds
-