Interface AgentInvocationExchangePartEntity

All Superinterfaces:
AgentInvocationExchangePart, org.flowable.common.engine.impl.persistence.entity.Entity
All Known Implementing Classes:
AgentInvocationExchangePartEntityImpl

public interface AgentInvocationExchangePartEntity extends AgentInvocationExchangePart, org.flowable.common.engine.impl.persistence.entity.Entity
  • Method Details

    • setExchangeId

      void setExchangeId(String exchangeId)
    • setType

      void setType(String type)
    • setSubType

      void setSubType(String subType)
    • setContent

      void setContent(String content)
    • setInvocationSequence

      void setInvocationSequence(long invocationSequence)