| Package | Description |
|---|---|
| com.whitestein.lsps.visualization.dto |
| Modifier and Type | Method and Description |
|---|---|
ModuleResource |
ProcessModel.getModuleResource()
Gets the module resource in which this process model is defined.
|
ModuleResource |
ProcessElement.getResource()
Gets the resource this element is defined in.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModuleResource> |
ModuleResources.getResources()
Gets a list of module resources.
|
| Constructor and Description |
|---|
ProcessElement(String name,
ProcessElementType type,
ModuleResource resource)
Creates a new process element with a given name and the element type.
|
ProcessModel(String name,
String processType,
ModuleResource moduleResource)
Creates a new instance of this class.
|
| Constructor and Description |
|---|
ModuleResources(long moduleId,
List<ModuleResource> resources)
Creates a new instance of this class for a given module and its resources.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.