Class AbstractEventsService.NodeInfo

java.lang.Object
org.alfresco.repo.events.AbstractEventsService.NodeInfo
Enclosing class:
AbstractEventsService

protected class AbstractEventsService.NodeInfo extends Object
  • Constructor Details

  • Method Details

    • getProperties

      public Map<String,Serializable> getProperties()
    • checkNodeInfo

      public boolean checkNodeInfo()
    • getAspects

      public Set<QName> getAspects()
    • getAspectsAsStrings

      public Set<String> getAspectsAsStrings()
    • getTypeMatches

      public Boolean getTypeMatches()
    • getEventType

      public String getEventType()
    • isInclude

      public boolean isInclude()
    • getIsVisible

      public Boolean getIsVisible()
    • isNodeExists

      public Boolean isNodeExists()
    • getTxnId

      public String getTxnId()
    • getName

      public String getName()
    • getNodeId

      public String getNodeId()
    • getStatus

      public NodeRef.Status getStatus()
    • getPaths

      public List<String> getPaths()
    • getParentNodeIds

      public List<List<String>> getParentNodeIds()
    • getModificationTimestamp

      public Long getModificationTimestamp()
    • getType

      public QName getType()
    • getSiteId

      public String getSiteId()
    • getClient

      public org.alfresco.sync.repo.Client getClient()
    • toString

      public String toString()
      Overrides:
      toString in class Object