Class AgentDefinitionModel.ExternalAgentSettings
java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.ExternalAgentSettings
- Enclosing interface:
AgentDefinitionModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentDefinitionModel.Credentialsprotected Stringprotected longprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetType()voidvoidsetExpression(String expression) voidsetProperties(Map<String, Object> properties) voidsetTimeoutSeconds(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)
-