Modifier and Type | Method and Description |
---|---|
NodeEntity |
CopyEntity.getCopy() |
Modifier and Type | Method and Description |
---|---|
void |
CopyEntity.setCopy(NodeEntity copy) |
Modifier and Type | Class and Description |
---|---|
class |
NodeUpdateEntity
Bean to convey alf_node update data.
|
Modifier and Type | Method and Description |
---|---|
NodeEntity |
ChildAssocEntity.getChildNode() |
NodeEntity |
ChildAssocEntity.getParentNode() |
NodeEntity |
StoreEntity.getRootNode() |
NodeEntity |
NodeAssocEntity.getSourceNode() |
NodeEntity |
NodeAssocEntity.getTargetNode() |
protected abstract NodeEntity |
AbstractNodeDAOImpl.selectNodeById(Long id) |
protected abstract NodeEntity |
AbstractNodeDAOImpl.selectNodeByNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
protected abstract NodeEntity |
AbstractNodeDAOImpl.selectStoreRootNode(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<NodeEntity> |
AbstractNodeDAOImpl.selectTxnChanges(Long txnId,
Long storeId) |
Modifier and Type | Method and Description |
---|---|
protected abstract Long |
AbstractNodeDAOImpl.insertNode(NodeEntity node) |
protected Long |
AbstractNodeDAOImpl.newNodeImplInsert(NodeEntity node) |
void |
ChildAssocEntity.setChildNode(NodeEntity childNode) |
void |
ChildAssocEntity.setParentNode(NodeEntity parentNode) |
void |
StoreEntity.setRootNode(NodeEntity rootNode) |
void |
NodeAssocEntity.setSourceNode(NodeEntity sourceNode) |
void |
NodeAssocEntity.setTargetNode(NodeEntity targetNode) |
Modifier and Type | Method and Description |
---|---|
protected NodeEntity |
NodeDAOImpl.selectNodeById(Long id) |
protected NodeEntity |
NodeDAOImpl.selectNodeByNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
protected NodeEntity |
NodeDAOImpl.selectStoreRootNode(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Modifier and Type | Method and Description |
---|---|
protected List<NodeEntity> |
NodeDAOImpl.selectTxnChanges(Long txnId,
Long storeId) |
Modifier and Type | Method and Description |
---|---|
protected Long |
NodeDAOImpl.insertNode(NodeEntity node) |
protected Long |
NodeDAOImpl.MySQLClusterNDB.newNodeImplInsert(NodeEntity node) |
Modifier and Type | Method and Description |
---|---|
NodeEntity |
FilterSortNodeEntity.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
FilterSortNodeEntity.setNode(NodeEntity childNode) |
Modifier and Type | Method and Description |
---|---|
NodeEntity |
NodeBackedEntity.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
NodeBackedEntity.setNode(NodeEntity childNode) |
Modifier and Type | Method and Description |
---|---|
NodeEntity |
AuthorityInfoEntity.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorityInfoEntity.setNode(NodeEntity childNode) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.