public interface ContextFactory
Modifier and Type | Method and Description |
---|---|
DiscoveryContext |
createCIsContext(Collection<UcmdbId> cIsId)
Returns a DiscoveryContext defined by a collection of discovered CIs.
|
DiscoveryContext |
createJobsContext(Collection<String> jobs)
Returns a DiscoveryContext defined by a collection of jobs.
|
DiscoveryContext |
createJobsInstanceContext(String job,
String trigger,
String triggerType)
Returns a DiscoveryContext defined by a collection of jobs and their corresponding trigger cis.
|
DiscoveryContext |
createManagementZoneActivityContext(String managementZone,
String activityName)
Returns a
DiscoveryContext defined by an activity in specified management zone. |
DiscoveryContext |
createManagementZonesContext(Collection<String> managementZones)
Returns a
DiscoveryContext defined by a set of management zone names. |
DiscoveryContext |
createNetworkRangeContext(NetworkRange range)
Deprecated.
|
DiscoveryContext |
createPopulationJobContext(String integrationPointName,
String jobName)
Returns a DiscoveryContext defined by population job name
(consists of the integration point name and the population job name)
|
DiscoveryContext |
createServiceDiscoveryActivityContext(String activityName)
Returns a
DiscoveryContext defined by the specified Service Discovery Activity. |
@Deprecated DiscoveryContext createNetworkRangeContext(NetworkRange range)
range
- a NetworkRange that defines this DiscoveryContext.DiscoveryContext createCIsContext(Collection<UcmdbId> cIsId)
cIsId
- The collection of UcmdbId that defines this DiscoveryContext.DiscoveryContext createJobsContext(Collection<String> jobs)
jobs
- The collection of jobs which defines this DiscoveryContext.DiscoveryContext createJobsInstanceContext(String job, String trigger, String triggerType)
job
- The String of job which defines this DiscoveryContext.trigger
- The value of UcmdbObjectId that defines this DiscoveryContext.triggerType
- The type of UcmdbObjectId that defines this DiscoveryContext.DiscoveryContext createPopulationJobContext(String integrationPointName, String jobName)
integrationPointName
- name of the integration pointjobName
- name of the population jobDiscoveryContext createManagementZonesContext(Collection<String> managementZones)
DiscoveryContext
defined by a set of management zone names.managementZones
- a set of the management zone names.DiscoveryContext
defining the management zonesDiscoveryContext createManagementZoneActivityContext(String managementZone, String activityName)
DiscoveryContext
defined by an activity in specified management zone.managementZone
- the name of the management zone that contains the activity.activityName
- the name of the activity in managementZone
. If null
, the context
will define all the activities in the given management zone.DiscoveryContext
representing the activity.DiscoveryContext createServiceDiscoveryActivityContext(String activityName)
DiscoveryContext
defined by the specified Service Discovery Activity.activityName
- the name of the activity.DiscoveryContext
representing the activity Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.