Interface IntegrationContextEntity

All Superinterfaces:
Entity
All Known Implementing Classes:
IntegrationContextEntityImpl

public interface IntegrationContextEntity extends Entity
  • Method Details

    • getExecutionId

      String getExecutionId()
    • setExecutionId

      void setExecutionId(String executionId)
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • setProcessDefinitionId

      void setProcessDefinitionId(String processDefinitionId)
    • getProcessInstanceId

      String getProcessInstanceId()
    • setProcessInstanceId

      void setProcessInstanceId(String processInstanceId)
    • getFlowNodeId

      String getFlowNodeId()
    • setFlowNodeId

      void setFlowNodeId(String flowNodeId)
    • getCreatedDate

      Date getCreatedDate()
    • setCreatedDate

      void setCreatedDate(Date createdDate)