Class AddOrUpdateResourceHelper.ResourceOperationResult

java.lang.Object
org.ametys.plugins.explorer.resources.actions.AddOrUpdateResourceHelper.ResourceOperationResult
Enclosing class:
AddOrUpdateResourceHelper

Class representing the result of a resource operation.
  • Constructor Details

    • ResourceOperationResult

      protected ResourceOperationResult(Resource resource)
      constructor in case of a successful operation
      Parameters:
      resource - The resource of this operation
    • ResourceOperationResult

      protected ResourceOperationResult(List<Resource> resources)
      constructor in case of a successful unzip operation
      Parameters:
      resources - The list of resource for this operation
    • ResourceOperationResult

      protected ResourceOperationResult(String errorMessage)
      constructor in case of an error
      Parameters:
      errorMessage - The error message.
  • Method Details

    • getResource

      Retrieves the resource Note that getResources() should be used in case of an unzip.
      Returns:
      the resource
    • getResources

      Retrieves the list of resources, in case of an unzip.
      Returns:
      the resource
    • isUnzip

      public boolean isUnzip()
      Retrieves the unzip
      Returns:
      the unzip
    • isSuccess

      public boolean isSuccess()
      Retrieves the success
      Returns:
      the success
    • getErrorMessage

      Retrieves the errorMessage
      Returns:
      the errorMessage