Determines whether the subject of the current context is granted access to the given workspace. Note that an implementation is free to test for the existance of a workspace with the specified name. In this case the expected return value is false, if no such workspace exists.
@param workspaceName name of workspace
@return true if the subject of the current context isgranted access to the given workspace; otherwise false.
@throws javax.jcr.RepositoryException if an error occurs.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.