public static class PublicationEvent.ContentPublicationInfo extends Object
Two instances are considered equal if they have the same content node UUID and publication languages.
| Constructor and Description |
|---|
ContentPublicationInfo(String nodeIdentifier,
String nodePath,
String nodeType,
Collection<String> publicationLanguages)
Create a published content info instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNodeIdentifier() |
String |
getNodePath() |
String |
getNodeType() |
Collection<String> |
getPublicationLanguages() |
int |
hashCode() |
public ContentPublicationInfo(String nodeIdentifier, String nodePath, String nodeType, Collection<String> publicationLanguages)
nodeIdentifier - UUID of the content nodenodePath - Path of the content nodenodeType - Primary type of the content nodepublicationLanguages - Publication languagespublic String getNodeIdentifier()
public String getNodePath()
public String getNodeType()
public Collection<String> getPublicationLanguages()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.