Class SearchSessionInformationOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation<SessionInformationSearchCriteria,SessionInformationFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.session.search.SearchSessionInformationOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.session.search.SearchSessionInformationOperation")
public class SearchSessionInformationOperation
extends SearchObjectsOperation<SessionInformationSearchCriteria,SessionInformationFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchSessionInformationOperation(SessionInformationSearchCriteria criteria, SessionInformationFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation
getCriteria, getFetchOptions, getMessage, toString
-
Constructor Details
-
SearchSessionInformationOperation
public SearchSessionInformationOperation(SessionInformationSearchCriteria criteria, SessionInformationFetchOptions fetchOptions)
-