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

C

changeSet - Variable in class flux.MercurialTrigger.MercurialTriggerResult
Latest change set id.
clone() - Method in class flux.MercurialTrigger.MercurialTriggerResult
 
clone() - Method in class flux.RabbitMQTrigger.RabbitMQTriggerResult
 
clone() - Method in class flux.TwitterAction.TwitterActionResult
 
clone() - Method in class flux.WebServiceTrigger.WebServiceTriggerResult
 

E

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

F

flux - package flux
 

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.HttpFileTransferActionFactory
 
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.TwitterActionFactory
 
init(FlowChartImpl) - Method in class flux.UntarFileActionFactory
 
init(FlowChartImpl) - Method in class flux.UnzipFileActionFactory
 
init(FlowChartImpl) - Method in class flux.WebServiceTriggerFactory
 

M

makeHttpFileTransferAction(String) - Method in class flux.HttpFileTransferActionFactory
 
makeMercurialTrigger(String) - Method in class flux.MercurialTriggerFactory
 
makeRabbitMQAction(String) - Method in class flux.RabbitMQActionFactory
 
makeRabbitMQTrigger(String) - Method in class flux.RabbitMQTriggerFactory
 
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.

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.

S

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.
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.
setHost(String) - Method in interface flux.RabbitMQ
RabbitMQ host name where the broker in running.
setIncludePatterns(List<String>) - Method in interface flux.UntarFileAction
Sets the file include patterns.
setMessage(String) - Method in interface flux.RabbitMQAction
Sets the message to be published to the queue.
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.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.MercurialTrigger
Sets the path of the hg executable.
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.
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.
setRepositoryUrl(String) - Method in interface flux.MercurialTrigger
Sets the 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.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.

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
 

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

© 2000-2011 Flux Corporation. All rights reserved.