jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.server.service
Class DefaultDesignerAssetService

java.lang.Object
  extended by org.jbpm.designer.server.service.DefaultDesignerAssetService
All Implemented Interfaces:
DesignerAssetService

@ApplicationScoped
public class DefaultDesignerAssetService
extends Object
implements DesignerAssetService


Field Summary
static String PROCESS_STUB
           
 
Constructor Summary
DefaultDesignerAssetService()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_STUB

public static final String PROCESS_STUB
See Also:
Constant Field Values
Constructor Detail

DefaultDesignerAssetService

public DefaultDesignerAssetService()
Method Detail

configure

@PostConstruct
public void configure()

getEditorParameters

public Map<String,String> getEditorParameters(org.uberfire.backend.vfs.Path path,
                                              String editorID,
                                              String hostInfo,
                                              org.uberfire.mvp.PlaceRequest place)
Specified by:
getEditorParameters in interface DesignerAssetService

getEditorID

public String getEditorID()
Specified by:
getEditorID in interface DesignerAssetService

createProcess

public org.uberfire.backend.vfs.Path createProcess(org.uberfire.backend.vfs.Path context,
                                                   String fileName)
Specified by:
createProcess in interface DesignerAssetService

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.