com.atlassian.jira.jql.context
Class ContextProjectMap

java.lang.Object
  extended by com.atlassian.jira.jql.context.ContextProjectMap

public class ContextProjectMap
extends Object

Helper class to simplify the job of combining multiple contexts

Since:
v6.1

Constructor Summary
ContextProjectMap(ClauseContext context)
           
 
Method Summary
 ClauseContext intersect(ContextProjectMap contextProjectMap)
           
 ClauseContext union(ContextProjectMap contextProjectMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextProjectMap

@Nonnull
public ContextProjectMap(@Nonnull
                                 ClauseContext context)
Method Detail

intersect

@Nonnull
public ClauseContext intersect(@Nonnull
                                       ContextProjectMap contextProjectMap)

union

@Nonnull
public ClauseContext union(@Nonnull
                                   ContextProjectMap contextProjectMap)


Copyright © 2002-2014 Atlassian. All Rights Reserved.