Modifier and Type | Method and Description |
---|---|
protected List<ConstraintMetadata> |
ProgramMetadataServiceImpl.getConstraints(FieldDefinition fd,
String type,
String state,
String nextState,
String workflowNode,
String documentTypeName) |
Modifier and Type | Method and Description |
---|---|
List<ConstraintMetadata> |
ConstraintMetadata.getChildConstraints()
Deprecated.
|
List<ConstraintMetadata> |
Metadata.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMetadata.setChildConstraints(List<ConstraintMetadata> childConstraints)
Deprecated.
|
void |
Metadata.setConstraints(List<ConstraintMetadata> constraints) |
void |
Metadata.setNonServerConstraints(List<ConstraintMetadata> constraints)
This is used to set all non-server side constraints for the metadata.
|
Modifier and Type | Method and Description |
---|---|
protected List<ConstraintMetadata> |
MetadataServiceImpl.getConstraints(FieldDefinition fd,
String type,
String state,
String nextState,
String workflowNode,
String documentTypeName) |
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataServiceImpl.processCaseConstraint(ConstraintMetadata constraintMetadata,
CaseConstraint caseConstraint,
String type,
String state,
String nextState,
String workflowNode)
Currently this only handles requiredness indicators for case constraints with the following field paths:
type, state, and proposal/workflowNode
|
protected void |
MetadataServiceImpl.updateConstraintMetadata(ConstraintMetadata constraintMetadata,
Constraint constraint,
String type,
String state,
String nextState,
String workflowNode)
This updates the constraintMetadata with defintions from the dictionary constraint field.
|
Modifier and Type | Field and Description |
---|---|
protected List<ConstraintMetadata> |
DataFieldDescriptor.constraints
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<ConstraintMetadata> |
MetadataServiceImpl.copyConstraints(ConstraintDescriptor constraintDescriptor)
Deprecated.
|
List<ConstraintMetadata> |
DataFieldDescriptor.getConstraints()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFieldDescriptor.setConstraints(List<ConstraintMetadata> constraints)
Deprecated.
|
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.