Package org.alfresco.repo.events
Class AbstractEventsService.NodeInfo
- java.lang.Object
-
- org.alfresco.repo.events.AbstractEventsService.NodeInfo
-
- Enclosing class:
- AbstractEventsService
protected class AbstractEventsService.NodeInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckNodeInfo()Set<QName>getAspects()Set<String>getAspectsAsStrings()org.alfresco.sync.repo.ClientgetClient()StringgetEventType()BooleangetIsVisible()LonggetModificationTimestamp()StringgetName()StringgetNodeId()List<List<String>>getParentNodeIds()List<String>getPaths()Map<String,Serializable>getProperties()StringgetSiteId()NodeRef.StatusgetStatus()StringgetTxnId()QNamegetType()BooleangetTypeMatches()booleanisInclude()BooleanisNodeExists()StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getProperties
public Map<String,Serializable> getProperties()
-
checkNodeInfo
public boolean checkNodeInfo()
-
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()
-
getModificationTimestamp
public Long getModificationTimestamp()
-
getType
public QName getType()
-
getSiteId
public String getSiteId()
-
getClient
public org.alfresco.sync.repo.Client getClient()
-
-