|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyncFilter
The interface SyncFilter is used by the SyncManager to apply a filter defined for a SyncSource to the outgoing request.
An implementation of SyncSource can contain an implementation of SyncFilter, that must be able to provide a SyncML 1.2 filter when the method toString() is called.
Method Summary | |
---|---|
java.lang.String |
toSyncML()
Format the Filter in SyncML syntax, according to the parameter contained in the SyncFilter implementation. |
java.lang.String |
toSyncML(int maxSize)
Format the Filter in SyncML syntax. |
Method Detail |
---|
java.lang.String toSyncML()
java.lang.String toSyncML(int maxSize)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |