| Modifier and Type | Method and Description | 
|---|---|
| List<StatusEntity<BusinessService>> | BusinessServiceStatusService. getStatus(Query query) | 
| Constructor and Description | 
|---|
| BusinessServiceVertex(BusinessService businessService,
                     int level) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | BusinessServiceContainerDatasource. createInstance(Class<BusinessService> itemClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<BusinessService> | BusinessServiceContainerDatasource. findMatching(Criteria criteria) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Long | BusinessServicesContainer. getId(BusinessService bean) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | BusinessServiceContainerDatasource. createInstance(Class<BusinessService> itemClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Bsmd. handleBusinessServiceStateChanged(BusinessService businessService,
                                 Status newStatus,
                                 Status prevStatus)Called when the operational status of a business service was changed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MockBusinessService | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | MockBusinessServiceHierarchy. getBusinessServiceById(long id) | 
| BusinessService | MockChildEdge. getChild() | 
| BusinessService | AbstractMockEdge. getSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<BusinessService> | MockBusinessServiceHierarchy. getBusinessServices() | 
| Set<BusinessService> | MockBusinessService. getChildServices() | 
| Set<BusinessService> | MockBusinessService. getParentServices() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MockBusinessService. addChildEdge(BusinessService child,
            MapFunction mapFunction,
            int weight) | 
| void | MockChildEdge. setChild(BusinessService child) | 
| void | AbstractMockEdge. setSource(BusinessService source) | 
| Constructor and Description | 
|---|
| MockChildEdge(long id,
             BusinessService businessService) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | BusinessServiceManager. createBusinessService() | 
| BusinessService | BusinessServiceManager. getBusinessServiceById(Long id) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<BusinessService> | BusinessServiceSearchCriteriaBuilder. apply(BusinessServiceManager businessServiceManager,
     List<BusinessService> businessServiceDTOs) | 
| List<BusinessService> | BusinessServiceSearchCriteria. apply(BusinessServiceManager businessServiceManager,
     List<BusinessService> businessServices)This will apply the criteria represented by an instance of this interface to a list of business services and will
 return a subset of these business services. | 
| List<BusinessService> | BusinessServiceManager. findMatching(Criteria criteria) | 
| List<BusinessService> | BusinessServiceManager. getAllBusinessServices() | 
| Set<BusinessService> | BusinessServiceManager. getFeasibleChildServices(BusinessService service) | 
| Set<BusinessService> | BusinessServiceManager. getParentServices(Long id) | 
| List<BusinessService> | BusinessServiceManager. search(BusinessServiceSearchCriteria businessServiceSearchCriteria) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | BusinessServiceManager. addChildEdge(BusinessService parent,
            BusinessService child,
            MapFunction mapFunction,
            int weight) | 
| boolean | BusinessServiceManager. addIpServiceEdge(BusinessService businessService,
                IpService ipService,
                MapFunction mapFunction,
                int weight) | 
| boolean | BusinessServiceManager. addIpServiceEdge(BusinessService businessService,
                IpService ipService,
                MapFunction mapFunction,
                int weight,
                String friendlyName) | 
| boolean | BusinessServiceManager. addReductionKeyEdge(BusinessService businessService,
                   String reductionKey,
                   MapFunction mapFunction,
                   int weight) | 
| boolean | BusinessServiceManager. addReductionKeyEdge(BusinessService businessService,
                   String reductionKey,
                   MapFunction mapFunction,
                   int weight,
                   String friendlyName) | 
| List<GraphVertex> | BusinessServiceStateMachine. calculateImpact(BusinessService businessService) | 
| Set<GraphEdge> | BusinessServiceStateMachine. calculateImpacting(BusinessService businessService) | 
| List<GraphVertex> | BusinessServiceStateMachine. calculateRootCause(BusinessService businessService) | 
| void | BusinessServiceManager. deleteBusinessService(BusinessService service) | 
| boolean | BusinessServiceManager. deleteEdge(BusinessService service,
          Edge edge) | 
| ThresholdResultExplanation | BusinessServiceStateMachine. explain(BusinessService businessService,
       Threshold threshold) | 
| Set<BusinessService> | BusinessServiceManager. getFeasibleChildServices(BusinessService service) | 
| Status | BusinessServiceManager. getOperationalStatus(BusinessService service) | 
| Status | BusinessServiceStateMachine. getOperationalStatus(BusinessService businessService)Retrieves the current operational status of a Business Service. | 
| void | BusinessServiceStateChangeHandler. handleBusinessServiceStateChanged(BusinessService businessService,
                                 Status newStatus,
                                 Status oldStatus) | 
| void | BusinessServiceManager. removeEdge(BusinessService businessService,
          Edge edge) | 
| void | BusinessServiceManager. saveBusinessService(BusinessService newObject) | 
| void | BusinessServiceManager. setChildEdges(BusinessService parentService,
             Set<ChildEdge> childEdges) | 
| void | BusinessServiceManager. setIpServiceEdges(BusinessService businessService,
                 Set<IpServiceEdge> ipServiceEdges) | 
| void | BusinessServiceManager. setReduceFunction(BusinessService businessService,
                 ReductionFunction reductionFunction) | 
| void | BusinessServiceManager. setReductionKeyEdges(BusinessService businessService,
                    Set<ReductionKeyEdge> reductionKeyEdges) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<BusinessService> | BusinessServiceSearchCriteriaBuilder. apply(BusinessServiceManager businessServiceManager,
     List<BusinessService> businessServiceDTOs) | 
| List<BusinessService> | BusinessServiceSearchCriteria. apply(BusinessServiceManager businessServiceManager,
     List<BusinessService> businessServices)This will apply the criteria represented by an instance of this interface to a list of business services and will
 return a subset of these business services. | 
| BusinessServiceGraph | BusinessServiceManager. getGraph(List<BusinessService> businessServices) | 
| void | BusinessServiceStateMachine. setBusinessServices(List<BusinessService> businessServices)Sets the list of Business Services that need to managed by the state machine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BusinessServiceImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | BusinessServiceManagerImpl. createBusinessService() | 
| BusinessService | BusinessServiceManagerImpl. getBusinessServiceById(Long id) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<BusinessService> | BusinessServiceManagerImpl. findMatching(Criteria criteria) | 
| List<BusinessService> | BusinessServiceManagerImpl. getAllBusinessServices() | 
| Set<BusinessService> | BusinessServiceImpl. getChildServices() | 
| Set<BusinessService> | BusinessServiceManagerImpl. getFeasibleChildServices(BusinessService service) | 
| Set<BusinessService> | BusinessServiceImpl. getParentServices() | 
| Set<BusinessService> | BusinessServiceManagerImpl. getParentServices(Long id) | 
| List<BusinessService> | BusinessServiceManagerImpl. search(BusinessServiceSearchCriteria businessServiceSearchCriteria) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | BusinessServiceManagerImpl. addChildEdge(BusinessService parentService,
            BusinessService childService,
            MapFunction mapFunction,
            int weight) | 
| void | BusinessServiceImpl. addChildEdge(BusinessService child,
            MapFunction mapFunction,
            int weight) | 
| boolean | BusinessServiceManagerImpl. addIpServiceEdge(BusinessService businessService,
                IpService ipService,
                MapFunction mapFunction,
                int weight) | 
| boolean | BusinessServiceManagerImpl. addIpServiceEdge(BusinessService businessService,
                IpService ipService,
                MapFunction mapFunction,
                int weight,
                String friendlyName) | 
| boolean | BusinessServiceManagerImpl. addReductionKeyEdge(BusinessService businessService,
                   String reductionKey,
                   MapFunction mapFunction,
                   int weight) | 
| boolean | BusinessServiceManagerImpl. addReductionKeyEdge(BusinessService businessService,
                   String reductionKey,
                   MapFunction mapFunction,
                   int weight,
                   String friendlyName) | 
| List<GraphVertex> | DefaultBusinessServiceStateMachine. calculateImpact(BusinessService businessService) | 
| Set<GraphEdge> | DefaultBusinessServiceStateMachine. calculateImpacting(BusinessService businessService) | 
| List<GraphVertex> | DefaultBusinessServiceStateMachine. calculateRootCause(BusinessService businessService) | 
| void | BusinessServiceManagerImpl. deleteBusinessService(BusinessService businessService) | 
| boolean | BusinessServiceManagerImpl. deleteEdge(BusinessService source,
          Edge edge) | 
| ThresholdResultExplanation | DefaultBusinessServiceStateMachine. explain(BusinessService businessService,
       Threshold threshold) | 
| Set<BusinessService> | BusinessServiceManagerImpl. getFeasibleChildServices(BusinessService service) | 
| Status | BusinessServiceManagerImpl. getOperationalStatus(BusinessService service) | 
| Status | DefaultBusinessServiceStateMachine. getOperationalStatus(BusinessService businessService) | 
| void | BusinessServiceManagerImpl. removeEdge(BusinessService businessService,
          Edge edge) | 
| void | BusinessServiceManagerImpl. saveBusinessService(BusinessService service) | 
| void | BusinessServiceManagerImpl. setChildEdges(BusinessService parentService,
             Set<ChildEdge> childEdges) | 
| void | BusinessServiceManagerImpl. setIpServiceEdges(BusinessService businessService,
                 Set<IpServiceEdge> ipServiceEdges) | 
| void | BusinessServiceManagerImpl. setReduceFunction(BusinessService businessService,
                 ReductionFunction reductionFunction) | 
| void | BusinessServiceManagerImpl. setReductionKeyEdges(BusinessService businessService,
                    Set<ReductionKeyEdge> reductionKeyEdges) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessServiceGraph | BusinessServiceManagerImpl. getGraph(List<BusinessService> businessServices) | 
| void | DefaultBusinessServiceStateMachine. setBusinessServices(List<BusinessService> businessServices) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | ChildEdgeImpl. getChild() | 
| BusinessService | AbstractEdge. getSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChildEdgeImpl. setChild(BusinessService child) | 
| void | AbstractEdge. setSource(BusinessService source) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<BusinessService> | BusinessService. getChildServices() | 
| Set<BusinessService> | BusinessService. getParentServices() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BusinessService. addChildEdge(BusinessService child,
            MapFunction mapFunction,
            int weight) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | ChildEdge. getChild() | 
| BusinessService | Edge. getSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChildEdge. setChild(BusinessService child) | 
| void | Edge. setSource(BusinessService source) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | GraphVertex. getBusinessService() | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | GraphVertexImpl. getBusinessService() | 
| Constructor and Description | 
|---|
| GraphVertexImpl(ReductionFunction reduceFunction,
               BusinessService businessService) | 
| GraphVertexImpl(ReductionFunction reduceFunction,
               BusinessService businessService,
               IpService ipService,
               String reductionKey) | 
| Constructor and Description | 
|---|
| BusinessServiceGraphImpl(List<? extends BusinessService> businessServices) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | LoggingStateChangeHandler.StateChange. getBusinessService() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoggingStateChangeHandler. handleBusinessServiceStateChanged(BusinessService businessService,
                                 Status newStatus,
                                 Status prevStatus) | 
| Constructor and Description | 
|---|
| StateChange(BusinessService businessService,
           Status newStatus,
           Status prevStatus) | 
| Modifier and Type | Method and Description | 
|---|---|
| BusinessService | BusinessServiceRow. getBusinessService() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | BusinessServiceEditWindow. describeBusinessService(BusinessService businessService) | 
| Constructor and Description | 
|---|
| BusinessServiceEdgeEditWindow(BusinessService businessService,
                             BusinessServiceManager businessServiceManager,
                             Edge edge)Constructor | 
| BusinessServiceEditWindow(BusinessService businessService,
                         BusinessServiceManager businessServiceManager)Constructor | 
| BusinessServiceRow(long rowId,
                  BusinessService businessService,
                  Long parentBusinessServiceId) | 
| Constructor and Description | 
|---|
| BusinessServiceListDTO(Collection<? extends BusinessService> services) | 
Copyright © 2019. All rights reserved.