A C E F G H I J M R S T U V W

A

addMessage(Message) - Method in class flux.JmsTrigger.JmsTriggerResult
 

C

changeSet - Variable in class flux.MercurialTrigger.MercurialTriggerResult
Latest change set id.
clone() - Method in class flux.GitTrigger.GitTriggerResult
 
clone() - Method in class flux.MercurialTrigger.MercurialTriggerResult
 
clone() - Method in class flux.RabbitMQTrigger.RabbitMQTriggerResult
 
clone() - Method in class flux.SCPAction.SCPActionResult
 
clone() - Method in class flux.TwitterAction.TwitterActionResult
 
clone() - Method in class flux.WebServiceTrigger.WebServiceTriggerResult
 
commitId - Variable in class flux.GitTrigger.GitTriggerResult
Latest commit id.

E

expedited - Variable in class flux.WebServiceTrigger.WebServiceTriggerResult
The result when a web service trigger fires.

F

fetched - Variable in class flux.JmsTrigger.JmsTriggerResult
 
flux - package flux
 

G

getConnectionFactory() - Method in interface flux.JmsTrigger
Returns the JMS queue or topic factory.
getListeningQueueName() - Method in interface flux.JmsTrigger
 
getMessages() - Method in class flux.JmsTrigger.JmsTriggerResult
 
getMessageSelector() - Method in interface flux.JmsTrigger
Returns the optional message selector.
getMessagesReceived() - Method in class flux.JmsTrigger.JmsTriggerResult
 
getPollingDelay() - Method in interface flux.JmsTrigger
 
GitTrigger - Interface in flux
Git trigger.
GitTrigger.GitTriggerResult - Class in flux
The response from the GitTrigger.
GitTrigger.GitTriggerResult() - Constructor for class flux.GitTrigger.GitTriggerResult
 
GitTriggerFactory - Class in flux
Factory for creating GitTrigger.
GitTriggerFactory() - Constructor for class flux.GitTriggerFactory
 

H

HttpFileTransferAction - Interface in flux
HttpFileTransferAction that supports downloading files from web server.
HttpFileTransferActionFactory - Class in flux
Factory for creating HttpFileTransferAction.
HttpFileTransferActionFactory() - Constructor for class flux.HttpFileTransferActionFactory
 

I

init(FlowChartImpl) - Method in class flux.GitTriggerFactory
 
init(FlowChartImpl) - Method in class flux.HttpFileTransferActionFactory
 
init(FlowChartImpl) - Method in class flux.JmsTriggerFactory
 
init(FlowChartImpl) - Method in class flux.MercurialTriggerFactory
 
init(FlowChartImpl) - Method in class flux.RabbitMQActionFactory
 
init(FlowChartImpl) - Method in class flux.RabbitMQTriggerFactory
 
init(FlowChartImpl) - Method in class flux.SCPActionFactory
 
init(FlowChartImpl) - Method in class flux.TwitterActionFactory
 
init(FlowChartImpl) - Method in class flux.UntarFileActionFactory
 
init(FlowChartImpl) - Method in class flux.UnzipFileActionFactory
 
init(FlowChartImpl) - Method in class flux.WebServiceTriggerFactory
 
isFetchAllMessages() - Method in interface flux.JmsTrigger
 

J

JmsTrigger - Interface in flux
JMS Trigger.
JmsTrigger.JmsTriggerResult - Class in flux
JmsTrigger Result
JmsTrigger.JmsTriggerResult() - Constructor for class flux.JmsTrigger.JmsTriggerResult
 
JmsTrigger.JmsTriggerResult(List<Message>) - Constructor for class flux.JmsTrigger.JmsTriggerResult
 
JmsTriggerFactory - Class in flux
Factory for creating JMS Trigger.
JmsTriggerFactory() - Constructor for class flux.JmsTriggerFactory
 

M

makeGitTrigger(String) - Method in class flux.GitTriggerFactory
 
makeHttpFileTransferAction(String) - Method in class flux.HttpFileTransferActionFactory
 
makeJmsTrigger(String) - Method in class flux.JmsTriggerFactory
 
makeMercurialTrigger(String) - Method in class flux.MercurialTriggerFactory
 
makeRabbitMQAction(String) - Method in class flux.RabbitMQActionFactory
 
makeRabbitMQTrigger(String) - Method in class flux.RabbitMQTriggerFactory
 
makeSCPAction(String) - Method in class flux.SCPActionFactory
 
makeTwitterAction(String) - Method in class flux.TwitterActionFactory
 
makeUntarFileAction(String) - Method in class flux.UntarFileActionFactory
 
makeUnzipFileAction(String) - Method in class flux.UnzipFileActionFactory
 
makeWebServiceTrigger(String) - Method in class flux.WebServiceTriggerFactory
 
MercurialTrigger - Interface in flux
Mercurial trigger.
MercurialTrigger.MercurialTriggerResult - Class in flux
The response from the MercurialTrigger.
MercurialTrigger.MercurialTriggerResult() - Constructor for class flux.MercurialTrigger.MercurialTriggerResult
 
