Class ConstraintsValidator
java.lang.Object
com.ptc.core.meta.container.common.AbstractValidator
com.ptc.core.foundation.generic.common.ConstraintsValidator
- All Implemented Interfaces:
ActionValidator
public final class ConstraintsValidator
extends com.ptc.core.meta.container.common.AbstractValidator
Retrieves the ConstraintContainer from the typeInstance and validates
that all the required objects are set.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from class com.ptc.core.meta.container.common.AbstractValidator
DEBUG, identifierFactory, LOG, logger -
Method Summary
Modifier and TypeMethodDescriptiongetFilter(AttributeContainerSpec the_filter, TypeIdentifier type_identifier) Will add the filter this validator needs to the supplied parameter and return that parameter.Methods inherited from class com.ptc.core.meta.container.common.AbstractValidator
buildAttributeTypeIdentifier, getFilter, getTypeInstanceIdentifier, getValidatorDefinitionTypeIdentifiers, isValid, setValidatorDefinitionTypeIdentifiers
-
Method Details
-
getFilter
public AttributeContainerSpec getFilter(AttributeContainerSpec the_filter, TypeIdentifier type_identifier) Will add the filter this validator needs to the supplied parameter and return that parameter.
Supported API: true- Specified by:
getFilterin interfaceActionValidator- Specified by:
getFilterin classcom.ptc.core.meta.container.common.AbstractValidator- Parameters:
the_filter-type_identifier- Used to get the DefinitionIdentifier for constructing the AttributeTypeIdentifier- Returns:
- AttributeContainerSpec
-