Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.29 KB | None | 0 0
  1. Jun 26, 2017 1:27:40 PM com.braintribe.model.generic.GmPlatformProvider
  2. INFORMATION: Try to load platform.implementation from META-INF.
  3. Jun 26, 2017 1:27:40 PM com.braintribe.custom.kostwein.setup.util.SelectQueries
  4. INFORMATION: Set up session factory.
  5. Jun 26, 2017 1:27:43 PM com.braintribe.custom.kostwein.setup.util.SelectQueries
  6. INFORMATION: Created session for access 'dispatch.access.csp'.
  7. {
  8.   "_id" : "0",
  9.   "_type" : "com.braintribe.model.query.EntityQuery",
  10.   "distinct" : false,
  11.   "entityId" : null,
  12.   "entityTypeSignature" : "com.braintribe.custom.kostwein.dispatch.model.data.DispatchJob",
  13.   "evaluationExcludes" : null,
  14.   "froms" : null,
  15.   "ignorePriviledgedRoles" : null,
  16.   "ordering" : null,
  17.   "queryContext" : null,
  18.   "restriction" : {
  19.     "_id" : "1",
  20.     "_type" : "com.braintribe.model.query.Restriction",
  21.     "condition" : {
  22.       "_id" : "2",
  23.       "_type" : "com.braintribe.model.query.conditions.Conjunction",
  24.       "entityId" : null,
  25.       "operands" : [ {
  26.         "_id" : "3",
  27.         "_type" : "com.braintribe.model.query.conditions.ValueComparison",
  28.         "entityId" : null,
  29.         "leftOperand" : {
  30.           "_id" : "4",
  31.           "_type" : "com.braintribe.model.query.PropertyOperand",
  32.           "entityId" : null,
  33.           "propertyName" : "creationDate",
  34.           "source" : null
  35.         },
  36.         "operator" : {
  37.           "_type" : "com.braintribe.model.query.Operator",
  38.           "value" : "greaterOrEqual"
  39.         },
  40.         "rightOperand" : {
  41.           "_type" : "date",
  42.           "value" : "2017-06-26T13:27:43.123+0200"
  43.         }
  44.       }, {
  45.         "_id" : "5",
  46.         "_type" : "com.braintribe.model.query.conditions.ValueComparison",
  47.         "entityId" : null,
  48.         "leftOperand" : {
  49.           "_id" : "6",
  50.           "_type" : "com.braintribe.model.query.PropertyOperand",
  51.           "entityId" : null,
  52.           "propertyName" : "creationDate",
  53.           "source" : null
  54.         },
  55.         "operator" : {
  56.           "_type" : "com.braintribe.model.query.Operator",
  57.           "value" : "lessOrEqual"
  58.         },
  59.         "rightOperand" : {
  60.           "_type" : "date",
  61.           "value" : "2017-06-26T13:27:43.123+0200"
  62.         }
  63.       } ]
  64.     },
  65.     "entityId" : null,
  66.     "paging" : null
  67.   },
  68.   "traversingCriterion" : null
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement