Class LogbookDataRest


  • public class LogbookDataRest
    extends java.lang.Object
    Global Variables and eventually method used by REST services
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String X_CROSS_TENANT
      Header Parameter X_CROSS_TENANT: used to get cross tenant collection's operations
      static java.lang.String X_SLICED_OPERATIONS
      Header Parameter X_SLICED_OPERATIONS: used to get sliced operations
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • X_SLICED_OPERATIONS

        public static final java.lang.String X_SLICED_OPERATIONS
        Header Parameter X_SLICED_OPERATIONS: used to get sliced operations
        See Also:
        Constant Field Values
      • X_CROSS_TENANT

        public static final java.lang.String X_CROSS_TENANT
        Header Parameter X_CROSS_TENANT: used to get cross tenant collection's operations
        See Also:
        Constant Field Values