Package | Description |
---|---|
com.whitestein.lsps.modulemanager.dao | |
com.whitestein.lsps.modulemanager.dao.jpa | |
com.whitestein.lsps.modulemanager.entity |
Persistent entities for module manager
|
Modifier and Type | Method and Description |
---|---|
void |
ModelManagementDao.addProcess(Process process)
Adds a process.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaModelManagementDao.addProcess(Process process) |
Modifier and Type | Method and Description |
---|---|
Process |
ProcessRelationship.getProcess()
Returns the process.
|
Process |
ProcessElement.getProcess()
Returns the process.
|
Process |
Module.getProcess(String elementId)
Returns a process for the given element id.
|
Modifier and Type | Method and Description |
---|---|
Collection<Process> |
Module.getProcesses()
Returns a collection of all processes.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.addProcess(Process process)
Adds a process.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.