Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.upgrade.tasks
Class AddTagIndexes

java.lang.Object
  extended by com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
      extended by com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
All Implemented Interfaces:
UpgradeTask

public class AddTagIndexes
extends AbstractDatabaseUpgradeTask


Constructor Summary
AddTagIndexes()
           
 
Method Summary
 void doTask()
          Executes the upgrade task
 java.lang.String getDescription()
          Upgrade task description
 java.lang.String getEstimatedRunTime()
          Upgrade task estimated run time
 java.lang.String getInstructionsFile()
          Returns the name of the manual instructions file that will be displayed if the task fails.
 java.lang.String getName()
          Upgrade task name
 
Methods inherited from class com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
doesTableExist, executeSQLScript, executeStatement, isSQLCommandPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddTagIndexes

public AddTagIndexes()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: UpgradeTask
Upgrade task name


getDescription

public java.lang.String getDescription()
Description copied from interface: UpgradeTask
Upgrade task description


getEstimatedRunTime

public java.lang.String getEstimatedRunTime()
Description copied from interface: UpgradeTask
Upgrade task estimated run time


getInstructionsFile

public java.lang.String getInstructionsFile()
Description copied from interface: UpgradeTask
Returns the name of the manual instructions file that will be displayed if the task fails. All instructions files will be loaded from com/jivesoftware/forum/upgrade/instructions/ and will have .txt appended to the end of the name.


doTask

public void doTask()
            throws java.lang.Exception
Description copied from interface: UpgradeTask
Executes the upgrade task

Throws:
java.lang.Exception

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.