Class CompositeFunction

  • All Implemented Interfaces:
    step.core.functions.ArtefactFunction, step.core.objectenricher.EnricheableObject

    public class CompositeFunction
    extends step.functions.Function
    implements step.core.functions.ArtefactFunction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected step.core.plans.Plan plan  
      • 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

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.plans.Plan getPlan()  
      void setPlan​(step.core.plans.Plan plan)  
      • 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
      • Methods inherited from interface step.core.objectenricher.EnricheableObject

        addAttribute, getAttribute, getAttributes, setAttributes
    • Field Detail

      • plan

        protected step.core.plans.Plan plan
    • Constructor Detail

      • CompositeFunction

        public CompositeFunction()
    • Method Detail

      • getPlan

        public step.core.plans.Plan getPlan()
        Specified by:
        getPlan in interface step.core.functions.ArtefactFunction
      • setPlan

        public void setPlan​(step.core.plans.Plan plan)