Uses of Class
org.bonitasoft.web.client.model.ContractConstraints
-
Packages that use ContractConstraints Package Description org.bonitasoft.web.client.model -
-
Uses of ContractConstraints in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ContractConstraints Modifier and Type Method Description ContractConstraintsContractConstraints. addInputNamesItem(String inputNamesItem)ContractConstraintsContractConstraints. constraintType(String constraintType)ContractConstraintsContractConstraints. explanation(String explanation)ContractConstraintsContractConstraints. expression(String expression)ContractConstraintsContractConstraints. inputNames(List<String> inputNames)ContractConstraintsContractConstraints. name(String name)Methods in org.bonitasoft.web.client.model that return types with arguments of type ContractConstraints Modifier and Type Method Description List<ContractConstraints>Contract. getConstraints()Get constraintsMethods in org.bonitasoft.web.client.model with parameters of type ContractConstraints Modifier and Type Method Description ContractContract. addConstraintsItem(ContractConstraints constraintsItem)Method parameters in org.bonitasoft.web.client.model with type arguments of type ContractConstraints Modifier and Type Method Description ContractContract. constraints(List<ContractConstraints> constraints)voidContract. setConstraints(List<ContractConstraints> constraints)
-