Interface AgentInvocationEvaluationEntity
- All Superinterfaces:
AgentInvocationEvaluation, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
AgentInvocationEvaluationEntityImpl
public interface AgentInvocationEvaluationEntity
extends AgentInvocationEvaluation, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAgentInstanceId(String agentInstanceId) voidsetEndTime(Date endTime) voidsetEvaluatorKey(String evaluatorKey) voidsetEvaluatorSubKey(String evaluatorSubKey) voidvoidsetInvocationId(String invocationId) voidvoidsetOperationKey(String operationKey) voidvoidvoidsetReferenceScopeId(String referenceScopeId) voidsetReferenceScopeType(String referenceScopeType) voidvoidsetScoreMax(Double scoreMax) voidsetScoreMin(Double scoreMin) voidsetStartTime(Date startTime) voidsetTenantId(String tenantId) Methods inherited from interface AgentInvocationEvaluation
getAgentInstanceId, getEndTime, getEvaluatorKey, getEvaluatorSubKey, getId, getInvocationId, getKind, getOperationKey, getPassed, getReason, getReferenceScopeId, getReferenceScopeType, getScore, getScoreMax, getScoreMin, getStartTime, getTenantIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setId
- Specified by:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setInvocationId
-
setAgentInstanceId
-
setOperationKey
-
setKind
-
setEvaluatorKey
-
setEvaluatorSubKey
-
setReferenceScopeId
-
setReferenceScopeType
-
setPassed
-
setScore
-
setScoreMin
-
setScoreMax
-
setReason
-
setStartTime
-
setEndTime
-
setTenantId
-