Package com.documentum.fc.client
Interface IDfScope
public interface IDfScope
-
Method Summary
Modifier and TypeMethodDescriptioncom.documentum.fc.client.ScopeBoundaryReturns the current operations boundary value.longReturns the current time milestone value.booleanisCurrent(long timeStamp) Returns whether the timestamp passed in, typically representing the last checked timestamp of an object or a query, is current enough.booleanisNested()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.
-