Class GroupFieldRestrictionBuilder
java.lang.Object
com.deiser.jira.profields.api.field.restriction.GroupFieldRestrictionBuilder
- All Implemented Interfaces:
- FieldRestrictionTypeBuilder
The type Group field restriction builder.
- 
Method SummaryModifier and TypeMethodDescriptionaddEditor(com.atlassian.crowd.embedded.api.Group group) Add editor group restriction.addViewer(com.atlassian.crowd.embedded.api.Group group) Add viewer group restriction.Complete the specific creation for any type of field restriction builderList<com.atlassian.crowd.embedded.api.Group>Gets editors.List<com.atlassian.crowd.embedded.api.Group>Gets viewers.Remove editors restrictionRemove viewers restriction
- 
Method Details- 
addEditorAdd editor group restriction. Only will be checked one group- Parameters:
- group- the group
- Returns:
- the group field restriction builder
 
- 
addViewerAdd viewer group restriction. Only will be checked one group- Parameters:
- group- the group
- Returns:
- the group field restriction builder
 
- 
removeEditorsRemove editors restriction- Returns:
- the group field restriction builder
 
- 
removeViewersRemove viewers restriction- Returns:
- the group field restriction builder
 
- 
getEditorsGets editors.- Returns:
- the editors
 
- 
getViewersGets viewers.- Returns:
- the viewers
 
- 
completedComplete the specific creation for any type of field restriction builder- Specified by:
- completedin interface- FieldRestrictionTypeBuilder
- Returns:
- the field restriction builder
 
 
-