Uses of Package
flux.file

Packages that use flux.file
flux File Orchestration Solutions for Banking and Finance 
flux.agent Execution of processes on remote computers to increase overall system throughput and to allow processes to run on computers that contain unique resources 
flux.file File triggers and actions 
flux.repository Storage depot of template workflows and other reusable Flux components like engine configurations 
fluximpl.file   
fluximpl.file.pgp   
fluximpl.file.pgp.decrypt   
fluximpl.file.pgp.encrypt   
fluximpl.file.zip   
 

Classes in flux.file used by flux
FileFactory
          Creates file triggers and actions and other helper objects used by file triggers and actions.
FileTransferInfo
          Contains information about a file being transferred by a file action.
 

Classes in flux.file used by flux.agent
FileActionResult
          Contains listings, in various formats, of files that underwent successful file actions.
FileInfo
          Contains information about a file.
FileTrigger.FileTriggerResult
          File trigger result, which contains matching files and directories from a concrete file trigger.
 

Classes in flux.file used by flux.file
DoubleFileParameter
          Used in file actions that operate using a source set of file parameters and a target set of file parameters.
FileActionException
          Indicates that an error has occurred in a file action and contains file listings for successful and unsuccessful file operations that occurred before the file action failed.
FileCopyAction
          Copies a group of source files and directories to a group of targets.
FileCreateAction
          Creates a group of files and directories.
FileCriteria
          Represents a group of files and directories that are used in a file operation.
FileDeleteAction
          Deletes a group of files and directories.
FileExistTrigger
          Fires when specified files and directories exist.
FileInfo
          Contains information about a file.
FileModifiedTrigger
          Fires when specified files and directories are modified.
FileMoveAction
          Moves (renames) a group of source files and directories to a group of targets.
FileNotExistTrigger
          Fires when specified files and directories do not exist.
FilePattern
          Represents a group of files and directories that are used in a file operation, including a count that can be specified to denote the minimum number of files that must match the file pattern when wildcards are used.
FileRenameAction
          The exact same behavior as FileMoveAction.
FileStableTrigger
          Abstract interface that defines a measure of stability that must exist before a file trigger can fire.
FileTrigger
          Abstract interface that fires when specified files and directories change state.
FileTrigger.FileTriggerResult
          File trigger result, which contains matching files and directories from a concrete file trigger.
FtpCommandAction
          Executes a sequence of commands on an FTP, SFTP, or FTPS host.
FtpHost
          Represents an FTP host on a network.
FtpSslEncryptionProtocol
          Used in conjunction with FtpSslHost to indicate the encryption protocol used when communicating with an FTP-over-SSL (FTPS) host on a network.
FtpSslHost
          Represents an FTP-over-SSL (FTPS) host on a network.
FtpTransferMode
          Indicates the transfer mode to use when transferring files using FTP, Secure FTP (SFTP), or FTP-over-SSL (FTPS).
Host
          Abstract interface that represents a host on a network.
IncludesFileCriteria
          A specification of files that are involved in a file operation.
LocalHost
          Represents the local file system.
NetworkHost
          Abstract interface that represents a computer on a network.
PgpBaseKey
          Base PGP key interface used to represent both public and private PGP keys.
PgpEncryptionAlgorithm
          Available PGP encryption algorithms.
PgpKeyFactory
          Makes PGP public/private key pairs that can be used in conjunction with PGP file actions.
PgpKeyPair
          Encapsulates a PGP public and private key pair.
PgpKeyType
          Available PGP key types.
PgpPrivateKey
          PGP private key.
PgpPublicKey
          PGP public key.
RenameableDoubleFileParameter
          Indicates that files should be renamed while being operated upon in a file operation.
Renamer
          Using a pre-defined renamer or substitution algorithm, returns an output string based on the input string and the renamer substitution algorithm.
SecureFtpHost
          Represents a Secure FTP (SFTP) host on a network.
SingleFileCriteria
          Specifies a target zip file in a File Zip Action.
SingleFileParameter
          File operations that use a single set of file parameters.
SortOrder
          The available sorting algorithms for ordering the results from file triggers.
TargetFileCriteria
          Represents the destination directory on a particular host for a file action.
UncHost
          Represents a UNC file system for accessing Windows shares.
 

Classes in flux.file used by flux.repository
PgpKeyPair
          Encapsulates a PGP public and private key pair.
 

Classes in flux.file used by fluximpl.file
DoubleFileParameter
          Used in file actions that operate using a source set of file parameters and a target set of file parameters.
SingleFileParameter
          File operations that use a single set of file parameters.
 

Classes in flux.file used by fluximpl.file.pgp
DoubleFileParameter
          Used in file actions that operate using a source set of file parameters and a target set of file parameters.
SingleFileParameter
          File operations that use a single set of file parameters.
 

Classes in flux.file used by fluximpl.file.pgp.decrypt
DoubleFileParameter
          Used in file actions that operate using a source set of file parameters and a target set of file parameters.
SingleFileParameter
          File operations that use a single set of file parameters.
 

Classes in flux.file used by fluximpl.file.pgp.encrypt
DoubleFileParameter
          Used in file actions that operate using a source set of file parameters and a target set of file parameters.
SingleFileParameter
          File operations that use a single set of file parameters.
 

Classes in flux.file used by fluximpl.file.zip
DoubleFileParameter
          Used in file actions that operate using a source set of file parameters and a target set of file parameters.
SingleFileParameter
          File operations that use a single set of file parameters.
 



© 2014 Flux Corporation. All rights reserved.