Interface Field
- All Known Subinterfaces:
- CumulativeField,- DateField,- DurationField,- FormulaField,- GroupField,- GroupMultipleField,- ListExtField,- ListExtMultipleField,- ListField,- ListMultipleField,- ListParentField,- NumberField,- PriorityField,- ProjectCategoryField,- ProjectCreationField,- ProjectDefaultAssigneeField,- ProjectDescriptionField,- ProjectField,- ProjectKeyField,- ProjectLeadField,- ProjectMultipleField,- ProjectNameField,- ProjectTypeField,- ProjectUrlField,- ScriptField,- StatusField,- TextField,- TextMultipleField,- UserField,- UserMultipleField
public interface Field
Field.
- 
Method SummaryModifier and TypeMethodDescriptionGet the custom field id of the field.Get the description of the field.Deprecated.com.deiser.jira.profields.impl.field.type.FieldActionsGet all allowed options for actionGet field restriction.getId()Get the id of the field.getName()Get the name of the field.com.deiser.jira.profields.impl.field.wrapper.PQLFieldTokenGet the token for using in PQL.getType()Get the type of the field.Deprecated.booleanGet if the field has a custom field associatedbooleanGet if the field has parent fieldbooleanisList()Get if the field is type of listbooleanGet if the field is multiplebooleanGet if the field is a predefined fieldbooleanisSystem()Get if the field is a system fieldvoidsetCustomField(boolean value) Set the custom field of the field.voidsetDescription(String description) Set the description of the field.voidSet the name of the field.
- 
Method Details- 
getIdInteger getId()Get the id of the field.- Returns:
- the id of the field
 
- 
getNameString getName()Get the name of the field.- Returns:
- the name of the field
 
- 
getPQLTokencom.deiser.jira.profields.impl.field.wrapper.PQLFieldToken getPQLToken()Get the token for using in PQL.- Returns:
- pql Token
 
- 
setNameSet the name of the field.- Parameters:
- name- the name of the field.
 
- 
getDescriptionString getDescription()Get the description of the field.- Returns:
- the description of the field
 
- 
setDescriptionSet the description of the field.- Parameters:
- description- the description of the field
 
- 
getEditRoleIdDeprecated.Deprecated. Use the FieldRestriction class. Get the edit role id of the field.- Returns:
- the edit role id of the field
 
- 
getViewRoleIdDeprecated.Deprecated. Use the FieldRestriction class. Get the view role id of the field.- Returns:
- the view role id of the field
 
- 
getCustomFieldIdLong getCustomFieldId()Get the custom field id of the field.- Returns:
- the custom field id of the field
 
- 
setCustomFieldvoid setCustomField(boolean value) Set the custom field of the field.- Parameters:
- value- the custom field
 
- 
hasCustomFieldboolean hasCustomField()Get if the field has a custom field associated- Returns:
- true if the field has a custom field associated
 
- 
getTypeFieldType getType()Get the type of the field.- Returns:
- the type of the field
 
- 
isSystemboolean isSystem()Get if the field is a system field- Returns:
- true if the field is a system field
 
- 
isMultipleboolean isMultiple()Get if the field is multiple- Returns:
- true if the field is multiple
 
- 
isListboolean isList()Get if the field is type of list- Returns:
- true if the field belong to list fields
 
- 
hasParentboolean hasParent()Get if the field has parent field- Returns:
- true if the field has a parent field
 
- 
isPredefinedboolean isPredefined()Get if the field is a predefined field- Returns:
- true if the field is a predefined field.
 
- 
getFieldActionscom.deiser.jira.profields.impl.field.type.FieldActions getFieldActions()Get all allowed options for action- Returns:
- FieldOptionsForActions
 
- 
getFieldRestrictionFieldRestriction getFieldRestriction()Get field restriction.- Returns:
- Restriction
 
 
-