Uses of Interface
ca.sqlpower.architect.ArchitectSession

Packages that use ArchitectSession
ca.sqlpower.architect   
ca.sqlpower.architect.etl.kettle   
ca.sqlpower.architect.olap   
ca.sqlpower.architect.profile   
ca.sqlpower.architect.swingui   
ca.sqlpower.architect.swingui.action   
 

Uses of ArchitectSession in ca.sqlpower.architect
 

Classes in ca.sqlpower.architect that implement ArchitectSession
 class ArchitectSessionImpl
          The ArchitectSession class represents a single user's session with the architect.
 

Fields in ca.sqlpower.architect declared as ArchitectSession
protected  ArchitectSession CoreProject.session
           
 

Methods in ca.sqlpower.architect that return ArchitectSession
 ArchitectSession ArchitectSessionContextImpl.createSession()
           
 ArchitectSession ArchitectSessionContext.createSession()
          Creates a new session within this parent context.
 ArchitectSession ArchitectSessionContextImpl.createSession(java.io.InputStream in)
           
 ArchitectSession ArchitectSessionContext.createSession(java.io.InputStream in)
          Creates a new session by loading the Architect XML project description from the given input stream.
protected  ArchitectSession CoreProject.getSession()
           
 

Methods in ca.sqlpower.architect that return types with arguments of type ArchitectSession
 java.util.Collection<ArchitectSession> ArchitectSessionContextImpl.getSessions()
           
 java.util.Collection<ArchitectSession> ArchitectSessionContext.getSessions()
          Returns a collection containing all the sessions from this context.
 

Constructors in ca.sqlpower.architect with parameters of type ArchitectSession
CoreProject(ArchitectSession session)
           
 

Uses of ArchitectSession in ca.sqlpower.architect.etl.kettle
 

Constructors in ca.sqlpower.architect.etl.kettle with parameters of type ArchitectSession
KettleJob(ArchitectSession session)
           
KettleJob(ArchitectSession session, KettleRepositoryDirectoryChooser chooser)
           
 

Uses of ArchitectSession in ca.sqlpower.architect.olap
 

Methods in ca.sqlpower.architect.olap that return ArchitectSession
 ArchitectSession OLAPRootObject.getArchitectSession()
          Returns the ArchtectSession this OLAP Root Object belongs to.
 

Constructors in ca.sqlpower.architect.olap with parameters of type ArchitectSession
OLAPRootObject(ArchitectSession session)
           
 

Uses of ArchitectSession in ca.sqlpower.architect.profile
 

Constructors in ca.sqlpower.architect.profile with parameters of type ArchitectSession
ProfileManagerImpl(ArchitectSession session)
           
 

Uses of ArchitectSession in ca.sqlpower.architect.swingui
 

Subinterfaces of ArchitectSession in ca.sqlpower.architect.swingui
 interface ArchitectSwingSession
          The ArchitectSwingSession interface provides methods that are applicable to a Swing UI invocation of the Architect.
 

Classes in ca.sqlpower.architect.swingui that implement ArchitectSession
 class ArchitectSwingSessionImpl
           
 

Methods in ca.sqlpower.architect.swingui that return types with arguments of type ArchitectSession
 java.util.Collection<ArchitectSession> ArchitectSwingSessionContextImpl.getSessions()
           
 

Constructors in ca.sqlpower.architect.swingui with parameters of type ArchitectSession
DBTreeCellRenderer(ArchitectSession session)
           
DBTreeModel(ArchitectSession session)
           
DBTreeModel(ArchitectSession session, SQLObjectRoot root)
          Creates a tree model with all of the SQLDatabase objects in the given session's root object in its root list of databases.
 

Uses of ArchitectSession in ca.sqlpower.architect.swingui.action
 

Constructors in ca.sqlpower.architect.swingui.action with parameters of type ArchitectSession
ExportCSVAction(javax.swing.JFrame parentFrame, ArchitectSession session)
           
 



Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca