Looks for all available (valid) successors of this extension point.
The search should be done recursively including all descendants of this
extension point.
collection of ExtensionPoint objects
Returns collection of all top level parameter definitions declared
in this extension point and all it parents.
collection of ExtensionPoint.ParameterDefinition objects
Checks if extension is available for this extension point. If this method
returns true, the method
ExtensionPoint.getAvailableExtension(String) should return valid extension for
the same UID.
Parameters: uniqueId - unique ID of extension true if extension is available for this extensionpoint
Checks if extension is in valid state and successfully "connected"
to this extension point. If this method returns true,
the method
ExtensionPoint.getConnectedExtension(String) should return
valid extension for the same UID.
Parameters: uniqueId - unique ID of extension true if extension was successfully "connected" tothis extension point