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
-
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(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 ImmutablePair Modifier and Type Method Description List<ImmutablePair<String,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 List<ImmutablePair<String,String>>
ExecutionManager. findDeploymentIdMappingsByQueryCriteria(ProcessInstanceQueryImpl processInstanceQuery)
List<ImmutablePair<String,String>>
ExternalTaskManager. findDeploymentIdMappingsByQueryCriteria(ExternalTaskQueryImpl externalTaskQuery)
List<ImmutablePair<String,String>>
HistoricProcessInstanceManager. findDeploymentIdMappingsByQueryCriteria(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery)
List<ImmutablePair<String,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.
-