Package io.graphenee.jbpm.embedded
Class GrapheneeJbpmProperties
- java.lang.Object
-
- io.graphenee.jbpm.embedded.GrapheneeJbpmProperties
-
- All Implemented Interfaces:
Serializable
public class GrapheneeJbpmProperties extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrapheneeJbpmProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSourcegetDataSource()StringgetH2dbFilePath()voidsetDataSource(DataSource dataSource)voidsetH2dbFilePath(String h2dbFilePath)GrapheneeJbpmPropertieswithH2dbFilePath(String dbFilePath)
-
-
-
Method Detail
-
withH2dbFilePath
public GrapheneeJbpmProperties withH2dbFilePath(String dbFilePath)
-
getDataSource
public DataSource getDataSource()
-
setDataSource
public void setDataSource(DataSource dataSource)
-
getH2dbFilePath
public String getH2dbFilePath()
-
setH2dbFilePath
public void setH2dbFilePath(String h2dbFilePath)
-
-