Class BonitaConfiguration
java.lang.Object
org.apache.camel.component.bonita.BonitaConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPort()voidsetHostname(String hostname) Hostname where Bonita engine runsvoidsetOperation(BonitaOperation operation) Operation to usevoidsetParameters(Map<String, Object> parameters) voidsetPassword(String password) Password to authenticate to Bonita engine.voidPort of the server hosting Bonita enginevoidsetProcessName(String processName) Name of the process involved in the operationvoidsetUsername(String username) Username to authenticate to Bonita engine.
-
Constructor Details
-
BonitaConfiguration
public BonitaConfiguration()
-
-
Method Details
-
getHostname
-
setHostname
Hostname where Bonita engine runs -
getPort
-
setPort
Port of the server hosting Bonita engine -
getProcessName
-
setProcessName
Name of the process involved in the operation -
getOperation
-
setOperation
Operation to use -
setParameters
-
getUsername
-
setUsername
Username to authenticate to Bonita engine. -
getPassword
-
setPassword
Password to authenticate to Bonita engine.
-