public class DeploymentIdResolver extends Object
latest
(case insensitive):org.jbpm:HR:latest
matchAndReturnLatest(java.lang.String, java.util.Collection<java.lang.String>)
Constructor and Description |
---|
DeploymentIdResolver() |
Modifier and Type | Method and Description |
---|---|
static String |
findLatest(Collection<String> deploymentIds) |
static String |
matchAndReturnLatest(String deploymentId,
Collection<String> availableDeployments) |
static Collection<String> |
matchDeployments(String deploymentId,
Collection<String> availableDeployments) |
public static String matchAndReturnLatest(String deploymentId, Collection<String> availableDeployments)
public static Collection<String> matchDeployments(String deploymentId, Collection<String> availableDeployments)
public static String findLatest(Collection<String> deploymentIds)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.