Package | Description |
---|---|
org.alfresco.repo.domain.contentdata | |
org.alfresco.repo.domain.contentdata.ibatis |
Modifier and Type | Method and Description |
---|---|
protected ContentDataEntity |
AbstractContentDataDAOImpl.createContentDataEntity(org.alfresco.service.cmr.repository.ContentData contentData)
Translates the
ContentData into persistable values using the helper DAOs |
protected abstract ContentDataEntity |
AbstractContentDataDAOImpl.createContentDataEntity(Long contentUrlId,
Long mimetypeId,
Long encodingId,
Long localeId)
Create the row for the alf_content_data
|
protected abstract ContentDataEntity |
AbstractContentDataDAOImpl.getContentDataEntity(Long id) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<ContentDataEntity> |
AbstractContentDataDAOImpl.getContentDataEntitiesForNodes(Set<Long> nodeIds) |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
AbstractContentDataDAOImpl.updateContentDataEntity(ContentDataEntity entity)
Update an existing alf_content_data entity
|
protected int |
AbstractContentDataDAOImpl.updateContentDataEntity(ContentDataEntity contentDataEntity,
org.alfresco.service.cmr.repository.ContentData contentData)
Translates the
ContentData into persistable values using the helper DAOs |
Modifier and Type | Method and Description |
---|---|
protected ContentDataEntity |
ContentDataDAOImpl.createContentDataEntity(Long contentUrlId,
Long mimetypeId,
Long encodingId,
Long localeId) |
protected ContentDataEntity |
ContentDataDAOImpl.getContentDataEntity(Long id) |
Modifier and Type | Method and Description |
---|---|
protected List<ContentDataEntity> |
ContentDataDAOImpl.getContentDataEntitiesForNodes(Set<Long> nodeIds) |
Modifier and Type | Method and Description |
---|---|
protected int |
ContentDataDAOImpl.updateContentDataEntity(ContentDataEntity entity) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.