Package org.cxbox.core.crudma.bc
Interface BcRegistry
- All Known Implementing Classes:
BcRegistryImpl
public interface BcRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetBcDescription(String bcName) getBcHierarchy(String bcName) getUrlFromBc(String bcName) voidrefresh()default <T extends BcDescription>
Stream<T>default Stream<BcDescription>select(Predicate<BcDescription> predicate) <T> Stream<T>select(Predicate<BcDescription> predicate, Function<BcDescription, T> transformer)
-
Method Details
-
getAllBcNames
Collection<String> getAllBcNames() -
getBcDescription
-
getUrlFromBc
-
getBcHierarchy
-
refresh
void refresh() -
select
-
select
-
select
-