Uses of Class
org.camunda.bpm.engine.impl.util.ImmutablePair
-
Packages that use ImmutablePair Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.history.event org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.util -
-
Uses of ImmutablePair in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type ImmutablePair Modifier and Type Method Description java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
AbstractQuery. evaluateExpressionsAndExecuteDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
AbstractQuery. executeDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
ExternalTaskQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
HistoricDecisionInstanceQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
HistoricProcessInstanceQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
JobQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
ProcessInstanceQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
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 ImmutablePair Modifier and Type Method Description void
BatchElementConfiguration. addDeploymentMappings(java.util.List<ImmutablePair<java.lang.String,java.lang.String>> mappings)
Add mappings of deployment ids to resource ids to the overall element mapping list.void
BatchElementConfiguration. addDeploymentMappings(java.util.List<ImmutablePair<java.lang.String,java.lang.String>> mappingsList, java.util.Collection<java.lang.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 ImmutablePair Modifier and Type Method Description java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
HistoricDecisionInstanceManager. 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 ImmutablePair Modifier and Type Method Description java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
ExecutionManager. findDeploymentIdMappingsByQueryCriteria(ProcessInstanceQueryImpl processInstanceQuery)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
ExternalTaskManager. findDeploymentIdMappingsByQueryCriteria(ExternalTaskQueryImpl externalTaskQuery)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
HistoricProcessInstanceManager. findDeploymentIdMappingsByQueryCriteria(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery)
java.util.List<ImmutablePair<java.lang.String,java.lang.String>>
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 ImmutablePair Modifier and Type Method Description int
ImmutablePair. compareTo(ImmutablePair<L,R> o)
Compares the pair based on the left element followed by the right element.
-