Class AsyncUploadResult

java.lang.Object
org.apache.jackrabbit.core.data.AsyncUploadResult

public class AsyncUploadResult extends Object
The class holds the result of asynchronous upload to Backend
  • Constructor Details

  • Method Details

    • getIdentifier

      public DataIdentifier getIdentifier()
    • getFile

      public File getFile()
    • getException

      public Exception getException()
    • setException

      public void setException(Exception exception)