public class ServiceSpec extends Object
Constructor and Description |
---|
ServiceSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
com.orchestranetworks.service.Session session)
Creates a specification for service execution.
|
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.PrimaryKey |
getDataModel() |
com.orchestranetworks.instance.HomeKey |
getIGovRepository() |
com.orchestranetworks.service.Session |
getSession() |
public ServiceSpec(com.orchestranetworks.instance.HomeKey igovRepository, com.onwbp.adaptation.PrimaryKey dataModel, com.orchestranetworks.service.Session session)
igovRepository
- The HomeKey
of the {addon.label} data space where you want to run the service.dataModel
- The PrimaryKey
of the data model record in which this service will be triggered.session
- The Session
which executes this services.