com.centrasite.jaxr.filter
Interface CentraSiteFilterInterface

All Known Subinterfaces:
CentraSiteExportFilterInterface, CentraSiteImportFilterInterface

Deprecated. use lcmAPI instead

public interface CentraSiteFilterInterface

Abstract base class for all CentraSite filter interfaces. Provides default implementations for all methods; thus the interfaces can easily be extended without existing implementations having to be modified. As filters are defined per object type, each method in the particular filter interfaces is called only with registry objects of the corresponding type.


Method Summary
 void close()
          Deprecated. Close this filter instance.
 java.lang.String getAuditableEventMessage()
          Deprecated. The string returned by this method will be copied into the slot "Comment" of all auditable events for objects modified by this filter.
 

Method Detail

close

void close()
           throws CentraSiteFilterException
Deprecated. 
Close this filter instance. This method is called after all other filter methods, when the filter operation has been completed.

Throws:
CentraSiteFilterException

getAuditableEventMessage

java.lang.String getAuditableEventMessage()
                                          throws CentraSiteFilterException
Deprecated. 
The string returned by this method will be copied into the slot "Comment" of all auditable events for objects modified by this filter. If a null string is returned, the slot will be left empty.

Returns:
the AuditableEvent message. May be null.
Throws:
CentraSiteFilterException