ServiceSpec
instead.public class IGovServiceSpec extends Object
Constructor and Description |
---|
IGovServiceSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
com.orchestranetworks.service.Session session)
Deprecated.
Creates a specification for service execution.
|
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.PrimaryKey |
getDataModel()
Deprecated.
|
com.orchestranetworks.instance.HomeKey |
getIgovRepository()
Deprecated.
|
com.orchestranetworks.service.Session |
getSession()
Deprecated.
|
public IGovServiceSpec(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.