|
Method Detailboolean canDelete() Returns true if the delete permission is allowed by this pal. Returns: boolean Since: 11-17-2022 boolean canPut() Returns true if the put permission is allowed by this pal. Returns: boolean Since: 11-17-2022 deleteFile(String fileId) Deletes the specified file.
Parameters:
Since: 11-17-2022 Date getExpires() Returns the expiration datetime for this SafeBox. Returns: Date Since: 11-17-2022 File getFile(String fileId) Returns the specified file.
Parameters:
Returns: File Since: 11-17-2022 DataList getFiles() Returns a list of all the files in this SafeBox. Returns: DataList DataList Name: files DataList Fields: filename, length Since: 11-17-2022 File getFirstFile() Returns the first in this SafeBox. Returns: File Since: 11-17-2022 String getId() Returns the unique ID of this SafeBox. Returns: String Since: 11-17-2022 File getLastFile() Returns the last in this SafeBox. Returns: File Since: 11-17-2022 putFile(File file) Stores the file
Parameters:
Since: 11-17-2022 String toString() Returns a description of this object. Returns: String Since: 11-17-2022 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |