Package step.plugins.dotnet
Class DotNetFunction
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.functions.Function
-
- step.plugins.dotnet.DotNetFunction
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
- Direct Known Subclasses:
AstraFunction
public class DotNetFunction extends step.functions.Function
-
-
Constructor Summary
Constructors Constructor Description DotNetFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.core.dynamicbeans.DynamicValue<java.lang.String>
getDllFile()
step.core.dynamicbeans.DynamicValue<java.lang.String>
getLibrariesFile()
void
setDllFile(step.core.dynamicbeans.DynamicValue<java.lang.String> dllFile)
void
setLibrariesFile(step.core.dynamicbeans.DynamicValue<java.lang.String> librariesFile)
-
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
-
-
-
-
Method Detail
-
getDllFile
public step.core.dynamicbeans.DynamicValue<java.lang.String> getDllFile()
-
setDllFile
public void setDllFile(step.core.dynamicbeans.DynamicValue<java.lang.String> dllFile)
-
getLibrariesFile
public step.core.dynamicbeans.DynamicValue<java.lang.String> getLibrariesFile()
-
setLibrariesFile
public void setLibrariesFile(step.core.dynamicbeans.DynamicValue<java.lang.String> librariesFile)
-
-