public interface CentraSiteFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXPORT_FILTER
Deprecated.
The value of the CentraSiteFilterType concept representing "Export" filters.
|
static java.lang.String |
IMPORT_FILTER
Deprecated.
The value of the CentraSiteFilterType concept representing "Import" filters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilterClassName()
Deprecated.
Returns the name of the class which implements this filter.
|
void |
setFilterClassName(java.lang.String className)
Deprecated.
Sets the filter class name.
|
static final java.lang.String EXPORT_FILTER
static final java.lang.String IMPORT_FILTER
java.lang.String getFilterClassName()
void setFilterClassName(java.lang.String className) throws JAXRException
className
- the filter class nameJAXRException
- if an internal error occursjavax.xml.registry.infomodel.Concept#getValue()