org.jbpm.designer.server.service
@ApplicationScoped public class DefaultDesignerAssetService extends Object implements DesignerAssetService
Constructor and Description |
---|
DefaultDesignerAssetService() |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
org.uberfire.backend.vfs.Path |
createProcess(org.uberfire.backend.vfs.Path context,
String fileName) |
String |
getEditorID() |
Map<String,String> |
getEditorParameters(org.uberfire.backend.vfs.Path path,
String editorID,
String hostInfo,
org.uberfire.mvp.PlaceRequest place) |
@PostConstruct public void configure()
public Map<String,String> getEditorParameters(org.uberfire.backend.vfs.Path path, String editorID, String hostInfo, org.uberfire.mvp.PlaceRequest place)
getEditorParameters
in interface DesignerAssetService
public String getEditorID()
getEditorID
in interface DesignerAssetService
public org.uberfire.backend.vfs.Path createProcess(org.uberfire.backend.vfs.Path context, String fileName)
createProcess
in interface DesignerAssetService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.