Class ServiceSpec
java.lang.Object
com.orchestranetworks.addon.dqid.service.ServiceSpec
- Direct Known Subclasses:
PurgeIndicatorSpec
Defines the settings for a service execution.
- Since:
- 2.7.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.instance.Repository
Returns the repository.com.orchestranetworks.service.Session
Returns the session.void
setRepository
(com.orchestranetworks.instance.Repository repository) Sets the repository.void
setSession
(com.orchestranetworks.service.Session session) Sets the session.
-
Constructor Details
-
ServiceSpec
public ServiceSpec()
-
-
Method Details
-
getRepository
public com.orchestranetworks.instance.Repository getRepository()Returns the repository. -
setRepository
public void setRepository(com.orchestranetworks.instance.Repository repository) Sets the repository. -
getSession
public com.orchestranetworks.service.Session getSession()Returns the session. -
setSession
public void setSession(com.orchestranetworks.service.Session session) Sets the session.
-