public static class FileTrigger.FileTriggerResult extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable, PersistentVariableListener
Modifier and Type | Field and Description |
---|---|
java.util.List<FileInfo> |
fileinfo_matches
Contains details about files against which the file trigger matched using
its file criteria.
|
java.util.List<java.lang.String> |
filename_matches
Contains simple, base file names, without path information, of files
against which the file trigger matched using its file criteria.
|
java.util.List<java.net.URL> |
url_object_matches
Contains URLs of files and directories against which the file trigger
matched using its file criteria.
|
java.util.List<java.lang.String> |
url_string_matches
Contains URLs of files and directories against which the file trigger
matched using its file criteria.
|
Constructor and Description |
---|
FileTriggerResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones this file trigger 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 java.util.List<java.lang.String> url_string_matches
public java.util.List<FileInfo> fileinfo_matches
public transient java.util.List<java.net.URL> url_object_matches
public transient java.util.List<java.lang.String> filename_matches
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- If an error occurs.public void createdVariable() throws java.lang.Exception
createdVariable
in interface PersistentVariableListener
java.lang.Exception
- If the additional initialization work failed and the
engine needs to be notified.public void persistingVariable()
persistingVariable
in interface PersistentVariableListener
© 2000-2025 Flux Corporation. All rights reserved.