Class TaskType


public class TaskType extends MorpheusModel
  • Field Details

    • code

      protected String code
    • category

      protected String category
    • scope

      protected TaskType.TaskScope scope
    • name

      protected String name
    • description

      protected String description
    • serviceName

      protected String serviceName
    • serviceMethod

      protected String serviceMethod
    • scriptable

      protected Boolean scriptable
    • enabled

      protected Boolean enabled
    • hasResults

      protected Boolean hasResults
    • allowExecuteLocal

      protected Boolean allowExecuteLocal
    • allowExecuteRemote

      protected Boolean allowExecuteRemote
    • allowExecuteResource

      protected Boolean allowExecuteResource
    • allowLocalRepo

      protected Boolean allowLocalRepo
    • allowRemoteKeyAuth

      protected Boolean allowRemoteKeyAuth
    • isPlugin

      protected Boolean isPlugin
    • optionTypes

      protected List<OptionType> optionTypes
  • Constructor Details

    • TaskType

      public TaskType()
  • Method Details

    • getCode

      public String getCode()
    • getCategory

      public String getCategory()
    • getScope

      public TaskType.TaskScope getScope()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getServiceName

      public String getServiceName()
    • getServiceMethod

      public String getServiceMethod()
    • getScriptable

      public Boolean getScriptable()
    • getEnabled

      public Boolean getEnabled()
    • getHasResults

      public Boolean getHasResults()
    • getAllowExecuteLocal

      public Boolean getAllowExecuteLocal()
    • getAllowExecuteRemote

      public Boolean getAllowExecuteRemote()
    • getAllowExecuteResource

      public Boolean getAllowExecuteResource()
    • getAllowLocalRepo

      public Boolean getAllowLocalRepo()
    • getAllowRemoteKeyAuth

      public Boolean getAllowRemoteKeyAuth()
    • getPlugin

      public Boolean getPlugin()
    • getOptionTypes

      public List<OptionType> getOptionTypes()
    • setCode

      public void setCode(String code)
    • setCategory

      public void setCategory(String category)
    • setScope

      public void setScope(TaskType.TaskScope scope)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setServiceName

      public void setServiceName(String serviceName)
    • setServiceMethod

      public void setServiceMethod(String serviceMethod)
    • setScriptable

      public void setScriptable(Boolean scriptable)
    • setEnabled

      public void setEnabled(Boolean enabled)
    • setHasResults

      public void setHasResults(Boolean hasResults)
    • setAllowExecuteLocal

      public void setAllowExecuteLocal(Boolean allowExecuteLocal)
    • setAllowExecuteRemote

      public void setAllowExecuteRemote(Boolean allowExecuteRemote)
    • setAllowExecuteResource

      public void setAllowExecuteResource(Boolean allowExecuteResource)
    • setAllowLocalRepo

      public void setAllowLocalRepo(Boolean allowLocalRepo)
    • setAllowRemoteKeyAuth

      public void setAllowRemoteKeyAuth(Boolean allowRemoteKeyAuth)
    • setPlugin

      public void setPlugin(Boolean plugin)
    • setOptionTypes

      public void setOptionTypes(List<OptionType> optionTypes)