org.jbpm.formModeler.dataModeler.integration
Class DataModelerService
java.lang.Object
org.jbpm.formModeler.dataModeler.integration.DataModelerService
- All Implemented Interfaces:
- DataHolderBuilder
@ApplicationScoped
public class DataModelerService
- extends Object
- implements DataHolderBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataModelerService
public DataModelerService()
getOptions
public Map getOptions(String path)
- Specified by:
getOptions in interface DataHolderBuilder
buildDataHolder
public DataHolder buildDataHolder(Map<String,String> config)
- Specified by:
buildDataHolder in interface DataHolderBuilder
getId
public String getId()
- Specified by:
getId in interface DataHolderBuilder
createDataHolder
public DataHolder createDataHolder(String path,
String id,
String inputId,
String outId,
String className,
String renderColor)
getPath
protected org.uberfire.backend.vfs.Path getPath(String path)
supportsPropertyType
public boolean supportsPropertyType(String className,
String path)
- Specified by:
supportsPropertyType in interface DataHolderBuilder
getDataObject
protected org.kie.workbench.common.screens.datamodeller.model.DataObjectTO getDataObject(String className,
org.uberfire.backend.vfs.Path path)
getPriority
public int getPriority()
- Specified by:
getPriority in interface DataHolderBuilder
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.