Class DDConfigUpdaterHelper
- java.lang.Object
-
- org.jbpm.workbench.wi.backend.server.dd.DDConfigUpdaterHelper
-
@ApplicationScoped public class DDConfigUpdaterHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description DDConfigUpdaterHelper()DDConfigUpdaterHelper(org.kie.workbench.common.services.shared.project.KieModuleService moduleService, org.uberfire.io.IOService ioService, org.kie.workbench.common.screens.datamodeller.service.PersistenceDescriptorService pdService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddJPAMarshallingStrategy(org.kie.internal.runtime.conf.DeploymentDescriptor dd, org.uberfire.backend.vfs.Path path)StringbuildJPAMarshallingStrategyValue(org.kie.workbench.common.services.shared.project.KieModule kieModule)booleanhasPersistenceFile(org.uberfire.backend.vfs.Path path)booleanisPersistenceFile(org.uberfire.backend.vfs.Path path)
-
-
-
Constructor Detail
-
DDConfigUpdaterHelper
public DDConfigUpdaterHelper()
-
DDConfigUpdaterHelper
@Inject public DDConfigUpdaterHelper(org.kie.workbench.common.services.shared.project.KieModuleService moduleService, @Named("ioStrategy") org.uberfire.io.IOService ioService, org.kie.workbench.common.screens.datamodeller.service.PersistenceDescriptorService pdService)
-
-
Method Detail
-
isPersistenceFile
public boolean isPersistenceFile(org.uberfire.backend.vfs.Path path)
-
hasPersistenceFile
public boolean hasPersistenceFile(org.uberfire.backend.vfs.Path path)
-
buildJPAMarshallingStrategyValue
public String buildJPAMarshallingStrategyValue(org.kie.workbench.common.services.shared.project.KieModule kieModule)
-
addJPAMarshallingStrategy
public void addJPAMarshallingStrategy(org.kie.internal.runtime.conf.DeploymentDescriptor dd, org.uberfire.backend.vfs.Path path)
-
-