Package | Description |
---|---|
org.nuxeo.ecm.localconf | |
org.nuxeo.ecm.platform.types | |
org.nuxeo.ecm.webapp.action | |
org.nuxeo.ecm.webapp.contentbrowser | |
org.nuxeo.ecm.webapp.helpers | |
org.nuxeo.template.web |
Modifier and Type | Field and Description |
---|---|
static Comparator<? super Type> |
UITypesConfigurationActions.TYPE_ALPHABETICAL_ORDER
Deprecated.
since 5.7.
|
Modifier and Type | Method and Description |
---|---|
List<Type> |
UITypesConfigurationActions.getNotSelectedTypes() |
List<Type> |
UITypesConfigurationActions.getNotSelectedTypes(DocumentModel document)
Returns a List of type not selected for the domain given as parameter
|
List<Type> |
UITypesConfigurationActions.getSelectedTypes() |
List<Type> |
UITypesConfigurationActions.getSelectedTypes(DocumentModel document)
Returns a List of type selected for the domain given as parameter
|
List<Type> |
UITypesConfigurationActions.getTypesWithSchemaFile() |
List<Type> |
UITypesConfigurationActions.getTypesWithSchemaFile(DocumentModel document)
Returns a List of Document Types associated with Schema file for the domain given as parameter, if they're
allowed for it.
|
Modifier and Type | Method and Description |
---|---|
int |
UITypesConfigurationActions.TypeLabelAlphabeticalOrder.compare(Type type1,
Type type2) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Type> |
TypeRegistry.types |
Modifier and Type | Method and Description |
---|---|
Type |
Type.clone()
Clone method to handle hot reload
|
Type |
TypeRegistry.clone(Type orig) |
Type |
TypeService.getType(String typeName) |
Type |
TypeRegistry.getType(String id) |
Type |
TypeManager.getType(String typeName)
Returns the
Type instance for the given typeName . |
Modifier and Type | Method and Description |
---|---|
Collection<Type> |
TypeService.findAllAllowedSubTypesFrom(String typeName) |
Collection<Type> |
TypeManager.findAllAllowedSubTypesFrom(String typeName)
Returns recursively all the allowed sub types from the given
typeName . |
Collection<Type> |
TypeService.findAllAllowedSubTypesFrom(String typeName,
DocumentModel currentDoc) |
Collection<Type> |
TypeManager.findAllAllowedSubTypesFrom(String typeName,
DocumentModel currentDoc)
Returns recursively all the allowed sub types from the given
typeName , filtered by a local UI types
configuration retrieved from the currentDoc , if any. |
protected Collection<Type> |
TypeService.findAllAllowedSubTypesFrom(String typeName,
DocumentModel currentDoc,
List<String> alreadyProcessedTypes) |
Collection<Type> |
TypeService.getAllowedSubTypes(String typeName) |
Collection<Type> |
TypeManager.getAllowedSubTypes(String typeName) |
Collection<Type> |
TypeService.getAllowedSubTypes(String typeName,
DocumentModel currentDoc) |
Collection<Type> |
TypeManager.getAllowedSubTypes(String typeName,
DocumentModel currentDoc)
Returns the allowed sub types of the given
typeName , filtered by a local UI types configuration retrieved
from the currentDoc , if any. |
Map<String,List<Type>> |
TypeService.getTypeMapForDocumentType(String typeName,
DocumentModel currentDoc) |
Map<String,List<Type>> |
TypeManager.getTypeMapForDocumentType(String typeName,
DocumentModel currentDoc)
Returns the sub type of the given
typeName , filtered by a local UI types configuration retrieved from the
currentDoc , if any, and organized by type categories. |
Collection<Type> |
TypeService.getTypes() |
Collection<Type> |
TypeRegistry.getTypes() |
Collection<Type> |
TypeManager.getTypes()
Returns all the registered
Type s. |
Modifier and Type | Method and Description |
---|---|
Type |
TypeRegistry.clone(Type orig) |
void |
TypeRegistry.contributionRemoved(String id,
Type origContrib) |
void |
TypeRegistry.contributionUpdated(String id,
Type contrib,
Type newOrigContrib) |
String |
TypeRegistry.getContributionId(Type contrib) |
protected Map<String,SubType> |
TypeRegistry.getCoreAllowedSubtypes(Type type) |
void |
TypeRegistry.merge(Type newType,
Type oldType) |
protected void |
TypeRegistry.updateCoreContribution(String id,
Type contrib) |
Modifier and Type | Field and Description |
---|---|
protected Type |
TypesTool.selectedType |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<List<Type>>> |
TypesTool.typesMap |
Modifier and Type | Method and Description |
---|---|
Type |
TypesTool.getSelectedType() |
Type |
TypesTool.getType(String typeName) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<Type>> |
TypesTool.filterTypeMap(Map<String,List<Type>> docTypeMap)
Method to be overridden by subclasses to filter the type Map.
|
Map<String,List<List<Type>>> |
TypesTool.getOrganizedTypeMapForDocumentType(String type) |
Map<String,List<List<Type>>> |
TypesTool.getTypesList() |
protected Map<String,List<List<Type>>> |
TypesTool.organizeType(Map<String,List<Type>> types)
Split each @{code List} of
Type in one or more new List , with maximum 4 Type s in each new
List and returns the new computed Map . |
Modifier and Type | Method and Description |
---|---|
void |
TypesTool.setSelectedType(Type type)
If the selected type is supposed to be automatically injected by Seam through @DataModelSelection callback (i.e.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<Type>> |
TypesTool.filterTypeMap(Map<String,List<Type>> docTypeMap)
Method to be overridden by subclasses to filter the type Map.
|
protected Map<String,List<List<Type>>> |
TypesTool.organizeType(Map<String,List<Type>> types)
Split each @{code List} of
Type in one or more new List , with maximum 4 Type s in each new
List and returns the new computed Map . |
void |
TypesTool.setTypesList(Map<String,List<List<Type>>> typesList) |
Modifier and Type | Method and Description |
---|---|
Type |
DocumentActionsBean.getChangeableDocumentType() |
Type |
DocumentActions.getChangeableDocumentType() |
Type |
DocumentActionsBean.getCurrentType() |
Type |
DocumentActions.getCurrentType() |
Modifier and Type | Method and Description |
---|---|
static String |
ApplicationControllerHelper.getPageOnCreatedDocumentType(Type docType)
Deprecated.
|
static String |
ApplicationControllerHelper.getPageOnCreateDocumentType(Type docType)
Deprecated.
|
static String |
ApplicationControllerHelper.getPageOnEditDocumentType(Type docType)
Deprecated.
|
static String |
ApplicationControllerHelper.getPageOnEditedDocumentType(Type docType)
Deprecated.
|
static String |
ApplicationControllerHelper.getPageOnSelectedDocumentType(Type docType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<Type> |
TemplatesActionBean.getAllTypes() |
Collection<Type> |
TemplatesActionBean.getForcableTypes() |
Copyright © 2016 Nuxeo SA. All rights reserved.