Interface EntityService
- All Known Implementing Classes:
MemoryEntityService
public interface EntityService
A service which provides access to business-specific entities.
- Author:
- mpolden
-
Method Summary
Modifier and TypeMethodDescriptionList all nodes owned by this system's propertyList all properties known by the service
-
Method Details
-
listProperties
Map<PropertyId,Property> listProperties()List all properties known by the service -
listNodes
List<NodeEntity> listNodes()List all nodes owned by this system's property -
findNode
-