Uses of Class
org.bonitasoft.web.client.model.Tenant
-
Packages that use Tenant Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of Tenant in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Tenant Modifier and Type Method Description TenantTenantApi. createTenant(TenantCreateRequest body)Create the Tenant  Create the TenantTenantTenantApi. getTenantById(String id)Finds the Tenant by ID  Returns the single Tenant for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type Tenant Modifier and Type Method Description List<Tenant>TenantApi. searchTenants(Integer p, Integer c, List<String> f, String o, String s)Finds Tenants  Finds Tenants with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`List<Tenant>TenantApi. searchTenants(Map<String,Object> queryParams)Finds Tenants  Finds Tenants with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchTenantsmethod, but with the query parameters collected into a single Map parameter. -
Uses of Tenant in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Tenant Modifier and Type Method Description TenantTenant. creation(String creation)TenantTenant. description(String description)TenantTenant. icon(String icon)TenantTenant. id(String id)TenantTenant. name(String name)TenantTenant. password(String password)TenantTenant. state(Tenant.StateEnum state)TenantTenant. username(String username)
-