return new Status( IStatus.ERROR, Activator.PLUGIN_ID, "There is no active Neo4j service." );
}
try
{
gsm.submitTask( new GraphCallable<Boolean>()
{
@Override
public Boolean call( final GraphDatabaseService graphDb )
{
final Iterable<PropertyContainer> matches = getMatchingNodesFromIndices( monitor, graphDb );