com.atlassian.crowd.search.query.entity.restriction.constants
Class ApplicationTermKeys

java.lang.Object
  extended by com.atlassian.crowd.search.query.entity.restriction.constants.ApplicationTermKeys

public class ApplicationTermKeys
extends Object


Field Summary
static Property<Boolean> ACTIVE
          Active flag of application.
static Property<String> NAME
          Name of application.
static Property<Enum> TYPE
          Type of application (ApplicationType).
 
Constructor Summary
ApplicationTermKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final Property<String> NAME
Name of application. Case-insensitive search.


ACTIVE

public static final Property<Boolean> ACTIVE
Active flag of application. Exact match search.


TYPE

public static final Property<Enum> TYPE
Type of application (ApplicationType). Exact match search.

Constructor Detail

ApplicationTermKeys

public ApplicationTermKeys()


Copyright © 2013 Atlassian. All Rights Reserved.