public interface UITypesConfiguration extends LocalConfiguration<UITypesConfiguration>
Modifier and Type | Method and Description |
---|---|
boolean |
denyAllTypes()
Returns
true if all the types are denied, false otherwise. |
Map<String,SubType> |
filterSubTypes(Map<String,SubType> allowedSubTypes)
Filter the
allowedSubTypes according to this object configuration. |
List<String> |
getAllowedTypes()
Returns the configured allowed types.
|
String |
getDefaultType() |
List<String> |
getDeniedTypes()
Returns the configured denied types.
|
canMerge, getDocumentRef, merge, save
List<String> getAllowedTypes()
List<String> getDeniedTypes()
boolean denyAllTypes()
true
if all the types are denied, false
otherwise.Map<String,SubType> filterSubTypes(Map<String,SubType> allowedSubTypes)
allowedSubTypes
according to this object configuration.String getDefaultType()
Copyright © 2016 Nuxeo SA. All rights reserved.