Uses of Class
org.alfresco.repo.domain.contentdata.ContentUrlEntity
-
Packages that use ContentUrlEntity Package Description org.alfresco.repo.domain.contentdata org.alfresco.repo.domain.contentdata.ibatis -
-
Uses of ContentUrlEntity in org.alfresco.repo.domain.contentdata
Methods in org.alfresco.repo.domain.contentdata that return ContentUrlEntity Modifier and Type Method Description protected abstract ContentUrlEntityAbstractContentDataDAOImpl. createContentUrlEntity(java.lang.String contentUrl, long size, ContentUrlKeyEntity contentUrlKey)ContentUrlEntityAbstractContentDataDAOImpl. getContentUrl(java.lang.Long contentUrlId)ContentUrlEntityAbstractContentDataDAOImpl. getContentUrl(java.lang.String contentUrl)ContentUrlEntityContentDataDAO. getContentUrl(java.lang.Long contentUrlId)Get a content url entity by contentUrlIdContentUrlEntityContentDataDAO. getContentUrl(java.lang.String contentUrl)Get a content url entity by contentUrlprotected abstract ContentUrlEntityAbstractContentDataDAOImpl. getContentUrlEntity(java.lang.Long id)protected abstract ContentUrlEntityAbstractContentDataDAOImpl. getContentUrlEntity(java.lang.String contentUrl)protected abstract ContentUrlEntityAbstractContentDataDAOImpl. getContentUrlEntityUnreferenced(java.lang.String contentUrl)ContentUrlEntityAbstractContentDataDAOImpl. getOrCreateContentUrl(java.lang.String contentUrl)ContentUrlEntityAbstractContentDataDAOImpl. getOrCreateContentUrl(java.lang.String contentUrl, long size)ContentUrlEntityContentDataDAO. getOrCreateContentUrl(java.lang.String contentUrl)Get a content URL or create one if it does not existContentUrlEntityContentDataDAO. getOrCreateContentUrl(java.lang.String contentUrl, long size)Get a content URL or create one if it does not existstatic ContentUrlEntityContentUrlEntity. setContentUrlKey(ContentUrlEntity existing, ContentUrlKeyEntity contentUrlKey)Methods in org.alfresco.repo.domain.contentdata with parameters of type ContentUrlEntity Modifier and Type Method Description static ContentUrlEntityContentUrlEntity. setContentUrlKey(ContentUrlEntity existing, ContentUrlKeyEntity contentUrlKey)protected abstract intAbstractContentDataDAOImpl. updateContentUrlEntity(ContentUrlEntity existing, ContentUrlEntity entity)Method parameters in org.alfresco.repo.domain.contentdata with type arguments of type ContentUrlEntity Modifier and Type Method Description voidAbstractContentDataDAOImpl. setContentUrlCache(org.alfresco.repo.cache.SimpleCache<java.lang.Long,ContentUrlEntity> contentUrlCache) -
Uses of ContentUrlEntity in org.alfresco.repo.domain.contentdata.ibatis
Methods in org.alfresco.repo.domain.contentdata.ibatis that return ContentUrlEntity Modifier and Type Method Description protected ContentUrlEntityContentDataDAOImpl. createContentUrlEntity(java.lang.String contentUrl, long size, ContentUrlKeyEntity contentUrlKeyEntity)protected ContentUrlEntityContentDataDAOImpl. getContentUrlEntity(java.lang.Long id)ContentUrlEntityContentDataDAOImpl. getContentUrlEntity(java.lang.String contentUrl)protected ContentUrlEntityContentDataDAOImpl. getContentUrlEntityUnreferenced(java.lang.String contentUrl)Methods in org.alfresco.repo.domain.contentdata.ibatis with parameters of type ContentUrlEntity Modifier and Type Method Description protected intContentDataDAOImpl. updateContentUrlEntity(ContentUrlEntity existing, ContentUrlEntity entity)
-