@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) |
void |
updateMetadata(org.uberfire.backend.vfs.Path resource,
org.guvnor.common.services.shared.metadata.model.Metadata metadata) |
public static final String PROCESS_STUB
public DesignerContent loadContent(org.uberfire.backend.vfs.Path path)
loadContent in interface DesignerAssetServiceloadContent 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 DesignerAssetServicepublic String getEditorID()
getEditorID in interface DesignerAssetServicepublic org.uberfire.backend.vfs.Path createProcess(org.uberfire.backend.vfs.Path context,
String fileName)
createProcess in interface DesignerAssetServicepublic void updateMetadata(org.uberfire.backend.vfs.Path resource,
org.guvnor.common.services.shared.metadata.model.Metadata metadata)
updateMetadata in interface DesignerAssetServiceprotected 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–2016 JBoss by Red Hat. All rights reserved.