public class ConstraintExtensionRegistry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Set<IConstraintSpecification> |
getConstraintSpecificationsForEditorId(java.lang.String editorId)
Returns the registered constraint specifications for a particular editor Id.
|
static boolean |
isConstraintSpecificationsRegisteredForEditorId(java.lang.String editorId)
Returns whether there are constraint specifications registered for an editor Id.
|
public static boolean isConstraintSpecificationsRegisteredForEditorId(java.lang.String editorId)
editorId
- The editor Id which should be checkedtrue
if there are registered constraint specificationspublic static java.util.Set<IConstraintSpecification> getConstraintSpecificationsForEditorId(java.lang.String editorId)
editorId
- The editor Id for which the constraint specifications should be retrieved.