Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core
Interface JpaProject.Manager

All Superinterfaces:
JpaProjectManager, Model
Enclosing interface:
JpaProject

public static interface JpaProject.Manager
extends JpaProjectManager

The JPA project manager provides behavior to be used by all the JPA projects


Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.core.JpaProjectManager
FACETED_PROJECT_FRAMEWORK_SETTINGS_FILE_NAME, JPA_PROJECTS_COLLECTION
 
Method Summary
 void execute(JobCommand command, String jobName, JpaProject jpaProject)
          Execute the specified command, possibly asynchronously, synchronizing with all the other stuff manipulating the JPA projects (e.g. resource change events).
 JpaWorkspace getJpaWorkspace()
          Return the JPA project's JPA workspace.
 ExtendedCommandContext getModifySharedDocumentCommandContext()
          Return the project-wide implementation of the ExtendedCommandContext interface.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaProjectManager
addJavaEventListenerFlag, execute, execute, getJpaProjects, getJpaProjectsSize, removeJavaEventListenerFlag, waitToGetJpaProjects
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 

Method Detail

execute

void execute(JobCommand command,
             String jobName,
             JpaProject jpaProject)
Execute the specified command, possibly asynchronously, synchronizing with all the other stuff manipulating the JPA projects (e.g. resource change events). If, once the command comes up for execution, the specified JPA project is no longer present, the command will not be executed by the JPA project manager.


getModifySharedDocumentCommandContext

ExtendedCommandContext getModifySharedDocumentCommandContext()
Return the project-wide implementation of the ExtendedCommandContext interface.


getJpaWorkspace

JpaWorkspace getJpaWorkspace()
Return the JPA project's JPA workspace.

Specified by:
getJpaWorkspace in interface JpaProjectManager

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.