public class ProcessDefinitionFake extends Object implements org.camunda.bpm.engine.repository.ProcessDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessDefinitionFake.ProcessDefinitionFakeBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinitionFake.ProcessDefinitionFakeBuilder |
builder() |
String |
getCategory() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getDiagramResourceName() |
Integer |
getHistoryTimeToLive() |
String |
getId() |
String |
getKey() |
String |
getName() |
String |
getResourceName() |
String |
getTenantId() |
int |
getVersion() |
String |
getVersionTag() |
boolean |
hasStartFormKey() |
boolean |
isStartableInTasklist() |
boolean |
isSuspended() |
void |
setSuspended(boolean suspended) |
String |
toString() |
public static ProcessDefinitionFake.ProcessDefinitionFakeBuilder builder()
public String getId()
getId in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getCategory()
getCategory in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getName()
getName in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getKey()
getKey in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic int getVersion()
getVersion in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getResourceName()
getResourceName in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getDeploymentId()
getDeploymentId in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getDiagramResourceName()
getDiagramResourceName in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getTenantId()
getTenantId in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic Integer getHistoryTimeToLive()
getHistoryTimeToLive in interface org.camunda.bpm.engine.repository.ResourceDefinitionpublic String getDescription()
getDescription in interface org.camunda.bpm.engine.repository.ProcessDefinitionpublic boolean hasStartFormKey()
hasStartFormKey in interface org.camunda.bpm.engine.repository.ProcessDefinitionpublic boolean isSuspended()
isSuspended in interface org.camunda.bpm.engine.repository.ProcessDefinitionpublic String getVersionTag()
getVersionTag in interface org.camunda.bpm.engine.repository.ProcessDefinitionpublic boolean isStartableInTasklist()
isStartableInTasklist in interface org.camunda.bpm.engine.repository.ProcessDefinitionpublic void setSuspended(boolean suspended)
Copyright © 2020 Camunda Services GmbH. All rights reserved.