org.apache.jackrabbit.core.data
Class AsyncUploadCacheResult
java.lang.Object
org.apache.jackrabbit.core.data.AsyncUploadCacheResult
public class AsyncUploadCacheResult
- extends Object
This class holds result of asynchronous upload from AsyncUploadCache
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncUploadCacheResult
public AsyncUploadCacheResult()
canAsyncUpload
public boolean canAsyncUpload()
- Flag to denote that asynchronous upload can be started on file.
setAsyncUpload
public void setAsyncUpload(boolean asyncUpload)
doRequiresDelete
public boolean doRequiresDelete()
- Flag to indicate that record to be deleted from
Datastore.
setRequiresDelete
public void setRequiresDelete(boolean requiresDelete)
getFile
public File getFile()
setFile
public void setFile(File file)
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.