Class ProcessDefinitionDataSetGenerator
- java.lang.Object
-
- org.jbpm.workbench.pr.backend.server.ProcessDefinitionDataSetGenerator
-
- All Implemented Interfaces:
org.dashbuilder.dataset.DataSetGenerator
@Startup @ApplicationScoped public class ProcessDefinitionDataSetGenerator extends Object implements org.dashbuilder.dataset.DataSetGenerator
-
-
Field Summary
Fields Modifier and Type Field Description protected org.dashbuilder.dataset.def.DataSetDefdataSetdefprotected org.dashbuilder.dataset.def.DataSetDefRegistrydataSetDefRegistry
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionDataSetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.DataSetbuildDataSet(Map<String,String> params)org.dashbuilder.dataset.def.DataSetDefgetDataSetDef()protected voidinit()
-
-
-
Method Detail
-
init
@PostConstruct protected void init()
-
buildDataSet
public org.dashbuilder.dataset.DataSet buildDataSet(Map<String,String> params)
- Specified by:
buildDataSetin interfaceorg.dashbuilder.dataset.DataSetGenerator
-
getDataSetDef
public org.dashbuilder.dataset.def.DataSetDef getDataSetDef()
-
-