Class PersonFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Person>
ch.ethz.sis.openbis.generic.asapi.v3.dto.person.fetchoptions.PersonFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.person.fetchoptions.PersonFetchOptions")
public class PersonFetchOptions
extends FetchOptions<Person>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanhasSpace()booleanhasWebAppSettings(String webAppId) sortBy()voidbooleanwithAllWebAppSettingsUsing(boolean allWebAppSettings) withRegistratorUsing(PersonFetchOptions fetchOptions) withRoleAssignmentsUsing(RoleAssignmentFetchOptions fetchOptions) withSpaceUsing(SpaceFetchOptions fetchOptions) withWebAppSettings(String webAppId) withWebAppSettingsUsing(Map<String, WebAppSettingsFetchOptions> webAppSettings) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
PersonFetchOptions
public PersonFetchOptions()
-
-
Method Details
-
withSpace
-
withSpaceUsing
-
hasSpace
public boolean hasSpace() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withRoleAssignments
-
withRoleAssignmentsUsing
-
hasRoleAssignments
public boolean hasRoleAssignments() -
withWebAppSettings
-
hasWebAppSettings
-
withWebAppSettingsUsing
public Map<String,WebAppSettingsFetchOptions> withWebAppSettingsUsing(Map<String, WebAppSettingsFetchOptions> webAppSettings) -
getWebAppSettings
-
withAllWebAppSettings
public void withAllWebAppSettings() -
hasAllWebAppSettings
public boolean hasAllWebAppSettings() -
withAllWebAppSettingsUsing
public boolean withAllWebAppSettingsUsing(boolean allWebAppSettings) -
sortBy
- Specified by:
sortByin classFetchOptions<Person>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Person>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Person>
-