*/
// TODO: check again if 'reload' is not possible for transiently-modified state
if (!keepChanges || state.getStatus() == Status.EXISTING
|| state.getStatus() == Status.INVALIDATED) {
// reload the workspace state from the persistent layer
state.reload(keepChanges);
}
}
/**
* {@inheritDoc}