Uses of Class
com.atlassian.confluence.plugins.edgeindex.IndexTaskType
-
Packages that use IndexTaskType Package Description com.atlassian.confluence.plugins.edgeindex -
-
Uses of IndexTaskType in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return IndexTaskType Modifier and Type Method Description static IndexTaskTypeIndexTaskType. valueOf(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 with parameters of type IndexTaskType Modifier and Type Method Description voidEdgeIndexTaskQueue. enqueue(IndexTaskType indexTaskType, ContentEntityObject target)Add a new task to this queue.voidEdgeIndexTaskQueue. enqueue(IndexTaskType indexTaskType, Edge edge)Add a new task to this queue.voidJournalEdgeIndexTaskQueue. enqueue(IndexTaskType indexTaskType, ContentEntityObject target)voidJournalEdgeIndexTaskQueue. enqueue(IndexTaskType indexTaskType, Edge edge)
-