@NotFinalAPI public interface DataStoresConditionable<E>
withDataStores(java.lang.String...)).withAllDataStores()).withInternalDataStoreOnly()).| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
dataStores()
Returns the data stores previously set using any of the
"withDataStores..." methods.
|
boolean |
isAllDataStores()
Returns true if all data stores allowed for this element.
|
boolean |
isInternalDataStoreOnly()
Returns true if only the internal data store search is allowed for this element.
|
E |
withAllDataStores()
Toggle allow all/not-all data stores for this element.
|
E |
withDataStores(Iterable<String> dataStores)
Restricts the set of data stores for this element.
|
E |
withDataStores(String... dataStores)
Restricts the set of data stores for this element.
|
E |
withInternalDataStoreOnly()
Toggle 'allow only internal data store' flag for this element.
|
E withDataStores(String... dataStores)
dataStores - data stores to add.DataStoresConditionableE withDataStores(Iterable<String> dataStores)
dataStores - data stores to addDataStoresConditionableE withAllDataStores()
DataStoresConditionableCollection<String> dataStores()
DataStoresConditionableboolean isAllDataStores()
DataStoresConditionableE withInternalDataStoreOnly()
DataStoresConditionableboolean isInternalDataStoreOnly()
DataStoresConditionable Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.