businessmodel
Interface DefectPrivileges


public abstract interface DefectPrivileges

This interface provides constants for privilege levels stored as a bitmap for each user


Field Summary
static int CANADMINISTER
           
static int CANCHANGEASSIGN
           
static int CANCHANGEPRIORITY
           
static int CANCREATE
           
static int CANRESOLVE
           
static int CANVERIFY
           
 

Field Detail

CANCREATE

public static final int CANCREATE

CANCHANGEASSIGN

public static final int CANCHANGEASSIGN

CANCHANGEPRIORITY

public static final int CANCHANGEPRIORITY

CANVERIFY

public static final int CANVERIFY

CANRESOLVE

public static final int CANRESOLVE

CANADMINISTER

public static final int CANADMINISTER