Class ProcessDefinitionFake

java.lang.Object
org.camunda.community.mockito.process.ProcessDefinitionFake
All Implemented Interfaces:
org.camunda.bpm.engine.repository.ProcessDefinition, org.camunda.bpm.engine.repository.ResourceDefinition

public class ProcessDefinitionFake extends Object implements org.camunda.bpm.engine.repository.ProcessDefinition
  • Method Details

    • builder

    • getId

      public String getId()
      Specified by:
      getId in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getName

      public String getName()
      Specified by:
      getName in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getKey

      public String getKey()
      Specified by:
      getKey in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getResourceName

      public String getResourceName()
      Specified by:
      getResourceName in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getDeploymentId

      public String getDeploymentId()
      Specified by:
      getDeploymentId in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getDiagramResourceName

      public String getDiagramResourceName()
      Specified by:
      getDiagramResourceName in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getHistoryTimeToLive

      public Integer getHistoryTimeToLive()
      Specified by:
      getHistoryTimeToLive in interface org.camunda.bpm.engine.repository.ResourceDefinition
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.camunda.bpm.engine.repository.ProcessDefinition
    • hasStartFormKey

      public boolean hasStartFormKey()
      Specified by:
      hasStartFormKey in interface org.camunda.bpm.engine.repository.ProcessDefinition
    • isSuspended

      public boolean isSuspended()
      Specified by:
      isSuspended in interface org.camunda.bpm.engine.repository.ProcessDefinition
    • getVersionTag

      public String getVersionTag()
      Specified by:
      getVersionTag in interface org.camunda.bpm.engine.repository.ProcessDefinition
    • isStartableInTasklist

      public boolean isStartableInTasklist()
      Specified by:
      isStartableInTasklist in interface org.camunda.bpm.engine.repository.ProcessDefinition
    • setSuspended

      public void setSuspended(boolean suspended)
    • toString

      public String toString()
      Overrides:
      toString in class Object