com.atlassian.jira.workflow
Class WorkflowSchemes

java.lang.Object
  extended by com.atlassian.jira.workflow.WorkflowSchemes

public class WorkflowSchemes
extends Object

Since:
v6.0

Method Summary
static
<T extends WorkflowScheme>
com.google.common.base.Function<T,String>
nameFunction()
           
static
<T extends WorkflowScheme>
com.google.common.collect.Ordering<T>
nameOrdering()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nameFunction

public static <T extends WorkflowScheme> com.google.common.base.Function<T,String> nameFunction()

nameOrdering

public static <T extends WorkflowScheme> com.google.common.collect.Ordering<T> nameOrdering()


Copyright © 2002-2014 Atlassian. All Rights Reserved.