Package org.alfresco.repo.events
Class AbstractEventsService.NodeInfo
java.lang.Object
org.alfresco.repo.events.AbstractEventsService.NodeInfo
- Enclosing class:
- AbstractEventsService
-
Constructor Summary
ConstructorsConstructorDescriptionNodeInfo(String eventType, String txnId, String name, NodeRef nodeRef, NodeRef.Status status, List<Path> nodePaths, Long modificationTimestamp, QName type, Set<QName> aspects, String siteId, org.alfresco.sync.repo.Client client, Boolean nodeExists, boolean include, Boolean isVisible, Boolean typeMatches) -
Method Summary
-
Constructor Details
-
NodeInfo
public NodeInfo(String eventType, String txnId, String name, NodeRef nodeRef, NodeRef.Status status, List<Path> nodePaths, Long modificationTimestamp, QName type, Set<QName> aspects, String siteId, org.alfresco.sync.repo.Client client, Boolean nodeExists, boolean include, Boolean isVisible, Boolean typeMatches)
-
-
Method Details
-
getProperties
-
checkNodeInfo
public boolean checkNodeInfo() -
getAspects
-
getAspectsAsStrings
-
getTypeMatches
-
getEventType
-
isInclude
public boolean isInclude() -
getIsVisible
-
isNodeExists
-
getTxnId
-
getName
-
getNodeId
-
getStatus
-
getPaths
-
getParentNodeIds
-
getModificationTimestamp
-
getType
-
getSiteId
-
getClient
public org.alfresco.sync.repo.Client getClient() -
toString
-