public interface CentraSiteImportFilterInterface extends CentraSiteFilterInterface
Modifier and Type | Method and Description |
---|---|
void |
modify(java.util.Collection registryObjects)
Deprecated.
Possibly modify the registry objects of the given collection.
|
void |
modify(javax.xml.registry.infomodel.RegistryObject registryObject)
Deprecated.
Possibly modify the given registry object.
|
void |
validate(java.util.Collection registryObjects)
Deprecated.
Validate the given collection of registry objects.
|
void |
validate(javax.xml.registry.infomodel.RegistryObject registryObject)
Deprecated.
Validate the given registry object.
|
close, getAuditableEventMessage
void validate(java.util.Collection registryObjects) throws CentraSiteFilterException
registryObjects
- the collection of registry objects to be imported. May be empty but not null.CentraSiteFilterException
- if an internal error occurs on validating the registry objectvoid validate(javax.xml.registry.infomodel.RegistryObject registryObject) throws CentraSiteFilterException
registryObject
- a registry object to be imported.CentraSiteFilterException
- if an internal error occurs on validating the registry objectvoid modify(java.util.Collection registryObjects) throws CentraSiteFilterException
The modified objects will be written to the registry instead of the corresponding objects in the import zip file.
registryObjects
- the collection of registry objects to be imported. May be empty but not null.CentraSiteFilterException
- if an internal error occurs on modifying the registry objectvoid modify(javax.xml.registry.infomodel.RegistryObject registryObject) throws CentraSiteFilterException
The modified object will be written to the registry instead of the corresponding object in the import zip file.
registryObject
- a registry object to be imported.CentraSiteFilterException
- if an internal error occurs on modifying the registry object