Uses of Class
org.bonitasoft.web.client.model.Bdm
-
Packages that use Bdm Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of Bdm in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Bdm Modifier and Type Method Description BdmBdmApi. getBdm()Get the BDM Returns the current BDM.Methods in org.bonitasoft.web.client.api that return types with arguments of type Bdm Modifier and Type Method Description ApiResponse<Bdm>BdmApi. getBdmWithHttpInfo()Get the BDM Similar togetBdmbut it also returns the http response headers . -
Uses of Bdm in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Bdm Modifier and Type Method Description BdmBdm. id(String id)BdmBdm. lastUpdateDate(String lastUpdateDate)BdmBdm. lastUpdatedBy(String lastUpdatedBy)BdmBdm. name(String name)BdmBdm. state(TenantResourceState state)BdmBdm. type(String type) -
Uses of Bdm in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return Bdm Modifier and Type Method Description BdmBdmService. getBdmStatus() -
Uses of Bdm in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return Bdm Modifier and Type Method Description BdmDefaultBdmService. getBdmStatus()
-