| Modifier and Type | Method and Description |
|---|---|
protected ExtendedNodeType |
JahiaNodeIndexer.getNodeType() |
| Modifier and Type | Method and Description |
|---|---|
protected ExtendedPropertyDefinition |
JahiaNodeIndexer.getPropertyDefinitionFor(String fieldName,
ExtendedNodeType nodeType,
org.apache.jackrabbit.core.state.NodeState node) |
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedNodeType> |
ContentDefinitionHelper.getAvailableMixin(String type,
JCRSiteNode site) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.jahia.ajax.gwt.client.data.GWTChoiceListInitializer> |
ContentDefinitionHelper.getAllChoiceListInitializersValues(List<ExtendedNodeType> items,
ExtendedNodeType contextType,
JCRNodeWrapper contextNode,
JCRNodeWrapper contextParent,
Locale uiLocale) |
org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType |
ContentDefinitionHelper.getGWTJahiaNodeType(ExtendedNodeType nodeType,
Locale uiLocale) |
org.jahia.ajax.gwt.client.data.GWTChoiceListInitializer |
ContentDefinitionHelper.getInitializerValues(ExtendedPropertyDefinition epd,
ExtendedNodeType contextType,
JCRNodeWrapper contextNode,
JCRNodeWrapper contextParent,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodePropertyValue>> dependentValues,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.jahia.ajax.gwt.client.data.GWTChoiceListInitializer> |
ContentDefinitionHelper.getAllChoiceListInitializersValues(List<ExtendedNodeType> items,
ExtendedNodeType contextType,
JCRNodeWrapper contextNode,
JCRNodeWrapper contextParent,
Locale uiLocale) |
Map<String,Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodePropertyValue>>> |
ContentDefinitionHelper.getAllDefaultValues(List<ExtendedNodeType> items,
List<Locale> locales)
Get both dynamic and static default values for the specified types and locales
|
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> |
ContentDefinitionHelper.getGWTNodeTypes(List<ExtendedNodeType> availableMixins,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedNodeType[] |
JCRNodeWrapperImpl.getMixinNodeTypes() |
ExtendedNodeType[] |
JCRNodeWrapper.getMixinNodeTypes() |
ExtendedNodeType |
ComplexPublicationService.FullPublicationInfo.getNodeType() |
ExtendedNodeType[] |
JCRNodeWrapperImpl.getOriginalMixinNodeTypes() |
ExtendedNodeType |
JCRNodeWrapperImpl.getPrimaryNodeType() |
ExtendedNodeType |
JCRNodeWrapper.getPrimaryNodeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
JCRContentUtils.generateNodeName(JCRNodeWrapper parent,
String defaultLanguage,
ExtendedNodeType nodeType,
String targetName)
Generates the node name by using a configurable NameGenerationHelper implementation.
|
String |
NameGenerationHelper.generatNodeName(JCRNodeWrapper parent,
String defaultLanguage,
ExtendedNodeType nodeType,
String targetName)
Name generation method used mostly by Jahia's UI to generate node names based on the node type or the target
name.
|
String |
DefaultNameGenerationHelperImpl.generatNodeName(JCRNodeWrapper parent,
String defaultLanguage,
ExtendedNodeType nodeType,
String targetName) |
static String |
JCRContentUtils.getDisplayLabel(Object item,
Locale locale,
ExtendedNodeType nodeTypeForSearchingLabel)
Get the node or property display name depending on the locale
|
static String |
JCRContentUtils.getIcon(ExtendedNodeType type)
Returns the icon path for the specified type
|
static String |
JCRContentUtils.getIconsFolder(ExtendedNodeType primaryNodeType)
For a nodetype gets the folder that contains its icon
for system and module default nodetypes, icons asset folder is returned
|
static String |
JCRContentUtils.getIconWithContext(ExtendedNodeType type) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedNodeType[] |
JCRFrozenNodeAsRegular.getMixinNodeTypes() |
ExtendedNodeType[] |
JCRNodeDecorator.getMixinNodeTypes() |
ExtendedNodeType |
JCRFrozenNodeAsRegular.getPrimaryNodeType() |
ExtendedNodeType |
JCRNodeDecorator.getPrimaryNodeType() |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExtendedNodeType> |
JahiaCndReader.nodeTypesList
the list of parsed nodetype defs
|
protected List<ExtendedNodeType> |
JahiaCndReaderLegacy.nodeTypesList
the list of parsed nodetype defs
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedNodeType[] |
ExtendedNodeType.getDeclaredSupertypes() |
ExtendedNodeType |
ExtendedItemDefinition.getDeclaringNodeType() |
ExtendedNodeType |
ExtendedNodeDefinition.getDefaultPrimaryType() |
ExtendedNodeType[] |
ExtendedNodeType.getMixinSubtypes() |
ExtendedNodeType |
NodeTypeRegistry.getNodeType(String name) |
ExtendedNodeType |
NodeTypeRegistry.getNodeType(String name,
boolean throwExceptionIfMissing) |
ExtendedNodeType[] |
ExtendedNodeType.getPrimarySupertypes() |
ExtendedNodeType[] |
ExtendedNodeDefinition.getRequiredPrimaryTypes() |
ExtendedNodeType[] |
ExtendedNodeType.getSupertypes() |
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedNodeType> |
NodeTypeRegistry.addMixinExtensions(ExtendedNodeType mixin,
List<String> mixinExtendNames)
Add extends mixin (mixin that extends one or multiple types) on given extended names (nodetypes to be extends)
|
List<ExtendedNodeType> |
NodeTypeRegistry.getDefinitionsFromFile(org.springframework.core.io.Resource resource,
String systemId)
Reads the specified CND file resource and parses it to obtain a list of node type definitions.
|
List<ExtendedNodeType> |
ExtendedNodeType.getMixinExtends() |
Map<ExtendedNodeType,Set<ExtendedNodeType>> |
NodeTypeRegistry.getMixinExtensions() |
Map<ExtendedNodeType,Set<ExtendedNodeType>> |
NodeTypeRegistry.getMixinExtensions() |
List<ExtendedNodeType> |
JahiaCndReader.getNodeTypesList()
Returns the list of parsed nodetype definitions.
|
List<ExtendedNodeType> |
JahiaCndReaderLegacy.getNodeTypesList()
Returns the list of parsed nodetype definitions.
|
List<ExtendedNodeType> |
ExtendedNodeType.getSubtypesAsList() |
Set<ExtendedNodeType> |
ExtendedNodeType.getSupertypeSet() |
Iterator<ExtendedNodeType> |
NodeTypeRegistry.JahiaNodeTypeIterator.iterator()
Returns an iterator over a set of elements of type T.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeTypeRegistry.addMixinExtension(ExtendedNodeType mixin,
ExtendedNodeType baseType) |
List<ExtendedNodeType> |
NodeTypeRegistry.addMixinExtensions(ExtendedNodeType mixin,
List<String> mixinExtendNames)
Add extends mixin (mixin that extends one or multiple types) on given extended names (nodetypes to be extends)
|
void |
NodeTypeRegistry.addNodeType(Name name,
ExtendedNodeType nodeType) |
String |
ExtendedItemDefinition.getLabel(Locale locale,
ExtendedNodeType nodeType) |
String |
ExtendedItemDefinition.getResourceBundleKey(ExtendedNodeType nodeType) |
String |
ExtendedItemDefinition.getTooltip(Locale locale,
ExtendedNodeType extendedNodeType) |
void |
ExtendedPropertyDefinition.setDeclaringNodeType(ExtendedNodeType declaringNodeType) |
void |
ExtendedItemDefinition.setDeclaringNodeType(ExtendedNodeType declaringNodeType) |
void |
ExtendedNodeDefinition.setDeclaringNodeType(ExtendedNodeType declaringNodeType) |
void |
JahiaCndWriter.write(ExtendedNodeType d)
Write one NodeTypeDefExtension to this writer
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ConstraintsHelper.getConstraints(List<ExtendedNodeType> nodeType,
String targetChildName) |
static Set<String> |
ConstraintsHelper.getConstraintSet(List<ExtendedNodeType> nodeType,
String targetChildName) |
| Constructor and Description |
|---|
JahiaCndWriter(Collection<ExtendedNodeType> l,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jahia.services.importexport.DefinitionsMapping.Action> |
DefinitionsMapping.getActions(ExtendedNodeType type) |
List<org.jahia.services.importexport.DefinitionsMapping.Action> |
DefinitionsMapping.getActions(ExtendedNodeType type,
String name) |
List<org.jahia.services.importexport.DefinitionsMapping.Action> |
DefinitionsMapping.getActions(ExtendedNodeType type,
String name,
String value) |
String |
DefinitionsMapping.getMappedItem(ExtendedNodeType type,
String name) |
String |
DefinitionsMapping.getMappedNode(ExtendedNodeType type,
String name) |
List<String> |
DefinitionsMapping.getMappedNodesForType(ExtendedNodeType type,
boolean oldName) |
String |
DefinitionsMapping.getMappedProperty(ExtendedNodeType type,
String name) |
String |
DefinitionsMapping.getMappedPropertyValue(ExtendedNodeType type,
String name,
String value) |
String |
DefinitionsMapping.getMappedType(ExtendedNodeType type) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedNodeType |
Resource.Option.getNodeType()
Deprecated.
|
ExtendedNodeType |
Resource.getResourceNodeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.addOption(String wrapper,
ExtendedNodeType nodeType)
Deprecated.
not used anymore
|
SortedSet<View> |
RenderService.getViewsSet(ExtendedNodeType nt,
JCRSiteNode site,
String templateType) |
boolean |
RenderService.hasView(ExtendedNodeType nt,
String key,
JCRSiteNode site,
String templateType,
RenderContext renderContext) |
void |
Resource.removeOption(ExtendedNodeType mixinNodeType)
Deprecated.
not used anymore
|
void |
Resource.setResourceNodeType(ExtendedNodeType resourceNodeType) |
| Constructor and Description |
|---|
Option(String wrapper,
ExtendedNodeType nodeType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<View> |
ScriptResolver.getViewsSet(ExtendedNodeType nt,
JCRSiteNode site,
String templateType) |
boolean |
ScriptResolver.hasView(ExtendedNodeType nt,
String viewName,
JCRSiteNode site,
String templateType) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<View> |
BundleScriptResolver.getViewsSet(ExtendedNodeType nt,
JCRSiteNode site,
String templateType) |
boolean |
BundleScriptResolver.hasView(ExtendedNodeType nt,
String key,
JCRSiteNode site,
String templateType) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedNodeType |
NodeTypeTreeEntry.getNodeType() |
| Constructor and Description |
|---|
NodeTypeTreeEntry(ExtendedNodeType nodeType,
Locale uiLocale) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.