Uses of Class
org.camunda.bpm.engine.impl.util.ImmutablePair
Packages that use ImmutablePair
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ImmutablePair in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type ImmutablePairModifier and TypeMethodDescriptionAbstractQuery.evaluateExpressionsAndExecuteDeploymentIdMappingsList
(CommandContext commandContext) AbstractQuery.executeDeploymentIdMappingsList
(CommandContext commandContext) ExternalTaskQueryImpl.executeDeploymentIdMappingsList
(CommandContext commandContext) HistoricDecisionInstanceQueryImpl.executeDeploymentIdMappingsList
(CommandContext commandContext) HistoricProcessInstanceQueryImpl.executeDeploymentIdMappingsList
(CommandContext commandContext) JobQueryImpl.executeDeploymentIdMappingsList
(CommandContext commandContext) ProcessInstanceQueryImpl.executeDeploymentIdMappingsList
(CommandContext commandContext) AbstractQuery.listDeploymentIdMappings()
-
Uses of ImmutablePair in org.camunda.bpm.engine.impl.batch
Method parameters in org.camunda.bpm.engine.impl.batch with type arguments of type ImmutablePairModifier and TypeMethodDescriptionvoid
BatchElementConfiguration.addDeploymentMappings
(List<ImmutablePair<String, String>> mappings) Add mappings of deployment ids to resource ids to the overall element mapping list.void
BatchElementConfiguration.addDeploymentMappings
(List<ImmutablePair<String, String>> mappingsList, Collection<String> idList) Add mappings of deployment ids to resource ids to the overall element mapping list. -
Uses of ImmutablePair in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return types with arguments of type ImmutablePairModifier and TypeMethodDescriptionHistoricDecisionInstanceManager.findHistoricDecisionInstanceDeploymentIdMappingsByQueryCriteria
(HistoricDecisionInstanceQueryImpl query) -
Uses of ImmutablePair in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ImmutablePairModifier and TypeMethodDescriptionExecutionManager.findDeploymentIdMappingsByQueryCriteria
(ProcessInstanceQueryImpl processInstanceQuery) ExternalTaskManager.findDeploymentIdMappingsByQueryCriteria
(ExternalTaskQueryImpl externalTaskQuery) HistoricProcessInstanceManager.findDeploymentIdMappingsByQueryCriteria
(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery) JobManager.findDeploymentIdMappingsByQueryCriteria
(JobQueryImpl jobQuery) -
Uses of ImmutablePair in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type ImmutablePairModifier and TypeMethodDescriptionint
ImmutablePair.compareTo
(ImmutablePair<L, R> o) Compares the pair based on the left element followed by the right element.