|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.sync.NodeDescription
public class NodeDescription
An 'off-line' description of an Alfresco node.
Constructor Summary | |
---|---|
NodeDescription(java.lang.String sourceId)
Instantiates a new node description. |
Method Summary | |
---|---|
java.util.Set |
getChildAssociations()
Gets the child associations. |
java.util.Date |
getLastModified()
Gets the last modification date. |
PropertyMap |
getProperties()
Gets the properties. |
java.lang.String |
getSourceId()
Gets an identifier for the node for monitoring purposes. |
void |
setLastModified(java.util.Date lastModified)
Sets the last modification date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeDescription(java.lang.String sourceId)
sourceId
- An identifier for the node for monitoring purposes. Should help trace where the node originated from.Method Detail |
---|
public java.lang.String getSourceId()
public java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified
- the last modification datepublic PropertyMap getProperties()
public java.util.Set getChildAssociations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |