Package step.plugins.logicflow
Class LogicFlowFunction
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.functions.Function
-
- step.plugins.dotnet.DotNetFunction
-
- step.plugins.logicflow.LogicFlowFunction
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
public class LogicFlowFunction extends DotNetFunction
-
-
Constructor Summary
Constructors Constructor Description LogicFlowFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTestSuiteId()
void
setTestSuiteId(java.lang.String testSuiteId)
-
Methods inherited from class step.plugins.dotnet.DotNetFunction
getDllFile, getLibrariesFile, setDllFile, setLibrariesFile
-
Methods inherited from class step.functions.Function
getCallTimeout, getDescription, getHtmlTemplate, getSchema, getTokenSelectionCriteria, isExecuteLocally, isManaged, isUseCustomTemplate, requiresLocalExecution, setCallTimeout, setDescription, setExecuteLocally, setHtmlTemplate, setManaged, setSchema, setTokenSelectionCriteria, setUseCustomTemplate
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
-