org.alfresco.repo.domain.node
Class NodeUpdateEntity
java.lang.Object
org.alfresco.repo.domain.node.NodeEntity
org.alfresco.repo.domain.node.NodeUpdateEntity
- All Implemented Interfaces:
- Node, NodeIdAndAclId, PermissionCheckValue
public class NodeUpdateEntity
- extends NodeEntity
Bean to convey alf_node update data. It uses the basic node data, but adds
information to identify the properties that need updating.
- Since:
- 3.4
Methods inherited from class org.alfresco.repo.domain.node.NodeEntity |
getAclId, getAuditableProperties, getDeleted, getId, getLocaleId, getNodePair, getNodeRef, getNodeStatus, getStore, getTransaction, getTypeQNameId, getUuid, getVersion, incrementVersion, lock, setAclId, setAuditableProperties, setDeleted, setId, setLocaleId, setStore, setTransaction, setTypeQNameId, setUuid, setVersion, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NodeUpdateEntity
public NodeUpdateEntity()
- Required default constructor
isUpdateAnything
public boolean isUpdateAnything()
- Determine if this update represents anything new at all
isUpdateTypeQNameId
public boolean isUpdateTypeQNameId()
setUpdateTypeQNameId
public void setUpdateTypeQNameId(boolean updateTypeQNameId)
isUpdateLocaleId
public boolean isUpdateLocaleId()
setUpdateLocaleId
public void setUpdateLocaleId(boolean updateLocaleId)
isUpdateAclId
public boolean isUpdateAclId()
setUpdateAclId
public void setUpdateAclId(boolean updateAclId)
isUpdateDeleted
public boolean isUpdateDeleted()
setUpdateDeleted
public void setUpdateDeleted(boolean updateDeleted)
isUpdateTransaction
public boolean isUpdateTransaction()
setUpdateTransaction
public void setUpdateTransaction(boolean updateTransaction)
isUpdateAuditableProperties
public boolean isUpdateAuditableProperties()
setUpdateAuditableProperties
public void setUpdateAuditableProperties(boolean updateAuditableProperties)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.