Interface OrgPolicyScriptService
- All Superinterfaces:
ADEPT2Service
A service allowing to register
OrgPolicyScriptHandler dynamically at runtime at the
org model manager. This service provides the script handler; the service itself is registered via
its service URIs at the org model manager.-
Method Summary
Modifier and TypeMethodDescriptionGets the handler for resolving org policies of specific types.Methods inherited from interface de.aristaflow.adept2.base.service.ADEPT2Service
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, start
-
Method Details
-
getOrgPolicyScriptHandler
OrgPolicyScriptHandler getOrgPolicyScriptHandler()Gets the handler for resolving org policies of specific types.- Returns:
- The handler for resolving org policies of specific types.
-