public class BusinessServicesHideLeafsCriteria extends Criteria implements NamespaceAware
Criteria.ElementType
Constructor and Description |
---|
BusinessServicesHideLeafsCriteria() |
Modifier and Type | Method and Description |
---|---|
boolean |
contributesTo(String namespace)
Defines if the current implementation contributes to the given namespace.
|
boolean |
equals(Object obj) |
String |
getNamespace()
This criteria only applies to providers for this namespace
|
Criteria.ElementType |
getType()
This criteria applies to only providers of the indicated type
|
int |
hashCode() |
getCriteriaForGraphContainer, getSingleCriteriaForGraphContainer, isDirty, resetDirty, setDirty
public Criteria.ElementType getType()
Criteria
public String getNamespace()
Criteria
getNamespace
in interface NamespaceAware
getNamespace
in class Criteria
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 © 2021. All rights reserved.