Modifier and Type | Class and Description |
---|---|
class |
SimpleConstraintConfigurationImpl |
Constructor and Description |
---|
SimpleConstraintConfigurationImpl(ConstraintConfiguration constraintConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ConstraintConfiguration |
ConstraintsContainer.getEmptyConfiguration(String constraintName) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ConstraintConfiguration> |
ConstraintsContainer.getAllConfigurations() |
List<ConstraintConfiguration> |
ConstraintsContainer.getConstraints(String factType) |
List<ConstraintConfiguration> |
ConstraintsContainer.getConstraints(String factType,
String fieldName) |
List<ConstraintConfiguration> |
ConstraintsContainer.removeConstraint(ConstraintConfiguration c) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintsContainer.addConstraint(ConstraintConfiguration c) |
List<ConstraintConfiguration> |
ConstraintsContainer.removeConstraint(ConstraintConfiguration c) |
Constructor and Description |
---|
ConstraintsContainer(ConstraintConfiguration[] constraints) |
Constructor and Description |
---|
ConstraintsContainer(Collection<ConstraintConfiguration> constraints) |
Modifier and Type | Method and Description |
---|---|
List<ConstraintConfiguration> |
WorkingSetConfigData.getConstraints() |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.