Package step.engine.plugins
Class LocalFunctionPlugin.LocalFunction
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.accessors.AbstractOrganizableObject
step.functions.Function
step.engine.plugins.LocalFunctionPlugin.LocalFunction
- All Implemented Interfaces:
EnricheableObject
- Enclosing class:
- LocalFunctionPlugin
-
Field Summary
Fields inherited from class step.functions.Function
APPLICATION, callTimeout, description, executeLocally, htmlTemplate, managed, schema, tokenSelectionCriteria, useCustomTemplateFields inherited from class step.core.accessors.AbstractOrganizableObject
attributes, NAME, VERSIONFields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class step.functions.Function
getCallTimeout, getDescription, getHtmlTemplate, getSchema, getTokenSelectionCriteria, isExecuteLocally, isManaged, isUseCustomTemplate, setCallTimeout, setDescription, setExecuteLocally, setHtmlTemplate, setManaged, setSchema, setTokenSelectionCriteria, setUseCustomTemplateMethods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributesMethods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface step.core.objectenricher.EnricheableObject
addAttribute, getAttribute, getAttributes, setAttributes
-
Constructor Details
-
LocalFunction
public LocalFunction()
-
-
Method Details
-
requiresLocalExecution
public boolean requiresLocalExecution()- Overrides:
requiresLocalExecutionin classFunction
-
getClassName
-
setClassName
-