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 Summary
Modifier and TypeMethodDescriptionvoidsetContent(String content) voidsetExchangeId(String exchangeId) voidsetInvocationSequence(long invocationSequence) voidsetSubType(String subType) voidMethods inherited from interface com.flowable.agent.api.history.AgentInvocationExchangePart
getContent, getExchangeId, getId, getInvocationSequence, getSubType, getTypeMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setExchangeId
-
setType
-
setSubType
-
setContent
-
setInvocationSequence
void setInvocationSequence(long invocationSequence)
-