wt.index
Class BulkIndexTool
java.lang.Object
wt.index.BulkIndexTool
- public class BulkIndexTool
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LINE_SEPARATOR
private static String LINE_SEPARATOR
BUILD_ENTIRE_LIST
private static final int BUILD_ENTIRE_LIST
- See Also:
- Constant Field Values
BUILD_POLICY_LIST
private static final int BUILD_POLICY_LIST
- See Also:
- Constant Field Values
BUILD_NON_INDEX_LIST
private static final int BUILD_NON_INDEX_LIST
- See Also:
- Constant Field Values
BUILD_NON_INDEX_POLICY_LIST
private static final int BUILD_NON_INDEX_POLICY_LIST
- See Also:
- Constant Field Values
START_INDEX
private static final int START_INDEX
- See Also:
- Constant Field Values
STOP_INDEX
private static final int STOP_INDEX
- See Also:
- Constant Field Values
SCHEDULE_INDEX
private static final int SCHEDULE_INDEX
- See Also:
- Constant Field Values
RESET_FAILS
private static final int RESET_FAILS
- See Also:
- Constant Field Values
CHECK_STATUS
private static final int CHECK_STATUS
- See Also:
- Constant Field Values
DELETE_BULK_LIST
private static final int DELETE_BULK_LIST
- See Also:
- Constant Field Values
EXIT
private static final int EXIT
- See Also:
- Constant Field Values
numberToIndex
private int numberToIndex
BulkIndexTool
public BulkIndexTool()
main
public static void main(String[] argv)
throws WTException
- Throws:
WTException
run
public void run()
throws WTException
- Throws:
WTException
authenticateAsAdmin
public static void authenticateAsAdmin()
throws WTException
- Authenticate the current session by prompting for Web Server ID and password.
The user must be a member of the Administrator group.
- Throws:
WTException
displayMenu
private static void displayMenu()
getChoice
private static int getChoice(int min,
int max)
processStart
public static void processStart()
throws WTException
- Throws:
WTException
processStop
public static void processStop()
throws WTException
- Throws:
WTException
getScheduleTime
private static Timestamp getScheduleTime()
getInput
private static String getInput(String target)
executeBulkTableBuild
private void executeBulkTableBuild(boolean filterPolicyList,
boolean filterIndexedObjects)
throws WTException
- Throws:
WTException