@ApplicationScoped public class DefaultDesignerAssetService extends org.kie.workbench.common.services.backend.service.KieService<DesignerContent> implements DesignerAssetService
Modifier and Type | Field and Description |
---|---|
static String |
PROCESS_STUB |
Constructor and Description |
---|
DefaultDesignerAssetService() |
Modifier and Type | Method and Description |
---|---|
protected DesignerContent |
constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview) |
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) |
DesignerContent |
loadContent(org.uberfire.backend.vfs.Path path) |
public static final String PROCESS_STUB
public DesignerContent loadContent(org.uberfire.backend.vfs.Path path)
loadContent
in interface DesignerAssetService
loadContent
in class org.kie.workbench.common.services.backend.service.KieService<DesignerContent>
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
protected DesignerContent constructContent(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.shared.metadata.model.Overview overview)
constructContent
in class org.kie.workbench.common.services.backend.service.KieService<DesignerContent>
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.