public interface CentraSiteExportFilterInterface 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(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(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 exported. May be empty but not null.CentraSiteFilterException
- if an internal error occurs on validatevoid validate(RegistryObject registryObject) throws CentraSiteFilterException
registryObject
- a registry object to be exported.CentraSiteFilterException
- if an internal error occurs on validatevoid modify(java.util.Collection registryObjects) throws CentraSiteFilterException
The modified objects are written to the export zip file, but not to the registry.
registryObjects
- the collection of registry objects to be exported. May be empty but not null.CentraSiteFilterException
- if an internal error occurs on modifyvoid modify(RegistryObject registryObject) throws CentraSiteFilterException
The modified object is written to the export zip file, but not to the registry.
registryObject
- a registry object to be exported.CentraSiteFilterException
- if an internal error occurs on modify