Class GetFileIDsAction

  • All Implemented Interfaces:
    ClientAction

    public class GetFileIDsAction
    extends Object
    implements ClientAction
    Action class to get file IDs from Bitmag.
    • Constructor Detail

      • GetFileIDsAction

        public GetFileIDsAction​(org.bitrepository.access.getfileids.GetFileIDsClient client,
                                String collectionID,
                                String pillarID,
                                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
    • Method Detail

      • performAction

        public void performAction()
        Description copied from interface: ClientAction
        Method to perform the implemented action
        Specified by:
        performAction in interface ClientAction
      • getActionResult

        public Set<String> getActionResult()