Uses of Class
org.apache.nifi.api.toolkit.model.TransactionResultEntity
Packages that use TransactionResultEntity
-
Uses of TransactionResultEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return TransactionResultEntityModifier and TypeMethodDescriptionSwaggerResourceApi.commitInputPortTransaction
(Integer responseCode, String portId, String transactionId) Commit or cancel the specified transactionSwaggerResourceApi.commitOutputPortTransaction
(Integer responseCode, String checksum, String portId, String transactionId) Commit or cancel the specified transactionSwaggerResourceApi.createPortTransaction
(String portType, String portId) Create a transaction to the specified output port or input portSwaggerResourceApi.extendInputPortTransactionTTL
(String portId, String transactionId) Extend transaction TTLSwaggerResourceApi.extendOutputPortTransactionTTL
(String portId, String transactionId) Extend transaction TTL -
Uses of TransactionResultEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return TransactionResultEntityModifier and TypeMethodDescriptionTransactionResultEntity.flowFileSent
(Integer flowFileSent) TransactionResultEntity.responseCode
(Integer responseCode)