Package com.documentum.fc.client
Interface IDfGetObjectOptions
public interface IDfGetObjectOptions
This interface encapsulates options to get an object from the repository.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value for the CachePersistently setting.Returns the value for the currencyCheckValue setting.intReturns the partition id.Returns type name.voidsetCachePersistently(boolean cachePersistently) Sets options for currencyCheckValue.voidsetCurrencyCheckValue(String currencyCheckValue) Sets options for currencyCheckValue.voidsetPartition(int partitionId, String typeName) Sets partition options.voidsetTypeName(String typeName) Sets the type name.
-
Method Details
-
setPartition
Sets partition options.- Parameters:
partitionId- application tokentypeName- application token- See Also:
-
getPartitionId
int getPartitionId()Returns the partition id.- See Also:
-
getTypeName
String getTypeName()Returns type name.- See Also:
-
setTypeName
Sets the type name. -
setCurrencyCheckValue
Sets options for currencyCheckValue.- Parameters:
currencyCheckValue- application token- See Also:
-
getCurrencyCheckValue
String getCurrencyCheckValue()Returns the value for the currencyCheckValue setting.- See Also:
-
setCachePersistently
void setCachePersistently(boolean cachePersistently) Sets options for currencyCheckValue.- Parameters:
cachePersistently- application token- See Also:
-
getCachePersistently
boolean getCachePersistently()Returns the value for the CachePersistently setting.- See Also:
-