public class ServiceRepoUtils extends Object
Constructor and Description |
---|
ServiceRepoUtils() |
Modifier and Type | Method and 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<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) |
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<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
IOException
org.uberfire.java.nio.file.FileAlreadyExistsException
public static boolean canUpdateProjectPomForWorkitem(org.jbpm.process.workitem.WorkDefinitionImpl workitem)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.