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