Class PluginFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Plugin>
ch.ethz.sis.openbis.generic.asapi.v3.dto.plugin.fetchoptions.PluginFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.plugin.fetchoptions.PluginFetchOptions")
public class PluginFetchOptions
extends FetchOptions<Plugin>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleansortBy()withRegistratorUsing(PersonFetchOptions fetchOptions) withScriptUsing(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
-
PluginFetchOptions
public PluginFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withScript
-
withScriptUsing
-
hasScript
public boolean hasScript() -
sortBy
- Specified by:
sortByin classFetchOptions<Plugin>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Plugin>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Plugin>
-