MercurialTriggerFactory - Class in flux
Factory for creating MercurialTrigger.
MercurialTriggerFactory() - Constructor for class flux.MercurialTriggerFactory
 
message - Variable in class flux.RabbitMQTrigger.RabbitMQTriggerResult
Message consumed by this trigger.
messages - Variable in class flux.JmsTrigger.JmsTriggerResult
 

R

RabbitMQ - Interface in flux
RabbitMQ shared by RabbitMQAction for publishing messages and RabbitMQTrigger for consuming messages.
RabbitMQAction - Interface in flux
RabbitMQAction that publishes messages to RabbitMQ queues.
RabbitMQActionFactory - Class in flux
Factory for creating RabbitMQAction.
RabbitMQActionFactory() - Constructor for class flux.RabbitMQActionFactory
 
RabbitMQTrigger - Interface in flux
RabbitMQTrigger that consumes message from AMQP channel.
RabbitMQTrigger.RabbitMQTriggerResult - Class in flux
The response from the RabbitMQTrigger.
RabbitMQTrigger.RabbitMQTriggerResult() - Constructor for class flux.RabbitMQTrigger.RabbitMQTriggerResult
 
RabbitMQTriggerFactory - Class in flux
Factory for creating RabbitMQTrigger.
RabbitMQTriggerFactory() - Constructor for class flux.RabbitMQTriggerFactory
 
response - Variable in class flux.TwitterAction.TwitterActionResult
HTTP response entity.
responseCode - Variable in class flux.TwitterAction.TwitterActionResult
HTTP response code.
result - Variable in class flux.SCPAction.SCPActionResult
The process's exit code, as returned by the operating system.

S

SCPAction - Interface in flux
SCPAction that transfers files over an SSH connection or runs a remote command.
SCPAction.SCPActionResult - Class in flux
The response from SCPAction that executes a remote command.
SCPAction.SCPActionResult() - Constructor for class flux.SCPAction.SCPActionResult
 
SCPActionFactory - Class in flux
Factory for creating SCPAction.
SCPActionFactory() - Constructor for class flux.SCPActionFactory
 
setCompression(boolean) - Method in interface flux.SCPAction
Set the compression flag.
setConnectionFactory(String) - Method in interface flux.JmsTrigger
Sets the JMS queue or topic factory.
setConsumerKey(String) - Method in interface flux.TwitterAction
Sets Twitter Application consumer key.
setConsumerSecret(String) - Method in interface flux.TwitterAction
Sets Twitter Application consumer secret.
setCount(int) - Method in interface flux.TwitterAction
Sets the number of records to retrieve.
setDestination(String) - Method in interface flux.HttpFileTransferAction
Sets the destination filename.
setDestination(String) - Method in interface flux.UntarFileAction
Sets the directory where to store the expanded files.
setDestination(String) - Method in interface flux.UnzipFileAction
Sets the destination path where the files are extracted to.
setDownload(boolean) - Method in interface flux.SCPAction
Set the download flag.
setEnginePassword(String) - Method in interface flux.WebServiceTrigger
Sets the password used to login to a remote Flux engine to perform secured operations.
setEngineUsername(String) - Method in interface flux.WebServiceTrigger
Sets the username used to login to a remote Flux engine to perform secured operations.
setExchangeName(String) - Method in interface flux.RabbitMQAction
RabbitMQ exchange name.
setExchangeType(String) - Method in interface flux.RabbitMQAction
RabbitMQ exchange type: DIRECT, FANOUT, TOPIC, HEADERS.
setExcludePatterns(List<String>) - Method in interface flux.UntarFileAction
Sets the file exclude patterns.
setFetchAllMessages(boolean) - Method in interface flux.JmsTrigger
 
setHost(String) - Method in interface flux.RabbitMQ
RabbitMQ host name where the broker in running.
setHost(String) - Method in interface flux.SCPAction
Set the Host.
setIncludePatterns(List<String>) - Method in interface flux.UntarFileAction
Sets the file include patterns.
setListeningQueueName(String) - Method in interface flux.JmsTrigger
 
setLocalPath(String) - Method in interface flux.SCPAction
Set the local path.
setMessage(String) - Method in interface flux.RabbitMQAction
Sets the message to be published to the queue.
setMessageSelector(String) - Method in interface flux.JmsTrigger
Sets the optional message selector.
setOAuthEnabled(boolean) - Method in interface flux.TwitterAction
Sets OAuth for protected resources.
setOverwriteEnabled(boolean) - Method in interface flux.UntarFileAction
Overwrite files, even if they are newer than the corresponding entries in the archive.
setPage(int) - Method in interface flux.TwitterAction
Sets the page of results to retrieve.
setParameters(Properties) - Method in interface flux.TwitterAction
Sets the body parameters.
setPassword(String) - Method in interface flux.RabbitMQ
Set the password.
setPassword(String) - Method in interface flux.SCPAction
Set the password used to authenticate username using the "password" authentication method and as a fallback basic challenge-response authentication.
setPassword(String) - Method in interface flux.TwitterAction
Sets the password of the consumer.
setPassword(String) - Method in interface flux.WebServiceTrigger
Sets the password used to secure the web service.
setPath(String) - Method in interface flux.GitTrigger
Sets the path of the hg executable.
setPath(String) - Method in interface flux.MercurialTrigger
Sets the path of the hg executable.
setPollingDelay(String) - Method in interface flux.GitTrigger
Sets the delay that occurs between changelog polling.
setPollingDelay(String) - Method in interface flux.JmsTrigger
 
