Class OperationExecutionSummaryFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<OperationExecutionSummary>
ch.ethz.sis.openbis.generic.asapi.v3.dto.operation.fetchoptions.OperationExecutionSummaryFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.operation.fetchoptions.OperationExecutionSummaryFetchOptions")
public class OperationExecutionSummaryFetchOptions
extends FetchOptions<OperationExecutionSummary>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanhasError()booleanbooleanbooleansortBy()withErrorUsing(EmptyFetchOptions fetchOptions) withOperationsUsing(EmptyFetchOptions fetchOptions) withProgressUsing(EmptyFetchOptions fetchOptions) withResultsUsing(EmptyFetchOptions fetchOptions) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
OperationExecutionSummaryFetchOptions
public OperationExecutionSummaryFetchOptions()
-
-
Method Details
-
withOperations
-
withOperationsUsing
-
hasOperations
public boolean hasOperations() -
withProgress
-
withProgressUsing
-
hasProgress
public boolean hasProgress() -
withError
-
withErrorUsing
-
hasError
public boolean hasError() -
withResults
-
withResultsUsing
-
hasResults
public boolean hasResults() -
sortBy
- Specified by:
sortByin classFetchOptions<OperationExecutionSummary>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<OperationExecutionSummary>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<OperationExecutionSummary>
-