Package | Description |
---|---|
org.nuxeo.ecm.platform.types | |
org.nuxeo.ecm.platform.types.adapter | |
org.nuxeo.ecm.platform.types.localconfiguration |
Modifier and Type | Field and Description |
---|---|
protected Map<String,SubType> |
Type.allowedSubTypes |
Modifier and Type | Method and Description |
---|---|
protected SubType |
SubType.clone()
Clone method to handle hot reload
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,SubType> |
TypeService.filterSubTypesFromConfiguration(Map<String,SubType> allowedSubTypes,
DocumentModel currentDoc) |
Map<String,SubType> |
Type.getAllowedSubTypes() |
protected Map<String,SubType> |
TypeRegistry.getCoreAllowedSubtypes(Type type) |
protected Map<String,SubType> |
TypeService.getFilteredAllowedSubTypes(String containerTypeName,
DocumentModel currentDoc) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TypeService.canCreate(SubType subType) |
Modifier and Type | Method and Description |
---|---|
void |
Type.addSubType(List<SubType> subTypes) |
protected boolean |
TypeService.canCreate(String typeName,
Map<String,SubType> allowedSubTypes) |
protected Map<String,SubType> |
TypeService.filterSubTypesFromConfiguration(Map<String,SubType> allowedSubTypes,
DocumentModel currentDoc) |
protected boolean |
TypeService.isAllowedSubType(String typeName,
Map<String,SubType> allowedSubTypes) |
void |
Type.setAllowedSubTypes(Map<String,SubType> allowedSubTypes) |
Modifier and Type | Method and Description |
---|---|
Map<String,SubType> |
TypeInfoAdapter.getAllowedSubTypes() |
Map<String,SubType> |
TypeInfo.getAllowedSubTypes() |
Modifier and Type | Method and Description |
---|---|
Map<String,SubType> |
UITypesConfigurationAdapter.filterSubTypes(Map<String,SubType> allowedSubTypes) |
Map<String,SubType> |
UITypesConfiguration.filterSubTypes(Map<String,SubType> allowedSubTypes)
Filter the
allowedSubTypes according to this object configuration. |
Modifier and Type | Method and Description |
---|---|
Map<String,SubType> |
UITypesConfigurationAdapter.filterSubTypes(Map<String,SubType> allowedSubTypes) |
Map<String,SubType> |
UITypesConfiguration.filterSubTypes(Map<String,SubType> allowedSubTypes)
Filter the
allowedSubTypes according to this object configuration. |
Copyright © 2018 Nuxeo. All rights reserved.