Class DotNetFunction


  • public class DotNetFunction
    extends step.functions.Function
    • Field Summary

      • Fields inherited from class step.functions.Function

        APPLICATION, callTimeout, description, executeLocally, htmlTemplate, managed, schema, tokenSelectionCriteria, useCustomTemplate
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        _id, customFields
    • Constructor Summary

      Constructors 
      Constructor Description
      DotNetFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.dynamicbeans.DynamicValue<String> getDllFile()  
      step.core.dynamicbeans.DynamicValue<String> getLibrariesFile()  
      void setDllFile​(step.core.dynamicbeans.DynamicValue<String> dllFile)  
      void setLibrariesFile​(step.core.dynamicbeans.DynamicValue<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
    • Constructor Detail

      • DotNetFunction

        public DotNetFunction()
    • Method Detail

      • getDllFile

        public step.core.dynamicbeans.DynamicValue<String> getDllFile()
      • setDllFile

        public void setDllFile​(step.core.dynamicbeans.DynamicValue<String> dllFile)
      • getLibrariesFile

        public step.core.dynamicbeans.DynamicValue<String> getLibrariesFile()
      • setLibrariesFile

        public void setLibrariesFile​(step.core.dynamicbeans.DynamicValue<String> librariesFile)