Class AgentDefinitionModel.ExternalAgentSettings
java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.ExternalAgentSettings
- Enclosing interface:
AgentDefinitionModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentDefinitionModel.Credentials
protected String
protected long
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getType()
void
void
setExpression
(String expression) void
setProperties
(Map<String, Object> properties) void
setTimeoutSeconds
(long timeoutSeconds) void
-
Field Details
-
type
-
expression
-
properties
-
apiKey
-
timeoutSeconds
protected long timeoutSeconds
-
-
Constructor Details
-
ExternalAgentSettings
public ExternalAgentSettings()
-
-
Method Details
-
getType
-
setType
-
getExpression
-
setExpression
-
getProperties
-
setProperties
-
getApiKey
-
setApiKey
-
getTimeoutSeconds
public long getTimeoutSeconds() -
setTimeoutSeconds
public void setTimeoutSeconds(long timeoutSeconds)
-