com.atlassian.jira.entity.property
Class EntityPropertyOptions

java.lang.Object
  extended by com.atlassian.jira.entity.property.EntityPropertyOptions

public class EntityPropertyOptions
extends Object

This is a holder object for Entity Property Options. Currently it is used to optionally skip permission checks when performing operations on entity properties.

Since:
v6.3

Nested Class Summary
static class EntityPropertyOptions.Builder
           
 
Method Summary
static EntityPropertyOptions defaults()
          Default options for entity property operations
 boolean skipPermissionChecks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

defaults

public static EntityPropertyOptions defaults()
Default options for entity property operations

Returns:
default EntityPropertyOptions

skipPermissionChecks

public boolean skipPermissionChecks()


Copyright © 2002-2014 Atlassian. All Rights Reserved.