Package com.sas.lsaf.execution.session
Class SessionSearchResults
java.lang.Object
com.sas.lsaf.execution.session.SessionSearchResults
- All Implemented Interfaces:
Serializable
The class that represents the results of a session search executed on the server.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionSearchResults(Set<Session> sessions, boolean limitReached) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
-
Constructor Details
-
SessionSearchResults
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the search results objects returned by the API.- Parameters:
sessions- The sessions found that match the query.limitReached- Indicates whether the query results exceed the maximum number of items that are allowed on the server.
-
-
Method Details
-
getSessions
The sessions found that match the query.- Returns:
- The sessions found that match the query.
-
isLimitReached
public boolean isLimitReached()Indicates whether the query results exceed the maximum number of items that are allowed on the server.- Returns:
- Whether the query results exceed the maximum number of items that are allowed on the server.
-
hashCode
public int hashCode() -
equals
-
toString
-