Class MockResourceCollectionManager

java.lang.Object
io.wcm.testing.mock.aem.granite.MockResourceCollectionManager
All Implemented Interfaces:
com.adobe.granite.workflow.collection.ResourceCollectionManager

public final class MockResourceCollectionManager extends Object implements com.adobe.granite.workflow.collection.ResourceCollectionManager
Mock implementation of ResourceCollectionManager.
  • Constructor Details

    • MockResourceCollectionManager

      public MockResourceCollectionManager()
  • Method Details

    • createCollection

      public com.adobe.granite.workflow.collection.ResourceCollection createCollection(javax.jcr.Node node)
      Specified by:
      createCollection in interface com.adobe.granite.workflow.collection.ResourceCollectionManager
    • getCollectionsForNode

      public List<com.adobe.granite.workflow.collection.ResourceCollection> getCollectionsForNode(javax.jcr.Node baseNode)
      Specified by:
      getCollectionsForNode in interface com.adobe.granite.workflow.collection.ResourceCollectionManager
    • getCollections

      public List<com.adobe.granite.workflow.collection.ResourceCollection> getCollections(javax.jcr.Session session)
      Specified by:
      getCollections in interface com.adobe.granite.workflow.collection.ResourceCollectionManager