Uses of Interface
com.almworks.jira.structure.api.view.StructureView
Packages that use StructureView
-
Uses of StructureView in com.almworks.jira.structure.api.view
Methods in com.almworks.jira.structure.api.view that return StructureViewModifier and TypeMethodDescriptionStructureViewManager.createView()Creates an empty new view.StructureViewManager.getView(Long viewId, PermissionLevel requiredLevel) Retrieves a view specified by the numeric view ID and checks if thecurrent userhas the specified access level for that view.StructureViewMenuItem.getView()StructureView.makePublic()Convenience method that modifies the view's permission rules, making it viewable by anyone.StructureView.saveChanges()Call this method to save the changes made withset...methods and update the database.StructureView.setDescription(String description) Sets the description of the view.Sets the name of the view.StructureView.setOwner(ApplicationUser owner) Sets the owner of the view.StructureView.setPermissions(Collection<? extends PermissionRule> permissions) Sets the permission rules for this view.StructureView.setSpecification(ViewSpecification specification) Sets the specification of the view, which defines the visual configuration of the gadget.StructureView.setSpecification(ViewSpecification.Builder specification) Sets the specification of the view, which defines the visual configuration of the gadget.StructureView.update(StructureViewBean.Builder builder) Updates the properties that have been set (have non-null value) in the passed builder.Methods in com.almworks.jira.structure.api.view that return types with arguments of type StructureViewModifier and TypeMethodDescriptionStructureViewManager.getViews(PermissionLevel requiredLevel) Retrieves a list of all views that thecurrent userhas the specified access level to.Constructors in com.almworks.jira.structure.api.view with parameters of type StructureView