public class MigrationContext extends Object
Constructor and Description |
---|
MigrationContext(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
org.jboss.weld.environment.se.WeldContainer weldContainer,
FormsMigrationServicesCDIWrapper formsMigrationServicesCDIWrapper,
SystemAccess system,
List<FormMigrationSummary> summaries,
MigrationServicesCDIWrapper migrationServicesCDIWrapper) |
Modifier and Type | Method and Description |
---|---|
List<FormMigrationSummary> |
getExtraSummaries() |
FormsMigrationServicesCDIWrapper |
getFormCDIWrapper() |
MigrationServicesCDIWrapper |
getMigrationServicesCDIWrapper() |
Collection<FormMigrationSummary> |
getSummaries() |
SystemAccess |
getSystem() |
org.jboss.weld.environment.se.WeldContainer |
getWeldContainer() |
org.guvnor.common.services.project.model.WorkspaceProject |
getWorkspaceProject() |
public MigrationContext(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, org.jboss.weld.environment.se.WeldContainer weldContainer, FormsMigrationServicesCDIWrapper formsMigrationServicesCDIWrapper, SystemAccess system, List<FormMigrationSummary> summaries, MigrationServicesCDIWrapper migrationServicesCDIWrapper)
public org.guvnor.common.services.project.model.WorkspaceProject getWorkspaceProject()
public org.jboss.weld.environment.se.WeldContainer getWeldContainer()
public FormsMigrationServicesCDIWrapper getFormCDIWrapper()
public MigrationServicesCDIWrapper getMigrationServicesCDIWrapper()
public SystemAccess getSystem()
public Collection<FormMigrationSummary> getSummaries()
public List<FormMigrationSummary> getExtraSummaries()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.