Class NodeDescription

java.lang.Object
org.alfresco.repo.security.sync.NodeDescription

public class NodeDescription extends Object
An 'off-line' description of an Alfresco node.
Author:
dward
  • Constructor Details

    • NodeDescription

      public NodeDescription(String sourceId)
      Instantiates a new node description.
      Parameters:
      sourceId - An identifier for the node for monitoring purposes. Should help trace where the node originated from.
  • Method Details

    • getSourceId

      public String getSourceId()
      Gets an identifier for the node for monitoring purposes. Should help trace where the node originated from.
      Returns:
      an identifier for the node for monitoring purposes
    • getLastModified

      public Date getLastModified()
      Gets the last modification date.
      Returns:
      the last modification date
    • setLastModified

      public void setLastModified(Date lastModified)
      Sets the last modification date.
      Parameters:
      lastModified - the last modification date
    • getProperties

      public PropertyMap getProperties()
      Gets the properties.
      Returns:
      the properties
    • getChildAssociations

      public Set<String> getChildAssociations()
      Gets the child associations.
      Returns:
      the child associations