public interface Service extends NamedElement
com.sodius.mdw.server.service
extension point.
A service execution involves evaluating an underlying ruleset.
This interface is not intended to be implemented by clients.
ServicesManager.getServices()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of this service.
|
String |
getId()
Returns the unique identifier of this service.
|
List<Parameter> |
getParameters()
Returns the list of parameters expected by this service to execute the underlying ruleset.
|
String |
getRuleName()
Returns the name of the rule evaluated when the service is to execute.
|
String |
getRuleSetName()
Returns the ruleset qualified name evaluated when the service is to execute.
|
getName, getPropertyNames, getPropertyValue
String getId()
ServicesManager.getService(String)
String getDescription()
String getRuleSetName()
String getRuleName()