You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an extra method on the content management module that returns a List of nodes based on some given node attributes as parameters.
public List<NodeDTO> getNodeByAttributes(Map<String, List<String>> attributes)
It would be nice to have an extra method on the content management module that returns a List of nodes based on some given node attributes as parameters.
public List<NodeDTO> getNodeByAttributes(Map<String, List<String>> attributes)