Class AgentDefinitionModel.Tool
java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.Tool
- Enclosing interface:
AgentDefinitionModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleanvoidsetDescription(String description) voidvoidsetModelType(String modelType) voidsetOperationKey(String operationKey) voidsetSameDeployment(boolean sameDeployment)
-
Field Details
-
key
-
modelType
-
operationKey
-
description
-
sameDeployment
protected boolean sameDeployment
-
-
Constructor Details
-
Tool
public Tool()
-
-
Method Details
-
getKey
-
setKey
-
getModelType
-
setModelType
-
getOperationKey
-
setOperationKey
-
getDescription
-
setDescription
-
isSameDeployment
public boolean isSameDeployment() -
setSameDeployment
public void setSameDeployment(boolean sameDeployment)
-