Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.utility.command.ExtendedCommandContext

Packages that use ExtendedCommandContext
org.eclipse.jpt.common.core.utility.command   
org.eclipse.jpt.common.utility.command   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jpa.core   
 

Uses of ExtendedCommandContext in org.eclipse.jpt.common.core.utility.command
 

Subinterfaces of ExtendedCommandContext in org.eclipse.jpt.common.core.utility.command
 interface CombinedExtendedCommandContext
          Combine the synchronous job command context and command context interfaces.
 

Uses of ExtendedCommandContext in org.eclipse.jpt.common.utility.command
 

Subinterfaces of ExtendedCommandContext in org.eclipse.jpt.common.utility.command
 interface StatefulExtendedCommandContext
          Add the ability to start and stop the command context.
 

Uses of ExtendedCommandContext in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return ExtendedCommandContext
 ExtendedCommandContext JaxbProject.getModifySharedDocumentCommandContext()
          Return the project-wide implementation of the ExtendedCommandContext interface.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type ExtendedCommandContext
 void JaxbProject.setThreadLocalModifySharedDocumentCommandContext(ExtendedCommandContext commandContext)
          Set a thread-specific implementation of the ExtendedCommandContext interface that will be used to execute a command to modify a shared document.
 

Uses of ExtendedCommandContext in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return ExtendedCommandContext
 ExtendedCommandContext JpaProject.Manager.getModifySharedDocumentCommandContext()
          Return the project-wide implementation of the ExtendedCommandContext interface.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type ExtendedCommandContext
 void JpaProjectManager.execute(Command command, ExtendedCommandContext threadLocalModifySharedDocumentCommandContext)
          Suspend the current thread until the specified command is executed, configuring the JPA project manager appropriately so all events, JPA project updates, etc.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.