Package | Description |
---|---|
org.alfresco.repo.domain.contentdata | |
org.alfresco.repo.domain.contentdata.ibatis |
Modifier and Type | Method and Description |
---|---|
protected abstract ContentUrlEntity |
AbstractContentDataDAOImpl.createContentUrlEntity(String contentUrl,
long size,
ContentUrlKeyEntity contentUrlKey) |
ContentUrlEntity |
AbstractContentDataDAOImpl.getContentUrl(Long contentUrlId) |
ContentUrlEntity |
ContentDataDAO.getContentUrl(Long contentUrlId)
Get a content url entity by contentUrlId
|
ContentUrlEntity |
AbstractContentDataDAOImpl.getContentUrl(String contentUrl) |
ContentUrlEntity |
ContentDataDAO.getContentUrl(String contentUrl)
Get a content url entity by contentUrl
|
protected abstract ContentUrlEntity |
AbstractContentDataDAOImpl.getContentUrlEntity(Long id) |
protected abstract ContentUrlEntity |
AbstractContentDataDAOImpl.getContentUrlEntity(String contentUrl) |
protected abstract ContentUrlEntity |
AbstractContentDataDAOImpl.getContentUrlEntityUnreferenced(String contentUrl) |
ContentUrlEntity |
AbstractContentDataDAOImpl.getOrCreateContentUrl(String contentUrl) |
ContentUrlEntity |
ContentDataDAO.getOrCreateContentUrl(String contentUrl)
Get a content URL or create one if it does not exist
|
ContentUrlEntity |
AbstractContentDataDAOImpl.getOrCreateContentUrl(String contentUrl,
long size) |
ContentUrlEntity |
ContentDataDAO.getOrCreateContentUrl(String contentUrl,
long size)
Get a content URL or create one if it does not exist
|
static ContentUrlEntity |
ContentUrlEntity.setContentUrlKey(ContentUrlEntity existing,
ContentUrlKeyEntity contentUrlKey) |
Modifier and Type | Method and Description |
---|---|
static ContentUrlEntity |
ContentUrlEntity.setContentUrlKey(ContentUrlEntity existing,
ContentUrlKeyEntity contentUrlKey) |
protected abstract int |
AbstractContentDataDAOImpl.updateContentUrlEntity(ContentUrlEntity existing,
ContentUrlEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentDataDAOImpl.setContentUrlCache(org.alfresco.repo.cache.SimpleCache<Long,ContentUrlEntity> contentUrlCache) |
Modifier and Type | Method and Description |
---|---|
protected ContentUrlEntity |
ContentDataDAOImpl.createContentUrlEntity(String contentUrl,
long size,
ContentUrlKeyEntity contentUrlKeyEntity) |
protected ContentUrlEntity |
ContentDataDAOImpl.getContentUrlEntity(Long id) |
ContentUrlEntity |
ContentDataDAOImpl.getContentUrlEntity(String contentUrl) |
protected ContentUrlEntity |
ContentDataDAOImpl.getContentUrlEntityUnreferenced(String contentUrl) |
Modifier and Type | Method and Description |
---|---|
protected int |
ContentDataDAOImpl.updateContentUrlEntity(ContentUrlEntity existing,
ContentUrlEntity entity) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.