Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IProjectManager.GetPersonalProject Method 

Gets the user's personal project.

IProject GetPersonalProject();

Return Value

The user's personal project. If the personal project does not exist and the user has rights to create a personal project, the personal project will be created and returned.

Exceptions

Exception Type Condition
PermissionDeniedException The user does not have rights to create a personal project.*
CollaborationException The method call resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace