public class LegacyApplicationStatusProvider extends Object implements StatusProvider
| Constructor and Description | 
|---|
LegacyApplicationStatusProvider(ApplicationDao applicationDao)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contributesTo(String namespace)
Defines if the current implementation contributes to the given namespace. 
 | 
String | 
getNamespace()
A string used to identify references belonging to this provider
 May only contain characters that make for a reasonable Java identifier
 such as letters digits and underscore (no colons, periods, commas etc.) 
 | 
Map<VertexRef,Status> | 
getStatusForVertices(BackendGraph graph,
                    Collection<VertexRef> vertices,
                    Criteria[] criteria)  | 
public LegacyApplicationStatusProvider(ApplicationDao applicationDao)
public Map<VertexRef,Status> getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
getStatusForVertices in interface StatusProviderpublic String getNamespace()
NamespaceAwaregetNamespace in interface NamespaceAwarepublic boolean contributesTo(String namespace)
NamespaceAwareNamespaceAware.getNamespace(), but is not a requirement.contributesTo in interface NamespaceAwarenamespace - the namespace to contribute totrue, if the current implementation contributes to the given namespace, otherwise false.Copyright © 2020. All rights reserved.