Constant Field Values

Contents

oracle.dbtools.*

  • oracle.dbtools.plugin.api.http.annotations.PageSize 
    Modifier and Type Constant Field Value
    public static final int NOT_PAGED -1
  • oracle.dbtools.plugin.api.http.annotations.PathTemplate 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PRIORITY 0
  • oracle.dbtools.plugin.api.http.annotations.RequiresPrivilege 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_PRIVILEGE ""
  • oracle.dbtools.plugin.api.pagination.PaginationContext 
    Modifier and Type Constant Field Value
    public static final java.lang.String ITEM_OFFSET "offset"
    public static final java.lang.String LIMIT "limit"
    public static final java.lang.String PAGE_OFFSET "page"
  • oracle.dbtools.plugin.api.servlet.EntityTags 
    Modifier and Type Constant Field Value
    public static final java.lang.String ETAG "ETag"
    public static final java.lang.String IF_MATCH "If-Match"
    public static final java.lang.String IF_NONE_MATCH "If-None-Match"
  • oracle.dbtools.plugin.api.servlet.FilterOrder 
    Modifier and Type Constant Field Value
    public static final int AUTHENTICATION 2
    public static final int DISPATCHING 4
    public static final int RETARGETTING 3
    public static final int STREAMING 0
    public static final int URL_MAPPING 1
  • oracle.dbtools.plugin.api.servlet.SupportsPatch 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATCH "PATCH"