public class FileActionResult extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, PersistentVariableListener
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
contents
Contents of files for which the file action was carried out successfully.
|
int |
failed_count
The number of files that failed in the file action operation.
|
java.util.Map<java.lang.String,java.lang.String> |
filenames
Source to destination mapping of filenames for which the file action was
carried out successfully.
|
int |
successful_count
The number of files that succeeded in the file action operation.
|
java.util.Map<java.net.URL,java.net.URL> |
url_objects
Source to destination mapping of URL objects for which the file action was
carried out successfully.
|
java.util.Map<java.lang.String,java.lang.String> |
url_strings
URLs of files for which the file action was carried out successfully.
|
| Constructor and Description |
|---|
FileActionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this file action result.
|
void |
createdVariable()
Called immediately after a persistent variable has been created and
populated with data from the database.
|
void |
persistingVariable()
Called immediately before a persistent variable is stored to the database.
|
public transient java.util.Map<java.lang.String,java.lang.String> filenames
public transient java.util.Map<java.net.URL,java.net.URL> url_objects
public java.util.Map<java.lang.String,java.lang.String> url_strings
public java.util.List<java.lang.String> contents
public int successful_count
public int failed_count
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - If an error occurs.public void createdVariable()
throws java.lang.Exception
PersistentVariableListenercreatedVariable in interface PersistentVariableListenerjava.lang.Exception - If the additional initialization work failed and the
engine needs to be notified.public void persistingVariable()
PersistentVariableListenerpersistingVariable in interface PersistentVariableListener© 2000-2025 Flux Corporation. All rights reserved.