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 IDMethods in org.bonitasoft.web.client.api that return types with arguments of type Contract Modifier and Type Method Description ApiResponse<Contract>UserTaskApi. getContractByUserTaskIdWithHttpInfo(String id)Finds the Contract by UserTask ID Similar togetContractByUserTaskIdbut it also returns the http response headers .ApiResponse<Contract>ProcessApi. getProcessContractByIdWithHttpInfo(String id)Finds the Process contract by ID Similar togetProcessContractByIdbut it also returns the http response headers . -
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)
-