public interface IDfGetObjectOptions
Modifier and Type | Method and Description |
---|---|
boolean |
getCachePersistently()
Returns the value for the CachePersistently setting.
|
java.lang.String |
getCurrencyCheckValue()
Returns the value for the currencyCheckValue setting.
|
int |
getPartitionId()
Returns the partition id.
|
java.lang.String |
getTypeName()
Returns type name.
|
void |
setCachePersistently(boolean cachePersistently)
Sets options for currencyCheckValue.
|
void |
setCurrencyCheckValue(java.lang.String currencyCheckValue)
Sets options for currencyCheckValue.
|
void |
setPartition(int partitionId,
java.lang.String typeName)
Sets partition options.
|
void |
setTypeName(java.lang.String typeName)
Sets the type name.
|
void setPartition(int partitionId, java.lang.String typeName)
partitionId
- application tokentypeName
- application tokensetPartition(int, java.lang.String)
int getPartitionId()
setPartition(int, java.lang.String)
java.lang.String getTypeName()
setPartition(int, java.lang.String)
void setTypeName(java.lang.String typeName)
void setCurrencyCheckValue(java.lang.String currencyCheckValue)
currencyCheckValue
- application tokensetCurrencyCheckValue(java.lang.String)
java.lang.String getCurrencyCheckValue()
setCurrencyCheckValue(java.lang.String)
void setCachePersistently(boolean cachePersistently)
cachePersistently
- application tokensetCachePersistently(boolean)
boolean getCachePersistently()
getCachePersistently()
Copyright 1994-2023 OpenText Corporation. All rights reserved.