java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.Trace
All Implemented Interfaces:
ITrace

@Concealed public class Trace extends Object implements ITrace
  • Field Details

    • m_trace

      protected List<String> m_trace
    • m_stack

      protected Stack<oracle.stellent.ridc.convenience.usersecurity.impl.Trace.StackObject> m_stack
    • m_spaces

      protected final String m_spaces
      See Also:
  • Constructor Details

    • Trace

      public Trace()
      Create a trace object.
  • Method Details

    • addTrace

      public void addTrace(ITrace.Kind kind, String message)
      Add general trace information message
      Specified by:
      addTrace in interface ITrace
      Parameters:
      kind -
      message -
    • addTraceStartSection

      public void addTraceStartSection(ITrace.Kind kind, String message)
      Add information and indent. Message is placed in an internal stack for use during unindent. Usually used at beginning of method, or larger logical block of code.
      Specified by:
      addTraceStartSection in interface ITrace
      Parameters:
      kind -
      message -
    • addTraceEndSection

      public void addTraceEndSection(int access)
      End tracing section replacing Kind field with access information
      Specified by:
      addTraceEndSection in interface ITrace
      Parameters:
      access - value of access level
    • addTraceEndSection

      public void addTraceEndSection(boolean isAdmin, IUserSecurityCache.AdminType type)
      End tracing section replacing Kind field with flag information
      Specified by:
      addTraceEndSection in interface ITrace
      Parameters:
      isAdmin - value of flag
      type - type of admin flag
    • addTraceEndSection

      public void addTraceEndSection()
      End tracing section
      Specified by:
      addTraceEndSection in interface ITrace
    • addTraceEndSection

      public void addTraceEndSection(String message)
      End tracing section
      Parameters:
      message - if null, use message from start of section
    • clear

      public void clear()
      clear all messages
      Specified by:
      clear in interface ITrace
    • formatTrace

      public String formatTrace()
      Format the trace information in this object into a string, then clear the information
      Specified by:
      formatTrace in interface ITrace
      Returns:
      formatted trace information
    • getDocTraceId

      public static String getDocTraceId(DataObject info)
      Used by trace and tests to get some sort of id for this document. Only useful in tracing and tests.
      Parameters:
      info - DocInfo
      Returns:
      Some sort of "name" or "id" for this document
    • getAccessString

      public static String getAccessString(int accessLevel)
      format the access level
      Parameters:
      accessLevel -
      Returns:
    • getAdminString

      public static String getAdminString(boolean isAdmin, IUserSecurityCache.AdminType type)
      format the isAdmin level
      Parameters:
      isAdmin -
      type -
      Returns:
    • getAccessString

      public static String getAccessString(String accessLevel)
      format the access string from a string that is a number 0-15
      Parameters:
      accessLevel -
      Returns: