Class ExecutionResponse

java.lang.Object
org.flowable.rest.service.api.runtime.process.ExecutionResponse

public class ExecutionResponse extends Object
Author:
Frederik Heremans
  • Field Details

    • id

      protected String id
    • url

      protected String url
    • parentId

      protected String parentId
    • parentUrl

      protected String parentUrl
    • superExecutionId

      protected String superExecutionId
    • superExecutionUrl

      protected String superExecutionUrl
    • processInstanceId

      protected String processInstanceId
    • processInstanceUrl

      protected String processInstanceUrl
    • suspended

      protected boolean suspended
    • activityId

      protected String activityId
    • tenantId

      protected String tenantId
  • Constructor Details

    • ExecutionResponse

      public ExecutionResponse()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getParentUrl

      public String getParentUrl()
    • setParentUrl

      public void setParentUrl(String parentUrl)
    • getSuperExecutionId

      public String getSuperExecutionId()
    • setSuperExecutionId

      public void setSuperExecutionId(String superExecutionId)
    • getSuperExecutionUrl

      public String getSuperExecutionUrl()
    • setSuperExecutionUrl

      public void setSuperExecutionUrl(String superExecutionUrl)
    • getProcessInstanceId

      public String getProcessInstanceId()
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • getProcessInstanceUrl

      public String getProcessInstanceUrl()
    • setProcessInstanceUrl

      public void setProcessInstanceUrl(String processInstanceUrl)
    • isSuspended

      public boolean isSuspended()
    • setSuspended

      public void setSuspended(boolean suspended)
    • getActivityId

      public String getActivityId()
    • setActivityId

      public void setActivityId(String activityId)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)