Package org.jbpm.designer.web.server
Class ServiceRepoUtils
- java.lang.Object
-
- org.jbpm.designer.web.server.ServiceRepoUtils
-
public class ServiceRepoUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceRepoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
canUpdateProjectPomForWorkitem(org.jbpm.process.workitem.WorkDefinitionImpl workitem)
static String
getRepositoryDir(String uuid)
static void
installWorkItem(Map<String,org.jbpm.process.workitem.WorkDefinitionImpl> workitemsFromRepo, String key, String uuid, Repository repository, org.uberfire.backend.vfs.VFSService vfsServices, javax.enterprise.event.Event<org.jbpm.designer.notification.DesignerWorkitemInstalledEvent> workitemInstalledEventEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, org.guvnor.common.services.project.service.POMService pomService, org.guvnor.common.services.project.service.ModuleService moduleService, org.guvnor.common.services.shared.metadata.MetadataService metadataService)
-
-
-
Method Detail
-
installWorkItem
public static void installWorkItem(Map<String,org.jbpm.process.workitem.WorkDefinitionImpl> workitemsFromRepo, String key, String uuid, Repository repository, org.uberfire.backend.vfs.VFSService vfsServices, javax.enterprise.event.Event<org.jbpm.designer.notification.DesignerWorkitemInstalledEvent> workitemInstalledEventEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, org.guvnor.common.services.project.service.POMService pomService, org.guvnor.common.services.project.service.ModuleService moduleService, org.guvnor.common.services.shared.metadata.MetadataService metadataService) throws IOException, org.uberfire.java.nio.file.FileAlreadyExistsException
- Throws:
IOException
org.uberfire.java.nio.file.FileAlreadyExistsException
-
canUpdateProjectPomForWorkitem
public static boolean canUpdateProjectPomForWorkitem(org.jbpm.process.workitem.WorkDefinitionImpl workitem)
-
-