Modifier and Type | Method and Description |
---|---|
abstract ChangeType |
ImportConnector.checkItem(java.lang.Object dsref,
ImportItem item)
Check if an item is in need of update.
|
ChangeType |
ImportItem.getChangeType()
Get the type of change that has been detected for the item.
|
static ChangeType |
ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImportItem(java.lang.String id,
ChangeType change,
java.lang.String oldid)
Creates a new import item object.
|