IntelliJ IDEA uses different terms than Eclipse, so there's no 'workspace' with the similar meaning. If you mean 'project' in terms of IntelliJ IDEA then you'll find the answer in the corresponding class: com.intellij.openapi.project.Project. though I'm not sure that's what you need as you didn't say what you are going to do with it.
IntelliJ IDEA uses different terms than Eclipse, so there's no 'workspace' with the similar meaning. If you mean 'project' in terms of IntelliJ IDEA then you'll find the answer in the corresponding class: com.intellij.openapi.project.Project. though I'm not sure that's what you need as you didn't say what you are going to do with it.