Class StorageLogbookParameters

    • Method Detail

      • createLogParameters

        public static StorageLogbookParameters createLogParameters​(java.lang.String objectIdentifier,
                                                                   java.lang.String dataCategory,
                                                                   java.lang.String digest,
                                                                   java.lang.String digestAlgorithm,
                                                                   java.lang.String size,
                                                                   java.lang.String agentIdentifiers,
                                                                   java.lang.String agentIdentifierRequester,
                                                                   StorageLogbookOutcome outcome)
      • getEventDateTime

        public java.time.LocalDateTime getEventDateTime()
        Get the event date time as a local date time
        Returns:
        the local date time as a LocalDateTime
      • setStatus

        public StorageLogbookParameters setStatus​(StorageLogbookOutcome outcome)
        set The status of the operation
        Parameters:
        outcome - the outcome
        Returns:
        the StorageLogbookParameters after the parameter has been added
      • getStatus

        public StorageLogbookOutcome getStatus()
        Get the status as an outcome
        Returns:
        the status as a StorageLogbookOutcome