com.centrasite.jaxr.infomodel
Interface CentraSiteFilter

All Superinterfaces:
javax.xml.registry.infomodel.ExtensibleObject, javax.xml.registry.infomodel.RegistryObject

Deprecated. use lcmAPI instead

public interface CentraSiteFilter
extends javax.xml.registry.infomodel.RegistryObject

A class to represent filters of a user-defined type.


Field Summary
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.
 
Method Summary
 java.lang.String getFilterClassName()
          Deprecated. Return the name of the class which implements this filter
 void setFilterClassName(java.lang.String className)
          Deprecated.  
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Field Detail

EXPORT_FILTER

static final java.lang.String EXPORT_FILTER
Deprecated. 
The value of the CentraSiteFilterType concept representing "Export" filters.

See Also:
Constant Field Values

IMPORT_FILTER

static final java.lang.String IMPORT_FILTER
Deprecated. 
The value of the CentraSiteFilterType concept representing "Import" filters.

See Also:
Constant Field Values
Method Detail

getFilterClassName

java.lang.String getFilterClassName()
Deprecated. 
Return the name of the class which implements this filter

Returns:
the name of the class which implements this filter

setFilterClassName

void setFilterClassName(java.lang.String className)
                        throws javax.xml.registry.JAXRException
Deprecated. 
Throws:
javax.xml.registry.JAXRException
See Also:
Concept.getValue()