Class NodeTagsRelation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      java.util.List<Tag> create​(java.lang.String nodeId, java.util.List<Tag> tagsToCreate, Parameters parameters)
      Add the tag to the node with id 'nodeId'.
      void delete​(java.lang.String nodeId, java.lang.String tagId, Parameters parameters)  
      CollectionWithPagingInfo<Tag> readAll​(java.lang.String nodeId, Parameters params)
      Reads set the relationship entities from the collection using the related entityResourceId.
      void setTags​(Tags tags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeTagsRelation

        public NodeTagsRelation()
    • Method Detail

      • setTags

        public void setTags​(Tags tags)
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean