public class ApplicationStatusProvider extends Object implements StatusProvider
Constructor and Description |
---|
ApplicationStatusProvider(ApplicationDao applicationDao) |
Modifier and Type | Method and Description |
---|---|
boolean |
contributesTo(String namespace)
Defines if the current implementation contributes to the given namespace.
|
String |
getNamespace()
The namespace, e.g.
|
Map<VertexRef,Status> |
getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
public ApplicationStatusProvider(ApplicationDao applicationDao)
public Map<VertexRef,Status> getStatusForVertices(VertexProvider vertexProvider, Collection<VertexRef> vertices, Criteria[] criteria)
getStatusForVertices
in interface StatusProvider
public String getNamespace()
NamespaceAware
getNamespace
in interface NamespaceAware
public boolean contributesTo(String namespace)
NamespaceAware
NamespaceAware.getNamespace()
, but is not a requirement.contributesTo
in interface NamespaceAware
namespace
- the namespace to contribute totrue
, if the current implementation contributes to the given namespace, otherwise false
.Copyright © 2017. All rights reserved.