Uses of Class
org.bonitasoft.web.client.model.ContractConstraint
Packages that use ContractConstraint
-
Uses of ContractConstraint in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ContractConstraintModifier and TypeMethodDescriptionContractConstraint.addInputNamesItem(String inputNamesItem) ContractConstraint.explanation(String explanation) ContractConstraint.expression(String expression) ContractConstraint.inputNames(List<String> inputNames) Methods in org.bonitasoft.web.client.model that return types with arguments of type ContractConstraintMethods in org.bonitasoft.web.client.model with parameters of type ContractConstraintModifier and TypeMethodDescriptionContract.addConstraintsItem(ContractConstraint constraintsItem) Method parameters in org.bonitasoft.web.client.model with type arguments of type ContractConstraintModifier and TypeMethodDescriptionContract.constraints(List<ContractConstraint> constraints) voidContract.setConstraints(List<ContractConstraint> constraints)