Uses of Class
org.bonitasoft.web.client.model.Contract
-
Packages that use Contract Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of Contract in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Contract Modifier and Type Method Description ContractUserTaskApi. getContractByUserTaskId(String id)Finds the Contract by UserTask ID Returns the Contract for the given UserTask IDContractProcessApi. getProcessContractById(String id)Finds the Process contract by ID Returns the process contract for the given ID -
Uses of Contract in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Contract Modifier and Type Method Description ContractContract. addConstraintsItem(ContractConstraints constraintsItem)ContractContract. addInputsItem(ContractInput inputsItem)ContractContract. constraints(List<ContractConstraints> constraints)ContractContract. inputs(List<ContractInput> inputs)
-