Drools Workbench - JCR to UberFire VFS migration 6.0.0-SNAPSHOT

org.drools.workbench.jcr2vfsmigration.migrater
Class AssetMigrater

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.migrater.AssetMigrater

@ApplicationScoped
public class AssetMigrater
extends Object


Field Summary
protected  AttachementAssetMigrater attachementAssetMigrater
           
protected  FactModelsMigrater factModelsMigrater
           
protected  GlobalMigrater globalMigrater
           
protected  GuidedDecisionTableMigrater guidedDecisionTableMigrater
           
protected  GuidedEditorMigrater guidedEditorMigrater
           
protected  GuidedScoreCardMigrater guidedScoreCardMigrater
           
protected  org.drools.guvnor.server.RepositoryAssetService jcrRepositoryAssetService
           
protected  org.drools.guvnor.server.RepositoryModuleService jcrRepositoryModuleService
           
protected static org.slf4j.Logger logger
           
protected  MigrationPathManager migrationPathManager
           
protected  PlainTextAssetMigrater plainTextAssetMigrater
           
protected  PlainTextAssetWithPackagePropertyMigrater plainTextAssetWithPackagePropertyMigrater
           
protected  TestScenarioMigrater testScenarioMigrater
           
 
Constructor Summary
AssetMigrater()
           
 
Method Summary
 PackageHeaderInfo getPackageHeaderInfo()
           
 void migrateAll()
           
 void migrateAssetHistory(org.drools.guvnor.client.rpc.Module jcrModule, String assetUUID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.slf4j.Logger logger

jcrRepositoryModuleService

@Inject
protected org.drools.guvnor.server.RepositoryModuleService jcrRepositoryModuleService

jcrRepositoryAssetService

@Inject
protected org.drools.guvnor.server.RepositoryAssetService jcrRepositoryAssetService

factModelsMigrater

@Inject
protected FactModelsMigrater factModelsMigrater

guidedEditorMigrater

@Inject
protected GuidedEditorMigrater guidedEditorMigrater

plainTextAssetMigrater

@Inject
protected PlainTextAssetMigrater plainTextAssetMigrater

plainTextAssetWithPackagePropertyMigrater

@Inject
protected PlainTextAssetWithPackagePropertyMigrater plainTextAssetWithPackagePropertyMigrater

guidedDecisionTableMigrater

@Inject
protected GuidedDecisionTableMigrater guidedDecisionTableMigrater

attachementAssetMigrater

@Inject
protected AttachementAssetMigrater attachementAssetMigrater

guidedScoreCardMigrater

@Inject
protected GuidedScoreCardMigrater guidedScoreCardMigrater

testScenarioMigrater

@Inject
protected TestScenarioMigrater testScenarioMigrater

globalMigrater

@Inject
protected GlobalMigrater globalMigrater

migrationPathManager

@Inject
protected MigrationPathManager migrationPathManager
Constructor Detail

AssetMigrater

public AssetMigrater()
Method Detail

getPackageHeaderInfo

@Produces
public PackageHeaderInfo getPackageHeaderInfo()

migrateAll

public void migrateAll()

migrateAssetHistory

public void migrateAssetHistory(org.drools.guvnor.client.rpc.Module jcrModule,
                                String assetUUID)
                         throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException

Drools Workbench - JCR to UberFire VFS migration 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.