org.jbpm.designer.server.service
Class DefaultDesignerAssetService
java.lang.Object
org.kie.workbench.common.services.backend.service.KieService<DesignerContent>
org.jbpm.designer.server.service.DefaultDesignerAssetService
- All Implemented Interfaces:
- DesignerAssetService
@ApplicationScoped
public class DefaultDesignerAssetService
- extends org.kie.workbench.common.services.backend.service.KieService<DesignerContent>
- implements DesignerAssetService
| Fields inherited from class org.kie.workbench.common.services.backend.service.KieService |
commentAddedEvent, identity, metadataService, projectService, sourceServices |
| Methods inherited from class org.kie.workbench.common.services.backend.service.KieService |
fireMetadataSocialEvents, getSource, makeCommentedOption |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_STUB
public static final String PROCESS_STUB
- See Also:
- Constant Field Values
DefaultDesignerAssetService
public DefaultDesignerAssetService()
loadContent
public DesignerContent loadContent(org.uberfire.backend.vfs.Path path)
- Specified by:
loadContent in interface DesignerAssetService- Overrides:
loadContent in class org.kie.workbench.common.services.backend.service.KieService<DesignerContent>
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
constructContent
protected DesignerContent constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview)
- Specified by:
constructContent in class org.kie.workbench.common.services.backend.service.KieService<DesignerContent>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.