public interface ConstraintBean extends MaintainableBean
DEFAULT_VERSION
Modifier and Type | Method and Description |
---|---|
ConstraintAttachmentBean |
getConstraintAttachment()
Returns the structure(s) that this constraint is constraining.
|
ConstraintDataKeySetBean |
getExcludedMetadataKeys()
Returns the Metadata keys that this constraint defines as ones that either
do not have data, or are not allowed to have data (depending on isDefiningActualDataPresent() value)
|
ConstraintDataKeySetBean |
getExcludedSeriesKeys()
Returns the series keys that this constraint defines as ones that either
do not have data, or are not allowed to have data (depending on isDefiningActualDataPresent() value)
|
ConstraintDataKeySetBean |
getIncludedMetadataKeys()
Returns the Metadata keys that this constraint defines as ones that either
have data, or are allowed to have data (depending on isDefiningActualDataPresent() value)
|
ConstraintDataKeySetBean |
getIncludedSeriesKeys()
Returns the series keys that this constraint defines as ones that either
have data, or are allowed to have data (depending on isDefiningActualDataPresent() value)
|
addAnnotations, getAgencyId, getEndDate, getMutableInstance, getServiceURL, getStartDate, getStructureURL, getStub, getVersion, isExternalReference, isFinal
getDescription, getDescriptions, getName, getNames
asReference, getAllTextTypes, getFullIdPath, getId, getUri, getUrn
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
ConstraintDataKeySetBean getIncludedSeriesKeys()
ConstraintDataKeySetBean getExcludedSeriesKeys()
ConstraintDataKeySetBean getIncludedMetadataKeys()
ConstraintDataKeySetBean getExcludedMetadataKeys()
ConstraintAttachmentBean getConstraintAttachment()