Uses of Class
com.atlassian.confluence.plugins.edgeindex.lucene.IndexTaskType

Packages that use IndexTaskType
com.atlassian.confluence.plugins.edgeindex.lucene   
 

Uses of IndexTaskType in com.atlassian.confluence.plugins.edgeindex.lucene
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene that return IndexTaskType
static IndexTaskType IndexTaskType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexTaskType[] IndexTaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene with parameters of type IndexTaskType
 void EdgeIndexTaskQueue.enqueue(IndexTaskType indexTaskType, ContentEntityObject target)
          Add a new task to this queue.
 void EdgeIndexTaskQueue.enqueue(IndexTaskType indexTaskType, Edge edge)
          Add a new task to this queue.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.