|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionValidator
Interface for the common methods of Validators.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
AttributeContainerSpec |
getFilter(AttributeContainerSpec the_filter,
String logical_id,
TypeIdentifier type_identifier)
Will add the filter this validator needs to the supplied parameter and return that parameter. |
AttributeContainerSpec |
getFilter(AttributeContainerSpec the_filter,
TypeIdentifier type_identifier)
Will add the filter this validator needs to the supplied parameter and return that parameter. |
boolean |
isValid(AttributeContainer attribute_container)
Returns false only if the validator check specifically fails. |
| Method Detail |
|---|
boolean isValid(AttributeContainer attribute_container)
throws com.ptc.core.meta.container.common.InvalidFunctionArgumentException
attribute_container -
com.ptc.core.meta.container.common.InvalidFunctionArgumentException
AttributeContainerSpec getFilter(AttributeContainerSpec the_filter,
TypeIdentifier type_identifier)
the_filter - type_identifier - Used to get the DefinitionIdentifier for constructing the AttributeTypeIdentifier
AttributeContainerSpec getFilter(AttributeContainerSpec the_filter,
String logical_id,
TypeIdentifier type_identifier)
the_filter - logical_id - type_identifier - Used to get the DefinitionIdentifier for constructing the AttributeTypeIdentifier
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||