Class AgentInvocationEvaluationEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationEvaluationEntityImpl
- All Implemented Interfaces:
AgentInvocationEvaluation, AgentInvocationEvaluationEntity, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity
public class AgentInvocationEvaluationEntityImpl
extends AbstractAgentEngineEntity
implements AgentInvocationEvaluationEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Doubleprotected Doubleprotected Doubleprotected Dateprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()getScore()voidsetAgentInstanceId(String agentInstanceId) voidsetEndTime(Date endTime) voidsetEvaluatorKey(String evaluatorKey) voidsetEvaluatorSubKey(String evaluatorSubKey) voidsetInvocationId(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 class AbstractAgentEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgentInvocationEvaluation
getIdMethods inherited from interface AgentInvocationEvaluationEntity
setIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
invocationId
-
agentInstanceId
-
operationKey
-
kind
-
evaluatorKey
-
evaluatorSubKey
-
referenceScopeId
-
referenceScopeType
-
passed
-
score
-
scoreMin
-
scoreMax
-
reason
-
startTime
-
endTime
-
tenantId
-
-
Constructor Details
-
AgentInvocationEvaluationEntityImpl
public AgentInvocationEvaluationEntityImpl()
-
-
Method Details
-
getInvocationId
- Specified by:
getInvocationIdin interfaceAgentInvocationEvaluation
-
setInvocationId
- Specified by:
setInvocationIdin interfaceAgentInvocationEvaluationEntity
-
getAgentInstanceId
- Specified by:
getAgentInstanceIdin interfaceAgentInvocationEvaluation
-
setAgentInstanceId
- Specified by:
setAgentInstanceIdin interfaceAgentInvocationEvaluationEntity
-
getOperationKey
- Specified by:
getOperationKeyin interfaceAgentInvocationEvaluation
-
setOperationKey
- Specified by:
setOperationKeyin interfaceAgentInvocationEvaluationEntity
-
getKind
- Specified by:
getKindin interfaceAgentInvocationEvaluation
-
setKind
- Specified by:
setKindin interfaceAgentInvocationEvaluationEntity
-
getEvaluatorKey
- Specified by:
getEvaluatorKeyin interfaceAgentInvocationEvaluation
-
setEvaluatorKey
- Specified by:
setEvaluatorKeyin interfaceAgentInvocationEvaluationEntity
-
getEvaluatorSubKey
- Specified by:
getEvaluatorSubKeyin interfaceAgentInvocationEvaluation
-
setEvaluatorSubKey
- Specified by:
setEvaluatorSubKeyin interfaceAgentInvocationEvaluationEntity
-
getReferenceScopeId
- Specified by:
getReferenceScopeIdin interfaceAgentInvocationEvaluation
-
setReferenceScopeId
- Specified by:
setReferenceScopeIdin interfaceAgentInvocationEvaluationEntity
-
getReferenceScopeType
- Specified by:
getReferenceScopeTypein interfaceAgentInvocationEvaluation
-
setReferenceScopeType
- Specified by:
setReferenceScopeTypein interfaceAgentInvocationEvaluationEntity
-
getPassed
- Specified by:
getPassedin interfaceAgentInvocationEvaluation
-
setPassed
- Specified by:
setPassedin interfaceAgentInvocationEvaluationEntity
-
getScore
- Specified by:
getScorein interfaceAgentInvocationEvaluation
-
setScore
- Specified by:
setScorein interfaceAgentInvocationEvaluationEntity
-
getScoreMin
- Specified by:
getScoreMinin interfaceAgentInvocationEvaluation
-
setScoreMin
- Specified by:
setScoreMinin interfaceAgentInvocationEvaluationEntity
-
getScoreMax
- Specified by:
getScoreMaxin interfaceAgentInvocationEvaluation
-
setScoreMax
- Specified by:
setScoreMaxin interfaceAgentInvocationEvaluationEntity
-
getReason
- Specified by:
getReasonin interfaceAgentInvocationEvaluation
-
setReason
- Specified by:
setReasonin interfaceAgentInvocationEvaluationEntity
-
getStartTime
- Specified by:
getStartTimein interfaceAgentInvocationEvaluation
-
setStartTime
- Specified by:
setStartTimein interfaceAgentInvocationEvaluationEntity
-
getEndTime
- Specified by:
getEndTimein interfaceAgentInvocationEvaluation
-
setEndTime
- Specified by:
setEndTimein interfaceAgentInvocationEvaluationEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceAgentInvocationEvaluation
-
setTenantId
- Specified by:
setTenantIdin interfaceAgentInvocationEvaluationEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-