public interface DesignerAssetService
Modifier and Type | Method and Description |
---|---|
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) |
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)
Map<String,String> getEditorParameters(org.uberfire.backend.vfs.Path path, String editorID, String hostInfo, org.uberfire.mvp.PlaceRequest place)
String getEditorID()
org.uberfire.backend.vfs.Path createProcess(org.uberfire.backend.vfs.Path context, String fileName)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.