Class IdentityLinkDeletedHistoryJsonTransformer
java.lang.Object
org.flowable.cmmn.engine.impl.history.async.json.transformer.AbstractHistoryJsonTransformer
org.flowable.cmmn.engine.impl.history.async.json.transformer.IdentityLinkDeletedHistoryJsonTransformer
- All Implemented Interfaces:
HistoryJsonTransformer
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.cmmn.engine.impl.history.async.json.transformer.AbstractHistoryJsonTransformer
cmmnEngineConfigurationFields inherited from interface org.flowable.job.service.impl.history.async.transformer.HistoryJsonTransformer
FIELD_NAME_DATA, FIELD_NAME_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionIdentityLinkDeletedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntitygetHistoricIdentityLinkEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) getTypes()booleanisApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) voidtransformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
-
Constructor Details
-
IdentityLinkDeletedHistoryJsonTransformer
-
-
Method Details
-
getTypes
-
isApplicable
public boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) -
getHistoricIdentityLinkEntity
protected org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntity getHistoricIdentityLinkEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) -
transformJson
public void transformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
-