Download TeamPage 6.2.38 |
com.traction.sdk.File
's isFile
method now works correctly. It would previously sometimes return the wrong value, but is now correctly implemented to always return the inverse of the isDirectory
method. (Server92347)com.traction.sdk.SearchExpression
interface and its implementations have been made read-only. Setter methods such as setInfixExpression
have been removed. To create a new SearchExpression
, client code can still use one of the methods defined in com.traction.sdk.SdkFactory
; and to combine a SearchExpression
with the one already on the JournalRequest
, clients can use the existing addConjunctionOrSetSearch
or addDisjunctionOrSetSearch
methods.teampage_logo.jpg