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.addProcessElement(ProcessElement processElement)
Adds a process element.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaModelManagementDao.addProcessElement(ProcessElement processElement) |
Modifier and Type | Method and Description |
---|---|
ProcessElement |
ProcessElement.getContainer()
Returns the container element.
|
ProcessElement |
Module.getProcessElement(String elementId)
Returns a process element for the given element id.
|
ProcessElement |
ProcessRelationship.getSource()
Returns the relationship source.
|
ProcessElement |
ProcessRelationship.getTarget()
Returns the relationship target.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProcessElement> |
Process.getProcessElements()
Returns a collection of all process elements.
|
Modifier and Type | Method and Description |
---|---|
void |
Process.addProcessElement(ProcessElement processElement)
Adds a process element.
|
Constructor and Description |
---|
ProcessElement(String name,
String elementId,
String elementClass,
ProcessElement container)
Creates new instance.
|
ProcessRelationship(ProcessElement source,
ProcessElement target,
String elementId,
String elementClass)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.