public class TypeFacetProvider extends Object implements FacetProvider
| Constructor and Description |
|---|
TypeFacetProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFacetCode() |
Facet |
getInitialFacet() |
void |
getSubFacet(Facet.FacetValue value) |
static Set<ComposedType> |
getTypes(Class<? extends Item> root)
calculate all root types (means: real root types or types with own sub-deployment)
|
static Set<ComposedType> |
getTypes(ComposedType root)
calculate all root types (means: real root types or types with own sub-deployment)
|
static Set<ComposedType> |
getTypes(String root)
calculate all root types (means: real root types or types with own sub-deployment)
|
public String getFacetCode()
getFacetCode in interface FacetProviderpublic Facet getInitialFacet()
getInitialFacet in interface FacetProviderpublic void getSubFacet(Facet.FacetValue value)
getSubFacet in interface FacetProviderpublic static Set<ComposedType> getTypes(String root)
public static Set<ComposedType> getTypes(Class<? extends Item> root)
public static Set<ComposedType> getTypes(ComposedType root)
Copyright © 2017 SAP SE. All Rights Reserved.