public class PITUtils extends Object
| Constructor and Description |
|---|
PITUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteInactiveGroup(PITGroup pitGroup)
Delete point in time group.
|
static void |
deleteInactiveGroup(String groupName)
Delete point in time group by group name.
|
static void |
deleteInactiveObjectsInStem(PITStem pitStem,
boolean printOutput)
Delete point in time objects in a stem.
|
static void |
deleteInactiveObjectsInStem(String stemName,
boolean printOutput)
Delete point in time objects in a stem by stem name.
|
static long |
deleteInactiveRecords(Date date,
boolean printOutput)
Delete point in time records that ended before the given date.
|
static void |
deleteInactiveStem(PITStem pitStem,
boolean printOutput)
Delete point in time stem.
|
static void |
deleteInactiveStem(String stemName,
boolean printOutput)
Delete point in time stem by stem name.
|
public static long deleteInactiveRecords(Date date, boolean printOutput)
date - printOutput - public static void deleteInactiveGroup(String groupName)
groupName - public static void deleteInactiveGroup(PITGroup pitGroup)
pitGroup - public static void deleteInactiveStem(String stemName, boolean printOutput)
stemName - printOutput - public static void deleteInactiveStem(PITStem pitStem, boolean printOutput)
pitStem - printOutput - public static void deleteInactiveObjectsInStem(String stemName, boolean printOutput)
stemName - printOutput - public static void deleteInactiveObjectsInStem(PITStem pitStem, boolean printOutput)
pitStem - printOutput - Copyright © 2016 Internet2. All rights reserved.