Class GetFileIDsAction

    • Constructor Summary

      Constructors 
      Constructor Description
      GetFileIDsAction​(org.bitrepository.access.getfileids.GetFileIDsClient client, java.lang.String collectionID, java.lang.String pillarID, java.util.Date minDate)
      Constructor to instantiate the get-file-ids action
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getActionResult()  
      void performAction()
      Method to perform the implemented action
      • Methods inherited from class java.lang.Object

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

      • GetFileIDsAction

        public GetFileIDsAction​(org.bitrepository.access.getfileids.GetFileIDsClient client,
                                java.lang.String collectionID,
                                java.lang.String pillarID,
                                java.util.Date minDate)
        Constructor to instantiate the get-file-ids action
        Parameters:
        client - The client to perform the action on
        collectionID - The ID of a known collection to operate on
        pillarID - The ID of a known pillar to fetch the file IDs from
        minDate - The date specifying how old file ids to fetch