Package com.morpheusdata.model
Class TaskType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.TaskType
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected String
protected String
protected String
protected Boolean
protected Boolean
protected Boolean
protected String
protected List<OptionType>
protected TaskType.TaskScope
protected Boolean
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getScope()
void
setAllowExecuteLocal
(Boolean allowExecuteLocal) void
setAllowExecuteRemote
(Boolean allowExecuteRemote) void
setAllowExecuteResource
(Boolean allowExecuteResource) void
setAllowLocalRepo
(Boolean allowLocalRepo) void
setAllowRemoteKeyAuth
(Boolean allowRemoteKeyAuth) void
setCategory
(String category) void
void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setHasResults
(Boolean hasResults) void
void
setOptionTypes
(List<OptionType> optionTypes) void
void
setScope
(TaskType.TaskScope scope) void
setScriptable
(Boolean scriptable) void
setServiceMethod
(String serviceMethod) void
setServiceName
(String serviceName) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
code
-
category
-
scope
-
name
-
description
-
serviceName
-
serviceMethod
-
scriptable
-
enabled
-
hasResults
-
allowExecuteLocal
-
allowExecuteRemote
-
allowExecuteResource
-
allowLocalRepo
-
allowRemoteKeyAuth
-
isPlugin
-
optionTypes
-
-
Constructor Details
-
TaskType
public TaskType()
-
-
Method Details
-
getCode
-
getCategory
-
getScope
-
getName
-
getDescription
-
getServiceName
-
getServiceMethod
-
getScriptable
-
getEnabled
-
getHasResults
-
getAllowExecuteLocal
-
getAllowExecuteRemote
-
getAllowExecuteResource
-
getAllowLocalRepo
-
getAllowRemoteKeyAuth
-
getPlugin
-
getOptionTypes
-
setCode
-
setCategory
-
setScope
-
setName
-
setDescription
-
setServiceName
-
setServiceMethod
-
setScriptable
-
setEnabled
-
setHasResults
-
setAllowExecuteLocal
-
setAllowExecuteRemote
-
setAllowExecuteResource
-
setAllowLocalRepo
-
setAllowRemoteKeyAuth
-
setPlugin
-
setOptionTypes
-