Package org.ametys.cms.contenttype
Class ContentTypesHelper
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.cms.contenttype.ContentTypesHelper
-
- All Implemented Interfaces:
Disposable,Initializable,Component,Contextualizable,LogEnabled,Serviceable,ThreadSafe
public class ContentTypesHelper extends AbstractLogEnabled implements Component, Serviceable, ThreadSafe, Disposable, Initializable, Contextualizable
Helper for manipulatingContentTypes
-
-
Field Summary
Fields Modifier and Type Field Description protected ContentAttributeTypeExtensionPoint_contentAttributeTypeExtensionPointThe extension point with the available types for contentsprotected ContentTypeExtensionPoint_cTypeEPThe content types extension pointprotected RightManager_rightManagerThe rights managerprotected RootContentHelper_rootContentHelperHelper for root contentprotected CurrentUserProvider_userProviderThe current user providerstatic StringARCHIVED_CONTENT_TYPEArchived content typestatic StringROLEThe Avalon role
-
Constructor Summary
Constructors Constructor Description ContentTypesHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void_createCaches()Creates the cachesprotected ContentTypeExtensionPoint_getContentTypeEP()Lazy lookup ofContentTypeExtensionPointprotected boolean_hasRight(ContentType contentType)Test if the current user has the right needed by the content type to create a content.protected void_populateModelItemsAccumulator(Map<String,ModelItem> internalAcc, ViewItemContainer viewItemContainer, String prefix)Populates the accumulator with the model itemsList<Set<String>>buildReverseHierarchies(String contentTypeId)Builds the reverse hierarchies of ancestors of a content typebooleancanRead(Content content, MetadataDefinition metadataDef)Deprecated.UseAttributeDefinition.canRead(Content)insteadbooleancanWrite(Content content, MetadataDefinition metadataDef)Deprecated.UseAttributeDefinition.canWrite(Content)insteadvoidcontextualize(Context context)voidcopyMetadataSetElementsIfNotExist(AbstractMetadataSetElement src, AbstractMetadataSetElement dest)Deprecated.UseView.includeView(View)insteadvoiddispose()Set<String>getAncestors(String contentTypeId)Get all ancestors for the given content typeSet<String>getCommonAncestors(Collection<String> contentTypeIds)Get the identifiers of the content types common ancestorsMap<String,ModelItem>getCommonModelItems(Collection<String> contentTypeIds, String viewName)Retrieves the common model items for a list of content typesI18nizableTextgetContentTypeCategory(Content content)Retrieves the category of the content type.I18nizableTextgetContentTypeDefaultTitle(Content content)Retrieves the default title of the content type.I18nizableTextgetContentTypeDescription(Content content)Retrieves the description of the content type.StringgetContentTypeIdForRendering(Content content)Get the id of content type to use for renderingI18nizableTextgetContentTypeLabel(Content content)Retrieves the label of the content type.StringgetContentTypePluginForRendering(Content content)Get the plugin name of content type to use for renderingMap<String,Object>getContentTypeProperties(ContentType contentType)Get the content type propertiesSet<Map<String,Object>>getContentTypesInformations()Get information on content types.Set<Map<String,Object>>getContentTypesInformations(List<String> contentTypeIds, boolean withRight)Get the content types information as JSONMap<String,Object>getContentTypesList(List<String> ids, boolean inherited, boolean checkRights, boolean includePrivate, boolean includeMixins, boolean includeAbstract)Get information on content types.StringgetDynamicContentTypeId(String[] contentTypes, String[] mixinTypes)Get the id of the dynamic content type matching to given onesStringgetDynamicContentTypePlugin(String[] contentTypes, String[] mixinTypes)Get the plugin name of the dynamic content type matching to given onesContentTypegetFirstContentType(Content content)Get the content type which determines the content icons and renderingStringgetIconDecorator(Content content)Retrieves the CSS class to use as decorator above the main iconStringgetIconGlyph(Content content)Retrieves the CSS class to use as glyph icon of the contentIndexingModelgetIndexingModel(String[] cTypes, String[] mixins)Get the indexing model resulting of the concatenation of indexing models of given content types and mixins.IndexingModelgetIndexingModel(Content content)Get the indexing model resulting of the concatenation of indexing models of given content types and mixins.StringgetLargeIcon(Content content)Retrieves the URL of the icon without the context path.StringgetMediumIcon(Content content)Retrieves the URL of the icon without the context path.MetadataDefinitiongetMetadataDefinition(String metadataPath, String[] cTypes, String[] mixins)Deprecated.UsegetModelItem(String, String[], String[])insteadMetadataDefinitiongetMetadataDefinition(String metadataPath, ContentType initialContentType)Deprecated.UseModelItemAccessor.getModelItem(String)insteadMetadataDefinitiongetMetadataDefinition(String metadataPath, Content content)Deprecated.UseModelAwareDataAwareAmetysObject.getDefinition(String)API insteadMetadataSetgetMetadataSetForEdition(String metadataSetName, String[] cTypes, String[] mixins)Deprecated.UsegetView(String, String[], String[])insteadMetadataSetgetMetadataSetForView(String metadataSetName, String[] cTypes, String[] mixins)Deprecated.UsegetView(String, String[], String[])insteadMap<String,MetadataSet>getMetadataSetsForEdition(String[] cTypes, String[] mixins, boolean includeInternal)Deprecated.UsegetViews(String[], String[])insteadMap<String,MetadataSet>getMetadataSetsForView(String[] cTypes, String[] mixins, boolean includeInternal)Deprecated.UsegetViews(String[], String[])insteadModelItemgetModelItem(String path, String[] cTypes, String[] mixins)Retrieves the model item at the given pathList<ModelItem>getModelItemPath(String path, ContentType contentType)Retrieve the list of successive model items represented by the given path.List<ModelItem>getModelItemPath(String path, Content content)Retrieve the list of successive model items represented by the given path.Map<String,ModelItem>getModelItems(String[] contentTypes)Retrieves all model items of given content types.Map<String,List<ModelItem>>getModelItemsPaths(Set<String> paths, ContentType contentType)Retrieve the list of successive model items represented by the given paths, indexed by path.Map<String,List<ModelItem>>getModelItemsPaths(Set<String> paths, Content content)Retrieve the list of successive model items represented by the given paths, indexed by path.StringgetPluginName(String contentTypeId)Get plugin name for the given content typeStringgetSmallIcon(Content content)Retrieves the URL of the icon without the context path.Pair<String[],String[]>getSupertypeIds(String contentTypeId)Get super type's ids for the given content type The first entry contains super content types, the second one contains super mixin typesAttributeDefinition<String>getTitleAttributeDefinition()Retrieves the definition for the standard "title" attribute.static MetadataDefinitiongetTitleMetadataDefinition()Deprecated.UsegetTitleAttributeDefinition()insteadMap<String,Object>getTitleViewAsJSON(String contentTypeId, boolean isEdition)Converts the title view in a JSON MapViewgetView(String viewName, String[] contentTypeIds, String[] mixinIds)Get the view for view resulting of the concatenation of views of the given content types and mixins.Map<String,Object>getViewAsJSON(String contentTypeId, String viewName, boolean isEdition)Converts the view with the given name in a JSON MapMap<String,View>getViews(String[] contentTypeIds, String[] mixinIds)Get all views resulting of the concatenation of views of given content types and mixins.Map<String,View>getViews(String[] contentTypeIds, String[] mixinIds, Set<String> viewNamesToAvoid)Get all views resulting of the concatenation of views of given content types and mixins.List<Map<String,Object>>getViewsInfo(String contentTypeId, boolean includeInternals)Get the views of a content typeViewgetViewWithFallback(String viewName, String fallbackViewName, String[] contentTypeIds, String[] mixinIds)Get the view for view resulting of the concatenation of views of the given content types and mixins.ViewgetViewWithFallback(String viewName, String fallbackViewName, Content content)Get the view for view resulting for a given contentbooleanhasRight(String contentTypeId)Test if the current user has the right needed by the content type to create a content.voidinitialize()InitializebooleanisArchivedContentType(String cTypeId)Determines if the content type is an archived content typebooleanisCompatibleContentType(Content content, String cTypeId)Determines if the given content type can be added to contentbooleanisInstanceOf(Content content, String cTypeId)Determines if a content is a instance of given content type idViewjoinViews(List<View> views)Creates a view that is a jointure between all the given viewsViewparseView(ContentType contentType, Map<ContentType,Configuration> viewConfigurations)Parses the view of the given content type from the configurationsprotected Set<String>removeAncestors(Set<String> contentTypes)Remove all content types in the set that are ancestors of other content types in the set.voidservice(ServiceManager smanager)-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
ARCHIVED_CONTENT_TYPE
public static final String ARCHIVED_CONTENT_TYPE
Archived content type- See Also:
- Constant Field Values
-
_cTypeEP
protected ContentTypeExtensionPoint _cTypeEP
The content types extension point
-
_userProvider
protected CurrentUserProvider _userProvider
The current user provider
-
_rightManager
protected RightManager _rightManager
The rights manager
-
_rootContentHelper
protected RootContentHelper _rootContentHelper
Helper for root content
-
_contentAttributeTypeExtensionPoint
protected ContentAttributeTypeExtensionPoint _contentAttributeTypeExtensionPoint
The extension point with the available types for contents
-
-
Constructor Detail
-
ContentTypesHelper
public ContentTypesHelper()
-
-
Method Detail
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
initialize
public void initialize()
Initialize- Specified by:
initializein interfaceInitializable
-
_createCaches
protected void _createCaches()
Creates the caches
-
dispose
public void dispose()
- Specified by:
disposein interfaceDisposable
-
_getContentTypeEP
protected ContentTypeExtensionPoint _getContentTypeEP()
Lazy lookup ofContentTypeExtensionPoint- Returns:
- the content type extension point
-
isInstanceOf
public boolean isInstanceOf(Content content, String cTypeId)
Determines if a content is a instance of given content type id- Parameters:
content- The contentcTypeId- The id of content type or mixin- Returns:
trueif the content is an instance of content type
-
getCommonAncestors
public Set<String> getCommonAncestors(Collection<String> contentTypeIds)
Get the identifiers of the content types common ancestors- Parameters:
contentTypeIds- The identifiers of the content types to compare- Returns:
- The identifiers of common ancestors
-
removeAncestors
protected Set<String> removeAncestors(Set<String> contentTypes)
Remove all content types in the set that are ancestors of other content types in the set.- Parameters:
contentTypes- a Set of content type IDs.- Returns:
- a Set of content type IDs without ancestors.
-
getAncestors
public Set<String> getAncestors(String contentTypeId)
Get all ancestors for the given content type- Parameters:
contentTypeId- The content type id to test- Returns:
- A non-null set of all ancestors. Does not contains the contentTypeId itself.
- Throws:
IllegalArgumentException- if the content type does not exist.
-
getSupertypeIds
public Pair<String[],String[]> getSupertypeIds(String contentTypeId)
Get super type's ids for the given content type The first entry contains super content types, the second one contains super mixin types- Parameters:
contentTypeId- The content type id to test- Returns:
- An array of super type's ids.
- Throws:
IllegalArgumentException- if the content type does not exist.
-
getPluginName
public String getPluginName(String contentTypeId)
Get plugin name for the given content type- Parameters:
contentTypeId- The content type id to test- Returns:
- the plugin name
- Throws:
IllegalArgumentException- if the content type does not exist.
-
buildReverseHierarchies
public List<Set<String>> buildReverseHierarchies(String contentTypeId)
Builds the reverse hierarchies of ancestors of a content type- Parameters:
contentTypeId- The content type's id- Returns:
- the reverse hierarchies with ancestors
-
getViews
public Map<String,View> getViews(String[] contentTypeIds, String[] mixinIds)
Get all views resulting of the concatenation of views of given content types and mixins.- Parameters:
contentTypeIds- the identifiers of the content typesmixinIds- the identifiers of the mixins- Returns:
- The views
-
getViews
public Map<String,View> getViews(String[] contentTypeIds, String[] mixinIds, Set<String> viewNamesToAvoid)
Get all views resulting of the concatenation of views of given content types and mixins.- Parameters:
contentTypeIds- the identifiers of the content typesmixinIds- the identifiers of the mixinsviewNamesToAvoid- names of views that should not be managed- Returns:
- The views
-
getView
public View getView(String viewName, String[] contentTypeIds, String[] mixinIds)
Get the view for view resulting of the concatenation of views of the given content types and mixins.- Parameters:
viewName- the name of the view to retrievecontentTypeIds- the identifiers of the content typesmixinIds- the identifiers of the mixins- Returns:
- The view or null if none matches.
-
getViewWithFallback
public View getViewWithFallback(String viewName, String fallbackViewName, Content content)
Get the view for view resulting for a given content- Parameters:
viewName- the name of the view to retrieve. If null or empty, fallback view will be used.fallbackViewName- the name of the view to retrieve if the initial was not found. If null or empty, "main" view view will be used as fallback view.content- the content- Returns:
- The view or null if none matches.
-
getViewWithFallback
public View getViewWithFallback(String viewName, String fallbackViewName, String[] contentTypeIds, String[] mixinIds)
Get the view for view resulting of the concatenation of views of the given content types and mixins.- Parameters:
viewName- the name of the view to retrieve. If null or empty, fallback view will be used.fallbackViewName- the name of the view to retrieve if the initial was not found. If null or empty, "main" view view will be used as fallback view.contentTypeIds- the identifiers of the content typesmixinIds- the identifiers of the mixins- Returns:
- The view or null if none matches.
-
getViewAsJSON
public Map<String,Object> getViewAsJSON(String contentTypeId, String viewName, boolean isEdition) throws ProcessingException
Converts the view with the given name in a JSON Map- Parameters:
contentTypeId- the content type identifierviewName- the name of the view to convertisEdition-trueif the JSON result is used for edition purposes (configure a form panel, ...)falseotherwise- Returns:
- the view as a JSON Map
- Throws:
ProcessingException- if an error occurs when converting the view
-
getTitleViewAsJSON
public Map<String,Object> getTitleViewAsJSON(String contentTypeId, boolean isEdition) throws ProcessingException
Converts the title view in a JSON Map- Parameters:
contentTypeId- the content type identifierisEdition-trueif the JSON result is used for edition purposes (configure a form panel, ...)falseotherwise- Returns:
- the view as a JSON Map
- Throws:
ProcessingException- if an error occurs when converting the view
-
parseView
public View parseView(ContentType contentType, Map<ContentType,Configuration> viewConfigurations) throws ConfigurationException
Parses the view of the given content type from the configurations- Parameters:
contentType- the content typeviewConfigurations- the view's configurations, indexed by the content types defining this view- Returns:
- the parsed view
- Throws:
ConfigurationException- if the configuration is invalid
-
joinViews
public View joinViews(List<View> views)
Creates a view that is a jointure between all the given views- Parameters:
views- the views to join- Returns:
- the joined view
-
getMetadataSetsForView
@Deprecated public Map<String,MetadataSet> getMetadataSetsForView(String[] cTypes, String[] mixins, boolean includeInternal)
Deprecated.UsegetViews(String[], String[])insteadGet all metadata sets for view resulting of the concatenation of metadata sets of given content types and mixins.- Parameters:
cTypes- The id of content typesmixins- The id of mixinsincludeInternal-trueTrue to include internal metadata sets- Returns:
- The metadata sets
-
getMetadataSetsForEdition
@Deprecated public Map<String,MetadataSet> getMetadataSetsForEdition(String[] cTypes, String[] mixins, boolean includeInternal)
Deprecated.UsegetViews(String[], String[])insteadGet all metadata sets for edition resulting of the concatenation of metadata sets of given content types and mixins.- Parameters:
cTypes- The id of content typesmixins- The id of mixinsincludeInternal-trueTrue to include internal metadata sets- Returns:
- The metadata sets
-
getMetadataSetForView
@Deprecated public MetadataSet getMetadataSetForView(String metadataSetName, String[] cTypes, String[] mixins)
Deprecated.UsegetView(String, String[], String[])insteadGet the metadata set for view resulting of the concatenation of metadata sets of given content types and mixins.- Parameters:
metadataSetName- the name of metadata set to retrievecTypes- The id of content typesmixins- The id of mixins- Returns:
- The list of metadata set names.
-
getMetadataSetForEdition
@Deprecated public MetadataSet getMetadataSetForEdition(String metadataSetName, String[] cTypes, String[] mixins)
Deprecated.UsegetView(String, String[], String[])insteadGet the metadata set for edition resulting of the concatenation of metadata sets of given content types and mixins.- Parameters:
metadataSetName- the name of metadata set to retrievecTypes- The id of content typesmixins- The id of mixins- Returns:
- The metadata set
-
getViewsInfo
public List<Map<String,Object>> getViewsInfo(String contentTypeId, boolean includeInternals)
Get the views of a content type- Parameters:
contentTypeId- the content type idincludeInternals- Set to true to include internal views.- Returns:
- the views' info
-
getIndexingModel
public IndexingModel getIndexingModel(Content content)
Get the indexing model resulting of the concatenation of indexing models of given content types and mixins.- Parameters:
content- The content.- Returns:
- The indexing model
-
getIndexingModel
public IndexingModel getIndexingModel(String[] cTypes, String[] mixins)
Get the indexing model resulting of the concatenation of indexing models of given content types and mixins.- Parameters:
cTypes- The id of content typesmixins- The id of mixins- Returns:
- The indexing model
-
copyMetadataSetElementsIfNotExist
@Deprecated public void copyMetadataSetElementsIfNotExist(AbstractMetadataSetElement src, AbstractMetadataSetElement dest)
Deprecated.UseView.includeView(View)insteadCopy the elements of metadata set into a metadata set of destination, only if the elements are not already presents- Parameters:
src- The metadata set to copydest- The metadata of destination
-
getMetadataDefinition
@Deprecated public MetadataDefinition getMetadataDefinition(String metadataPath, Content content)
Deprecated.UseModelAwareDataAwareAmetysObject.getDefinition(String)API insteadRetrieve the metadata definition represented by the given path. The path can represent a metadata on another content.- Parameters:
metadataPath- the metadata path separated by '/'content- The content.- Returns:
- the metadata definition or null.
-
getMetadataDefinition
@Deprecated public MetadataDefinition getMetadataDefinition(String metadataPath, String[] cTypes, String[] mixins)
Deprecated.UsegetModelItem(String, String[], String[])insteadRetrieve the metadata definition represented by the given path. The path can represent a metadata on another content.- Parameters:
metadataPath- the metadata path separated by '/'cTypes- The content types.mixins- The content mixins types.- Returns:
- the metadata definition or null.
-
getModelItem
public ModelItem getModelItem(String path, String[] cTypes, String[] mixins) throws IllegalArgumentException, UndefinedItemPathException
Retrieves the model item at the given path- Parameters:
path- path of the model item to retrieve. No matter if it is a definition or data path (with repeater entry positions)cTypes- identifiers of the content types where to search the model itemmixins- identifiers of the mixins where to search the model item- Returns:
- the model item
- Throws:
IllegalArgumentException- if the given path is null or emptyUndefinedItemPathException- if there is no item defined at the given path in given item containers
-
getMetadataDefinition
@Deprecated public MetadataDefinition getMetadataDefinition(String metadataPath, ContentType initialContentType)
Deprecated.UseModelItemAccessor.getModelItem(String)insteadRetrieves a metadata definition from a path. The metadata can be defined in a referenced or sub content.- Parameters:
metadataPath- the metadata path separated by '/'initialContentType- The initial content type to start the search- Returns:
- the metadata definition or
nullif not found
-
getModelItemsPaths
public Map<String,List<ModelItem>> getModelItemsPaths(Set<String> paths, Content content)
Retrieve the list of successive model items represented by the given paths, indexed by path.- Parameters:
paths- paths of the model items to retrieve. These paths are relative to the given containers. No matter if they are definition or data paths (with repeater entry positions)content- the content- Returns:
- the list of successive model items, indexed by path
- Throws:
IllegalArgumentException- if one of the given paths is null or emptyUndefinedItemPathException- if there is no item defined at one of the given paths in given item containers
-
getModelItemPath
public List<ModelItem> getModelItemPath(String path, Content content) throws IllegalArgumentException, UndefinedItemPathException
Retrieve the list of successive model items represented by the given path.- Parameters:
path- path of the model items to retrieve. This path is relative to the given containers. No matter if it is a definition or data path (with repeater entry positions)content- the content- Returns:
- the list of successive model items
- Throws:
IllegalArgumentException- if the given path is null or emptyUndefinedItemPathException- if there is no item defined at the given path in given item containers
-
getModelItemsPaths
public Map<String,List<ModelItem>> getModelItemsPaths(Set<String> paths, ContentType contentType)
Retrieve the list of successive model items represented by the given paths, indexed by path.- Parameters:
paths- paths of the model items to retrieve. These paths are relative to the given containers. No matter if they are definition or data paths (with repeater entry positions)contentType- the content type- Returns:
- the list of successive model items, indexed by path
- Throws:
IllegalArgumentException- if one of the given paths is null or emptyUndefinedItemPathException- if there is no item defined at one of the given paths in given item containers
-
getModelItemPath
public List<ModelItem> getModelItemPath(String path, ContentType contentType)
Retrieve the list of successive model items represented by the given path.- Parameters:
path- path of the model items to retrieve. This path is relative to the given containers. No matter if it is a definition or data path (with repeater entry positions)contentType- the content type- Returns:
- the list of successive model items
- Throws:
IllegalArgumentException- if the given path is null or emptyUndefinedItemPathException- if there is no item defined at the given path in given item containers
-
isCompatibleContentType
public boolean isCompatibleContentType(Content content, String cTypeId)
Determines if the given content type can be added to content- Parameters:
content- The contentcTypeId- The id of content type- Returns:
trueif the content type is compatible with content
-
getModelItems
public Map<String,ModelItem> getModelItems(String[] contentTypes) throws ConfigurationException
Retrieves all model items of given content types.- Parameters:
contentTypes- The identifier of the content types- Returns:
- the model items
- Throws:
ConfigurationException- if an error occurred
-
getCommonModelItems
public Map<String,ModelItem> getCommonModelItems(Collection<String> contentTypeIds, String viewName)
Retrieves the common model items for a list of content types- Parameters:
contentTypeIds- The list of content types to considerviewName- The view name to list model items- Returns:
- The map of model items. Key are the model item's path in the content type
-
_populateModelItemsAccumulator
protected void _populateModelItemsAccumulator(Map<String,ModelItem> internalAcc, ViewItemContainer viewItemContainer, String prefix)
Populates the accumulator with the model items- Parameters:
internalAcc- the accumulator of model itemsviewItemContainer- the view item container of the contentprefix- the view item accessor path prefix
-
getContentTypesInformations
public Set<Map<String,Object>> getContentTypesInformations()
Get information on content types.- Returns:
- A Map with content types
-
getContentTypesInformations
public Set<Map<String,Object>> getContentTypesInformations(List<String> contentTypeIds, boolean withRight)
Get the content types information as JSON- Parameters:
contentTypeIds- the list of content type idswithRight- true to add rights to results- Returns:
- the list of content types information as JSON
-
getContentTypesList
public Map<String,Object> getContentTypesList(List<String> ids, boolean inherited, boolean checkRights, boolean includePrivate, boolean includeMixins, boolean includeAbstract)
Get information on content types.- Parameters:
ids- The id of content types to retrieveinherited- If true, the sub-types will be also returned.checkRights- If true, only content types allowed for creation will be returnedincludePrivate- If true, the list will include the private content types. By default the list is restricted to the public content types.includeMixins- If true the list will include the mixins content types.includeAbstract- If true the list will include the abstract content types.- Returns:
- A Map with retrieved, unknown, not-allowed and private content types
-
getContentTypeProperties
public Map<String,Object> getContentTypeProperties(ContentType contentType)
Get the content type properties- Parameters:
contentType- The content type- Returns:
- The content type properties
-
hasRight
public boolean hasRight(String contentTypeId)
Test if the current user has the right needed by the content type to create a content.- Parameters:
contentTypeId- The content type id- Returns:
- true if the user has the right needed, false otherwise.
-
_hasRight
protected boolean _hasRight(ContentType contentType)
Test if the current user has the right needed by the content type to create a content.- Parameters:
contentType- The content type- Returns:
- true if the user has the right needed, false otherwise.
-
canRead
@Deprecated public boolean canRead(Content content, MetadataDefinition metadataDef)
Deprecated.UseAttributeDefinition.canRead(Content)insteadDetermine whether a metadata can be read at this time.- Parameters:
metadataDef- the metadata definitioncontent- The content where metadata is to be read on.- Returns:
trueif the current user is allowed to read the metadata of this content.- Throws:
AmetysRepositoryException- if an error occurs while accessing the content.
-
canWrite
@Deprecated public boolean canWrite(Content content, MetadataDefinition metadataDef)
Deprecated.UseAttributeDefinition.canWrite(Content)insteadDetermine whether a metadata can be read at this time.- Parameters:
metadataDef- the metadata definitioncontent- The content where metadata is to be read on.- Returns:
trueif the current user is allowed to read the metadata of this content.- Throws:
AmetysRepositoryException- if an error occurs while accessing the content.
-
getContentTypeIdForRendering
public String getContentTypeIdForRendering(Content content)
Get the id of content type to use for rendering- Parameters:
content- The content- Returns:
- the id of dynamic or standard content type
-
getDynamicContentTypeId
public String getDynamicContentTypeId(String[] contentTypes, String[] mixinTypes)
Get the id of the dynamic content type matching to given ones- Parameters:
contentTypes- The content typesmixinTypes- The mixins- Returns:
- the id of dynamic content type or null if no dynamic content type was found
-
getContentTypePluginForRendering
public String getContentTypePluginForRendering(Content content)
Get the plugin name of content type to use for rendering- Parameters:
content- The content- Returns:
- the plugin name of dynamic or standard content type
-
getDynamicContentTypePlugin
public String getDynamicContentTypePlugin(String[] contentTypes, String[] mixinTypes)
Get the plugin name of the dynamic content type matching to given ones- Parameters:
contentTypes- The content typesmixinTypes- The mixins- Returns:
- the plugin name of dynamic content type or null if no dynamic content type was found
-
getContentTypeLabel
public I18nizableText getContentTypeLabel(Content content)
Retrieves the label of the content type.- Parameters:
content- The content- Returns:
- the label.
-
getContentTypeDescription
public I18nizableText getContentTypeDescription(Content content)
Retrieves the description of the content type.- Parameters:
content- The content- Returns:
- the label.
-
getContentTypeDefaultTitle
public I18nizableText getContentTypeDefaultTitle(Content content)
Retrieves the default title of the content type.- Parameters:
content- The content- Returns:
- the label.
-
getContentTypeCategory
public I18nizableText getContentTypeCategory(Content content)
Retrieves the category of the content type.- Parameters:
content- The content- Returns:
- the label.
-
getIconGlyph
public String getIconGlyph(Content content)
Retrieves the CSS class to use as glyph icon of the content- Parameters:
content- The content- Returns:
- the glyph
-
getIconDecorator
public String getIconDecorator(Content content)
Retrieves the CSS class to use as decorator above the main icon- Parameters:
content- The content- Returns:
- the decorator CSS class name
-
getSmallIcon
public String getSmallIcon(Content content)
Retrieves the URL of the icon without the context path.- Parameters:
content- The content- Returns:
- the icon URL for the small image 16x16.
-
getMediumIcon
public String getMediumIcon(Content content)
Retrieves the URL of the icon without the context path.- Parameters:
content- The content- Returns:
- the icon URL for the medium image 32x32.
-
getLargeIcon
public String getLargeIcon(Content content)
Retrieves the URL of the icon without the context path.- Parameters:
content- The content- Returns:
- the icon URL for the large image 48x48.
-
getFirstContentType
public ContentType getFirstContentType(Content content)
Get the content type which determines the content icons and rendering- Parameters:
content- The content- Returns:
- The main content type
-
getTitleMetadataDefinition
@Deprecated public static MetadataDefinition getTitleMetadataDefinition()
Deprecated.UsegetTitleAttributeDefinition()insteadGet the metadata definition for the "title" standard metadata.- Returns:
- The standard title metadata definition.
-
getTitleAttributeDefinition
public AttributeDefinition<String> getTitleAttributeDefinition()
Retrieves the definition for the standard "title" attribute.- Returns:
- the standard "title" attribute.
-
isArchivedContentType
public boolean isArchivedContentType(String cTypeId)
Determines if the content type is an archived content type- Parameters:
cTypeId- The id of content type- Returns:
- true if the content type is an org.ametys.cms.ArchivedContent
-
-