Uses of Class
com.avoka.tm.query.PropertyQuery
-
Packages that use PropertyQuery Package Description com.avoka.tm.query Provides Value Object Query classes. -
-
Uses of PropertyQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return PropertyQuery Modifier and Type Method Description PropertyQuery
PropertyQuery. setCacheTimeout(int timeoutMins)
Set the property query cache timeout in minutes.PropertyQuery
PropertyQuery. setClientCode(String clientCode)
Set the organization client code parameter.PropertyQuery
PropertyQuery. setFormCode(String formCode)
Set the form code parameter.PropertyQuery
PropertyQuery. setName(String name)
Set the property name parameter.PropertyQuery
PropertyQuery. setSpaceName(String spaceName)
Set the property space name parameter.PropertyQuery
PropertyQuery. setTxn(Txn txn)
Set the transaction to resolve the property value against.
-