Interface DateField
- All Superinterfaces:
- Field
Date field
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetEditRole(com.atlassian.jira.security.roles.ProjectRole role) Deprecated.voidsetFieldRestriction(FieldRestriction restriction) Set Restriction options for viewing and editing values.voidDeprecated.voidDeprecated.voidsetViewRole(com.atlassian.jira.security.roles.ProjectRole role) Deprecated.Methods inherited from interface com.deiser.jira.profields.api.field.FieldgetCustomFieldId, getDescription, getEditRoleId, getFieldActions, getFieldRestriction, getId, getName, getPQLToken, getType, getViewRoleId, hasCustomField, hasParent, isList, isMultiple, isPredefined, isSystem, setCustomField, setDescription, setName
- 
Method Details- 
setEditRoleDeprecated.Deprecated. Use the FieldRestriction class. Set the edit role of the field.- Parameters:
- role- the edit role of jira for the field.
 
- 
setNobodyAsEditRoleDeprecated.Deprecated. Use the FieldRestriction class. Set nobody as edit role for the field.
- 
setViewRoleDeprecated.Deprecated. Use the FieldRestriction class. Set the view role of the field.- Parameters:
- role- the view role of jira for the field.
 
- 
setOnlyEditorsAsViewRoleDeprecated.Deprecated. Use the FieldRestriction class. Set only editors as view role for the field.
- 
setFieldRestrictionSet Restriction options for viewing and editing values. Create FieldRestriction by FieldRestrictionBuilder- Parameters:
- restriction- for the field
 
 
-