Class CompositeFunction


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

      Fields 
      Modifier and Type Field Description
      protected String planId  
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getPlanId()  
      void setPlanId​(String planId)  
      • 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
    • Field Detail

      • planId

        protected String planId
    • Constructor Detail

      • CompositeFunction

        public CompositeFunction()
    • Method Detail

      • getPlanId

        public String getPlanId()
      • setPlanId

        public void setPlanId​(String planId)