setPollingDelay(String) - Method in interface flux.MercurialTrigger
Sets the delay that occurs between changelog polling.
setPollingDelay(String) - Method in interface flux.RabbitMQTrigger
Sets the delay that occurs between message polling.
setPort(int) - Method in interface flux.RabbitMQ
Set the target port.
setPort(int) - Method in interface flux.WebServiceTrigger
Sets the port the web service listens to.
setPrivateKey(String) - Method in interface flux.SCPAction
Set the fully qualified private key file name.
setQueueName(String) - Method in interface flux.RabbitMQ
Specify queue name if you are using a shared queue.
setQueueType(String) - Method in interface flux.RabbitMQAction
Sets the queue type: EXCLUSIVE, SHARED.
setRemoteCommand(String) - Method in interface flux.SCPAction
Set the remote command.
setRemotePath(String) - Method in interface flux.SCPAction
Set the remote path.
setRepositoryUrl(String) - Method in interface flux.GitTrigger
Sets the remote git repository URL.
setRepositoryUrl(String) - Method in interface flux.MercurialTrigger
Sets the remote mercurial repository URL.
setRequestMethod(RestActionType) - Method in interface flux.TwitterAction
Sets the HTTP action used to access resources.
setResourceUrl(String) - Method in interface flux.TwitterAction
Sets the resource URL.
setRoutingKey(String) - Method in interface flux.RabbitMQAction
Sets the routing key.
setSearchQuery(String) - Method in interface flux.TwitterAction
Sets the search query.
setServiceName(String) - Method in interface flux.WebServiceTrigger
Sets the service name.
setSource(String) - Method in interface flux.HttpFileTransferAction
Sets the source filename.
setSource(String) - Method in interface flux.UntarFileAction
Sets the archive file to expand.
setUsername(String) - Method in interface flux.RabbitMQ
Set the user name.
setUsername(String) - Method in interface flux.SCPAction
Set the username.
setUsername(String) - Method in interface flux.TwitterAction
Sets the username of the consumer.
setUsername(String) - Method in interface flux.WebServiceTrigger
Sets the username used to secure the web service.
setVirtualHost(String) - Method in interface flux.RabbitMQ
Set the virtual host.
setZipFile(String) - Method in interface flux.UnzipFileAction
Sets the name of the zip file.
size() - Method in class flux.JmsTrigger.JmsTriggerResult
 
stderr - Variable in class flux.SCPAction.SCPActionResult
The standard error (stderr) from the completed process.
stdout - Variable in class flux.SCPAction.SCPActionResult
The standard output (stdout) from the completed process.

T

toString() - Method in class flux.RabbitMQTrigger.RabbitMQTriggerResult
 
toString() - Method in class flux.TwitterAction.TwitterActionResult
 
TwitterAction - Interface in flux
TwitterAction that invokes OAuth protected resources.
TwitterAction.TwitterActionResult - Class in flux
The response from the TwitterAction.
TwitterAction.TwitterActionResult() - Constructor for class flux.TwitterAction.TwitterActionResult
 
TwitterActionFactory - Class in flux
Factory for creating TwitterAction.
TwitterActionFactory() - Constructor for class flux.TwitterActionFactory
 

U

UntarFileAction - Interface in flux
Untars a specified tar archive file.
UntarFileActionFactory - Class in flux
Factory for creating UntarFileAction.
UntarFileActionFactory() - Constructor for class flux.UntarFileActionFactory
 
UnzipFileAction - Interface in flux
Unzips a specified zip archive file.
UnzipFileActionFactory - Class in flux
Factory for creating UnzipFileAction.
UnzipFileActionFactory() - Constructor for class flux.UnzipFileActionFactory
 

V

variables - Variable in class flux.WebServiceTrigger.WebServiceTriggerResult
Flow chart variables set when expedite is called on this trigger.

W

WebServiceTrigger - Interface in flux
WebServiceTrigger that waits for a SOAP or HTTP request and starts a workflow.
WebServiceTrigger.WebServiceTriggerResult - Class in flux
The response from the WebServiceTrigger.
WebServiceTrigger.WebServiceTriggerResult() - Constructor for class flux.WebServiceTrigger.WebServiceTriggerResult
 
WebServiceTriggerFactory - Class in flux
Factory for creating WebServiceTrigger.
WebServiceTriggerFactory() - Constructor for class flux.WebServiceTriggerFactory
 

A C E F G H I J M R S T U V W

© 2012 Flux Corporation. All rights reserved.