Class GrouperWorkflowConfigParam
java.lang.Object
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowConfigParam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstates in which this field is editablegetLabel()
label to show on the screenname of the paramgetType()
type of field (textarea, text, checkbox)boolean
is the field required or notvoid
setEditableInStates
(List<String> editableInStates) states in which this field is editablevoid
label to show on the screenvoid
setParamName
(String paramName) name of the paramvoid
setRequired
(boolean required) is the field required or notvoid
type of field (textarea, text, checkbox)
-
Constructor Details
-
GrouperWorkflowConfigParam
public GrouperWorkflowConfigParam()
-
-
Method Details
-
getParamName
name of the param- Returns:
-
setParamName
name of the param- Parameters:
paramName
-
-
getLabel
label to show on the screen- Returns:
-
setLabel
label to show on the screen- Parameters:
label
-
-
getType
type of field (textarea, text, checkbox)- Returns:
-
setType
type of field (textarea, text, checkbox)- Parameters:
type
-
-
getEditableInStates
states in which this field is editable- Returns:
-
setEditableInStates
states in which this field is editable- Parameters:
editableInStates
-
-
isRequired
public boolean isRequired()is the field required or not- Returns:
-
setRequired
public void setRequired(boolean required) is the field required or not- Parameters:
required
-
-