Uses of Class
org.cxbox.core.crudma.bc.impl.BcDescription
-
Packages that use BcDescription Package Description org.cxbox.core.controller org.cxbox.core.crudma org.cxbox.core.crudma.bc org.cxbox.core.crudma.bc.impl org.cxbox.core.service org.cxbox.core.service.spec -
-
Uses of BcDescription in org.cxbox.core.controller
Methods in org.cxbox.core.controller that return BcDescription Modifier and Type Method Description BcDescriptionBcHierarchyAware. getBcDescription()Deprecated. -
Uses of BcDescription in org.cxbox.core.crudma
Methods in org.cxbox.core.crudma with parameters of type BcDescription Modifier and Type Method Description CrudmaCrudmaFactory. get(BcDescription bcDescription) -
Uses of BcDescription in org.cxbox.core.crudma.bc
Methods in org.cxbox.core.crudma.bc with type parameters of type BcDescription Modifier and Type Method Description <T extends BcDescription>
TBusinessComponent. getDescription()default <T extends BcDescription>
Stream<T>BcRegistry. select(Class<T> cls)Methods in org.cxbox.core.crudma.bc that return BcDescription Modifier and Type Method Description static BcDescriptionBcDescriptionBuilder. build(String name, String parentName, Class<?> serviceClass, boolean refresh)default BcDescriptionEnumBcIdentifier. buildDescription(String parentName, Class<?> serviceClass, boolean refresh)BcDescriptionBcRegistry. getBcDescription(String bcName)BcDescriptionBcSupplier. getBcDescription(String bcName)BcDescriptionEnumBcIdentifier. getBcDescription()Methods in org.cxbox.core.crudma.bc that return types with arguments of type BcDescription Modifier and Type Method Description List<BcDescription>BcRegistry. getBcHierarchy(String bcName)default Stream<BcDescription>BcRegistry. select(Predicate<BcDescription> predicate)Method parameters in org.cxbox.core.crudma.bc with type arguments of type BcDescription Modifier and Type Method Description default Stream<BcDescription>BcRegistry. select(Predicate<BcDescription> predicate)<T> Stream<T>BcRegistry. select(Predicate<BcDescription> predicate, Function<BcDescription,T> transformer)<T> Stream<T>BcRegistry. select(Predicate<BcDescription> predicate, Function<BcDescription,T> transformer)Constructors in org.cxbox.core.crudma.bc with parameters of type BcDescription Constructor Description BusinessComponent(String id, String parentId, BcDescription description)BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy)BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy, QueryParameters parameters) -
Uses of BcDescription in org.cxbox.core.crudma.bc.impl
Subclasses of BcDescription in org.cxbox.core.crudma.bc.impl Modifier and Type Class Description classExtremeBcDescriptionclassInnerBcDescriptionMethods in org.cxbox.core.crudma.bc.impl that return BcDescription Modifier and Type Method Description BcDescriptionAbstractEnumBcSupplier. getBcDescription(String bcName)BcDescriptionBcRegistryImpl. getBcDescription(String bcName)Methods in org.cxbox.core.crudma.bc.impl that return types with arguments of type BcDescription Modifier and Type Method Description List<BcDescription>BcRegistryImpl. getBcHierarchy(String bcName)Method parameters in org.cxbox.core.crudma.bc.impl with type arguments of type BcDescription Modifier and Type Method Description <T> Stream<T>BcRegistryImpl. select(Predicate<BcDescription> predicate, Function<BcDescription,T> transformer)<T> Stream<T>BcRegistryImpl. select(Predicate<BcDescription> predicate, Function<BcDescription,T> transformer) -
Uses of BcDescription in org.cxbox.core.service
Method parameters in org.cxbox.core.service with type arguments of type BcDescription Modifier and Type Method Description StringEntityUrlBuilder. buildUrl(E entity, Optional<BcDescription> bcDescription) -
Uses of BcDescription in org.cxbox.core.service.spec
Methods in org.cxbox.core.service.spec with parameters of type BcDescription Modifier and Type Method Description org.springframework.data.jpa.domain.Specification<entity>LinkSpecificationHolder. get(SpecificationHeader<entity> specificationName, BcDescription bcDescription, String parentId)org.springframework.data.jpa.domain.Specification<entity>LinkSpecificationHolder.ParentSpecification. toSpecification(BcDescription bcDescription, String parentId)
-