Package com.documentum.fc.client
Interface IDfScope
public interface IDfScope
-
Method Summary
Modifier and TypeMethodDescriptioncom.documentum.fc.client.ScopeBoundary
Returns the current operations boundary value.long
Returns the current time milestone value.boolean
isCurrent
(long timeStamp) Returns whether the timestamp passed in, typically representing the last checked timestamp of an object or a query, is current enough.boolean
isNested()
Returns whether the scope is nested.
-
Method Details
-
getBoundary
com.documentum.fc.client.ScopeBoundary getBoundary()Returns the current operations boundary value. -
getTimeStamp
long getTimeStamp()Returns the current time milestone value. -
isCurrent
boolean isCurrent(long timeStamp) Returns whether the timestamp passed in, typically representing the last checked timestamp of an object or a query, is current enough. -
isNested
boolean isNested()Returns whether the scope is nested.
-