|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.connect.ConnectorFilter
public final class ConnectorFilter
Contains information on filtering that needs to be done by the connector
when items are to be retreived. This information is passed to IProviderConnector.geItems()
method.
IProviderConnector.getItems(com.sap.netweaver.bc.uwl.UWLContext, java.lang.String, com.sap.netweaver.bc.uwl.connect.ConnectorFilter, java.lang.String),
ConnectorResult| Constructor Summary | |
|---|---|
ConnectorFilter()
|
|
| Method Summary | |
|---|---|
Date |
getCurrentUwlSystemTime()
Specifies the time when method call began. |
Date |
getFromTime()
Specifies explictly what is the start date for retrieving items. |
Date |
getLastSystemSynchronizationTime()
Provider Connector optionally may set the time at the system, when returning the result. |
Date |
getLastUwlSynchronizationTime()
Specifies the time when last synchronization was done. |
void |
setCurrentUwlSystemTime(Date d)
This is for internal usage only. |
void |
setFromTime(Date date)
Sets the from time. |
void |
setLastSystemSynchronizationTime(Date date)
|
void |
setLastUwlSynchronizationTime(Date date)
Specifies the time when last synchronization was done. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorFilter()
| Method Detail |
|---|
public Date getCurrentUwlSystemTime()
public void setCurrentUwlSystemTime(Date d)
d - non nullpublic Date getFromTime()
public void setFromTime(Date date)
date - public Date getLastUwlSynchronizationTime()
public void setLastUwlSynchronizationTime(Date date)
date - could be nullpublic Date getLastSystemSynchronizationTime()
ConnectorResult.setSystemTimestamp(java.util.Date)public void setLastSystemSynchronizationTime(Date date)
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||