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 WSTenantWSTenant. 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 WSTenantTenantService. getTenant(String sid, String name)Gets a specific tenant by it's nameWSTenantTenantService. 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 longTenantService. 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 WSTenantSoapTenantClient. getTenant(String sid, String name)WSTenantSoapTenantClient. 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 longSoapTenantClient. 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 WSTenantSoapTenantService. getTenant(String sid, String name)WSTenantSoapTenantService. 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 longSoapTenantService. storeTenant(String sid, WSTenant tenant)
-