Uses of Class
org.bonitasoft.web.client.model.Contract
Packages that use Contract
-
Uses of Contract in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ContractModifier and TypeMethodDescriptionUserTaskApi.getContractByUserTaskId(String id) Finds the Contract by UserTask ID Returns the Contract for the given UserTask IDProcessApi.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 ContractModifier and TypeMethodDescriptionUserTaskApi.getContractByUserTaskIdWithHttpInfo(String id) Finds the Contract by UserTask ID Similar togetContractByUserTaskIdbut it also returns the http response headers .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 ContractModifier and TypeMethodDescriptionContract.addConstraintsItem(ContractConstraint constraintsItem) Contract.addInputsItem(ContractInput inputsItem) Contract.constraints(List<ContractConstraint> constraints) DesignProcessDefinition.getContract()Get contractContract.inputs(List<ContractInput> inputs) Methods in org.bonitasoft.web.client.model with parameters of type Contract