protected boolean isSet( final Object id )
{
GraphDbServiceManager gsm = Activator.getDefault().getGraphDbServiceManager();
try
{
return gsm.submitTask( new Callable<Boolean>()
{
@Override
public Boolean call() throws Exception
{
return container.hasProperty( (String) id );