Class AgentConnectionImpl
java.lang.Object
com.flowable.agent.engine.impl.management.connection.AgentConnectionImpl
- All Implemented Interfaces:
AgentConnection
- Author:
- Prathamesh Mane
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAgentConnectionImpl(String id, String key, String name, AgentConnectionConfig config, String tenantId, Date updateTime, String updaterId) -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentConnectionImplfromConfigurationProperty(ConfigurationProperty property, tools.jackson.databind.ObjectMapper objectMapper, EncryptionService encryptionService) getId()getKey()getName()
-
Field Details
-
id
-
key
-
name
-
config
-
tenantId
-
updateTime
-
updaterId
-
-
Constructor Details
-
AgentConnectionImpl
-
-
Method Details
-
fromConfigurationProperty
public static AgentConnectionImpl fromConfigurationProperty(ConfigurationProperty property, tools.jackson.databind.ObjectMapper objectMapper, EncryptionService encryptionService) -
getId
- Specified by:
getIdin interfaceAgentConnection
-
getKey
- Specified by:
getKeyin interfaceAgentConnection
-
getName
- Specified by:
getNamein interfaceAgentConnection
-
getConfig
- Specified by:
getConfigin interfaceAgentConnection
-
getTenantId
- Specified by:
getTenantIdin interfaceAgentConnection
-
getUpdateTime
- Specified by:
getUpdateTimein interfaceAgentConnection
-
getUpdaterId
- Specified by:
getUpdaterIdin interfaceAgentConnection
-