Uses of Class
com.logicaldoc.enterprise.webservice.model.WSTenant
-
-
Uses of WSTenant in com.logicaldoc.enterprise.webservice.model
Methods in com.logicaldoc.enterprise.webservice.model that return WSTenant Modifier and Type Method Description static WSTenant
WSTenant. fromTenant(com.logicaldoc.core.security.Tenant tenant)
-
Uses of WSTenant in com.logicaldoc.enterprise.webservice.soap
Methods in com.logicaldoc.enterprise.webservice.soap that return WSTenant Modifier and Type Method Description WSTenant
TenantService. getTenant(String sid, String name)
Gets a specific tenant by it's nameWSTenant
TenantService. getTenantById(String sid, long tenantId)
Gets a specific tenant by it's identifierWSTenant[]
TenantService. listTenants(String sid)
Gets all existing tenants.Methods in com.logicaldoc.enterprise.webservice.soap with parameters of type WSTenant Modifier and Type Method Description long
TenantService. storeTenant(String sid, WSTenant tenant)
Create/Update a tenant. -
Uses of WSTenant in com.logicaldoc.enterprise.webservice.soap.client
Methods in com.logicaldoc.enterprise.webservice.soap.client that return WSTenant Modifier and Type Method Description WSTenant
SoapTenantClient. getTenant(String sid, String name)
WSTenant
SoapTenantClient. getTenantById(String sid, long tenantId)
WSTenant[]
SoapTenantClient. listTenants(String sid)
Methods in com.logicaldoc.enterprise.webservice.soap.client with parameters of type WSTenant Modifier and Type Method Description long
SoapTenantClient. storeTenant(String sid, WSTenant tenant)
-
Uses of WSTenant in com.logicaldoc.enterprise.webservice.soap.endpoint
Methods in com.logicaldoc.enterprise.webservice.soap.endpoint that return WSTenant Modifier and Type Method Description WSTenant
SoapTenantService. getTenant(String sid, String name)
WSTenant
SoapTenantService. getTenantById(String sid, long tenantId)
WSTenant[]
SoapTenantService. listTenants(String sid)
Methods in com.logicaldoc.enterprise.webservice.soap.endpoint with parameters of type WSTenant Modifier and Type Method Description long
SoapTenantService. storeTenant(String sid, WSTenant tenant)
-